@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: #2B2B2B;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  color: #2B2B2B;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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;
  margin: 0 0 30px 0;
  border-left: 5px solid #573E95;
  padding-left: 30px;
}

b,
strong {
  font-weight: bolder;
  font-weight: bold;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
  color: #573E95;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
  text-decoration: none;
  color: rgba(87, 62, 149, 0.8);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  display: block;
  cursor: pointer;
  color: #000;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 16px;
  text-transform: normal;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

.invalid-feedback {
    color: red!important;
}

.alert.alert-success {
    padding: 20px;
    color: green;
    font-weight: 800;
    width: 50%;
    margin: 50px auto;
    border: solid 2px green;
}

.alert.alert-danger {
    padding: 20px;
    color: red;
    font-weight: 800;
    width: 50%;
    margin: 50px auto;
    border: solid 2px red;
}

.alert.alert-warning {
    padding: 20px;
    color: red;
    font-weight: 800;
    width: 50%;
    margin: 50px auto;
    border: solid 2px red;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM4YzhjOGMiLz4KICA8L2c+Cjwvc3ZnPgo=");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  display: block;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background-color: #ececec;
  color: #2b2b2b;
  border-color: #ececec;
  font-size: 16px;
  border-radius: 0;
  border-width: 1px;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

/*Typography*/

html.wf-loading {
  visibility: hidden;
}

html.wf-loading body {
  font-family: "Helvetica", Arial;
}

h1 {
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 25px;
}

h2 {
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 25px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 30px;
}

h4 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 20px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 15px;
}

h6 {
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 10px;
}

p:last-child {
  margin-bottom: 0;
}

a:visited {
  color: #2d204d;
  text-decoration: underline;
}

a:active {
  color: #573E95;
}

iframe {
  max-width: 100%;
}

xmp {
  font-size: 15px;
  font-family: 'Source Code Pro', monospace;
  padding: 0 30px;
  margin: 15px 0;
}

xmp.html {
  background-color: #2B2B2B;
  color: #ADADAD;
}

xmp.js {
  background-color: #0a0a0a;
  color: #ADADAD;
}

/*Default Header + Menu*/

/**********************************************************************************************************************/

/** Header **/

.yca-header {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: normal;
  z-index: 999;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 6px -4px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}

.yca-header a {
  opacity: 1 !important;
  text-decoration: none;
}

.yca-header img {
  max-width: 100%;
  border: none;
  display: block;
}

.yca-header--container {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.yca-header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/** Logo **/

.yca-logo a {
  display: block;
}

.yca-logo {
  max-width: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

.yca-logo .logo-mobile {
  display: none;
}

.yca-header--outer.scrolled-header_js .yca-header {
  position: fixed;
}

/*Languages*/

.yca-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  cursor: pointer;
}

.yca-languages--current {
  display: block;
  border: 1px solid transparent;
  padding: 2px;
  -webkit-transition: .2s;
  transition: .2s;
  width: 30px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.yca-languages--current.am {
  background-image: url("../images/flags/am.svg");
}

.yca-languages--current.ru {
  background-image: url("../images/flags/ru.svg");
}

.yca-languages--current.us {
  background-image: url("../images/flags/us.svg");
}

.yca-languages--dropdown {
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  left: -5px;
  top: 30px;
}

.yca-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3px;
  margin-bottom: 5px;
}

.yca-lg:last-of-type {
  margin-bottom: 0;
}

.yca-lg:hover {
  opacity: .8;
}

.yca-lg input {
  position: absolute !important;
  opacity: 0;
  outline: 0;
  clip: rect(0 0 0 0);
}

.yca-lg input + span {
  display: block;
  border: 1px solid transparent;
  padding: 2px;
  -webkit-transition: .2s;
  transition: .2s;
  width: 30px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.yca-lg input:checked + span {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.yca-lg.am input + span {
  background-image: url("../images/flags/am.svg");
}

.yca-lg.ru input + span {
  background-image: url("../images/flags/ru.svg");
}

.yca-lg.us input + span {
  background-image: url("../images/flags/us.svg");
}

.header-links {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 22px;
  border-left: 1px solid #eee;
}

/** DESKTOP / MOBILE MENUS **/

.yca-menu--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
  font-size: 16px;
  margin-left: 60px;
  margin-right: 15px;
}

.yca-menu--nav li {
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yca-menu--nav li ul,
.yca-menu--nav li li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yca-menu--nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: color linear 0.2s, background-color linear 0.2s;
  transition: color linear 0.2s, background-color linear 0.2s;
}

.yca-menu--nav > li {
  height: 100px;
  margin: 0 0;
  -webkit-transition: height linear 0.2s;
  transition: height linear 0.2s;
}

.yca-menu--nav > li:first-child {
  margin-left: 0;
}

.yca-menu--nav > li:last-child {
  margin-right: 0;
}

.yca-menu--nav > li > a {
  position: relative;
  padding: 0 15px;
  height: 100%;
  color: #2B2B2B;
}

.yca-menu--sub {
  top: calc((100px + 100%)/2);
  width: 250px;
  position: absolute;
  left: 0;
  font-weight: normal;
  display: none;
  font-size: 16px;
  background-color: #2B2B2B;
  text-transform: capitalize;
}

.yca-menu--sub > li > ul li ul,
.yca-menu--sub > li > ul li.menu-item-has-children a::after,
.yca-menu--sub > li > ul li.menu-item-has-children .mobile-menu-icon {
  display: none !important;
}

.yca-menu--mobile-head {
  display: none;
}

.yca-menu--nav > li > a:visited {
  color: #2B2B2B;
}

.yca-menu--nav > li.current_page_item > a {
  background-color: #fff;
  color: #573E95;
  font-weight: bold;
}

.yca-menu--sub > li a {
  padding: 10px 15px;
  color: #573E95;
}

.yca-menu--sub > li a:visited {
  color: #573E95;
}

.yca-menu--sub > li.current-menu-item > a {
  color: #2B2B2B;
  background-color: #573E95;
}

.opened-menu-cover,
.menu-open-btn_js,
.mobile-menu-icon,
.icon-symbol,
.icon-symbol::before {
  display: none;
}

@-webkit-keyframes sub-menu-expand--first {
  0% {
    -webkit-transform: translate(0, -5px) scale(0.95);
    transform: translate(0, -5px) scale(0.95);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes sub-menu-expand--first {
  0% {
    -webkit-transform: translate(0, -5px) scale(0.95);
    transform: translate(0, -5px) scale(0.95);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes sub-menu-expand--second {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes sub-menu-expand--second {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes mobile_sub_menu_expand {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes mobile_sub_menu_expand {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes opened_menu_cover {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }

  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@keyframes opened_menu_cover {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }

  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.header-search {
  position: relative;
  margin-left: auto;
}

.header-search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
}

.header-search .search-btn:focus {
  outline: none;
}

.header-search .search-input {
  padding-right: 150px;
}

.header-search .search-clear {
  position: absolute;
  right: 70px;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  cursor: default;
  color: red;
  width: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .5;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.header-search .search-clear:hover {
  opacity: 1;
}

.header-search .search-clear.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.header-search .search-clear [type="search"]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

/*Main Layout*/

/*Sections*/

.yca-section {
  background-color: #fff;
  padding: 80px 0 80px 0;
}

.yca-section + .yca-section {
  padding-top: 0;
}

.yca-section.has-bgc,
.yca-section.has-brd,
.yca-section.has-bgi {
  padding-top: 80px;
}

.yca-section.has-bgc + .yca-section,
.yca-section.has-brd + .yca-section,
.yca-section.has-bgi + .yca-section {
  padding-top: 80px;
}

.yca-section--head {
  margin-bottom: 40px;
  text-align: center;
}

.yca-section--text {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.yca-section--buttons {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.yca-section--buttons .yca-btn {
  margin: 0 10px 10px;
}

.yca-section--title {
  margin-bottom: 30px;
}

.yca-section--title:after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #573E95;
  margin: 25px auto 0;
}

.has-bgi {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bgi-parallax {
  background-attachment: fixed;
}

/*Grid*/

/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Lists*/

ul,
ol {
  margin: 30px 0 30px 30px;
  padding: 0;
}

ul li,
ol li {
  margin: 0 0 15px 0;
  padding: 0;
}

ul li > ul,
ul li > ol,
ol li > ul,
ol li > ol {
  margin: 15px 0 0 30px;
  padding: 0;
}

ul li > ul li,
ul li > ol li,
ol li > ul li,
ol li > ol li {
  margin: 0 0 15px;
  padding: 0;
}

ul li > ul :last-child,
ul li > ol :last-child,
ol li > ul :last-child,
ol li > ol :last-child {
  margin-bottom: 0;
}

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

/*Classes*/

.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.square-list {
  list-style: square;
}

.circle-list {
  list-style: circle;
}

.decimal-list {
  list-style: decimal;
}

.color-marker > li::marker {
  color: #573E95;
}

.img-marker {
  padding: 0;
  margin: 0;
}

.img-marker > li {
  list-style: none;
  background-repeat: no-repeat;
}

.img-marker.tick > li {
  background-image: url("../images/ico.png");
  background-position: left 5px;
  background-size: 20px auto;
  padding-left: 30px;
}

/*Buttons*/

.yca-btn {
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-style: solid;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: color ease-in-out .2s, background-color ease-in-out .2s, border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
  transition: color ease-in-out .2s, background-color ease-in-out .2s, border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
  transition: box-shadow ease-in-out .2s, color ease-in-out .2s, background-color ease-in-out .2s, border-color ease-in-out .2s;
  transition: box-shadow ease-in-out .2s, color ease-in-out .2s, background-color ease-in-out .2s, border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
  font-size: 16px;
  letter-spacing: normal;
  border-radius: 0;
  border-width: 1px;
  line-height: 20px;
  text-transform: uppercase;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.yca-btn:disabled,
.yca-btn.disabled {
  pointer-events: none !important;
  cursor: default;
  opacity: .6;
}

.yca-btn:hover {
  border-color: transparent;
}

.yca-btn:focus {
  outline: none;
}

.yca-btn:after,
.yca-btn:before {
  display: inline-block;
  font-family: FontAwesome;
  line-height: 20px;
}

.yca-btn:after {
  content: "";
  padding-left: 10px;
}

.btn-lg {
  font-size: 22px;
  letter-spacing: normal;
  border-radius: 0;
  border-width: 1px;
  line-height: 20px;
  text-transform: uppercase;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 21.5px;
  padding-bottom: 21.5px;
}

.btn-lg:after,
.btn-lg:before {
  display: inline-block;
  font-family: FontAwesome;
  line-height: 20px;
}

.btn-lg:after {
  content: "";
  padding-left: 10px;
}

.btn-primary {
  background-color: #573E95;
  color: #fff;
  border-color: #573E95;
}

.btn-primary:visited {
  color: #fff !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2b2b2b;
}

.btn-primary:active {
  background-color: #2B2B2B;
  color: #fff;
}

.btn-primary:focus {
  background-color: #573E95;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 62, 149, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(87, 62, 149, 0.5);
}

.btn-primary:disabled:hover,
.btn-primary.disabled:hover {
  background-color: #573E95;
  border-color: #573E95;
  color: #fff;
}

.btn-primary:after,
.btn-primary:before {
  display: inline-block;
  font-family: FontAwesome;
}

.btn-primary:after {
  content: "";
  padding-left: 10px;
}

.btn-secondary {
  background-color: #3C3F41;
  color: #fff;
  border-color: #3C3F41;
}

.btn-secondary:visited {
  color: #fff !important;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #573E95;
}

.btn-secondary:active {
  background-color: #573E95;
  color: #fff;
}

.btn-secondary:focus {
  background-color: #3C3F41;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 63, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(60, 63, 65, 0.5);
}

.btn-secondary:disabled:hover,
.btn-secondary.disabled:hover {
  background-color: #3C3F41;
  border-color: #3C3F41;
  color: #fff;
}

.btn-secondary:after,
.btn-secondary:before {
  display: inline-block;
  font-family: FontAwesome;
}

.btn-secondary:after {
  content: "";
  padding-left: 10px;
}

/*Inputs*/

.yca-input,
.input-dark {
  display: block;
  width: 100%;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s;
  transition: box-shadow .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: box-shadow .2s, background-color .2s ease-in-out, border-color .2s ease-in-out, -webkit-box-shadow .2s;
}

.yca-input:focus,
.input-dark:focus {
  outline: 1px dotted transparent;
}

.yca-input:disabled,
.input-dark:disabled {
  opacity: .3;
}

.yca-validation-error,
abbr {
  color: #ff6f6f !important;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.yca-pre-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yca-pre-input input {
  max-width: 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.yca-pre-input--text {
  max-width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  background-color: #2B2B2B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
}

.yca-input {
  font-size: 16px;
  border-radius: 0;
  border-width: 1px;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.input-primary {
  background-color: rgba(87, 62, 149, 0.1);
  color: #2b2b2b;
  border-color: #dcd9d9;
}

.input-primary:focus {
  background-color: #f6f4f4;
  color: #000000;
  border-color: #dadada;
  -webkit-box-shadow: 0 0 5px 3px rgba(87, 62, 149, 0.15);
  box-shadow: 0 0 5px 3px rgba(87, 62, 149, 0.15);
}

.input-primary::-webkit-input-placeholder {
  color: #8e8a8a !important;
}

.input-primary::-moz-placeholder {
  color: #8e8a8a !important;
}

.input-primary:-ms-input-placeholder {
  color: #8e8a8a !important;
}

.input-primary:-moz-placeholder {
  color: #8e8a8a !important;
}

.input-dark {
  background-color: #3C3F41;
  color: #eee;
  border-color: #312f2f;
}

.input-dark:focus {
  background-color: #3C3F41;
  color: #fff;
  border-color: #3C3F41;
  -webkit-box-shadow: 0 0 0 3px rgba(76, 81, 83, 0.25);
  box-shadow: 0 0 0 3px rgba(76, 81, 83, 0.25);
}

.input-dark::-webkit-input-placeholder {
  color: #8e8a8a !important;
}

.input-dark::-moz-placeholder {
  color: #8e8a8a !important;
}

.input-dark:-ms-input-placeholder {
  color: #8e8a8a !important;
}

.input-dark:-moz-placeholder {
  color: #8e8a8a !important;
}

.input-credit {
  background-color: #fff;
  color: #2b2b2b;
  border-color: rgba(87, 62, 149, 0.8);
}

.input-credit:focus {
  background-color: #fff;
  color: #000000;
  border-color: #573E95, 0.8;
  -webkit-box-shadow: 0 0 0 3px rgba(87, 62, 149, 0.25);
  box-shadow: 0 0 0 3px rgba(87, 62, 149, 0.25);
}

.input-credit::-webkit-input-placeholder {
  color: #8e8a8a !important;
}

.input-credit::-moz-placeholder {
  color: #8e8a8a !important;
}

.input-credit:-ms-input-placeholder {
  color: #8e8a8a !important;
}

.input-credit:-moz-placeholder {
  color: #8e8a8a !important;
}

/*Default Select*/

select::-ms-value {
  color: #495057;
  background-color: #fff;
}

select:focus {
  outline: 1px dotted transparent;
  background-color: #f6f4f4;
  color: #000000;
  border-color: #dadada;
  -webkit-box-shadow: 0 0 2px 3px rgba(236, 236, 236, 0.4);
  box-shadow: 0 0 2px 3px rgba(236, 236, 236, 0.4);
}

select:disabled {
  opacity: .3;
}

/*Tabs*/

.yca-tabs--nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yca-tabs--nav ul {
  margin: 0;
  padding: 0;
}

.yca-tabs--nav li {
  margin: 0;
  padding: 0;
}

.yca-tabs--nav li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
}

.yca-tabs--content-part {
  display: none;
}

.yca-tabs--content-part.active-tab_js {
  display: block;
  -webkit-animation: tabs_content_open .1s 0.02s ease-in-out backwards;
  animation: tabs_content_open .1s 0.02s ease-in-out backwards;
}

.yca-tabs .yca-tabs-mobile--content {
  display: none;
}

.yca-tabs .yca-tabs-mobile--ico {
  display: none;
  margin-left: auto;
}

.yca-tabs .yca-tabs-mobile--ico:before {
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

@-webkit-keyframes tabs_content_open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tabs_content_open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.yca-tabs--horizontal .yca-tabs--head {
  font-size: 18px;
}

.yca-tabs--horizontal .yca-tabs--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yca-tabs--horizontal .yca-tabs--nav li.active-tab_js a {
  color: #eee;
  background-color: #573E95;
}

.yca-tabs--horizontal .yca-tabs--nav li.active-tab_js a:hover {
  color: #eee;
  background-color: #573E95;
}

.yca-tabs--horizontal .yca-tabs--nav li a {
  text-align: left;
  padding: 10px 25px;
  color: #2B2B2B;
  background-color: #dedede;
}

.yca-tabs--horizontal .yca-tabs--nav li a:hover {
  color: #2B2B2B;
  background-color: #d3d3d3;
}

.yca-tabs--horizontal .yca-tabs--content {
  font-size: 16px;
  padding: 20px 0;
  background-color: #fff;
  color: #000;
}

.yca-tabs--horizontal .yca-tabs-mobile--content {
  font-size: 14px;
  padding: 15px;
  background-color: #effad3;
  color: #000;
}

.yca-tabs--horizontal .yca-tabs-mobile--ico {
  padding-left: 20px;
}

.yca-tabs--horizontal .yca-tabs-mobile--ico:before {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  color: #000;
}

.yca-tabs--horizontal a.active-acc_js .yca-tabs-mobile--ico:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}

/*Accordion*/

/*Sliders*/

/* Slider */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.yca-slider {
  position: relative;
}

.yca-slider .slick-slide {
  outline: none;
}

.yca-slider button.slick-arrow {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 80px;
  max-width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  text-indent: 0;
  z-index: 100;
}

.yca-slider button.slick-arrow.slick-next,
.yca-slider button.slick-arrow.slick-prev {
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
}

.yca-slider button.slick-arrow.slick-next:hover,
.yca-slider button.slick-arrow.slick-prev:hover {
  background-color: transparent;
}

.yca-slider button.slick-arrow.slick-next:hover:before,
.yca-slider button.slick-arrow.slick-prev:hover:before {
  color: #5c5a5b;
}

.yca-slider button.slick-arrow.slick-next:before,
.yca-slider button.slick-arrow.slick-prev:before {
  display: block;
  font-family: FontAwesome;
  font-size: 60px;
  color: #fff;
}

.yca-slider button.slick-arrow.slick-next {
  right: 0;
}

.yca-slider button.slick-arrow.slick-next:before {
  content: "";
}

.yca-slider button.slick-arrow.slick-prev {
  left: 0;
}

.yca-slider button.slick-arrow.slick-prev:before {
  content: "";
}

.yca-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  bottom: 0;
  font-size: 0;
  text-indent: 0;
  z-index: 100;
}

.yca-slider .slick-dots li {
  margin-right: 10px;
}

.yca-slider .slick-dots li:last-child {
  margin-right: 0;
}

.yca-slider .slick-dots li.slick-active button {
  background-color: #573E95;
}

.yca-slider .slick-dots li.slick-active button:hover {
  background-color: #573E95;
}

.yca-slider .slick-dots button {
  outline: none;
  border: none;
  padding: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.yca-slider .slick-dots button:hover {
  background-color: #573E95;
}

.slick--preloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick--preloader.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.yca-bgi-sldr .slick-dots {
  position: absolute;
  padding: 30px 0;
}

.yca-bgi-sldr--slide {
  min-height: 700px;
}

.yca-bgi-sldr--slide-img {
  height: 700px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.yca-bgi-sldr .yca-section--title {
  color: #fff;
  -webkit-animation: stat_title_animate .6s .1s alternate backwards;
  animation: stat_title_animate .6s .1s alternate backwards;
}

.yca-bgi-sldr .yca-section--title:after {
  background-color: #fff;
}

/*Label*/

/*Textarea*/

/*Checkboxes / Radios*/

.yca-chk-rad {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.yca-chk-rad span {
  display: inline-block;
  position: relative;
}

.yca-chk-rad > input {
  position: absolute !important;
  opacity: 0;
  outline: none;
  clip: rect(0 0 0 0);
}

.yca-chk-rad > input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yca-chk-rad > input + span:before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s;
  border-style: solid;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border-width: 1px;
}

.yca-chk-rad > input + span:after {
  -webkit-animation: check_scale .1s .1s alternate backwards;
  animation: check_scale .1s .1s alternate backwards;
}

.yca-chk-rad > input:checked + span:before {
  -webkit-animation: check_blick 1s .2s alternate backwards;
  animation: check_blick 1s .2s alternate backwards;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.yca-chk-rad > input:checked + span:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
}

.yca-chk-rad > input:disabled {
  cursor: default;
}

.yca-chk-rad > input:disabled + span,
.yca-chk-rad > input:disabled + span::before {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.yca-chk-rad > input::-ms-check {
  opacity: 0;
  border-radius: 50%;
}

.yca-chk-rad > input[type="checkbox"]:checked + span:after {
  border-style: solid;
  border-width: 2px;
  border-left: none;
  border-top: none;
  -webkit-transform: translate(7px, 2px) rotate(45deg);
  transform: translate(7px, 2px) rotate(45deg);
  top: 0;
  left: 0;
  width: 8px;
  height: 14px;
}

.yca-chk-rad > input[type="radio"] + span:before {
  border-radius: 50%;
}

.yca-chk-rad > input[type="radio"]:checked + span:before {
  background-color: transparent !important;
  border-radius: 50%;
}

.yca-chk-rad > input[type="radio"]:checked + span:after {
  border-radius: 50%;
  border: none;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 5px;
}

.yca-chk-rad > input[type="checkbox"] + span:before {
  border-radius: 0;
}

.chk-rad-primary > input:focus + span:before {
  -webkit-box-shadow: 0 0 2px 1px rgba(120, 120, 120, 0.8);
  box-shadow: 0 0 2px 1px rgba(120, 120, 120, 0.8);
}

.chk-rad-primary > input + span:before {
  border-color: #787878;
  background-color: rgba(87, 62, 149, 0.2);
}

.chk-rad-primary > input:checked + span:before {
  border-color: #573E95;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chk-rad-primary > input:not(:checked):not(:disabled):hover + span::before {
  border-color: #a3a3a3;
  background-color: #fafafa;
}

.chk-rad-primary > input[type="checkbox"]:checked + span:before {
  background-color: #573E95;
}

.chk-rad-primary > input[type="checkbox"]:checked + span:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.chk-rad-primary > input[type="radio"]:checked + span:after {
  background-color: #573E95;
}

@-webkit-keyframes check_blick {
  0% {
    -webkit-box-shadow: 0 0 5px 1px rgba(87, 62, 149, 0.4);
    box-shadow: 0 0 5px 1px rgba(87, 62, 149, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 5px 1px rgba(87, 62, 149, 0);
    box-shadow: 0 0 5px 1px rgba(87, 62, 149, 0);
  }
}

@keyframes check_blick {
  0% {
    -webkit-box-shadow: 0 0 5px 1px rgba(87, 62, 149, 0.4);
    box-shadow: 0 0 5px 1px rgba(87, 62, 149, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 5px 1px rgba(87, 62, 149, 0);
    box-shadow: 0 0 5px 1px rgba(87, 62, 149, 0);
  }
}

@-webkit-keyframes check_opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes check_opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*Switch*/

/*Nice Select*/

/*Upload File Button*/

/*Error massages*/

/*Social icons*/

.yca-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
}

.yca-social li {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.yca-social li span {
  font-size: 0;
  text-indent: 0;
}

.yca-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #adadad !important;
  border-radius: 100%;
  background-color: #3C3F41;
  -webkit-transition: .2s;
  transition: .2s;
}

.yca-social li a:hover {
  opacity: .9;
  background-color: #181616;
  color: #fff !important;
}

.yca-social.dark li a {
  color: #adadad !important;
  background-color: #3C3F41;
}

.yca-social.dark li a:hover {
  background-color: #181616;
  color: #fff !important;
}

.yca-social.primary li a {
  color: #fff !important;
  background-color: #573E95;
}

.yca-social.primary li a:hover {
  background-color: #2B2B2B;
  color: #fff !important;
}

/*Search*/

/*Plus Minus Buttons*/

/*Pagination*/

.pagination {
  font-size: 16px;
  margin-top: 60px;
}

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul li:first-child {
  margin-left: 0;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul a,
.pagination ul span,
.pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3px;
  max-width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 30px;
}

.pagination ul span.dots {
  background-color: transparent;
  color: #573E95;
}

.pagination ul a {
  background-color: #573E95;
  color: #fff;
}

.pagination ul a.is_active {
  background-color: rgba(87, 62, 149, 0.4);
  color: #fff;
}

.pagination ul a:hover {
  background-color: rgba(87, 62, 149, 0.8);
}

.pagination ul a.next,
.pagination ul a.prev {
  font-size: 20px;
  background-color: transparent;
  color: #573E95;
}

.pagination ul a.next:hover,
.pagination ul a.prev:hover {
  color: rgba(87, 62, 149, 0.8);
}

/*Fancybox 3*/

/*Maps*/

/*tables*/

.yca-table {
  font-size: 16px;
  font-weight: 400;
  padding-top: 60px;
}

.yca-table table thead {
  background-color: #2B2B2B;
  color: #fff;
}

.yca-table table tr:nth-child(even) {
  background-color: #eee;
}

.yca-table table th {
  font-size: 20px;
}

.yca-table table td,
.yca-table table th {
  padding: 10px 15px;
  border-bottom: 1px solid #dedede;
}

.yca-table--number {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #573E95;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}

.yca-table--paid {
  padding: 5px;
  display: inline-block;
  background-color: forestgreen;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}

.empty-table {
  text-align: center;
  padding: 30px;
  background-color: #eee;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.yca-date-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.yca-date-filter--title {
  text-transform: none;
}

.yca-date {
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 0;
}

.yca-date input {
  display: block;
}

.scroll-table {
  overflow-y: auto;
}

.yca-statistics {
  height: 300px;
  width: 300px;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2B2B2B;
  border-radius: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}

.yca-statistics--section [class*=col]:nth-of-type(1) {
  text-align: right;
}

.yca-statistics--section [class*=col]:nth-of-type(1) .yca-statistics {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: stat_animate .7s .3s alternate backwards;
  animation: stat_animate .7s .3s alternate backwards;
}

.yca-statistics--section [class*=col]:nth-of-type(2) {
  text-align: center;
}

.yca-statistics--section [class*=col]:nth-of-type(2) .yca-statistics {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: stat_animate .7s .6s alternate backwards;
  animation: stat_animate .7s .6s alternate backwards;
}

.yca-statistics--section [class*=col]:nth-of-type(3) {
  text-align: left;
}

.yca-statistics--section [class*=col]:nth-of-type(3) .yca-statistics {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: stat_animate .7s 1s alternate backwards;
  animation: stat_animate .7s 1s alternate backwards;
}

.yca-statistics--text-top {
  display: block;
  text-align: center;
}

.yca-statistics--count {
  display: block;
  font-size: 40px;
  font-weight: bold;
}

.yca-statistics--text-bottom {
  display: block;
}

.yca-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.static-element {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*team*/

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

.yca-team--loop {
  padding-top: 100px;
}

.yca-team--loop .all-team {
  text-align: center;
  margin-top: 30px;
}

.yca-team--thumb {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.yca-team--thumb img {
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 100%;
  max-width: 200px;
}

.yca-team--thumb:hover {
  opacity: .8;
}

.yca-team--name {
  margin-bottom: 5px;
  font-size: 22px;
}

.yca-team--position {
  display: block;
  color: #5e5d5d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.yca-contact-section .yca-section--title:after {
  background-color: #fff;
}

.yca-google-map {
  position: relative;
}

.yca-google-map iframe {
  width: 100%;
  height: 300px;
  display: block;
}

@-webkit-keyframes stat_animate {
  from {
    -webkit-transform: translate(0, 300px);
    transform: translate(0, 300px);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes stat_animate {
  from {
    -webkit-transform: translate(0, 300px);
    transform: translate(0, 300px);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes stat_title_animate {
  from {
    -webkit-transform: translate(0, -300px);
    transform: translate(0, -300px);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes stat_title_animate {
  from {
    -webkit-transform: translate(0, -300px);
    transform: translate(0, -300px);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*Page Layout*/

.yca-page--head {
  margin-bottom: 50px;
}

.yca-page--title {
  margin: 0;
}

.yca-page--title:after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #573E95;
  margin: 25px 0;
}

.yca-page--content {
  margin-top: 30px;
}

.yca-page--thumb {
  margin-bottom: 15px;
}

.yca-donate--title {
  text-align: left;
}

.yca-donate--title .yca-section--title:after {
  display: none;
}

.yca-donate--part {
  margin-bottom: 20px;
}

.yca-donate--part-title {
  text-transform: none;
}

.yca-donate--part a {
  text-decoration: underline;
}

.yca-donate--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yca-donate--check-radio {
  margin-right: 15px;
}

.yca-donate--head {
  margin-bottom: 30px;
}

.yca-donate--method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yca-donate--select {
  margin-right: 15px;
}

.yca-donate--select input {
  position: absolute !important;
  opacity: 0;
  outline: none;
  clip: rect(0 0 0 0);
}

.yca-donate--select input + span {
  background-color: rgba(43, 43, 43, 0.2);
  padding: 10px 15px;
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.yca-donate--select input + span:before {
  color: #fff;
}

.yca-donate--select input + span:hover {
  background-color: rgba(87, 62, 149, 0.7);
  color: #fff;
}

.yca-donate--select input:checked + span {
  background-color: #573E95;
  color: #fff;
  padding: 10px 25px;
}

.yca-donate--select input:checked + span:before {
  content: "\2714";
  margin-right: 7px;
}

.yca-credit-cart {
  max-width: 500px;
  border: 1px solid rgba(87, 62, 149, 0.8);
  padding: 15px;
}

.yca-credit-cart label {
  font-weight: bold;
  font-size: 15px;
}

.yca-login {
  background-color: white;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  position: relative;
  z-index: 10;
}

.yca-login a {
  text-decoration: underline;
}

.yca-login--title {
  font-size: 30px;
  margin-bottom: 20px;
}

.yca-login--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  position: relative;
  background-image: url("../images/waves/wave-7.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.yca-login--layout {
  max-width: 600px;
  margin: auto;
}

/*news loop*/

.yca-news {
  padding-bottom: 60px;
}

.yca-news:last-of-type {
  padding-bottom: 0;
}

.yca-news--title {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.yca-news--title a {
  color: #2B2B2B !important;
}

.yca-news--title a:hover {
  opacity: .8;
}

.yca-news--description {
  color: rgba(43, 43, 43, 0.8);
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.yca-contact {
  font-weight: 400;
}

.yca-contact .yca-contact--col {
  margin-bottom: 30px;
}

.yca-contact .yca-contact--title {
  display: inline-block;
  font-weight: normal;
}

.yca-contact .yca-contact--part i {
  margin-right: 5px;
}

.yca-contact .yca-contact--body {
  padding-top: 50px;
}

.yca-contact.dark label {
  color: #eee;
  font-weight: 300;
}

.yca-contact.dark .yca-contact--title {
  color: #eee;
}

.yca-contact.dark .yca-contact--info {
  color: #eee;
}

.yca-contact.dark .yca-contact--info a {
  color: #eee !important;
}

/*footer*/

.yca-account--field {
  margin-bottom: 15px;
}

.yca-account--field-title {
  text-transform: none;
}

.yca-author {
  display: none;
}

.yca-acc-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yca-acc-menu li {
  margin: 0;
}

.yca-acc-menu li a {
  display: block;
  padding: 10px 15px;
}

.yca-acc-menu li a:hover {
  background-color: rgba(87, 62, 149, 0.8);
  color: #fff;
}

.yca-acc-menu li a:before {
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
}

.yca-acc-menu li.is_current a {
  background-color: #573E95;
  color: #fff;
}

.yca-acc-menu li.my-page a:before {
  content: "\f007";
}

.yca-acc-menu li.my-transfers a:before {
  content: "\f00b";
}

.yca-acc-menu li.logout a:before {
  content: "\f08b";
}

.acc-table {
  padding-top: 0;
}

.yca-footer {
  background-color: #000;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
}

.yca-footer a {
  color: #b6b3b3 !important;
  text-decoration: underline;
}

.yca-footer a:hover {
  opacity: .8;
}

/*Classes*/

.d-none {
  display: none;
}

/*Grids*/

.gutter-x-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-x-5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-x-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-x-10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-y-15 {
  margin-bottom: -15px;
}

.gutter-y-15 > [class*=col] {
  padding-bottom: 15px;
}

.gutter-y-20 {
  margin-bottom: -20px;
}

.gutter-y-20 > [class*=col] {
  padding-bottom: 20px;
}

.gutter-y-60 {
  margin-bottom: -60px;
}

.gutter-y-60 > [class*=col] {
  padding-bottom: 60px;
}

.color-white {
  color: #fff;
}

/*background colors*/

.bgc-gr-light {
  background-color: rgba(210, 210, 210, 0.52);
}

.bgc-gr-dark {
  background-color: #2B2B2B;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .yca-contact .yca-contact--info {
    padding-left: 40px;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar .yca-header--outer {
    margin-top: 32px;
  }

  .admin-bar .yca-header {
    top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .yca-header--outer {
    height: 100px;
  }

  .yca-header--outer.scrolled-header_js {
    height: 100px;
  }

  .yca-header--outer.scrolled-header_js .yca-header {
    height: 100px;
  }

  .yca-header--outer.scrolled-header_js .yca-logo {
    max-width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .yca-header--outer.scrolled-header_js .yca-menu--sub {
    top: calc((100px + 100%)/2);
  }

  .yca-header--outer.scrolled-header_js .yca-menu--nav > li {
    height: 100px;
  }

  .yca-menu--nav > li:HOVER > .yca-menu--sub,
  .yca-menu--nav > li:FOCUS-WITHIN > .yca-menu--sub {
    display: block;
  }

  .yca-menu--sub > li:HOVER .yca-menu--sub,
  .yca-menu--sub > li:FOCUS-WITHIN .yca-menu--sub {
    display: block;
    left: 249px;
    top: 0 !important;
  }

  .yca-menu--nav {
    text-transform: capitalize;
  }

  .yca-menu--nav > li:HOVER > a {
    color: #573E95;
    background-color: #fff;
  }

  .yca-menu--nav > li:HOVER > .yca-menu--sub {
    -webkit-animation: sub-menu-expand--first .2s 0s linear alternate backwards;
    animation: sub-menu-expand--first .2s 0s linear alternate backwards;
  }

  .yca-menu--sub {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #ECBF00;
  }

  .yca-menu--sub > li:HOVER > a {
    color: #2B2B2B;
    background-color: #573E95;
  }

  .yca-menu--sub > li:HOVER .yca-menu--sub {
    -webkit-animation: sub-menu-expand--second .2s 0s linear alternate backwards;
    animation: sub-menu-expand--second .2s 0s linear alternate backwards;
  }

  .yca-menu--sub > li:FOCUS-WITHIN .yca-menu--sub {
    -webkit-animation: sub-menu-expand--second .2s 0s linear alternate backwards;
    animation: sub-menu-expand--second .2s 0s linear alternate backwards;
  }

  .yca-menu--nav > li > a::before {
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    background-color: transparent;
    -webkit-transition: width linear 0.2s, background-color linear 0.2s;
    transition: width linear 0.2s, background-color linear 0.2s;
  }

  .yca-menu--nav > li:HOVER > a::before {
    width: 100%;
    background-color: #573E95;
  }

  .yca-menu--nav > li.current_page_item > a::before {
    width: 100%;
    background-color: #573E95;
  }

  .yca-menu--nav > li.menu-item-has-children > a::after {
    font-family: FontAwesome;
    font-size: 17px;
    content: "";
    margin-left: 5px;
    -webkit-transition: -webkit-transform linear 0.2s;
    transition: -webkit-transform linear 0.2s;
    transition: transform linear 0.2s;
    transition: transform linear 0.2s, -webkit-transform linear 0.2s;
  }

  .yca-menu--nav > li.menu-item-has-children:HOVER > a::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .yca-menu--sub > li.menu-item-has-children > a::after {
    font-family: FontAwesome;
    font-size: 15px;
    content: "";
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: margin linear 0.2s;
    transition: margin linear 0.2s;
  }
}

@media only screen and (min-width: 1024px) and (min-height: 600px) {
  .full-vh-login {
    height: calc(100vh - 155px);
  }
}

@media only screen and (min-width: 1024px) and (min-height: 800px) and (min-width: 575px) {
  .full-vh-register {
    height: calc(100vh - 155px);
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1200px) and (min-height: 800px) {
  .full-vh-desktop {
    height: calc(100vh - 155px);
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1100px;
  }

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

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1199.98px) {
  .yca-menu--nav {
    font-size: 14px;
  }

  .yca-menu--nav > li > a {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1024px) and (min-height: 600px) {
  .full-vh-login {
    height: calc(100vh - 115px);
  }
}

@media screen and (max-width: 1023px) {
  .yca-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 60px;
  }

  .yca-header--container {
    max-width: 100%;
  }

  .yca-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
  }

  .yca-logo img {
    width: 45px;
  }

  .yca-header--outer {
    height: 60px;
  }

  .yca-menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: -400px;
    background-color: #2B2B2B;
    -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.3);
    width: 300px;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    opacity: 1;
  }

  .yca-menu.opened-menu {
    left: 0;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }

  .yca-menu--mobile-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #fff;
  }

  .yca-menu--mobile-body {
    height: 100%;
    overflow-y: auto;
  }

  .yca-menu--mobile-body::after {
    content: '';
    height: 200px;
    display: block;
  }

  .yca-menu--head-logo a {
    opacity: 1 !important;
    display: block;
  }

  .yca-menu--head-logo a img {
    display: block;
  }

  .yca-menu--nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
  }

  .yca-menu--nav li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }

  .yca-menu--nav li a {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .yca-menu--nav li a:HOVER {
    opacity: .8 !important;
  }

  .yca-menu--nav > li {
    margin: 0;
    height: auto;
    border-bottom: 1px solid transparent;
  }

  .yca-menu--nav > li > a {
    height: auto;
    padding: 15px;
    color: #eee;
  }

  .yca-menu--nav > li.active-menu-item_js > .yca-menu--sub {
    display: block;
    -webkit-animation: mobile_sub_menu_expand .2s linear alternate backwards;
    animation: mobile_sub_menu_expand .2s linear alternate backwards;
  }

  .yca-menu--sub {
    width: 100%;
    position: static;
    top: inherit;
    left: inherit;
    font-weight: normal;
    background-color: #2B2B2B;
    font-size: 13px;
    text-transform: uppercase;
  }

  .yca-menu--sub li {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .yca-menu--sub > li:last-child {
    border: none;
  }

  .yca-menu--sub > li > .yca-menu--sub {
    font-weight: normal;
    background-color: #626465;
  }

  .yca-menu--sub > li > .yca-menu--sub > li {
    border: none;
  }

  .yca-menu--sub .active-menu-item_js > .yca-menu--sub {
    display: block;
  }

  .menu-open-btn_js,
  .menu-close-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-open-btn_js span,
  .menu-close-btn span {
    display: block;
  }

  .menu-open-btn_js {
    padding: 15px 15px 15px 0;
  }

  .menu-open-btn_js span {
    display: block;
    height: 3px;
    width: 30px;
    margin-bottom: 5px;
    background-color: #2B2B2B;
  }

  .menu-open-btn_js span:last-child {
    margin-bottom: 0;
  }

  .menu-close-btn {
    padding: 15px 0;
  }

  .menu-close-btn span {
    height: 3px;
    width: 30px;
    background-color: #2B2B2B;
  }

  .menu-close-btn span:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 3px;
  }

  .menu-close-btn span:last-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
  }

  .opened-menu .menu-close-btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .4s linear;
    transition: .4s linear;
  }

  body.no-ovrf {
    overflow: hidden;
  }

  .opened-menu-cover {
    background-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
  }

  .opened-menu-cover.cover-open {
    z-index: 99999;
    left: 300px;
    display: block;
    -webkit-animation: opened_menu_cover 0.3s 0.5s ease-in-out alternate forwards;
    animation: opened_menu_cover 0.3s 0.5s ease-in-out alternate forwards;
  }

  .yca-menu--head-logo {
    max-width: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
  }

  .yca-menu--nav > li > a:visited {
    color: #eee;
  }

  .yca-menu--nav > li.current_page_item > a {
    color: #eee;
    background-color: #3e3e3e;
  }

  .yca-menu--sub > li > a {
    padding: 15px 15px 15px 40px;
    color: #c1c1c1;
  }

  .yca-menu--sub > li > a:visited {
    color: #c1c1c1;
  }

  .yca-menu--sub > li.current-menu-item > a {
    color: #fff;
    background-color: #1b1b1b;
  }

  .yca-menu--sub > li > .yca-menu--sub > li > a {
    padding: 10px 10px 10px 40px;
    color: #f2f2f2;
  }

  .yca-menu--sub > li > .yca-menu--sub > li > a:visited {
    color: #f2f2f2;
  }

  .yca-menu--sub .active-menu-item_js > ul {
    -webkit-animation: mobile_sub_menu_expand .2s linear alternate backwards;
    animation: mobile_sub_menu_expand .2s linear alternate backwards;
  }

  .yca-menu--nav > li > .mobile-menu-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    background-color: #2B2B2B;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .yca-menu--nav > li > .mobile-menu-icon .icon-symbol {
    display: block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .yca-menu--nav > li > .mobile-menu-icon .icon-symbol::before {
    font-family: FontAwesome;
    font-size: 18px;
    color: #c1c1c1;
    content: "";
    display: block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .yca-menu--nav > li.active-menu-item_js > .mobile-menu-icon .icon-symbol {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .yca-menu--sub > li > .mobile-menu-icon {
    max-width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .yca-menu--sub > li > .mobile-menu-icon .icon-symbol {
    display: block;
  }

  .yca-menu--sub > li > .mobile-menu-icon .icon-symbol::before {
    content: "+";
    display: block;
    font-size: 22px;
    color: #f2f2f2;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .yca-menu--sub .active-menu-item_js > .mobile-menu-icon .icon-symbol::before {
    content: '-';
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}

@media (max-width: 1023.98px) {
  .yca-logo .logo-desktop {
    display: none;
  }

  .yca-logo .logo-mobile {
    display: block;
  }

  .yca-section {
    padding: 60px 0 60px 0;
  }

  .yca-section.has-bgc,
  .yca-section.has-brd,
  .yca-section.has-bgi {
    padding-top: 60px;
  }

  .yca-section.has-bgc + .yca-section,
  .yca-section.has-brd + .yca-section,
  .yca-section.has-bgi + .yca-section {
    padding-top: 60px;
  }

  .yca-bgi-sldr--slide {
    min-height: 500px;
  }

  .yca-bgi-sldr--slide-img {
    height: 500px;
  }

  .yca-statistics {
    padding: 10px;
    height: 230px;
    width: 230px;
  }

  .yca-statistics--section [class*=col]:nth-of-type(1) {
    text-align: center;
  }

  .yca-statistics--section [class*=col]:nth-of-type(3) {
    text-align: center;
  }

  .yca-statistics--text-top {
    font-size: 16px;
  }

  .yca-statistics--count {
    font-size: 35px;
  }

  .yca-news img {
    width: 100%;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar #wpadminbar {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .yca-section--title {
    font-size: 25px;
  }

  .yca-section--title:after {
    margin: 15px auto 0;
  }

  .yca-date {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .scroll-table table {
    width: 1000px;
  }

  .yca-statistics {
    padding: 10px;
    height: 150px;
    width: 150px;
  }

  .yca-statistics--text-top {
    font-size: 14px;
  }

  .yca-statistics--count {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .yca-statistics {
    height: 120px;
    width: 120px;
  }

  .yca-statistics--count {
    font-size: 18px;
  }

  .yca-statistics--text-bottom {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .yca-statistics {
    height: 100px;
    width: 100px;
  }

  .yca-statistics--text-top {
    font-size: 12px;
  }

  .yca-statistics--count {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1024px) and (min-height: 800px) and (min-width: 575px) {
  .full-vh-register {
    height: calc(100vh - 115px);
  }
}

.min-h{
    min-height: 500px;
}
