@charset "UTF-8";
/************ TABLE OF CONTENTS ***************
1. Bootstrap
2. Theme
   - Widgets
4. Menu
5. Plugins
6. Pages
**********************************************/
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }
html {
  font-size: 15px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #626262;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #228a8b;
  text-decoration: none; }
  a:focus, a:hover {
    color: #000000;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 1rem 2rem;
  padding-bottom: 1rem 2rem;
  color: #a7a7a7;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000000; }

h1, .h1 {
  font-size: 3.8rem; }

h2, .h2 {
  font-size: 3rem; }

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

h4, .h4 {
  font-size: 2.3rem; }

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

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

.lead {
  font-size: 2.1rem;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 400; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 400; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 400; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 400; }

hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: 0;
  border-top: 1px solid #a7a7a7; }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 1.25rem 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  border-left: 0.25rem solid #eeeeee; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #a7a7a7; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 2.5rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eeeeee;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

dl.row > dd + dt {
  clear: left; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 1.25rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #a7a7a7; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 17.5px;
  padding-left: 17.5px; }
  .container::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 576px) {
    .container {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-right: 17.5px;
  padding-left: 17.5px; }
  .container-fluid::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 17.5px;
      padding-left: 17.5px; } }

.row {
  margin-right: -17.5px;
  margin-left: -17.5px; }
  .row::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 576px) {
    .row {
      margin-right: -17.5px;
      margin-left: -17.5px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -17.5px;
      margin-left: -17.5px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -17.5px;
      margin-left: -17.5px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -17.5px;
      margin-left: -17.5px; } }

.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-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-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .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 {
  position: relative;
  min-height: 1px;
  padding-right: 17.5px;
  padding-left: 17.5px; }
  @media (min-width: 576px) {
    .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-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-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .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 {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 768px) {
    .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-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-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .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 {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 992px) {
    .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-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-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .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 {
      padding-right: 17.5px;
      padding-left: 17.5px; } }
  @media (min-width: 1200px) {
    .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-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-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .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 {
      padding-right: 17.5px;
      padding-left: 17.5px; } }

.col-1 {
  float: left;
  width: 8.3333333333%; }

.col-2 {
  float: left;
  width: 16.6666666667%; }

.col-3 {
  float: left;
  width: 25%; }

.col-4 {
  float: left;
  width: 33.3333333333%; }

.col-5 {
  float: left;
  width: 41.6666666667%; }

.col-6 {
  float: left;
  width: 50%; }

.col-7 {
  float: left;
  width: 58.3333333333%; }

.col-8 {
  float: left;
  width: 66.6666666667%; }

.col-9 {
  float: left;
  width: 75%; }

.col-10 {
  float: left;
  width: 83.3333333333%; }

.col-11 {
  float: left;
  width: 91.6666666667%; }

.col-12 {
  float: left;
  width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.3333333333%; }

.pull-2 {
  right: 16.6666666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.3333333333%; }

.pull-5 {
  right: 41.6666666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.3333333333%; }

.pull-8 {
  right: 66.6666666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.3333333333%; }

.pull-11 {
  right: 91.6666666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.3333333333%; }

.push-2 {
  left: 16.6666666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.3333333333%; }

.push-5 {
  left: 41.6666666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.3333333333%; }

.push-8 {
  left: 66.6666666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.3333333333%; }

.push-11 {
  left: 91.6666666667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.3333333333%; }

  .col-sm-2 {
    float: left;
    width: 16.6666666667%; }

  .col-sm-3 {
    float: left;
    width: 25%; }

  .col-sm-4 {
    float: left;
    width: 33.3333333333%; }

  .col-sm-5 {
    float: left;
    width: 41.6666666667%; }

  .col-sm-6 {
    float: left;
    width: 50%; }

  .col-sm-7 {
    float: left;
    width: 58.3333333333%; }

  .col-sm-8 {
    float: left;
    width: 66.6666666667%; }

  .col-sm-9 {
    float: left;
    width: 75%; }

  .col-sm-10 {
    float: left;
    width: 83.3333333333%; }

  .col-sm-11 {
    float: left;
    width: 91.6666666667%; }

  .col-sm-12 {
    float: left;
    width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.3333333333%; }

  .pull-sm-2 {
    right: 16.6666666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.3333333333%; }

  .pull-sm-5 {
    right: 41.6666666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.3333333333%; }

  .pull-sm-8 {
    right: 66.6666666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.3333333333%; }

  .pull-sm-11 {
    right: 91.6666666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.3333333333%; }

  .push-sm-2 {
    left: 16.6666666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.3333333333%; }

  .push-sm-5 {
    left: 41.6666666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.3333333333%; }

  .push-sm-8 {
    left: 66.6666666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.3333333333%; }

  .push-sm-11 {
    left: 91.6666666667%; }

  .push-sm-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.3333333333%; }

  .col-md-2 {
    float: left;
    width: 16.6666666667%; }

  .col-md-3 {
    float: left;
    width: 25%; }

  .col-md-4 {
    float: left;
    width: 33.3333333333%; }

  .col-md-5 {
    float: left;
    width: 41.6666666667%; }

  .col-md-6 {
    float: left;
    width: 50%; }

  .col-md-7 {
    float: left;
    width: 58.3333333333%; }

  .col-md-8 {
    float: left;
    width: 66.6666666667%; }

  .col-md-9 {
    float: left;
    width: 75%; }

  .col-md-10 {
    float: left;
    width: 83.3333333333%; }

  .col-md-11 {
    float: left;
    width: 91.6666666667%; }

  .col-md-12 {
    float: left;
    width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.3333333333%; }

  .pull-md-2 {
    right: 16.6666666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.3333333333%; }

  .pull-md-5 {
    right: 41.6666666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.3333333333%; }

  .pull-md-8 {
    right: 66.6666666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.3333333333%; }

  .pull-md-11 {
    right: 91.6666666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.3333333333%; }

  .push-md-2 {
    left: 16.6666666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.3333333333%; }

  .push-md-5 {
    left: 41.6666666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.3333333333%; }

  .push-md-8 {
    left: 66.6666666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.3333333333%; }

  .push-md-11 {
    left: 91.6666666667%; }

  .push-md-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.3333333333%; }

  .col-lg-2 {
    float: left;
    width: 16.6666666667%; }

  .col-lg-3 {
    float: left;
    width: 25%; }

  .col-lg-4 {
    float: left;
    width: 33.3333333333%; }

  .col-lg-5 {
    float: left;
    width: 41.6666666667%; }

  .col-lg-6 {
    float: left;
    width: 50%; }

  .col-lg-7 {
    float: left;
    width: 58.3333333333%; }

  .col-lg-8 {
    float: left;
    width: 66.6666666667%; }

  .col-lg-9 {
    float: left;
    width: 75%; }

  .col-lg-10 {
    float: left;
    width: 83.3333333333%; }

  .col-lg-11 {
    float: left;
    width: 91.6666666667%; }

  .col-lg-12 {
    float: left;
    width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.3333333333%; }

  .pull-lg-2 {
    right: 16.6666666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.3333333333%; }

  .pull-lg-5 {
    right: 41.6666666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.3333333333%; }

  .pull-lg-8 {
    right: 66.6666666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.3333333333%; }

  .pull-lg-11 {
    right: 91.6666666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.3333333333%; }

  .push-lg-2 {
    left: 16.6666666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.3333333333%; }

  .push-lg-5 {
    left: 41.6666666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.3333333333%; }

  .push-lg-8 {
    left: 66.6666666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.3333333333%; }

  .push-lg-11 {
    left: 91.6666666667%; }

  .push-lg-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.3333333333%; }

  .col-xl-2 {
    float: left;
    width: 16.6666666667%; }

  .col-xl-3 {
    float: left;
    width: 25%; }

  .col-xl-4 {
    float: left;
    width: 33.3333333333%; }

  .col-xl-5 {
    float: left;
    width: 41.6666666667%; }

  .col-xl-6 {
    float: left;
    width: 50%; }

  .col-xl-7 {
    float: left;
    width: 58.3333333333%; }

  .col-xl-8 {
    float: left;
    width: 66.6666666667%; }

  .col-xl-9 {
    float: left;
    width: 75%; }

  .col-xl-10 {
    float: left;
    width: 83.3333333333%; }

  .col-xl-11 {
    float: left;
    width: 91.6666666667%; }

  .col-xl-12 {
    float: left;
    width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.3333333333%; }

  .pull-xl-2 {
    right: 16.6666666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.3333333333%; }

  .pull-xl-5 {
    right: 41.6666666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.3333333333%; }

  .pull-xl-8 {
    right: 66.6666666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.3333333333%; }

  .pull-xl-11 {
    right: 91.6666666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.3333333333%; }

  .push-xl-2 {
    left: 16.6666666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.3333333333%; }

  .push-xl-5 {
    left: 41.6666666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.3333333333%; }

  .push-xl-8 {
    left: 66.6666666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.3333333333%; }

  .push-xl-11 {
    left: 91.6666666667%; }

  .push-xl-12 {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.5rem; }
  .table th,
  .table td {
    padding: 1rem 2rem;
    vertical-align: top;
    border-top: 1px solid #c7c7c7; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c7c7c7; }
  .table tbody + tbody {
    border-top: 2px solid #c7c7c7; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 1rem; }

.table-bordered {
  border: 1px solid #c7c7c7; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #c7c7c7; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eeeeee; }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #000000; }

.thead-default th {
  color: #626262;
  background-color: #eeeeee; }

.table-inverse {
  color: #fff;
  background-color: #000000; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.table-reflow thead {
  float: left; }
.table-reflow tbody {
  display: block;
  white-space: nowrap; }
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #c7c7c7; }
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #c7c7c7; }
.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #c7c7c7; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #626262;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #626262;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(3.75rem + 2px); }
select.form-control:focus::-ms-value {
  color: #626262;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  font-size: 1.5rem; }

.form-control-static {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.5;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-group {
  margin-bottom: 2.5rem; }

.form-text {
  display: block;
  margin-top: 0.625rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 1.875rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #a7a7a7;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }

.form-control-feedback {
  margin-top: 0.625rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.9375rem;
  background-size: 1.875rem 1.875rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c; }
.has-success .form-control {
  border-color: #5cb85c; }
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e; }
.has-warning .form-control {
  border-color: #f0ad4e; }
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f; }
.has-danger .form-control {
  border-color: #d9534f; }
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 576px) {
  .form-inline label {
    margin-bottom: 0; }
  .form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    width: auto;
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-top: 0;
    margin-bottom: 0; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .custom-control {
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    vertical-align: text-bottom; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1.5rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #228a8b;
  border-color: #228a8b; }
  .btn-primary:hover {
    color: #fff;
    background-color: #186162;
    border-color: #16595a; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #186162;
    border-color: #16595a; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #186162;
    border-color: #16595a;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #114545;
      border-color: #092425; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #228a8b;
    border-color: #228a8b; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #228a8b;
    border-color: #228a8b; }

.btn-secondary {
  color: #000000;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #000000;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #000000;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #000000;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-outline-primary {
  color: #228a8b;
  background-image: none;
  background-color: transparent;
  border-color: #228a8b; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #228a8b;
    border-color: #228a8b; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #228a8b;
    border-color: #228a8b; }
  .btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #228a8b;
    border-color: #228a8b; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #114545;
      border-color: #092425; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #42cfd1; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #42cfd1; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: 400;
  color: #228a8b;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #a7a7a7;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/*@import "animation";
@import "dropdown";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "nav";
@import "navbar";
@import "card"; */
/*@import "pagination";
@import "badge";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "responsive-embed";
@import "close";*/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
    margin-bottom: 0; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -0.5rem; }
  .btn-toolbar::after {
    display: block;
    content: "";
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group::after {
  display: block;
  content: "";
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #626262;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  float: left;
  margin-bottom: 0.25rem;
  clear: left; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(3.75rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #626262;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #626262;
      background-color: #fff; }
  .custom-select:disabled {
    color: #a7a7a7;
    cursor: not-allowed;
    background-color: #eeeeee; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #228a8b !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #186162 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #000000 !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: black !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.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-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

@media (min-width: 576px) {
  .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-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; } }
@media (min-width: 768px) {
  .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-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; } }
@media (min-width: 992px) {
  .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-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; } }
@media (min-width: 1200px) {
  .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-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.625rem 0.625rem !important; }

.mt-1 {
  margin-top: 0.625rem !important; }

.mr-1 {
  margin-right: 0.625rem !important; }

.mb-1 {
  margin-bottom: 0.625rem !important; }

.ml-1 {
  margin-left: 0.625rem !important; }

.mx-1 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important; }

.my-1 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important; }

.m-2 {
  margin: 1.25rem 1.25rem !important; }

.mt-2 {
  margin-top: 1.25rem !important; }

.mr-2 {
  margin-right: 1.25rem !important; }

.mb-2 {
  margin-bottom: 1.25rem !important; }

.ml-2 {
  margin-left: 1.25rem !important; }

.mx-2 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important; }

.my-2 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }

.m-3 {
  margin: 2.5rem 2.5rem !important; }

.mt-3 {
  margin-top: 2.5rem !important; }

.mr-3 {
  margin-right: 2.5rem !important; }

.mb-3 {
  margin-bottom: 2.5rem !important; }

.ml-3 {
  margin-left: 2.5rem !important; }

.mx-3 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.my-3 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.m-4 {
  margin: 3.75rem 3.75rem !important; }

.mt-4 {
  margin-top: 3.75rem !important; }

.mr-4 {
  margin-right: 3.75rem !important; }

.mb-4 {
  margin-bottom: 3.75rem !important; }

.ml-4 {
  margin-left: 3.75rem !important; }

.mx-4 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important; }

.my-4 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.m-5 {
  margin: 7.5rem 7.5rem !important; }

.mt-5 {
  margin-top: 7.5rem !important; }

.mr-5 {
  margin-right: 7.5rem !important; }

.mb-5 {
  margin-bottom: 7.5rem !important; }

.ml-5 {
  margin-left: 7.5rem !important; }

.mx-5 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important; }

.my-5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important; }

.p-0 {
  padding: 0 0 !important; }

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

.pr-0 {
  padding-right: 0 !important; }

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

.pl-0 {
  padding-left: 0 !important; }

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

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

.p-1 {
  padding: 0.625rem 0.625rem !important; }

.pt-1 {
  padding-top: 0.625rem !important; }

.pr-1 {
  padding-right: 0.625rem !important; }

.pb-1 {
  padding-bottom: 0.625rem !important; }

.pl-1 {
  padding-left: 0.625rem !important; }

.px-1 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important; }

.py-1 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important; }

.p-2 {
  padding: 1.25rem 1.25rem !important; }

.pt-2 {
  padding-top: 1.25rem !important; }

.pr-2 {
  padding-right: 1.25rem !important; }

.pb-2 {
  padding-bottom: 1.25rem !important; }

.pl-2 {
  padding-left: 1.25rem !important; }

.px-2 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important; }

.py-2 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }

.p-3 {
  padding: 2.5rem 2.5rem !important; }

.pt-3 {
  padding-top: 2.5rem !important; }

.pr-3 {
  padding-right: 2.5rem !important; }

.pb-3 {
  padding-bottom: 2.5rem !important; }

.pl-3 {
  padding-left: 2.5rem !important; }

.px-3 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.py-3 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.p-4 {
  padding: 3.75rem 3.75rem !important; }

.pt-4 {
  padding-top: 3.75rem !important; }

.pr-4 {
  padding-right: 3.75rem !important; }

.pb-4 {
  padding-bottom: 3.75rem !important; }

.pl-4 {
  padding-left: 3.75rem !important; }

.px-4 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important; }

.py-4 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }

.p-5 {
  padding: 7.5rem 7.5rem !important; }

.pt-5 {
  padding-top: 7.5rem !important; }

.pr-5 {
  padding-right: 7.5rem !important; }

.pb-5 {
  padding-bottom: 7.5rem !important; }

.pl-5 {
  padding-left: 7.5rem !important; }

.px-5 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important; }

.py-5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0 {
    margin-left: 0 !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 576px) {
  .m-sm-1 {
    margin: 0.625rem 0.625rem !important; }

  .mt-sm-1 {
    margin-top: 0.625rem !important; }

  .mr-sm-1 {
    margin-right: 0.625rem !important; }

  .mb-sm-1 {
    margin-bottom: 0.625rem !important; }

  .ml-sm-1 {
    margin-left: 0.625rem !important; }

  .mx-sm-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }

  .my-sm-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; } }
@media (min-width: 576px) {
  .m-sm-2 {
    margin: 1.25rem 1.25rem !important; }

  .mt-sm-2 {
    margin-top: 1.25rem !important; }

  .mr-sm-2 {
    margin-right: 1.25rem !important; }

  .mb-sm-2 {
    margin-bottom: 1.25rem !important; }

  .ml-sm-2 {
    margin-left: 1.25rem !important; }

  .mx-sm-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }

  .my-sm-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; } }
@media (min-width: 576px) {
  .m-sm-3 {
    margin: 2.5rem 2.5rem !important; }

  .mt-sm-3 {
    margin-top: 2.5rem !important; }

  .mr-sm-3 {
    margin-right: 2.5rem !important; }

  .mb-sm-3 {
    margin-bottom: 2.5rem !important; }

  .ml-sm-3 {
    margin-left: 2.5rem !important; }

  .mx-sm-3 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .my-sm-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }
@media (min-width: 576px) {
  .m-sm-4 {
    margin: 3.75rem 3.75rem !important; }

  .mt-sm-4 {
    margin-top: 3.75rem !important; }

  .mr-sm-4 {
    margin-right: 3.75rem !important; }

  .mb-sm-4 {
    margin-bottom: 3.75rem !important; }

  .ml-sm-4 {
    margin-left: 3.75rem !important; }

  .mx-sm-4 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .my-sm-4 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; } }
@media (min-width: 576px) {
  .m-sm-5 {
    margin: 7.5rem 7.5rem !important; }

  .mt-sm-5 {
    margin-top: 7.5rem !important; }

  .mr-sm-5 {
    margin-right: 7.5rem !important; }

  .mb-sm-5 {
    margin-bottom: 7.5rem !important; }

  .ml-sm-5 {
    margin-left: 7.5rem !important; }

  .mx-sm-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }

  .my-sm-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; } }
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 0 !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0 {
    padding-left: 0 !important; }

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

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 576px) {
  .p-sm-1 {
    padding: 0.625rem 0.625rem !important; }

  .pt-sm-1 {
    padding-top: 0.625rem !important; }

  .pr-sm-1 {
    padding-right: 0.625rem !important; }

  .pb-sm-1 {
    padding-bottom: 0.625rem !important; }

  .pl-sm-1 {
    padding-left: 0.625rem !important; }

  .px-sm-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

  .py-sm-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; } }
@media (min-width: 576px) {
  .p-sm-2 {
    padding: 1.25rem 1.25rem !important; }

  .pt-sm-2 {
    padding-top: 1.25rem !important; }

  .pr-sm-2 {
    padding-right: 1.25rem !important; }

  .pb-sm-2 {
    padding-bottom: 1.25rem !important; }

  .pl-sm-2 {
    padding-left: 1.25rem !important; }

  .px-sm-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }

  .py-sm-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; } }
@media (min-width: 576px) {
  .p-sm-3 {
    padding: 2.5rem 2.5rem !important; }

  .pt-sm-3 {
    padding-top: 2.5rem !important; }

  .pr-sm-3 {
    padding-right: 2.5rem !important; }

  .pb-sm-3 {
    padding-bottom: 2.5rem !important; }

  .pl-sm-3 {
    padding-left: 2.5rem !important; }

  .px-sm-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .py-sm-3 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }
@media (min-width: 576px) {
  .p-sm-4 {
    padding: 3.75rem 3.75rem !important; }

  .pt-sm-4 {
    padding-top: 3.75rem !important; }

  .pr-sm-4 {
    padding-right: 3.75rem !important; }

  .pb-sm-4 {
    padding-bottom: 3.75rem !important; }

  .pl-sm-4 {
    padding-left: 3.75rem !important; }

  .px-sm-4 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .py-sm-4 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; } }
@media (min-width: 576px) {
  .p-sm-5 {
    padding: 7.5rem 7.5rem !important; }

  .pt-sm-5 {
    padding-top: 7.5rem !important; }

  .pr-sm-5 {
    padding-right: 7.5rem !important; }

  .pb-sm-5 {
    padding-bottom: 7.5rem !important; }

  .pl-sm-5 {
    padding-left: 7.5rem !important; }

  .px-sm-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }

  .py-sm-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mr-md-0 {
    margin-right: 0 !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0 {
    margin-left: 0 !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 768px) {
  .m-md-1 {
    margin: 0.625rem 0.625rem !important; }

  .mt-md-1 {
    margin-top: 0.625rem !important; }

  .mr-md-1 {
    margin-right: 0.625rem !important; }

  .mb-md-1 {
    margin-bottom: 0.625rem !important; }

  .ml-md-1 {
    margin-left: 0.625rem !important; }

  .mx-md-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }

  .my-md-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; } }
@media (min-width: 768px) {
  .m-md-2 {
    margin: 1.25rem 1.25rem !important; }

  .mt-md-2 {
    margin-top: 1.25rem !important; }

  .mr-md-2 {
    margin-right: 1.25rem !important; }

  .mb-md-2 {
    margin-bottom: 1.25rem !important; }

  .ml-md-2 {
    margin-left: 1.25rem !important; }

  .mx-md-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }

  .my-md-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; } }
@media (min-width: 768px) {
  .m-md-3 {
    margin: 2.5rem 2.5rem !important; }

  .mt-md-3 {
    margin-top: 2.5rem !important; }

  .mr-md-3 {
    margin-right: 2.5rem !important; }

  .mb-md-3 {
    margin-bottom: 2.5rem !important; }

  .ml-md-3 {
    margin-left: 2.5rem !important; }

  .mx-md-3 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .my-md-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }
@media (min-width: 768px) {
  .m-md-4 {
    margin: 3.75rem 3.75rem !important; }

  .mt-md-4 {
    margin-top: 3.75rem !important; }

  .mr-md-4 {
    margin-right: 3.75rem !important; }

  .mb-md-4 {
    margin-bottom: 3.75rem !important; }

  .ml-md-4 {
    margin-left: 3.75rem !important; }

  .mx-md-4 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .my-md-4 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; } }
@media (min-width: 768px) {
  .m-md-5 {
    margin: 7.5rem 7.5rem !important; }

  .mt-md-5 {
    margin-top: 7.5rem !important; }

  .mr-md-5 {
    margin-right: 7.5rem !important; }

  .mb-md-5 {
    margin-bottom: 7.5rem !important; }

  .ml-md-5 {
    margin-left: 7.5rem !important; }

  .mx-md-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }

  .my-md-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; } }
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 0 !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pr-md-0 {
    padding-right: 0 !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0 {
    padding-left: 0 !important; }

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

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 768px) {
  .p-md-1 {
    padding: 0.625rem 0.625rem !important; }

  .pt-md-1 {
    padding-top: 0.625rem !important; }

  .pr-md-1 {
    padding-right: 0.625rem !important; }

  .pb-md-1 {
    padding-bottom: 0.625rem !important; }

  .pl-md-1 {
    padding-left: 0.625rem !important; }

  .px-md-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

  .py-md-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; } }
@media (min-width: 768px) {
  .p-md-2 {
    padding: 1.25rem 1.25rem !important; }

  .pt-md-2 {
    padding-top: 1.25rem !important; }

  .pr-md-2 {
    padding-right: 1.25rem !important; }

  .pb-md-2 {
    padding-bottom: 1.25rem !important; }

  .pl-md-2 {
    padding-left: 1.25rem !important; }

  .px-md-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }

  .py-md-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; } }
@media (min-width: 768px) {
  .p-md-3 {
    padding: 2.5rem 2.5rem !important; }

  .pt-md-3 {
    padding-top: 2.5rem !important; }

  .pr-md-3 {
    padding-right: 2.5rem !important; }

  .pb-md-3 {
    padding-bottom: 2.5rem !important; }

  .pl-md-3 {
    padding-left: 2.5rem !important; }

  .px-md-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .py-md-3 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }
@media (min-width: 768px) {
  .p-md-4 {
    padding: 3.75rem 3.75rem !important; }

  .pt-md-4 {
    padding-top: 3.75rem !important; }

  .pr-md-4 {
    padding-right: 3.75rem !important; }

  .pb-md-4 {
    padding-bottom: 3.75rem !important; }

  .pl-md-4 {
    padding-left: 3.75rem !important; }

  .px-md-4 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .py-md-4 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; } }
@media (min-width: 768px) {
  .p-md-5 {
    padding: 7.5rem 7.5rem !important; }

  .pt-md-5 {
    padding-top: 7.5rem !important; }

  .pr-md-5 {
    padding-right: 7.5rem !important; }

  .pb-md-5 {
    padding-bottom: 7.5rem !important; }

  .pl-md-5 {
    padding-left: 7.5rem !important; }

  .px-md-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }

  .py-md-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0 {
    margin-left: 0 !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 992px) {
  .m-lg-1 {
    margin: 0.625rem 0.625rem !important; }

  .mt-lg-1 {
    margin-top: 0.625rem !important; }

  .mr-lg-1 {
    margin-right: 0.625rem !important; }

  .mb-lg-1 {
    margin-bottom: 0.625rem !important; }

  .ml-lg-1 {
    margin-left: 0.625rem !important; }

  .mx-lg-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }

  .my-lg-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; } }
@media (min-width: 992px) {
  .m-lg-2 {
    margin: 1.25rem 1.25rem !important; }

  .mt-lg-2 {
    margin-top: 1.25rem !important; }

  .mr-lg-2 {
    margin-right: 1.25rem !important; }

  .mb-lg-2 {
    margin-bottom: 1.25rem !important; }

  .ml-lg-2 {
    margin-left: 1.25rem !important; }

  .mx-lg-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }

  .my-lg-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; } }
@media (min-width: 992px) {
  .m-lg-3 {
    margin: 2.5rem 2.5rem !important; }

  .mt-lg-3 {
    margin-top: 2.5rem !important; }

  .mr-lg-3 {
    margin-right: 2.5rem !important; }

  .mb-lg-3 {
    margin-bottom: 2.5rem !important; }

  .ml-lg-3 {
    margin-left: 2.5rem !important; }

  .mx-lg-3 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .my-lg-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }
@media (min-width: 992px) {
  .m-lg-4 {
    margin: 3.75rem 3.75rem !important; }

  .mt-lg-4 {
    margin-top: 3.75rem !important; }

  .mr-lg-4 {
    margin-right: 3.75rem !important; }

  .mb-lg-4 {
    margin-bottom: 3.75rem !important; }

  .ml-lg-4 {
    margin-left: 3.75rem !important; }

  .mx-lg-4 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .my-lg-4 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; } }
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 7.5rem 7.5rem !important; }

  .mt-lg-5 {
    margin-top: 7.5rem !important; }

  .mr-lg-5 {
    margin-right: 7.5rem !important; }

  .mb-lg-5 {
    margin-bottom: 7.5rem !important; }

  .ml-lg-5 {
    margin-left: 7.5rem !important; }

  .mx-lg-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }

  .my-lg-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; } }
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 0 !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0 {
    padding-left: 0 !important; }

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

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 992px) {
  .p-lg-1 {
    padding: 0.625rem 0.625rem !important; }

  .pt-lg-1 {
    padding-top: 0.625rem !important; }

  .pr-lg-1 {
    padding-right: 0.625rem !important; }

  .pb-lg-1 {
    padding-bottom: 0.625rem !important; }

  .pl-lg-1 {
    padding-left: 0.625rem !important; }

  .px-lg-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

  .py-lg-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; } }
@media (min-width: 992px) {
  .p-lg-2 {
    padding: 1.25rem 1.25rem !important; }

  .pt-lg-2 {
    padding-top: 1.25rem !important; }

  .pr-lg-2 {
    padding-right: 1.25rem !important; }

  .pb-lg-2 {
    padding-bottom: 1.25rem !important; }

  .pl-lg-2 {
    padding-left: 1.25rem !important; }

  .px-lg-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }

  .py-lg-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; } }
@media (min-width: 992px) {
  .p-lg-3 {
    padding: 2.5rem 2.5rem !important; }

  .pt-lg-3 {
    padding-top: 2.5rem !important; }

  .pr-lg-3 {
    padding-right: 2.5rem !important; }

  .pb-lg-3 {
    padding-bottom: 2.5rem !important; }

  .pl-lg-3 {
    padding-left: 2.5rem !important; }

  .px-lg-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .py-lg-3 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }
@media (min-width: 992px) {
  .p-lg-4 {
    padding: 3.75rem 3.75rem !important; }

  .pt-lg-4 {
    padding-top: 3.75rem !important; }

  .pr-lg-4 {
    padding-right: 3.75rem !important; }

  .pb-lg-4 {
    padding-bottom: 3.75rem !important; }

  .pl-lg-4 {
    padding-left: 3.75rem !important; }

  .px-lg-4 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .py-lg-4 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; } }
@media (min-width: 992px) {
  .p-lg-5 {
    padding: 7.5rem 7.5rem !important; }

  .pt-lg-5 {
    padding-top: 7.5rem !important; }

  .pr-lg-5 {
    padding-right: 7.5rem !important; }

  .pb-lg-5 {
    padding-bottom: 7.5rem !important; }

  .pl-lg-5 {
    padding-left: 7.5rem !important; }

  .px-lg-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }

  .py-lg-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0 {
    margin-left: 0 !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 0.625rem 0.625rem !important; }

  .mt-xl-1 {
    margin-top: 0.625rem !important; }

  .mr-xl-1 {
    margin-right: 0.625rem !important; }

  .mb-xl-1 {
    margin-bottom: 0.625rem !important; }

  .ml-xl-1 {
    margin-left: 0.625rem !important; }

  .mx-xl-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }

  .my-xl-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; } }
@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 1.25rem 1.25rem !important; }

  .mt-xl-2 {
    margin-top: 1.25rem !important; }

  .mr-xl-2 {
    margin-right: 1.25rem !important; }

  .mb-xl-2 {
    margin-bottom: 1.25rem !important; }

  .ml-xl-2 {
    margin-left: 1.25rem !important; }

  .mx-xl-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }

  .my-xl-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; } }
@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 2.5rem 2.5rem !important; }

  .mt-xl-3 {
    margin-top: 2.5rem !important; }

  .mr-xl-3 {
    margin-right: 2.5rem !important; }

  .mb-xl-3 {
    margin-bottom: 2.5rem !important; }

  .ml-xl-3 {
    margin-left: 2.5rem !important; }

  .mx-xl-3 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .my-xl-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }
@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 3.75rem 3.75rem !important; }

  .mt-xl-4 {
    margin-top: 3.75rem !important; }

  .mr-xl-4 {
    margin-right: 3.75rem !important; }

  .mb-xl-4 {
    margin-bottom: 3.75rem !important; }

  .ml-xl-4 {
    margin-left: 3.75rem !important; }

  .mx-xl-4 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }

  .my-xl-4 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; } }
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 7.5rem 7.5rem !important; }

  .mt-xl-5 {
    margin-top: 7.5rem !important; }

  .mr-xl-5 {
    margin-right: 7.5rem !important; }

  .mb-xl-5 {
    margin-bottom: 7.5rem !important; }

  .ml-xl-5 {
    margin-left: 7.5rem !important; }

  .mx-xl-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }

  .my-xl-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; } }
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 0 !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0 {
    padding-left: 0 !important; }

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

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media (min-width: 1200px) {
  .p-xl-1 {
    padding: 0.625rem 0.625rem !important; }

  .pt-xl-1 {
    padding-top: 0.625rem !important; }

  .pr-xl-1 {
    padding-right: 0.625rem !important; }

  .pb-xl-1 {
    padding-bottom: 0.625rem !important; }

  .pl-xl-1 {
    padding-left: 0.625rem !important; }

  .px-xl-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

  .py-xl-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; } }
@media (min-width: 1200px) {
  .p-xl-2 {
    padding: 1.25rem 1.25rem !important; }

  .pt-xl-2 {
    padding-top: 1.25rem !important; }

  .pr-xl-2 {
    padding-right: 1.25rem !important; }

  .pb-xl-2 {
    padding-bottom: 1.25rem !important; }

  .pl-xl-2 {
    padding-left: 1.25rem !important; }

  .px-xl-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }

  .py-xl-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; } }
@media (min-width: 1200px) {
  .p-xl-3 {
    padding: 2.5rem 2.5rem !important; }

  .pt-xl-3 {
    padding-top: 2.5rem !important; }

  .pr-xl-3 {
    padding-right: 2.5rem !important; }

  .pb-xl-3 {
    padding-bottom: 2.5rem !important; }

  .pl-xl-3 {
    padding-left: 2.5rem !important; }

  .px-xl-3 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .py-xl-3 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }
@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 3.75rem 3.75rem !important; }

  .pt-xl-4 {
    padding-top: 3.75rem !important; }

  .pr-xl-4 {
    padding-right: 3.75rem !important; }

  .pb-xl-4 {
    padding-bottom: 3.75rem !important; }

  .pl-xl-4 {
    padding-left: 3.75rem !important; }

  .px-xl-4 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }

  .py-xl-4 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; } }
@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 7.5rem 7.5rem !important; }

  .pt-xl-5 {
    padding-top: 7.5rem !important; }

  .pr-xl-5 {
    padding-right: 7.5rem !important; }

  .pb-xl-5 {
    padding-bottom: 7.5rem !important; }

  .pl-xl-5 {
    padding-left: 7.5rem !important; }

  .px-xl-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }

  .py-xl-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; } }
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 700; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #a7a7a7 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #8e8e8e !important; }

.text-primary {
  color: #228a8b !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #186162 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #000000 !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: black !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

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

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

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

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* ----------------------------------------------------------------------------- */
/*  MegaMenu
/* ----------------------------------------------------------------------------- */
/* begin mainmenu */
.mainnavigation {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  text-align: right;
  width: 100; }
  @media (max-width: 991px) {
    .mainnavigation {
      margin-top: 50px;
      text-align: left; } }

.mainnavigation nav {
  z-index: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: -8px; }

ul.megamenu * {
  list-style: inside none;
  margin: 0;
  padding: 0;
  box-sizing: initial !important; }

.megamenu.level0 {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  display: block; }

.megamenu.level0 > li {
  position: relative;
  /*becouse of submenu absolute */
  z-index: 1;
  float: left;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  /*            background: url("../images/bg/bg_menu_top.png") no-repeat;*/
  background-position: right center;
  background-size: 1px 22px;
  border-bottom: 3px solid transparent; }

/*        .megamenu.level0 > li:last-child  {background: none;}*/
.megamenu.level0 > li:hover {
  z-index: 2; }

.megamenu.level0 > li.haschild:hover {
  /*                border-bottom: 3px solid $brand-primary;*/ }

.megamenu.level0 > li > a,
.megamenu.level0 > li > span.megacss {
  /* PADDING and FONT here becouse on first lever there are no modules mega_menu and renders all links as <a></a> */
  text-transform: uppercase;
  padding: 20px 0;
  margin-left: 26px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: left;
  display: block; }
@media (min-width: 768px) and (max-width: 1199px) {
  .megamenu.level0 > li > a,
  .megamenu.level0 > li > span.megacss {
    padding: 35px 18.2px; } }

.megamenu.level0 > li > a span {
  color: #000000;
  line-height: 0; }

.megamenu.level0 > li > span.megacss span {
  color: #000000; }

/*                    .megamenu.level0 .menu-desc {display: none;}*/
ul.megamenu.level0 > li.haschild > a .menu-title:after,
ul.megamenu.level0 > li.haschild > span.megacss .menu-title:after {
  content: "\f123";
  position: relative;
  font-family: 'Ionicons';
  margin-left: 13px;
  margin-top: 2px;
  font-weight: normal;
  font-size: 1.3rem; }

/* Columns ---*/
.megamenu .megacol {
  float: left; }

/* Submenu */
.megamenu .childcontent {
  letter-spacing: 0;
  position: absolute;
  padding: 10px 0 20px 32.5px !important;
  /*        min-height: 200px;*/
  top: 100%;
  margin-top: 3px;
  text-align: left;
  display: block;
  /*        display: none;*/
  visibility: hidden;
  opacity: 0;
  /*        background: url('../images/bg/bg_menu_bottom.jpg') center bottom no-repeat #fff;*/
  background: #fff;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2); }

.megamenu > .activeTapped > .childcontent {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  margin-top: 3px !important;
  top: 100% !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  transform: translateY(0px) !important; }

/* Left alignment */
ul.level0 li.megacss.submenu-align-left > .childcontent {
  left: 0 !important;
  margin-left: 0 !important; }

ul.level1 li.megacss.submenu-align-left > .childcontent {
  left: 100% !important;
  top: -10px !important;
  /* assume padding submenu */
  margin-top: 0;
  margin-left: 32.5px !important;
  /* assume padding submenu */ }

/* Right alignment */
ul.level0 li.megacss.submenu-align-right > .childcontent {
  left: auto !important;
  right: 0 !important; }

ul.level1 li.megacss.submenu-align-right > .childcontent {
  left: auto !important;
  right: 100% !important;
  top: -10px !important;
  /* assume padding submenu */
  margin-top: 0;
  margin-right: 32.5px !important;
  /* assume padding submenu */ }

/* Center alignment */
ul.level0 li.megacss.submenu-align-center > .childcontent {
  left: 50%;
  -ms-transform: translate(-50%, 30px);
  -webkit-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px); }

/* Full-width alignment */
ul.level0 li.megacss.submenu-align-fullwidth {
  position: static !important; }

ul.level0 li.megacss.submenu-align-fullwidth > .childcontent {
  left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important; }

ul.level0 li.megacss.submenu-align-fullwidth > .childcontent
 {
  width: calc(100% - 32.5px) !important;
  /* no padding becouse of static - it includes bootstrap row */ }

/* end postions width */
.megamenu > li:hover > .childcontent {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

ul.level0 li.megacss.submenu-align-center:hover > .childcontent {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.megamenu .childcontent ul {
  margin-right: 32.5px; }

.megamenu .childcontent ul > li {
  color: #000000;
  position: relative;
  margin: 0;
  font-size: 1.2rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  padding: 1rem 0 1rem 0;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.24s ease 0s;
  -moz-transition: all 0.24s ease 0s;
  -webkit-transition: all 0.24s ease 0s;
  -o-transition: all 0.24s ease 0s; }

.megamenu .childcontent ul > li.group,
.megamenu.level1 > li:last-child {
  border-bottom: none; }

.megamenu .childcontent ul > li:hover {
  transition: all 0.24s ease 0s;
  -moz-transition: all 0.24s ease 0s;
  -webkit-transition: all 0.24s ease 0s;
  -o-transition: all 0.24s ease 0s; }

.megamenu .childcontent ul > li a .menu-title {
  /*            display: block;*/
  color: #000000; }

.megamenu .childcontent ul > li .megacss .menu-desc {
  color: #000000;
  margin-left: 4px; }

.megamenu .childcontent ul > li a {
  padding: 0 0 0 1.5rem;
  position: relative;
  display: block; }

.megamenu .childcontent ul > li a:after {
  content: '\f3d1';
  font-family: 'Ionicons';
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -1px;
  color: #626262; }

.megamenu .childcontent ul > li a:hover {
  padding-left: 2rem; }

/* Modules inside dropdown */
.megamenu .childcontent .moduletable {
  width: 100% !important;
  text-transform: none;
  font-size: 1.2rem; }

.megamenu .childcontent .moduletable {
  padding: 0; }

.megamenu .childcontent .moduletable * {
  color: #626262; }

.megamenu .childcontent .moduletable .ModuleTile {
  color: #000000; }

.megamenu .childcontent .moduletable img {
  max-width: 100%; }

/* hover & stuff colors */
.megamenu.level0 > li.first:hover > a:after,
.megamenu.level0 > li > a.active .menu-title,
.megamenu.level0 > li:hover > a .menu-title,
.megamenu.level1 > li > a.active .menu-title,
.megamenu.level1 > li:hover > a .menu-title,
.megamenu .childcontent ul > li:hover .menu-desc,
.megamenu .childcontent ul > li a.active .menu-desc {
  color: #bc9456; }

.megamenu .childcontent:not(.jux-tabs),
.jux-tabs .childcontent-inner {
  min-height: 200px; }

/* TABS */
/* VERTICAL */
.jux-tabs .tabs_vertical {
  /*  float: left;
    display: block !important;*/
  /*  overflow: hidden;
  width: 25%;
  */
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  -webkit-flex-basis: 25%;
  flex-basis: 25%; }

ul.level0 li.megacss.submenu-align-fullwidth > .childcontent.jux-tabs > .tabs_vertical.childcontent-inner-wrap > .childcontent-inner {
  width: calc(100% - 32.5px) !important; }

.jux-tabs .megacol .megamenu > li {
  display: block; }

/* prewent padding li li in tabs */
.jux-tabs .megacol > .megamenu > li {
  padding: 0; }

.jux-tabs .tabs_vertical.childcontent-inner-wrap > .childcontent-inner {
  display: -webkit-flex;
  /* Safari */
  display: flex; }

.jux-tabs .tabs_vertical ul.megamenu {
  margin-right: 0;
  padding-right: 13px;
  margin-left: 13px; }

.jux-tabs .tabs_vertical .megacol {
  background: #fafafa;
  -webkit-flex: 2;
  /* Safari 6.1+ */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
  -webkit-flex-basis: 75%;
  flex-basis: 75%; }

/* HORIZONTAL */
.jux-tabs .tabs_horizontal,
.jux-tabs .tabs_horizontal .childcontent-inner {
  width: 100% !important; }

.jux-tabs .tabs_horizontal .nav-tabs li {
  display: inline-block !important; }

.jux-tabs .tabs_horizontal .megacol {
  background: #fafafa;
  width: calc(100% - 32.5px) !important; }

/* colors */
.jux-tabs .nav-tabs > li a {
  color: #000000; }

.jux-tabs .active,
.jux-tabs .active > .menu-title {
  color: #228a8b !important; }

.megamenu .childcontent-inner ul.megamenu li.last,
.jux-tabs .childcontent-inner ul.megamenu > li:last-child,
.jux-tabs li.group,
.nav-tabs .tabs_horizontal li:last-child {
  border-bottom: none !important; }

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
@media (min-width: 992px) {
  #mobilemenu {
    display: none; } }

.nav.plug {
  display: none; }

.slicknav_menu {
  *zoom: 1;
  font-size: 1.5rem;
  box-sizing: border-box;
  background: #fff;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 0; }

.slicknav_nav .small {
  font-size: 1.5rem;
  font-weight: 500; }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 1rem;
  line-height: 1;
  cursor: pointer;
  margin: 1rem 0 1rem 1rem;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #626262; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #000000;
  font-weight: bold;
  display: block;
  line-height: 1;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 2rem;
  height: 1rem;
  margin: 2px 0 0 5px; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 2rem;
  height: 2px;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #000000;
  display: block;
  width: 2rem;
  height: 2px; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 3px; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_nav {
  clear: both;
  color: #000000;
  margin: 0;
  padding: 1rem 0 0;
  font-size: 1.5rem;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.slicknav_menu ul.nav-child {
  background: rgba(0, 0, 0, 0.05); }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  float: right;
  background: #eeeeee;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block;
  padding: 5px 10px; }

.slicknav_nav .slicknav_row:hover {
  background: #eeeeee;
  color: #000000; }

.slicknav_nav a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000000;
  border-top: 1px solid #a7a7a7; }

.slicknav_nav a.slicknav_row > a {
  border: none; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover a {
  background: #eeeeee;
  color: #000000; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_nav li.current.active a.slicknav_item > a,
.slicknav_nav li.current.active > a {
  color: #228a8b; }

.slicknav_nav li.current.active > a span {
  color: #000000; }

/*.slicknav_menu ul.nav-child a,
.slicknav_nav ul.nav-child .divider{padding-left: $spacer-x;}   */
.slicknav_brand {
  float: left;
  color: #626262;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/* 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-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.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; }
  .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-list {
  background: url("../images/ajax-loader.svg") center center no-repeat transparent; }

.slick-list.loaded {
  background-image: none; }

/*.slick-list {
    .slick-loading & {
        background: #000 slick-image-url("ajax-loader.svg") center center no-repeat;
    }
}*/
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/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;
    background: transparent;
    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;
    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; }

/* ----------------------------------------------------------------------------- */
/*  Home Page
/* ----------------------------------------------------------------------------- */
#spotlight-slides {
  position: relative;
  z-index: 1;
  padding: 0;
  display: block;
  overflow: hidden;
  height: 500px;
  border-bottom: 1px solid #228a8b;
  background: #228a8b; }

#spotlight-slides #slideshow .slide {
  height: 500px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden; }

@media (max-width: 991px) {
  #spotlight-slides,
  #spotlight-slides #slideshow .slide {
    height: 400px; } }

#spotlight-slides img.slide-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/ajax-loader.gif) center center no-repeat;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 1199px) {
    #spotlight-slides img.slide-bg {
      width: auto;
      height: 100%; } }

/*slider headers */
.slider-text {
  margin-top: 25%; }
  @media (max-width: 991px) {
    .slider-text {
      margin-top: 20%; } }

.slider-text h2 {
  margin-bottom: 2rem;
  font-size: 4.5rem;
  line-height: 1;
  color: #228a8b;
  /*        color: #fff;
          text-shadow: 0px 1px 5px #777;*/
  text-transform: uppercase;
  font-weight: 400; }
  @media (max-width: 991px) {
    .slider-text h2 {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .slider-text h2 {
      font-size: 3rem; } }

.slider-text.bright h2 {
  color: #fff; }

.slider-text .details,
.slider-text .details * {
  color: #626262;
  /*        color: #fff;*/
  /*        text-shadow: 0px 1px 5px rgba(0,0,0, .2);*/
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem; }
  @media (max-width: 991px) {
    .slider-text .details,
    .slider-text .details * {
      font-size: 1.8rem; } }

.slider-text.bright .details,
.slider-text.bright .details * {
  color: #fff; }

.slider-text .details {
  margin-left: 62px; }

.slider-text .slide-btn {
  /*        background: rgba($brand-primary, .1);
          border: 1px solid $brand-primary;
          display: inline-block;
          padding: 1.4rem 1.3rem 1.3rem;;*/
  margin-left: 62px;
  color: #bc9456;
  /*        color: #fff;*/ }

.slider-text.bright .slide-btn {
  color: #000000; }

.slider-text .slide-btn span {
  /*            background: $brand-primary;*/ }

/* Direction nav styles (e.g. Next & Prev) */
#spotlight-slides .directionNav {
  margin-top: 0;
  /* becouse of slick-theme have to override it*/
  position: absolute;
  display: block;
  z-index: 2;
  right: 40px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%); }

#spotlight-slides .directionNav .slick-dots {
  text-align: center;
  position: relative;
  bottom: 0;
  top: 0;
  width: 16px; }

#spotlight-slides .directionNav .slick-dots li {
  width: 16px;
  height: 16px;
  margin-bottom: 16px;
  padding: 0;
  line-height: 0;
  vertical-align: middle;
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

#spotlight-slides .directionNav .slick-dots li.slick-active {
  background: #228a8b;
  width: 16px;
  height: 16px; }

#spotlight-slides .directionNav .slick-dots li button {
  width: 0;
  height: 0;
  line-height: 0; }

#spotlight-slides .slick-dots li button::before {
  font-size: 0;
  content: ''; }

/* ----------------------------------------------------------------------------- */
/*  Banners
/* ----------------------------------------------------------------------------- */
.adv-hp {
  margin-top: -100px;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
  background-image: url("../images/bg/mandala_pattern.png");
  background-repeat: repeat-x;
  background-position: left 100px;
  /*    border-bottom: 1px solid $brand-primary;*/ }

.adv-hp-single a {
  display: block;
  height: 200px;
  background: #fff;
  border: 1px solid #228a8b;
  position: relative;
  overflow: hidden;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

.adv-hp-single a:hover {
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.3); }

.adv-hp-single span {
  position: absolute;
  z-index: 1;
  color: #000000;
  bottom: 3.5rem;
  left: 3rem;
  font-size: 3rem;
  line-height: 3rem; }

.adv-hp-single span strong {
  color: #2cb3b4; }

.adv-hp-single span i {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #228a8b; }

.adv-hp-single img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: auto;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* ----------------------------------------------------------------------------- */
/*  News
/* ----------------------------------------------------------------------------- */
.newsWidget .inner h2 {
  margin-bottom: 3rem;
  /*    color: $brand-primary;*/ }

.newsWidget .post {
  margin-bottom: 0;
  padding: 1rem 0 2rem 125px;
  position: relative;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    .newsWidget .post {
      margin-bottom: 3rem !important; } }

.newsWidget .post .news-post-type {
  position: absolute;
  right: 0;
  top: -3.5rem;
  background: #bc9456;
  color: #fff;
  padding: 0 12px;
  font-size: 1.2rem;
  line-height: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

.newsWidget .post-meta {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1.3rem 1.3rem 1.3rem;
  border: 1px solid #228a8b;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  background: #fff; }

.newsWidget .post-meta i {
  color: #228a8b;
  margin-right: 3px; }

.newsWidget .post .item-title {
  margin-bottom: 2rem;
  color: #000000;
  line-height: 3rem !important;
  line-height: 1.15; }

.newsWidget .post .item-title a {
  color: #000000; }

.newsWidget .post .introtext * {
  color: #626262; }

/* ----------------------------------------------------------------------------- */
/*  Events
/* ----------------------------------------------------------------------------- */
.eventsWidget {
  margin: 5.5rem 0 -1rem;
  /*    margin: -2rem 0 7.5rem;*/
  padding-bottom: 2rem;
  background: url(../images/bg/bg_eventsWidget.jpg) top center no-repeat transparent;
  background-size: auto 500px; }

.eventsWidget .inner h2 {
  padding-top: 3rem;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
  /*    color: $brand-primary;*/ }

.eventsWidget .event-item {
  background: #fff;
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 3rem;
  padding: 0 2rem 0 0;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2); }

.eventsWidget .event-image {
  display: block;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 42.5%; }

.eventsWidget .event-image img {
  object-fit: cover;
  height: 100%;
  min-width: 110px; }

.eventsWidget .post {
  margin-bottom: 0;
  padding: 2rem 0 2rem 50%;
  position: relative;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    .eventsWidget .post {
      margin-bottom: 3rem !important; } }

.eventsWidget .post-meta {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1.3rem;
  border: 1px solid #228a8b;
  display: inline-block;
  background: #fff; }

.eventsWidget .post-meta i {
  color: #228a8b;
  margin-right: 3px; }

.eventsWidget .post .item-title {
  margin-bottom: 2rem;
  color: #228a8b;
  line-height: 3rem !important;
  position: relative;
  line-height: 1.15; }

.eventsWidget .post .item-title:after {
  background: #228a8b;
  content: " ";
  left: -60px;
  position: absolute;
  top: 3.1rem;
  height: 0;
  width: 55px;
  border-bottom: 1px solid #228a8b; }

.eventsWidget .post .item-title a {
  color: #228a8b; }

/* ----------------------------------------------------------------------------- */
/*  Aktualno┼Ťci
/* ----------------------------------------------------------------------------- */
/* Lista ----------------------------------------------------------------------------- */
.news article {
  position: relative;
  margin-bottom: 3rem; }

.news article .imageOuter {
  margin-bottom: 2rem; }

.news article .post {
  margin-bottom: 3rem;
  padding: 0 0 2rem 125px;
  position: relative; }

.news article .post .item-title a {
  color: #000000; }

.news article .news-post-type {
  position: absolute;
  right: 0;
  top: -3.5rem;
  background: #bc9456;
  color: #fff;
  padding: 0 12px;
  font-size: 1.2rem;
  line-height: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

.news article .post-meta {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1.3rem;
  border: 1px solid #228a8b;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.news article .post-meta i {
  color: #228a8b;
  margin-right: 3px; }

/* Post ----------------------------------------------------------------------------- */
#news-post {
  position: relative;
  margin-bottom: 3rem; }

#news-post .imageOuter {
  margin-bottom: 2rem;
  width: 100%;
  display: block; }

#news-post .imageOuter img {
  object-fit: cover;
  width: 100%; }

#news-post .post {
  padding: 0 0 2rem 125px;
  position: relative; }

#news-post .news-post-type {
  position: absolute;
  right: 0;
  top: -3.5rem;
  background: #bc9456;
  color: #fff;
  padding: 0 12px;
  font-size: 1.2rem;
  line-height: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

#news-post .post-meta {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1.3rem;
  border: 1px solid #228a8b;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

#news-post .post-meta i {
  color: #228a8b;
  margin-right: 3px; }

/* check if not in module - id conflict */
/* Post Pager ----------------------------------------------------------------------------- */
.pager {
  padding: 1rem 2rem;
  margin: 5.5rem 0 0;
  background: rgba(34, 138, 139, 0.5);
  /*    background: $gray-lightest;*/
  /*    background: #fff;*/
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.1); }

.pager .post-sequence {
  margin-bottom: 0;
  display: block; }

.pager a {
  color: #626262; }

.pager a .post-title {
  color: #fff; }

.pager .prev a i {
  margin-right: 10px; }

.pager .next a i {
  margin-left: 10px; }

/* ----------------------------------------------------------------------------- */
/*  Dom
/* ----------------------------------------------------------------------------- */
.adv-full_bg {
  margin: 0;
  padding: 9rem 0; }

.adv-full_bg .with_bg {
  background: rgba(255, 255, 255, 0.85);
  padding: 5rem;
  min-height: 400px; }

.adv-full_bg img {
  max-width: 100%; }

/* ----------------------------------------------------------------------------- */
/*  Eventy
/* ----------------------------------------------------------------------------- */
/* Lista ----------------------------------------------------------------------------- */
.intro {
  margin-bottom: 3rem; }

.events .event-item {
  background: #fff;
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 3rem;
  padding: 0 2rem 0 0;
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.2); }

.event-item .event-image {
  display: block;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 42.5%; }

.event-item .event-image img {
  object-fit: cover;
  height: 100% !important;
  width: auto !important;
  min-width: 110px; }

.events .post {
  margin-bottom: 0;
  padding: 2rem 0 2rem 50%;
  position: relative;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 991px) {
    .events .post {
      margin-bottom: 3rem !important; } }

.events .post-meta {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1.3rem;
  border: 1px solid #228a8b;
  display: inline-block;
  background: #fff; }

.events .post-meta i {
  color: #228a8b;
  margin-right: 3px; }

.events .post .item-title {
  margin-bottom: 2rem;
  color: #228a8b;
  line-height: 3rem !important;
  position: relative;
  line-height: 1.15; }

.events .post .item-title:after {
  background: #228a8b;
  content: " ";
  left: -60px;
  position: absolute;
  top: 3.1rem;
  height: 0;
  width: 55px;
  border-bottom: 1px solid #228a8b; }

.events .post .item-title a {
  color: #228a8b; }

/* Event  ----------------------------------------------------------------------------- */
.event .event-image {
  margin-bottom: 2rem;
  width: 100%;
  display: block; }

.event .event-image img {
  object-fit: cover;
  width: 100% !important;
  height: auto !important; }

.event .post {
  position: relative;
  margin-bottom: 3rem;
  padding: 0 0 2.1rem 210px; }

.event .post-meta {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1.3rem;
  border: 1px solid #228a8b;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.event .post-meta i {
  color: #228a8b;
  margin-right: 3px; }

/* ----------------------------------------------------------------------------- */
/*  Foto
/* ----------------------------------------------------------------------------- */
/*.gallery {
    margin-top: 3rem;
}
.gallery .gallery_img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 
    color: transparent;
}

.gallery .zoom {
        position: relative;
        z-index: 0;
        width: 100%;
        display: block;   
        margin: 0 0 3rem 0;
        overflow: hidden;
}
    .gallery .icon-zoom {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s linear; 
        -webkit-transition: opacity 0.3s linear;   Safari 
    }
    .gallery .icon-zoom.visible {
        visibility: visible;      
        z-index: 1;
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        background: #fff url("../images/icons/icon-arrow-plus_24x24.png") no-repeat center center;
        opacity: .3;
        position: absolute;
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -30px;
    }
            .gallery .zoom:hover .icon-zoom {opacity: .9;}*/
/* ----------------------------------------------------------------------------- */
/*  Gallery
/* ----------------------------------------------------------------------------- */
.post-gallery {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #228a8b; }
  .post-gallery > h4 {
    margin-bottom: 3rem; }

.gallery .zoom {
  position: relative;
  z-index: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 250px;
  margin-bottom: 3rem;
  /* Tablet, phablet, mobile */ }
  @media (max-width: 1199px) {
    .gallery .zoom {
      height: 210px; } }
  @media (max-width: 991px) {
    .gallery .zoom {
      height: 150px; } }
  @media (max-width: 767px) {
    .gallery .zoom {
      height: 240px; } }

.gallery .icon-loader {
  display: block;
  visibility: visible;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff url("../images/ajax-loader.gif") no-repeat center center; }

.gallery .icon-loader.hiddenLoader {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear,opacity 0.3s linear; }

.gallery .icon-zoom {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear,opacity 0.3s linear; }

.gallery .icon-zoom.visible {
  visibility: visible;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #fff url("../images/icons/icon-arrow-plus_24x24.png") no-repeat center center;
  opacity: .5 !important;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px; }

.gallery .zoom:hover .icon-zoom {
  opacity: .9  !important;
  transition: opacity 1s linear; }

.gallery .gallery_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear, scale(1, 1) 0.3s; }

.gallery .zoom:hover .gallery_img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
  transition-duration: 1s; }

/* ----------------------------------------------------------------------------- */
/*  Kontakt
/* ----------------------------------------------------------------------------- */
#map {
  display: block;
  width: 100%;
  height: 500px; }

article.kontakt a {
  color: #626262 !important;
  padding: 0 !important;
  border: none !important; }

/* ----------------------------------------------------------------------------- */
/*  Mapa strony
/* ----------------------------------------------------------------------------- */
#site-map ul {
  list-style: none;
  padding: 0; }

#site-map li {
  position: relative;
  text-transform: uppercase;
  padding: 0 0 0 1.5rem; }

#site-map .separator {
  display: none; }

#site-map ul.level_0 > li {
  text-transform: uppercase; }

#site-map li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: '\f3d1';
  font-family: 'Ionicons';
  font-weight: normal;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #626262; }

#site-map li a {
  color: #000000; }
