@charset "UTF-8";
/*------------------------------------------------------------------
	Fonts for Theme  
-------------------------------------------------------------------*/
@font-face {
  font-family: 'LatoSemibold';
  src: url("../fonts/LatoSemibold/LatoSemibold.woff2") format("woff2"), url("../fonts/LatoSemibold/LatoSemibold.woff") format("woff");
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/gilroy/Gilroy-Light.eot");
  src: url("../fonts/gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot");
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/*------------------------------------------------------------------
	All variables for Theme  
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	Styles for plugins  
-------------------------------------------------------------------*/
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}



ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 90px;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}


h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .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) {
  
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
 
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .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%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;

  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -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;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 55px;
  line-height: 40px;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0px;
}

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #616160;
  color: transparent;
  padding: 0;
  -webkit-transition: all .35s;
  transition: all .35s;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:hover {
  opacity: 0.8;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.slick-lightbox-close:before {
  -webkit-transition: all .35s;
  transition: all .35s;
  line-height: 60px;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 25px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.slick-lightbox-slick .slick-prev, .slick-lightbox-slick .slick-next {
  background: #616160;
  width: 60px;
  height: 60px;
  -webkit-transition: all .35s;
  transition: all .35s;
  z-index: 99;
}

.slick-lightbox-slick .slick-prev:before, .slick-lightbox-slick .slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 35px;
  color: #000;
}

.slick-lightbox-slick .slick-prev:hover, .slick-lightbox-slick .slick-next:hover {
  opacity: 0.8;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.slick-lightbox-slick .slick-prev {
  left: 0;
  right: inherit;
}

.slick-lightbox-slick .slick-prev:before {
  content: "";
}

.slick-lightbox-slick .slick-next {
  right: 0;
  left: inherit;
}

.slick-lightbox-slick .slick-next:before {
  content: "";
}

@media screen and (max-width: 768px) {
  .slick-lightbox-slick .slick-prev, .slick-lightbox-slick .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-lightbox-slick .slick-prev:before, .slick-lightbox-slick .slick-next:before {
    font-size: 24px;
  }
  .slick-lightbox-close {
    width: 30px;
    height: 30px;
  }
  .slick-lightbox-close:before {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 500px) {
  .slick-lightbox-inner .slick-next {
    right: 0 !important;
  }
  .slick-lightbox-inner .slick-prev {
    left: 0 !important;
  }
}

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*------------------------------------------------------------------
	Styles for icons  
-------------------------------------------------------------------*/
/*!
 *  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/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/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;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.ttf?ylcktk") format("truetype"), url("../fonts/icomoon/icomoon.woff?ylcktk") format("woff"), url("../fonts/icomoon/icomoon.svg?ylcktk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="im-"], [class*=" im-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-bottle:before {
  content: "\e906";
}

.im-gym:before {
  content: "\e907";
}

.im-running:before {
  content: "\e908";
}

.im-scale:before {
  content: "\e909";
}

.im-smartwatch:before {
  content: "\e90a";
}

.im-stationary-bicycle:before {
  content: "\e90b";
}

.im-tasks:before {
  content: "\e90c";
}

.im-timer:before {
  content: "\e90d";
}

.im-carrot:before {
  content: "\e900";
}

.im-cup:before {
  content: "\e901";
}

.im-heart:before {
  content: "\e902";
}

.im-stopwatch:before {
  content: "\e903";
}

.im-weight:before {
  content: "\e904";
}

.im-weightlifter:before {
  content: "\e905";
}

/*------------------------------------------------------------------
	Styles for pages  
-------------------------------------------------------------------*/
.theme01 .modal-price_col_descr {
  border-right: 3px solid #f7035b;
}

.theme01 .btn-primary {
  background: #f7035b;
  border-color: #f7035b;
}

.theme01 .btn-primary:hover, .theme01 .btn-primary:focus, .theme01 .btn-primary:focus:active {
  color: #f7035b;
  border-color: #f7035b;
}

.theme01 .timetable-wrap.-default .timetable-item:hover {
  border-color: #f7035b;
}

.theme01 .slider-quotes .item .social a:hover {
  color: #f7035b;
}

.theme01 .search-link .fa:hover {
  color: #f7035b;
}

.theme01 .btn-search {
  background: #f7035b;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.theme01 .btn-search:hover {
  background: #c50248;
}

.theme01 .card.-product-wide .link:hover {
  color: #f7035b;
}

.theme01 .list-social a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.theme01 .list-social a:hover {
  color: #f7035b;
}

.theme01 .title-link .link:hover {
  color: #f7035b;
}

.theme01 .coach-content_bot .list-social a:hover {
  color: #f7035b;
}

.theme01 .link-view:hover {
  color: #f7035b;
}

.theme01 .btn-beige:hover {
  background: #dddddd;
  color: #000;
}

.theme01 .blog-item ._footer a:hover {
  color: #f7035b;
}

.theme01 .btn-link:hover {
  color: #f7035b;
}

.theme01 .btn-ico_active i {
  color: #f7035b;
}

.theme01 .section-coaches-single .social a:hover {
  color: #f7035b;
}

.theme01 .navbar-toggleable-md .navbar-nav .nav-link.active, .theme01 .navbar-toggleable-md .navbar-nav .nav-link:hover {
  -webkit-box-shadow: 0 -4px 0 #f7035b inset;
  box-shadow: 0 -4px 0 #f7035b inset;
}

.theme01 .section-top h1 {
  color: #f7035b;
}

.theme01 .lined:before {
  background-color: #00b8cc;
}

.theme01 .card {
  -webkit-box-shadow: 0 4px #f7035b inset;
  box-shadow: 0 4px #f7035b inset;
}

.theme01 .slider-content ._header h4 {
  color: #f7035b;
}

.theme01 .slider-coaches .h2 {
  color: #f7035b;
}

.theme01 .timetable-col.active .timetable-title {
  color: #f7035b;
}

.theme01 .gallery-caption .naming {
  color: #f7035b;
}

.theme01 .slider-testimonials .title {
  color: #f7035b;
}

.theme01 .blog-item .title:after {
  background-color: #f7035b;
}

.theme01 .slider-stories .social a {
  color: #f7035b;
}

.theme01 .zoom-link:hover {
  outline-color: #f7035b;
}

.theme01 .rating > input:checked ~ label,
.theme01 .rating:not(:checked) > label:hover,
.theme01 .rating:not(:checked) > label:hover ~ label {
  color: #f7035b;
}

.theme01 .card.-product ._footer a:hover {
  background-color: #f7035b;
}

.theme01 .section-coaches {
  -webkit-box-shadow: 0 4px 0 #f7035b inset;
  box-shadow: 0 4px 0 #f7035b inset;
}

.theme01 .section-contact .contact-content {
  border-color: #f7035b;
}

.theme01 .section-coaches-single .classes-single-item ._header .title {
  color: #f7035b;
}

.theme01 .section-classes-single .classes-single-item ._header .title {
  color: #f7035b;
}

.theme01 .slider-quotes .item .img-wrap {
  border-color: #f7035b;
}

.theme01 .slider-quotes .quote:before, .theme01 .slider-quotes .quote:after {
  color: #f7035b;
}

.theme01 .nav-tabs.-primary .nav-link:after {
  background-color: #f7035b;
}

.theme02 .modal-price_col_descr {
  border-color: #0072ab;
}

.theme02 .short-info .title {
  color: #fff;
}

.theme02 .btn-search {
  background: #0072ab;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.theme02 .btn-search:hover {
  background: #005078;
}

.theme02 .section-contact .social a:hover {
  color: #0072ab;
}

.theme02 .search-link .fa:hover {
  color: #0072ab;
}

.theme02 .blog-item ._footer a:hover {
  color: #0072ab;
}

.theme02 .blog-item .title:after {
  background: #0072ab;
}

.theme02 .card.-product-wide .link:hover {
  color: #0072ab;
}

.theme02 .slider-coaches .list-social a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.theme02 .slider-coaches .list-social a:hover {
  color: #0072ab;
}

.theme02 .btn-beige:hover {
  background: #dddddd;
  color: #000;
}

.theme02 .link:hover {
  color: #0072ab;
}

.theme02 h1 {
  color: #f7035b;
}

.theme02 .navbar-toggleable-md .navbar-nav .nav-link.active, .theme02 .navbar-toggleable-md .navbar-nav .nav-link:hover {
  -webkit-box-shadow: 0 -4px #0072ab inset;
  box-shadow: 0 -4px #0072ab inset;
}

.theme02 .lined:before {
  background-color: #0072ab;
}

.theme02 .short-info .link .fa,
.theme02 .short-info-link .fa {
  color: #0072ab;
}

.theme02 .section-coaches {
  -webkit-box-shadow: 0 4px 0 #0072ab inset;
  box-shadow: 0 4px 0 #0072ab inset;
}

.theme02 .section-timetable .timetable-wrap .timetable-item:hover {
  -webkit-box-shadow: 3px 0 0 #0072ab inset;
  box-shadow: 3px 0 0 #0072ab inset;
}

.theme02 .slider-coaches.-home02 .position {
  color: #21a5e8;
  font-weight: bold;
}

.theme02 .gallery-caption .naming {
  color: #0072ab;
}

.theme02 .gallery-caption a:hover, .theme02 .gallery-caption a:focus {
  color: #0072ab;
}

.theme02 .list-custom li span:before {
  background-color: #0072ab;
}

.theme02 .slider-stories .social a {
  color: #0072ab;
}

.theme02 .slider-stories .social a:hover {
  color: #005078;
}

.theme02 .zoom-link:hover {
  outline-color: #0072ab;
}

.theme02 .section-shop.-home02 .rating > input:checked ~ label, .theme02 .section-shop.-home02 .rating:not(:checked) > label:hover, .theme02 .section-shop.-home02 .rating:not(:checked) > label:hover ~ label {
  color: #0072ab;
}

.theme02.-home-02 {
  padding-bottom: 0;
}

.theme02.-home-02 .section-heading {
  position: relative;
  margin-bottom: 30px;
}

.theme02.-home-02 .section-heading h2 {
  margin: 0;
}

.theme02.-home-02 .short-info .link {
  color: #000;
}

.theme02.-home-02 .short-info .link:hover {
  text-decoration: none;
}

.theme02.-home-02 .short-info .link .fa {
  color: #0072ab;
}

.theme02 .section-blog .blog-item .title:after {
  background-color: #0072ab;
}

@media (max-width: 992px) {
  .theme02 .navbar-toggleable-md .navbar-nav .nav-link.active,
  .theme02 .navbar-toggleable-md .navbar-nav .nav-link:hover {
    background: #0072ab;
  }
}

.theme03 .modal-price_col_descr {
  border-color: #85bf2a;
}

.theme03 .list-schedule > li a {
  color: #fff;
}

.theme03 .slider-classes-for .item .slider-content ._header a {
  color: #85bf2a;
}

.theme03 .search-link .fa:hover {
  color: #85bf2a;
}

.theme03 .btn-search {
  background: #85bf2a;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.theme03 .btn-search:hover {
  background: #689521;
}

.theme03 .section-contact.-home03 a:hover {
  color: #85bf2a;
}

.theme03 .testimonials.-double .social .fa:hover,
.theme03 .slider-testimonials.-double .social .fa:hover {
  color: #85bf2a;
}

.theme03 .-product-custom .card-overlay_new {
  background: #85bf2a;
}

.theme03 .-product-custom .card-overlay_new:before {
  background: #85bf2a;
}

.theme03 .card.-product-custom ._body .fa {
  color: #85bf2a;
}

.theme03 .card.-product-custom ._body .fa:hover {
  color: #689521;
}

.theme03 .blog-item .title:after {
  background: #85bf2a;
}

.theme03 .blog-item ._footer a:hover {
  color: #85bf2a;
}

.theme03 .slider-classes-home03 .slider-content ._footer a:hover {
  color: #85bf2a;
}

.theme03 .btn-ico_active i {
  color: #85bf2a;
}

.theme03 .section-coaches-single .social a:hover {
  color: #85bf2a;
}

.theme03 .header.fixed-left .navbar-nav .nav-link.active, .theme03 .header.fixed-left .navbar-nav .nav-link:hover {
  -webkit-box-shadow: -4px 0 0 #85bf2a inset;
  box-shadow: -4px 0 0 #85bf2a inset;
}

.theme03 .navbar-toggleable-md .navbar-nav .nav-link.active, .theme03 .navbar-toggleable-md .navbar-nav .nav-link:hover {
  -webkit-box-shadow: 0 -4px 0 0 #85bf2a inset;
  box-shadow: 0 -4px 0 0 #85bf2a inset;
}

.theme03 .lined:before {
  background-color: #85bf2a;
}

.theme03 h1 {
  color: #85bf2a;
}

.theme03 a:focus, .theme03 a:hover {
  color: #85bf2a;
}

.theme03 .card.-ghost .list-schedule > li:hover .time:after {
  background-color: #85bf2a;
}

.theme03 .slider-content ._header h4 {
  color: #85bf2a;
}

.theme03 .timetable-col.active .timetable-title {
  color: #85bf2a;
}

.theme03 .timetable-wrap.-default .timetable-item:hover {
  border-color: #85bf2a;
}

.theme03 .section-gallery .gallery-caption .naming {
  color: #85bf2a;
}

.theme03 .section-gallery .gallery-caption a:hover, .theme03 .section-gallery .gallery-caption a:focus {
  color: #85bf2a;
}

.theme03 .card.-product-custom ._body:after {
  -webkit-box-shadow: 0 -4px 0 #85bf2a inset;
  box-shadow: 0 -4px 0 #85bf2a inset;
}

.theme03 .section-shop.-home03 .card.-product-custom ._body .fa {
  color: #85bf2a;
}

.theme03 .section-shop.-home03 .card.-product-custom ._body .fa:hover, .theme03 .section-shop.-home03 .card.-product-custom ._body .fa:focus, .theme03 .section-shop.-home03 .card.-product-custom ._body .fa:focus:active {
  color: #689521;
}

.theme03 .section-testimonials.-home03 .slider-testimonials.-double .info:before,
.theme03 .section-testimonials.-home03 .slider-testimonials.-double .info:after {
  color: #85bf2a;
}

.theme03 .btn-primary.btn-primary {
  color: #000;
  border-color: #85bf2a;
  background-color: #85bf2a;
}

.theme03 .btn-primary.btn-primary:hover, .theme03 .btn-primary.btn-primary:focus, .theme03 .btn-primary.btn-primary:focus:active {
  border-color: #85bf2a;
  color: #85bf2a;
  background: transparent;
}

.theme03 .card .card-footer > a:not(.btn-black):hover {
  color: #85bf2a;
}

.theme03 .section-blog.-home03 .blog-item .title:after {
  background-color: #85bf2a;
}

@media (max-width: 992px) {
  .theme03 .navbar-toggleable-md .navbar-nav .nav-link.active,
  .theme03 .navbar-toggleable-md .navbar-nav .nav-link:hover {
    background: #85bf2a;
  }
}

.theme04 {
  font-family: "Gilroy", sans-serif;
  color: #000;
}

.theme04 .slider-content ._header a {
  color: #000;
}

.theme04 .section-coaches.-home04 .link.-black:hover {
  color: #fff;
}

.theme04 .link.-black:hover {
  color: #f5d02c;
}

.theme04 .section-gallery.-home04 .title-link .link:hover {
  color: #f5d02c;
}

.theme04 .header.dark .search-link .fa:hover, .theme04 .header.dark .navbar-toggleable-md .navbar-nav .nav-link:hover {
  color: #f5d02c;
}

.theme04 .search-link .fa:hover {
  color: #f5d02c;
}

.theme04 .btn-search {
  background: #f5d02c;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.theme04 .btn-search:hover {
  background: #e3bb0b;
}

.theme04 .slider-stories-home04 .social a:hover {
  color: #fff;
}

.theme04 .section-testimonials.-home04 .slider-stories.slider-stories-home02 .social a:hover,
.theme04 .section-testimonials.-home04 .title-link .link:hover {
  color: #f5d02c;
}

.theme04 .panel.-step .link:hover {
  color: #f5d02c;
}

.theme04 .list-default a:hover {
  color: #f5d02c;
}

.theme04 .slider-coaches-home04 .social a:hover {
  color: #fff;
}

.theme04 .btn-link.btn-ico {
  color: #000;
}

.theme04 .btn-link.btn-ico:hover {
  color: #f5d02c;
}

.theme04 .card.-product-wide .price {
  font-family: "Gilroy", sans-serif;
}

.theme04 .card.-product-wide .link {
  font-family: "Gilroy", sans-serif;
}

.theme04 .card.-product-wide .link:hover {
  color: #f5d02c;
}

.theme04 .blog-item ._body {
  padding: 15px 0;
}

.theme04 .blog-item ._footer a:hover {
  color: #f5d02c;
}

.theme04 .blog-item ._footer a:hover i.fa {
  color: #f5d02c;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.theme04 .stories .social a:hover {
  color: #f5d02c;
}

.theme04 .section-testimonials-single.-home04 a:hover {
  color: #f5d02c;
}

.theme04 .classes-single-item.-dark .social a:hover {
  color: #b39308;
}

.theme04 .link {
  color: #fff;
}

.theme04 .link.-black {
  color: #000;
}

.theme04 .link.-black span {
  font-weight: 900;
  text-transform: uppercase;
}

.theme04 .link:hover {
  color: #f5d02c;
}

.theme04 h1, .theme04 h2, .theme04 h4, .theme04 h5,
.theme04 .h5 {
  font-family: "Gilroy", sans-serif;
}

.theme04 .navbar-toggleable-md .navbar-nav .nav-link {
  font-family: "Gilroy", sans-serif;
}

.theme04 .list-schedule > li:hover .time:after {
  background-color: #f5d02c;
}

.theme04 .btn {
  font-family: "Gilroy", sans-serif;
}

.theme04 .btn-secondary {
  background: #f5d02c;
  border-color: #f5d02c;
  color: #000;
}

.theme04 .btn-secondary:hover, .theme04 .btn-secondary:focus, .theme04 .btn-secondary:focus:active {
  background-color: #e3bb0b;
  border-color: #e3bb0b;
  color: #000;
}

.theme04 .btn-primary {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #000;
}

.theme04 .btn-primary:hover, .theme04 .btn-primary:focus, .theme04 .btn-primary:focus:active {
  background-color: #f5d02c;
  border-color: #f5d02c;
  color: #000;
}

.theme04 .lined:before {
  background-color: #f5d02c;
}

.theme04 .navbar-toggleable-md .navbar-nav .nav-link.active, .theme04 .navbar-toggleable-md .navbar-nav .nav-link:hover {
  -webkit-box-shadow: 0 -4px 0 #f5d02c inset;
  box-shadow: 0 -4px 0 #f5d02c inset;
}

.theme04 .timetable-col.active .timetable-title {
  color: #f5d02c;
}

.theme04 .section-coaches {
  background-color: #f5d02c;
}

.theme04 .timetable-wrap.-simple .timetable-item:hover {
  background-color: #f5d02c;
}

.theme04 .panel.-step .panel-heading .num {
  background-color: #f5d02c;
}

.theme04 .slider-stories .author {
  color: #f5d02c;
}

.theme04 .blog-item .title:after {
  background-color: #f5d02c;
}

.theme04 .rating > input:checked ~ label, .theme04 .rating:not(:checked) > label:hover, .theme04 .rating:not(:checked) > label:hover ~ label {
  color: #f5d02c;
}

.theme04 .list-location > li .title:before {
  color: #f5d02c;
}

.theme04 .section-contact .social a:hover {
  color: #f5d02c;
}

.theme04 .section-coaches-single .classes-single-item ._header .title {
  color: #f5d02c;
}

.theme04 .section-coaches-single.-dark .social a {
  color: #f5d02c;
}

.theme04 .nav-tabs.-primary .nav-link:after {
  background-color: #f5d02c;
}

.theme04 .nav-tabs.-primary .nav-link,
.theme04 .shop-info-content .old-price,
.theme04 .shop-info-content .new-price {
  font-family: "Gilroy", sans-serif;
}

.section-coaches.-home04 {
  background-image: none;
  padding-bottom: 60px;
}

.section-coaches.-home04 h2 {
  color: #000;
}

.section-coaches.-home04 .lined:before {
  background-color: #000;
}

.section-coaches.-home04 .link {
  font-family: "Gilroy", sans-serif;
}

.section-coaches.-home04 .slider-content ._header h4 {
  color: #f5d02c;
}

.section-gallery.-home04 .title-link .link {
  color: #fff;
  font-family: "Gilroy", sans-serif;
}

@media (max-width: 992px) {
  .theme04 .header.dark .search-link .fa:hover,
  .theme04 .header.dark .navbar-toggleable-md .navbar-nav .nav-link:hover {
    color: #fff;
    background: #f5d02c;
  }
  .theme04 .navbar-toggleable-md .navbar-nav .nav-link.active {
    background: #f5d02c;
  }
}

/*------------------------------------------------------------------
	Styles for pages  
-------------------------------------------------------------------*/
.section-coaches-single {
  padding: 50px 0;
}

.section-coaches-single .slider-coaches .item {
  color: #000;
  padding: 10px 0;
  position: relative;
}

.section-coaches-single .slider-coaches .item:before {
  content: '';
  display: block;
  -webkit-transition: all .35s;
  transition: all .35s;
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 30px;
  background: #f1f1f1;
  left: 100px;
  -webkit-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.2);
  z-index: -1;
  opacity: 0;
}

.section-coaches-single .slider-coaches .item.-half {
  width: 50%;
}

.section-coaches-single .slider-coaches .item:hover:before {
  -webkit-transition: all .35s;
  transition: all .35s;
  opacity: 1;
}

.section-coaches-single .slider-coaches .item .slider-item-content {
  padding: 0 15px;
}

.section-coaches-single .slider-coaches .list-social a {
  color: #000;
}

.section-coaches-single .slider-coaches {
  padding: 0;
}

.section-coaches-single .classes-single-item ._header .title {
  color: #85bf2a;
}

.section-coaches-single .classes-single-item {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.27);
  box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.27);
  padding: 0;
  margin: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-coaches-single .classes-single-item.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-coaches-single .classes-single-item .item-description {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-coaches-single .classes-single-item ._footer {
  padding-top: 15px;
}

.section-coaches-single .social a {
  color: #000;
  margin-right: 15px;
}

.section-coaches-single.-dark .classes-single-item .item-description {
  background-color: #202020;
  color: #fff;
}

.section-coaches-single.-dark .social a {
  color: #fff;
}

@media (max-width: 1400px) {
  .section-coaches-single .classes-single-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section-testimonials-single {
  padding: 40px 0;
}

.section-testimonials-single .testimonials .title {
  color: #000;
}

.section-testimonials-single .testimonials .item {
  margin: 40px 75px;
}

.section-testimonials-single .testimonials .social a {
  color: #000;
}

.section-testimonials-single .testimonials .author-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-testimonials-single .testimonials .author {
  margin-right: 30px;
}

.theme01 .section-testimonials-single {
  margin: 0;
}

@media (max-width: 1300px) {
  .section-testimonials-single .testimonials .item {
    margin: 30px;
  }
  .section-testimonials-single .testimonials .social a {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .section-testimonials-single .testimonials .item {
    margin: 20px 0;
  }
}

.section-testimonials-single {
  margin: 45px;
}

.section-testimonials-single a {
  color: #000;
}

.section-testimonials-single.-home04 {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  background-color: #202020;
  color: #fff;
}

.section-testimonials-single.-home04 .stories .author {
  color: #f5d02c;
}

.section-testimonials-single.-home04 a {
  color: #fff;
}

.section-testimonials-single.-outline {
  padding: 0;
  margin: 85px 45px;
}

.section-testimonials-single.-outline .img-wrap {
  margin: -40px 0;
}

.section-testimonials-single.-outline .img-wrap img {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.section-testimonials-single .stories .img-wrap {
  border-radius: 0;
}

.section-testimonials-single .stories .item {
  margin: 40px 0;
}

.section-testimonials-single .color-primary.color-primary {
  color: #f5d02c;
}

.section-testimonials-single .color-primary.color-primary a {
  color: #f5d02c;
  margin-right: 10px;
  font-size: 18px;
}

.section-testimonials-single .color-primary.color-primary a:last-child {
  margin: 0;
}

.section-testimonials-single .color-primary.color-primary a:hover {
  color: #fff;
}

.section-testimonials-single.-home04.-outline .item-content {
  padding: 15px 0;
}

@media (max-width: 1300px) {
  .section-testimonials-single.-outline {
    margin: 40px 20px;
  }
  .section-testimonials-single {
    margin: 15px;
  }
}

@media (max-width: 767px) {
  .section-testimonials-single.-outline .img-wrap {
    margin: 0;
    margin-top: -40px;
  }
  .section-testimonials-single .stories .item {
    margin: 20px 0;
  }
  .section-testimonials-single .stories .item .author {
    width: 100%;
    text-align: center;
  }
  .section-testimonials-single .stories .item .social {
    text-align: center;
  }
}

.section-blog-single {
  padding: 30px 0;
}

/*------------------------------------------------------------------
	Styles for modules  
-------------------------------------------------------------------*/
body {
  position: relative;
}

.link {
  font-weight: bold;
}

.link .fa-caret-right {
  padding-left: 5px;
}


.main.with-scrollspy section {
  padding-top: 80px;
}

.main.with-aside-header {
  padding-top: 0;
}

.main.with-aside-header section {
  padding-left: 125px;
}

.main.with-aside-header .full-height {
  height: 100vh;
}

.lined {
  position: relative;
  padding-left: 24px;
}

.lined:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00b8cc;
}

.lined.-bot {
  padding-left: 0;
  padding-bottom: 20px;
}

.lined.-bot:before {
  width: 40px;
  height: 4px;
  top: auto;
  bottom: 0;
}

.section-classes {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-classes.-home-02 {
  padding-bottom: 0;
}

.section-classes.-home-03 {
  position: relative;
  padding-bottom: 0;
}

.section-classes.-home-03 .slider-content ._footer a .fa {
  color: #85bf2a;
}

.section-classes.-home-03 .classes-stats-wrapper {
  background-color: #f6f6f6;
}

.section-classes .section-heading {
  padding-bottom: 0;
  margin-bottom: 35px;
}

.classes-stats-wrapper {
  background-color: #f1f1f1;
  padding: 45px 0;
}

.classes-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.classes-stats .item {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
  cursor: default;
}

.classes-stats .item span {
  display: block;
}

.classes-stats .count {
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.classes-stats .title {
  font-size: 20px;
}

.img-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.section-heading {
  position: relative;
  margin-bottom: 35px;
}

.section-heading h2 {
  margin: 0;
}

.nav-simple {
  position: relative;
}

.nav-simple .nav a {
  color: #535353;
  font-size: 20px;
  -webkit-transition: text-shadow .2s;
  transition: text-shadow .2s;
}

.nav-simple .nav a.active {
  color: #000;
  text-shadow: 1px 0 0 #000, 0px 0 0 #000;
}

.nav-simple .nav a:hover {
  color: #000;
  text-shadow: 1px 0 0 #000, 0px 0 0 #000;
}

.title-link {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-link .link {
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}

.title-link .link .fa {
  margin-left: 10px;
}

.section-price {
  padding: 60px 0;
}

.section-price.-home03 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-price.-home03 .bg-img01 .section-heading {
  padding: 0;
}

.section-price.-home03 .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-price.-home03 .section-heading {
  margin: 0;
}

.section-price.-home03 .section-heading h2 {
  margin: 0 0 20px;
}

.section-price.-home03 .section-heading .subheading {
  max-width: 650px;
  margin: 0 auto;
}

.section-price.-home03 .card.-with-img .card-title:after {
  background-color: #85bf2a;
}

.section-price.-home03 .card .level .fa {
  color: #85bf2a;
}

.section-price.-home03 .card.-with-img .card-header {
  -webkit-box-shadow: 0 -4px 0 #85bf2a inset;
  box-shadow: 0 -4px 0 #85bf2a inset;
}

.section-testimonials {
  background: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
}

.section-testimonials.-home02 {
  background-image: url(../images/section-testimonials-bg-02.jpg);
}

.section-testimonials.-home03 {
  background-image: url(../images/bg-img-01.jpg);
}

.section-testimonials.-home04 {
  background-image: none;
  background-color: #202020;
  margin: 45px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.section-testimonials.-home04 .slider-stories.slider-stories-home02 {
  padding: 0 75px;
}

.section-testimonials.-home04 .slider-stories .img-wrap {
  width: 190px;
  height: 190px;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.section-testimonials.-home04 .slider-stories.slider-stories-home02 .social a,
.section-testimonials.-home04 .title-link .link {
  color: #fff;
}

.section-testimonials.-home04 .title-link .link {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
}

.section-testimonials.-home04 .slider-stories.slider-stories-home02 .slick-prev:before,
.section-testimonials.-home04 .slider-stories.slider-stories-home02 .slick-next:before {
  color: #fff;
}

.section-testimonials.-home04 .slider-stories .author {
  text-transform: capitalize;
}

.social a {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.social a:focus, .social a:focus:active, .social a:hover {
  text-decoration: none;
  outline: none;
}

.grid-custom-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.grid-custom-wrapper .col {
  padding: 12px 10px;
}

.grid-custom-wrapper .col.-quarter {
  width: 25%;
}

.grid-custom-wrapper .col.-third {
  width: 33.33%;
}

.grid-custom-wrapper .col.-half {
  width: 50%;
}

.grid-custom-wrapper .col.-full {
  width: 100%;
}

.section-stories {
  padding: 70px 0;
}

.section-stories.-home01 {
  color: #fff;
  background: url(../images/section-stories-bg-01.jpg) no-repeat center top/cover;
}

.section-stories .section-heading {
  padding-bottom: 50px;
}

.section-stories.-home04 {
  margin: 45px;
  background-color: #202020;
  color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.section-stories.-home04 .section-heading {
  page-break-after: 30px;
}

.section-stories.-home04 .slick-prev:before, .section-stories.-home04 .slick-next:before {
  color: #fff;
}

.short-info h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.short-info .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.1;
}

.short-info .title {
  font-size: 22px;
  font-weight: 900;
  color: #000;
  display: block;
}

.short-info .time {
  font-weight: 700;
}

.short-info .coach {
  font-size: 18px;
}

.short-info .item {
  padding: 12px 0;
  margin-bottom: 15px;
}

.short-info .link {
  color: #000;
}

.short-info .link:hover {
  text-decoration: none;
}

.short-info-link {
  text-align: center;
}

.short-info-link a {
  font-size: 18px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.short-info-link a:hover {
  text-decoration: none;
  color: #f7035b;
}

.short-info-link .fa {
  margin-left: 7px;
}

.short-info.as-grid {
  margin-left: -30px;
  margin-right: -30px;
}

.short-info.as-grid .img-wrap {
  margin-bottom: 12px;
  display: block;
}

.short-info.as-grid .item {
  padding: 30px;
}

.bg-img01 {
  background: url(../images/section-stories-bg-01.jpg) no-repeat center top/cover;
  color: #fff;
}

.bg-img01 .section-heading {
  padding: 40px 0;
  color: #fff;
}

.bg-img01 .nav .nav-link {
  color: #fff;
}

.bg-img01 .nav .nav-link.active {
  color: #fff;
}

.bg-img02 {
  background: url(../images/section-top-bg-01.jpg) no-repeat center top/cover;
}

.bg-img04 {
  background: url(../images/section-testimonials-bg-01.jpg) no-repeat top center/cover;
  color: #fff;
}

.section-wrapper {
  margin: 45px;
  -webkit-box-shadow: -12px 1px 15px rgba(0, 0, 0, 0.24), -17px 2px 50px rgba(0, 0, 0, 0.19);
  box-shadow: -12px 1px 15px rgba(0, 0, 0, 0.24), -17px 2px 50px rgba(0, 0, 0, 0.19);
}

.section-advantage.-home01 .section-heading {
  margin-bottom: 60px;
}

.section-advantage.-home04 {
  background: url(../images/bg-img-03.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 50px 0;
}

.section-location {
  margin: 45px;
  padding: 60px;
  background-color: #202020;
  color: #fff;
}

.section-location .map-wrapper {
  height: 500px;
}

.section-top-single {
  padding: 120px 0;
  color: #fff;
}

.section-top-single h2 {
  margin-bottom: 0;
}

.single-gallery.-home04 {
  margin: 30px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.aside-filter.-inline {
  background-color: #f5f5f5;
  padding: 25px 30px;
}

.aside-filter.-inline h5 {
  margin: 0 0 15px;
}

.aside-filter.-inline .list-inline li {
  padding: 10px 5px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.aside-filter.-inline .filter-range-wrapper {
  padding: 15px 0;
}

.aside-filter-item + .aside-filter-item {
  margin-top: 40px;
}

.filter-categories {
  background-color: #f1f1f1;
  padding: 25px;
}

.filter-categories > h5 {
  margin-bottom: 40px;
}

.bgc-white {
  background-color: #fff;
}

.nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav a {
  text-align: center;
}

.slider-testimonials .slick-prev, .slider-testimonials .slick-next, .slider-stories .slick-prev, .slider-stories .slick-next {
  width: inherit;
  height: inherit;
}

@media (max-width: 1500px) {
  .section-testimonials.-home04, .section-stories.-home04, .section-location.-home04 {
    margin: 15px;
  }
  .section-testimonials.-home04 .slider-stories.slider-stories-home02 {
    padding: 0 20px;
  }
}

@media (max-width: 1300px) {
  .section-wrapper {
    margin: 20px;
  }
  .short-info.as-grid {
    margin: 0 -15px;
  }
  .short-info.as-grid .item {
    padding: 20px;
  }
  .grid-custom-wrapper .col.-quarter {
    width: 33.33%;
  }
  .nav-list a {
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .section-location.-home04 {
    padding: 40px 0px;
  }
  .aside-filter.-inline {
    padding: 15px 20px;
  }
  .aside-filter-item.-mob_50 {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
  .aside-filter-item.-mob_50.filter-categories {
    margin-right: 3%;
  }
  .section-testimonials.-home04, .section-stories.-home04, .section-location.-home04 {
    margin: 0px;
  }
  .section-wrapper {
    margin: 0;
  }
  .main.with-aside-header .full-height {
    height: inherit;
    padding: 90px 0 40px 0;
  }
  .main.with-aside-header section {
    padding-left: 0;
  }
  .grid-custom-wrapper .col.-third {
    width: 50%;
  }
  .classes-stats {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .classes-stats .item {
    padding: 0 5px;
  }
  .short-info .coach {
    font-size: 17px;
  }
  .short-info .link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .grid-custom-wrapper .col.-quarter {
    width: 50%;
  }
  .section-heading.-inner_nav.-inner_nav {
    display: block !important;
  }
  .section-heading.-inner_nav.-inner_nav .nav {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .shop-panel {
    margin-top: 20px;
  }
  .aside-filter-item.-mob_50 {
    width: 100%;
  }
  .aside-filter-item.-mob_50.filter-categories {
    margin-right: 0%;
  }
  .section-top-single {
    padding: 50px 0;
  }
  .grid-custom-wrapper .col.-half {
    width: 100%;
  }
  .classes-stats .item .count {
    font-size: 50px;
  }
  .nav-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-list a {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    text-align: center;
  }
  .nav-list.nav-list.nav-list .nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-list.nav-list.nav-list .nav a {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    text-align: center;
  }
  .section-heading.-inner_nav .nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-heading.-inner_nav .nav a {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    text-align: center;
  }
  .section-advantage.-home01 h2.lined {
    margin-bottom: 20px;
  }
  .section-heading.section-heading {
    display: block !important;
  }
  .section-heading.section-heading .btn-beige {
    margin-top: 20px;
  }
  .title-link {
    -webkit-transform: none;
    transform: none;
    display: block;
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .grid-custom-wrapper .col.-third {
    width: 100%;
  }
  .short-info .title-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .short-info .coach {
    width: 100%;
    margin-bottom: 10px;
  }
  .short-info.as-grid .item {
    text-align: center;
  }
  .short-info .link {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .classes-stats {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .classes-stats .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .slider-coaches.-home02 .img-wrap.img-wrap img {
    max-width: 100%;
  }
  .grid-custom-wrapper .col.-quarter {
    width: 100%;
  }
  .nav-list.nav-list.nav-list a {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .section-heading.-inner_nav .nav a {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.breadcrumb {
  margin: 0;
  background-color: transparent;
  padding: 10px 0;
}

.breadcrumb-item {
  font-weight: 700;
  color: #979797;
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .breadcrumb-item {
    font-size: 13px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 3px;
  }
}

h1, h2, h4, h5 {
  text-transform: uppercase;
}

.card {
  -webkit-box-shadow: 0 4px 0 #000 inset;
  box-shadow: 0 4px 0 #000 inset;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.card .card-header {
  padding: 45px 15px 45px 60px;
}

.card .card-header h4 {
  margin: 0;
  line-height: 30px;
}

.card .card-body.-indent {
  padding: 30px 45px 0 45px;
}

.card .card-footer {
  padding: 30px 15px;
}

.card .card-footer > a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.card .card-footer > a:hover {
  text-decoration: none;
}

.card .card-footer > a .fa {
  color: #f7035b;
  margin-left: 7px;
}

.card .card-footer > a:not(.btn-black) {
  -webkit-transition: color .2s, border-color .2s, background-color .2s;
  transition: color .2s, border-color .2s, background-color .2s;
  color: #000;
}

.card .card-footer > a:not(.btn-black):hover {
  color: #f7035b;
}

.card .card-price span {
  display: inline-block;
  vertical-align: middle;
}

.card .card-price .small {
  font-size: 19px;
  margin-right: 5px;
  color: #000;
}

.card .card-price .price {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #000;
}

.card .card-price.-indent {
  padding-top: 30px;
}

.card .level {
  text-align: center;
}

.card .level .fa {
  font-size: 20px;
  margin: 0 7px;
  color: #f7035b;
}

.card.w370 {
  max-width: 370px;
  width: 100%;
}

.card.-ghost {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card.-ghost .list-schedule > li:hover {
  background-color: transparent;
}

.card.-ghost .list-schedule > li .time:after {
  background-color: #fff;
}

.card.-with-img {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  margin: 30px 0;
}

.card.-with-img .card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: 150px;
  background-position: center center;
  background: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 -4px 0 #000 inset;
  box-shadow: 0 -4px 0 #000 inset;
}

.card.-with-img .card-header.-lg {
  height: 200px;
}

.card.-with-img .card-title {
  position: relative;
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 20px;
}

.card.-with-img .card-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 4px;
  margin-left: -20px;
  background-color: #000;
}

.card.-yellow .card-header {
  -webkit-box-shadow: 0 -4px 0 #f7e303 inset;
  box-shadow: 0 -4px 0 #f7e303 inset;
}

.card.-yellow .card-title:after {
  background-color: #f7e303;
}

.card.-blue .card-header {
  -webkit-box-shadow: 0 -4px 0 #4dbae7 inset;
  box-shadow: 0 -4px 0 #4dbae7 inset;
}

.card.-blue .card-title:after {
  background-color: #4dbae7;
}

.card.-orange .card-header {
  -webkit-box-shadow: 0 -4px 0 #f79e03 inset;
  box-shadow: 0 -4px 0 #f79e03 inset;
}

.card.-orange .card-title:after {
  background-color: #f79e03;
}

.card.-purple .card-header {
  -webkit-box-shadow: 0 -4px 0 #bb03f7 inset;
  box-shadow: 0 -4px 0 #bb03f7 inset;
}

.card.-purple .card-title:after {
  background-color: #bb03f7;
}

.card.-green .card-header {
  -webkit-box-shadow: 0 -4px 0 #659b2f inset;
  box-shadow: 0 -4px 0 #659b2f inset;
}

.card.-green .card-title:after {
  background-color: #659b2f;
}

.card.-deeppink .card-header {
  -webkit-box-shadow: 0 -4px 0 home01 inset;
  box-shadow: 0 -4px 0 home01 inset;
}

.card.-deeppink .card-title:after {
  background-color: home01;
}

.card.-product {
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all .35s;
  transition: all .35s;
}

.card.-product:hover {
  -webkit-box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.23);
}

.card.-product:hover ._footer a {
  text-decoration: none;
  background-color: #f7035b;
}

.card.-product .title {
  font-size: 22px;
  color: #000;
  font-weight: 900;
}

.card.-product .info {
  display: block;
  padding: 0 0 20px;
  font-size: 18px;
  color: #7f7f7f;
}

.card.-product .stars {
  padding-bottom: 30px;
}

.card.-product .price {
  font-size: 24px;
  font-weight: 900;
}

.card.-product .price i {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

.card.-product ._body {
  padding: 15px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.-product ._footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.card.-product ._footer .link-wrap {
  position: relative;
}

.card.-product ._footer .link-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #fff transparent transparent transparent;
  pointer-events: none;
}

.card.-product ._footer a {
  display: block;
  color: #000;
  background-color: #c4c4c4;
  padding: 35px 13px 13px 37px;
  font-size: 22px;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.card.-product-wide {
  background-color: transparent;
}

.card.-product-wide .title {
  font-size: 20px;
  margin: 0;
  color: #000;
  font-weight: 900;
  padding-right: 15px;
}

.card.-product-wide fieldset {
  min-width: 100px;
}

.card.-product-wide label {
  margin: 0;
}

.card.-product-wide label:before {
  margin: 0;
  margin-right: 5px;
  font-size: 16px;
}

.card.-product-wide ._body {
  padding: 7px 0;
}

.card.-product-wide .info {
  font-size: 18px;
  color: #7f7f7f;
}

.card.-product-wide .price {
  font-size: 24px;
  font-weight: 900;
}

.card.-product-wide .price span {
  font-weight: 700;
}

.card.-product-wide .link {
  color: #000;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}

.card.-product-wide .link:hover {
  text-decoration: none;
}

.card.-product-wide .link .fa {
  margin-left: 7px;
}

.card.-with-hover {
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.card.-with-hover:hover {
  background-color: #f6f6f6;
}

.card.-with-hover:hover .list-custom li span:before {
  opacity: 1;
}

.card.-short {
  padding-bottom: 30px;
}

.card.-short .card-price.-indent {
  padding: 30px 0;
}

.card.-short .card-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.card.-short .card-title {
  margin-bottom: 5px;
}

.card.-short .subtitle {
  margin: 0 0 5px;
  text-transform: uppercase;
}

.card.-product-custom {
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  position: relative;
  overflow: hidden;
}

.card.-product-custom .title {
  color: #000;
  font-weight: 900;
}

.card.-product-custom .card-overlay_new {
  position: absolute;
  top: 0px;
  right: -10px;
  font-size: 17px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  padding: 10px 10px 5px 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card.-product-custom .card-overlay_new:before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: 0;
  z-index: -1;
}

.card.-product-custom .img-wrap {
  height: 370px;
  padding: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card.-product-custom ._body {
  position: relative;
  padding: 40px 0;
  background-color: #f2f2f2;
  -webkit-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}

.card.-product-custom ._body:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 0 #659b2f inset;
  box-shadow: 0 -4px 0 #659b2f inset;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

.card.-product-custom ._body .info {
  color: #7f7f7f;
}

.card.-product-custom ._body .price {
  padding: 25px 0;
  font-size: 24px;
  font-weight: 900;
}

.card.-product-custom ._body .price span {
  font-size: 22px;
  font-weight: 700;
}

.card.-product-custom ._body .fa {
  margin: 0 5px;
  font-size: 20px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.card.-product-custom ._body .fa:hover, .card.-product-custom ._body .fa:focus, .card.-product-custom ._body .fa:focus:active {
  text-decoration: none;
}

.card.-product-custom .rel {
  position: relative;
  z-index: 1;
}

.card.-product-custom .rel > span {
  display: block;
}

.card.-product-custom:hover ._body {
  padding: 30px 0 50px;
}

.card.-product-custom:hover ._body:after {
  height: 4px;
}

.card.-fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  padding: 40px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  min-height: 220px;
}

.card.-fullwidth .img-wrap {
  width: 180px;
}

.card.-fullwidth.-hover_bg_none:hover {
  background: #fff;
  color: #000;
}

.card.-fullwidth.-hover_bg_none:hover .category {
  color: #000;
}

.card.-fullwidth.-hover_bg_none:hover .title {
  color: #000;
}

.card.-fullwidth p {
  margin: 0;
}

.card.-fullwidth .title {
  font-family: 'Gilroy', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #000;
}

.card.-fullwidth .category {
  font-family: "Lato", sans-serif;
  color: #7f7f7f;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.card.-fullwidth .price {
  font-family: 'Gilroy', sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.card.-fullwidth .price i {
  font-family: 'Gilroy', sans-serif;
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
}

.card.-fullwidth:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.18);
  background-color: #202020;
}

.card.-fullwidth:hover .category {
  color: #fff;
}

.card.-fullwidth:hover .title {
  color: #fff;
}

.card.-accordion {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}

.card.-accordion:last-child {
  margin-bottom: 0;
}

.card.-accordion .card-header {
  padding: 0;
}

.card.-accordion .card-header a {
  color: #000;
  font-weight: 700;
  position: relative;
}

.card.-accordion .card-header a i {
  position: absolute;
  right: -30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card.-accordion .card-header a[aria-expanded="true"] i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.card.-accordion .card-block {
  padding-left: 20px;
  margin-top: 15px;
}

.card.-accordion .card-block li {
  margin-bottom: 10px;
}

.card.-accordion .card-block li:last-child {
  margin-bottom: 0;
}

/****** Style Star Rating Widget *****/
.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  content: "\f005";
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f7035b;
  /* hover previous stars in list */
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #f7035b;
}

@media (max-width: 1500px) {
  .card .card-header {
    padding: 25px 15px 25px 60px;
  }
  .card .card-footer {
    padding: 15px;
  }
  .card.-fullwidth {
    padding: 20px;
  }
  .card.-fullwidth .price {
    font-size: 22px;
  }
  .card.-fullwidth .price-wrapper {
    min-width: 75px;
  }
  .card.-fullwidth .price i {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .card.-product-wide .title {
    font-size: 17px;
  }
  .card.-product-wide .info {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .card.-fullwidth {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card.-fullwidth .img-wrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .card.-fullwidth .btn-wrapper {
    display: block;
    text-align: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .card.w370 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .card.-fullwidth .info, .card.-fullwidth .color-type, .card.-fullwidth .price-wrapper, .card.-fullwidth .btn-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .card.-fullwidth .info .rating {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
  }
  .card .card-header {
    padding: 25px 10px 25px 25px;
  }
  .card .card-footer {
    padding: 15px 10px;
  }
}

.btn {
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  padding: 10px 32px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn:focus, .btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-beige {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.btn-beige:hover {
  color: #000;
  background: #dddddd;
}

.btn-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-black:hover, .btn-black:focus, .btn-black:active {
  color: #000;
  background-color: #fff;
}

.btn-grey {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
  color: #000;
  background: transparent;
}

.btn-primary {
  color: #fff;
  border-color: #1f82b3;
  background-color: #1f82b3;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #1f82b3;
  background-color: transparent;
  border-color: #1f82b3;
}

.btn-ico i {
  padding-left: 10px;
}

.btn-ico_active i {
  color: #f5d02c;
}

.link-view {
  color: #000;
  font-weight: 900;
}

.link-view i {
  padding-left: 10px;
}

.-abs_icon {
  position: relative;
  padding-right: 13px;
}

.-abs_icon i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .btn {
    padding: 10px 20px;
  }
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-schedule > li {
  padding: 15px 15px 15px 60px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
}

.list-schedule > li:hover {
  background-color: #f1f1f1;
}

.list-schedule > li:hover .time:after {
  background-color: #f7035b;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.list-schedule > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000;
}

.list-schedule > li .time {
  position: relative;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.list-schedule > li .time:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 25%;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, -webkit-transform .2s;
  transition: background-color .2s, transform .2s;
  transition: background-color .2s, transform .2s, -webkit-transform .2s;
}

.list-schedule > li .action {
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

.list-schedule > li .action span {
  display: block;
}

.list-schedule > li .action .naming {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}

.list-schedule > li .action .who {
  font-size: 18px;
}

.list-schedule.-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-schedule.-custom > li {
  width: 50%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 5px;
}

.list-schedule.-custom > li .time:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 7px;
  height: 1px;
}

.list-advantage.d-flex .item {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.list-advantage .item {
  padding: 45px 30px;
}

.list-advantage .item [class^="im-"] {
  font-size: 40px;
  margin-right: 20px;
}

.list-advantage .item ._content {
  padding-top: 15px;
}

.list-advantage .item ._content p {
  margin: 0;
}

.list-social > li {
  display: inline-block;
}

.list-social > li > a {
  font-size: 24px;
  margin: 0 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.list-social > li > a:hover {
  text-decoration: none;
}

.list-group > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  font-size: 18px;
  padding: 25px 45px 25px 25px;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.list-group > a:before {
  content: "\f0da";
  font: normal normal normal 18px/1 FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.list-group > a:hover, .list-group > a:focus {
  text-decoration: none;
  outline: none;
  background-color: #f1f1f1;
}

.list-group > a:hover:before, .list-group > a:focus:before {
  opacity: 1;
}

.list-group > a span {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.list-group > a .type {
  font-weight: bold;
}

.list-group > a .price {
  font-weight: bold;
  text-align: right;
}

.list-group > a .price i {
  font-weight: normal;
  margin-right: 5px;
}

.list-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.list-contact li:last-child {
  padding-bottom: 0;
}

.list-contact a,
.list-contact span {
  font-size: 19px;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
}

.list-contact .fa {
  font-size: 22px;
  width: 25px;
  margin-right: 15px;
  vertical-align: middle;
}

.list-custom {
  font-size: 19px;
}

.list-custom li {
  padding: 13px 0;
  border-bottom: 1px solid #ebebeb;
}

.list-custom li span {
  position: relative;
  display: inline-block;
  padding: 0 25px;
}

.list-custom li span:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #0072ab;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  pointer-events: none;
}

.list-chip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.26);
}

.list-chip li {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  height: 275px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.list-chip li:nth-child(4n) {
  border-right: none;
}

.list-chip li:nth-last-child(1), .list-chip li:nth-last-child(2), .list-chip li:nth-last-child(3), .list-chip li:nth-last-child(4) {
  border-bottom: none;
}

.list-chip li .title {
  font-family: 'Gilroy', sans-serif;
  font-size: 22px;
  font-weight: 900;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.list-chip li .small {
  font-size: 18px;
}

.list-chip li span {
  display: block;
}

.list-chip .icon-wrap {
  font-size: 60px;
}

.list-default li {
  padding: 30px 0;
  font-size: 20px;
  position: relative;
  padding-right: 15px;
}

.list-default a {
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.list-default a:hover, .list-default a:focus {
  text-decoration: none;
  outline: none;
}

ol.list-default {
  counter-reset: num;
}

ol.list-default li:before {
  counter-increment: num;
  content: counter(num) ". ";
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
}

.list-color li {
  display: inline-block;
}

.list-color li a {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.list-color .green {
  background-color: #659b2f;
}

.list-color .black {
  background-color: #000;
}

.list-color .blue {
  background-color: #4dbae7;
}

.list-location {
  list-style: none;
  counter-reset: num;
}

.list-location > li {
  margin-bottom: 40px;
}

.list-location > li:last-child {
  margin-bottom: 0;
}

.list-location > li .title {
  margin: 0 0 15px;
}

.list-location > li .title:before {
  counter-increment: num;
  content: counter(num) ". ";
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
}

.list-rated .img-wrap {
  width: 95px;
  height: 50px;
}

.list-rated .img-wrap img {
  max-height: 100%;
  margin: 0 auto;
}

.list-rated li {
  padding: 15px 0;
}

.list-rated .naming {
  display: block;
  color: #000;
}

.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-inline a {
  color: #000;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.list-inline a:hover {
  text-decoration: none;
}

.list-inline a.active {
  font-weight: 700;
}

@media (max-width: 1500px) {
  .list-group > a {
    padding: 20px;
  }
  .list-group > a:before {
    right: 5px;
  }
  .list-group > a span {
    font-size: 17px;
  }
  .list-schedule > li {
    padding: 10px 10px 10px 60px;
  }
  .list-advantage .item {
    padding: 20px;
  }
}

@media (max-width: 1300px) {
  .list-chip li .title {
    font-size: 20px;
  }
  .list-schedule > li .time:after {
    right: 15%;
  }
  .list-rated .rating > label:before {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .aside-filter.-inline .list-inline li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 767px) {
  .list-location {
    margin-bottom: 20px;
  }
  .list-chip {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-chip li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .list-chip li:nth-child(2n) {
    border-right: none;
  }
  .list-chip li:nth-last-child(3), .list-chip li:nth-last-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 700px) {
  .aside-filter.-inline .list-inline li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .list-advantage.d-flex .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 15px 0;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .list-chip li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .list-group > a {
    display: block;
  }
  .list-group > a:before {
    display: none;
  }
  .list-group > a span {
    display: block;
    text-align: center;
  }
  .list-group > a span.price {
    text-align: center;
  }
  .list-schedule li {
    padding: 10px 10px 10px 25px;
  }
  .list-schedule li .time {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .list-schedule li .time:after {
    right: 20px;
  }
}

.slider-classes-for {
  padding: 40px 60px;
}

.slider-classes-for .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-classes-for .item .img-wrap {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: block;
}

.slider-classes-for .item .slider-content {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.slider-classes-for .item .slider-content ._header a {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}

.slider-classes-for .slider-content {
  padding-left: 60px;
}

.slider-classes-nav {
  padding: 0 45px;
}

.slider-classes-nav .item {
  margin: 0 15px;
}

.slider-classes-nav .item h4 {
  font-size: 20px;
  text-transform: capitalize;
}

.slider-classes-nav .img-wrap {
  margin-bottom: 10px;
}

.slider-content ._header {
  padding-bottom: 20px;
}

.slider-content ._header a {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}

.slider-content ._header h4 {
  font-size: 28px;
  color: #000;
  margin: 0;
}

.slider-content ._header .subtitle {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.slider-content ._body {
  font-size: 16px;
}

.slider-coaches {
  padding: 0 60px;
}

.slider-coaches .item {
  color: #fff;
}

.slider-coaches .item .img-wrap {
  -webkit-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
}

.slider-coaches .item .img-wrap img {
  max-width: none;
  max-height: 100%;
  width: auto;
  max-width: 240px;
}

.slider-coaches .item .slider-item-content {
  -webkit-flex-basis: 64%;
  -ms-flex-preferred-size: 64%;
  flex-basis: 64%;
  padding-left: 30px;
  padding-right: 50px;
}

.slider-coaches .item .slider-item-content ._header {
  padding-bottom: 20px;
}

.slider-coaches .item .slider-item-content ._header .position {
  font-weight: bold;
  font-size: 20px;
}

.slider-coaches .h2 {
  color: #f1f1f1;
  margin: 0;
  display: block;
  text-transform: uppercase;
}

.slider-coaches .list-social {
  padding-left: 20px;
}

.slider-coaches .list-social a {
  color: #fff;
}

.slider-coaches .list-social a:hover {
  color: #f7035b;
}

.slider-coaches .slick-prev:before,
.slider-coaches .slick-next:before {
  color: #fff;
}

.slider-coaches.-home02 .h2 {
  color: #fff;
}

.slider-coaches.-home02 .item .slider-item-content {
  padding: 0;
}

.slider-coaches.-home02 .item .slider-item-content ._header {
  padding: 0 0 7px;
}

.slider-coaches.-home02 .img-wrap img {
  height: 390px;
  width: auto;
  margin: 0 auto;
}

.slider-price {
  padding: 0 7%;
}

.slider-price .item {
  padding: 0 20px;
}

.slider-price .slick-prev {
  left: 30px;
}

.slider-price .slick-next {
  right: 30px;
}

.testimonials .item,
.slider-testimonials .item {
  margin: 0 75px;
}

.testimonials .title,
.slider-testimonials .title {
  color: #f7035b;
}

.testimonials .author-wrapper,
.slider-testimonials .author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials .author,
.slider-testimonials .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials .author .name,
.slider-testimonials .author .name {
  font-size: 24px;
  font-weight: 900;
}

.testimonials .author-img,
.slider-testimonials .author-img {
  overflow: hidden;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 12px;
}

.testimonials .author-img img,
.slider-testimonials .author-img img {
  height: 100%;
  max-width: none;
}

.testimonials .slick-prev:before,
.testimonials .slick-next:before,
.slider-testimonials .slick-prev:before,
.slider-testimonials .slick-next:before {
  color: #fff;
}

.testimonials .social a,
.slider-testimonials .social a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin: 0 10px;
  padding: 10px;
}

.testimonials .social a:hover,
.slider-testimonials .social a:hover {
  color: #f7035b;
}

.testimonials.-double,
.slider-testimonials.-double {
  padding: 0 30px;
}

.testimonials.-double .item,
.slider-testimonials.-double .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 40px 60px;
}

.testimonials.-double .author-img,
.slider-testimonials.-double .author-img {
  -webkit-flex-basis: 65px;
  -ms-flex-preferred-size: 65px;
  flex-basis: 65px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonials.-double .name,
.slider-testimonials.-double .name {
  font-size: 23px;
  font-weight: 900;
}

.testimonials.-double .description,
.slider-testimonials.-double .description {
  padding-left: 30px;
}

.testimonials.-double .info,
.slider-testimonials.-double .info {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.testimonials.-double .info:before,
.slider-testimonials.-double .info:before {
  content: '“';
  display: inline-block;
  padding-right: 10px;
}

.testimonials.-double .info:after,
.slider-testimonials.-double .info:after {
  content: '”';
  display: inline-block;
  padding-left: 10px;
}

.testimonials.-double .social,
.slider-testimonials.-double .social {
  padding-left: 20px;
}

.testimonials.-double .social .fa,
.slider-testimonials.-double .social .fa {
  margin: 0;
}

.stories-home01,
.slider-stories-home01 {
  padding: 0 10%;
}

.stories .item,
.slider-stories .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stories .slick-prev:before,
.stories .slick-next:before,
.slider-stories .slick-prev:before,
.slider-stories .slick-next:before {
  color: #fff;
}

.stories .img-wrap,
.slider-stories .img-wrap {
  overflow: hidden;
  height: 196px;
  width: 196px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.stories .author,
.slider-stories .author {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
}

.stories .social a,
.slider-stories .social a {
  margin: 0 10px;
  font-size: 18px;
}

.stories .social a:hover, .stories .social a:focus, .stories .social a:focus:active,
.slider-stories .social a:hover,
.slider-stories .social a:focus,
.slider-stories .social a:focus:active {
  color: #fff;
}

.stories .item-aside,
.slider-stories .item-aside {
  text-align: center;
  padding: 0 30px;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.stories .item-content,
.slider-stories .item-content {
  padding: 0 30px;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.stories .title,
.slider-stories .title {
  margin-bottom: 15px;
}

.stories .description,
.slider-stories .description {
  font-size: 18px;
  padding-bottom: 20px;
}

.stories .description p:last-child,
.slider-stories .description p:last-child {
  margin-bottom: 0;
}

.stories .block-zoom-wrapper,
.slider-stories .block-zoom-wrapper {
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.stories.slider-stories-home02,
.slider-stories.slider-stories-home02 {
  padding: 0 45px;
}

.stories.slider-stories-home02 .img-wrap,
.slider-stories.slider-stories-home02 .img-wrap {
  width: 135px;
  height: 135px;
  margin: 0 auto;
}

.stories.slider-stories-home02 .slick-slide,
.slider-stories.slider-stories-home02 .slick-slide {
  margin: 0 30px;
}

.stories.slider-stories-home02 .item-aside,
.slider-stories.slider-stories-home02 .item-aside {
  padding-left: 0;
  padding-right: 20px;
}

.stories.slider-stories-home02 .item-content,
.slider-stories.slider-stories-home02 .item-content {
  padding-right: 0;
  padding-left: 20px;
}

.stories.slider-stories-home02 .slick-prev:before,
.stories.slider-stories-home02 .slick-next:before,
.slider-stories.slider-stories-home02 .slick-prev:before,
.slider-stories.slider-stories-home02 .slick-next:before {
  color: #000;
}

.slider-quotes.-nav .item {
  margin: 0 15px;
}

.slider-quotes.-for {
  padding: 0 60px;
}

.slider-quotes.-for .slick-prev:before,
.slider-quotes.-for .slick-next:before {
  color: #fff;
}

.slider-quotes .item .img-wrap {
  overflow: hidden;
  width: 146px;
  height: 146px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #4dbae7;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.slider-quotes .item .name {
  display: block;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.slider-quotes .item .social {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.slider-quotes .item .social a {
  color: #fff;
  margin: 0 7px;
}

.slider-quotes .item.slick-current .img-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slider-quotes .item.slick-current .name,
.slider-quotes .item.slick-current .social {
  opacity: 1;
  visibility: visible;
}

.slider-quotes .quote {
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 15px 0 0;
  padding: 25px;
}

.slider-quotes .quote:before, .slider-quotes .quote:after {
  content: "\f10d";
  font: normal normal normal 20px/1 FontAwesome;
  color: #4dbae7;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-quotes .quote:before {
  content: "\f10e";
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.slider-coaches-home04 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
  color: #fff;
  padding: 20px 250px;
  margin: 60px 0;
}

.slider-coaches-home04 .slider-content {
  padding-left: 60px;
}

.slider-coaches-home04 .img-wrap {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -60px 0;
  position: relative;
}

.slider-coaches-home04 .slick-prev,
.slider-coaches-home04 .slick-next {
  z-index: 1;
  left: 120px;
}

.slider-coaches-home04 .slick-prev:before,
.slider-coaches-home04 .slick-next:before {
  color: #fff;
}

.slider-coaches-home04 .slick-next {
  left: auto;
  right: 120px;
}

.slider-coaches-home04 .social a {
  color: #f5d02c;
  margin: 0 15px 0 0;
}

.slider-stories-home04 {
  padding: 0 75px;
}

.slider-stories-home04 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-stories-home04 .item-half {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.slider-stories-home04 .img-wrap {
  width: 155px;
  height: 155px;
}

.slider-stories-home04 .info {
  padding-left: 30px;
}

.slider-stories-home04 .author {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  color: #f5d02c;
  font-size: 28px;
  margin: 0;
}

.slider-stories-home04 .quote {
  position: relative;
  margin: 0;
  padding: 20px 10px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  font-size: 17px;
  text-transform: uppercase;
}

.slider-stories-home04 .quote:before, .slider-stories-home04 .quote:after {
  display: inline-block;
  color: #f5d02c;
}

.slider-stories-home04 .quote:before {
  content: '“';
  padding-right: 10px;
}

.slider-stories-home04 .quote:after {
  content: '”';
  padding-left: 10px;
}

.slider-stories-home04 .social a {
  color: #f5d02c;
  margin-right: 10px;
}

.slider-stories-home04 .description {
  padding: 30px 0;
}

.slider-stories-home04 .description p:last-child {
  margin-bottom: 0;
}

.slider-stories-home04 .img {
  height: 175px;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-stories-home04 .img.-wide {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.slider-classes-home03 {
  padding: 0 45px;
}

.slider-classes-home03 .slick-track {
  padding-bottom: 20px;
}

.slider-classes-home03 .item.item.item {
  padding: 30px 10px;
  margin: 0 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider-classes-home03 .item.item.item:hover {
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
}

.slider-classes-home03 .img-wrap {
  display: block;
  width: 100%;
  height: 285px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.slider-classes-home03 .slider-content ._header {
  padding-bottom: 10px;
}

.slider-classes-home03 .slider-content ._header h4 {
  font-size: 22px;
  color: #000;
  text-transform: none;
}

.slider-classes-home03 .slider-content ._header .subtitle {
  font-size: 18px;
}

.slider-classes-home03 .slider-content ._body {
  height: 65px;
  overflow: hidden;
  margin-bottom: 20px;
}

.slider-classes-home03 .slider-content ._body p:last-child {
  margin: 0;
}

.slider-classes-home03 .slider-content ._body p {
  line-height: 1.9;
}

.slider-classes-home03 .slider-content ._footer a {
  color: #000;
  font-weight: 700;
}

.slider-classes-home03 .slider-content ._footer a:hover {
  text-decoration: none;
}

.slider-classes-home03 .slider-content ._footer a .fa {
  margin-left: 7px;
}

.slider-classes-home03.margin-item-0 {
  padding: 0 0 30px;
}

.slider-classes-home03.margin-item-0 .item.item.item {
  margin: 0;
  padding: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider-classes-home03.margin-item-0 .item.item.item:hover {
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
}

.slider-classes-home03.margin-item-0 p {
  line-height: 1.9;
}

.slider-single-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-single-shop .slider-aside {
  -webkit-flex-basis: 155px;
  -ms-flex-preferred-size: 155px;
  flex-basis: 155px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
}

.slider-single-shop .slider-aside img {
  cursor: pointer;
}

.slider-single-shop .slider-content {
  max-width: calc(100% - 155px);
}

.slider-single-shop img {
  max-width: 100%;
  display: block;
  height: auto;
}

.slick-prev, .slick-next {
  width: inherit;
  height: inherit;
}

@media (max-width: 1500px) {
  .slider-coaches-home04 .item {
    padding: 20px 150px;
  }
  .slider-coaches-home04 .slider-content {
    padding-left: 30px;
  }
  .slider-classes-for .item .slider-content {
    padding-left: 30px;
  }
  .stories.slider-stories-home02, .slider-stories.slider-stories-home02, .slider-stories-home04 {
    padding: 0 25px;
  }
  .stories-home01, .slider-stories-home01, .slider-classes-home03 {
    padding: 0 30px;
  }
  .slider-coaches .item .slider-item-content {
    padding: 10px 0px 10px 25px;
  }
  .slider-price {
    padding: 0 30px;
  }
  .slider-price .slick-prev, .slider-price .slick-next {
    width: inherit;
    height: inherit;
  }
  .testimonials.-double .item, .slider-testimonials.-double .item {
    padding: 20px 30px;
  }
}

@media (max-width: 1300px) {
  .slider-coaches .item {
    display: block !important;
  }
  .slider-coaches .item .slider-item-content ._header {
    text-align: center;
  }
  .slider-stories-home04 .img.-wide {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .stories .item-aside, .slider-stories .item-aside,
  .stories .item-content, .slider-stories .item-content {
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .slider-single-shop {
    margin-bottom: 20px;
    display: block;
  }
  .slider-single-shop .slider-content {
    max-width: 100%;
  }
  .slider-stories-home04 .item {
    display: block;
  }
  .slider-stories-home04 .item-half.d-flex.flex-wrap {
    display: none !important;
  }
  .slider-coaches-home04 .item {
    display: block;
    margin: 0;
    padding: 20px 30px;
  }
  .slider-coaches-home04 .img-wrap {
    margin: 0;
    padding-bottom: 20px;
  }
  .slider-coaches-home04 .slick-next {
    right: 0;
  }
  .slider-coaches-home04 .slick-prev {
    left: 0;
  }
  .slider-coaches-home04 .slider-content {
    padding-left: 0;
  }
  .testimonials.-double .item, .slider-testimonials.-double .item {
    padding: 20px 0;
  }
  .stories .item-content, .slider-stories .item-content, .stories .item-aside, .slider-stories .item-aside {
    padding: 0 10px;
  }
  .testimonials .item, .slider-testimonials .item {
    margin: 0 50px;
  }
  .slider-price {
    padding: 0 20px;
  }
  .slider-price .item {
    padding: 0 10px;
  }
  .slider-price .slick-prev {
    left: 0;
  }
  .slider-price .slick-next {
    right: 0;
  }
  .slider-coaches .item .slider-item-content {
    padding: 10px 0;
  }
  .slider-classes-for .item {
    display: block;
  }
  .slider-classes-for .item .img-wrap {
    margin-bottom: 20px;
  }
  .slider-classes-for .item .slider-content {
    padding: 0;
  }
  .slider-classes-for {
    padding: 40px 30px;
  }
  .slider-classes-for .slick-prev, .slider-classes-for .slick-next {
    width: inherit;
    height: inherit;
  }
}

@media (max-width: 767px) {
  .stories .block-zoom-wrapper, .slider-stories .block-zoom-wrapper {
    margin: 0 auto;
  }
  .stories .item, .slider-stories .item.item {
    display: block;
  }
  .stories .item .item-aside, .slider-stories .item.item .item-aside {
    margin-bottom: 15px;
    padding-right: 0;
  }
  .stories .item .item-aside .img-wrap, .slider-stories .item.item .item-aside .img-wrap {
    margin: 0 auto 10px auto;
  }
  .stories .item .item-content, .slider-stories .item.item .item-content {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-classes-nav {
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .testimonials.-double .item, .slider-testimonials.-double .item {
    display: block;
  }
  .testimonials.-double .item .author-img, .slider-testimonials.-double .item .author-img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .testimonials.-double .item .description, .slider-testimonials.-double .item .description {
    padding-left: 0;
  }
  .stories.slider-stories-home02 .slick-slide, .slider-stories.slider-stories-home02 .slick-slide {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .slider-price .item {
    padding: 0 15px;
  }
  .slider-classes-nav {
    padding: 0 5px;
  }
  .slider-classes-for, .slider-coaches-home04 .item {
    padding: 20px 15px;
  }
  .slider-coaches.slider-coaches, .stories.slider-stories-home02, .slider-stories.slider-stories-home02, .slider-stories-home04, .testimonials.-double, .slider-testimonials.-double, .section-testimonials.-home04 .slider-stories.slider-stories-home02 {
    padding: 0 15px;
  }
  .slider-classes-home03 .item.item.item {
    margin: 0;
    padding: 30px 0;
  }
  .slider-price {
    padding: 0;
  }
  .slick-slider .slick-prev.slick-prev {
    left: -15px;
	top:100px;
  }
  .slick-slider .slick-next.slick-next {
    right: -15px;
	top:100px;
  }
  .testimonials .item, .slider-testimonials .item {
    margin: 0 15px;
    text-align: center;
  }
  .slider-stories-home04 .item-half .d-flex {
    display: block !important;
    text-align: center;
  }
  .slider-stories-home04 .item-half .d-flex .img-wrap {
    margin: 0 auto;
  }
  .slider-stories-home04 .item-half .d-flex .quote {
    max-width: 90%;
    margin: 0 auto;
  }
  .slider-stories-home04 .item-half .d-flex .info {
    padding: 0;
  }
  .slider-quotes.-for {
    padding: 0px;
  }
  .stories-home01, .slider-stories-home01, .slider-classes-home03 {
    padding: 0 15px;
  }
  .testimonials .author-wrapper, .slider-testimonials .author-wrapper {
    display: block;
    text-align: center;
  }
  .testimonials .author-wrapper .author, .slider-testimonials .author-wrapper .author {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  .slider-coaches .item .slider-item-content ._footer {
    display: block !important;
    text-align: center;
  }
  .slider-coaches .item .slider-item-content ._footer .list-social {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.timetable-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.timetable-wrap.-custom .timetable-col {
  padding: 0;
}

.timetable-wrap.-custom .timetable-cell {
  height: 115px;
  padding: 0;
  margin: 15px 0;
}

.timetable-wrap.-custom .timetable-time {
  display: inline-block;
  margin: 0 0 10px;
  font-family: "LatoSemibold", sans-serif;
  font-size: 17px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.timetable-wrap.-custom .timetable-item {
  height: auto;
  padding: 10px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  -webkit-box-shadow: 3px 0 0 #000 inset;
  box-shadow: 3px 0 0 #000 inset;
  -webkit-transition: background-color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: background-color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.timetable-wrap.-custom .timetable-item:hover {
  background-color: #f0f0f0;
}

.timetable-wrap.-custom .timetable-item:hover span {
  color: #000;
}

.timetable-wrap.-custom .timetable-item:before {
  display: none;
}

.timetable-wrap.-default .item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.timetable-wrap.-default .timetable-cell {
  height: 110px;
}

.timetable-wrap.-default .timetable-item {
  background-color: #f0f0f0;
  border-left: 4px solid #000;
  -webkit-transition: border-color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: border-color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
  padding: 12px;
}

.timetable-wrap.-default .timetable-item:hover {
  border-color: #666;
}

.timetable-wrap.-default .timetable-item:hover span {
  color: #000;
}

.timetable-wrap.-default .timetable-item .naming {
  font-size: 18px;
  font-weight: 700;
}

.timetable-wrap.-default .timetable-item .time {
  margin: 0;
  font-weight: 700;
}

.timetable-wrap.-default .timetable-item .item-footer {
  width: 100%;
  text-align: right;
}

.timetable-wrap.-default .timetable-item:before {
  display: none;
}

.timetable-wrap.-simple .timetable-item {
  background-color: #f3f3f3;
  -webkit-transition: background-color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: background-color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.timetable-wrap.-simple .timetable-item:before {
  display: none;
}

.timetable-wrap.-simple .timetable-item:hover span {
  color: #000;
}

.timetable-wrap.-simple .timetable-item .naming {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
}

.timetable-time_mob.timetable-time_mob {
  display: none;
}

.timetable-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.timetable-col.active .timetable-title {
  color: #bb03f7;
}

.timetable-col.-with-add {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
}

.timetable-col.-add {
  -webkit-flex-basis: 90px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  padding-top: 34px;
  max-width: 90px;
}

.timetable-col.-add .timetable-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timetable-cell {
  height: 160px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.timetable-title {
  padding-bottom: 15px;
  text-align: center;
}

.timetable-title h5 {
  margin: 0;
}

.timetable-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.timetable-item.hide {
  opacity: 0;
  visibility: hidden;
}

.timetable-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #f0f0f0;
  -webkit-box-shadow: 4px 0 0 #000 inset;
  box-shadow: 4px 0 0 #000 inset;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.timetable-item:hover:before {
  opacity: 0;
  visibility: hidden;
}

.timetable-item:hover span {
  color: #fff;
}

.timetable-item span {
  display: block;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.timetable-item .naming {
  font-size: 22px;
}

.timetable-item .coach {
  font-size: 18px;
}

.timetable-item .time {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.timetable-item .item-body {
  position: relative;
  z-index: 1;
}

.section-timetable {
  padding: 70px 0;
}

.section-timetable .nav a {
  color: #535353;
  font-size: 20px;
  -webkit-transition: text-shadow .2s;
  transition: text-shadow .2s;
}

.section-timetable .nav a.active {
  color: #000;
  text-shadow: 1px 0 0 #000, 0px 0 0 #000;
}

.section-timetable .nav a:hover {
  text-shadow: 1px 0 0 #000, 0px 0 0 #000;
  color: #000;
}

.section-timetable .-top,
.section-timetable .-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 255px;
}

.section-timetable .-bottom {
  height: calc(100vh - 255px);
}

.section-timetable .tabs-default.tabs-default {
  position: relative;
}

.section-timetable .tabs-default.tabs-default a {
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.16);
  box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.16);
}

.section-timetable .tabs-default.tabs-default a.active {
  background-color: #fff;
  color: #000;
  text-shadow: none;
}

.section-timetable .tabs-default.tabs-default .nav-item {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.section-timetable .tab-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.section-timetable.-home03 {
  padding-bottom: 0;
}

.section-timetable.-home03 .section-heading {
  margin-bottom: 0;
  padding: 60px 0;
}

.section-timetable.-home03 .container-fluid .row:first-child {
  margin-bottom: 30px;
}

.section-timetable.-home04 .tab-pane {
  padding: 30px 10px;
}

.section-timetable.-home03 .nav a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section-timetable.-home03 .nav a.active, .section-timetable.-home03 .nav a:hover {
  color: #fff;
  text-shadow: 1px 0 0 #fff, 0px 0 0 #fff;
}

.timetable-wrap.-inner .timetable-item .naming {
  font-size: 16px;
}

.timetable-wrap.-inner .timetable-item .time {
  font-size: 16px;
}

.timetable-wrap.-inner .timetable-item .coach {
  font-size: 16px;
}

@media (max-width: 1500px) {
  .timetable-wrap.-inner .timetable-item {
    padding: 10px 5px;
  }
  .section-timetable.-home03 .section-heading {
    margin-bottom: 0;
  }
  .timetable-col {
    padding: 0 5px;
  }
  .timetable-col .timetable-title h5 {
    font-size: 15px;
  }
  .timetable-item .naming {
    font-size: 17px;
  }
  .timetable-item .coach {
    font-size: 15px;
  }
  .section-timetable .nav a {
    padding: 10px;
  }
}

@media (max-width: 1300px) {
  .section-timetable .section-heading {
    display: block;
  }
  .section-timetable .section-heading .nav {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-timetable.-home03 .timetable-wrap {
    display: block;
  }
  .section-timetable.-home03 .timetable-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-timetable.-home03 .timetable-col .timetable-title {
    width: 100%;
  }
  .section-timetable.-home03 .timetable-col .timetable-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .timetable-wrap.-inner {
    display: block;
  }
  .timetable-wrap.-inner .timetable-item {
    padding: 10px;
  }
  .timetable-wrap.-inner .timetable-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .timetable-wrap.-inner .timetable-col .timetable-title {
    width: 100%;
  }
  .timetable-wrap.-inner .timetable-col .timetable-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 992px) {
  .timetable-col.-add {
    max-width: inherit;
  }
  .timetable-cell {
    height: inherit;
    padding: 0;
  }
  .timetable-wrap.-custom .timetable-cell {
    height: inherit;
    margin: 0;
  }
  .timetable-wrap.-custom .timetable-item {
    -webkit-transition: none;
    transition: none;
  }
  .timetable-wrap.-custom .timetable-item.hide {
    height: 0;
    padding: 0;
  }
  .timetable-wrap.-default .timetable-cell {
    height: inherit;
  }
  .timetable-wrap.-default .timetable-item {
    -webkit-transition: none;
    transition: none;
  }
  .timetable-wrap.-default .timetable-item.hide {
    display: none;
  }
  .timetable-item {
    padding: 15px 0;
    -webkit-transition: none;
    transition: none;
  }
  .timetable-item.hide {
    height: 0;
    padding: 0;
  }
  .timetable-title {
    margin-top: 10px;
  }
  .section-timetable .tabs-default.tabs-default {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-timetable.-home02 .timetable-wrap {
    padding: 0 20px;
  }
  .section-timetable .nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-timetable .nav a {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .timetable-wrap {
    display: block;
  }
  .timetable-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .timetable-col .timetable-title {
    width: 100%;
    padding-bottom: 15px;
  }
  .timetable-col .timetable-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .timetable-wrap.-simple {
    margin-top: 20px;
  }
  .timetable-wrap.-simple .timetable-col.-add {
    display: none;
  }
  .timetable-wrap.-simple .timetable-time_mob {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 1;
    font-size: 12px;
  }
  .section-timetable.-home04 .tab-pane {
    padding: 0 10px;
  }
  .section-timetable .tabs-default.tabs-default li {
    width: 50%;
  }
  .section-timetable.-home03 .timetable-col .timetable-cell {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .timetable-wrap.-inner .timetable-col .timetable-cell {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .timetable-col .timetable-cell {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 500px) {
  .section-timetable .tabs-default.tabs-default li {
    width: 100%;
  }
}

.gallery-with-gutter .-gutter-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-with-gutter .gallery-item {
  padding: 10px;
}

.gallery-with-gutter .gallery-caption {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}

.single-gallery .gallery-simple-hover .gallery-caption {
  background: #f5d02c;
}

.single-gallery .gallery-simple-hover .gallery-caption span {
  color: #000;
}

.gallery-simple-hover .gallery-caption {
  top: auto;
  bottom: -85px;
  height: 85px;
  opacity: 0;
  visibility: visible;
  background-color: #202020;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.gallery-simple-hover .gallery-caption .naming {
  color: #fff;
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
}

.gallery-simple-hover .gallery-caption .coach {
  padding: 0;
}

.gallery-simple-hover .gallery-item:hover .gallery-caption {
  bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.theme04 .single-gallery .gallery-item .img-wrap {
  padding-bottom: 150%;
}

.gallery-item {
  height: auto;
  width: 50%;
  overflow: hidden;
}

.gallery-item.halfheight .img-wrap {
  padding-bottom: 33.35%;
}

.gallery-item.-quarter {
  width: 25%;
}

.gallery-item.-quarter .img-wrap {
  padding-bottom: 100%;
}

.gallery-item.-third {
  width: 33.33%;
}

.gallery-item .img-wrap {
  position: relative;
  padding-bottom: 66.7%;
}

.gallery-item .img-wrap img {
  position: absolute;
}

.gallery-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-item:hover .gallery-caption {
  visibility: visible;
  opacity: 1;
}

.gallery-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.gallery-caption .naming {
  font-size: 24px;
  font-weight: 900;
  color: #f1f1f1;
}

.gallery-caption .coach {
  font-size: 20px;
  color: #fff;
  padding-bottom: 30px;
}

.gallery-caption .fa {
  color: #fff;
  font-size: 20px;
  margin: 0 7px;
}

.gallery-caption a {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.gallery-caption a:hover, .gallery-caption a:focus {
  outline: none;
  text-decoration: none;
  color: #ddd;
}

.section-gallery {
  padding-top: 45px;
  background-color: #f1f1f1;
}

.section-gallery.-home03 {
  background: none;
}

.section-gallery .section-heading {
  position: relative;
}

.section-gallery.-home04 {
  background-color: #202020;
  color: #fff;
}

.section-gallery.-home04 .img-wrap {
  padding-bottom: 150%;
}

.section-gallery.-home04 .nav-simple .nav a {
  color: #fff;
}

.section-gallery.-home04 .nav-simple .nav a.active {
  text-shadow: 1px 0 0 #fff, 0px 0 0 #fff;
}

@media (max-width: 1500px) {
  .section-gallery .title-link {
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .section-gallery .gallery-item.halfheight .img-wrap {
    padding-bottom: 66.7%;
  }
  .gallery-item.-quarter {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .gallery-item.-third {
    width: 50%;
  }
  .gallery-item.-quarter {
    width: 50%;
  }
  .gallery-caption .coach {
    padding-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .single-gallery.-home04 {
    margin: 15px;
  }
  .theme04 .single-gallery .gallery-item .img-wrap {
    padding-bottom: 100%;
  }
  .section-gallery.-home04 .img-wrap {
    padding-bottom: 100%;
  }
  .gallery-item, .gallery-item.-quarter, .gallery-item.-third {
    width: 100%;
  }
}

.section-blog_page {
  padding-top: 100px;
}

.blog-recommend {
  padding-top: 90px;
  padding-bottom: 100px;
}

.blog-item {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 12px 10px;
}

.blog-item.-grey {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f8f8f8;
  margin-bottom: 30px;
  padding: 20px 0 10px 0;
}

.blog-item.-grey:last-child {
  margin-bottom: 0;
}

.blog-item ._header {
  position: relative;
}

.blog-item ._header .img-wrap {
  position: relative;
  display: block;
}

.blog-item ._header .img-wrap:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: url(../images/diagonal-bg.svg) no-repeat 0 0/100% 100%;
}

.blog-item ._header .img-wrap + .date {
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-item ._header .date {
  font-size: 16px;
  display: block;
  padding: 15px 15px 0;
}

.blog-item ._body {
  padding: 15px;
}

.blog-item .title {
  position: relative;
  font-size: 23px;
  font-weight: 900;
  text-transform: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #000;
  display: block;
}

.blog-item .title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #f7035b;
}

.blog-item .relative .title {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 25px;
  margin: 0;
  color: #fff;
}

.blog-item .relative .title.-bottom {
  top: auto;
  bottom: 25px;
}

.blog-item .relative:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.blog-item p:last-child {
  margin-bottom: 0;
}

.blog-item ._footer {
  text-align: right;
  padding: 15px;
}

.blog-item ._footer a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-item ._footer a:hover {
  color: #f5d02c;
  text-decoration: none;
}

.blog-item ._footer a:hover span {
  text-decoration: none;
}

.blog-item ._footer a:hover i {
  -webkit-transition: none;
  transition: none;
}

.blog-item ._footer a .fa {
  margin-left: 10px;
  vertical-align: middle;
}

.blog-item.-inverse {
  background-color: #000;
  color: #fff;
}

.blog-item.-inverse .title {
  color: #fff;
}

.blog-item.-inverse ._footer a {
  color: #fff;
}

.blog-item.-default ._header .img-wrap:after {
  display: none;
}

.blog-item.-default ._header .img-wrap + .date {
  position: static;
}

.blog-item.-default ._body .date {
  display: block;
  padding: 0 0 15px;
}

.blog-item.-default ._body .descr {
  overflow: hidden;
  height: 72px;
}

.blog-item.-default ._footer a:hover span {
  text-decoration: none;
}

.blog-item.-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 50px;
}

.blog-item.-wide ._body {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-item.-wide .img-wrap {
  max-width: 50%;
}

.blog-item.-wide .img-wrap img {
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
}

.blog-item.-no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-title {
  font-size: 37px;
  margin-bottom: 15px;
}

.blog-header_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
  font-size: 14px;
}

.blog-header_top i {
  padding-right: 5px;
}

.blog-img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.blog-content {
  margin-bottom: 50px;
}

.blog-content p {
  font-size: 18px;
  line-height: 32px;
}

.blog-comment_title {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.blog-comment_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.blog-comment_item p {
  margin-bottom: 0;
}

.blog-comment_img {
  -webkit-flex-basis: 53px;
  -ms-flex-preferred-size: 53px;
  flex-basis: 53px;
  max-width: 53px;
  margin-right: 15px;
  min-width: 53px;
}

.blog-comment_descr {
  width: 100%;
}

.blog-comment textarea.form-control {
  height: 53px;
  max-height: 100px;
  background-color: #f1f1f1;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  color: #000;
  padding: 15px 22px;
}

.blog-comment textarea.form-control:focus {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
}

.blog-comment form {
  margin-bottom: 15px;
}

.blog-comment_name {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-blog {
  padding: 60px 0;
}

.section-blog .btn-wrapper {
  padding-top: 30px;
}

.section-blog.-home02 .section-heading {
  padding-right: 170px;
}

.section-blog.-home04 .blog-item ._footer a {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
}

@media (max-width: 1300px) {
  .section-blog.-home02 .section-heading {
    display: block !important;
    padding-right: 0;
  }
  .section-blog.-home02 .section-heading .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-blog.-home02 .section-heading .title-link {
    position: static;
    text-align: center;
    display: block;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 992px) {
  .blog-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .section-blog_page {
    padding-top: 50px;
  }
  .blog-title {
    font-size: 28px;
  }
  .blog-recommend {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .blog-item.-wide {
    display: block;
  }
  .blog-item.-wide .img-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blog-item.-wide ._body {
    padding: 0;
  }
}

.block-zoom-wrapper {
  padding-bottom: 30px;
}

.block-zoom-wrapper .caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0;
}

.block-zoom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zoom-link {
  position: relative;
  max-width: 100px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.zoom-link img {
  max-width: 100px;
  max-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.zoom-link:hover {
  z-index: 1;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  outline: 4px solid  #000;
}

@media (max-width: 500px) {
  .block-zoom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
  }
  .block-zoom a {
    max-width: 100%;
    width: 48%;
    margin: 1%;
  }
  .block-zoom a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.map-wrapper {
  height: 100%;
  width: 100%;
  background-color: #34495e;
}

.map-wrapper.-fix-size {
  height: 320px;
  margin-bottom: 30px;
}

#map {
  height: inherit;
  width: inherit;
}

#multi_map {
  height: inherit;
  width: inherit;
}

.form-control {
  border-radius: 0;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

.checkbox-custom input[type="checkbox"] {
  display: none;
}

.checkbox-custom label,
.checkbox-custom span {
  display: block;
}

.checkbox-custom span {
  position: relative;
  background-color: #f6f6f6;
  border-left: 4px solid #d1d1d1;
  font-size: 20px;
  padding: 15px 30px;
  cursor: pointer;
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  -webkit-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}

.checkbox-custom span:after {
  content: "\f00c";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.checkbox-custom input:checked + span {
  border-color: #000;
  background-color: #f5d02c;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.checkbox-custom input:checked + span:after {
  opacity: 1;
  visibility: visible;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: #f6f6f6;
}

.select-wrapper select:focus {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow .15s;
  transition: -webkit-box-shadow .15s;
  transition: box-shadow .15s;
  transition: box-shadow .15s, -webkit-box-shadow .15s;
}

.select-wrapper:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.select-wrapper.-transparent select {
  background-color: transparent;
  padding-right: 35px;
}

.select-wrapper.-transparent select:focus {
  outline: none;
}

.form-contact {
  background-color: #fff;
  padding: 60px 45px;
  color: #000;
}

.form-contact.-modal_pricing {
  padding: 0;
}

.form-contact.-bg_none {
  background: none;
  padding: 0;
}

.form-contact.-mb {
  margin-bottom: 20px;
}

.form-contact .form-control {
  background-color: #f6f6f6;
  border-color: transparent;
}

.form-contact .form-control:focus {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow .15s;
  transition: -webkit-box-shadow .15s;
  transition: box-shadow .15s;
  transition: box-shadow .15s, -webkit-box-shadow .15s;
}

.form-search {
  background-color: #f1f1f1;
}

.form-search .form-control {
  background-color: transparent;
  border-color: transparent;
}

.form-search .btn {
  background-color: transparent;
  border-color: transparent;
  padding-right: 15px;
  padding-left: 15px;
}

.tab-wrapper.-with-height {
  min-height: 300px;
}

.tab-wrapper.-default {
  background-color: #f7f7f7;
}

.tabs-default .nav-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.tabs-default .nav-link {
  background-color: #202020;
  color: #fff;
  font-size: 20px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
}

.tabs-default .nav-link.active {
  background-color: #f7f7f7;
  color: #000;
}

.tab-pane {
  padding: 30px;
}

.nav-tabs.-primary .nav-link {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  font-weight: 900;
}

.nav-tabs.-primary .nav-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -41px;
  width: 82px;
  height: 4px;
  background-color: #ddd;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  pointer-events: none;
}

.nav-tabs.-primary .nav-link.active, .nav-tabs.-primary .nav-link:hover, .nav-tabs.-primary .nav-link:focus, .nav-tabs.-primary .nav-link:focus:active {
  border-color: transparent;
  background-color: transparent;
}

.nav-tabs.-primary .nav-link.active:after, .nav-tabs.-primary .nav-link:hover:after, .nav-tabs.-primary .nav-link:focus:after, .nav-tabs.-primary .nav-link:focus:active:after {
  opacity: 1;
}

@media (max-width: 600px) {
  .tab-wrapper.-with-height.-default .nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-wrapper.-with-height.-default .list-schedule.-custom > li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .tab-wrapper.-with-height.-default .tab-pane {
    padding: 20px;
  }
}

.panel.-step {
  padding-bottom: 15px;
  height: 100%;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.panel.-step .panel-heading {
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.panel.-step .panel-heading span {
  display: inline-block;
  vertical-align: middle;
}

.panel.-step .panel-heading .num {
  width: 36px;
  height: 36px;
  margin-right: 7px;
  background-color: #dedede;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}

.panel.-step .panel-heading h4 {
  margin: 0;
}

.panel.-step .panel-body {
  padding: 45px;
}

.panel.-step .link {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}

.panel.-step .link:hover {
  text-decoration: none;
}

.panel.-step .link .fa {
  margin-left: 7px;
}

.panel.-step .total {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
}

.panel.-step .total .text {
  font-size: 21px;
}

.panel.-step .total .price {
  font-size: 27px;
}

.panel.-step .total .price i {
  font-style: normal;
  font-size: 21px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
}

@media (max-width: 1500px) {
  .theme04 .panel.-step .panel-heading .num {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .panel.-step .panel-body {
    padding: 20px;
  }
  .panel.-step h5 {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .panel.-step .panel-body {
    padding: 20px 10px;
  }
  .step-item {
    margin-bottom: 20px;
  }
  .step-item:last-child {
    margin-bottom: 0;
  }
}

.filter-range-wrapper {
  padding: 30px 0;
}

.noUi-target {
  height: 5px;
  border: none;
  background-color: #f1f1f1;
}

.noUi-connect {
  background-color: #000;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-handle {
  border-radius: 50%;
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-handle:focus {
  outline: none;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  border: none;
  left: -7px;
  top: -4px;
}

.cart-table input {
  border: none;
  background: transparent;
  max-width: 100%;
}

.cart-table_descr {
  position: relative;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  padding: 20px 0;
}

.cart-table_descr [class*="col-"] {
  position: relative;
  height: 160px;
}

.cart-table_descr [class*="col-"] > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.cart-table_title {
  border-bottom: 1px solid #c4c4c4;
  padding: 20px 0;
  font-size: 20px;
}

.cart-table .-center {
  text-align: center;
}

.cart-product {
  text-align: left;
  display: inline-block;
  padding-left: 5%;
  text-align: center;
}

.cart-product_title {
  font-weight: 700;
  margin-bottom: 5px;
}

.cart-product_subtitle {
  font-size: 18px;
  color: #7f7f7f;
}

.cart-price {
  color: #010101;
  font-weight: bold;
}

.cart-price.-strong {
  font-weight: bold;
  color: #000;
}

.cart-close {
  color: #000;
}

.cart-close:hover {
  color: #0275d8;
}

.cart-checkout {
  text-align: left;
  display: inline-block;
}

.cart-checkout_wrapper {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 50px;
}

.cart-total {
  margin-top: 60px;
}

.cart-total_title {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
}

.cart-total_price {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.cart-img {
  max-width: 140px;
  max-height: 160px;
  display: inline-block;
  padding: 0 20px;
  margin: 0 auto;
}

.cart-img img {
  max-width: 140px;
  width: 100%;
}

.cart-products.cart-products.cart-products.cart-products {
  padding-left: 5px;
  font-size: 18px;
  vertical-align: inherit;
}

.cart-fixed {
  text-align: center;
}

.cart-fixed:hover i {
  color: #0275d8;
}

.cart-fixed:hover span {
  color: #0275d8;
}

.cart-fixed i {
  color: #fff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .cart-table_title {
    display: none;
  }
  .cart-table_descr {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  }
  .cart-table_descr [class*="col-"] {
    height: auto;
    text-align: center;
  }
  .cart-table_descr [class*="col-"] > div {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .cart-table .-center {
    text-align: left;
  }
  .cart-table .cart-product_title-box .cart-product {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .cart-table .cart-product_price {
    text-align: center;
    margin-top: 5px;
  }
  .cart-table .cart-product_quantity {
    position: absolute;
    left: 0px;
    bottom: 10px;
  }
  .cart-table .cart-product_total-price {
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 10px;
  }
  .cart-table .cat-product_del {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
  }
  .cart-table .cat-product_del i {
    font-size: 20px;
  }
  .cart-checkout a {
    margin: 5px 0;
  }
  .cart-product_title {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .cart-product_subtitle {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .cart-product_title-box.cart-product_title-box {
    text-align: center;
    margin-top: 10px;
  }
}

.-mgrt10 {
  margin-right: 10px;
}

.resp-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.-full-height {
  width: 100%;
  height: 100%;
}

.-full-height main {
  min-height: calc(100% - 57px);
}

.-mg_bot50 {
  margin-bottom: 50px;
}

.-pd_bot20 {
  padding-bottom: 20px;
}

.-bg_grey {
  background: #f1f1f1;
}

.-mg0.-mg0 {
  margin: 0;
}

.-height100 {
  height: 100%;
}

main.main.-pt_toplg {
  padding-top: 120px;
}

.-pd_top0.-pd_top0 {
  padding-top: 0;
}

.-flex_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.-mg_top30 {
  margin-top: 30px;
}

.-black.-black.-black.-black {
  color: #000;
}

.checkout {
  padding-top: 30px;
  font-family: "Lato", sans-serif;
}

.checkout-title {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 35px;
  font-size: 22px;
}

.checkout-form .row {
  margin: 0 -15px;
  margin-bottom: 15px;
}

.checkout-form .col-md-6 {
  padding: 0px 20px;
}

.checkout-form label {
  font-size: 18px;
  color: #383838;
  margin-bottom: 10px;
}

.checkout-form .form-group {
  margin-bottom: 20px;
}

.checkout-form .form-control {
  background-color: #f1f1f1;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #000;
  height: 50px;
  padding: 15px 22px;
}

.checkout-form .form-control:focus {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
}

.checkout-form textarea {
  min-height: 140px;
  resize: none;
  max-width: 100%;
  width: 100%;
}

.checkout-submit:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: red;
}

.checkout-table {
  width: 100%;
}

.checkout-table thead {
  border-bottom: 1px solid #c4c4c4;
}

.checkout-table th, .checkout-table td {
  vertical-align: middle;
  padding: 20px 10px;
  padding-left: 0;
}

.checkout-table th.text-center, .checkout-table td.text-center {
  text-align: right;
}

.checkout-table th {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}

.checkout-table tbody tr {
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
}

.checkout-table_product-title {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.checkout-table_product-subtitle {
  font-size: 17px;
  color: #7f7f7f;
  display: block;
}

.checkout-table_price {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
}

.checkout-total {
  margin-top: 30px;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkout-total_title {
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.checkout-total_price {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .section-checkout.section-checkout {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 600px) {
  .checkout-title {
    font-size: 20px;
  }
  .checkout-table th, .checkout-table td {
    padding: 20px 5px;
  }
  .checkout-table th {
    font-size: 16px;
  }
  .checkout-table_product-title {
    font-size: 15px;
  }
  .checkout-table_product-subtitle {
    font-size: 15px;
    color: #010101;
    display: block;
  }
  .checkout-table_price {
    font-size: 15px;
  }
}

.section-coaches_inner {
  padding-top: 50px;
}

.section-coaches_inner h2 {
  margin-bottom: 50px;
}

.section-coaches.-home04 .slider-content ._header a {
  color: #fff;
}

.coach-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.coach-img_wrapper {
  position: relative;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.coach-content {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding-left: 30px;
  position: relative;
  padding-bottom: 50px;
}

.coach-content_bot {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  font-size: 16px;
  color: #000;
}

.coach-content_bot .list-social {
  float: left;
}

.coach-content_bot .list-social a {
  color: #000;
  font-size: 16px;
}

.coach-content_bot .link-view {
  float: right;
}

.coach-title {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  margin-bottom: 5px;
}

.coach-title:hover {
  color: #000;
}

.coach-subtitle {
  font-weight: 20px;
  color: #676767;
  margin-bottom: 15px;
  display: block;
}

.coach-descr {
  margin: 0;
}

.-pd_item_inner {
  margin: 0 -30px;
}

.-pd_item_inner .classes-single-item {
  padding: 30px;
}

.classes-single-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 15px;
  position: relative;
}

.classes-single-item.-single {
  -webkit-box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
  display: block;
  padding: 40px;
  margin: 0;
}

.classes-single-item.-single .img-wrap {
  max-width: 40%;
  float: left;
  margin-right: 25px;
}

.classes-single-item.-single .item-description {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.classes-single-item.-single .btn.btn-link {
  padding: 0;
}

.classes-single-item.-dark {
  margin: 30px 0;
  background: #202020;
}

.classes-single-item.-dark .img-wrap {
  top: 0;
  bottom: 0;
}

.classes-single-item.-classes {
  margin: 30px 0;
  -webkit-box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.27);
  box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.27);
  padding: 0;
}

.classes-single-item.-classes .title {
  font-weight: 700;
  font-size: 1.5rem;
}

.classes-single-item.-classes .img-wrap {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.classes-single-item.-classes .item-description {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 40px;
}

.classes-single-item.-classes ._body {
  margin-bottom: 10px;
}

.classes-single-item .img-wrap {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.classes-single-item .item-description {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin-left: auto;
  padding: 40px;
  -webkit-box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.27);
  box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.27);
}

.classes-single-item p:last-child {
  margin-bottom: 0;
}

.classes-single-item .subtitle {
  font-size: 20px;
  font-weight: 700;
}

.classes-single-item .title {
  font-size: 1.5rem;
  display: block;
  font-weight: 700;
}

.classes-single-item ._header {
  padding-bottom: 20px;
}

.classes-single-item .header-soc {
  padding-left: 10px;
}

.classes-single-item ._header_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.classes-single-item.-r .img-wrap {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.classes-single-item.-r .item-description {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: inherit;
}

.section-coaches {
  padding-top: 60px;
  background: url(../images/section-coaches-img-01.jpg) no-repeat center top/cover;
}

.section-coaches .nav a {
  color: #fff;
  -webkit-transition: text-shadow .2s;
  transition: text-shadow .2s;
  font-size: 20px;
}

.section-coaches .nav a.active {
  text-shadow: 1px 0 0 #fff, 0px 0 0 #fff;
}

.section-coaches h2 {
  color: #fff;
}

.section-coaches.-home02 {
  padding-bottom: 60px;
}

.section-coaches.-home03 {
  background: transparent;
  padding-bottom: 60px;
}

.section-coaches.-home03 h2 {
  color: #000;
}

@media (max-width: 1500px) {
  .slider-coaches .slick-prev, .slider-coaches .slick-next {
    width: inherit;
    height: inherit;
  }
  .section-coaches .nav a {
    padding: 10px;
  }
  .slider-coaches {
    padding: 0 30px;
  }
  .section-coaches.-home01 .item .img-wrap img {
    max-width: 175px;
  }
}

@media (max-width: 1300px) {
  .section-coaches-single .slider-coaches .item:before {
    display: none;
  }
  .classes-single-item.-classes .item-description {
    padding: 40px;
  }
  .classes-single-item .item-description {
    padding: 50px;
  }
}

@media (max-width: 992px) {
  .classes-single-item.-single {
    padding: 0;
    margin: 0;
  }
  .classes-single-item.-single .item-description {
    padding: 0 20px 20px 20px;
  }
  .classes-single-item.-single .img-wrap {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .coach-img_wrapper {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .coach-img_wrapper .resp-img {
    background-position: center top;
  }
  .coach-item {
    display: block;
  }
  .coach-content {
    padding-bottom: 35px;
    padding-left: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .coach-content_bot {
    left: 0;
  }
  .classes-single-item {
    padding: 30px 8px;
    display: block;
  }
  .classes-single-item .img-wrap {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
  }
  .classes-single-item .item-description {
    padding: 30px;
  }
  .classes-single-item.-r .img-wrap {
    right: inherit;
  }
  .classes-single-item .resp-img {
    background-position: center top;
  }
  .classes-single-item.-classes {
    display: block;
  }
  .classes-single-item.-classes .btn {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .coach-img_wrapper {
    max-height: inherit;
    overflow: inherit;
  }
  .classes-single-item.-single ._header_box, .classes-single-item.-single .header-soc {
    display: block !important;
    padding-left: 0;
  }
  .classes-single-item.-single .header-soc {
    margin-top: 15px;
  }
  .classes-single-item.-single .social {
    display: inline-block;
  }
  .classes-single-item .item-description {
    padding: 30px 20px;
  }
  .section-coaches-single .slider-coaches .item.-half {
    width: 100%;
  }
  .slider-coaches .list-social {
    margin: 10px 0;
  }
}

@media (max-width: 500px) {
  .classes-single-item.-classes .item-description {
    padding: 30px 20px;
  }
  .classes-single-item .subtitle {
    font-size: 18px;
  }
}

.footer {
  padding: 15px 0;
}

.footer.dark {
  background-color: #000;
  color: #fff;
}

.footer.beige {
  background-color: #f1f1f1;
  color: #000;
}

.copyright {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.section-404 {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page_404-block {
  position: absolute;
  color: #fff;
  padding-bottom: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 0;
  font-family: 'Lato';
  font-weight: 900;
}

.page_404-title {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page_404-descr {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 900;
}

.-page_404 {
  height: calc(100% - 80px);
}

@media (max-width: 992px) {
  .page_404-title {
    font-size: 80px;
    line-height: 100px;
  }
  .page_404-descr {
    font-size: 25px;
  }
}

@media screen and (max-width: 400px) {
  .page_404-title {
    font-size: 50px;
    line-height: 70px;
  }
  .page_404-descr {
    font-size: 22px;
  }
}

.aside-title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.main.-inner {
  padding-top: 50px;
}

.main.-inner h2 {
  margin-bottom: 20px;
}

@media (max-width: 1500px) {
  h1 {
    font-size: 65px;
  }
  h5.lined {
    font-size: 16px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.2rem;
  }
}

.header {
  min-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
  background: #fff;
}

.header .navbar {
  background-color: #fff;
}

.header-search {
  position: absolute;
  min-width: 250px;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-search.-show {
  bottom: -52px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-search input[type="search"] {
  padding-right: 85px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
  background-color: #f1f1f1;
  border: 0;
  padding: 10px 15px;
  border: 4px solid #fff;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.header-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3);
}

.header-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
}

.header-search :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.3);
}

.header-search :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
}

.header .navbar-search {
  position: relative;
}

.header .navbar-brand {
  min-width: 70px;
}

.header .btn-search {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  cursor: pointer;
  border: 0;
  font-weight: 700;
  min-width: 80px;
}

.header.fixed-left {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 125px;
  height: 100%;
}

.header.fixed-left .navbar {
  display: block;
  text-align: center;
  padding: 0;
}

.header.fixed-left .navbar-nav {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: calc(100vh - 100px);
}

.header.fixed-left .navbar-nav .nav-link {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 15px 5px;
  font-size: 15px;
}

.header.fixed-left .navbar-nav .nav-link.active, .header.fixed-left .navbar-nav .nav-link:hover {
  -webkit-box-shadow: -4px 0 0 #000 inset;
  box-shadow: -4px 0 0 #000 inset;
}

.header.fixed-left .navbar-brand {
  display: block;
  margin: 0;
  padding: 15px 0;
}

.header.fixed-left .search-link {
  position: absolute;
  top: 15px;
  right: 30px;
}

.header.dark {
  background-color: #202020;
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}

.header.dark .navbar {
  background-color: #202020;
}

.header.dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.header.dark .search-link .fa,
.header.dark .navbar-toggleable-md .navbar-nav .nav-link {
  color: #fff;
}

.header.beige {
  background-color: #f5f5f5;
}

.heading-wrapper .subheading {
  font-size: 22px;
  color: #fff;
}

.drawer-btn {
  display: none;
}

.drawer-btn .drawer-hamburger.drawer-hamburger {
  background: #fff;
  padding: 10px;
  color: #000;
  left: 15px;
  top: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.drawer-btn .drawer-hamburger.drawer-hamburger:hover {
  background: #fff;
}

.drawer-btn i {
  font-size: 18px;
  line-height: 24px;
}

.navbar-toggleable-md {
  padding: 0 45px;
}

.navbar-toggleable-md .navbar-nav .nav-link {
  font-weight: 900;
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  padding: 27.5px 20px;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.navbar-toggleable-md .navbar-nav .nav-link.active, .navbar-toggleable-md .navbar-nav .nav-link:hover {
  -webkit-box-shadow: 0 -4px 0 #000 inset;
  box-shadow: 0 -4px 0 #000 inset;
}

.navbar-toggler {
  border-color: #666;
  color: #666;
}

.theme-02 .navbar-nav .nav-link.active, .theme-02 .navbar-nav .nav-link:hover {
  -webkit-box-shadow: 0 -4px 0 #f7035b inset;
  box-shadow: 0 -4px 0 #f7035b inset;
}

.search-link .fa {
  color: #000;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.search-link .fa:hover {
  text-decoration: none;
  color: #f7035b;
}

.header.-grey {
  background-color: #f5f5f5;
}

.header.-grey .navbar {
  background-color: #f5f5f5;
}

@media (max-width: 1500px) {
  .navbar-toggleable-md {
    padding: 0 15px;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    font-size: 15px;
    padding: 29px 15px;
  }
  .header.fixed-left .navbar-nav .nav-link {
    padding: 10px 5px;
  }
}

@media (max-width: 1300px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    font-size: 14px;
    padding: 29px 7px;
  }
}

@media (max-width: 992px) {
  .header.dark .navbar-collapse {
    margin-top: 70px;
  }
  .navbar-search {
    margin-bottom: 10px;
  }
  .navbar-search li {
    display: none;
  }
  .header-search {
    display: block;
    position: static;
    z-index: 2;
  }
  .drawer-btn {
    display: block;
  }
  .header.fixed-left .navbar-nav .nav-link {
    padding: 20px 5px;
  }
  .header {
    max-height: 100%;
    overflow-y: auto;
  }
  .header .navbar-brand {
    margin-right: 0;
  }
  .header .navbar-toggler {
    margin: 17px 0;
    cursor: pointer;
    padding: 10px 12px;
  }
  .header.fixed-left {
    left: -125px;
    z-index: 999;
  }
  .header.fixed-left .navbar-nav {
    height: inherit;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
  }
  .navbar-toggleable-md .navbar-nav .nav-link.active {
    background: #f7035b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-toggleable-md .navbar-nav .nav-link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #f7035b;
  }
}

.shop-result.shop-result {
  font-weight: 400;
  font-family: 'Lato';
  text-transform: inherit;
}

.shop-list_items .col-md-6 {
  padding-bottom: 30px;
}

.shop-panel {
  padding: 0px 15px 40px 15px;
}

.shop-info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 45px;
}

.shop-info-title .subheading {
  color: #7f7f7f;
  margin: 0;
}

.shop-info-title label {
  margin-bottom: 0;
}

.section-shop.-home04 .link {
  color: #000;
}

.shop-info-content .old-price {
  display: inline-block;
  color: #c4c4c4;
  font-weight: 900;
  font-size: 28px;
  text-decoration: line-through;
}

.shop-info-content .new-price {
  display: inline-block;
  color: #000;
  font-weight: 900;
  font-size: 36px;
}

.shop-info-content .description {
  padding: 15px 0;
}

.shop-info-content .description p {
  line-height: 1.8;
}

.shop-info-content .description p:last-child {
  margin-bottom: 0;
}

.section-cart-single {
  padding: 50px 0;
}

.section-shop {
  padding: 60px 0;
}

.section-shop.-home02 {
  background: #f0f0f0;
}

.section-shop.-home02.-inner {
  background: transparent;
}

.section-shop.-home02 .section-heading {
  padding-right: 0;
}

.section-shop .section-heading {
  position: relative;
  padding: 0 170px 0 0;
  margin-bottom: 30px;
}

.section-shop.-home02 .section-heading {
  padding-right: 170px;
}

.section-shop-single {
  padding: 50px 0;
}

.section-shop-single .nav-tabs {
  padding-top: 40px;
}

.section-shop-single .tab-content {
  padding-bottom: 40px;
}

.section-shop-single .card {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  .section-shop.-home02 .section-heading {
    padding-right: 0;
  }
  .section-shop .section-heading {
    display: block !important;
    padding-right: 0;
  }
  .section-shop .section-heading .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-shop .section-heading .title-link {
    position: static;
    text-align: center;
    display: block;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 992px) {
  .nav-tabs.-primary .nav-link {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .nav.nav-tabs.-primary {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-tabs.-primary .nav-item {
    width: 100%;
  }
  .section-shop-single .tab-pane {
    padding: 20px 0;
  }
}

@media (max-width: 500px) {
  .shop-panel > div {
    display: block !important;
  }
  .shop-panel .select-wrapper {
    display: inline-block;
  }
  .shop-result.shop-result {
    width: 100%;
    margin-bottom: 15px;
  }
}

.comment-item {
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comment-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.comment-rating_box {
  float: left;
  max-width: 200px;
  width: 100%;
  margin-right: 25px;
}

.comment-content_box {
  overflow: hidden;
}

.comment-rating {
  display: inline-block;
}

.comment-rating_title {
  display: inline-block;
  margin-right: 10px;
}

.comment-rating i {
  font-size: 15px;
}

.comment-detail {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.comment-descr {
  margin-bottom: 20px;
}

.comment-author {
  margin-bottom: 5px;
}

.comment-form {
  max-width: 80%;
  padding: 30px 0;
  margin: 0 auto;
}

.comment-form_title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
}

.comment-form label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.comment-form .form-control {
  background-color: #f1f1f1;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Lato";
  font-size: 18px;
  color: #000;
  height: 50px;
  margin-left: 25px;
  padding: 15px 22px;
}

.comment-form .form-control:focus {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
}

.comment-form_rating {
  margin-left: 25px;
  padding: 5px 0;
  font-size: 18px;
}

.comment-form_rating label:before {
  margin-top: 0;
}

.comment-form textarea {
  min-height: 140px;
  resize: none;
  max-width: 100%;
  width: 100%;
}

.comment-form input[type="submit"] {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .comment-rating_box {
    float: none;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .comment-form {
    max-width: 100%;
  }
  .comment-form .form-control {
    margin-left: 0px;
  }
  .comment-form input[type="submit"] {
    margin-left: 0;
  }
  .comment-form_rating {
    margin-left: 0;
  }
}

.additional-list {
  list-style-type: disc;
  list-style-position: inside;
}

.section-top.-home01.-home01 {
  padding-top: 0;
}

.section-top.-home01.-home01 .row {
  height: calc(100vh - 80px);
}

.section-top.-home01.-home01 .subheading {
  margin-bottom: 60px;
}

.section-top.-home01.-home01 .heading-wrapper {
  padding-bottom: 70px;
}

.section-top.-home-02.-home-02 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 0;
}

.section-top.-home-02.-home-02 .full-height {
  position: relative;

  height: calc(100vh - 80px);
}

.section-top.-home-02.-home-02 .short-info {
  position: absolute;
  top: 50%;
  right: 8.3333%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 200px;
}

.section-top.-home-02.-home-02 .short-info .img-wrap {
  max-width: 200px;
  width: 100%;
}

.section-top.-home-02.-home-02 .short-info .img-wrap img {
  max-width: 200px;
  width: 100%;
}

.section-top.-home-02.-home-02 .short-info a {
  color: #fff;
  display: block;
}

.section-top.-home-03 {
  background: url(../images/section-top-bg-03.jpg) no-repeat center top/cover;
}

.section-top.-home04 {
  padding-top: 80px;
}

.section-top.-home04 ._content {
  margin: 30px 30px 180px;
  background-color: #f5d02c;
  -webkit-box-shadow: -12px 1px 15px rgba(0, 0, 0, 0.24), -17px 2px 50px rgba(0, 0, 0, 0.19);
  box-shadow: -12px 1px 15px rgba(0, 0, 0, 0.24), -17px 2px 50px rgba(0, 0, 0, 0.19);
}

.section-top.-home04 .heading-wrapper .subheading {
  color: #000;
}

.section-top.-home04 .tab-wrapper {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.section-top.-home04 .end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 1500px) {
  .section-top.-home01 .subheading {
    margin-bottom: 30px;
  }
  .section-top.-home-02 .short-info h3 {
    margin-bottom: 10px;
  }
  .section-top.-home-02 .short-info .item {
    padding: 6px 0;
  }
  .section-top.-home-02 .short-info .item:nth-child(3) {
    display: none;
  }
  .section-top.-home04 .tab-wrapper {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
  .section-top.-home04 ._content {
    margin: 30px 30px 80px;
  }
}

@media (max-width: 1200px) {
  .section-top.-home04 .row .col-sm-12:first-child {
    display: none;
  }
  .section-top.-home04 ._content {
    padding-top: 20px;
    margin: 30px 30px 100px;
  }
  .section-top.-home04 .tab-wrapper {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
}

@media (max-width: 992px) {
  .section-top.-home-02 .full-height {
    height: inherit;
    display: block;
    padding: 50px 0;
  }
  .section-top.-home-02 .short-info.short-info {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-top: 30px;
  }
  .section-top.-home-02 .short-info.short-info .title {
    font-size: 20px;
  }
  .section-top.-home-02 .short-info.short-info h3:before {
    display: none;
  }
  .section-top.-home-02 .short-info.short-info .item {
    padding: 10px;
    max-width: 200px;
    display: inline-block;
  }
  .section-top.-home-03 .card.-ghost {
    max-width: 350px;
    margin: 0 auto;
  }
  .section-top.-home04 ._content {
    margin: 15px 15px 50px;
    padding-bottom: 20px;
  }
  .section-top.-home04 .tab-wrapper {
    -webkit-transform: none;
    transform: none;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section-top.-home01.-home01 .row, .section-top.-home-02.-home-02 .full-height {
    height: inherit;
  }
  .section-top.-home01 .heading-wrapper {
    padding: 30px 0;
  }
  .section-top.-home01 .row {
    height: inherit;
  }
}

.section-contact {
  position: relative;
  color: #fff;
}

.section-contact.-home02 {
  background: url(../images/section-contact-bg-01.jpg) no-repeat center 0/cover;
  padding-bottom: 40px;
}

.section-contact .contact-content {
  border-top: 4px solid #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0;
}

.section-contact .half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.section-contact .half.-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: url(../images/section-testimonials-bg-01.jpg) no-repeat center 0/cover;
  padding-left: 8.333%;
  padding-right: 100px;
}

.section-contact .section-heading {
  padding: 0;
}

.section-contact .section-heading h2 {
  margin-bottom: 25px;
}

.section-contact .section-heading .subheading {
  font-size: 20px;
  margin: 0;
  padding-left: 24px;
}

.section-contact .item.-pl {
  padding-left: 24px;
}

.section-contact .item.-pb {
  padding-bottom: 30px;
}

.section-contact .item.-info {
  font-size: 20px;
}

.section-contact .item.-info p {
  margin: 0 0 7px;
}

.section-contact h3 {
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.section-contact a {
  color: #fff;
}

.section-contact .social a {
  margin: 0 10px;
  font-size: 20px;
}

.section-contact .social a:first-child {
  margin-left: 0;
}

.section-contact .social a:last-child {
  margin-right: 0;
}

.section-contact .social a:hover {
  color: #f7035b;
}

.section-contact .list-contact {
  padding-bottom: 40px;
}

.section-contact.-home03 {
  color: #000;
  padding-bottom: 50px;
}

.section-contact.-home03 a {
  color: inherit;
}

.section-contact.-home03 .list-contact {
  padding-left: 0;
}

.section-contact.-home03 .map-wrapper.-fix-size {
  height: 260px;
}

.section-contact.-home03 .-pt-indent {
  padding-top: 50px;
}

.section-contact.-home03 .form-contact {
  padding: 0;
}

.section-contact.-home04 {
  position: relative;
  height: calc(100vh - 90px);
  margin: 45px;
  background-color: #202020;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.section-contact.-home04 .fullheight {
  height: 100%;
}

.section-contact.-home04 .halfheight {
  height: 50%;
}

.section-contact.-home04 .-bordered {
  border-bottom: 4px solid #f5d02c;
}

.section-contact.-home04 .form-contact {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-contact.-home04 .item-contact {
  padding: 45px 0;
}

.block-rotate {
  width: 265px;
  height: 265px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: #fff;
  color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.block-rotate .text-rotate {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
}

.block-rotate h3 {
  margin: 0 0 10px;
}

.block-rotate p {
  font-size: 20px;
  margin: 0 0 7px;
}

.section-contact.-home03 .section-heading {
  margin-bottom: 0;
  padding: 60px 0;
}

@media (max-width: 1500px) {
  .section-contact.-home04 {
    margin: 15px;
  }
}

@media (max-width: 992px) {
  .section-contact.-home04 {
    height: inherit;
  }
  .section-contact.-home04 .form-contact {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    padding: 40px 20px;
  }
  .section-contact.-home04 .halfheight {
    height: inherit;
    padding: 50px 15px;
  }
  .section-contact.-home04 {
    margin: 0;
    margin-top: 30px;
  }
  .section-contact .contact-content {
    display: block;
    height: inherit;
  }
  .section-contact .contact-content .half {
    max-width: 100%;
  }
  .section-contact .contact-content .half.-content {
    padding: 50px 15px;
  }
  .section-contact .contact-content .half #map {
    min-height: 400px;
  }
  .block-rotate {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: inherit;
    padding: 20px 0;
  }
  .block-rotate .text-rotate {
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  .section-contact.-home03 .map-wrapper.-fix-size {
    margin: 30px 0;
  }
  .section-contact.-home02 .map-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .section-contact .section-heading .subheading, .section-contact .item.-pl {
    padding-left: 0;
  }
  .section-contact.-home04 .form-contact {
    padding: 20px 10px;
  }
}

.section-welcome.-preview {
  min-height: 450px;
}

.section-title.-preview {
  margin-bottom: 40px;
  text-align: center;
  font-size: 55px;
}

.section-title.-preview:after {
  margin: 0 auto;
  margin-top: 15px;
}

.section-preview_social {
  text-align: center;
}

.section-feature {
  padding-bottom: 50px;
}

.section-demo {
  padding: 80px 0;
}

.preview-block {
  text-align: center;
}

.preview-block a {
  margin: 5px 0;
}

.preview_welcome a {
  max-width: 200px;
  width: 100%;
  font-size: 18px;
  margin: 5px;
}

.preview_welcome-title {
  color: #fff;
  font-size: 85px;
  margin-bottom: 5px;
}

.preview_welcome-subtitle {
  color: #fff;
  font-family: 'Cabin';
  margin-bottom: 25px;
  font-size: 25px;
}

.preview-demo_filter {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}

.preview-demo_filter .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preview-demo_filter a span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  padding: 0 5px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.preview-demo_filter a:hover {
  text-shadow: 1px 0 0 #000, 0px 0 0 #000;
}

.preview-demo_filter a.active span {
  color: #0275d8;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.preview-demo_filter a.active .ico-square {
  opacity: 1;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.preview-demo_content {
  margin-top: 30px;
}

.preview-demo_item {
  max-width: 33.333%;
  padding: 15px;
  width: 100%;
}

.preview-demo_item-inner {
  background: #fff;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.preview-demo_item-inner:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.7);
}

.preview-demo_item-inner:hover .preview-demo_overlay {
  opacity: 1;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.preview-demo_item-inner:hover .preview-demo_overlay_content {
  top: 50%;
  -webkit-transition: all .35s;
  transition: all .35s;
  opacity: 1;
}

.preview-demo_img {
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
}

.preview-demo_img .resp-img {
  background-position: top center;
}

.preview-demo_top {
  position: relative;
}

.preview-demo_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.preview-demo_overlay.-theme01 {
  background: rgba(247, 3, 91, 0.7);
}

.preview-demo_overlay.-theme02 {
  background: rgba(33, 165, 232, 0.7);
}

.preview-demo_overlay.-theme03 {
  background: rgba(133, 191, 42, 0.7);
}

.preview-demo_overlay.-theme04 {
  background: rgba(245, 208, 44, 0.7);
}

.preview-demo_overlay_content {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.preview-demo_overlay_content span {
  display: inline-block;
  font-size: 15px;
}

.preview-demo_overlay_content i {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 15px;
}

.preview-demo_bot {
  text-align: center;
  padding: 30px  20px;
}

.preview-demo_bot h3 {
  font-size: 20px;
}

.preview-social_logo {
  margin-bottom: 20px;
}

.feature-list li {
  display: inline-block;
  width: 33.333%;
  float: left;
  line-height: 36px;
  position: relative;
  padding-left: 30px;
}

.feature-list li:before {
  content: "";
  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;
  color: #f7035b;
  font-size: 17px;
  position: absolute;
  left: 0;
  line-height: 36px;
}

.header.-preview .dropdown-toggle::after {
  display: none;
}

.header.-preview .dropdown:hover .dropdown-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}

.header.-preview li.dropdown:hover > a {
  color: #f7035b;
  -webkit-box-shadow: 0 -4px 0 #f7035b inset;
  box-shadow: 0 -4px 0 #f7035b inset;
}

.header.-preview li.dropdown:hover .dropdown-menu {
  display: block;
}

.header.-preview .dropdown-menu {
  margin-top: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 0px;
  padding-bottom: 0;
  min-width: 170px;
  display: block;
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.1s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.1s;
}

.header.-preview .dropdown-menu_inner {
  background: #fff;
  -webkit-box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.11);
}

.header.-preview .dropdown-menu_inner li {
  -webkit-transition: all .35s;
  transition: all .35s;
}

.header.-preview .dropdown-menu_inner li a {
  color: #000;
  display: block;
  padding: 12px  10px;
}

.header.-preview .dropdown-menu_inner li:hover {
  background: #f7035b;
}

.header.-preview .dropdown-menu_inner li:hover a {
  color: #fff;
}

.footer.-preview {
  background: #000;
  color: #fff;
}

.footer.-preview p {
  margin: 0;
}

.footer.-preview a {
  color: #f7035b;
}

.footer.-preview a:hover {
  color: #c50248;
}

.footer.-preview a:hover span {
  color: #fff;
}

.footer.-preview a:hover i {
  color: #c50248;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer.-preview a span, .footer.-preview a i {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1400px) {
  .header.-preview li > a {
    padding: 13px 20px;
  }
  .header.-preview li .dropdown-menu_inner a {
    padding: 12px  10px;
  }
  .feature-list li {
    font-size: 17px;
  }
}

@media screen and (max-width: 1200px) {
  .preview-demo_filter li {
    margin: 0;
  }
  .preview-demo_filter li a span {
    padding: 0;
  }
  .feature-list li {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .preview-demo_item-inner {
    margin-bottom: 30px;
  }
  .preview-demo_filter {
    margin-top: 20px;
  }
  .section-welcome.-preview .content {
    min-height: auto;
    padding: 0 !important;
  }
  .header.-preview .nav-item.dropdown:hover > a {
    background: #f7035b;
    color: #fff;
  }
  .header.-preview .navbar-nav {
    text-align: left;
    margin: 20px;
  }
  .header.-preview .dropdown:hover .dropdown-menu {
    visibility: inherit;
    /* shows sub-menu */
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .header.-preview li.dropdown.show > a {
    background-color: #f7035b;
    color: #fff;
  }
  .header.-preview li.dropdown:hover .dropdown-menu {
    display: none;
  }
  .header.-preview li .dropdown-menu {
    padding: 0 20px 30px 20px;
    visibility: inherit;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
    position: relative;
    z-index: 99;
  }
  .header.-preview li .dropdown-menu_inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  .header.-preview li .dropdown-menu_inner a {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section-welcome.-preview {
    height: 400px;
    min-height: inherit;
  }
  .section-title.-preview h2 {
    font-size: 35px;
  }
  .preview_welcome-title {
    font-size: 55px;
  }
  .preview_welcome-subtitle {
    font-size: 20px;
  }
  .preview-demo_item {
    max-width: 50%;
  }
  .preview-demo_filter li {
    width: 50%;
    float: left;
    margin: 10px 0;
  }
  .preview-demo_filter li a span {
    padding: 0 3px;
  }
  .preview-demo_filter li:first-child {
    width: 100%;
  }
  .feature-list li {
    max-width: 100%;
    width: 100%;
  }
  .footer.-preview {
    text-align: center !important;
  }
  .footer.-preview .text-right {
    text-align: center !important;
  }
}

@media screen and (max-width: 500px) {
  .preview-demo_item {
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .preview_welcome-title {
    font-size: 45px;
  }
  .preview_welcome-subtitle {
    font-size: 18px;
  }
}

.modal {
  z-index: 99999;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.-modal_pricing .modal-content {
  padding: 40px 30px;
  border-radius: 0;
}

.-modal_pricing .modal-dialog {
  max-width: 1300px;
  width: 100%;
  padding: 0 5px;
}

.-modal_pricing .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #090909;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal-price_title {
  margin-bottom: 20px;
}

.modal-price_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-price_col_descr {
  -webkit-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  border-right: 3px solid #0275d8;
  padding-right: 40px;
}

.modal-price_col_form {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding-left: 35px;
}

.modal-price_subtitle {
  font-weight: 700;
  margin-bottom: 5px;
}

.modal-price_price {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 5px;
}

.modal-price_descr_item {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .-modal_pricing .modal-content {
    padding: 20px 15px;
  }
  .-modal_pricing .modal-dialog {
    margin: 0;
  }
  .modal-price_container {
    display: block;
  }
  .modal-price_col_descr.modal-price_col_descr {
    border: none;
    padding: 0;
  }
  .modal-price_col_form {
    padding: 0;
    margin-top: 20px;
  }
  .modal-price_price {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .-modal_reserv .modal-content {
    padding: 15px;
  }
}

@media (max-width: 500px) {
  .modal-price_col_form .btn {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
}

/*------------------------------------------------------------------
	Global styles
-------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover, a:active, a:focus {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none !important;
}

*,
*:focus,
*:active,
*:visited,
*:hover {
  outline: none !important;
}

html {
  height: 100%;
}

.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.custom-object-fit img {
  opacity: 0;
}

/*# sourceMappingURL=all.css.map */


input, select, textarea {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    font-size: 14px;
    max-width: 100%;
    border: 1px solid #999;
    font-family: inherit;
    box-shadow: none;
    color: #888;
    padding: 20px 25px;
    width: 100%;
}