@import "https://fonts.googleapis.com/css?family=Poppins:300,300i,500,400";
@import "https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;500&amp;display=swap";

html {
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

::selection {
  background-color: #cc2027;
  color: #fff;
}

::-moz-selection {
  background-color: #cc2027;
  color: #fff;
}
::-webkit-scrollbar-track {
  background-color: #000;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #cc2027;
  border-radius: 20px;
}

body {
  background-color: #fff;
  font-family: poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  overflow: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: fira sans condensed, sans-serif;
  font-feature-settings: "lnum" 1;
  font-variant-numeric: lining-nums;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: capitalize;
  word-break: break-word;
}

h1 {
  font-size: 70px;
  margin-bottom: 0.8rem;
  margin-top: 2.5rem;
}

h2 {
  font-size: 60px;
  margin-bottom: 0.8rem;
  margin-top: 2.5rem;
}

h3 {
  font-size: 50px;
  margin-bottom: 0.8rem;
  margin-top: 2.5rem;
}

h4 {
  font-size: 40px;
  margin-bottom: 0.8rem;
  margin-top: 2.5rem;
}

h5 {
  font-size: 30px;
  margin-bottom: 0.8rem;
  margin-top: 2.5rem;
}

h6 {
  font-size: 20px;
  margin-bottom: 0.8rem;
  margin-top: 2.5rem;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2rem;
    margin-top: 1.9rem;
  }
  .intro_layer p {
    font-size: 10px;
    line-height: 1 !important;
  }
  .intro_layers {
    max-width: 100% !important;
  }

  h2 {
    font-size: 2.7rem;
    margin-top: 1.9rem;
  }

  h3 {
    font-size: 2.3rem;
    margin-top: 1.9rem;
  }

  h4 {
    font-size: 1.9rem;
    margin-top: 1.9rem;
  }

  h5 {
    font-size: 1.5rem;
    margin-top: 1.9rem;
  }

  h6 {
    font-size: 1.25rem;
    margin-top: 1.9rem;
  }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p {
  line-height: 1.5rem;
  margin-bottom: 1.5em;
}

ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}

mark {
  color: #cc2027;
  padding: 0;
}

ul,
ol {
  margin-bottom: 1.5rem;
  padding-left: 20px;
}

ul li,
ol li {
  padding: 5px 0;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-top: 10px;
}

p:last-child:after {
  clear: both;
  content: "";
  display: block;
}

img,
figure {
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

figcaption {
  font-size: 0.95em;
  line-height: 1.4;
  padding: 5px;
}

figcaption p {
  margin-bottom: 0;
}

b,
strong {
  color: #251b19;
  font-weight: 500;
}

label {
  color: #3a3736;
}

a:not(.btn) {
  color: #3a3736;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

a:not(.btn):hover {
  color: #cc2027;
  text-decoration: none;
  transition: all 0.15s linear 0s;
}

blockquote,
[class*="-block-quote"] {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 1.5rem;
  max-width: 980px;
  padding-left: 70px !important;
  position: relative;
}

@media (max-width: 575px) {
  blockquote,
  [class*="-block-quote"] {
    padding-left: 40px !important;
  }
}

blockquote:before,
[class*="-block-quote"]:before {
  background-color: #cc2027;
  content: "";
  height: 42px;
  left: 0;
  -webkit-mask: url(../img/quote.png) no-repeat;
  -webkit-mask-size: cover;
  position: absolute;
  top: 0;
  width: 50px;
}

@media (max-width: 575px) {
  blockquote:before,
  [class*="-block-quote"]:before {
    height: 25px;
    width: 30px;
  }
}

blockquote img,
[class*="-block-quote"] img {
  border-radius: 50%;
  max-width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  blockquote img,
  [class*="-block-quote"] img {
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 575px) {
  blockquote img,
  [class*="-block-quote"] img {
    display: block;
    float: none !important;
    margin: 10px 0 !important;
  }
}

blockquote p,
[class*="-block-quote"] p {
  margin-bottom: 1.2rem;
}

blockquote footer,
[class*="-block-quote"] footer {
  font-style: normal;
}

blockquote footer h5,
[class*="-block-quote"] footer h5 {
  margin-bottom: 0.1rem;
  text-transform: capitalize;
}

blockquote cite,
[class*="-block-quote"] cite {
  font-size: 16px;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
  outline: medium;
  text-decoration: none;
}

a > img {
  transition: all 0.3s ease-in-out 0s;
}

hr {
  border-color: #e1e0e0;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
}

iframe {
  border: none;
  max-width: 100%;
}

table {
  margin: 10px 0;
  max-width: 100%;
  width: 100%;
}

table td,
table th {
  border: 1px solid #e1e0e0;
  line-height: 1.42857143;
  padding: 20px 13px;
  text-align: left;
  vertical-align: middle;
}

table th {
  color: #3a3736;
  font-weight: 400;
  padding: 13px;
  vertical-align: middle;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

pre {
  background-color: rgba(150, 150, 150, 0.05);
  line-height: 1.5;
  padding: 0.5em 1em;
}

.big {
  font-size: 1.75em;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .big {
    font-size: 1.3em;
  }
}

@media (max-width: 575px) {
  .big {
    font-size: 1.2em;
  }
}

.small-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: capitalize;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.list-bordered {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.list-bordered li {
  border-bottom: 1px solid #e1e0e0;
  border-top: 1px solid #e1e0e0;
  padding-bottom: 25px;
  padding-top: 25px;
}

.list-bordered li + li {
  border-top: none;
}

.list-bordered.no-top-border > li:first-child {
  border-top: none;
}

.list-bordered.no-bottom-border > li:last-child {
  border-bottom: none;
}

ol.list-styled {
  counter-reset: li;
  list-style: none outside none;
  padding: 0;
}

ol.list-styled li {
  padding: 6px 0 6px 35px;
  position: relative;
}

ol.list-styled li::before {
  color: #cc2027;
  content: "." "0" counter(li);
  counter-increment: li;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.list-styled ul,
ul.list-styled {
  list-style: none;
  padding: 0;
}

.list-styled ul li,
ul.list-styled li {
  padding-left: 35px;
  position: relative;
}

.list-styled ul li:before,
ul.list-styled li:before {
  color: #cc2027;
  content: "\f00c";
  font-family: fontawesome;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 5px;
}

.list-unstyled li {
  border: none !important;
}

.list-unstyled li a {
  line-height: 1;
  padding: 0 !important;
}

.list-unstyled li a:before {
  display: none !important;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.breadcrumb > li.breadcrumb-item {
  border: 2px solid transparent;
  display: inline-block;
  float: none;
  padding: 1px 15px;
  position: relative;
}

.breadcrumb > li.breadcrumb-item.active {
  border-color: #cc2027;
}

.breadcrumb > li.breadcrumb-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.breadcrumb > li.breadcrumb-item + .breadcrumb-item {
  margin-left: 30px;
}

@media (min-width: 992px) {
  .text-lg-right .breadcrumb {
    justify-content: flex-end;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: fontawesome, sans-serif;
  left: -27px;
  padding: 0;
  position: absolute;
  top: 1px;
}

.text-center:not(.text-sm-left) .breadcrumb {
  justify-content: center;
}

.page_title.s-overlay.ds:before,
.page_title.s-overlay.ds.ms:before {
  opacity: 0.7;
}

.page_title h1,
.page_title h2 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0.45em;
  margin-top: -5px;
}

@media (max-width: 991px) {
  .page_title h1,
  .page_title h2 {
    font-size: 40px;
  }
}

.page_title h1:last-child,
.page_title h2:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .page_title h1:last-child,
  .page_title h2:last-child {
    margin-bottom: 0.45em;
  }
}

.page_title .small-title {
  font-size: 40px;
}

.page_title .small-title + .breadcrumb {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 992px) {
  .page_title .title-inline {
    margin: 0;
  }

  .page_title .title-inline + .breadcrumb {
    border-left: 1px solid #fff;
    margin-left: 30px;
    padding-left: 30px;
  }
}

.page_title [class*="container"] > .breadcrumb {
  bottom: 0;
  position: absolute;
  right: 15px;
}

@media (max-width: 575px) {
  .page_title [class*="container"] > .breadcrumb {
    left: 15px;
    right: 15px;
  }
}

.ds .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.ds .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.form-title h3 {
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .form-title h3 {
    margin-bottom: 10px;
  }
}

.form-title h5 + p {
  margin-bottom: 20px;
}

.modal .remove {
  align-items: center;
  border: 1px solid #f1d201;
  border-radius: 50%;
  color: #f1d201 !important;
  display: flex;
  font-size: 30px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -25px;
  top: 71px;
  width: 30px;
}

@media (max-width: 575px) {
  .modal .remove {
    right: 15px;
    top: 50px;
  }
}

@media (max-width: 400px) {
  .modal .remove {
    top: -40px;
  }
}

.modal .remove:hover {
  border-color: #cc2027;
  color: #cc2027 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #e1e0e0;
  border-radius: 0;
  box-shadow: none;
  color: #686665;
  font-family: poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  padding: 0 5px;
  width: 100%;
}

textarea {
  background-image: linear-gradient(
    white,
    white 37px,
    #e1e0e0 37px,
    #e1e0e0 38px,
    white 38px
  ) !important;
  background-size: 100% 42px !important;
  line-height: 2.5 !important;
  overflow-x: hidden;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.plus,
.minus {
  background: 0 0;
  border: none;
  color: transparent;
  height: 10px;
  line-height: 0.7;
  padding: 0;
  position: absolute;
  right: 10px;
  width: 22px;
  z-index: 1;
}

.plus:hover,
.plus:focus,
.plus:active,
.minus:hover,
.minus:focus,
.minus:active {
  color: transparent !important;
}

.plus + i,
.minus + i {
  cursor: pointer;
  line-height: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plus {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.plus + i {
  left: 10px;
}

.minus {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.minus + i {
  right: 10px;
}

input[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}

input[type="submit"],
button[type="submit"],
.wc-backward {
  background-color: #cc2027;
  border: 2px solid #cc2027;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
  min-width: 150px;
  padding: 10px 35px;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.wc-backward:hover {
  background-color: transparent;
  color: #3a3736 !important;
}

.ds input[type="submit"]:not([class]),
.cs input[type="submit"]:not([class]),
.ds button:not([class]),
.cs button:not([class]) {
  border-color: #fff;
  color: #fff;
}

.ds input[type="submit"]:not([class]):hover,
.cs input[type="submit"]:not([class]):hover,
.ds button:not([class]):hover,
.cs button:not([class]):hover {
  color: #3a3736;
}

.form-group {
  position: relative;
}

[class*="col-"] > .form-group {
  margin-bottom: 1rem;
}

[class*="col-"] > .form-group:last-child {
  margin-bottom: 0;
  margin-top: 0;
}

[class*="col-"] > .form-group + .form-group {
  margin-top: 20px;
}

.has-placeholder label {
  display: none;
}

select,
select.form-control {
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url(../img/select-arrow.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #3a3736;
  font-size: 16px;
  height: auto;
  line-height: 2.4rem;
  text-transform: capitalize;
}

select option,
.form-control option {
  background-color: #fff;
  color: #3a3736;
}

.form-control-unstyled {
  background-color: transparent;
  border: none;
}

.form-control.invalid {
  box-shadow: 0 0 0 2px #cc2027;
}

.form-control:focus,
input:not([type="submit"]):focus,
textarea:focus {
  border-color: #cc2027;
  box-shadow: none;
  color: #686665;
  outline: none;
}

.form-control:-moz-placeholder,
:-moz-placeholder {
  color: #3a3736;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.4rem;
  opacity: 1;
  text-transform: capitalize;
  transform: translateX(0%);
  transition: all 0.6s;
}

.form-control::-moz-placeholder,
::-moz-placeholder {
  color: #3a3736;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.4rem;
  opacity: 1;
  text-transform: capitalize;
  transform: translateX(0%);
  transition: all 0.6s;
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #3a3736;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.4rem;
  opacity: 1;
  text-transform: capitalize;
  transform: translateX(0%);
  transition: all 0.6s;
}

.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #3a3736;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.4rem;
  opacity: 1;
  text-transform: capitalize;
}

.form-control:focus:-moz-placeholder,
:focus:-moz-placeholder {
  color: transparent;
}

.form-control:focus::-moz-placeholder,
:focus::-moz-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder,
:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-webkit-input-placeholder,
:focus::-webkit-input-placeholder {
  color: transparent;
}

form label + [class*="fa-"] {
  font-size: 16px;
  left: 8px;
  position: absolute;
  text-align: center;
  top: 60px;
  width: 1em;
}

form .has-placeholder label + [class*="fa-"] {
  top: 8px;
}

form .has-placeholder label + [class*="fa-"] + .form-control {
  padding-left: 38px;
}

form label + [class*="fa-"] + .form-control {
  padding-left: 10px;
}

label {
  color: #3a3736;
  font-family: anton, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 12px;
}

label span {
  line-height: 1;
}

.checkbox label,
.radio label {
  font-weight: inherit;
}

.checkbox label[for],
.radio label[for] {
  font-weight: inherit;
}

.checkbox label[for] + input[type="checkbox"],
.checkbox label[for] + input[type="radio"],
.radio label[for] + input[type="checkbox"],
.radio label[for] + input[type="radio"] {
  left: 20px;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

.has-error .form-control {
  border-color: #cc2027;
}

.has-error label,
.has-error .help-block {
  color: #cc2027;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label + input[type="checkbox"],
.checkbox label > input[type="checkbox"] {
  display: inline-block;
}

input[type="checkbox"] + label {
  font-size: 16px;
  padding-left: 0;
}

input[type="checkbox"] + label > a {
  color: #3a3736;
}

input[type="checkbox"] + label:before {
  border: 1px solid #e1e0e0;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 10px;
  height: 15px;
  line-height: 12px;
  margin: 1px 10px 2px 0;
  padding-right: 0.1em;
  text-align: center;
  vertical-align: middle;
  width: 15px;
}

input[type="checkbox"]:checked + label:before {
  border-color: #cc2027;
  color: #cc2027;
  content: "\f00c";
}

input[type="checkbox"]:disabled + label:before {
  background-color: #e1e0e0;
}

.radio input[type="radio"] {
  display: none;
}

.radio label + input[type="radio"],
.radio label > input[type="radio"] {
  display: inline-block;
}

input[type="radio"] + label {
  padding-left: 0;
}

input[type="radio"] + label > a {
  color: #999;
}

input[type="radio"] + label:before {
  border: 2px solid #e1e0e0;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 10px;
  vertical-align: middle;
  width: 16px;
}

input[type="radio"]:checked + label:before {
  background-clip: content-box;
  background-color: #3a3736;
  padding: 3px;
}

input[type="radio"]:disabled + label:before {
  background-color: #e1e0e0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: #3a3736;
  transition: background-color 5000s ease-in-out 0s;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-indicators li {
  border-radius: 50%;
  height: 10px;
  max-width: 10px;
}

.nav-tabs {
  border: none;
  margin-bottom: -1px;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 575px) {
  .nav-tabs .nav-item {
    width: 100%;
  }
}

.nav-tabs .nav-link {
  background: 0 0;
  border: 1px solid #e1e0e0;
  border-radius: 0;
  color: #3a3736;
  font-size: 16px;
  line-height: 1;
  margin-right: 4px;
  padding: 22px 42px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .nav-tabs .nav-link {
    min-width: 200px;
  }
}

@media (max-width: 991px) {
  .nav-tabs .nav-link {
    min-width: 150px;
  }
}

@media (max-width: 575px) {
  .nav-tabs .nav-link {
    width: 100%;
  }
}

.nav-tabs .nav-link:hover {
  background: #cc2027;
  border-color: #cc2027;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #cc2027;
  border-color: #cc2027;
  color: #fff;
}

.tab-content {
  border: 1px solid #e1e0e0;
  box-shadow: none;
  padding: 40px;
}

@media (max-width: 575px) {
  .tab-content {
    padding: 30px;
  }
}

.tab-content.border-none {
  border: none;
}

.tab-content.padding-none {
  padding: 0;
}

@media (max-width: 991px) {
  .tab-content.padding-none {
    padding-top: 20px;
  }
}

.tab-pane .media img {
  max-width: 40%;
}

.tab-pane .media img:first-child {
  margin-right: 10px;
}

.tab-pane .media h3,
.tab-pane .media h4,
.tab-pane .media h5 {
  font-weight: 900;
}

.vertical-tabs .nav-tabs {
  display: flex;
  flex-direction: column;
}

.vertical-tabs .nav-tabs .media {
  align-items: center;
}

.vertical-tabs .nav-tabs .nav-item + .nav-item {
  margin-top: 12px;
}

.vertical-tabs .nav-tabs .nav-link {
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-right: 0;
  padding: 32px 42px;
  text-align: left;
}

.vertical-tabs .nav-tabs .nav-link i {
  color: inherit;
}

.vertical-tabs .nav-tabs .nav-link.active h6,
.vertical-tabs .nav-tabs .nav-link.active i,
.vertical-tabs .nav-tabs .nav-link.active h5,
.vertical-tabs .nav-tabs .nav-link:hover h6,
.vertical-tabs .nav-tabs .nav-link:hover i,
.vertical-tabs .nav-tabs .nav-link:hover h5 {
  color: #fff;
}

.vertical-tabs.video-tabs .nav-item + .nav-item {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .vertical-tabs.video-tabs .nav-item + .nav-item {
    margin-top: 20px;
  }
}

.vertical-tabs.video-tabs .tab-content {
  padding-left: 70px;
}

@media (max-width: 991px) {
  .vertical-tabs.video-tabs .tab-content {
    padding-left: 0;
    padding-top: 20px;
  }
}

[data-toggle="collapse"] {
  display: block;
  position: relative;
}

[data-toggle="collapse"]:after {
  color: #cc2027;
  content: "-";
  font-size: 40px;
  left: 0;
  line-height: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[role="tablist"] + [role="tablist"] {
  margin-top: 57px;
}

[role="tablist"] .card {
  background: 0 0;
  border: none;
  border-radius: 0;
}

[role="tablist"] .card + .card {
  margin-top: 30px;
}

[role="tablist"] .card-header {
  background: 0 0;
  border: none;
  padding: 0;
}

[role="tablist"] .card-header a {
  padding-left: 45px;
  position: relative;
  text-transform: capitalize;
}

[role="tablist"] .card-header a.collapsed:not(:hover):before {
  bottom: 100%;
}

[role="tablist"] .card-body {
  border-left: 2px solid #cc2027;
  margin-left: 40px;
  margin-top: 25px;
  padding: 15px 45px;
}

[role="tablist"] .media img {
  max-width: 80px;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: inherit;
  line-height: 1.5;
  margin-top: 0;
  min-width: 10em;
  padding: 20px;
  z-index: 1100;
}

.dropdown-menu > a {
  display: block;
  white-space: nowrap;
}

.dropdown-menu > a > img {
  max-width: none;
}

.dropdown-menu .widget {
  min-width: 270px;
}

.dropdown .dropdown-menu label,
.dropdown .dropdown-menu h3,
.dropdown .dropdown-menu h4 {
  color: #3a3736;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #3a3736;
}

.dropdwon-menu-title {
  padding: 10px 30px;
}

.dropdown-toggle:after {
  display: none;
}

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-5-th {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 992px) {
  .col-md-5th {
    display: block;
    flex: 0 0 33%;
    float: none;
    max-width: 33%;
    width: 33%;
  }

  .col-md-5th.col-sm-5th {
    flex: 0 0 20%;
    float: left;
    max-width: 20%;
    width: 20%;
  }
}

@media only screen and (max-width: 769px) {
  .col-md-5th {
    display: block;
    flex: 0 0 50%;
    float: none;
    max-width: 50%;
    width: 100%;
  }

  .col-md-5th.col-sm-5th {
    display: block;
    flex: 0 0 50%;
    float: none;
    max-width: 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-5th {
    display: block;
    flex: 0 0 100%;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .col-md-5th.col-sm-5th {
    display: block;
    flex: 0 0 100%;
    float: none;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

.modal.show,
.modal-open {
  padding-right: 0 !important;
}

.modal-backdrop.show {
  background-color: #3a3736;
  opacity: 0.8;
}

.modal#login-form img,
.modal#contact-form img {
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-content {
  border-radius: 1px;
}

.modal-content [class*="col-"]:last-child {
  margin-bottom: 0;
}

.btn {
  border-radius: 0;
  border-width: 2px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px;
  min-width: 150px;
  padding: 10px 30px;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}

.btn.only-link {
  border: none;
  min-width: auto;
  padding: 0;
}

.btn > i {
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.btn.medium-btn {
  padding: 15px 30px;
}

.btn.big-btn {
  padding: 20px 30px;
}

.btn.btn-with-border {
  background-color: transparent;
  border-bottom: 1px solid #251b19;
  border-radius: 0;
  min-width: auto;
  padding: 0;
}

.btn.btn-with-border.btn-darkgrey {
  color: #3a3736;
}

.btn.round,
.btn.rounded {
  line-height: 2.5;
  min-width: 50px;
  padding: 3px 2px;
  text-transform: lowercase;
}

@media (max-width: 575px) {
  .many-buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

.many-buttons .btn + .btn {
  margin-left: 20px;
}

@media (max-width: 575px) {
  .many-buttons .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

.media > img {
  display: block;
}

.media.icon-top .icon-styled {
  display: flex;
}

@media (max-width: 575px) {
  .media.icon-top .icon-styled {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.media.icon-top h6 {
  margin-top: 0;
}

@media (max-width: 991px) {
  .media.right-icon {
    flex-direction: row-reverse;
  }

  .media.right-icon .icon-styled {
    margin-left: 0;
  }

  .media.right-icon .media-body {
    margin-left: 30px;
  }
}

.media-body h1,
.media-body h2,
.media-body h3,
.media-body h4,
.media-body h5,
.media-body h6 {
  line-height: 1;
  margin-top: 0;
  text-transform: capitalize;
}

.media-body h1 + p,
.media-body h2 + p,
.media-body h3 + p,
.media-body h4 + p,
.media-body h5 + p,
.media-body h6 + p {
  margin-top: 20px;
}

* + .media-body,
.media-body + * {
  margin-left: 20px;
}

td .media-body {
  width: auto;
}

.embed-responsive-3by2,
.embed-responsive-21by9 {
  height: 0;
  padding-bottom: 47%;
}

.embed-responsive-3by2:before,
.embed-responsive-21by9:before {
  background-color: rgba(58, 55, 54, 0.6);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.embed-responsive-3by2 iframe,
.embed-responsive-21by9 iframe {
  z-index: 66;
}

.embed-placeholder:after,
.side-video:after {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: "\f04b";
  font-family: fontawesome, sans-serif;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 3;
}

.embed-placeholder:hover:after,
.side-video:hover:after {
  opacity: 0.7;
}

.fw-flash-messages ul {
  list-style: none;
}

.fw-flash-messages ul li {
  padding: 0;
}

.fw-flash-type-error {
  background-color: #eeb269;
  color: #3a3736;
}

.fw-flash-type-error:before {
  content: "\f071";
}

.alert,
.fw-flash-type-error {
  border: 0;
  border-radius: 0;
  margin-bottom: 20px !important;
  padding: 20px 20px 20px 50px;
  position: relative;
}

.alert:before,
.fw-flash-type-error:before {
  font-family: fontawesome, sans-serif;
  left: 25px;
  position: absolute;
  top: 19px;
}

.alert.alert-success,
.fw-flash-type-error.alert-success {
  background-color: #4db19e;
  color: #fff;
}

.alert.alert-success:before,
.fw-flash-type-error.alert-success:before {
  content: "\f058";
}

.alert.alert-info,
.fw-flash-type-error.alert-info {
  background-color: #007ebd;
  color: #fff;
}

.alert.alert-info:before,
.fw-flash-type-error.alert-info:before {
  content: "\f05a";
}

.alert.alert-warning,
.fw-flash-type-error.alert-warning {
  background-color: #eeb269;
  color: #3a3736;
}

.alert.alert-warning:before,
.fw-flash-type-error.alert-warning:before {
  content: "\f071";
}

.alert.alert-danger,
.fw-flash-type-error.alert-danger {
  background-color: #dc5753;
  color: #fff;
}

.alert.alert-danger:before,
.fw-flash-type-error.alert-danger:before {
  content: "\f057";
}

.mark,
mark {
  background-color: transparent;
}

button.close {
  min-width: 0;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: inherit;
  font-weight: 300;
}

.label-success {
  background-color: #4db19e;
  color: #fff;
}

.label-info {
  background-color: #007ebd;
  color: #fff;
}

.label-warning {
  background-color: #eeb269;
  color: #fff;
}

.label-danger {
  background-color: #dc5753;
  color: #fff;
}

p + .progress {
  margin-top: -12px;
}

.progress-title {
  color: #3a3736;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 26px !important;
  padding-right: 45px;
  text-transform: capitalize;
}

.progress {
  background-color: #f5f5f5;
  height: 4px !important;
  margin-bottom: 42px;
  overflow: visible;
  padding: 0 !important;
  position: relative;
}

.progress [data-transitiongoal] {
  width: 0;
}

.progress .progress-bar {
  border-radius: 5px;
  padding: 2px 0 !important;
  transition: width 0.5s ease 0.2s;
}

.progress span {
  color: #3a3736;
  font-size: 16px;
  position: absolute;
  right: -3px;
  top: -38px;
}

.owl-carousel {
  display: none;
  position: relative;
  -webkit-tap-color-main-color: transparent;
  touch-action: manipulation;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel.owl-shadowitems .owl-stage-outer {
  margin-bottom: -25px;
  margin-top: -25px;
}

.owl-carousel.owl-shadowitems .owl-stage {
  margin-bottom: 25px;
  margin-top: 25px;
}

.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.owl-carousel .owl-stage-outer {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-tap-color-main-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item .box-shadow {
  height: 100%;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-dots {
  line-height: 1;
  -webkit-tap-color-main-color: transparent;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline;
  display: inline-block;
  zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  background-color: #d1d1d0;
  border: 2px solid #d1d1d0;
  border-radius: 50%;
  display: block;
  height: 10px;
  margin: 0;
  position: relative;
  transition: all 200ms ease;
  width: 10px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #fff;
  border-color: #cc2027;
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot + .owl-dot span {
  margin-left: 15px;
}

.owl-carousel .owl-nav {
  height: 30px;
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav > div {
  display: inline-block;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav > div.disabled {
  cursor: default;
  opacity: 0.2;
}

.owl-carousel .owl-nav > div.disabled:hover {
  cursor: default;
  opacity: 0.2;
}

.owl-carousel .owl-nav > div:hover {
  opacity: 0.3;
}

.owl-carousel .owl-nav > div i {
  font-size: 52px;
}

.owl-carousel .owl-nav > div:first-child {
  left: 10px;
  position: absolute;
  right: auto;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative;
}

.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  background: url(../img/owl.video.play.png) no-repeat;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  transition: transform 100ms ease;
  width: 80px;
  z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.owl-theme:hover .owl-nav {
  opacity: 1;
}

.owl-theme .owl-nav {
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-tap-color-main-color: transparent;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-nav > div {
  color: #3a3736;
  line-height: 1;
  opacity: 1;
}

.owl-theme .owl-nav > div:hover {
  background-color: transparent;
  color: #cc2027;
  opacity: 1;
}

.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}

.owl-theme .owl-dots {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .owl-theme .owl-dots {
    margin-top: 30px;
  }
}

.item-media .owl-theme .owl-dots {
  bottom: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
}

.owl-theme.dots-left .owl-dots {
  text-align: left;
}

@media (min-width: 1800px) {
  .wide-nav .owl-nav {
    left: -100px;
    right: -100px;
  }
}

.top-nav-arrows {
  padding-top: 120px;
}

@media (max-width: 1599px) {
  .top-nav-arrows {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .top-nav-arrows {
    padding-top: 0;
  }
}

.top-nav-arrows .owl-stage-outer {
  margin-top: 0;
}

.top-nav-arrows .owl-stage {
  position: relative;
}

.top-nav-arrows .owl-nav {
  left: 50%;
  position: absolute;
  right: auto;
  top: 0;
  transform: translateX(-50%) translateY(0);
  width: 110px;
}

@media (max-width: 991px) {
  .top-nav-arrows .owl-nav {
    bottom: 0;
    margin-top: 30px;
    position: relative;
    top: auto;
  }
}

.top-nav-arrows .owl-nav > div {
  right: 0;
}

.top-nav-arrows .owl-nav > div:first-child {
  left: 0;
}

.left-nav .owl-nav {
  bottom: 25px;
  left: -430px;
  right: auto;
  top: auto;
  transform: none;
  width: 110px;
}

@media (max-width: 1199px) {
  .left-nav .owl-nav {
    left: -106%;
  }
}

@media (max-width: 991px) {
  .left-nav .owl-nav {
    bottom: 0;
    left: 0;
    margin-top: 30px;
    position: relative;
  }
}

@media (max-width: 575px) {
  .left-nav .owl-nav {
    left: 50%;
    transform: translateX(-50%);
  }
}

.left-nav .owl-nav > div {
  right: 0;
}

.left-nav .owl-nav > div:first-child {
  left: 0;
}

.bottom-right-nav .owl-nav {
  bottom: 22px;
  left: auto;
  right: 47px;
  top: auto;
  width: 75px;
}

.bottom-right-nav .owl-nav i {
  line-height: 0.7;
}

@media (max-width: 1599px) {
  .bottom-right-nav .owl-nav {
    bottom: 0;
    left: 50%;
    margin-top: 30px;
    position: relative;
    transform: translateX(-50%);
  }
}

.owl-text-nav .owl-nav {
  display: none;
  -webkit-tap-color-main-color: transparent;
  text-align: center;
}

@media (min-width: 1560px) {
  .owl-text-nav .owl-nav {
    display: block;
    left: -13vw;
    position: absolute;
    right: -13vw;
    top: 50%;
  }
}

@media (min-width: 1800px) {
  .owl-text-nav .owl-nav {
    left: -15vw;
    right: -15vw;
  }
}

.owl-text-nav .owl-nav > div {
  margin-top: -30px;
  position: absolute;
  right: 10px;
  text-align: center;
}

.owl-text-nav .owl-nav > div > span {
  display: block;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1560px) {
  .owl-text-nav .owl-nav > div > span {
    font-size: 38px;
    line-height: 1;
    max-width: 5em;
  }
}

.small-gallery-carousel a {
  display: block;
  overflow: hidden;
}

.small-gallery-carousel a img {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}

.small-gallery-carousel a:hover img {
  opacity: 0.2;
  transform: scale(1.2, 1.2);
}

.small-gallery-carousel .owl-nav > div {
  opacity: 1;
}

@media (min-width: 768px) {
  .small-gallery-carousel .owl-nav > div {
    margin-top: -8px;
    right: 100px;
  }

  .small-gallery-carousel .owl-nav > div:first-child {
    left: 100px;
  }
}

.small-gallery-carousel .owl-nav > div i {
  font-size: 20px;
}

.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel.owl-center .owl-item {
  opacity: 0.5;
}

.owl-carousel.owl-center .owl-item.active.center {
  opacity: 1;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none;
}

.flexslider .slides img {
  display: block;
  width: 100%;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  clear: both;
  content: "\0020";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.flex-direction-nav {
  height: 0;
}

.flex-direction-nav a {
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 40px;
  z-index: 10;
}

.flex-direction-nav .flex-prev {
  left: 40px;
}

.flex-direction-nav .flex-next {
  right: 40px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0;
}

.flex-direction-nav a:before {
  color: #fff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 20px;
  left: 12px;
  position: absolute;
  top: 5px;
}

.flex-direction-nav a.flex-next:before {
  content: "\f105";
  left: 14px;
}

.flex-pauseplay a {
  bottom: 5px;
  color: #000;
  cursor: pointer;
  display: block;
  height: 20px;
  left: 10px;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  width: 20px;
  z-index: 10;
}

.flex-pauseplay a:before {
  content: "\f01d";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f01d";
}

.flex-control-nav {
  bottom: 20px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.flex-control-nav li {
  display: inline;
  display: inline-block;
  padding: 0 14px;
  text-align: center;
  zoom: 1;
}

.flex-control-paging li a {
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  opacity: 0.5;
  width: 8px;
}

.ds .flex-control-paging li a,
.cs .flex-control-paging li a {
  border-color: #fff;
}

.flex-control-paging li a:hover {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.flex-control-paging li a.flex-active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.flex-control-thumbs {
  margin: 1px -1px;
  overflow: hidden;
  position: static;
}

.flex-control-thumbs li {
  float: left;
  margin: 0 0 1px;
  padding: 0 0 0 1px;
  width: 25%;
}

.flex-control-thumbs img {
  cursor: pointer;
  display: block;
  opacity: 0.7;
  width: 100%;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
}

.flex-custom-nav {
  bottom: 38px;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

.flex-custom-nav .flex-control-nav {
  display: inline-block;
  position: static;
  width: auto;
}

.flex-custom-nav .flex-custom-link {
  bottom: 7px;
  color: #3a3736;
  font-size: 12px;
  margin: 0 8px;
  position: relative;
}

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
  color: #fff;
}

.flex-custom-nav .flex-custom-link:hover {
  color: #cc2027;
}

.page_slider:hover .flex-custom-nav {
  opacity: 1;
}

.pswp {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  -webkit-text-size-adjust: 100%;
  top: 0;
  touch-action: none;
  width: 100%;
  z-index: 1500;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  -webkit-backface-visibility: hidden;
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  will-change: opacity;
}

.pswp__scroll-wrap {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.pswp__container,
.pswp__zoom-wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
}

.pswp__container,
.pswp__img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__zoom-wrap {
  position: absolute;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  width: 100%;
}

.pswp__bg {
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.pswp__img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  height: auto !important;
  left: 0;
  top: 0;
  width: 100% !important;
}

.pswp__error-msg {
  color: #ccc;
  font-size: 14px;
  left: 0;
  line-height: 16px;
  margin-top: -8px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*!PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license*/
.pswp__button {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  float: right;
  height: 44px;
  margin: 0;
  opacity: 0.75;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: opacity 0.2s;
  width: 44px;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  opacity: 0.9;
  outline: none;
}

.pswp__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  height: 44px;
  width: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  background-position: -88px 0;
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 70px;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 30px;
  position: absolute;
  top: 35px;
  width: 32px;
}

.pswp__button--arrow--left:before {
  background-position: -138px -44px;
  left: 6px;
}

.pswp__button--arrow--right:before {
  background-position: -94px -44px;
  right: 6px;
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease-out;
  width: 100%;
  will-change: opacity;
  z-index: 1600;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  right: 44px;
  top: 56px;
  transform: translateY(6px);
  transition: transform 0.25s;
  width: auto;
  will-change: transform;
  z-index: 1620;
}

.pswp__share-tooltip a {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 12px;
  text-decoration: none;
}

.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  border: 6px solid transparent;
  border-bottom-color: #fff;
  content: "";
  display: block;
  height: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: -12px;
  width: 0;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__counter {
  color: #fff;
  font-size: 13px;
  height: 44px;
  left: 0;
  line-height: 44px;
  opacity: 0.75;
  padding: 0 10px;
  position: absolute;
  top: 0;
}

.pswp__caption {
  bottom: 0;
  left: 0;
  min-height: 44px;
  position: absolute;
  width: 100%;
}

.pswp__caption small {
  color: #bbb;
  font-size: 11px;
}

.pswp__caption__center {
  color: #ccc;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto;
  max-width: 420px;
  padding: 10px;
  text-align: left;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  direction: ltr;
  height: 44px;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease-out;
  width: 44px;
  will-change: opacity;
}

.pswp__preloader__icn {
  height: 20px;
  margin: 12px;
  width: 20px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  height: 14px;
  left: 15px;
  margin: 0;
  opacity: 0.75;
  position: absolute;
  top: 15px;
  width: 14px;
}

.pswp--css_animation .pswp__preloader__cut {
  height: 14px;
  overflow: hidden;
  position: relative;
  width: 7px;
}

.pswp--css_animation .pswp__preloader__donut {
  background: 0 0;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  height: 14px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 14px;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    float: right;
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1550;
}

.pswp__top-bar {
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}

.pswp__zoom-wrap .embed-responsive {
  margin: auto;
  max-width: 90%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .pswp__zoom-wrap .embed-responsive {
    max-width: 50%;
  }
}

.chart {
  display: inline-block;
  margin-bottom: 10px;
  min-height: 150px;
  min-width: 150px;
  position: relative;
  text-align: center;
}

.chart .chart-meta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.chart .chart-meta h4 {
  color: #686665;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 4px;
  text-transform: capitalize;
}

.percent {
  display: inline-block;
  font-family: anton, sans-serif;
  font-size: 40px;
  line-height: 1;
  z-index: 2;
}

.percent:after {
  content: "%";
}

.angular {
  margin-top: 100px;
}

.angular .chart {
  margin-top: 0;
}

#timetable span {
  display: block;
}

#timetable th,
#timetable td {
  font-weight: 400;
  padding: 25px 5px;
  text-align: center;
  vertical-align: middle;
}

#timetable thead {
  color: #fff;
}

#timetable thead th {
  border: 1px solid rgba(31, 35, 43, 0.302);
  border-width: 0 1px;
}

#timetable tbody th,
#timetable tbody td {
  border: 1px solid #e1e0e0;
  transition: all 0.3s ease-in-out;
}

#timetable tbody .current {
  background-color: #cc2027;
  border-color: #cc2027;
}

#timetable tbody .current a {
  color: #fff;
}

#toTop {
  background-color: #cc2027;
  bottom: 0;
  color: transparent;
  display: none;
  font-size: 0;
  height: 60px;
  opacity: 0.7;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-decoration: none;
  width: 60px;
  z-index: 1000;
}

#toTop:after {
  bottom: 0;
  color: #fff;
  content: "\f077";
  display: block;
  font-family: fontawesome;
  font-size: 16px;
  font-weight: 900;
  left: 0;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.2s linear;
}

#toTopHover,
#toTop:hover {
  bottom: 10px;
  opacity: 1;
}

#toTop:hover:after {
  color: #fff;
}

#toTop:active,
#toTop:focus {
  outline: medium;
}

.modal-open #toTop {
  visibility: hidden;
}

#comingsoon-countdown {
  text-align: center;
}

#comingsoon-countdown:before,
#comingsoon-countdown:after {
  clear: both;
  content: " ";
  display: table;
}

.countdown-rtl {
  direction: rtl;
}

.countdown-row {
  clear: both;
  display: table;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}

.countdown-section {
  border-left: 1px solid rgba(31, 35, 43, 0.302);
  display: table-cell;
  padding: 10px 30px 20px;
  text-align: center;
}

.countdown-section:first-child {
  border-left-width: 0;
}

.countdown-amount {
  color: #cc2027;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.countdown-period {
  color: #3a3736;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  min-width: 11em;
  text-transform: uppercase;
}

.countdown-descr {
  display: block;
}

@media (max-width: 767px) {
  .countdown-section {
    padding: 20px 8px 0;
  }

  .countdown-amount {
    font-size: 40px;
  }

  .countdown-period {
    letter-spacing: 0.1em;
    min-width: 4em;
  }
}

.scroll-wrapper {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none;
  box-sizing: content-box;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  overflow: scroll;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: rgba(127, 127, 127, 0.4);
  border-radius: 1px;
  display: block;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-macosx
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -11px;
}

.c-gutter-120 [class*="col-"],
.row.c-gutter-120 > [class*="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}

.c-gutter-110 [class*="col-"],
.row.c-gutter-110 > [class*="col-"] {
  padding-left: 55px;
  padding-right: 55px;
}

.c-gutter-100 [class*="col-"],
.row.c-gutter-100 > [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}

.c-gutter-90 [class*="col-"],
.row.c-gutter-90 > [class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

.c-gutter-80 [class*="col-"],
.row.c-gutter-80 > [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}

.c-gutter-70 [class*="col-"],
.row.c-gutter-70 > [class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

.c-gutter-60 [class*="col-"],
.row.c-gutter-60 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.c-gutter-50 [class*="col-"],
.row.c-gutter-50 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.c-gutter-40 [class*="col-"],
.row.c-gutter-40 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.c-gutter-30 [class*="col-"],
.row.c-gutter-30 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.c-gutter-20 [class*="col-"],
.row.c-gutter-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.c-gutter-15 [class*="col-"],
.row.c-gutter-15 > [class*="col-"] {
  padding-left: 8px;
  padding-right: 7px;
}

.c-gutter-10 [class*="col-"],
.row.c-gutter-10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.c-gutter-5 [class*="col-"],
.row.c-gutter-5 > [class*="col-"] {
  padding-left: 3px;
  padding-right: 2px;
}

.c-gutter-2 [class*="col-"],
.row.c-gutter-2 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.c-gutter-1 [class*="col-"],
.row.c-gutter-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 0;
}

.c-gutter-0 [class*="col-"],
.row.c-gutter-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.c-gutter-120 .row,
div.row.c-gutter-120 {
  margin-left: -60px;
  margin-right: -60px;
}

.c-gutter-110 .row,
div.row.c-gutter-110 {
  margin-left: -55px;
  margin-right: -55px;
}

.c-gutter-100 .row,
div.row.c-gutter-100 {
  margin-left: -50px;
  margin-right: -50px;
}

.c-gutter-90 .row,
div.row.c-gutter-90 {
  margin-left: -45px;
  margin-right: -45px;
}

.c-gutter-80 .row,
div.row.c-gutter-80 {
  margin-left: -40px;
  margin-right: -40px;
}

.c-gutter-70 .row,
div.row.c-gutter-70 {
  margin-left: -35px;
  margin-right: -35px;
}

.c-gutter-60 .row,
div.row.c-gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.c-gutter-50 .row,
div.row.c-gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.c-gutter-40 .row,
div.row.c-gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.c-gutter-30 .row,
div.row.c-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.c-gutter-20 .row,
div.row.c-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.c-gutter-15 .row,
div.row.c-gutter-15 {
  margin-left: -8px;
  margin-right: -7px;
}

.c-gutter-10 .row,
div.row.c-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.c-gutter-5 .row,
div.row.c-gutter-5 {
  margin-left: -3px;
  margin-right: -2px;
}

.c-gutter-2 .row,
div.row.c-gutter-2 {
  margin-left: -1px;
  margin-right: -1px;
}

.c-gutter-1 .row,
div.row.c-gutter-1 {
  margin-left: -1px;
  margin-right: 0;
}

.c-gutter-0 .row,
div.row.c-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}

.container-px-0 [class*="container"] {
  padding-left: 0;
  padding-right: 0;
}

.container-px-1 [class*="container"] {
  padding-left: 1px;
  padding-right: 1px;
}

.container-px-2 [class*="container"] {
  padding-left: 2px;
  padding-right: 2px;
}

.container-px-5 [class*="container"] {
  padding-left: 5px;
  padding-right: 5px;
}

.container-px-10 [class*="container"] {
  padding-left: 10px;
  padding-right: 10px;
}

.container-px-17 [class*="container"] {
  padding-left: 17px;
  padding-right: 17px;
}

.container-px-20 [class*="container"] {
  padding-left: 20px;
  padding-right: 20px;
}

.container-px-30 [class*="container"] {
  padding-left: 30px;
  padding-right: 30px;
}

.container-px-60 [class*="container"] {
  padding-left: 60px;
  padding-right: 60px;
}

.container-px-100 [class*="container"] {
  padding-left: 100px;
  padding-right: 100px;
}

.container-px-110 [class*="container"] {
  padding-left: 110px;
  padding-right: 110px;
}

.container-px-120 [class*="container"] {
  padding-left: 120px;
  padding-right: 120px;
}

.container-px-140 [class*="container"] {
  padding-left: 140px;
  padding-right: 140px;
}

.container-px-160 [class*="container"] {
  padding-left: 160px;
  padding-right: 160px;
}

.container-px-200 [class*="container"] {
  padding-left: 200px;
  padding-right: 200px;
}

.container-px-210 [class*="container"] {
  padding-left: 210px;
  padding-right: 210px;
}

.container-px-220 [class*="container"] {
  padding-left: 220px;
  padding-right: 220px;
}

.container-px-285 [class*="container"] {
  padding-left: 285px;
  padding-right: 285px;
}

@media (min-width: 576px) {
  .container-px-sm-0 > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }

  .container-px-sm-1 > [class*="container"] {
    padding-left: 1px;
    padding-right: 1px;
  }

  .container-px-sm-2 > [class*="container"] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .container-px-sm-5 > [class*="container"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-px-sm-10 > [class*="container"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-px-sm-17 > [class*="container"] {
    padding-left: 17px;
    padding-right: 17px;
  }

  .container-px-sm-20 > [class*="container"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-px-sm-30 > [class*="container"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-px-sm-60 > [class*="container"] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-px-sm-100 > [class*="container"] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-px-sm-110 > [class*="container"] {
    padding-left: 110px;
    padding-right: 110px;
  }

  .container-px-sm-120 > [class*="container"] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .container-px-sm-140 > [class*="container"] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .container-px-sm-160 > [class*="container"] {
    padding-left: 160px;
    padding-right: 160px;
  }

  .container-px-sm-200 > [class*="container"] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .container-px-sm-210 > [class*="container"] {
    padding-left: 210px;
    padding-right: 210px;
  }

  .container-px-sm-220 > [class*="container"] {
    padding-left: 220px;
    padding-right: 220px;
  }

  .container-px-sm-285 > [class*="container"] {
    padding-left: 285px;
    padding-right: 285px;
  }
}

@media (min-width: 768px) {
  .container-px-md-0 > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }

  .container-px-md-1 > [class*="container"] {
    padding-left: 1px;
    padding-right: 1px;
  }

  .container-px-md-2 > [class*="container"] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .container-px-md-5 > [class*="container"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-px-md-10 > [class*="container"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-px-md-17 > [class*="container"] {
    padding-left: 17px;
    padding-right: 17px;
  }

  .container-px-md-20 > [class*="container"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-px-md-30 > [class*="container"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-px-md-60 > [class*="container"] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-px-md-100 > [class*="container"] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-px-md-110 > [class*="container"] {
    padding-left: 110px;
    padding-right: 110px;
  }

  .container-px-md-120 > [class*="container"] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .container-px-md-140 > [class*="container"] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .container-px-md-160 > [class*="container"] {
    padding-left: 160px;
    padding-right: 160px;
  }

  .container-px-md-200 > [class*="container"] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .container-px-md-210 > [class*="container"] {
    padding-left: 210px;
    padding-right: 210px;
  }

  .container-px-md-220 > [class*="container"] {
    padding-left: 220px;
    padding-right: 220px;
  }

  .container-px-md-285 > [class*="container"] {
    padding-left: 285px;
    padding-right: 285px;
  }
}

@media (min-width: 992px) {
  .container-px-lg-0 > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }

  .container-px-lg-1 > [class*="container"] {
    padding-left: 1px;
    padding-right: 1px;
  }

  .container-px-lg-2 > [class*="container"] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .container-px-lg-5 > [class*="container"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-px-lg-10 > [class*="container"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-px-lg-17 > [class*="container"] {
    padding-left: 17px;
    padding-right: 17px;
  }

  .container-px-lg-20 > [class*="container"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-px-lg-30 > [class*="container"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-px-lg-60 > [class*="container"] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-px-lg-100 > [class*="container"] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-px-lg-110 > [class*="container"] {
    padding-left: 110px;
    padding-right: 110px;
  }

  .container-px-lg-120 > [class*="container"] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .container-px-lg-140 > [class*="container"] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .container-px-lg-160 > [class*="container"] {
    padding-left: 160px;
    padding-right: 160px;
  }

  .container-px-lg-200 > [class*="container"] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .container-px-lg-210 > [class*="container"] {
    padding-left: 210px;
    padding-right: 210px;
  }

  .container-px-lg-220 > [class*="container"] {
    padding-left: 220px;
    padding-right: 220px;
  }

  .container-px-lg-285 > [class*="container"] {
    padding-left: 285px;
    padding-right: 285px;
  }
}

@media (min-width: 1200px) {
  .container-px-xl-0 > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }

  .container-px-xl-1 > [class*="container"] {
    padding-left: 1px;
    padding-right: 1px;
  }

  .container-px-xl-2 > [class*="container"] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .container-px-xl-5 > [class*="container"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-px-xl-10 > [class*="container"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-px-xl-17 > [class*="container"] {
    padding-left: 17px;
    padding-right: 17px;
  }

  .container-px-xl-20 > [class*="container"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-px-xl-30 > [class*="container"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-px-xl-60 > [class*="container"] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-px-xl-100 > [class*="container"] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-px-xl-110 > [class*="container"] {
    padding-left: 110px;
    padding-right: 110px;
  }

  .container-px-xl-120 > [class*="container"] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .container-px-xl-140 > [class*="container"] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .container-px-xl-160 > [class*="container"] {
    padding-left: 160px;
    padding-right: 160px;
  }

  .container-px-xl-200 > [class*="container"] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .container-px-xl-210 > [class*="container"] {
    padding-left: 210px;
    padding-right: 210px;
  }

  .container-px-xl-220 > [class*="container"] {
    padding-left: 220px;
    padding-right: 220px;
  }

  .container-px-xl-285 > [class*="container"] {
    padding-left: 285px;
    padding-right: 285px;
  }
}

.s-pt-0 > [class*="container"] {
  padding-top: 0;
}

.s-pt-1 > [class*="container"] {
  padding-top: 1px;
}

.s-pt-2 > [class*="container"] {
  padding-top: 2px;
}

.s-pt-3 > [class*="container"] {
  padding-top: 3px;
}

.s-pt-5 > [class*="container"] {
  padding-top: 5px;
}

.s-pt-10 > [class*="container"] {
  padding-top: 10px;
}

.s-pt-15 > [class*="container"] {
  padding-top: 15px;
}

.s-pt-17 > [class*="container"] {
  padding-top: 17px;
}

.s-pt-20 > [class*="container"] {
  padding-top: 20px;
}

.s-pt-25 > [class*="container"] {
  padding-top: 25px;
}

.s-pt-28 > [class*="container"] {
  padding-top: 28px;
}

.s-pt-30 > [class*="container"] {
  padding-top: 30px;
}

.s-pt-35 > [class*="container"] {
  padding-top: 35px;
}

.s-pt-40 > [class*="container"] {
  padding-top: 40px;
}

.s-pt-45 > [class*="container"] {
  padding-top: 45px;
}

.s-pt-50 > [class*="container"] {
  padding-top: 50px;
}

.s-pt-55 > [class*="container"] {
  padding-top: 55px;
}

.s-pt-60 > [class*="container"] {
  padding-top: 60px;
}

.s-pt-65 > [class*="container"] {
  padding-top: 65px;
}

.s-pt-70 > [class*="container"] {
  padding-top: 70px;
}

.s-pt-80 > [class*="container"] {
  padding-top: 80px;
}

.s-pt-90 > [class*="container"] {
  padding-top: 90px;
}

.s-pt-100 > [class*="container"] {
  padding-top: 100px;
}

.s-pt-110 > [class*="container"] {
  padding-top: 110px;
}

.s-pt-115 > [class*="container"] {
  padding-top: 115px;
}

.s-pt-120 > [class*="container"] {
  padding-top: 120px;
}

.s-pt-130 > [class*="container"] {
  padding-top: 130px;
}

.s-pt-140 > [class*="container"] {
  padding-top: 140px;
}

.s-pt-150 > [class*="container"] {
  padding-top: 150px;
}

.s-pt-200 > [class*="container"] {
  padding-top: 200px;
}

.s-pt-240 > [class*="container"] {
  padding-top: 240px;
}

.s-pt-250 > [class*="container"] {
  padding-top: 250px;
}

.s-pt-400 > [class*="container"] {
  padding-top: 400px;
}

.s-pb-0 > [class*="container"] {
  padding-bottom: 0;
}

.s-pb-1 > [class*="container"] {
  padding-bottom: 1px;
}

.s-pb-2 > [class*="container"] {
  padding-bottom: 2px;
}

.s-pb-3 > [class*="container"] {
  padding-bottom: 3px;
}

.s-pb-5 > [class*="container"] {
  padding-bottom: 5px;
}

.s-pb-10 > [class*="container"] {
  padding-bottom: 10px;
}

.s-pb-15 > [class*="container"] {
  padding-bottom: 15px;
}

.s-pb-17 > [class*="container"] {
  padding-bottom: 17px;
}

.s-pb-20 > [class*="container"] {
  padding-bottom: 20px;
}

.s-pb-25 > [class*="container"] {
  padding-bottom: 25px;
}

.s-pb-28 > [class*="container"] {
  padding-bottom: 28px;
}

.s-pb-30 > [class*="container"] {
  padding-bottom: 30px;
}

.s-pb-35 > [class*="container"] {
  padding-bottom: 35px;
}

.s-pb-40 > [class*="container"] {
  padding-bottom: 40px;
}

.s-pb-45 > [class*="container"] {
  padding-bottom: 45px;
}

.s-pb-50 > [class*="container"] {
  padding-bottom: 50px;
}

.s-pb-55 > [class*="container"] {
  padding-bottom: 55px;
}

.s-pb-60 > [class*="container"] {
  padding-bottom: 60px;
}

.s-pb-65 > [class*="container"] {
  padding-bottom: 65px;
}

.s-pb-70 > [class*="container"] {
  padding-bottom: 70px;
}

.s-pb-80 > [class*="container"] {
  padding-bottom: 80px;
}

.s-pb-90 > [class*="container"] {
  padding-bottom: 90px;
}

.s-pb-100 > [class*="container"] {
  padding-bottom: 100px;
}

.s-pb-110 > [class*="container"] {
  padding-bottom: 110px;
}

.s-pb-115 > [class*="container"] {
  padding-bottom: 115px;
}

.s-pb-120 > [class*="container"] {
  padding-bottom: 120px;
}

.s-pb-130 > [class*="container"] {
  padding-bottom: 130px;
}

.s-pb-140 > [class*="container"] {
  padding-bottom: 140px;
}

.s-pb-150 > [class*="container"] {
  padding-bottom: 150px;
}

.s-pb-200 > [class*="container"] {
  padding-bottom: 200px;
}

.s-pb-240 > [class*="container"] {
  padding-bottom: 240px;
}

.s-pb-250 > [class*="container"] {
  padding-bottom: 250px;
}

.s-pb-400 > [class*="container"] {
  padding-bottom: 400px;
}

.s-py-0 > [class*="container"] {
  padding-bottom: 0;
  padding-top: 0;
}

.s-py-1 > [class*="container"] {
  padding-bottom: 1px;
  padding-top: 1px;
}

.s-py-2 > [class*="container"] {
  padding-bottom: 2px;
  padding-top: 2px;
}

.s-py-3 > [class*="container"] {
  padding-bottom: 3px;
  padding-top: 3px;
}

.s-py-5 > [class*="container"] {
  padding-bottom: 5px;
  padding-top: 5px;
}

.s-py-10 > [class*="container"] {
  padding-bottom: 10px;
  padding-top: 10px;
}

.s-py-15 > [class*="container"] {
  padding-bottom: 15px;
  padding-top: 15px;
}

.s-py-17 > [class*="container"] {
  padding-bottom: 17px;
  padding-top: 17px;
}

.s-py-20 > [class*="container"] {
  padding-bottom: 20px;
  padding-top: 20px;
}

.s-py-25 > [class*="container"] {
  padding-bottom: 25px;
  padding-top: 25px;
}

.s-py-28 > [class*="container"] {
  padding-bottom: 28px;
  padding-top: 28px;
}

.s-py-30 > [class*="container"] {
  padding-bottom: 30px;
  padding-top: 30px;
}

.s-py-35 > [class*="container"] {
  padding-bottom: 35px;
  padding-top: 35px;
}

.s-py-40 > [class*="container"] {
  padding-bottom: 40px;
  padding-top: 40px;
}

.s-py-45 > [class*="container"] {
  padding-bottom: 45px;
  padding-top: 45px;
}

.s-py-50 > [class*="container"] {
  padding-bottom: 50px;
  padding-top: 50px;
}

.s-py-55 > [class*="container"] {
  padding-bottom: 55px;
  padding-top: 55px;
}

.s-py-60 > [class*="container"] {
  padding-bottom: 60px;
  padding-top: 60px;
}

.s-py-65 > [class*="container"] {
  padding-bottom: 65px;
  padding-top: 65px;
}

.s-py-70 > [class*="container"] {
  padding-bottom: 70px;
  padding-top: 70px;
}

.s-py-80 > [class*="container"] {
  padding-bottom: 80px;
  padding-top: 80px;
}

.s-py-90 > [class*="container"] {
  padding-bottom: 90px;
  padding-top: 90px;
}

.s-py-100 > [class*="container"] {
  padding-bottom: 100px;
  padding-top: 100px;
}

.s-py-110 > [class*="container"] {
  padding-bottom: 110px;
  padding-top: 110px;
}

.s-py-115 > [class*="container"] {
  padding-bottom: 115px;
  padding-top: 115px;
}

.s-py-120 > [class*="container"] {
  padding-bottom: 120px;
  padding-top: 120px;
}

.s-py-130 > [class*="container"] {
  padding-bottom: 130px;
  padding-top: 130px;
}

.s-py-140 > [class*="container"] {
  padding-bottom: 140px;
  padding-top: 140px;
}

.s-py-150 > [class*="container"] {
  padding-bottom: 150px;
  padding-top: 150px;
}

.s-py-200 > [class*="container"] {
  padding-bottom: 200px;
  padding-top: 200px;
}

.s-py-240 > [class*="container"] {
  padding-bottom: 240px;
  padding-top: 240px;
}

.s-py-250 > [class*="container"] {
  padding-bottom: 250px;
  padding-top: 250px;
}

.s-py-400 > [class*="container"] {
  padding-bottom: 400px;
  padding-top: 400px;
}

@media (min-width: 576px) {
  .s-pt-sm-0 > [class*="container"] {
    padding-top: 0;
  }

  .s-pt-sm-1 > [class*="container"] {
    padding-top: 1px;
  }

  .s-pt-sm-2 > [class*="container"] {
    padding-top: 2px;
  }

  .s-pt-sm-3 > [class*="container"] {
    padding-top: 3px;
  }

  .s-pt-sm-5 > [class*="container"] {
    padding-top: 5px;
  }

  .s-pt-sm-10 > [class*="container"] {
    padding-top: 10px;
  }

  .s-pt-sm-15 > [class*="container"] {
    padding-top: 15px;
  }

  .s-pt-sm-17 > [class*="container"] {
    padding-top: 17px;
  }

  .s-pt-sm-20 > [class*="container"] {
    padding-top: 20px;
  }

  .s-pt-sm-25 > [class*="container"] {
    padding-top: 25px;
  }

  .s-pt-sm-28 > [class*="container"] {
    padding-top: 28px;
  }

  .s-pt-sm-30 > [class*="container"] {
    padding-top: 30px;
  }

  .s-pt-sm-35 > [class*="container"] {
    padding-top: 35px;
  }

  .s-pt-sm-40 > [class*="container"] {
    padding-top: 40px;
  }

  .s-pt-sm-45 > [class*="container"] {
    padding-top: 45px;
  }

  .s-pt-sm-50 > [class*="container"] {
    padding-top: 50px;
  }

  .s-pt-sm-55 > [class*="container"] {
    padding-top: 55px;
  }

  .s-pt-sm-60 > [class*="container"] {
    padding-top: 60px;
  }

  .s-pt-sm-65 > [class*="container"] {
    padding-top: 65px;
  }

  .s-pt-sm-70 > [class*="container"] {
    padding-top: 70px;
  }

  .s-pt-sm-80 > [class*="container"] {
    padding-top: 80px;
  }

  .s-pt-sm-90 > [class*="container"] {
    padding-top: 90px;
  }

  .s-pt-sm-100 > [class*="container"] {
    padding-top: 100px;
  }

  .s-pt-sm-110 > [class*="container"] {
    padding-top: 110px;
  }

  .s-pt-sm-115 > [class*="container"] {
    padding-top: 115px;
  }

  .s-pt-sm-120 > [class*="container"] {
    padding-top: 120px;
  }

  .s-pt-sm-130 > [class*="container"] {
    padding-top: 130px;
  }

  .s-pt-sm-140 > [class*="container"] {
    padding-top: 140px;
  }

  .s-pt-sm-150 > [class*="container"] {
    padding-top: 150px;
  }

  .s-pt-sm-200 > [class*="container"] {
    padding-top: 200px;
  }

  .s-pt-sm-240 > [class*="container"] {
    padding-top: 240px;
  }

  .s-pt-sm-250 > [class*="container"] {
    padding-top: 250px;
  }

  .s-pt-sm-400 > [class*="container"] {
    padding-top: 400px;
  }

  .s-pb-sm-0 > [class*="container"] {
    padding-bottom: 0;
  }

  .s-pb-sm-1 > [class*="container"] {
    padding-bottom: 1px;
  }

  .s-pb-sm-2 > [class*="container"] {
    padding-bottom: 2px;
  }

  .s-pb-sm-3 > [class*="container"] {
    padding-bottom: 3px;
  }

  .s-pb-sm-5 > [class*="container"] {
    padding-bottom: 5px;
  }

  .s-pb-sm-10 > [class*="container"] {
    padding-bottom: 10px;
  }

  .s-pb-sm-15 > [class*="container"] {
    padding-bottom: 15px;
  }

  .s-pb-sm-17 > [class*="container"] {
    padding-bottom: 17px;
  }

  .s-pb-sm-20 > [class*="container"] {
    padding-bottom: 20px;
  }

  .s-pb-sm-25 > [class*="container"] {
    padding-bottom: 25px;
  }

  .s-pb-sm-28 > [class*="container"] {
    padding-bottom: 28px;
  }

  .s-pb-sm-30 > [class*="container"] {
    padding-bottom: 30px;
  }

  .s-pb-sm-35 > [class*="container"] {
    padding-bottom: 35px;
  }

  .s-pb-sm-40 > [class*="container"] {
    padding-bottom: 40px;
  }

  .s-pb-sm-45 > [class*="container"] {
    padding-bottom: 45px;
  }

  .s-pb-sm-50 > [class*="container"] {
    padding-bottom: 50px;
  }

  .s-pb-sm-55 > [class*="container"] {
    padding-bottom: 55px;
  }

  .s-pb-sm-60 > [class*="container"] {
    padding-bottom: 60px;
  }

  .s-pb-sm-65 > [class*="container"] {
    padding-bottom: 65px;
  }

  .s-pb-sm-70 > [class*="container"] {
    padding-bottom: 70px;
  }

  .s-pb-sm-80 > [class*="container"] {
    padding-bottom: 80px;
  }

  .s-pb-sm-90 > [class*="container"] {
    padding-bottom: 90px;
  }

  .s-pb-sm-100 > [class*="container"] {
    padding-bottom: 100px;
  }

  .s-pb-sm-110 > [class*="container"] {
    padding-bottom: 110px;
  }

  .s-pb-sm-115 > [class*="container"] {
    padding-bottom: 115px;
  }

  .s-pb-sm-120 > [class*="container"] {
    padding-bottom: 120px;
  }

  .s-pb-sm-130 > [class*="container"] {
    padding-bottom: 130px;
  }

  .s-pb-sm-140 > [class*="container"] {
    padding-bottom: 140px;
  }

  .s-pb-sm-150 > [class*="container"] {
    padding-bottom: 150px;
  }

  .s-pb-sm-200 > [class*="container"] {
    padding-bottom: 200px;
  }

  .s-pb-sm-240 > [class*="container"] {
    padding-bottom: 240px;
  }

  .s-pb-sm-250 > [class*="container"] {
    padding-bottom: 250px;
  }

  .s-pb-sm-400 > [class*="container"] {
    padding-bottom: 400px;
  }

  .s-py-sm-0 > [class*="container"] {
    padding-bottom: 0;
    padding-top: 0;
  }

  .s-py-sm-1 > [class*="container"] {
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .s-py-sm-2 > [class*="container"] {
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .s-py-sm-3 > [class*="container"] {
    padding-bottom: 3px;
    padding-top: 3px;
  }

  .s-py-sm-5 > [class*="container"] {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .s-py-sm-10 > [class*="container"] {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .s-py-sm-15 > [class*="container"] {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .s-py-sm-17 > [class*="container"] {
    padding-bottom: 17px;
    padding-top: 17px;
  }

  .s-py-sm-20 > [class*="container"] {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .s-py-sm-25 > [class*="container"] {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .s-py-sm-28 > [class*="container"] {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .s-py-sm-30 > [class*="container"] {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .s-py-sm-35 > [class*="container"] {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .s-py-sm-40 > [class*="container"] {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .s-py-sm-45 > [class*="container"] {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .s-py-sm-50 > [class*="container"] {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .s-py-sm-55 > [class*="container"] {
    padding-bottom: 55px;
    padding-top: 55px;
  }

  .s-py-sm-60 > [class*="container"] {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .s-py-sm-65 > [class*="container"] {
    padding-bottom: 65px;
    padding-top: 65px;
  }

  .s-py-sm-70 > [class*="container"] {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .s-py-sm-80 > [class*="container"] {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .s-py-sm-90 > [class*="container"] {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .s-py-sm-100 > [class*="container"] {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .s-py-sm-110 > [class*="container"] {
    padding-bottom: 110px;
    padding-top: 110px;
  }

  .s-py-sm-115 > [class*="container"] {
    padding-bottom: 115px;
    padding-top: 115px;
  }

  .s-py-sm-120 > [class*="container"] {
    padding-bottom: 120px;
    padding-top: 120px;
  }

  .s-py-sm-130 > [class*="container"] {
    padding-bottom: 130px;
    padding-top: 130px;
  }

  .s-py-sm-140 > [class*="container"] {
    padding-bottom: 140px;
    padding-top: 140px;
  }

  .s-py-sm-150 > [class*="container"] {
    padding-bottom: 150px;
    padding-top: 150px;
  }

  .s-py-sm-200 > [class*="container"] {
    padding-bottom: 200px;
    padding-top: 200px;
  }

  .s-py-sm-240 > [class*="container"] {
    padding-bottom: 240px;
    padding-top: 240px;
  }

  .s-py-sm-250 > [class*="container"] {
    padding-bottom: 250px;
    padding-top: 250px;
  }

  .s-py-sm-400 > [class*="container"] {
    padding-bottom: 400px;
    padding-top: 400px;
  }
}

@media (min-width: 768px) {
  .s-pt-md-0 > [class*="container"] {
    padding-top: 0;
  }

  .s-pt-md-1 > [class*="container"] {
    padding-top: 1px;
  }

  .s-pt-md-2 > [class*="container"] {
    padding-top: 2px;
  }

  .s-pt-md-3 > [class*="container"] {
    padding-top: 3px;
  }

  .s-pt-md-5 > [class*="container"] {
    padding-top: 5px;
  }

  .s-pt-md-10 > [class*="container"] {
    padding-top: 10px;
  }

  .s-pt-md-15 > [class*="container"] {
    padding-top: 15px;
  }

  .s-pt-md-17 > [class*="container"] {
    padding-top: 17px;
  }

  .s-pt-md-20 > [class*="container"] {
    padding-top: 20px;
  }

  .s-pt-md-25 > [class*="container"] {
    padding-top: 25px;
  }

  .s-pt-md-28 > [class*="container"] {
    padding-top: 28px;
  }

  .s-pt-md-30 > [class*="container"] {
    padding-top: 30px;
  }

  .s-pt-md-35 > [class*="container"] {
    padding-top: 35px;
  }

  .s-pt-md-40 > [class*="container"] {
    padding-top: 40px;
  }

  .s-pt-md-45 > [class*="container"] {
    padding-top: 45px;
  }

  .s-pt-md-50 > [class*="container"] {
    padding-top: 50px;
  }

  .s-pt-md-55 > [class*="container"] {
    padding-top: 55px;
  }

  .s-pt-md-60 > [class*="container"] {
    padding-top: 60px;
  }

  .s-pt-md-65 > [class*="container"] {
    padding-top: 65px;
  }

  .s-pt-md-70 > [class*="container"] {
    padding-top: 70px;
  }

  .s-pt-md-80 > [class*="container"] {
    padding-top: 80px;
  }

  .s-pt-md-90 > [class*="container"] {
    padding-top: 90px;
  }

  .s-pt-md-100 > [class*="container"] {
    padding-top: 100px;
  }

  .s-pt-md-110 > [class*="container"] {
    padding-top: 110px;
  }

  .s-pt-md-115 > [class*="container"] {
    padding-top: 115px;
  }

  .s-pt-md-120 > [class*="container"] {
    padding-top: 120px;
  }

  .s-pt-md-130 > [class*="container"] {
    padding-top: 130px;
  }

  .s-pt-md-140 > [class*="container"] {
    padding-top: 140px;
  }

  .s-pt-md-150 > [class*="container"] {
    padding-top: 150px;
  }

  .s-pt-md-200 > [class*="container"] {
    padding-top: 200px;
  }

  .s-pt-md-240 > [class*="container"] {
    padding-top: 240px;
  }

  .s-pt-md-250 > [class*="container"] {
    padding-top: 250px;
  }

  .s-pt-md-400 > [class*="container"] {
    padding-top: 400px;
  }

  .s-pb-md-0 > [class*="container"] {
    padding-bottom: 0;
  }

  .s-pb-md-1 > [class*="container"] {
    padding-bottom: 1px;
  }

  .s-pb-md-2 > [class*="container"] {
    padding-bottom: 2px;
  }

  .s-pb-md-3 > [class*="container"] {
    padding-bottom: 3px;
  }

  .s-pb-md-5 > [class*="container"] {
    padding-bottom: 5px;
  }

  .s-pb-md-10 > [class*="container"] {
    padding-bottom: 10px;
  }

  .s-pb-md-15 > [class*="container"] {
    padding-bottom: 15px;
  }

  .s-pb-md-17 > [class*="container"] {
    padding-bottom: 17px;
  }

  .s-pb-md-20 > [class*="container"] {
    padding-bottom: 20px;
  }

  .s-pb-md-25 > [class*="container"] {
    padding-bottom: 25px;
  }

  .s-pb-md-28 > [class*="container"] {
    padding-bottom: 28px;
  }

  .s-pb-md-30 > [class*="container"] {
    padding-bottom: 30px;
  }

  .s-pb-md-35 > [class*="container"] {
    padding-bottom: 35px;
  }

  .s-pb-md-40 > [class*="container"] {
    padding-bottom: 40px;
  }

  .s-pb-md-45 > [class*="container"] {
    padding-bottom: 45px;
  }

  .s-pb-md-50 > [class*="container"] {
    padding-bottom: 50px;
  }

  .s-pb-md-55 > [class*="container"] {
    padding-bottom: 55px;
  }

  .s-pb-md-60 > [class*="container"] {
    padding-bottom: 60px;
  }

  .s-pb-md-65 > [class*="container"] {
    padding-bottom: 65px;
  }

  .s-pb-md-70 > [class*="container"] {
    padding-bottom: 70px;
  }

  .s-pb-md-80 > [class*="container"] {
    padding-bottom: 80px;
  }

  .s-pb-md-90 > [class*="container"] {
    padding-bottom: 90px;
  }

  .s-pb-md-100 > [class*="container"] {
    padding-bottom: 100px;
  }

  .s-pb-md-110 > [class*="container"] {
    padding-bottom: 110px;
  }

  .s-pb-md-115 > [class*="container"] {
    padding-bottom: 115px;
  }

  .s-pb-md-120 > [class*="container"] {
    padding-bottom: 120px;
  }

  .s-pb-md-130 > [class*="container"] {
    padding-bottom: 130px;
  }

  .s-pb-md-140 > [class*="container"] {
    padding-bottom: 140px;
  }

  .s-pb-md-150 > [class*="container"] {
    padding-bottom: 150px;
  }

  .s-pb-md-200 > [class*="container"] {
    padding-bottom: 200px;
  }

  .s-pb-md-240 > [class*="container"] {
    padding-bottom: 240px;
  }

  .s-pb-md-250 > [class*="container"] {
    padding-bottom: 250px;
  }

  .s-pb-md-400 > [class*="container"] {
    padding-bottom: 400px;
  }

  .s-py-md-0 > [class*="container"] {
    padding-bottom: 0;
    padding-top: 0;
  }

  .s-py-md-1 > [class*="container"] {
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .s-py-md-2 > [class*="container"] {
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .s-py-md-3 > [class*="container"] {
    padding-bottom: 3px;
    padding-top: 3px;
  }

  .s-py-md-5 > [class*="container"] {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .s-py-md-10 > [class*="container"] {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .s-py-md-15 > [class*="container"] {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .s-py-md-17 > [class*="container"] {
    padding-bottom: 17px;
    padding-top: 17px;
  }

  .s-py-md-20 > [class*="container"] {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .s-py-md-25 > [class*="container"] {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .s-py-md-28 > [class*="container"] {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .s-py-md-30 > [class*="container"] {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .s-py-md-35 > [class*="container"] {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .s-py-md-40 > [class*="container"] {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .s-py-md-45 > [class*="container"] {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .s-py-md-50 > [class*="container"] {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .s-py-md-55 > [class*="container"] {
    padding-bottom: 55px;
    padding-top: 55px;
  }

  .s-py-md-60 > [class*="container"] {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .s-py-md-65 > [class*="container"] {
    padding-bottom: 65px;
    padding-top: 65px;
  }

  .s-py-md-70 > [class*="container"] {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .s-py-md-80 > [class*="container"] {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .s-py-md-90 > [class*="container"] {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .s-py-md-100 > [class*="container"] {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .s-py-md-110 > [class*="container"] {
    padding-bottom: 110px;
    padding-top: 110px;
  }

  .s-py-md-115 > [class*="container"] {
    padding-bottom: 115px;
    padding-top: 115px;
  }

  .s-py-md-120 > [class*="container"] {
    padding-bottom: 120px;
    padding-top: 120px;
  }

  .s-py-md-130 > [class*="container"] {
    padding-bottom: 130px;
    padding-top: 130px;
  }

  .s-py-md-140 > [class*="container"] {
    padding-bottom: 140px;
    padding-top: 140px;
  }

  .s-py-md-150 > [class*="container"] {
    padding-bottom: 150px;
    padding-top: 150px;
  }

  .s-py-md-200 > [class*="container"] {
    padding-bottom: 200px;
    padding-top: 200px;
  }

  .s-py-md-240 > [class*="container"] {
    padding-bottom: 240px;
    padding-top: 240px;
  }

  .s-py-md-250 > [class*="container"] {
    padding-bottom: 250px;
    padding-top: 250px;
  }

  .s-py-md-400 > [class*="container"] {
    padding-bottom: 400px;
    padding-top: 400px;
  }
}

@media (min-width: 992px) {
  .s-pt-lg-0 > [class*="container"] {
    padding-top: 0;
  }

  .s-pt-lg-1 > [class*="container"] {
    padding-top: 1px;
  }

  .s-pt-lg-2 > [class*="container"] {
    padding-top: 2px;
  }

  .s-pt-lg-3 > [class*="container"] {
    padding-top: 3px;
  }

  .s-pt-lg-5 > [class*="container"] {
    padding-top: 5px;
  }

  .s-pt-lg-10 > [class*="container"] {
    padding-top: 10px;
  }

  .s-pt-lg-15 > [class*="container"] {
    padding-top: 15px;
  }

  .s-pt-lg-17 > [class*="container"] {
    padding-top: 17px;
  }

  .s-pt-lg-20 > [class*="container"] {
    padding-top: 20px;
  }

  .s-pt-lg-25 > [class*="container"] {
    padding-top: 25px;
  }

  .s-pt-lg-28 > [class*="container"] {
    padding-top: 28px;
  }

  .s-pt-lg-30 > [class*="container"] {
    padding-top: 30px;
  }

  .s-pt-lg-35 > [class*="container"] {
    padding-top: 35px;
  }

  .s-pt-lg-40 > [class*="container"] {
    padding-top: 40px;
  }

  .s-pt-lg-45 > [class*="container"] {
    padding-top: 45px;
  }

  .s-pt-lg-50 > [class*="container"] {
    padding-top: 50px;
  }

  .s-pt-lg-55 > [class*="container"] {
    padding-top: 55px;
  }

  .s-pt-lg-60 > [class*="container"] {
    padding-top: 60px;
  }

  .s-pt-lg-65 > [class*="container"] {
    padding-top: 65px;
  }

  .s-pt-lg-70 > [class*="container"] {
    padding-top: 70px;
  }

  .s-pt-lg-80 > [class*="container"] {
    padding-top: 80px;
  }

  .s-pt-lg-90 > [class*="container"] {
    padding-top: 90px;
  }

  .s-pt-lg-100 > [class*="container"] {
    padding-top: 100px;
  }

  .s-pt-lg-110 > [class*="container"] {
    padding-top: 110px;
  }

  .s-pt-lg-115 > [class*="container"] {
    padding-top: 115px;
  }

  .s-pt-lg-120 > [class*="container"] {
    padding-top: 120px;
  }

  .s-pt-lg-130 > [class*="container"] {
    padding-top: 130px;
  }

  .s-pt-lg-140 > [class*="container"] {
    padding-top: 140px;
  }

  .s-pt-lg-150 > [class*="container"] {
    padding-top: 150px;
  }

  .s-pt-lg-200 > [class*="container"] {
    padding-top: 200px;
  }

  .s-pt-lg-240 > [class*="container"] {
    padding-top: 240px;
  }

  .s-pt-lg-250 > [class*="container"] {
    padding-top: 250px;
  }

  .s-pt-lg-400 > [class*="container"] {
    padding-top: 400px;
  }

  .s-pb-lg-0 > [class*="container"] {
    padding-bottom: 0;
  }

  .s-pb-lg-1 > [class*="container"] {
    padding-bottom: 1px;
  }

  .s-pb-lg-2 > [class*="container"] {
    padding-bottom: 2px;
  }

  .s-pb-lg-3 > [class*="container"] {
    padding-bottom: 3px;
  }

  .s-pb-lg-5 > [class*="container"] {
    padding-bottom: 5px;
  }

  .s-pb-lg-10 > [class*="container"] {
    padding-bottom: 10px;
  }

  .s-pb-lg-15 > [class*="container"] {
    padding-bottom: 15px;
  }

  .s-pb-lg-17 > [class*="container"] {
    padding-bottom: 17px;
  }

  .s-pb-lg-20 > [class*="container"] {
    padding-bottom: 20px;
  }

  .s-pb-lg-25 > [class*="container"] {
    padding-bottom: 25px;
  }

  .s-pb-lg-28 > [class*="container"] {
    padding-bottom: 28px;
  }

  .s-pb-lg-30 > [class*="container"] {
    padding-bottom: 30px;
  }

  .s-pb-lg-35 > [class*="container"] {
    padding-bottom: 35px;
  }

  .s-pb-lg-40 > [class*="container"] {
    padding-bottom: 40px;
  }

  .s-pb-lg-45 > [class*="container"] {
    padding-bottom: 45px;
  }

  .s-pb-lg-50 > [class*="container"] {
    padding-bottom: 50px;
  }

  .s-pb-lg-55 > [class*="container"] {
    padding-bottom: 55px;
  }

  .s-pb-lg-60 > [class*="container"] {
    padding-bottom: 60px;
  }

  .s-pb-lg-65 > [class*="container"] {
    padding-bottom: 65px;
  }

  .s-pb-lg-70 > [class*="container"] {
    padding-bottom: 70px;
  }

  .s-pb-lg-80 > [class*="container"] {
    padding-bottom: 80px;
  }

  .s-pb-lg-90 > [class*="container"] {
    padding-bottom: 90px;
  }

  .s-pb-lg-100 > [class*="container"] {
    padding-bottom: 100px;
  }

  .s-pb-lg-110 > [class*="container"] {
    padding-bottom: 110px;
  }

  .s-pb-lg-115 > [class*="container"] {
    padding-bottom: 115px;
  }

  .s-pb-lg-120 > [class*="container"] {
    padding-bottom: 120px;
  }

  .s-pb-lg-130 > [class*="container"] {
    padding-bottom: 130px;
  }

  .s-pb-lg-140 > [class*="container"] {
    padding-bottom: 140px;
  }

  .s-pb-lg-150 > [class*="container"] {
    padding-bottom: 150px;
  }

  .s-pb-lg-200 > [class*="container"] {
    padding-bottom: 200px;
  }

  .s-pb-lg-240 > [class*="container"] {
    padding-bottom: 240px;
  }

  .s-pb-lg-250 > [class*="container"] {
    padding-bottom: 250px;
  }

  .s-pb-lg-400 > [class*="container"] {
    padding-bottom: 400px;
  }

  .s-py-lg-0 > [class*="container"] {
    padding-bottom: 0;
    padding-top: 0;
  }

  .s-py-lg-1 > [class*="container"] {
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .s-py-lg-2 > [class*="container"] {
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .s-py-lg-3 > [class*="container"] {
    padding-bottom: 3px;
    padding-top: 3px;
  }

  .s-py-lg-5 > [class*="container"] {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .s-py-lg-10 > [class*="container"] {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .s-py-lg-15 > [class*="container"] {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .s-py-lg-17 > [class*="container"] {
    padding-bottom: 17px;
    padding-top: 17px;
  }

  .s-py-lg-20 > [class*="container"] {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .s-py-lg-25 > [class*="container"] {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .s-py-lg-28 > [class*="container"] {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .s-py-lg-30 > [class*="container"] {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .s-py-lg-35 > [class*="container"] {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .s-py-lg-40 > [class*="container"] {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .s-py-lg-45 > [class*="container"] {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .s-py-lg-50 > [class*="container"] {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .s-py-lg-55 > [class*="container"] {
    padding-bottom: 55px;
    padding-top: 55px;
  }

  .s-py-lg-60 > [class*="container"] {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .s-py-lg-65 > [class*="container"] {
    padding-bottom: 65px;
    padding-top: 65px;
  }

  .s-py-lg-70 > [class*="container"] {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .s-py-lg-80 > [class*="container"] {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .s-py-lg-90 > [class*="container"] {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .s-py-lg-100 > [class*="container"] {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .s-py-lg-110 > [class*="container"] {
    padding-bottom: 110px;
    padding-top: 110px;
  }

  .s-py-lg-115 > [class*="container"] {
    padding-bottom: 115px;
    padding-top: 115px;
  }

  .s-py-lg-120 > [class*="container"] {
    padding-bottom: 120px;
    padding-top: 120px;
  }

  .s-py-lg-130 > [class*="container"] {
    padding-bottom: 130px;
    padding-top: 130px;
  }

  .s-py-lg-140 > [class*="container"] {
    padding-bottom: 140px;
    padding-top: 140px;
  }

  .s-py-lg-150 > [class*="container"] {
    padding-bottom: 150px;
    padding-top: 150px;
  }

  .s-py-lg-200 > [class*="container"] {
    padding-bottom: 200px;
    padding-top: 200px;
  }

  .s-py-lg-240 > [class*="container"] {
    padding-bottom: 240px;
    padding-top: 240px;
  }

  .s-py-lg-250 > [class*="container"] {
    padding-bottom: 250px;
    padding-top: 250px;
  }

  .s-py-lg-400 > [class*="container"] {
    padding-bottom: 400px;
    padding-top: 400px;
  }
}

@media (min-width: 1200px) {
  .s-pt-xl-0 > [class*="container"] {
    padding-top: 0;
  }

  .s-pt-xl-1 > [class*="container"] {
    padding-top: 1px;
  }

  .s-pt-xl-2 > [class*="container"] {
    padding-top: 2px;
  }

  .s-pt-xl-3 > [class*="container"] {
    padding-top: 3px;
  }

  .s-pt-xl-5 > [class*="container"] {
    padding-top: 5px;
  }

  .s-pt-xl-10 > [class*="container"] {
    padding-top: 10px;
  }

  .s-pt-xl-15 > [class*="container"] {
    padding-top: 15px;
  }

  .s-pt-xl-17 > [class*="container"] {
    padding-top: 17px;
  }

  .s-pt-xl-20 > [class*="container"] {
    padding-top: 20px;
  }

  .s-pt-xl-25 > [class*="container"] {
    padding-top: 25px;
  }

  .s-pt-xl-28 > [class*="container"] {
    padding-top: 28px;
  }

  .s-pt-xl-30 > [class*="container"] {
    padding-top: 30px;
  }

  .s-pt-xl-35 > [class*="container"] {
    padding-top: 35px;
  }

  .s-pt-xl-40 > [class*="container"] {
    padding-top: 40px;
  }

  .s-pt-xl-45 > [class*="container"] {
    padding-top: 45px;
  }

  .s-pt-xl-50 > [class*="container"] {
    padding-top: 50px;
  }

  .s-pt-xl-55 > [class*="container"] {
    padding-top: 55px;
  }

  .s-pt-xl-60 > [class*="container"] {
    padding-top: 60px;
  }

  .s-pt-xl-65 > [class*="container"] {
    padding-top: 65px;
  }

  .s-pt-xl-70 > [class*="container"] {
    padding-top: 70px;
  }

  .s-pt-xl-80 > [class*="container"] {
    padding-top: 80px;
  }

  .s-pt-xl-90 > [class*="container"] {
    padding-top: 90px;
  }

  .s-pt-xl-100 > [class*="container"] {
    padding-top: 100px;
  }

  .s-pt-xl-110 > [class*="container"] {
    padding-top: 110px;
  }

  .s-pt-xl-115 > [class*="container"] {
    padding-top: 115px;
  }

  .s-pt-xl-120 > [class*="container"] {
    padding-top: 120px;
  }

  .s-pt-xl-130 > [class*="container"] {
    padding-top: 130px;
  }

  .s-pt-xl-140 > [class*="container"] {
    padding-top: 140px;
  }

  .s-pt-xl-150 > [class*="container"] {
    padding-top: 150px;
  }

  .s-pt-xl-200 > [class*="container"] {
    padding-top: 200px;
  }

  .s-pt-xl-240 > [class*="container"] {
    padding-top: 240px;
  }

  .s-pt-xl-250 > [class*="container"] {
    padding-top: 250px;
  }

  .s-pt-xl-400 > [class*="container"] {
    padding-top: 400px;
  }

  .s-pb-xl-0 > [class*="container"] {
    padding-bottom: 0;
  }

  .s-pb-xl-1 > [class*="container"] {
    padding-bottom: 1px;
  }

  .s-pb-xl-2 > [class*="container"] {
    padding-bottom: 2px;
  }

  .s-pb-xl-3 > [class*="container"] {
    padding-bottom: 3px;
  }

  .s-pb-xl-5 > [class*="container"] {
    padding-bottom: 5px;
  }

  .s-pb-xl-10 > [class*="container"] {
    padding-bottom: 10px;
  }

  .s-pb-xl-15 > [class*="container"] {
    padding-bottom: 15px;
  }

  .s-pb-xl-17 > [class*="container"] {
    padding-bottom: 17px;
  }

  .s-pb-xl-20 > [class*="container"] {
    padding-bottom: 20px;
  }

  .s-pb-xl-25 > [class*="container"] {
    padding-bottom: 25px;
  }

  .s-pb-xl-28 > [class*="container"] {
    padding-bottom: 28px;
  }

  .s-pb-xl-30 > [class*="container"] {
    padding-bottom: 30px;
  }

  .s-pb-xl-35 > [class*="container"] {
    padding-bottom: 35px;
  }

  .s-pb-xl-40 > [class*="container"] {
    padding-bottom: 40px;
  }

  .s-pb-xl-45 > [class*="container"] {
    padding-bottom: 45px;
  }

  .s-pb-xl-50 > [class*="container"] {
    padding-bottom: 50px;
  }

  .s-pb-xl-55 > [class*="container"] {
    padding-bottom: 55px;
  }

  .s-pb-xl-60 > [class*="container"] {
    padding-bottom: 60px;
  }

  .s-pb-xl-65 > [class*="container"] {
    padding-bottom: 65px;
  }

  .s-pb-xl-70 > [class*="container"] {
    padding-bottom: 70px;
  }

  .s-pb-xl-80 > [class*="container"] {
    padding-bottom: 80px;
  }

  .s-pb-xl-90 > [class*="container"] {
    padding-bottom: 90px;
  }

  .s-pb-xl-100 > [class*="container"] {
    padding-bottom: 100px;
  }

  .s-pb-xl-110 > [class*="container"] {
    padding-bottom: 110px;
  }

  .s-pb-xl-115 > [class*="container"] {
    padding-bottom: 115px;
  }

  .s-pb-xl-120 > [class*="container"] {
    padding-bottom: 120px;
  }

  .s-pb-xl-130 > [class*="container"] {
    padding-bottom: 130px;
  }

  .s-pb-xl-140 > [class*="container"] {
    padding-bottom: 140px;
  }

  .s-pb-xl-150 > [class*="container"] {
    padding-bottom: 150px;
  }

  .s-pb-xl-200 > [class*="container"] {
    padding-bottom: 200px;
  }

  .s-pb-xl-240 > [class*="container"] {
    padding-bottom: 240px;
  }

  .s-pb-xl-250 > [class*="container"] {
    padding-bottom: 250px;
  }

  .s-pb-xl-400 > [class*="container"] {
    padding-bottom: 400px;
  }

  .s-py-xl-0 > [class*="container"] {
    padding-bottom: 0;
    padding-top: 0;
  }

  .s-py-xl-1 > [class*="container"] {
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .s-py-xl-2 > [class*="container"] {
    padding-bottom: 2px;
    padding-top: 2px;
  }

  .s-py-xl-3 > [class*="container"] {
    padding-bottom: 3px;
    padding-top: 3px;
  }

  .s-py-xl-5 > [class*="container"] {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .s-py-xl-10 > [class*="container"] {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .s-py-xl-15 > [class*="container"] {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .s-py-xl-17 > [class*="container"] {
    padding-bottom: 17px;
    padding-top: 17px;
  }

  .s-py-xl-20 > [class*="container"] {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .s-py-xl-25 > [class*="container"] {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .s-py-xl-28 > [class*="container"] {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .s-py-xl-30 > [class*="container"] {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .s-py-xl-35 > [class*="container"] {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .s-py-xl-40 > [class*="container"] {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .s-py-xl-45 > [class*="container"] {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .s-py-xl-50 > [class*="container"] {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .s-py-xl-55 > [class*="container"] {
    padding-bottom: 55px;
    padding-top: 55px;
  }

  .s-py-xl-60 > [class*="container"] {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .s-py-xl-65 > [class*="container"] {
    padding-bottom: 65px;
    padding-top: 65px;
  }

  .s-py-xl-70 > [class*="container"] {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .s-py-xl-80 > [class*="container"] {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .s-py-xl-90 > [class*="container"] {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .s-py-xl-100 > [class*="container"] {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .s-py-xl-110 > [class*="container"] {
    padding-bottom: 110px;
    padding-top: 110px;
  }

  .s-py-xl-115 > [class*="container"] {
    padding-bottom: 115px;
    padding-top: 115px;
  }

  .s-py-xl-120 > [class*="container"] {
    padding-bottom: 120px;
    padding-top: 120px;
  }

  .s-py-xl-130 > [class*="container"] {
    padding-bottom: 130px;
    padding-top: 130px;
  }

  .s-py-xl-140 > [class*="container"] {
    padding-bottom: 140px;
    padding-top: 140px;
  }

  .s-py-xl-150 > [class*="container"] {
    padding-bottom: 150px;
    padding-top: 150px;
  }

  .s-py-xl-200 > [class*="container"] {
    padding-bottom: 200px;
    padding-top: 200px;
  }

  .s-py-xl-240 > [class*="container"] {
    padding-bottom: 240px;
    padding-top: 240px;
  }

  .s-py-xl-250 > [class*="container"] {
    padding-bottom: 250px;
    padding-top: 250px;
  }

  .s-py-xl-400 > [class*="container"] {
    padding-bottom: 400px;
    padding-top: 400px;
  }
}

.c-mt-0 [class*="col-"],
.row.c-mt-0 > [class*="col-"] {
  margin-top: 0;
}

.c-mt-1 [class*="col-"],
.row.c-mt-1 > [class*="col-"] {
  margin-top: 1px;
}

.c-mt-2 [class*="col-"],
.row.c-mt-2 > [class*="col-"] {
  margin-top: 2px;
}

.c-mt-5 [class*="col-"],
.row.c-mt-5 > [class*="col-"] {
  margin-top: 5px;
}

.c-mt-10 [class*="col-"],
.row.c-mt-10 > [class*="col-"] {
  margin-top: 10px;
}

.c-mt-15 [class*="col-"],
.row.c-mt-15 > [class*="col-"] {
  margin-top: 15px;
}

.c-mt-20 [class*="col-"],
.row.c-mt-20 > [class*="col-"] {
  margin-top: 20px;
}

.c-mt-25 [class*="col-"],
.row.c-mt-25 > [class*="col-"] {
  margin-top: 25px;
}

.c-mt-30 [class*="col-"],
.row.c-mt-30 > [class*="col-"] {
  margin-top: 30px;
}

.c-mt-40 [class*="col-"],
.row.c-mt-40 > [class*="col-"] {
  margin-top: 40px;
}

.c-mt-45 [class*="col-"],
.row.c-mt-45 > [class*="col-"] {
  margin-top: 45px;
}

.c-mt-50 [class*="col-"],
.row.c-mt-50 > [class*="col-"] {
  margin-top: 50px;
}

.c-mt-60 [class*="col-"],
.row.c-mt-60 > [class*="col-"] {
  margin-top: 60px;
}

.c-mt-100 [class*="col-"],
.row.c-mt-100 > [class*="col-"] {
  margin-top: 100px;
}

.c-mb-0 [class*="col-"],
.row.c-mb-0 > [class*="col-"] {
  margin-bottom: 0;
}

.c-mb-1 [class*="col-"],
.row.c-mb-1 > [class*="col-"] {
  margin-bottom: 1px;
}

.c-mb-2 [class*="col-"],
.row.c-mb-2 > [class*="col-"] {
  margin-bottom: 2px;
}

.c-mb-5 [class*="col-"],
.row.c-mb-5 > [class*="col-"] {
  margin-bottom: 5px;
}

.c-mb-10 [class*="col-"],
.row.c-mb-10 > [class*="col-"] {
  margin-bottom: 10px;
}

.c-mb-15 [class*="col-"],
.row.c-mb-15 > [class*="col-"] {
  margin-bottom: 15px;
}

.c-mb-20 [class*="col-"],
.row.c-mb-20 > [class*="col-"] {
  margin-bottom: 20px;
}

.c-mb-25 [class*="col-"],
.row.c-mb-25 > [class*="col-"] {
  margin-bottom: 25px;
}

.c-mb-30 [class*="col-"],
.row.c-mb-30 > [class*="col-"] {
  margin-bottom: 30px;
}

.c-mb-40 [class*="col-"],
.row.c-mb-40 > [class*="col-"] {
  margin-bottom: 40px;
}

.c-mb-45 [class*="col-"],
.row.c-mb-45 > [class*="col-"] {
  margin-bottom: 45px;
}

.c-mb-50 [class*="col-"],
.row.c-mb-50 > [class*="col-"] {
  margin-bottom: 50px;
}

.c-mb-60 [class*="col-"],
.row.c-mb-60 > [class*="col-"] {
  margin-bottom: 60px;
}

.c-mb-100 [class*="col-"],
.row.c-mb-100 > [class*="col-"] {
  margin-bottom: 100px;
}

.c-my-0 [class*="col-"],
.row.c-my-0 > [class*="col-"] {
  margin-bottom: 0;
  margin-top: 0;
}

.c-my-1 [class*="col-"],
.row.c-my-1 > [class*="col-"] {
  margin-bottom: 1px;
  margin-top: 1px;
}

.c-my-2 [class*="col-"],
.row.c-my-2 > [class*="col-"] {
  margin-bottom: 2px;
  margin-top: 2px;
}

.c-my-5 [class*="col-"],
.row.c-my-5 > [class*="col-"] {
  margin-bottom: 5px;
  margin-top: 5px;
}

.c-my-10 [class*="col-"],
.row.c-my-10 > [class*="col-"] {
  margin-bottom: 10px;
  margin-top: 10px;
}

.c-my-15 [class*="col-"],
.row.c-my-15 > [class*="col-"] {
  margin-bottom: 15px;
  margin-top: 15px;
}

.c-my-20 [class*="col-"],
.row.c-my-20 > [class*="col-"] {
  margin-bottom: 20px;
  margin-top: 20px;
}

.c-my-25 [class*="col-"],
.row.c-my-25 > [class*="col-"] {
  margin-bottom: 25px;
  margin-top: 25px;
}

.c-my-30 [class*="col-"],
.row.c-my-30 > [class*="col-"] {
  margin-bottom: 30px;
  margin-top: 30px;
}

.c-my-40 [class*="col-"],
.row.c-my-40 > [class*="col-"] {
  margin-bottom: 40px;
  margin-top: 40px;
}

.c-my-45 [class*="col-"],
.row.c-my-45 > [class*="col-"] {
  margin-bottom: 45px;
  margin-top: 45px;
}

.c-my-50 [class*="col-"],
.row.c-my-50 > [class*="col-"] {
  margin-bottom: 50px;
  margin-top: 50px;
}

.c-my-60 [class*="col-"],
.row.c-my-60 > [class*="col-"] {
  margin-bottom: 60px;
  margin-top: 60px;
}

.c-my-100 [class*="col-"],
.row.c-my-100 > [class*="col-"] {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media (min-width: 576px) {
  .c-mt-sm-0 [class*="col-"],
  .row.c-mt-sm-0 > [class*="col-"] {
    margin-top: 0;
  }

  .c-mt-sm-1 [class*="col-"],
  .row.c-mt-sm-1 > [class*="col-"] {
    margin-top: 1px;
  }

  .c-mt-sm-2 [class*="col-"],
  .row.c-mt-sm-2 > [class*="col-"] {
    margin-top: 2px;
  }

  .c-mt-sm-5 [class*="col-"],
  .row.c-mt-sm-5 > [class*="col-"] {
    margin-top: 5px;
  }

  .c-mt-sm-10 [class*="col-"],
  .row.c-mt-sm-10 > [class*="col-"] {
    margin-top: 10px;
  }

  .c-mt-sm-15 [class*="col-"],
  .row.c-mt-sm-15 > [class*="col-"] {
    margin-top: 15px;
  }

  .c-mt-sm-20 [class*="col-"],
  .row.c-mt-sm-20 > [class*="col-"] {
    margin-top: 20px;
  }

  .c-mt-sm-25 [class*="col-"],
  .row.c-mt-sm-25 > [class*="col-"] {
    margin-top: 25px;
  }

  .c-mt-sm-30 [class*="col-"],
  .row.c-mt-sm-30 > [class*="col-"] {
    margin-top: 30px;
  }

  .c-mt-sm-40 [class*="col-"],
  .row.c-mt-sm-40 > [class*="col-"] {
    margin-top: 40px;
  }

  .c-mt-sm-45 [class*="col-"],
  .row.c-mt-sm-45 > [class*="col-"] {
    margin-top: 45px;
  }

  .c-mt-sm-50 [class*="col-"],
  .row.c-mt-sm-50 > [class*="col-"] {
    margin-top: 50px;
  }

  .c-mt-sm-60 [class*="col-"],
  .row.c-mt-sm-60 > [class*="col-"] {
    margin-top: 60px;
  }

  .c-mt-sm-100 [class*="col-"],
  .row.c-mt-sm-100 > [class*="col-"] {
    margin-top: 100px;
  }

  .c-mb-sm-0 [class*="col-"],
  .row.c-mb-sm-0 > [class*="col-"] {
    margin-bottom: 0;
  }

  .c-mb-sm-1 [class*="col-"],
  .row.c-mb-sm-1 > [class*="col-"] {
    margin-bottom: 1px;
  }

  .c-mb-sm-2 [class*="col-"],
  .row.c-mb-sm-2 > [class*="col-"] {
    margin-bottom: 2px;
  }

  .c-mb-sm-5 [class*="col-"],
  .row.c-mb-sm-5 > [class*="col-"] {
    margin-bottom: 5px;
  }

  .c-mb-sm-10 [class*="col-"],
  .row.c-mb-sm-10 > [class*="col-"] {
    margin-bottom: 10px;
  }

  .c-mb-sm-15 [class*="col-"],
  .row.c-mb-sm-15 > [class*="col-"] {
    margin-bottom: 15px;
  }

  .c-mb-sm-20 [class*="col-"],
  .row.c-mb-sm-20 > [class*="col-"] {
    margin-bottom: 20px;
  }

  .c-mb-sm-25 [class*="col-"],
  .row.c-mb-sm-25 > [class*="col-"] {
    margin-bottom: 25px;
  }

  .c-mb-sm-30 [class*="col-"],
  .row.c-mb-sm-30 > [class*="col-"] {
    margin-bottom: 30px;
  }

  .c-mb-sm-40 [class*="col-"],
  .row.c-mb-sm-40 > [class*="col-"] {
    margin-bottom: 40px;
  }

  .c-mb-sm-45 [class*="col-"],
  .row.c-mb-sm-45 > [class*="col-"] {
    margin-bottom: 45px;
  }

  .c-mb-sm-50 [class*="col-"],
  .row.c-mb-sm-50 > [class*="col-"] {
    margin-bottom: 50px;
  }

  .c-mb-sm-60 [class*="col-"],
  .row.c-mb-sm-60 > [class*="col-"] {
    margin-bottom: 60px;
  }

  .c-mb-sm-100 [class*="col-"],
  .row.c-mb-sm-100 > [class*="col-"] {
    margin-bottom: 100px;
  }

  .c-my-sm-0 [class*="col-"],
  .row.c-my-sm-0 > [class*="col-"] {
    margin-bottom: 0;
    margin-top: 0;
  }

  .c-my-sm-1 [class*="col-"],
  .row.c-my-sm-1 > [class*="col-"] {
    margin-bottom: 1px;
    margin-top: 1px;
  }

  .c-my-sm-2 [class*="col-"],
  .row.c-my-sm-2 > [class*="col-"] {
    margin-bottom: 2px;
    margin-top: 2px;
  }

  .c-my-sm-5 [class*="col-"],
  .row.c-my-sm-5 > [class*="col-"] {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .c-my-sm-10 [class*="col-"],
  .row.c-my-sm-10 > [class*="col-"] {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .c-my-sm-15 [class*="col-"],
  .row.c-my-sm-15 > [class*="col-"] {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .c-my-sm-20 [class*="col-"],
  .row.c-my-sm-20 > [class*="col-"] {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .c-my-sm-25 [class*="col-"],
  .row.c-my-sm-25 > [class*="col-"] {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .c-my-sm-30 [class*="col-"],
  .row.c-my-sm-30 > [class*="col-"] {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .c-my-sm-40 [class*="col-"],
  .row.c-my-sm-40 > [class*="col-"] {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .c-my-sm-45 [class*="col-"],
  .row.c-my-sm-45 > [class*="col-"] {
    margin-bottom: 45px;
    margin-top: 45px;
  }

  .c-my-sm-50 [class*="col-"],
  .row.c-my-sm-50 > [class*="col-"] {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .c-my-sm-60 [class*="col-"],
  .row.c-my-sm-60 > [class*="col-"] {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .c-my-sm-100 [class*="col-"],
  .row.c-my-sm-100 > [class*="col-"] {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .c-mt-md-0 [class*="col-"],
  .row.c-mt-md-0 > [class*="col-"] {
    margin-top: 0;
  }

  .c-mt-md-1 [class*="col-"],
  .row.c-mt-md-1 > [class*="col-"] {
    margin-top: 1px;
  }

  .c-mt-md-2 [class*="col-"],
  .row.c-mt-md-2 > [class*="col-"] {
    margin-top: 2px;
  }

  .c-mt-md-5 [class*="col-"],
  .row.c-mt-md-5 > [class*="col-"] {
    margin-top: 5px;
  }

  .c-mt-md-10 [class*="col-"],
  .row.c-mt-md-10 > [class*="col-"] {
    margin-top: 10px;
  }

  .c-mt-md-15 [class*="col-"],
  .row.c-mt-md-15 > [class*="col-"] {
    margin-top: 15px;
  }

  .c-mt-md-20 [class*="col-"],
  .row.c-mt-md-20 > [class*="col-"] {
    margin-top: 20px;
  }

  .c-mt-md-25 [class*="col-"],
  .row.c-mt-md-25 > [class*="col-"] {
    margin-top: 25px;
  }

  .c-mt-md-30 [class*="col-"],
  .row.c-mt-md-30 > [class*="col-"] {
    margin-top: 30px;
  }

  .c-mt-md-40 [class*="col-"],
  .row.c-mt-md-40 > [class*="col-"] {
    margin-top: 40px;
  }

  .c-mt-md-45 [class*="col-"],
  .row.c-mt-md-45 > [class*="col-"] {
    margin-top: 45px;
  }

  .c-mt-md-50 [class*="col-"],
  .row.c-mt-md-50 > [class*="col-"] {
    margin-top: 50px;
  }

  .c-mt-md-60 [class*="col-"],
  .row.c-mt-md-60 > [class*="col-"] {
    margin-top: 60px;
  }

  .c-mt-md-100 [class*="col-"],
  .row.c-mt-md-100 > [class*="col-"] {
    margin-top: 100px;
  }

  .c-mb-md-0 [class*="col-"],
  .row.c-mb-md-0 > [class*="col-"] {
    margin-bottom: 0;
  }

  .c-mb-md-1 [class*="col-"],
  .row.c-mb-md-1 > [class*="col-"] {
    margin-bottom: 1px;
  }

  .c-mb-md-2 [class*="col-"],
  .row.c-mb-md-2 > [class*="col-"] {
    margin-bottom: 2px;
  }

  .c-mb-md-5 [class*="col-"],
  .row.c-mb-md-5 > [class*="col-"] {
    margin-bottom: 5px;
  }

  .c-mb-md-10 [class*="col-"],
  .row.c-mb-md-10 > [class*="col-"] {
    margin-bottom: 10px;
  }

  .c-mb-md-15 [class*="col-"],
  .row.c-mb-md-15 > [class*="col-"] {
    margin-bottom: 15px;
  }

  .c-mb-md-20 [class*="col-"],
  .row.c-mb-md-20 > [class*="col-"] {
    margin-bottom: 20px;
  }

  .c-mb-md-25 [class*="col-"],
  .row.c-mb-md-25 > [class*="col-"] {
    margin-bottom: 25px;
  }

  .c-mb-md-30 [class*="col-"],
  .row.c-mb-md-30 > [class*="col-"] {
    margin-bottom: 30px;
  }

  .c-mb-md-40 [class*="col-"],
  .row.c-mb-md-40 > [class*="col-"] {
    margin-bottom: 40px;
  }

  .c-mb-md-45 [class*="col-"],
  .row.c-mb-md-45 > [class*="col-"] {
    margin-bottom: 45px;
  }

  .c-mb-md-50 [class*="col-"],
  .row.c-mb-md-50 > [class*="col-"] {
    margin-bottom: 50px;
  }

  .c-mb-md-60 [class*="col-"],
  .row.c-mb-md-60 > [class*="col-"] {
    margin-bottom: 60px;
  }

  .c-mb-md-100 [class*="col-"],
  .row.c-mb-md-100 > [class*="col-"] {
    margin-bottom: 100px;
  }

  .c-my-md-0 [class*="col-"],
  .row.c-my-md-0 > [class*="col-"] {
    margin-bottom: 0;
    margin-top: 0;
  }

  .c-my-md-1 [class*="col-"],
  .row.c-my-md-1 > [class*="col-"] {
    margin-bottom: 1px;
    margin-top: 1px;
  }

  .c-my-md-2 [class*="col-"],
  .row.c-my-md-2 > [class*="col-"] {
    margin-bottom: 2px;
    margin-top: 2px;
  }

  .c-my-md-5 [class*="col-"],
  .row.c-my-md-5 > [class*="col-"] {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .c-my-md-10 [class*="col-"],
  .row.c-my-md-10 > [class*="col-"] {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .c-my-md-15 [class*="col-"],
  .row.c-my-md-15 > [class*="col-"] {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .c-my-md-20 [class*="col-"],
  .row.c-my-md-20 > [class*="col-"] {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .c-my-md-25 [class*="col-"],
  .row.c-my-md-25 > [class*="col-"] {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .c-my-md-30 [class*="col-"],
  .row.c-my-md-30 > [class*="col-"] {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .c-my-md-40 [class*="col-"],
  .row.c-my-md-40 > [class*="col-"] {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .c-my-md-45 [class*="col-"],
  .row.c-my-md-45 > [class*="col-"] {
    margin-bottom: 45px;
    margin-top: 45px;
  }

  .c-my-md-50 [class*="col-"],
  .row.c-my-md-50 > [class*="col-"] {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .c-my-md-60 [class*="col-"],
  .row.c-my-md-60 > [class*="col-"] {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .c-my-md-100 [class*="col-"],
  .row.c-my-md-100 > [class*="col-"] {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .c-mt-lg-0 [class*="col-"],
  .row.c-mt-lg-0 > [class*="col-"] {
    margin-top: 0;
  }

  .c-mt-lg-1 [class*="col-"],
  .row.c-mt-lg-1 > [class*="col-"] {
    margin-top: 1px;
  }

  .c-mt-lg-2 [class*="col-"],
  .row.c-mt-lg-2 > [class*="col-"] {
    margin-top: 2px;
  }

  .c-mt-lg-5 [class*="col-"],
  .row.c-mt-lg-5 > [class*="col-"] {
    margin-top: 5px;
  }

  .c-mt-lg-10 [class*="col-"],
  .row.c-mt-lg-10 > [class*="col-"] {
    margin-top: 10px;
  }

  .c-mt-lg-15 [class*="col-"],
  .row.c-mt-lg-15 > [class*="col-"] {
    margin-top: 15px;
  }

  .c-mt-lg-20 [class*="col-"],
  .row.c-mt-lg-20 > [class*="col-"] {
    margin-top: 20px;
  }

  .c-mt-lg-25 [class*="col-"],
  .row.c-mt-lg-25 > [class*="col-"] {
    margin-top: 25px;
  }

  .c-mt-lg-30 [class*="col-"],
  .row.c-mt-lg-30 > [class*="col-"] {
    margin-top: 30px;
  }

  .c-mt-lg-40 [class*="col-"],
  .row.c-mt-lg-40 > [class*="col-"] {
    margin-top: 40px;
  }

  .c-mt-lg-45 [class*="col-"],
  .row.c-mt-lg-45 > [class*="col-"] {
    margin-top: 45px;
  }

  .c-mt-lg-50 [class*="col-"],
  .row.c-mt-lg-50 > [class*="col-"] {
    margin-top: 50px;
  }

  .c-mt-lg-60 [class*="col-"],
  .row.c-mt-lg-60 > [class*="col-"] {
    margin-top: 60px;
  }

  .c-mt-lg-100 [class*="col-"],
  .row.c-mt-lg-100 > [class*="col-"] {
    margin-top: 100px;
  }

  .c-mb-lg-0 [class*="col-"],
  .row.c-mb-lg-0 > [class*="col-"] {
    margin-bottom: 0;
  }

  .c-mb-lg-1 [class*="col-"],
  .row.c-mb-lg-1 > [class*="col-"] {
    margin-bottom: 1px;
  }

  .c-mb-lg-2 [class*="col-"],
  .row.c-mb-lg-2 > [class*="col-"] {
    margin-bottom: 2px;
  }

  .c-mb-lg-5 [class*="col-"],
  .row.c-mb-lg-5 > [class*="col-"] {
    margin-bottom: 5px;
  }

  .c-mb-lg-10 [class*="col-"],
  .row.c-mb-lg-10 > [class*="col-"] {
    margin-bottom: 10px;
  }

  .c-mb-lg-15 [class*="col-"],
  .row.c-mb-lg-15 > [class*="col-"] {
    margin-bottom: 15px;
  }

  .c-mb-lg-20 [class*="col-"],
  .row.c-mb-lg-20 > [class*="col-"] {
    margin-bottom: 20px;
  }

  .c-mb-lg-25 [class*="col-"],
  .row.c-mb-lg-25 > [class*="col-"] {
    margin-bottom: 25px;
  }

  .c-mb-lg-30 [class*="col-"],
  .row.c-mb-lg-30 > [class*="col-"] {
    margin-bottom: 30px;
  }

  .c-mb-lg-40 [class*="col-"],
  .row.c-mb-lg-40 > [class*="col-"] {
    margin-bottom: 40px;
  }

  .c-mb-lg-45 [class*="col-"],
  .row.c-mb-lg-45 > [class*="col-"] {
    margin-bottom: 45px;
  }

  .c-mb-lg-50 [class*="col-"],
  .row.c-mb-lg-50 > [class*="col-"] {
    margin-bottom: 50px;
  }

  .c-mb-lg-60 [class*="col-"],
  .row.c-mb-lg-60 > [class*="col-"] {
    margin-bottom: 60px;
  }

  .c-mb-lg-100 [class*="col-"],
  .row.c-mb-lg-100 > [class*="col-"] {
    margin-bottom: 100px;
  }

  .c-my-lg-0 [class*="col-"],
  .row.c-my-lg-0 > [class*="col-"] {
    margin-bottom: 0;
    margin-top: 0;
  }

  .c-my-lg-1 [class*="col-"],
  .row.c-my-lg-1 > [class*="col-"] {
    margin-bottom: 1px;
    margin-top: 1px;
  }

  .c-my-lg-2 [class*="col-"],
  .row.c-my-lg-2 > [class*="col-"] {
    margin-bottom: 2px;
    margin-top: 2px;
  }

  .c-my-lg-5 [class*="col-"],
  .row.c-my-lg-5 > [class*="col-"] {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .c-my-lg-10 [class*="col-"],
  .row.c-my-lg-10 > [class*="col-"] {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .c-my-lg-15 [class*="col-"],
  .row.c-my-lg-15 > [class*="col-"] {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .c-my-lg-20 [class*="col-"],
  .row.c-my-lg-20 > [class*="col-"] {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .c-my-lg-25 [class*="col-"],
  .row.c-my-lg-25 > [class*="col-"] {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .c-my-lg-30 [class*="col-"],
  .row.c-my-lg-30 > [class*="col-"] {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .c-my-lg-40 [class*="col-"],
  .row.c-my-lg-40 > [class*="col-"] {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .c-my-lg-45 [class*="col-"],
  .row.c-my-lg-45 > [class*="col-"] {
    margin-bottom: 45px;
    margin-top: 45px;
  }

  .c-my-lg-50 [class*="col-"],
  .row.c-my-lg-50 > [class*="col-"] {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .c-my-lg-60 [class*="col-"],
  .row.c-my-lg-60 > [class*="col-"] {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .c-my-lg-100 [class*="col-"],
  .row.c-my-lg-100 > [class*="col-"] {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .c-mt-xl-0 [class*="col-"],
  .row.c-mt-xl-0 > [class*="col-"] {
    margin-top: 0;
  }

  .c-mt-xl-1 [class*="col-"],
  .row.c-mt-xl-1 > [class*="col-"] {
    margin-top: 1px;
  }

  .c-mt-xl-2 [class*="col-"],
  .row.c-mt-xl-2 > [class*="col-"] {
    margin-top: 2px;
  }

  .c-mt-xl-5 [class*="col-"],
  .row.c-mt-xl-5 > [class*="col-"] {
    margin-top: 5px;
  }

  .c-mt-xl-10 [class*="col-"],
  .row.c-mt-xl-10 > [class*="col-"] {
    margin-top: 10px;
  }

  .c-mt-xl-15 [class*="col-"],
  .row.c-mt-xl-15 > [class*="col-"] {
    margin-top: 15px;
  }

  .c-mt-xl-20 [class*="col-"],
  .row.c-mt-xl-20 > [class*="col-"] {
    margin-top: 20px;
  }

  .c-mt-xl-25 [class*="col-"],
  .row.c-mt-xl-25 > [class*="col-"] {
    margin-top: 25px;
  }

  .c-mt-xl-30 [class*="col-"],
  .row.c-mt-xl-30 > [class*="col-"] {
    margin-top: 30px;
  }

  .c-mt-xl-40 [class*="col-"],
  .row.c-mt-xl-40 > [class*="col-"] {
    margin-top: 40px;
  }

  .c-mt-xl-45 [class*="col-"],
  .row.c-mt-xl-45 > [class*="col-"] {
    margin-top: 45px;
  }

  .c-mt-xl-50 [class*="col-"],
  .row.c-mt-xl-50 > [class*="col-"] {
    margin-top: 50px;
  }

  .c-mt-xl-60 [class*="col-"],
  .row.c-mt-xl-60 > [class*="col-"] {
    margin-top: 60px;
  }

  .c-mt-xl-100 [class*="col-"],
  .row.c-mt-xl-100 > [class*="col-"] {
    margin-top: 100px;
  }

  .c-mb-xl-0 [class*="col-"],
  .row.c-mb-xl-0 > [class*="col-"] {
    margin-bottom: 0;
  }

  .c-mb-xl-1 [class*="col-"],
  .row.c-mb-xl-1 > [class*="col-"] {
    margin-bottom: 1px;
  }

  .c-mb-xl-2 [class*="col-"],
  .row.c-mb-xl-2 > [class*="col-"] {
    margin-bottom: 2px;
  }

  .c-mb-xl-5 [class*="col-"],
  .row.c-mb-xl-5 > [class*="col-"] {
    margin-bottom: 5px;
  }

  .c-mb-xl-10 [class*="col-"],
  .row.c-mb-xl-10 > [class*="col-"] {
    margin-bottom: 10px;
  }

  .c-mb-xl-15 [class*="col-"],
  .row.c-mb-xl-15 > [class*="col-"] {
    margin-bottom: 15px;
  }

  .c-mb-xl-20 [class*="col-"],
  .row.c-mb-xl-20 > [class*="col-"] {
    margin-bottom: 20px;
  }

  .c-mb-xl-25 [class*="col-"],
  .row.c-mb-xl-25 > [class*="col-"] {
    margin-bottom: 25px;
  }

  .c-mb-xl-30 [class*="col-"],
  .row.c-mb-xl-30 > [class*="col-"] {
    margin-bottom: 30px;
  }

  .c-mb-xl-40 [class*="col-"],
  .row.c-mb-xl-40 > [class*="col-"] {
    margin-bottom: 40px;
  }

  .c-mb-xl-45 [class*="col-"],
  .row.c-mb-xl-45 > [class*="col-"] {
    margin-bottom: 45px;
  }

  .c-mb-xl-50 [class*="col-"],
  .row.c-mb-xl-50 > [class*="col-"] {
    margin-bottom: 50px;
  }

  .c-mb-xl-60 [class*="col-"],
  .row.c-mb-xl-60 > [class*="col-"] {
    margin-bottom: 60px;
  }

  .c-mb-xl-100 [class*="col-"],
  .row.c-mb-xl-100 > [class*="col-"] {
    margin-bottom: 100px;
  }

  .c-my-xl-0 [class*="col-"],
  .row.c-my-xl-0 > [class*="col-"] {
    margin-bottom: 0;
    margin-top: 0;
  }

  .c-my-xl-1 [class*="col-"],
  .row.c-my-xl-1 > [class*="col-"] {
    margin-bottom: 1px;
    margin-top: 1px;
  }

  .c-my-xl-2 [class*="col-"],
  .row.c-my-xl-2 > [class*="col-"] {
    margin-bottom: 2px;
    margin-top: 2px;
  }

  .c-my-xl-5 [class*="col-"],
  .row.c-my-xl-5 > [class*="col-"] {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .c-my-xl-10 [class*="col-"],
  .row.c-my-xl-10 > [class*="col-"] {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .c-my-xl-15 [class*="col-"],
  .row.c-my-xl-15 > [class*="col-"] {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .c-my-xl-20 [class*="col-"],
  .row.c-my-xl-20 > [class*="col-"] {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .c-my-xl-25 [class*="col-"],
  .row.c-my-xl-25 > [class*="col-"] {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .c-my-xl-30 [class*="col-"],
  .row.c-my-xl-30 > [class*="col-"] {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .c-my-xl-40 [class*="col-"],
  .row.c-my-xl-40 > [class*="col-"] {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .c-my-xl-45 [class*="col-"],
  .row.c-my-xl-45 > [class*="col-"] {
    margin-bottom: 45px;
    margin-top: 45px;
  }

  .c-my-xl-50 [class*="col-"],
  .row.c-my-xl-50 > [class*="col-"] {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .c-my-xl-60 [class*="col-"],
  .row.c-my-xl-60 > [class*="col-"] {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .c-my-xl-100 [class*="col-"],
  .row.c-my-xl-100 > [class*="col-"] {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

form[class*="c-mb-"] .row:last-child [class^="col-"],
[class*="c-mb-"] form .row:last-child [class^="col-"] {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1200px) {
  .s-top-overlap {
    margin-top: -140px;
  }

  .s-top-overlap-big {
    margin-top: -180px;
  }

  .s-top-overlap-small {
    margin-top: -100px;
  }
}

.s-full-height {
  min-height: 100vh;
}

[class*="divider-"] {
  clear: both;
  width: 100%;
}

[class*="divider-"]:last-child {
  order: 10000;
}

.divider-0 {
  margin-top: 0;
}

.divider-10 {
  margin-top: 10px;
}

.divider-15 {
  margin-top: 15px;
}

.divider-20 {
  margin-top: 20px;
}

.divider-25 {
  margin-top: 25px;
}

.divider-30 {
  margin-top: 30px;
}

.divider-35 {
  margin-top: 35px;
}

.divider-40 {
  margin-top: 40px;
}

.divider-45 {
  margin-top: 45px;
}

.divider-50 {
  margin-top: 50px;
}

.divider-55 {
  margin-top: 55px;
}

.divider-60 {
  margin-top: 60px;
}

.divider-65 {
  margin-top: 65px;
}

.divider-70 {
  margin-top: 70px;
}

.divider-75 {
  margin-top: 75px;
}

.divider-80 {
  margin-top: 80px;
}

.divider-90 {
  margin-top: 90px;
}

.divider-100 {
  margin-top: 100px;
}

.divider-110 {
  margin-top: 110px;
}

.divider-120 {
  margin-top: 120px;
}

.divider-130 {
  margin-top: 130px;
}

.divider-140 {
  margin-top: 140px;
}

.divider-150 {
  margin-top: 150px;
}

@media (min-width: 576px) {
  .divider-sm-0 {
    margin-top: 0;
  }

  .divider-sm-10 {
    margin-top: 10px;
  }

  .divider-sm-15 {
    margin-top: 15px;
  }

  .divider-sm-20 {
    margin-top: 20px;
  }

  .divider-sm-25 {
    margin-top: 25px;
  }

  .divider-sm-30 {
    margin-top: 30px;
  }

  .divider-sm-35 {
    margin-top: 35px;
  }

  .divider-sm-40 {
    margin-top: 40px;
  }

  .divider-sm-45 {
    margin-top: 45px;
  }

  .divider-sm-50 {
    margin-top: 50px;
  }

  .divider-sm-55 {
    margin-top: 55px;
  }

  .divider-sm-60 {
    margin-top: 60px;
  }

  .divider-sm-65 {
    margin-top: 65px;
  }

  .divider-sm-70 {
    margin-top: 70px;
  }

  .divider-sm-75 {
    margin-top: 75px;
  }

  .divider-sm-80 {
    margin-top: 80px;
  }

  .divider-sm-90 {
    margin-top: 90px;
  }

  .divider-sm-100 {
    margin-top: 100px;
  }

  .divider-sm-110 {
    margin-top: 110px;
  }

  .divider-sm-120 {
    margin-top: 120px;
  }

  .divider-sm-130 {
    margin-top: 130px;
  }

  .divider-sm-140 {
    margin-top: 140px;
  }

  .divider-sm-150 {
    margin-top: 150px;
  }
}

@media (min-width: 768px) {
  .divider-md-0 {
    margin-top: 0;
  }

  .divider-md-10 {
    margin-top: 10px;
  }

  .divider-md-15 {
    margin-top: 15px;
  }

  .divider-md-20 {
    margin-top: 20px;
  }

  .divider-md-25 {
    margin-top: 25px;
  }

  .divider-md-30 {
    margin-top: 30px;
  }

  .divider-md-35 {
    margin-top: 35px;
  }

  .divider-md-40 {
    margin-top: 40px;
  }

  .divider-md-45 {
    margin-top: 45px;
  }

  .divider-md-50 {
    margin-top: 50px;
  }

  .divider-md-55 {
    margin-top: 55px;
  }

  .divider-md-60 {
    margin-top: 60px;
  }

  .divider-md-65 {
    margin-top: 65px;
  }

  .divider-md-70 {
    margin-top: 70px;
  }

  .divider-md-75 {
    margin-top: 75px;
  }

  .divider-md-80 {
    margin-top: 80px;
  }

  .divider-md-90 {
    margin-top: 90px;
  }

  .divider-md-100 {
    margin-top: 100px;
  }

  .divider-md-110 {
    margin-top: 110px;
  }

  .divider-md-120 {
    margin-top: 120px;
  }

  .divider-md-130 {
    margin-top: 130px;
  }

  .divider-md-140 {
    margin-top: 140px;
  }

  .divider-md-150 {
    margin-top: 150px;
  }
}

@media (min-width: 992px) {
  .divider-lg-0 {
    margin-top: 0;
  }

  .divider-lg-10 {
    margin-top: 10px;
  }

  .divider-lg-15 {
    margin-top: 15px;
  }

  .divider-lg-20 {
    margin-top: 20px;
  }

  .divider-lg-25 {
    margin-top: 25px;
  }

  .divider-lg-30 {
    margin-top: 30px;
  }

  .divider-lg-35 {
    margin-top: 35px;
  }

  .divider-lg-40 {
    margin-top: 40px;
  }

  .divider-lg-45 {
    margin-top: 45px;
  }

  .divider-lg-50 {
    margin-top: 50px;
  }

  .divider-lg-55 {
    margin-top: 55px;
  }

  .divider-lg-60 {
    margin-top: 60px;
  }

  .divider-lg-65 {
    margin-top: 65px;
  }

  .divider-lg-70 {
    margin-top: 70px;
  }

  .divider-lg-75 {
    margin-top: 75px;
  }

  .divider-lg-80 {
    margin-top: 80px;
  }

  .divider-lg-90 {
    margin-top: 90px;
  }

  .divider-lg-100 {
    margin-top: 100px;
  }

  .divider-lg-110 {
    margin-top: 110px;
  }

  .divider-lg-120 {
    margin-top: 120px;
  }

  .divider-lg-130 {
    margin-top: 130px;
  }

  .divider-lg-140 {
    margin-top: 140px;
  }

  .divider-lg-150 {
    margin-top: 150px;
  }
}

@media (min-width: 1200px) {
  .divider-xl-0 {
    margin-top: 0;
  }

  .divider-xl-10 {
    margin-top: 10px;
  }

  .divider-xl-15 {
    margin-top: 15px;
  }

  .divider-xl-20 {
    margin-top: 20px;
  }

  .divider-xl-25 {
    margin-top: 25px;
  }

  .divider-xl-30 {
    margin-top: 30px;
  }

  .divider-xl-35 {
    margin-top: 35px;
  }

  .divider-xl-40 {
    margin-top: 40px;
  }

  .divider-xl-45 {
    margin-top: 45px;
  }

  .divider-xl-50 {
    margin-top: 50px;
  }

  .divider-xl-55 {
    margin-top: 55px;
  }

  .divider-xl-60 {
    margin-top: 60px;
  }

  .divider-xl-65 {
    margin-top: 65px;
  }

  .divider-xl-70 {
    margin-top: 70px;
  }

  .divider-xl-75 {
    margin-top: 75px;
  }

  .divider-xl-80 {
    margin-top: 80px;
  }

  .divider-xl-90 {
    margin-top: 90px;
  }

  .divider-xl-100 {
    margin-top: 100px;
  }

  .divider-xl-110 {
    margin-top: 110px;
  }

  .divider-xl-120 {
    margin-top: 120px;
  }

  .divider-xl-130 {
    margin-top: 130px;
  }

  .divider-xl-140 {
    margin-top: 140px;
  }

  .divider-xl-150 {
    margin-top: 150px;
  }
}

@media (min-width: 1600px) {
  .divider-xxl-0 {
    margin-top: 0;
  }

  .divider-xxl-10 {
    margin-top: 10px;
  }

  .divider-xxl-15 {
    margin-top: 15px;
  }

  .divider-xxl-20 {
    margin-top: 20px;
  }

  .divider-xxl-25 {
    margin-top: 25px;
  }

  .divider-xxl-30 {
    margin-top: 30px;
  }

  .divider-xxl-35 {
    margin-top: 35px;
  }

  .divider-xxl-40 {
    margin-top: 40px;
  }

  .divider-xxl-45 {
    margin-top: 45px;
  }

  .divider-xxl-50 {
    margin-top: 50px;
  }

  .divider-xxl-55 {
    margin-top: 55px;
  }

  .divider-xxl-60 {
    margin-top: 60px;
  }

  .divider-xxl-65 {
    margin-top: 65px;
  }

  .divider-xxl-70 {
    margin-top: 70px;
  }

  .divider-xxl-75 {
    margin-top: 75px;
  }

  .divider-xxl-80 {
    margin-top: 80px;
  }

  .divider-xxl-90 {
    margin-top: 90px;
  }

  .divider-xxl-100 {
    margin-top: 100px;
  }

  .divider-xxl-110 {
    margin-top: 110px;
  }

  .divider-xxl-120 {
    margin-top: 120px;
  }

  .divider-xxl-130 {
    margin-top: 130px;
  }

  .divider-xxl-140 {
    margin-top: 140px;
  }

  .divider-xxl-150 {
    margin-top: 150px;
  }
}

section {
  position: relative;
}

img {
  max-width: 100%;
}

.s-parallax,
.cover-image,
.cover-background,
.texture-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cover-image {
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .s-overlay.mobile-overlay:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }

  .cover-image.s-cover-right {
    left: auto;
    width: 50%;
  }

  .cover-image.s-cover-left {
    width: 50%;
  }

  .cover-image.s-cover-small {
    width: 40.3%;
  }

  .cover-image > img {
    visibility: hidden;
  }

  .cover-image > a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .cover-image + [class*="container"] [class*="col-"] > img,
  .cover-image + [class*="container"] [class*="col-"] > a:after,
  .cover-image + [class*="container"] [class*="col-"] > a > img {
    visibility: hidden;
  }
}

.fixed-background,
.s-parallax {
  background-attachment: fixed;
  background-position: 50% 0;
}

@media (max-width: 767px) {
  .s-parallax {
    background-size: auto auto;
  }
}

.s-overlay:before {
  z-index: 2;
}

.s-overlay.cover-image:before {
  z-index: 4;
}

.s-overlay.ls:before {
  background-color: #fff;
  opacity: 0.9;
}

.s-overlay.ls.ms:before {
  background-color: #f5f5f5;
  opacity: 0.9;
}

.s-overlay.cs:before {
  background-color: #cc2027;
  opacity: 0.9;
}

.s-overlay.cs.cs2:before {
  background-color: #f1d201;
  opacity: 0.9;
}

.s-overlay.cs.cs3:before {
  background-color: #5ebd39;
  opacity: 0.9;
}

.s-overlay.ds:before {
  background-color: #3a3736;
  opacity: 0.9;
}

.s-overlay.ds.ms:before {
  background-color: #00000069;
  z-index: 6;
  opacity: 0.9;
}

.s-muted:before {
  background-color: rgba(58, 55, 54, 0.1);
  opacity: 1;
}

.gradientradial-background {
  overflow: hidden;
}

.s-parallax > *,
.s-overlay > *,
.s-muted > *,
.s-overlay-diagonal-double > *,
.pattern-background > *,
.gradientradial-background > *,
.gradient-background > *,
.gradientvertical-background > *,
.gradientdarken-background > * {
  position: relative;
  z-index: 4;
}

.s-parallax:before,
.s-overlay:before,
.s-muted:before,
.s-overlay-diagonal-double:before,
.s-overlay-diagonal-double:after,
.pattern-background:before,
.gradient-background:before,
.gradientvertical-background:before,
.gradientdarken-background:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.s-overlay-diagonal {
  background-clip: content-box;
  overflow: hidden;
  padding: 10px 0;
}

.s-overlay-diagonal:before {
  bottom: auto;
  height: 3000px;
  left: 0;
  margin-left: 30%;
  right: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 40%;
}

@media (max-width: 1200px) {
  .s-overlay-diagonal:before {
    margin-left: 15%;
    width: 70%;
  }
}

.s-overlay-diagonal-double {
  overflow: hidden;
  padding: 10px 0;
}

.s-overlay-diagonal-double:before {
  background: linear-gradient(45deg, #cc2027 30%, transparent 30%);
  opacity: 0.6;
}

.s-overlay-diagonal-double:after {
  background: linear-gradient(45deg, transparent 70%, #cc2027 70%);
  opacity: 0.6;
}

.gradient-background:before {
  background: #cc2027;
  background: linear-gradient(to right, #cc2027 0%, #f1d201 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain", endColorstr="$colorMain2", GradientType=1);
}

.gradientvertical-background:before {
  background: #cc2027;
  background: linear-gradient(to bottom, #cc2027 0%, #f1d201 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain", endColorstr="$colorMain2", GradientType=0);
}

.gradientdarken-background:before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000", endColorstr="#00000000", GradientType=0);
}

.gradientradial-background:before {
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.24) 0%,
    rgba(255, 255, 255, 0) 35%
  );
  content: "";
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ffff", endColorstr="#00ffffff", GradientType=1);
  height: 1400px;
  left: 37%;
  margin-left: -700px;
  margin-top: -700px;
  position: absolute;
  top: 50%;
  width: 1400px;
  z-index: 2;
}

@media (max-width: 991px) {
  .gradientradial-background:before {
    left: 50%;
  }
}

.s-overlay.gradientradial-background:before {
  height: 100vw;
  margin-left: -50vw;
  margin-top: -50vw;
  width: 150vw;
}

.s-bordertop,
.s-borderbottom,
.s-bordertop-container .container,
.s-borderbottom-container .container {
  position: relative;
}

.s-bordertop:before,
.s-borderbottom:after,
.s-bordertop-container .container:before,
.s-borderbottom-container .container:after {
  background-color: #e1e0e0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.s-borderheight-2:before,
.s-borderheight-2:after,
.s-borderheight-2 .container:before,
.s-borderheight-2 .container:after {
  height: 2px;
}

.s-borderheight-3:before,
.s-borderheight-3:after,
.s-borderheight-3 .container:before,
.s-borderheight-3 .container:after {
  height: 3px;
}

.s-borderheight-5:before,
.s-borderheight-5:after,
.s-borderheight-5 .container:before,
.s-borderheight-5 .container:after {
  height: 5px;
}

.s-bordercolormain:before,
.s-bordercolormain:after,
.s-bordercolormain .container:before,
.s-bordercolormain .container:after {
  background-color: #cc2027;
}

.s-bordertop-container .container:before,
.s-borderbottom-container .container:after {
  left: 15px;
  right: 15px;
}

.s-borderbottom:after,
.s-borderbottom-container .container:after {
  bottom: 0;
  top: auto;
}

@media (min-width: 992px) {
  .s-bordered-columns [class*="col-"] + [class*="col-"]:before {
    background-color: #e1e0e0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

.preloader {
  background: rgba(255, 255, 255, 0.99);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 13000;
}

.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
  display: none;
}

.preloader_image {
  background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
  height: 256px;
  left: 50%;
  margin: -128px 0 0 -128px;
  position: absolute;
  top: 50%;
  width: 256px;
}

.animate {
  visibility: hidden;
}

.no-js .animate,
.lt-ie10 .animate,
.lt-ie9 .animate {
  visibility: visible;
}

.animated {
  visibility: visible !important;
}

#box_wrapper,
#canvas {
  overflow: visible;
  position: relative;
}

#box_wrapper > section,
#box_wrapper > div > section {
  clear: both;
  position: relative;
}

#canvas.boxed {
  padding: 1px 0;
}

body.boxed {
  height: auto;
  position: static;
  width: auto;
}

.boxed .container {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 500px) {
  .boxed .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.boxed #box_wrapper.container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 120px;
  padding: 0;
}

@media (min-width: 1600px) {
  .boxed #box_wrapper.container {
    max-width: 1560px;
  }
}

.boxed #box_wrapper.container.top-bottom-margins {
  margin-bottom: 120px;
  margin-top: 150px;
}

.c-bordered [class*="col-"] {
  border: 1px solid #e1e0e0;
  margin-left: -1px;
  margin-top: -1px;
}

@media (min-width: 768px) {
  .c-bordered.c-bordered-center .row [class*="col-"]:first-child {
    border-left-color: transparent;
  }

  .c-bordered.c-bordered-center .row [class*="col-"]:last-child {
    border-right-color: transparent;
  }

  .c-bordered.c-bordered-center .row:first-child [class*="col-"] {
    border-top-color: transparent;
  }

  .c-bordered.c-bordered-center .row:last-child [class*="col-"] {
    border-bottom-color: transparent;
  }
}

.bordered .item-media,
.bordered .entry-thumbnail {
  margin: -1px;
  z-index: 1;
}

.bordered .item-media.cover-image {
  height: calc(100% + 2px);
}

.bordered.full-padding .item-media {
  margin: 0;
}

.content-box-shadow .item-content {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 767px) {
  .content-up.big-up .item-content {
    max-width: 85%;
  }
}

.content-up.content-padding.padding-small .item-content {
  padding: 17px !important;
}

.content-up .item-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
  max-width: 76%;
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .content-up .item-content {
    max-width: 85%;
  }
}

@media (max-width: 575px) {
  .content-up .item-content {
    margin-top: 0;
    max-width: 100%;
  }
}

.full-padding {
  padding: 40px;
}

.content-padding .item-content {
  padding: 40px;
}

@media (max-width: 575px) {
  .full-padding {
    padding: 30px;
  }

  .content-padding .item-content {
    padding: 30px;
  }
}

.side-item .row {
  margin: 0;
}

.side-item .row [class*="col-"] {
  margin: 0;
  padding: 0;
}

.side-item .col-xs-12 .item-content {
  padding-top: 30px;
}

.side-item .item-title + .item-content {
  padding-top: 30px;
}

.side-item [class*="col-"] > .item-title {
  padding: 15px 30px;
}

.side-item [class*="col-"] > .item-title h2,
.side-item [class*="col-"] > .item-title h3,
.side-item [class*="col-"] > .item-title h4 {
  margin: 0;
}

.side-item.bordered [class*="col-"] > .item-title {
  margin: -1px;
}

@media (min-width: 575px) {
  .no-content-padding [class*="col-sm-"] .item-content,
  .no-content-padding [class*="col-xs-"] .item-content,
  .full-padding [class*="col-sm-"] .item-content,
  .full-padding [class*="col-xs-"] .item-content {
    padding-top: 30px;
  }

  .no-content-padding [class*="col-sm-"][class*="sm-pull-"] .item-content,
  .no-content-padding [class*="col-sm-"][class*="xs-pull-"] .item-content,
  .no-content-padding [class*="col-sm-"][class*="order-sm-1"] .item-content,
  .no-content-padding [class*="col-sm-"][class*="order-xs-1"] .item-content,
  .no-content-padding [class*="col-xs-"][class*="sm-pull-"] .item-content,
  .no-content-padding [class*="col-xs-"][class*="xs-pull-"] .item-content,
  .no-content-padding [class*="col-xs-"][class*="order-sm-1"] .item-content,
  .no-content-padding [class*="col-xs-"][class*="order-xs-1"] .item-content,
  .full-padding [class*="col-sm-"][class*="sm-pull-"] .item-content,
  .full-padding [class*="col-sm-"][class*="xs-pull-"] .item-content,
  .full-padding [class*="col-sm-"][class*="order-sm-1"] .item-content,
  .full-padding [class*="col-sm-"][class*="order-xs-1"] .item-content,
  .full-padding [class*="col-xs-"][class*="sm-pull-"] .item-content,
  .full-padding [class*="col-xs-"][class*="xs-pull-"] .item-content,
  .full-padding [class*="col-xs-"][class*="order-sm-1"] .item-content,
  .full-padding [class*="col-xs-"][class*="order-xs-1"] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .no-content-padding [class*="col-md-"] .item-content,
  .full-padding [class*="col-md-"] .item-content {
    padding-top: 30px;
  }

  .no-content-padding [class*="col-md-"][class*="md-pull-"] .item-content,
  .no-content-padding [class*="col-md-"][class*="order-md-1"] .item-content,
  .full-padding [class*="col-md-"][class*="md-pull-"] .item-content,
  .full-padding [class*="col-md-"][class*="order-md-1"] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }

  .no-content-padding .col-sm-12 .item-content,
  .full-padding .col-sm-12 .item-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }

  .content-up [class*="col-md-"] .item-content {
    margin-left: -50px;
    margin-top: 0;
    max-width: none;
  }

  .content-up [class*="col-md-"][class*="order-md-1"] .item-content {
    margin-left: 0;
    margin-right: -50px;
  }
}

@media (min-width: 992px) {
  .no-content-padding [class*="col-lg-"] .item-content,
  .full-padding [class*="col-lg-"] .item-content {
    padding-left: 40px;
    padding-top: 0;
  }

  .no-content-padding [class*="col-lg-"][class*="lg-pull-"] .item-content,
  .no-content-padding [class*="col-lg-"][class*="order-lg-1"] .item-content,
  .full-padding [class*="col-lg-"][class*="lg-pull-"] .item-content,
  .full-padding [class*="col-lg-"][class*="order-lg-1"] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .no-content-padding [class*="col-xl-"] .item-content,
  .full-padding [class*="col-xl-"] .item-content {
    padding-left: 60px;
    padding-top: 0;
  }

  .no-content-padding [class*="col-xl-"][class*="order-xl-1"] .item-content,
  .full-padding [class*="col-xl-"][class*="order-xl-1"] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }

  .no-content-padding .col-lg-12 .item-content,
  .full-padding .col-lg-12 .item-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }

  .content-up [class*="col-xl-"] .item-content {
    margin-left: -100px;
  }

  .content-up [class*="col-xl-"][class*="order-xl-1"] .item-content {
    margin-left: 0;
    margin-right: -100px;
  }

  .content-padding [class*="col-xl-"] .item-content {
    padding: 40px calc((100% - 460px) / 2);
  }

  .content-padding.big-padding [class*="col-xl-"] .item-content {
    padding: 60px calc((100% - 460px) / 2);
  }
}

@media (min-width: 1600px) {
  .content-padding [class*="col-xl-"] .item-content {
    padding: 120px calc((100% - 460px) / 2);
  }

  .content-padding.big-padding [class*="col-xl-"] .item-content {
    padding: 160px calc((100% - 460px) / 2);
  }
}

.vertical-item .item-media + .item-content {
  padding-top: 40px;
}

.vertical-item.content-padding.padding-small .item-content {
  padding: 30px 25px;
}

@media (min-width: 1200px) {
  .vertical-item.content-padding.padding-big .item-content {
    padding: 65px 140px;
  }
}

.vertical-item.content-absolute {
  position: relative;
}

.vertical-item.content-absolute .item-content {
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.vertical-item.content-absolute.vertical-center .item-content {
  top: 0;
}

.vertical-item + .item-title {
  padding: 20px 0 0;
}

.vertical-item + .item-title h2,
.vertical-item + .item-title h3,
.vertical-item + .item-title h4 {
  margin: 0;
}

.item-media {
  overflow: hidden;
  position: relative;
}

.item-media img {
  transform: scale(1);
  transition: all 0.6s ease-in-out;
  width: 100%;
}

.item-media.cover-image {
  height: 100%;
}

.media-links {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.media-links div {
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 4;
}

.media-links:before {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s linear;
}

[class*="-item"]:hover .item-media img {
  transform: scale(1.05);
}

.media-links a.abs-link {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

[class*="-item"]:hover .media-links a.abs-link {
  opacity: 1;
}

[class*="-item"] .links-wrap a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  opacity: 0;
  position: relative;
  text-align: center;
  top: -100px;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  width: 60px;
  z-index: 5;
}

[class*="-item"] .links-wrap a.link-zoom {
  background-color: transparent;
  color: #fff;
}

[class*="-item"] .links-wrap a.link-zoom:hover {
  background-color: #cc2027;
  color: #fff;
}

[class*="-item"] .links-wrap a.link-anchor {
  background-color: transparent;
  color: #fff;
  transition-delay: 0.1s;
}

[class*="-item"] .links-wrap a.link-anchor:hover {
  background-color: #cc2027;
  color: #fff;
}

[class*="-item"] .links-wrap a:before {
  content: "\f002";
  font-family: fontawesome;
}

[class*="-item"] .links-wrap a.link-anchor:before {
  content: "\f067";
  font-family: fontawesome;
}

[class*="-item"]:hover .links-wrap a {
  filter: alpha(opacity=100);
  font-size: 30px;
  opacity: 1;
  top: 0;
}

[class*="-item"]:hover .media-links div {
  filter: alpha(opacity=100);
  opacity: 1;
}

.item-icons {
  font-size: 12px;
  margin-top: 35px;
}

.content-padding .item-icons {
  margin-top: 0;
}

.item-icons i {
  padding: 0 4px;
}

.item-icons .col {
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
}

.btn:hover {
  cursor: pointer;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3,
.btn-darkgrey {
  color: #fff;
}

.btn-maincolor {
  background-color: #cc2027;
}

.btn-maincolor2 {
  background-color: #f1d201;
}

.btn-maincolor3 {
  background-color: #5ebd39;
}

.btn-darkgrey {
  background-color: #3a3736;
  color: #fff;
}

.btn-outline-maincolor,
.btn-outline-maincolor2,
.btn-outline-maincolor3 {
  background-color: transparent;
  color: #3a3736;
}

.btn-outline-maincolor.only-link,
.btn-outline-maincolor2.only-link,
.btn-outline-maincolor3.only-link {
  font-family: fira sans condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-right: 90px;
  position: relative;
}

@media (max-width: 1199px) {
  .btn-outline-maincolor.only-link,
  .btn-outline-maincolor2.only-link,
  .btn-outline-maincolor3.only-link {
    padding-right: 70px;
  }
}

.btn-outline-maincolor.only-link:after,
.btn-outline-maincolor2.only-link:after,
.btn-outline-maincolor3.only-link:after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
}

@media (max-width: 1199px) {
  .btn-outline-maincolor.only-link:after,
  .btn-outline-maincolor2.only-link:after,
  .btn-outline-maincolor3.only-link:after {
    width: 50px;
  }
}

.btn-outline-maincolor {
  border-color: #cc2027;
}

.btn-outline-maincolor.only-link {
  color: #cc2027;
}

.btn-outline-maincolor.only-link:after {
  background-color: #cc2027;
}

.btn-outline-maincolor2 {
  border-color: #f1d201;
}

.btn-outline-maincolor2.only-link {
  color: #f1d201;
}

.btn-outline-maincolor2.only-link:after {
  background-color: #f1d201;
}

.btn-outline-maincolor3 {
  border-color: #5ebd39;
}

.btn-outline-maincolor3.only-link {
  color: #5ebd39;
}

.btn-outline-maincolor3.only-link:after {
  background-color: #5ebd39;
}

.btn-outline-darkgrey {
  border-color: #f5f5f5;
  color: #3a3736;
}

.btn-outline-darkgrey.only-link {
  color: #3a3736;
}

.corner {
  background-color: transparent !important;
  height: 0;
  overflow: visible !important;
  padding-bottom: 70px;
  position: relative;
  z-index: 3;
}

.corner:before,
.corner:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.corner:after {
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 70px solid #fff;
}

.corner.corner-outside {
  position: absolute;
}

.corner.corner-outside:first-child {
  top: -70px;
}

.corner.corner-outside:last-child {
  bottom: -70px;
}

.corner.corner-half:after {
  border-left-width: 100vw;
  border-right-width: 0;
}

.corner.corner-half.corner-half-inverse:after {
  border-left-width: 0;
  border-right-width: 100vw;
}

.corner.corner-mirror:after {
  border-left-width: 0;
}

.corner.corner-mirror:before {
  border-left: 50vw solid transparent;
  border-top: 70px solid #fff;
  left: 50vw;
}

.corner.corner-inverse:before,
.corner.corner-inverse:after {
  border-bottom: 70px solid #fff;
  border-top: none;
}

@media (max-width: 1199px) {
  .corner {
    padding-bottom: 30px;
  }

  .corner:after {
    border-top-width: 30px;
  }

  .corner.corner-outside {
    position: absolute;
  }

  .corner.corner-outside:first-child {
    top: -30px;
  }

  .corner.corner-outside:last-child {
    bottom: -30px;
  }

  .corner.corner-mirror:before {
    border-top-width: 30px;
  }

  .corner.corner-inverse:before,
  .corner.corner-inverse:after {
    border-bottom-width: 30px;
  }
}

.corner.ls.ms.corner-mirror:before,
.corner.ls.ms:after {
  border-bottom-color: #f5f5f5;
  border-top-color: #f5f5f5;
}

.corner.ls.ms.corner-inverse:after {
  border-bottom-color: #f5f5f5;
}

.corner.ds.corner-mirror:before,
.corner.ds:after {
  border-bottom-color: #3a3736;
  border-top-color: #3a3736;
}

.corner.ds.corner-inverse:after {
  border-bottom-color: #3a3736;
}

.corner.ds.ms.corner-mirror:before,
.corner.ds.ms:after {
  border-bottom-color: #251b19;
  border-top-color: #251b19;
}

.corner.ds.ms.corner-inverse:after {
  border-bottom-color: #251b19;
}

.corner.ds.bs.corner-mirror:before,
.corner.ds.bs:after {
  border-bottom-color: #2f3e47;
  border-top-color: #2f3e47;
}

.corner.ds.bs.corner-inverse:after {
  border-bottom-color: #2f3e47;
}

.corner.cs.corner-mirror:before,
.corner.cs:after {
  border-bottom-color: #cc2027;
  border-top-color: #cc2027;
}

.corner.cs.corner-inverse:after {
  border-bottom-color: #cc2027;
}

.corner.cs.cs2.corner-mirror:before,
.corner.cs.cs2:after {
  border-bottom-color: #f1d201;
  border-top-color: #f1d201;
}

.corner.cs.cs2.corner-inverse:after {
  border-bottom-color: #f1d201;
}

.corner.cs.cs3.corner-mirror:before,
.corner.cs.cs3:after {
  border-bottom-color: #5ebd39;
  border-top-color: #5ebd39;
}

.corner.cs.cs3.corner-inverse:after {
  border-bottom-color: #5ebd39;
}

.ls {
  background-color: #fff;
  color: #686665;
}

.ls strong {
  color: #3a3736;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
  color: #3a3736;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
  color: inherit;
}

.ls h1 a mark,
.ls h2 a mark,
.ls h3 a mark,
.ls h4 a mark,
.ls h5 a mark,
.ls h6 a mark {
  transition: all 0.3s ease-in-out 0s;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
  color: #cc2027;
}

.ls h1 a:hover mark,
.ls h2 a:hover mark,
.ls h3 a:hover mark,
.ls h4 a:hover mark,
.ls h5 a:hover mark,
.ls h6 a:hover mark {
  color: #3a3736;
}

.ls .links-maincolor a {
  color: #cc2027;
}

.ls .links-maincolor a:hover {
  color: #3a3736;
}

.ls .btn-maincolor:hover {
  background-color: transparent;
  border-color: #cc2027;
  color: #3a3736;
}

.ls .btn-maincolor2:hover {
  background-color: transparent;
  border-color: #f1d201;
  color: #3a3736;
}

.ls .btn-maincolor3:hover {
  background-color: transparent;
  border-color: #5ebd39;
  color: #3a3736;
}

.ls .btn-darkgrey:hover {
  background-color: transparent;
  border-color: #3a3736;
  color: #3a3736;
}

.ls .btn-outline-maincolor:hover {
  background-color: #cc2027;
  color: #fff;
}

.ls .btn-outline-maincolor:hover.only-link {
  background: 0 0;
  color: #3a3736;
}

.ls .btn-outline-maincolor2:hover {
  background-color: #f1d201;
  color: #fff;
}

.ls .btn-outline-maincolor2:hover.only-link {
  background: 0 0;
  color: #3a3736;
}

.ls .btn-outline-maincolor3:hover {
  background-color: #5ebd39;
  color: #fff;
}

.ls .btn-outline-maincolor3:hover.only-link {
  background: 0 0;
  color: #3a3736;
}

.ls .btn-outline-maincolor4:hover {
  background-color: #238ee9;
  color: #fff;
}

.ls .btn-outline-maincolor4:hover.only-link {
  background: 0 0;
  color: #3a3736;
}

.ls .btn-outline-darkgrey:hover {
  background-color: #f5f5f5;
  color: #3a3736;
}

.ls .btn-outline-darkgrey:hover.only-link {
  background: 0 0;
  color: #cc2027;
}

.ls.ms {
  background-color: #f5f5f5;
  color: #686665;
}

.ls.ms .btn-darkgrey {
  background-color: #3a3736;
  color: #fff;
}

.ls.ms .btn-darkgrey:hover {
  background-color: transparent;
  border-color: #3a3736;
  color: #3a3736;
}

.ls.ms .btn-outline-darkgrey {
  background: 0 0;
  border-color: #3a3736;
  color: #3a3736;
}

.ls.ms .btn-outline-darkgrey:hover {
  background: #3a3736;
  color: #fff;
}

.ls.ms .links-grey a {
  color: #f5f5f5;
}

.ls.ms .hero-bg {
  background-color: #fff;
}

.ls.ms .hero-bg hr {
  background-color: #e1e0e0;
}

.ls.ms hr {
  background-color: #fff;
}

.ls.ms input[type="text"],
.ls.ms input[type="email"],
.ls.ms input[type="url"],
.ls.ms input[type="password"],
.ls.ms input[type="search"],
.ls.ms input[type="tel"],
.ls.ms input[type="number"],
.ls.ms textarea,
.ls.ms select,
.ls.ms .form-control {
  background-color: transparent;
}

.ls.ms .hero-bg input[type="text"],
.ls.ms .hero-bg input[type="email"],
.ls.ms .hero-bg input[type="url"],
.ls.ms .hero-bg input[type="password"],
.ls.ms .hero-bg input[type="search"],
.ls.ms .hero-bg input[type="tel"],
.ls.ms .hero-bg input[type="number"],
.ls.ms .hero-bg textarea,
.ls.ms .hero-bg select,
.ls.ms .hero-bg .form-control {
  background-color: #f5f5f5;
  border-color: #e1e0e0;
}

.ls.ms td,
.ls.ms th,
.ls.ms .bordered {
  border-color: #d4d3d3;
}

.ls.ms .btn-secondary {
  border-color: #fff;
}

.ls.ms .btn-secondary:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.ls .color-icon.bg-icon {
  background-color: #ececec;
}

.ls.ms .nav-tabs > li.active > a,
.ls.ms .nav-tabs > li.active > a:hover,
.ls.ms .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #fff;
}

.ls.ms .tab-content {
  background-color: #fff;
}

.ls.ms .tab-content .bordered {
  border-color: #e6e6e6;
}

.ls.ms .tab-content.no-border {
  background-color: transparent;
}

.ls.ms .tab-content .form-control {
  background-color: #f5f5f5;
}

.ls.ms .vertical-tabs .nav > li > a {
  background-color: #fff;
}

.ls.ms .vertical-tabs .nav > li > a:hover,
.ls.ms .vertical-tabs .nav > li.active > a {
  background-color: #3a3736;
}

.ls.ms .panel-title > a {
  background-color: #3a3736;
}

.ls.ms .panel-title > a.collapsed {
  background-color: #fff;
}

.ls.ms .hero-bg .panel-title > a {
  border: 1px solid #e1e0e0;
}

.ls.ms .panel-title > a.collapsed:hover,
.ls.ms .panel-title > a:hover {
  background-color: #3a3736;
}

.ls.ms .pagination a,
.ls.ms .pagination span {
  background-color: #fff;
  border-color: #fff;
}

.ls.ms .breadcrumb {
  color: #686665;
}

.ls.ms .breadcrumb a {
  color: #4e4d4c;
}

.ls.ms .breadcrumb a:hover {
  color: #cc2027;
}

.ds {
  background-color: #3a3736;
  color: #fff;
}

.ds.ms {
  background-color: #251b19;
}

.ds.ms .ds.ms {
  background-color: #2b1f1d;
}

.ds.bs {
  background-color: #2f3e47;
}

.ds .owl-nav > div {
  color: #fff;
}

.ds strong,
.ds b {
  color: #fff;
}

.ds .widget_rss .rss-date {
  color: #fff;
}

.ds a:not(.btn) {
  color: #fff;
}

.ds a:not(.btn):hover {
  color: #cc2027;
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
  color: #fff;
}

.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
  color: #fff;
}

.ds .ls {
}

.ds .ls strong {
  color: #3a3736;
}

.ds .ls blockquote,
.ds .ls .blockquote {
  color: #3a3736;
}

.ds .ls .color-darkgrey {
  color: #3a3736;
}

.ds .ls .links-maincolor a:hover,
.ds .ls .links-maincolor a:not(.btn):hover {
  color: #3a3736;
}

.ds .ls .btn-outline-maincolor,
.ds .ls .btn-outline-maincolor2,
.ds .ls .btn-outline-maincolor3 {
  background-color: transparent;
  color: #3a3736;
}

.ds .ls .btn-outline-darkgrey {
  border-color: #f5f5f5;
  color: #3a3736;
}

.ds .ls .btn-outline-darkgrey.only-link {
  color: #3a3736;
}

.ds .ls .btn-outline-darkgrey.only-link:hover {
  color: #cc2027;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
  color: #3a3736;
}

.ds .ls h1 a,
.ds .ls h2 a,
.ds .ls h3 a,
.ds .ls h4 a,
.ds .ls h5 a,
.ds .ls h6 a {
  color: inherit;
}

.ds .ls h1 a:hover,
.ds .ls h2 a:hover,
.ds .ls h3 a:hover,
.ds .ls h4 a:hover,
.ds .ls h5 a:hover,
.ds .ls h6 a:hover {
  color: #cc2027;
}

.ds .ls a:not(.btn) {
  color: #3a3736;
}

.ds .ls a:not(.btn):hover {
  color: #cc2027;
}

.ds .ls .btn-darkgrey {
  background-color: #3a3736;
  color: #fff;
}

.ds .ls .btn-darkgrey:hover {
  background-color: transparent;
  border-color: #3a3736;
  color: #3a3736;
}

.ds label {
  color: #fff;
}

.ds hr {
  background-color: rgba(225, 224, 224, 0.4);
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .tagcloud a:hover {
  color: #fff !important;
}

.ds pre {
  color: #251b19;
}

.ds .muted-bg,
.ds .hero-bg {
  background-color: rgba(255, 255, 255, 0.05);
}

.ds .bordered {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .color-main {
  color: #cc2027;
}

.ds .color-main2 {
  color: #f1d201;
}

.ds .color-dark,
.ds .color-darkgrey {
  border-color: #fff;
  color: #fff;
}

.ds .links-maincolor a,
.ds .links-maincolor a:not(.btn) {
  color: #cc2027;
}

.ds .links-maincolor a:hover,
.ds .links-maincolor a:not(.btn):hover {
  color: #fff;
}

.ds .links-maincolor2 a {
  color: #f1d201;
}

.ds .links-maincolor2 a:hover {
  color: #fff;
}

.ds .links-maincolor3 a {
  color: #5ebd39;
}

.ds .links-maincolor3 a:hover {
  color: #fff;
}

.ds .links-grey a {
  color: #251b19;
}

.ds .links-grey a:hover {
  color: #fff;
}

.ds .links-darkgrey a {
  color: #fff;
}

.ds .links-darkgrey a:hover {
  color: #cc2027;
}

.ds.s-bordertop:before,
.ds.s-borderbottom:after,
.ds.s-bordertop-container .container:before,
.ds.s-borderbottom-container .container:after {
  background-color: rgba(225, 224, 224, 0.4);
}

.ds.s-bordered-columns [class*="col-"] + [class*="col-"]:before {
  background-color: rgba(225, 224, 224, 0.4);
}

.ds .btn-maincolor:hover,
.ds .btn-maincolor2:hover,
.ds .btn-maincolor3:hover,
.ds .btn-maincolor4:hover,
.ds .btn-darkgrey:hover {
  color: #fff;
}

.ds .btn-maincolor:hover {
  background-color: transparent;
  border-color: #cc2027;
}

.ds .btn-maincolor2:hover {
  background-color: transparent;
  border-color: #f1d201;
}

.ds .btn-maincolor3:hover {
  background-color: transparent;
  border-color: #5ebd39;
}

.ds .btn-maincolor4:hover {
  background-color: transparent;
  border-color: #238ee9;
}

.ds .btn-darkgrey:hover {
  background-color: transparent;
  border-color: #f5f5f5;
}

.ds .btn-darkgrey {
  background-color: #fff;
  border-color: #fff;
  color: #3a3736;
}

.ds .btn-darkgrey:hover {
  background: 0 0;
  color: #fff;
}

.ds .btn-outline-maincolor,
.ds .btn-outline-maincolor2,
.ds .btn-outline-maincolor3,
.ds .btn-outline-maincolor4,
.ds .btn-outline-darkgrey {
  background: 0 0;
  color: #fff;
}

.ds .btn-outline-maincolor:hover,
.ds .btn-outline-maincolor2:hover,
.ds .btn-outline-maincolor3:hover,
.ds .btn-outline-maincolor4:hover,
.ds .btn-outline-darkgrey:hover {
  color: #3a3736;
}

.ds .btn-outline-maincolor:hover {
  background-color: #cc2027;
}

.ds .btn-outline-maincolor2:hover {
  background-color: #f1d201;
}

.ds .btn-outline-maincolor3:hover {
  background-color: #5ebd39;
}

.ds .btn-outline-maincolor4:hover {
  background-color: #238ee9;
}

.ds .btn-outline-darkgrey:hover {
  background-color: #f5f5f5;
}

.ds a.fa {
  border-color: rgba(225, 224, 224, 0.4);
  color: #fff;
}

.ds a.bg-icon {
  background-color: #fff;
  color: #251b19;
}

.ds .fa.color-icon:hover {
  color: #fff;
}

.ds .color-icon.bg-icon {
  background-color: rgba(255, 255, 255, 0.05);
}

.ds .color-icon.bg-icon:hover {
  color: #fff;
}

.ds .color-bg-icon:hover {
  background-color: #cc2027;
}

.ds {
}

.ds .ls input[type="text"],
.ds .ls input[type="email"],
.ds .ls input[type="url"],
.ds .ls input[type="password"],
.ds .ls input[type="search"],
.ds .ls input[type="tel"],
.ds .ls input[type="number"],
.ds .ls textarea,
.ds .ls select,
.ds .ls .form-control {
  border-color: #e1e0e0;
  color: #3a3736;
}

.ds .ls .form-control:-moz-placeholder {
  color: #3a3736;
}

.ds .ls .form-control::-moz-placeholder {
  color: #3a3736;
}

.ds .ls .form-control:-ms-input-placeholder {
  color: #3a3736;
}

.ds .ls .form-control::-webkit-input-placeholder {
  color: #3a3736;
}

.ds .list-bordered li {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds input[type="text"],
.ds input[type="email"],
.ds input[type="url"],
.ds input[type="password"],
.ds input[type="search"],
.ds input[type="tel"],
.ds input[type="number"],
.ds textarea,
.ds select,
.ds .form-control {
  border-color: rgba(225, 224, 224, 0.4);
  color: #fff;
}

.ds textarea {
  background-image: linear-gradient(
    #3a3736,
    #3a3736 37px,
    rgba(225, 224, 224, 0.4) 37px,
    rgba(225, 224, 224, 0.4) 38px,
    #3a3736 38px
  ) !important;
}

.ds .form-group-select:before {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds input[type="submit"],
.ds button[type="submit"] {
  color: #fff;
}

.ds .form-control:focus {
  background-color: transparent;
  border-color: #cc2027;
}

.ds .form-control:-moz-placeholder {
  color: #fff;
}

.ds .form-control::-moz-placeholder {
  color: #fff;
}

.ds .form-control:-ms-input-placeholder {
  color: #fff;
}

.ds .form-control::-webkit-input-placeholder {
  color: #fff;
}

.ds .form-control:focus:-moz-placeholder {
  color: transparent;
}

.ds .form-control:focus::-moz-placeholder {
  color: transparent;
}

.ds .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.ds .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.ds input:-webkit-autofill,
.ds input:-webkit-autofill:hover,
.ds input:-webkit-autofill:focus,
.ds textarea:-webkit-autofill,
.ds textarea:-webkit-autofill:hover,
.ds textarea:-webkit-autofill:focus,
.ds select:-webkit-autofill,
.ds select:-webkit-autofill:hover,
.ds select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

.ds .contact-form.transparent-background .form-control {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .tab-content {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .nav-tabs .nav-link {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border-color: #fff;
}

.ds .owl-theme .owl-dots .owl-dot span:before {
  border-color: #fff;
}

.ds .post-adds .share_button > i,
.ds .post-adds .like_button > i {
  color: #fff;
}

.ds .side-item {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .excerpt {
  color: #fff;
}

.ds .reply a {
  color: #fff;
}

.ds .widget_search .form-inline .btn,
.ds .widget_product_search [type="submit"],
.ds .widget_mailchimp .form-inline .btn {
  background-color: transparent;
  color: #cc2027;
}

.ds .widget_shopping_cart .cart_list,
.ds .widget_recent_entries li,
.ds .widget_recent_comments li,
.ds .widget_archive li,
.ds .widget_categories li,
.ds .widget_meta li,
.ds .widget_nav_menu li,
.ds .widget_pages li,
.ds .widget_popular_entries li {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .widget_nav_menu ul ul {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .widget_popular_entries .media-heading {
  color: #fff;
}

.ds .tweet_list li + li .tweet_right {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .widget_shopping_cart li a + a {
  color: #fff;
}

.ds .widget_shopping_cart li a + a:hover {
  color: #cc2027;
}

.ds .summary .price {
  border-color: rgba(225, 224, 224, 0.4);
  color: #fff;
}

.ds .summary .product_meta {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .widget_price_filter .price_label {
  color: #fff;
}

.ds #calendar_wrap {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .widget_calendar nav span a:hover {
  color: #3a3736 !important;
}

.ds .widget_calendar table {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .widget_calendar table thead {
  background-color: #fff;
  color: #3a3736;
}

.ds .widget_calendar table thead th {
  color: #3a3736;
}

.ds .widget_calendar table tbody {
  color: #3a3736;
}

.ds .widget_calendar table tbody a {
  color: #cc2027;
}

.ds .widget_calendar tfoot td a {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .widget_calendar caption,
.ds .widget_calendar thead,
.ds .widget_calendar th {
  color: #fff;
}

.ds .widget_calendar tbody td a:hover {
  color: #fff;
}

.ds .grid-view h3:before,
.ds .grid-view h3:after {
  background-color: rgba(225, 224, 224, 0.4);
}

.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
  color: #fff;
}

.ds .ui-slider {
  background-color: rgba(255, 255, 255, 0.05);
}

.ds .ui-slider .ui-slider-handle {
  background-color: #fff;
}

.ds #sort_view {
  background-color: transparent;
  color: #fff;
}

.ds #toggle_shop_view.grid-view:after,
.ds #toggle_shop_view:before {
  background-color: rgba(247, 247, 247, 0.05);
}

.ds .widget_layered_nav .color-filters a:before {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds .table.cart a {
  color: #fff;
}

.ds .pagination > li > a,
.ds .pagination > li > span {
  background-color: transparent;
  border: 1px solid rgba(225, 224, 224, 0.4);
  color: #fff;
}

.ds .pagination > li.active > a,
.ds .pagination > li.active > span,
.ds .pagination > li > a:hover,
.ds .pagination > li > span:hover,
.ds .pagination > li > a:focus,
.ds .pagination > li > span:focus {
  background-color: #cc2027;
  border-color: #cc2027;
  color: #fff;
}

.ds .thumbnail {
  background-color: transparent;
}

.ds .thumbnail h3 a {
  color: #fff;
}

.ds .thumbnail .caption {
  background-color: rgba(252, 252, 252, 0.05);
  border-color: transparent;
}

.ds .progress {
  background-color: rgba(225, 224, 224, 0.4);
}

.ds .panel-heading .panel-title > a.collapsed,
.ds .vertical-tabs .nav > li > a {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.ds .panel-heading .panel-title > a,
.ds .panel-heading .panel-title > a:hover,
.ds .vertical-tabs .nav > li.active > a,
.ds .vertical-tabs .nav > li > a:hover {
  background-color: #cc2027;
}

.ds .panel-heading .panel-title > a:hover:after,
.ds .vertical-tabs .nav > li > a:hover:after {
  color: #fff;
}

.ds #timetable tbody th,
.ds #timetable tbody td {
  border-color: rgba(225, 224, 224, 0.4);
}

.ds #isotope_filters a,
.ds .filters a {
  color: #fff;
}

.ds div .fw-shortcode-calendar-wrapper .page-header h3,
.ds div .btn-group button[data-calendar-nav],
.ds div .btn-group button[data-calendar-nav*="today"] {
  color: #fff;
}

.ds [class*="-caption"] {
  color: #3a3736;
}

.cs.cs2 {
  background-color: #f1d201;
}

.cs.cs2 .color-main {
  color: #cc2027;
}

.cs.cs3 {
  background-color: #5ebd39;
}

.cs.cs3 .color-main {
  color: #cc2027;
}

.cs.gs {
  background-color: #aaa6a7;
}

.cs.cs-success {
  background-color: #4db19e;
}

.cs.cs-info {
  background-color: #007ebd;
}

.cs.cs-warning {
  background-color: #eeb269;
}

.cs.cs-danger {
  background-color: #dc5753;
}

.cs {
  background-color: #cc2027;
  color: #fff;
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
  color: #fff;
}

.cs h1 a,
.cs h2 a,
.cs h3 a,
.cs h4 a,
.cs h5 a,
.cs h6 a {
  color: #fff;
}

.cs h1 a:hover,
.cs h2 a:hover,
.cs h3 a:hover,
.cs h4 a:hover,
.cs h5 a:hover,
.cs h6 a:hover {
  color: #3a3736;
}

.cs a:not(.btn) {
  color: #fff;
}

.cs blockquote,
.cs .blockquote {
  border-color: #fe7027;
}

.cs hr {
  border-color: rgba(31, 35, 43, 0.302);
}

.cs pre {
  color: #fff;
}

.cs .hero-bg {
  background-color: rgba(255, 255, 255, 0.1);
}

.cs .bordered {
  border-color: rgba(31, 35, 43, 0.302);
}

.cs .bg-maincolor {
  background: #fff;
}

.cs.s-bordertop:before,
.cs.s-borderbottom:after,
.cs.s-bordertop-container .container:before,
.cs.s-borderbottom-container .container:after {
  background-color: rgba(31, 35, 43, 0.302);
}

.cs.s-bordered-columns [class*="col-"] + [class*="col-"]:before {
  background-color: rgba(31, 35, 43, 0.302);
}

.cs .links-darkgrey a,
.cs .links-grey a {
  color: #fff;
  opacity: 0.9;
}

.cs .links-darkgrey a:hover,
.cs .links-grey a:hover {
  color: #fff;
  opacity: 1;
}

.cs .links-maincolor a {
  color: #fff;
}

.cs .links-maincolor a:hover {
  color: #3a3736;
}

.cs .color-dark {
  border-color: #fff;
  color: #fff;
}

.cs .color-darkgrey {
  border-color: #3a3736;
  color: #3a3736;
}

.cs .response,
.cs .color-main {
  color: #fff;
}

.cs input[type="text"],
.cs input[type="email"],
.cs input[type="url"],
.cs input[type="password"],
.cs input[type="search"],
.cs input[type="tel"],
.cs input[type="number"],
.cs textarea,
.cs select,
.cs .form-control {
  border-color: #fff;
  color: #fff;
}

.cs .form-control:focus,
.cs input:focus {
  background: 0 0;
  border-color: #3a3736;
}

.cs .form-control.invalid {
  box-shadow: 0 0 0 2px #3a3736;
}

.cs .btn-maincolor {
  background-color: #fff;
  color: #3a3736;
}

.cs .btn-outline-maincolor {
  border-color: #fff;
  color: #fff;
}

.cs .btn-outline-maincolor.only-link:after {
  background-color: #fff;
}

.cs .btn-maincolor:hover {
  background-color: transparent;
  border-color: #fff;
}

.cs .btn-maincolor2:hover {
  background-color: transparent;
  border-color: #f1d201;
}

.cs .btn-maincolor3:hover {
  background-color: transparent;
  border-color: #5ebd39;
}

.cs .btn-darkgrey:hover {
  background-color: transparent;
  border-color: #f5f5f5;
}

.cs .btn-outline-maincolor:hover {
  background-color: #fff;
  color: #3a3736;
}

.cs .btn-outline-maincolor:hover.only-link:after {
  background-color: #3a3736;
}

.cs .btn-outline-maincolor2:hover {
  background-color: #f1d201;
}

.cs .btn-outline-maincolor3:hover {
  background-color: #5ebd39;
}

.cs .btn-outline-maincolor4:hover {
  background-color: #238ee9;
}

.cs .btn-outline-darkgrey:hover {
  background-color: #f5f5f5;
}

.cs a.fa {
  border-color: rgba(31, 35, 43, 0.302);
  color: #3a3736;
}

.cs a.bg-icon {
  background-color: rgba(255, 255, 255, 0.17);
}

.cs .color-icon.bg-icon {
  background-color: rgba(255, 255, 255, 0.9);
}

.cs a.fa.color-bg-icon:hover {
  background-color: #3a3736;
}

.cs .btn-action {
  background-color: #fff;
}

.cs .btn-action i {
  color: #3a3736;
}

.cs .btn-action:hover i {
  opacity: 0.7;
}

.cs .form-control:focus {
  background-color: transparent;
}

.cs .form-control:-moz-placeholder {
  color: #fff;
}

.cs .form-control::-moz-placeholder {
  color: #fff;
}

.cs .form-control:-ms-input-placeholder {
  color: #fff;
}

.cs .form-control::-webkit-input-placeholder {
  color: #fff;
}

.cs .form-control:focus:-moz-placeholder {
  color: transparent;
}

.cs .form-control:focus::-moz-placeholder {
  color: transparent;
}

.cs .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.cs .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.clear,
.clearfix {
  clear: both;
}

.round {
  border-radius: 50%;
}

.text-normal {
  text-transform: none;
}

.text-underline {
  text-decoration: underline;
}

.p-big {
  padding: 40px 45px;
}

@media (min-width: 1200px) {
  .p-big {
    padding: 55px 60px;
  }
}

.p-normal {
  padding: 40px 45px;
}

.p-small {
  padding: 30px 35px;
}

.cover-before,
.cover-after {
  overflow: hidden;
}

.cover-before,
.cover-after,
.cover-before > *,
.cover-after > * {
  position: relative;
  z-index: 2;
}

.cover-before:before,
.cover-after:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.top-corner {
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-46 {
  font-size: 46px;
}

.fs-48 {
  font-size: 48px;
}

.fs-52 {
  font-size: 52px;
}

.fs-56 {
  font-size: 56px;
}

.fs-60 {
  font-size: 60px;
}

.fs-70 {
  font-size: 70px;
}

.fw-100,
.thin {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
  margin-top: 0;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700,
.bolder {
  font-weight: 700;
}

.fw-900,
.bold {
  font-weight: 500;
}

.dropcap {
  float: left;
  font-size: 108px;
  font-weight: 900;
  line-height: 0.9;
  margin: 0 15px 0 0;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .dropcap {
    font-size: 92px;
    margin-right: 15px;
  }
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.overflow-visible {
  overflow: visible;
  position: relative;
  z-index: 2;
}

.z-index-2 {
  z-index: 2;
}

[class*="visible-above-"],
[class*="visible-below-"] {
  display: none !important;
}

@media (min-width: 576px) {
  .visible-above-sm {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .visible-below-sm {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .visible-above-md {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-below-md {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .visible-above-lg {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .visible-below-lg {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-above-xl {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .visible-below-xl {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .hidden-below-sm {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-above-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-below-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-above-md {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-below-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-above-lg {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-below-xl {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-above-xl {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hidden-xxl {
    display: none !important;
  }
}

.light-bg {
  background-color: #fff;
}

.hero-bg {
  background-color: #f1f1f1;
}

.muted-bg {
  background-color: rgba(58, 55, 54, 0.06);
}

.response,
.color-main {
  border-color: #cc2027;
  color: #cc2027 !important;
}

.response a:hover,
.color-main a:hover {
  color: #3a3736 !important;
}

.color-main2 {
  border-color: #f1d201;
  color: #f1d201;
}

.color-main3 {
  border-color: #5ebd39;
  color: #5ebd39;
}

.color-main4 {
  border-color: #238ee9;
  color: #238ee9;
}

.color-dark {
  border-color: #251b19;
  color: #251b19;
}

.color-light {
  border-color: #fff;
  color: #fff;
}

.color-darkgrey {
  border-color: #3a3736;
  color: #3a3736;
}

.color-success {
  color: #4db19e;
}

.color-info {
  color: #007ebd;
}

.color-warning {
  color: #eeb269;
}

.required,
.color-danger {
  color: #dc5753;
}

.bordered {
  border: 1px solid #e1e0e0;
}

.box-shadow {
  border-color: transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.links-maincolor a {
  color: #cc2027;
}

.links-maincolor2 a {
  color: #f1d201;
}

.links-maincolor3 a {
  color: #5ebd39;
}

.links-grey a {
  color: #686665;
}

.links-grey a:hover {
  color: #cc2027;
}

.links-darkgrey a {
  color: #3a3736;
}

.links-darkgrey a:hover {
  color: #cc2027;
}

.bg-maincolor {
  background-color: #cc2027;
}

.bg-maincolor2 {
  background-color: #f1d201;
}

.bg-maincolor3 {
  background-color: #5ebd39;
}

.bg-maincolor4 {
  background-color: #238ee9;
}

.bg-dark {
  background-color: #251b19;
}

.bg-light {
  background-color: #fff;
}

.bg-darkblue {
  background-color: #253138;
  color: #fff;
}

.bg-darkgrey {
  background-color: #3a3736;
  color: #fff;
}

.bg-success {
  background-color: #4db19e !important;
}

.bg-info {
  background-color: #007ebd !important;
}

.bg-warning {
  background-color: #eeb269 !important;
}

.bg-danger {
  background-color: #dc5753 !important;
}

.filter-grayscale {
  filter: grayscale(100%);
  transition: 0.6s ease-in-out;
}

.filter-grayscale:hover {
  filter: grayscale(0%);
}

[class*="bg-"] {
  color: #fff;
}

[class*="bg-"] a,
[class*="bg-"] h1,
[class*="bg-"] h2,
[class*="bg-"] h3,
[class*="bg-"] h4,
[class*="bg-"] h5,
[class*="bg-"] h6 {
  color: #3a3736;
}

span[class*="bg-"],
span.bordered,
span.light-bg,
span.hero-bg,
span.muted-bg {
  padding-left: 0.37em;
  padding-right: 0.37em;
}

.my--70 {
  margin-bottom: -70px;
  margin-top: -70px;
}

.my--65 {
  margin-bottom: -65px;
  margin-top: -65px;
}

.my--60 {
  margin-bottom: -60px;
  margin-top: -60px;
}

.my--50 {
  margin-bottom: -50px;
  margin-top: -50px;
}

.my--45 {
  margin-bottom: -45px;
  margin-top: -45px;
}

.my--40 {
  margin-bottom: -40px;
  margin-top: -40px;
}

.my--35 {
  margin-bottom: -35px;
  margin-top: -35px;
}

.my--30 {
  margin-bottom: -30px;
  margin-top: -30px;
}

.my--25 {
  margin-bottom: -25px;
  margin-top: -25px;
}

.my--20 {
  margin-bottom: -20px;
  margin-top: -20px;
}

.my--15 {
  margin-bottom: -15px;
  margin-top: -15px;
}

.my--10 {
  margin-bottom: -10px;
  margin-top: -10px;
}

.my--5 {
  margin-bottom: -5px;
  margin-top: -5px;
}

.my-7 {
  margin-bottom: 7px;
  margin-top: 7px;
}

.my-8 {
  margin-bottom: 8px;
  margin-top: 8px;
}

.my-9 {
  margin-bottom: 9px;
  margin-top: 9px;
}

.my-10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.my-15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.my-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.my-30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.my-35 {
  margin-bottom: 35px;
  margin-top: 35px;
}

.my-40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.my-45 {
  margin-bottom: 45px;
  margin-top: 45px;
}

.my-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.my-60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.my-70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.my-80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.my-90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.my-100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.my-108 {
  margin-bottom: 108px;
  margin-top: 108px;
}

.my-110 {
  margin-bottom: 110px;
  margin-top: 110px;
}

.my-115 {
  margin-bottom: 115px;
  margin-top: 115px;
}

.my-120 {
  margin-bottom: 120px;
  margin-top: 120px;
}

.my-125 {
  margin-bottom: 125px;
  margin-top: 125px;
}

.my-130 {
  margin-bottom: 130px;
  margin-top: 130px;
}

.my-140 {
  margin-bottom: 140px;
  margin-top: 140px;
}

.my-150 {
  margin-bottom: 150px;
  margin-top: 150px;
}

.my-155 {
  margin-bottom: 155px;
  margin-top: 155px;
}

.my-160 {
  margin-bottom: 160px;
  margin-top: 160px;
}

.my-170 {
  margin-bottom: 170px;
  margin-top: 170px;
}

.my-175 {
  margin-bottom: 175px;
  margin-top: 175px;
}

.my-200 {
  margin-bottom: 200px;
  margin-top: 200px;
}

.mx--70 {
  margin-left: -70px;
  margin-right: -70px;
}

.mx--65 {
  margin-left: -65px;
  margin-right: -65px;
}

.mx--60 {
  margin-left: -60px;
  margin-right: -60px;
}

.mx--50 {
  margin-left: -50px;
  margin-right: -50px;
}

.mx--45 {
  margin-left: -45px;
  margin-right: -45px;
}

.mx--40 {
  margin-left: -40px;
  margin-right: -40px;
}

.mx--35 {
  margin-left: -35px;
  margin-right: -35px;
}

.mx--30 {
  margin-left: -30px;
  margin-right: -30px;
}

.mx--25 {
  margin-left: -25px;
  margin-right: -25px;
}

.mx--20 {
  margin-left: -20px;
  margin-right: -20px;
}

.mx--15 {
  margin-left: -15px;
  margin-right: -15px;
}

.mx--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.mx--5 {
  margin-left: -5px;
  margin-right: -5px;
}

.mx-7 {
  margin-left: 7px;
  margin-right: 7px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-9 {
  margin-left: 9px;
  margin-right: 9px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mx-108 {
  margin-left: 108px;
  margin-right: 108px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mx-125 {
  margin-left: 125px;
  margin-right: 125px;
}

.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.mx-155 {
  margin-left: 155px;
  margin-right: 155px;
}

.mx-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.mx-170 {
  margin-left: 170px;
  margin-right: 170px;
}

.mx-175 {
  margin-left: 175px;
  margin-right: 175px;
}

.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.mt--70 {
  margin-top: -70px;
}

.mt--65 {
  margin-top: -65px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--50 {
  margin-top: -50px;
}

.mt--45 {
  margin-top: -45px;
}

.mt--40 {
  margin-top: -40px;
}

.mt--35 {
  margin-top: -35px;
}

.mt--30 {
  margin-top: -30px;
}

.mt--25 {
  margin-top: -25px;
}

.mt--20 {
  margin-top: -20px;
}

.mt--15 {
  margin-top: -15px;
}

.mt--10 {
  margin-top: -10px;
}

.mt--5 {
  margin-top: -5px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-108 {
  margin-top: 108px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-200 {
  margin-top: 200px;
}

@media (min-width: 576px) {
  .mt-sm--70 {
    margin-top: -70px !important;
  }

  .mt-sm--65 {
    margin-top: -65px !important;
  }

  .mt-sm--60 {
    margin-top: -60px !important;
  }

  .mt-sm--50 {
    margin-top: -50px !important;
  }

  .mt-sm--45 {
    margin-top: -45px !important;
  }

  .mt-sm--40 {
    margin-top: -40px !important;
  }

  .mt-sm--35 {
    margin-top: -35px !important;
  }

  .mt-sm--30 {
    margin-top: -30px !important;
  }

  .mt-sm--25 {
    margin-top: -25px !important;
  }

  .mt-sm--20 {
    margin-top: -20px !important;
  }

  .mt-sm--15 {
    margin-top: -15px !important;
  }

  .mt-sm--10 {
    margin-top: -10px !important;
  }

  .mt-sm--5 {
    margin-top: -5px !important;
  }

  .mt-sm-7 {
    margin-top: 7px !important;
  }

  .mt-sm-8 {
    margin-top: 8px !important;
  }

  .mt-sm-9 {
    margin-top: 9px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-35 {
    margin-top: 35px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-45 {
    margin-top: 45px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mt-sm-90 {
    margin-top: 90px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mt-sm-108 {
    margin-top: 108px !important;
  }

  .mt-sm-110 {
    margin-top: 110px !important;
  }

  .mt-sm-115 {
    margin-top: 115px !important;
  }

  .mt-sm-120 {
    margin-top: 120px !important;
  }

  .mt-sm-125 {
    margin-top: 125px !important;
  }

  .mt-sm-130 {
    margin-top: 130px !important;
  }

  .mt-sm-140 {
    margin-top: 140px !important;
  }

  .mt-sm-150 {
    margin-top: 150px !important;
  }

  .mt-sm-155 {
    margin-top: 155px !important;
  }

  .mt-sm-160 {
    margin-top: 160px !important;
  }

  .mt-sm-170 {
    margin-top: 170px !important;
  }

  .mt-sm-175 {
    margin-top: 175px !important;
  }

  .mt-sm-200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .mt-md--70 {
    margin-top: -70px !important;
  }

  .mt-md--65 {
    margin-top: -65px !important;
  }

  .mt-md--60 {
    margin-top: -60px !important;
  }

  .mt-md--50 {
    margin-top: -50px !important;
  }

  .mt-md--45 {
    margin-top: -45px !important;
  }

  .mt-md--40 {
    margin-top: -40px !important;
  }

  .mt-md--35 {
    margin-top: -35px !important;
  }

  .mt-md--30 {
    margin-top: -30px !important;
  }

  .mt-md--25 {
    margin-top: -25px !important;
  }

  .mt-md--20 {
    margin-top: -20px !important;
  }

  .mt-md--15 {
    margin-top: -15px !important;
  }

  .mt-md--10 {
    margin-top: -10px !important;
  }

  .mt-md--5 {
    margin-top: -5px !important;
  }

  .mt-md-7 {
    margin-top: 7px !important;
  }

  .mt-md-8 {
    margin-top: 8px !important;
  }

  .mt-md-9 {
    margin-top: 9px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mt-md-108 {
    margin-top: 108px !important;
  }

  .mt-md-110 {
    margin-top: 110px !important;
  }

  .mt-md-115 {
    margin-top: 115px !important;
  }

  .mt-md-120 {
    margin-top: 120px !important;
  }

  .mt-md-125 {
    margin-top: 125px !important;
  }

  .mt-md-130 {
    margin-top: 130px !important;
  }

  .mt-md-140 {
    margin-top: 140px !important;
  }

  .mt-md-150 {
    margin-top: 150px !important;
  }

  .mt-md-155 {
    margin-top: 155px !important;
  }

  .mt-md-160 {
    margin-top: 160px !important;
  }

  .mt-md-170 {
    margin-top: 170px !important;
  }

  .mt-md-175 {
    margin-top: 175px !important;
  }

  .mt-md-200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg--70 {
    margin-top: -70px !important;
  }

  .mt-lg--65 {
    margin-top: -65px !important;
  }

  .mt-lg--60 {
    margin-top: -60px !important;
  }

  .mt-lg--50 {
    margin-top: -50px !important;
  }

  .mt-lg--45 {
    margin-top: -45px !important;
  }

  .mt-lg--40 {
    margin-top: -40px !important;
  }

  .mt-lg--35 {
    margin-top: -35px !important;
  }

  .mt-lg--30 {
    margin-top: -30px !important;
  }

  .mt-lg--25 {
    margin-top: -25px !important;
  }

  .mt-lg--20 {
    margin-top: -20px !important;
  }

  .mt-lg--15 {
    margin-top: -15px !important;
  }

  .mt-lg--10 {
    margin-top: -10px !important;
  }

  .mt-lg--5 {
    margin-top: -5px !important;
  }

  .mt-lg-7 {
    margin-top: 7px !important;
  }

  .mt-lg-8 {
    margin-top: 8px !important;
  }

  .mt-lg-9 {
    margin-top: 9px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-45 {
    margin-top: 45px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mt-lg-90 {
    margin-top: 90px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mt-lg-108 {
    margin-top: 108px !important;
  }

  .mt-lg-110 {
    margin-top: 110px !important;
  }

  .mt-lg-115 {
    margin-top: 115px !important;
  }

  .mt-lg-120 {
    margin-top: 120px !important;
  }

  .mt-lg-125 {
    margin-top: 125px !important;
  }

  .mt-lg-130 {
    margin-top: 130px !important;
  }

  .mt-lg-140 {
    margin-top: 140px !important;
  }

  .mt-lg-150 {
    margin-top: 150px !important;
  }

  .mt-lg-155 {
    margin-top: 155px !important;
  }

  .mt-lg-160 {
    margin-top: 160px !important;
  }

  .mt-lg-170 {
    margin-top: 170px !important;
  }

  .mt-lg-175 {
    margin-top: 175px !important;
  }

  .mt-lg-200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl--70 {
    margin-top: -70px !important;
  }

  .mt-xl--65 {
    margin-top: -65px !important;
  }

  .mt-xl--60 {
    margin-top: -60px !important;
  }

  .mt-xl--50 {
    margin-top: -50px !important;
  }

  .mt-xl--45 {
    margin-top: -45px !important;
  }

  .mt-xl--40 {
    margin-top: -40px !important;
  }

  .mt-xl--35 {
    margin-top: -35px !important;
  }

  .mt-xl--30 {
    margin-top: -30px !important;
  }

  .mt-xl--25 {
    margin-top: -25px !important;
  }

  .mt-xl--20 {
    margin-top: -20px !important;
  }

  .mt-xl--15 {
    margin-top: -15px !important;
  }

  .mt-xl--10 {
    margin-top: -10px !important;
  }

  .mt-xl--5 {
    margin-top: -5px !important;
  }

  .mt-xl-7 {
    margin-top: 7px !important;
  }

  .mt-xl-8 {
    margin-top: 8px !important;
  }

  .mt-xl-9 {
    margin-top: 9px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-45 {
    margin-top: 45px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mt-xl-90 {
    margin-top: 90px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mt-xl-108 {
    margin-top: 108px !important;
  }

  .mt-xl-110 {
    margin-top: 110px !important;
  }

  .mt-xl-115 {
    margin-top: 115px !important;
  }

  .mt-xl-120 {
    margin-top: 120px !important;
  }

  .mt-xl-125 {
    margin-top: 125px !important;
  }

  .mt-xl-130 {
    margin-top: 130px !important;
  }

  .mt-xl-140 {
    margin-top: 140px !important;
  }

  .mt-xl-150 {
    margin-top: 150px !important;
  }

  .mt-xl-155 {
    margin-top: 155px !important;
  }

  .mt-xl-160 {
    margin-top: 160px !important;
  }

  .mt-xl-170 {
    margin-top: 170px !important;
  }

  .mt-xl-175 {
    margin-top: 175px !important;
  }

  .mt-xl-200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm--70 {
    margin-bottom: -70px !important;
  }

  .mb-sm--65 {
    margin-bottom: -65px !important;
  }

  .mb-sm--60 {
    margin-bottom: -60px !important;
  }

  .mb-sm--50 {
    margin-bottom: -50px !important;
  }

  .mb-sm--45 {
    margin-bottom: -45px !important;
  }

  .mb-sm--40 {
    margin-bottom: -40px !important;
  }

  .mb-sm--35 {
    margin-bottom: -35px !important;
  }

  .mb-sm--30 {
    margin-bottom: -30px !important;
  }

  .mb-sm--25 {
    margin-bottom: -25px !important;
  }

  .mb-sm--20 {
    margin-bottom: -20px !important;
  }

  .mb-sm--15 {
    margin-bottom: -15px !important;
  }

  .mb-sm--10 {
    margin-bottom: -10px !important;
  }

  .mb-sm--5 {
    margin-bottom: -5px !important;
  }

  .mb-sm-7 {
    margin-bottom: 7px !important;
  }

  .mb-sm-8 {
    margin-bottom: 8px !important;
  }

  .mb-sm-9 {
    margin-bottom: 9px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-35 {
    margin-bottom: 35px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-45 {
    margin-bottom: 45px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .mb-sm-108 {
    margin-bottom: 108px !important;
  }

  .mb-sm-110 {
    margin-bottom: 110px !important;
  }

  .mb-sm-115 {
    margin-bottom: 115px !important;
  }

  .mb-sm-120 {
    margin-bottom: 120px !important;
  }

  .mb-sm-125 {
    margin-bottom: 125px !important;
  }

  .mb-sm-130 {
    margin-bottom: 130px !important;
  }

  .mb-sm-140 {
    margin-bottom: 140px !important;
  }

  .mb-sm-150 {
    margin-bottom: 150px !important;
  }

  .mb-sm-155 {
    margin-bottom: 155px !important;
  }

  .mb-sm-160 {
    margin-bottom: 160px !important;
  }

  .mb-sm-170 {
    margin-bottom: 170px !important;
  }

  .mb-sm-175 {
    margin-bottom: 175px !important;
  }

  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .mb-md--70 {
    margin-bottom: -70px !important;
  }

  .mb-md--65 {
    margin-bottom: -65px !important;
  }

  .mb-md--60 {
    margin-bottom: -60px !important;
  }

  .mb-md--50 {
    margin-bottom: -50px !important;
  }

  .mb-md--45 {
    margin-bottom: -45px !important;
  }

  .mb-md--40 {
    margin-bottom: -40px !important;
  }

  .mb-md--35 {
    margin-bottom: -35px !important;
  }

  .mb-md--30 {
    margin-bottom: -30px !important;
  }

  .mb-md--25 {
    margin-bottom: -25px !important;
  }

  .mb-md--20 {
    margin-bottom: -20px !important;
  }

  .mb-md--15 {
    margin-bottom: -15px !important;
  }

  .mb-md--10 {
    margin-bottom: -10px !important;
  }

  .mb-md--5 {
    margin-bottom: -5px !important;
  }

  .mb-md-7 {
    margin-bottom: 7px !important;
  }

  .mb-md-8 {
    margin-bottom: 8px !important;
  }

  .mb-md-9 {
    margin-bottom: 9px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-108 {
    margin-bottom: 108px !important;
  }

  .mb-md-110 {
    margin-bottom: 110px !important;
  }

  .mb-md-115 {
    margin-bottom: 115px !important;
  }

  .mb-md-120 {
    margin-bottom: 120px !important;
  }

  .mb-md-125 {
    margin-bottom: 125px !important;
  }

  .mb-md-130 {
    margin-bottom: 130px !important;
  }

  .mb-md-140 {
    margin-bottom: 140px !important;
  }

  .mb-md-150 {
    margin-bottom: 150px !important;
  }

  .mb-md-155 {
    margin-bottom: 155px !important;
  }

  .mb-md-160 {
    margin-bottom: 160px !important;
  }

  .mb-md-170 {
    margin-bottom: 170px !important;
  }

  .mb-md-175 {
    margin-bottom: 175px !important;
  }

  .mb-md-200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg--70 {
    margin-bottom: -70px !important;
  }

  .mb-lg--65 {
    margin-bottom: -65px !important;
  }

  .mb-lg--60 {
    margin-bottom: -60px !important;
  }

  .mb-lg--50 {
    margin-bottom: -50px !important;
  }

  .mb-lg--45 {
    margin-bottom: -45px !important;
  }

  .mb-lg--40 {
    margin-bottom: -40px !important;
  }

  .mb-lg--35 {
    margin-bottom: -35px !important;
  }

  .mb-lg--30 {
    margin-bottom: -30px !important;
  }

  .mb-lg--25 {
    margin-bottom: -25px !important;
  }

  .mb-lg--20 {
    margin-bottom: -20px !important;
  }

  .mb-lg--15 {
    margin-bottom: -15px !important;
  }

  .mb-lg--10 {
    margin-bottom: -10px !important;
  }

  .mb-lg--5 {
    margin-bottom: -5px !important;
  }

  .mb-lg-7 {
    margin-bottom: 7px !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px !important;
  }

  .mb-lg-9 {
    margin-bottom: 9px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .mb-lg-108 {
    margin-bottom: 108px !important;
  }

  .mb-lg-110 {
    margin-bottom: 110px !important;
  }

  .mb-lg-115 {
    margin-bottom: 115px !important;
  }

  .mb-lg-120 {
    margin-bottom: 120px !important;
  }

  .mb-lg-125 {
    margin-bottom: 125px !important;
  }

  .mb-lg-130 {
    margin-bottom: 130px !important;
  }

  .mb-lg-140 {
    margin-bottom: 140px !important;
  }

  .mb-lg-150 {
    margin-bottom: 150px !important;
  }

  .mb-lg-155 {
    margin-bottom: 155px !important;
  }

  .mb-lg-160 {
    margin-bottom: 160px !important;
  }

  .mb-lg-170 {
    margin-bottom: 170px !important;
  }

  .mb-lg-175 {
    margin-bottom: 175px !important;
  }

  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl--70 {
    margin-bottom: -70px !important;
  }

  .mb-xl--65 {
    margin-bottom: -65px !important;
  }

  .mb-xl--60 {
    margin-bottom: -60px !important;
  }

  .mb-xl--50 {
    margin-bottom: -50px !important;
  }

  .mb-xl--45 {
    margin-bottom: -45px !important;
  }

  .mb-xl--40 {
    margin-bottom: -40px !important;
  }

  .mb-xl--35 {
    margin-bottom: -35px !important;
  }

  .mb-xl--30 {
    margin-bottom: -30px !important;
  }

  .mb-xl--25 {
    margin-bottom: -25px !important;
  }

  .mb-xl--20 {
    margin-bottom: -20px !important;
  }

  .mb-xl--15 {
    margin-bottom: -15px !important;
  }

  .mb-xl--10 {
    margin-bottom: -10px !important;
  }

  .mb-xl--5 {
    margin-bottom: -5px !important;
  }

  .mb-xl-7 {
    margin-bottom: 7px !important;
  }

  .mb-xl-8 {
    margin-bottom: 8px !important;
  }

  .mb-xl-9 {
    margin-bottom: 9px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xl-35 {
    margin-bottom: 35px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xl-45 {
    margin-bottom: 45px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xl-108 {
    margin-bottom: 108px !important;
  }

  .mb-xl-110 {
    margin-bottom: 110px !important;
  }

  .mb-xl-115 {
    margin-bottom: 115px !important;
  }

  .mb-xl-120 {
    margin-bottom: 120px !important;
  }

  .mb-xl-125 {
    margin-bottom: 125px !important;
  }

  .mb-xl-130 {
    margin-bottom: 130px !important;
  }

  .mb-xl-140 {
    margin-bottom: 140px !important;
  }

  .mb-xl-150 {
    margin-bottom: 150px !important;
  }

  .mb-xl-155 {
    margin-bottom: 155px !important;
  }

  .mb-xl-160 {
    margin-bottom: 160px !important;
  }

  .mb-xl-170 {
    margin-bottom: 170px !important;
  }

  .mb-xl-175 {
    margin-bottom: 175px !important;
  }

  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
}

.mb--70 {
  margin-bottom: -70px;
}

.mb--65 {
  margin-bottom: -65px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--50 {
  margin-bottom: -50px;
}

.mb--45 {
  margin-bottom: -45px;
}

.mb--40 {
  margin-bottom: -40px;
}

.mb--35 {
  margin-bottom: -35px;
}

.mb--30 {
  margin-bottom: -30px;
}

.mb--25 {
  margin-bottom: -25px;
}

.mb--20 {
  margin-bottom: -20px;
}

.mb--15 {
  margin-bottom: -15px;
}

.mb--10 {
  margin-bottom: -10px;
}

.mb--5 {
  margin-bottom: -5px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-108 {
  margin-bottom: 108px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-200 {
  margin-bottom: 200px;
}

.m--70 {
  margin: -70px;
}

.m--65 {
  margin: -65px;
}

.m--60 {
  margin: -60px;
}

.m--50 {
  margin: -50px;
}

.m--45 {
  margin: -45px;
}

.m--40 {
  margin: -40px;
}

.m--35 {
  margin: -35px;
}

.m--30 {
  margin: -30px;
}

.m--25 {
  margin: -25px;
}

.m--20 {
  margin: -20px;
}

.m--15 {
  margin: -15px;
}

.m--10 {
  margin: -10px;
}

.m--5 {
  margin: -5px;
}

.m-7 {
  margin: 7px;
}

.m-8 {
  margin: 8px;
}

.m-9 {
  margin: 9px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-60 {
  margin: 60px;
}

.m-70 {
  margin: 70px;
}

.m-80 {
  margin: 80px;
}

.m-90 {
  margin: 90px;
}

.m-100 {
  margin: 100px;
}

.m-108 {
  margin: 108px;
}

.m-110 {
  margin: 110px;
}

.m-115 {
  margin: 115px;
}

.m-120 {
  margin: 120px;
}

.m-125 {
  margin: 125px;
}

.m-130 {
  margin: 130px;
}

.m-140 {
  margin: 140px;
}

.m-150 {
  margin: 150px;
}

.m-155 {
  margin: 155px;
}

.m-160 {
  margin: 160px;
}

.m-170 {
  margin: 170px;
}

.m-175 {
  margin: 175px;
}

.m-200 {
  margin: 200px;
}

.py--70 {
  padding-bottom: -70px;
  padding-top: -70px;
}

.py--65 {
  padding-bottom: -65px;
  padding-top: -65px;
}

.py--60 {
  padding-bottom: -60px;
  padding-top: -60px;
}

.py--50 {
  padding-bottom: -50px;
  padding-top: -50px;
}

.py--45 {
  padding-bottom: -45px;
  padding-top: -45px;
}

.py--40 {
  padding-bottom: -40px;
  padding-top: -40px;
}

.py--35 {
  padding-bottom: -35px;
  padding-top: -35px;
}

.py--30 {
  padding-bottom: -30px;
  padding-top: -30px;
}

.py--25 {
  padding-bottom: -25px;
  padding-top: -25px;
}

.py--20 {
  padding-bottom: -20px;
  padding-top: -20px;
}

.py--15 {
  padding-bottom: -15px;
  padding-top: -15px;
}

.py--10 {
  padding-bottom: -10px;
  padding-top: -10px;
}

.py--5 {
  padding-bottom: -5px;
  padding-top: -5px;
}

.py-7 {
  padding-bottom: 7px;
  padding-top: 7px;
}

.py-8 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.py-9 {
  padding-bottom: 9px;
  padding-top: 9px;
}

.py-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.py-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.py-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.py-35 {
  padding-bottom: 35px;
  padding-top: 35px;
}

.py-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.py-45 {
  padding-bottom: 45px;
  padding-top: 45px;
}

.py-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.py-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.py-70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.py-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.py-90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.py-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.py-108 {
  padding-bottom: 108px;
  padding-top: 108px;
}

.py-110 {
  padding-bottom: 110px;
  padding-top: 110px;
}

.py-115 {
  padding-bottom: 115px;
  padding-top: 115px;
}

.py-120 {
  padding-bottom: 120px;
  padding-top: 120px;
}

.py-125 {
  padding-bottom: 125px;
  padding-top: 125px;
}

.py-130 {
  padding-bottom: 130px;
  padding-top: 130px;
}

.py-140 {
  padding-bottom: 140px;
  padding-top: 140px;
}

.py-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

.py-155 {
  padding-bottom: 155px;
  padding-top: 155px;
}

.py-160 {
  padding-bottom: 160px;
  padding-top: 160px;
}

.py-170 {
  padding-bottom: 170px;
  padding-top: 170px;
}

.py-175 {
  padding-bottom: 175px;
  padding-top: 175px;
}

.py-200 {
  padding-bottom: 200px;
  padding-top: 200px;
}

@media (min-width: 576px) {
  .py-sm--70 {
    padding-bottom: -70px !important;
    padding-top: -70px !important;
  }

  .py-sm--65 {
    padding-bottom: -65px !important;
    padding-top: -65px !important;
  }

  .py-sm--60 {
    padding-bottom: -60px !important;
    padding-top: -60px !important;
  }

  .py-sm--50 {
    padding-bottom: -50px !important;
    padding-top: -50px !important;
  }

  .py-sm--45 {
    padding-bottom: -45px !important;
    padding-top: -45px !important;
  }

  .py-sm--40 {
    padding-bottom: -40px !important;
    padding-top: -40px !important;
  }

  .py-sm--35 {
    padding-bottom: -35px !important;
    padding-top: -35px !important;
  }

  .py-sm--30 {
    padding-bottom: -30px !important;
    padding-top: -30px !important;
  }

  .py-sm--25 {
    padding-bottom: -25px !important;
    padding-top: -25px !important;
  }

  .py-sm--20 {
    padding-bottom: -20px !important;
    padding-top: -20px !important;
  }

  .py-sm--15 {
    padding-bottom: -15px !important;
    padding-top: -15px !important;
  }

  .py-sm--10 {
    padding-bottom: -10px !important;
    padding-top: -10px !important;
  }

  .py-sm--5 {
    padding-bottom: -5px !important;
    padding-top: -5px !important;
  }

  .py-sm-7 {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
  }

  .py-sm-8 {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }

  .py-sm-9 {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
  }

  .py-sm-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .py-sm-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .py-sm-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .py-sm-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .py-sm-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }

  .py-sm-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .py-sm-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }

  .py-sm-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .py-sm-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .py-sm-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }

  .py-sm-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .py-sm-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }

  .py-sm-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }

  .py-sm-108 {
    padding-bottom: 108px !important;
    padding-top: 108px !important;
  }

  .py-sm-110 {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }

  .py-sm-115 {
    padding-bottom: 115px !important;
    padding-top: 115px !important;
  }

  .py-sm-120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }

  .py-sm-125 {
    padding-bottom: 125px !important;
    padding-top: 125px !important;
  }

  .py-sm-130 {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }

  .py-sm-140 {
    padding-bottom: 140px !important;
    padding-top: 140px !important;
  }

  .py-sm-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }

  .py-sm-155 {
    padding-bottom: 155px !important;
    padding-top: 155px !important;
  }

  .py-sm-160 {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }

  .py-sm-170 {
    padding-bottom: 170px !important;
    padding-top: 170px !important;
  }

  .py-sm-175 {
    padding-bottom: 175px !important;
    padding-top: 175px !important;
  }

  .py-sm-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .py-md--70 {
    padding-bottom: -70px !important;
    padding-top: -70px !important;
  }

  .py-md--65 {
    padding-bottom: -65px !important;
    padding-top: -65px !important;
  }

  .py-md--60 {
    padding-bottom: -60px !important;
    padding-top: -60px !important;
  }

  .py-md--50 {
    padding-bottom: -50px !important;
    padding-top: -50px !important;
  }

  .py-md--45 {
    padding-bottom: -45px !important;
    padding-top: -45px !important;
  }

  .py-md--40 {
    padding-bottom: -40px !important;
    padding-top: -40px !important;
  }

  .py-md--35 {
    padding-bottom: -35px !important;
    padding-top: -35px !important;
  }

  .py-md--30 {
    padding-bottom: -30px !important;
    padding-top: -30px !important;
  }

  .py-md--25 {
    padding-bottom: -25px !important;
    padding-top: -25px !important;
  }

  .py-md--20 {
    padding-bottom: -20px !important;
    padding-top: -20px !important;
  }

  .py-md--15 {
    padding-bottom: -15px !important;
    padding-top: -15px !important;
  }

  .py-md--10 {
    padding-bottom: -10px !important;
    padding-top: -10px !important;
  }

  .py-md--5 {
    padding-bottom: -5px !important;
    padding-top: -5px !important;
  }

  .py-md-7 {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
  }

  .py-md-8 {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }

  .py-md-9 {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
  }

  .py-md-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .py-md-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .py-md-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .py-md-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .py-md-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }

  .py-md-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .py-md-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }

  .py-md-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .py-md-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .py-md-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }

  .py-md-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .py-md-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }

  .py-md-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }

  .py-md-108 {
    padding-bottom: 108px !important;
    padding-top: 108px !important;
  }

  .py-md-110 {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }

  .py-md-115 {
    padding-bottom: 115px !important;
    padding-top: 115px !important;
  }

  .py-md-120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }

  .py-md-125 {
    padding-bottom: 125px !important;
    padding-top: 125px !important;
  }

  .py-md-130 {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }

  .py-md-140 {
    padding-bottom: 140px !important;
    padding-top: 140px !important;
  }

  .py-md-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }

  .py-md-155 {
    padding-bottom: 155px !important;
    padding-top: 155px !important;
  }

  .py-md-160 {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }

  .py-md-170 {
    padding-bottom: 170px !important;
    padding-top: 170px !important;
  }

  .py-md-175 {
    padding-bottom: 175px !important;
    padding-top: 175px !important;
  }

  .py-md-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}

@media (min-width: 992px) {
  .py-lg--70 {
    padding-bottom: -70px !important;
    padding-top: -70px !important;
  }

  .py-lg--65 {
    padding-bottom: -65px !important;
    padding-top: -65px !important;
  }

  .py-lg--60 {
    padding-bottom: -60px !important;
    padding-top: -60px !important;
  }

  .py-lg--50 {
    padding-bottom: -50px !important;
    padding-top: -50px !important;
  }

  .py-lg--45 {
    padding-bottom: -45px !important;
    padding-top: -45px !important;
  }

  .py-lg--40 {
    padding-bottom: -40px !important;
    padding-top: -40px !important;
  }

  .py-lg--35 {
    padding-bottom: -35px !important;
    padding-top: -35px !important;
  }

  .py-lg--30 {
    padding-bottom: -30px !important;
    padding-top: -30px !important;
  }

  .py-lg--25 {
    padding-bottom: -25px !important;
    padding-top: -25px !important;
  }

  .py-lg--20 {
    padding-bottom: -20px !important;
    padding-top: -20px !important;
  }

  .py-lg--15 {
    padding-bottom: -15px !important;
    padding-top: -15px !important;
  }

  .py-lg--10 {
    padding-bottom: -10px !important;
    padding-top: -10px !important;
  }

  .py-lg--5 {
    padding-bottom: -5px !important;
    padding-top: -5px !important;
  }

  .py-lg-7 {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
  }

  .py-lg-8 {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }

  .py-lg-9 {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
  }

  .py-lg-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .py-lg-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .py-lg-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .py-lg-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .py-lg-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }

  .py-lg-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .py-lg-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }

  .py-lg-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .py-lg-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .py-lg-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }

  .py-lg-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .py-lg-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }

  .py-lg-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }

  .py-lg-108 {
    padding-bottom: 108px !important;
    padding-top: 108px !important;
  }

  .py-lg-110 {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }

  .py-lg-115 {
    padding-bottom: 115px !important;
    padding-top: 115px !important;
  }

  .py-lg-120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }

  .py-lg-125 {
    padding-bottom: 125px !important;
    padding-top: 125px !important;
  }

  .py-lg-130 {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }

  .py-lg-140 {
    padding-bottom: 140px !important;
    padding-top: 140px !important;
  }

  .py-lg-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }

  .py-lg-155 {
    padding-bottom: 155px !important;
    padding-top: 155px !important;
  }

  .py-lg-160 {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }

  .py-lg-170 {
    padding-bottom: 170px !important;
    padding-top: 170px !important;
  }

  .py-lg-175 {
    padding-bottom: 175px !important;
    padding-top: 175px !important;
  }

  .py-lg-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}

@media (min-width: 1200px) {
  .py-xl--70 {
    padding-bottom: -70px !important;
    padding-top: -70px !important;
  }

  .py-xl--65 {
    padding-bottom: -65px !important;
    padding-top: -65px !important;
  }

  .py-xl--60 {
    padding-bottom: -60px !important;
    padding-top: -60px !important;
  }

  .py-xl--50 {
    padding-bottom: -50px !important;
    padding-top: -50px !important;
  }

  .py-xl--45 {
    padding-bottom: -45px !important;
    padding-top: -45px !important;
  }

  .py-xl--40 {
    padding-bottom: -40px !important;
    padding-top: -40px !important;
  }

  .py-xl--35 {
    padding-bottom: -35px !important;
    padding-top: -35px !important;
  }

  .py-xl--30 {
    padding-bottom: -30px !important;
    padding-top: -30px !important;
  }

  .py-xl--25 {
    padding-bottom: -25px !important;
    padding-top: -25px !important;
  }

  .py-xl--20 {
    padding-bottom: -20px !important;
    padding-top: -20px !important;
  }

  .py-xl--15 {
    padding-bottom: -15px !important;
    padding-top: -15px !important;
  }

  .py-xl--10 {
    padding-bottom: -10px !important;
    padding-top: -10px !important;
  }

  .py-xl--5 {
    padding-bottom: -5px !important;
    padding-top: -5px !important;
  }

  .py-xl-7 {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
  }

  .py-xl-8 {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }

  .py-xl-9 {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
  }

  .py-xl-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .py-xl-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .py-xl-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .py-xl-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .py-xl-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }

  .py-xl-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .py-xl-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }

  .py-xl-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .py-xl-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .py-xl-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }

  .py-xl-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .py-xl-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }

  .py-xl-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }

  .py-xl-108 {
    padding-bottom: 108px !important;
    padding-top: 108px !important;
  }

  .py-xl-110 {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }

  .py-xl-115 {
    padding-bottom: 115px !important;
    padding-top: 115px !important;
  }

  .py-xl-120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }

  .py-xl-125 {
    padding-bottom: 125px !important;
    padding-top: 125px !important;
  }

  .py-xl-130 {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }

  .py-xl-140 {
    padding-bottom: 140px !important;
    padding-top: 140px !important;
  }

  .py-xl-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }

  .py-xl-155 {
    padding-bottom: 155px !important;
    padding-top: 155px !important;
  }

  .py-xl-160 {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }

  .py-xl-170 {
    padding-bottom: 170px !important;
    padding-top: 170px !important;
  }

  .py-xl-175 {
    padding-bottom: 175px !important;
    padding-top: 175px !important;
  }

  .py-xl-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}

.px--70 {
  padding-left: -70px;
  padding-right: -70px;
}

.px--65 {
  padding-left: -65px;
  padding-right: -65px;
}

.px--60 {
  padding-left: -60px;
  padding-right: -60px;
}

.px--50 {
  padding-left: -50px;
  padding-right: -50px;
}

.px--45 {
  padding-left: -45px;
  padding-right: -45px;
}

.px--40 {
  padding-left: -40px;
  padding-right: -40px;
}

.px--35 {
  padding-left: -35px;
  padding-right: -35px;
}

.px--30 {
  padding-left: -30px;
  padding-right: -30px;
}

.px--25 {
  padding-left: -25px;
  padding-right: -25px;
}

.px--20 {
  padding-left: -20px;
  padding-right: -20px;
}

.px--15 {
  padding-left: -15px;
  padding-right: -15px;
}

.px--10 {
  padding-left: -10px;
  padding-right: -10px;
}

.px--5 {
  padding-left: -5px;
  padding-right: -5px;
}

.px-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-108 {
  padding-left: 108px;
  padding-right: 108px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.px-155 {
  padding-left: 155px;
  padding-right: 155px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.px-175 {
  padding-left: 175px;
  padding-right: 175px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

@media (min-width: 576px) {
  .px-sm--70 {
    padding-left: -70px;
    padding-right: -70px;
  }

  .px-sm--65 {
    padding-left: -65px;
    padding-right: -65px;
  }

  .px-sm--60 {
    padding-left: -60px;
    padding-right: -60px;
  }

  .px-sm--50 {
    padding-left: -50px;
    padding-right: -50px;
  }

  .px-sm--45 {
    padding-left: -45px;
    padding-right: -45px;
  }

  .px-sm--40 {
    padding-left: -40px;
    padding-right: -40px;
  }

  .px-sm--35 {
    padding-left: -35px;
    padding-right: -35px;
  }

  .px-sm--30 {
    padding-left: -30px;
    padding-right: -30px;
  }

  .px-sm--25 {
    padding-left: -25px;
    padding-right: -25px;
  }

  .px-sm--20 {
    padding-left: -20px;
    padding-right: -20px;
  }

  .px-sm--15 {
    padding-left: -15px;
    padding-right: -15px;
  }

  .px-sm--10 {
    padding-left: -10px;
    padding-right: -10px;
  }

  .px-sm--5 {
    padding-left: -5px;
    padding-right: -5px;
  }

  .px-sm-7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .px-sm-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .px-sm-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-sm-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-sm-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .px-sm-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .px-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px-sm-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .px-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .px-sm-108 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .px-sm-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .px-sm-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .px-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .px-sm-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .px-sm-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .px-sm-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .px-sm-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .px-sm-155 {
    padding-left: 155px;
    padding-right: 155px;
  }

  .px-sm-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .px-sm-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .px-sm-175 {
    padding-left: 175px;
    padding-right: 175px;
  }

  .px-sm-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (min-width: 768px) {
  .px-md--70 {
    padding-left: -70px;
    padding-right: -70px;
  }

  .px-md--65 {
    padding-left: -65px;
    padding-right: -65px;
  }

  .px-md--60 {
    padding-left: -60px;
    padding-right: -60px;
  }

  .px-md--50 {
    padding-left: -50px;
    padding-right: -50px;
  }

  .px-md--45 {
    padding-left: -45px;
    padding-right: -45px;
  }

  .px-md--40 {
    padding-left: -40px;
    padding-right: -40px;
  }

  .px-md--35 {
    padding-left: -35px;
    padding-right: -35px;
  }

  .px-md--30 {
    padding-left: -30px;
    padding-right: -30px;
  }

  .px-md--25 {
    padding-left: -25px;
    padding-right: -25px;
  }

  .px-md--20 {
    padding-left: -20px;
    padding-right: -20px;
  }

  .px-md--15 {
    padding-left: -15px;
    padding-right: -15px;
  }

  .px-md--10 {
    padding-left: -10px;
    padding-right: -10px;
  }

  .px-md--5 {
    padding-left: -5px;
    padding-right: -5px;
  }

  .px-md-7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .px-md-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .px-md-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-md-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-md-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px-md-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .px-md-108 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .px-md-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .px-md-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .px-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .px-md-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .px-md-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .px-md-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .px-md-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .px-md-155 {
    padding-left: 155px;
    padding-right: 155px;
  }

  .px-md-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .px-md-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .px-md-175 {
    padding-left: 175px;
    padding-right: 175px;
  }

  .px-md-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (min-width: 992px) {
  .px-lg--70 {
    padding-left: -70px;
    padding-right: -70px;
  }

  .px-lg--65 {
    padding-left: -65px;
    padding-right: -65px;
  }

  .px-lg--60 {
    padding-left: -60px;
    padding-right: -60px;
  }

  .px-lg--50 {
    padding-left: -50px;
    padding-right: -50px;
  }

  .px-lg--45 {
    padding-left: -45px;
    padding-right: -45px;
  }

  .px-lg--40 {
    padding-left: -40px;
    padding-right: -40px;
  }

  .px-lg--35 {
    padding-left: -35px;
    padding-right: -35px;
  }

  .px-lg--30 {
    padding-left: -30px;
    padding-right: -30px;
  }

  .px-lg--25 {
    padding-left: -25px;
    padding-right: -25px;
  }

  .px-lg--20 {
    padding-left: -20px;
    padding-right: -20px;
  }

  .px-lg--15 {
    padding-left: -15px;
    padding-right: -15px;
  }

  .px-lg--10 {
    padding-left: -10px;
    padding-right: -10px;
  }

  .px-lg--5 {
    padding-left: -5px;
    padding-right: -5px;
  }

  .px-lg-7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .px-lg-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .px-lg-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-lg-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-lg-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .px-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px-lg-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .px-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .px-lg-108 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .px-lg-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .px-lg-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .px-lg-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .px-lg-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .px-lg-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .px-lg-155 {
    padding-left: 155px;
    padding-right: 155px;
  }

  .px-lg-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .px-lg-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .px-lg-175 {
    padding-left: 175px;
    padding-right: 175px;
  }

  .px-lg-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (min-width: 1200px) {
  .px-xl--70 {
    padding-left: -70px;
    padding-right: -70px;
  }

  .px-xl--65 {
    padding-left: -65px;
    padding-right: -65px;
  }

  .px-xl--60 {
    padding-left: -60px;
    padding-right: -60px;
  }

  .px-xl--50 {
    padding-left: -50px;
    padding-right: -50px;
  }

  .px-xl--45 {
    padding-left: -45px;
    padding-right: -45px;
  }

  .px-xl--40 {
    padding-left: -40px;
    padding-right: -40px;
  }

  .px-xl--35 {
    padding-left: -35px;
    padding-right: -35px;
  }

  .px-xl--30 {
    padding-left: -30px;
    padding-right: -30px;
  }

  .px-xl--25 {
    padding-left: -25px;
    padding-right: -25px;
  }

  .px-xl--20 {
    padding-left: -20px;
    padding-right: -20px;
  }

  .px-xl--15 {
    padding-left: -15px;
    padding-right: -15px;
  }

  .px-xl--10 {
    padding-left: -10px;
    padding-right: -10px;
  }

  .px-xl--5 {
    padding-left: -5px;
    padding-right: -5px;
  }

  .px-xl-7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .px-xl-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .px-xl-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .px-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-xl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-xl-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .px-xl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-xl-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .px-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-xl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .px-xl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .px-xl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px-xl-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .px-xl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .px-xl-108 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .px-xl-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .px-xl-115 {
    padding-left: 115px;
    padding-right: 115px;
  }

  .px-xl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .px-xl-125 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .px-xl-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .px-xl-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .px-xl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .px-xl-155 {
    padding-left: 155px;
    padding-right: 155px;
  }

  .px-xl-160 {
    padding-left: 160px;
    padding-right: 160px;
  }

  .px-xl-170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .px-xl-175 {
    padding-left: 175px;
    padding-right: 175px;
  }

  .px-xl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.pt--70 {
  padding-top: -70px;
}

.pt--65 {
  padding-top: -65px;
}

.pt--60 {
  padding-top: -60px;
}

.pt--50 {
  padding-top: -50px;
}

.pt--45 {
  padding-top: -45px;
}

.pt--40 {
  padding-top: -40px;
}

.pt--35 {
  padding-top: -35px;
}

.pt--30 {
  padding-top: -30px;
}

.pt--25 {
  padding-top: -25px;
}

.pt--20 {
  padding-top: -20px;
}

.pt--15 {
  padding-top: -15px;
}

.pt--10 {
  padding-top: -10px;
}

.pt--5 {
  padding-top: -5px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-108 {
  padding-top: 108px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-200 {
  padding-top: 200px;
}

@media (min-width: 576px) {
  .pt-sm--70 {
    padding-top: -70px;
  }

  .pt-sm--65 {
    padding-top: -65px;
  }

  .pt-sm--60 {
    padding-top: -60px;
  }

  .pt-sm--50 {
    padding-top: -50px;
  }

  .pt-sm--45 {
    padding-top: -45px;
  }

  .pt-sm--40 {
    padding-top: -40px;
  }

  .pt-sm--35 {
    padding-top: -35px;
  }

  .pt-sm--30 {
    padding-top: -30px;
  }

  .pt-sm--25 {
    padding-top: -25px;
  }

  .pt-sm--20 {
    padding-top: -20px;
  }

  .pt-sm--15 {
    padding-top: -15px;
  }

  .pt-sm--10 {
    padding-top: -10px;
  }

  .pt-sm--5 {
    padding-top: -5px;
  }

  .pt-sm-7 {
    padding-top: 7px;
  }

  .pt-sm-8 {
    padding-top: 8px;
  }

  .pt-sm-9 {
    padding-top: 9px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-45 {
    padding-top: 45px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pt-sm-108 {
    padding-top: 108px;
  }

  .pt-sm-110 {
    padding-top: 110px;
  }

  .pt-sm-115 {
    padding-top: 115px;
  }

  .pt-sm-120 {
    padding-top: 120px;
  }

  .pt-sm-125 {
    padding-top: 125px;
  }

  .pt-sm-130 {
    padding-top: 130px;
  }

  .pt-sm-140 {
    padding-top: 140px;
  }

  .pt-sm-150 {
    padding-top: 150px;
  }

  .pt-sm-155 {
    padding-top: 155px;
  }

  .pt-sm-160 {
    padding-top: 160px;
  }

  .pt-sm-170 {
    padding-top: 170px;
  }

  .pt-sm-175 {
    padding-top: 175px;
  }

  .pt-sm-200 {
    padding-top: 200px;
  }
}

@media (min-width: 768px) {
  .pt-md--70 {
    padding-top: -70px;
  }

  .pt-md--65 {
    padding-top: -65px;
  }

  .pt-md--60 {
    padding-top: -60px;
  }

  .pt-md--50 {
    padding-top: -50px;
  }

  .pt-md--45 {
    padding-top: -45px;
  }

  .pt-md--40 {
    padding-top: -40px;
  }

  .pt-md--35 {
    padding-top: -35px;
  }

  .pt-md--30 {
    padding-top: -30px;
  }

  .pt-md--25 {
    padding-top: -25px;
  }

  .pt-md--20 {
    padding-top: -20px;
  }

  .pt-md--15 {
    padding-top: -15px;
  }

  .pt-md--10 {
    padding-top: -10px;
  }

  .pt-md--5 {
    padding-top: -5px;
  }

  .pt-md-7 {
    padding-top: 7px;
  }

  .pt-md-8 {
    padding-top: 8px;
  }

  .pt-md-9 {
    padding-top: 9px;
  }

  .pt-md-10 {
    padding-top: 10px;
  }

  .pt-md-15 {
    padding-top: 15px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .pt-md-35 {
    padding-top: 35px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-45 {
    padding-top: 45px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .pt-md-108 {
    padding-top: 108px;
  }

  .pt-md-110 {
    padding-top: 110px;
  }

  .pt-md-115 {
    padding-top: 115px;
  }

  .pt-md-120 {
    padding-top: 120px;
  }

  .pt-md-125 {
    padding-top: 125px;
  }

  .pt-md-130 {
    padding-top: 130px;
  }

  .pt-md-140 {
    padding-top: 140px;
  }

  .pt-md-150 {
    padding-top: 150px;
  }

  .pt-md-155 {
    padding-top: 155px;
  }

  .pt-md-160 {
    padding-top: 160px;
  }

  .pt-md-170 {
    padding-top: 170px;
  }

  .pt-md-175 {
    padding-top: 175px;
  }

  .pt-md-200 {
    padding-top: 200px;
  }
}

@media (min-width: 992px) {
  .pt-lg--70 {
    padding-top: -70px;
  }

  .pt-lg--65 {
    padding-top: -65px;
  }

  .pt-lg--60 {
    padding-top: -60px;
  }

  .pt-lg--50 {
    padding-top: -50px;
  }

  .pt-lg--45 {
    padding-top: -45px;
  }

  .pt-lg--40 {
    padding-top: -40px;
  }

  .pt-lg--35 {
    padding-top: -35px;
  }

  .pt-lg--30 {
    padding-top: -30px;
  }

  .pt-lg--25 {
    padding-top: -25px;
  }

  .pt-lg--20 {
    padding-top: -20px;
  }

  .pt-lg--15 {
    padding-top: -15px;
  }

  .pt-lg--10 {
    padding-top: -10px;
  }

  .pt-lg--5 {
    padding-top: -5px;
  }

  .pt-lg-7 {
    padding-top: 7px;
  }

  .pt-lg-8 {
    padding-top: 8px;
  }

  .pt-lg-9 {
    padding-top: 9px;
  }

  .pt-lg-10 {
    padding-top: 10px;
  }

  .pt-lg-15 {
    padding-top: 15px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pt-lg-35 {
    padding-top: 35px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-45 {
    padding-top: 45px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pt-lg-108 {
    padding-top: 108px;
  }

  .pt-lg-110 {
    padding-top: 110px;
  }

  .pt-lg-115 {
    padding-top: 115px;
  }

  .pt-lg-120 {
    padding-top: 120px;
  }

  .pt-lg-125 {
    padding-top: 125px;
  }

  .pt-lg-130 {
    padding-top: 130px;
  }

  .pt-lg-140 {
    padding-top: 140px;
  }

  .pt-lg-150 {
    padding-top: 150px;
  }

  .pt-lg-155 {
    padding-top: 155px;
  }

  .pt-lg-160 {
    padding-top: 160px;
  }

  .pt-lg-170 {
    padding-top: 170px;
  }

  .pt-lg-175 {
    padding-top: 175px;
  }

  .pt-lg-200 {
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  .pt-xl--70 {
    padding-top: -70px;
  }

  .pt-xl--65 {
    padding-top: -65px;
  }

  .pt-xl--60 {
    padding-top: -60px;
  }

  .pt-xl--50 {
    padding-top: -50px;
  }

  .pt-xl--45 {
    padding-top: -45px;
  }

  .pt-xl--40 {
    padding-top: -40px;
  }

  .pt-xl--35 {
    padding-top: -35px;
  }

  .pt-xl--30 {
    padding-top: -30px;
  }

  .pt-xl--25 {
    padding-top: -25px;
  }

  .pt-xl--20 {
    padding-top: -20px;
  }

  .pt-xl--15 {
    padding-top: -15px;
  }

  .pt-xl--10 {
    padding-top: -10px;
  }

  .pt-xl--5 {
    padding-top: -5px;
  }

  .pt-xl-7 {
    padding-top: 7px;
  }

  .pt-xl-8 {
    padding-top: 8px;
  }

  .pt-xl-9 {
    padding-top: 9px;
  }

  .pt-xl-10 {
    padding-top: 10px;
  }

  .pt-xl-15 {
    padding-top: 15px;
  }

  .pt-xl-20 {
    padding-top: 20px;
  }

  .pt-xl-30 {
    padding-top: 30px;
  }

  .pt-xl-35 {
    padding-top: 35px;
  }

  .pt-xl-40 {
    padding-top: 40px;
  }

  .pt-xl-45 {
    padding-top: 45px;
  }

  .pt-xl-50 {
    padding-top: 50px;
  }

  .pt-xl-60 {
    padding-top: 60px;
  }

  .pt-xl-70 {
    padding-top: 70px;
  }

  .pt-xl-80 {
    padding-top: 80px;
  }

  .pt-xl-90 {
    padding-top: 90px;
  }

  .pt-xl-100 {
    padding-top: 100px;
  }

  .pt-xl-108 {
    padding-top: 108px;
  }

  .pt-xl-110 {
    padding-top: 110px;
  }

  .pt-xl-115 {
    padding-top: 115px;
  }

  .pt-xl-120 {
    padding-top: 120px;
  }

  .pt-xl-125 {
    padding-top: 125px;
  }

  .pt-xl-130 {
    padding-top: 130px;
  }

  .pt-xl-140 {
    padding-top: 140px;
  }

  .pt-xl-150 {
    padding-top: 150px;
  }

  .pt-xl-155 {
    padding-top: 155px;
  }

  .pt-xl-160 {
    padding-top: 160px;
  }

  .pt-xl-170 {
    padding-top: 170px;
  }

  .pt-xl-175 {
    padding-top: 175px;
  }

  .pt-xl-200 {
    padding-top: 200px;
  }
}

.pb--70 {
  padding-bottom: -70px;
}

.pb--65 {
  padding-bottom: -65px;
}

.pb--60 {
  padding-bottom: -60px;
}

.pb--50 {
  padding-bottom: -50px;
}

.pb--45 {
  padding-bottom: -45px;
}

.pb--40 {
  padding-bottom: -40px;
}

.pb--35 {
  padding-bottom: -35px;
}

.pb--30 {
  padding-bottom: -30px;
}

.pb--25 {
  padding-bottom: -25px;
}

.pb--20 {
  padding-bottom: -20px;
}

.pb--15 {
  padding-bottom: -15px;
}

.pb--10 {
  padding-bottom: -10px;
}

.pb--5 {
  padding-bottom: -5px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-108 {
  padding-bottom: 108px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-200 {
  padding-bottom: 200px;
}

@media (min-width: 576px) {
  .pb-sm--70 {
    padding-bottom: -70px;
  }

  .pb-sm--65 {
    padding-bottom: -65px;
  }

  .pb-sm--60 {
    padding-bottom: -60px;
  }

  .pb-sm--50 {
    padding-bottom: -50px;
  }

  .pb-sm--45 {
    padding-bottom: -45px;
  }

  .pb-sm--40 {
    padding-bottom: -40px;
  }

  .pb-sm--35 {
    padding-bottom: -35px;
  }

  .pb-sm--30 {
    padding-bottom: -30px;
  }

  .pb-sm--25 {
    padding-bottom: -25px;
  }

  .pb-sm--20 {
    padding-bottom: -20px;
  }

  .pb-sm--15 {
    padding-bottom: -15px;
  }

  .pb-sm--10 {
    padding-bottom: -10px;
  }

  .pb-sm--5 {
    padding-bottom: -5px;
  }

  .pb-sm-7 {
    padding-bottom: 7px;
  }

  .pb-sm-8 {
    padding-bottom: 8px;
  }

  .pb-sm-9 {
    padding-bottom: 9px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-45 {
    padding-bottom: 45px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .pb-sm-108 {
    padding-bottom: 108px;
  }

  .pb-sm-110 {
    padding-bottom: 110px;
  }

  .pb-sm-115 {
    padding-bottom: 115px;
  }

  .pb-sm-120 {
    padding-bottom: 120px;
  }

  .pb-sm-125 {
    padding-bottom: 125px;
  }

  .pb-sm-130 {
    padding-bottom: 130px;
  }

  .pb-sm-140 {
    padding-bottom: 140px;
  }

  .pb-sm-150 {
    padding-bottom: 150px;
  }

  .pb-sm-155 {
    padding-bottom: 155px;
  }

  .pb-sm-160 {
    padding-bottom: 160px;
  }

  .pb-sm-170 {
    padding-bottom: 170px;
  }

  .pb-sm-175 {
    padding-bottom: 175px;
  }

  .pb-sm-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .pb-md--70 {
    padding-bottom: -70px;
  }

  .pb-md--65 {
    padding-bottom: -65px;
  }

  .pb-md--60 {
    padding-bottom: -60px;
  }

  .pb-md--50 {
    padding-bottom: -50px;
  }

  .pb-md--45 {
    padding-bottom: -45px;
  }

  .pb-md--40 {
    padding-bottom: -40px;
  }

  .pb-md--35 {
    padding-bottom: -35px;
  }

  .pb-md--30 {
    padding-bottom: -30px;
  }

  .pb-md--25 {
    padding-bottom: -25px;
  }

  .pb-md--20 {
    padding-bottom: -20px;
  }

  .pb-md--15 {
    padding-bottom: -15px;
  }

  .pb-md--10 {
    padding-bottom: -10px;
  }

  .pb-md--5 {
    padding-bottom: -5px;
  }

  .pb-md-7 {
    padding-bottom: 7px;
  }

  .pb-md-8 {
    padding-bottom: 8px;
  }

  .pb-md-9 {
    padding-bottom: 9px;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-15 {
    padding-bottom: 15px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-35 {
    padding-bottom: 35px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-45 {
    padding-bottom: 45px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pb-md-90 {
    padding-bottom: 90px;
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }

  .pb-md-108 {
    padding-bottom: 108px;
  }

  .pb-md-110 {
    padding-bottom: 110px;
  }

  .pb-md-115 {
    padding-bottom: 115px;
  }

  .pb-md-120 {
    padding-bottom: 120px;
  }

  .pb-md-125 {
    padding-bottom: 125px;
  }

  .pb-md-130 {
    padding-bottom: 130px;
  }

  .pb-md-140 {
    padding-bottom: 140px;
  }

  .pb-md-150 {
    padding-bottom: 150px;
  }

  .pb-md-155 {
    padding-bottom: 155px;
  }

  .pb-md-160 {
    padding-bottom: 160px;
  }

  .pb-md-170 {
    padding-bottom: 170px;
  }

  .pb-md-175 {
    padding-bottom: 175px;
  }

  .pb-md-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .pb-lg--70 {
    padding-bottom: -70px;
  }

  .pb-lg--65 {
    padding-bottom: -65px;
  }

  .pb-lg--60 {
    padding-bottom: -60px;
  }

  .pb-lg--50 {
    padding-bottom: -50px;
  }

  .pb-lg--45 {
    padding-bottom: -45px;
  }

  .pb-lg--40 {
    padding-bottom: -40px;
  }

  .pb-lg--35 {
    padding-bottom: -35px;
  }

  .pb-lg--30 {
    padding-bottom: -30px;
  }

  .pb-lg--25 {
    padding-bottom: -25px;
  }

  .pb-lg--20 {
    padding-bottom: -20px;
  }

  .pb-lg--15 {
    padding-bottom: -15px;
  }

  .pb-lg--10 {
    padding-bottom: -10px;
  }

  .pb-lg--5 {
    padding-bottom: -5px;
  }

  .pb-lg-7 {
    padding-bottom: 7px;
  }

  .pb-lg-8 {
    padding-bottom: 8px;
  }

  .pb-lg-9 {
    padding-bottom: 9px;
  }

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pb-lg-15 {
    padding-bottom: 15px;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pb-lg-35 {
    padding-bottom: 35px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-45 {
    padding-bottom: 45px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .pb-lg-108 {
    padding-bottom: 108px;
  }

  .pb-lg-110 {
    padding-bottom: 110px;
  }

  .pb-lg-115 {
    padding-bottom: 115px;
  }

  .pb-lg-120 {
    padding-bottom: 120px;
  }

  .pb-lg-125 {
    padding-bottom: 125px;
  }

  .pb-lg-130 {
    padding-bottom: 130px;
  }

  .pb-lg-140 {
    padding-bottom: 140px;
  }

  .pb-lg-150 {
    padding-bottom: 150px;
  }

  .pb-lg-155 {
    padding-bottom: 155px;
  }

  .pb-lg-160 {
    padding-bottom: 160px;
  }

  .pb-lg-170 {
    padding-bottom: 170px;
  }

  .pb-lg-175 {
    padding-bottom: 175px;
  }

  .pb-lg-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .pb-xl--70 {
    padding-bottom: -70px;
  }

  .pb-xl--65 {
    padding-bottom: -65px;
  }

  .pb-xl--60 {
    padding-bottom: -60px;
  }

  .pb-xl--50 {
    padding-bottom: -50px;
  }

  .pb-xl--45 {
    padding-bottom: -45px;
  }

  .pb-xl--40 {
    padding-bottom: -40px;
  }

  .pb-xl--35 {
    padding-bottom: -35px;
  }

  .pb-xl--30 {
    padding-bottom: -30px;
  }

  .pb-xl--25 {
    padding-bottom: -25px;
  }

  .pb-xl--20 {
    padding-bottom: -20px;
  }

  .pb-xl--15 {
    padding-bottom: -15px;
  }

  .pb-xl--10 {
    padding-bottom: -10px;
  }

  .pb-xl--5 {
    padding-bottom: -5px;
  }

  .pb-xl-7 {
    padding-bottom: 7px;
  }

  .pb-xl-8 {
    padding-bottom: 8px;
  }

  .pb-xl-9 {
    padding-bottom: 9px;
  }

  .pb-xl-10 {
    padding-bottom: 10px;
  }

  .pb-xl-15 {
    padding-bottom: 15px;
  }

  .pb-xl-20 {
    padding-bottom: 20px;
  }

  .pb-xl-30 {
    padding-bottom: 30px;
  }

  .pb-xl-35 {
    padding-bottom: 35px;
  }

  .pb-xl-40 {
    padding-bottom: 40px;
  }

  .pb-xl-45 {
    padding-bottom: 45px;
  }

  .pb-xl-50 {
    padding-bottom: 50px;
  }

  .pb-xl-60 {
    padding-bottom: 60px;
  }

  .pb-xl-70 {
    padding-bottom: 70px;
  }

  .pb-xl-80 {
    padding-bottom: 80px;
  }

  .pb-xl-90 {
    padding-bottom: 90px;
  }

  .pb-xl-100 {
    padding-bottom: 100px;
  }

  .pb-xl-108 {
    padding-bottom: 108px;
  }

  .pb-xl-110 {
    padding-bottom: 110px;
  }

  .pb-xl-115 {
    padding-bottom: 115px;
  }

  .pb-xl-120 {
    padding-bottom: 120px;
  }

  .pb-xl-125 {
    padding-bottom: 125px;
  }

  .pb-xl-130 {
    padding-bottom: 130px;
  }

  .pb-xl-140 {
    padding-bottom: 140px;
  }

  .pb-xl-150 {
    padding-bottom: 150px;
  }

  .pb-xl-155 {
    padding-bottom: 155px;
  }

  .pb-xl-160 {
    padding-bottom: 160px;
  }

  .pb-xl-170 {
    padding-bottom: 170px;
  }

  .pb-xl-175 {
    padding-bottom: 175px;
  }

  .pb-xl-200 {
    padding-bottom: 200px;
  }
}

.p--70 {
  padding: -70px;
}

.p--65 {
  padding: -65px;
}

.p--60 {
  padding: -60px;
}

.p--50 {
  padding: -50px;
}

.p--45 {
  padding: -45px;
}

.p--40 {
  padding: -40px;
}

.p--35 {
  padding: -35px;
}

.p--30 {
  padding: -30px;
}

.p--25 {
  padding: -25px;
}

.p--20 {
  padding: -20px;
}

.p--15 {
  padding: -15px;
}

.p--10 {
  padding: -10px;
}

.p--5 {
  padding: -5px;
}

.p-7 {
  padding: 7px;
}

.p-8 {
  padding: 8px;
}

.p-9 {
  padding: 9px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-70 {
  padding: 70px;
}

.p-80 {
  padding: 80px;
}

.p-90 {
  padding: 90px;
}

.p-100 {
  padding: 100px;
}

.p-108 {
  padding: 108px;
}

.p-110 {
  padding: 110px;
}

.p-115 {
  padding: 115px;
}

.p-120 {
  padding: 120px;
}

.p-125 {
  padding: 125px;
}

.p-130 {
  padding: 130px;
}

.p-140 {
  padding: 140px;
}

.p-150 {
  padding: 150px;
}

.p-155 {
  padding: 155px;
}

.p-160 {
  padding: 160px;
}

.p-170 {
  padding: 170px;
}

.p-175 {
  padding: 175px;
}

.p-200 {
  padding: 200px;
}

@media (min-width: 576px) {
  .p-sm--70 {
    padding: -70px;
  }

  .p-sm--65 {
    padding: -65px;
  }

  .p-sm--60 {
    padding: -60px;
  }

  .p-sm--50 {
    padding: -50px;
  }

  .p-sm--45 {
    padding: -45px;
  }

  .p-sm--40 {
    padding: -40px;
  }

  .p-sm--35 {
    padding: -35px;
  }

  .p-sm--30 {
    padding: -30px;
  }

  .p-sm--25 {
    padding: -25px;
  }

  .p-sm--20 {
    padding: -20px;
  }

  .p-sm--15 {
    padding: -15px;
  }

  .p-sm--10 {
    padding: -10px;
  }

  .p-sm--5 {
    padding: -5px;
  }

  .p-sm-7 {
    padding: 7px;
  }

  .p-sm-8 {
    padding: 8px;
  }

  .p-sm-9 {
    padding: 9px;
  }

  .p-sm-10 {
    padding: 10px;
  }

  .p-sm-15 {
    padding: 15px;
  }

  .p-sm-20 {
    padding: 20px;
  }

  .p-sm-30 {
    padding: 30px;
  }

  .p-sm-35 {
    padding: 35px;
  }

  .p-sm-40 {
    padding: 40px;
  }

  .p-sm-45 {
    padding: 45px;
  }

  .p-sm-50 {
    padding: 50px;
  }

  .p-sm-60 {
    padding: 60px;
  }

  .p-sm-70 {
    padding: 70px;
  }

  .p-sm-80 {
    padding: 80px;
  }

  .p-sm-90 {
    padding: 90px;
  }

  .p-sm-100 {
    padding: 100px;
  }

  .p-sm-108 {
    padding: 108px;
  }

  .p-sm-110 {
    padding: 110px;
  }

  .p-sm-115 {
    padding: 115px;
  }

  .p-sm-120 {
    padding: 120px;
  }

  .p-sm-125 {
    padding: 125px;
  }

  .p-sm-130 {
    padding: 130px;
  }

  .p-sm-140 {
    padding: 140px;
  }

  .p-sm-150 {
    padding: 150px;
  }

  .p-sm-155 {
    padding: 155px;
  }

  .p-sm-160 {
    padding: 160px;
  }

  .p-sm-170 {
    padding: 170px;
  }

  .p-sm-175 {
    padding: 175px;
  }

  .p-sm-200 {
    padding: 200px;
  }
}

@media (min-width: 768px) {
  .p-md--70 {
    padding: -70px;
  }

  .p-md--65 {
    padding: -65px;
  }

  .p-md--60 {
    padding: -60px;
  }

  .p-md--50 {
    padding: -50px;
  }

  .p-md--45 {
    padding: -45px;
  }

  .p-md--40 {
    padding: -40px;
  }

  .p-md--35 {
    padding: -35px;
  }

  .p-md--30 {
    padding: -30px;
  }

  .p-md--25 {
    padding: -25px;
  }

  .p-md--20 {
    padding: -20px;
  }

  .p-md--15 {
    padding: -15px;
  }

  .p-md--10 {
    padding: -10px;
  }

  .p-md--5 {
    padding: -5px;
  }

  .p-md-7 {
    padding: 7px;
  }

  .p-md-8 {
    padding: 8px;
  }

  .p-md-9 {
    padding: 9px;
  }

  .p-md-10 {
    padding: 10px;
  }

  .p-md-15 {
    padding: 15px;
  }

  .p-md-20 {
    padding: 20px;
  }

  .p-md-30 {
    padding: 30px;
  }

  .p-md-35 {
    padding: 35px;
  }

  .p-md-40 {
    padding: 40px;
  }

  .p-md-45 {
    padding: 45px;
  }

  .p-md-50 {
    padding: 50px;
  }

  .p-md-60 {
    padding: 60px;
  }

  .p-md-70 {
    padding: 70px;
  }

  .p-md-80 {
    padding: 80px;
  }

  .p-md-90 {
    padding: 90px;
  }

  .p-md-100 {
    padding: 100px;
  }

  .p-md-108 {
    padding: 108px;
  }

  .p-md-110 {
    padding: 110px;
  }

  .p-md-115 {
    padding: 115px;
  }

  .p-md-120 {
    padding: 120px;
  }

  .p-md-125 {
    padding: 125px;
  }

  .p-md-130 {
    padding: 130px;
  }

  .p-md-140 {
    padding: 140px;
  }

  .p-md-150 {
    padding: 150px;
  }

  .p-md-155 {
    padding: 155px;
  }

  .p-md-160 {
    padding: 160px;
  }

  .p-md-170 {
    padding: 170px;
  }

  .p-md-175 {
    padding: 175px;
  }

  .p-md-200 {
    padding: 200px;
  }
}

@media (min-width: 992px) {
  .p-lg--70 {
    padding: -70px;
  }

  .p-lg--65 {
    padding: -65px;
  }

  .p-lg--60 {
    padding: -60px;
  }

  .p-lg--50 {
    padding: -50px;
  }

  .p-lg--45 {
    padding: -45px;
  }

  .p-lg--40 {
    padding: -40px;
  }

  .p-lg--35 {
    padding: -35px;
  }

  .p-lg--30 {
    padding: -30px;
  }

  .p-lg--25 {
    padding: -25px;
  }

  .p-lg--20 {
    padding: -20px;
  }

  .p-lg--15 {
    padding: -15px;
  }

  .p-lg--10 {
    padding: -10px;
  }

  .p-lg--5 {
    padding: -5px;
  }

  .p-lg-7 {
    padding: 7px;
  }

  .p-lg-8 {
    padding: 8px;
  }

  .p-lg-9 {
    padding: 9px;
  }

  .p-lg-10 {
    padding: 10px;
  }

  .p-lg-15 {
    padding: 15px;
  }

  .p-lg-20 {
    padding: 20px;
  }

  .p-lg-30 {
    padding: 30px;
  }

  .p-lg-35 {
    padding: 35px;
  }

  .p-lg-40 {
    padding: 40px;
  }

  .p-lg-45 {
    padding: 45px;
  }

  .p-lg-50 {
    padding: 50px;
  }

  .p-lg-60 {
    padding: 60px;
  }

  .p-lg-70 {
    padding: 70px;
  }

  .p-lg-80 {
    padding: 80px;
  }

  .p-lg-90 {
    padding: 90px;
  }

  .p-lg-100 {
    padding: 100px;
  }

  .p-lg-108 {
    padding: 108px;
  }

  .p-lg-110 {
    padding: 110px;
  }

  .p-lg-115 {
    padding: 115px;
  }

  .p-lg-120 {
    padding: 120px;
  }

  .p-lg-125 {
    padding: 125px;
  }

  .p-lg-130 {
    padding: 130px;
  }

  .p-lg-140 {
    padding: 140px;
  }

  .p-lg-150 {
    padding: 150px;
  }

  .p-lg-155 {
    padding: 155px;
  }

  .p-lg-160 {
    padding: 160px;
  }

  .p-lg-170 {
    padding: 170px;
  }

  .p-lg-175 {
    padding: 175px;
  }

  .p-lg-200 {
    padding: 200px;
  }
}

@media (min-width: 1200px) {
  .p-xl--70 {
    padding: -70px;
  }

  .p-xl--65 {
    padding: -65px;
  }

  .p-xl--60 {
    padding: -60px;
  }

  .p-xl--50 {
    padding: -50px;
  }

  .p-xl--45 {
    padding: -45px;
  }

  .p-xl--40 {
    padding: -40px;
  }

  .p-xl--35 {
    padding: -35px;
  }

  .p-xl--30 {
    padding: -30px;
  }

  .p-xl--25 {
    padding: -25px;
  }

  .p-xl--20 {
    padding: -20px;
  }

  .p-xl--15 {
    padding: -15px;
  }

  .p-xl--10 {
    padding: -10px;
  }

  .p-xl--5 {
    padding: -5px;
  }

  .p-xl-7 {
    padding: 7px;
  }

  .p-xl-8 {
    padding: 8px;
  }

  .p-xl-9 {
    padding: 9px;
  }

  .p-xl-10 {
    padding: 10px;
  }

  .p-xl-15 {
    padding: 15px;
  }

  .p-xl-20 {
    padding: 20px;
  }

  .p-xl-30 {
    padding: 30px;
  }

  .p-xl-35 {
    padding: 35px;
  }

  .p-xl-40 {
    padding: 40px;
  }

  .p-xl-45 {
    padding: 45px;
  }

  .p-xl-50 {
    padding: 50px;
  }

  .p-xl-60 {
    padding: 60px;
  }

  .p-xl-70 {
    padding: 70px;
  }

  .p-xl-80 {
    padding: 80px;
  }

  .p-xl-90 {
    padding: 90px;
  }

  .p-xl-100 {
    padding: 100px;
  }

  .p-xl-108 {
    padding: 108px;
  }

  .p-xl-110 {
    padding: 110px;
  }

  .p-xl-115 {
    padding: 115px;
  }

  .p-xl-120 {
    padding: 120px;
  }

  .p-xl-125 {
    padding: 125px;
  }

  .p-xl-130 {
    padding: 130px;
  }

  .p-xl-140 {
    padding: 140px;
  }

  .p-xl-150 {
    padding: 150px;
  }

  .p-xl-155 {
    padding: 155px;
  }

  .p-xl-160 {
    padding: 160px;
  }

  .p-xl-170 {
    padding: 170px;
  }

  .p-xl-175 {
    padding: 175px;
  }

  .p-xl-200 {
    padding: 200px;
  }
}

.offset-left {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  padding: 100px 15px;
  width: 100%;
}

@media (max-width: 1700px) {
  .offset-left {
    padding: 80px 30px;
  }
}

@media (max-width: 991px) {
  .offset-left {
    max-width: 95%;
    padding: 40px 15px;
  }
}

.align-center {
  align-items: center !important;
}

.icon-styled {
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.icon-styled i {
  width: 1em;
}

.icon-styled[class*="bg-"],
.icon-styled[class*="btn-"],
.icon-styled.bordered,
.icon-styled.icon-bordered {
  border-style: solid;
  border-width: 1px;
  box-sizing: content-box;
  height: 3em;
  width: 3em;
}

.text-center .icon-styled[class*="bg-"],
.text-center .icon-styled[class*="btn-"],
.text-center .icon-styled.bordered,
.text-center .icon-styled.icon-bordered {
  margin-left: auto;
  margin-right: auto;
}

.icon-styled[class*="bg-"] i,
.icon-styled[class*="btn-"] i,
.icon-styled.bordered i,
.icon-styled.icon-bordered i {
  line-height: 3em;
}

.icon-styled[class*="bg-"] + p,
.icon-styled[class*="btn-"] + p,
.icon-styled.bordered + p,
.icon-styled.icon-bordered + p {
  margin-top: 12px;
}

.icon-styled.icon-bordered:not([class*="color-"]) {
  border-color: #e1e0e0;
}

.icon-styled[class*="bg-"] {
  border-color: transparent;
}

.icon-styled.icon-top {
  align-self: flex-start;
  line-height: inherit;
}

.media > .icon-styled:first-child {
  flex-shrink: 0;
}

.media > .icon-styled:last-child {
  flex-shrink: 0;
}

.icon-inline > .icon-styled:first-child {
  flex-shrink: 0;
  margin-right: 20px;
}

.icon-inline > .icon-styled:last-child {
  flex-shrink: 0;
  margin-left: 20px;
}

.icon-inline {
  align-items: center;
  display: flex;
}

.icon-inline > * {
  margin-bottom: 0;
  margin-top: 0;
}

.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6 {
  margin-top: 25px;
}

.icon-box.ls,
.icon-box.ds,
.icon-box.cs,
.icon-box.bordered,
.icon-box.hero-bg,
.icon-box.muted-bg,
.icon-box.box-shadow {
  padding: 45px 30px;
}

.icon-box.ls.small-padding,
.icon-box.ds.small-padding,
.icon-box.cs.small-padding,
.icon-box.bordered.small-padding,
.icon-box.hero-bg.small-padding,
.icon-box.muted-bg.small-padding,
.icon-box.box-shadow.small-padding {
  padding: 25px 12px;
}

.c-bordered .icon-box {
  padding: 70px 30px 30px;
}

.c-bordered .icon-box p:last-child {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .icon-box.featured-box {
    height: calc(100% + 12px);
    margin: -6px -10px;
    padding-bottom: 36px;
    padding-top: 76px;
    position: relative;
    z-index: 2;
  }
}

.icon-box .icon-styled[class*="bg-"],
.icon-box .icon-styled.icon-bordered {
  margin-bottom: 0.5em;
}

.icon-box .icon-styled + h2,
.icon-box .icon-styled + h3,
.icon-box .icon-styled + h4 {
  margin-top: 1.6em;
}

.icon-box .icon-styled + p.small-text {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0.74em 0;
}

.icon-box h2,
.icon-box h3,
.icon-box h4 {
  line-height: 1;
  margin-bottom: 1.6em;
}

.media .heading-accent,
.icon-box .heading-accent {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: inherit;
  line-height: 1;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .media .heading-accent,
  .icon-box .heading-accent {
    font-size: 38px;
  }
}

.media .icon-styled + .heading-accent,
.icon-box .icon-styled + .heading-accent {
  margin-top: 0.6em;
}

.media .special-heading,
.icon-box .special-heading {
  font-family: poppins, sans-serif;
  margin: 0;
}

.media.ls,
.media.ds,
.media.cs,
.media.bordered,
.media.hero-bg,
.media.muted-bg,
.media.box-shadow {
  padding: 30px;
}

.media.ls [class*="bg-"],
.media.ls .icon-bordered,
.media.ds [class*="bg-"],
.media.ds .icon-bordered,
.media.cs [class*="bg-"],
.media.cs .icon-bordered,
.media.bordered [class*="bg-"],
.media.bordered .icon-bordered,
.media.hero-bg [class*="bg-"],
.media.hero-bg .icon-bordered,
.media.muted-bg [class*="bg-"],
.media.muted-bg .icon-bordered,
.media.box-shadow [class*="bg-"],
.media.box-shadow .icon-bordered {
  margin-right: 10px;
}

.media.ls [class*="bg-"]:last-child,
.media.ls .icon-bordered:last-child,
.media.ds [class*="bg-"]:last-child,
.media.ds .icon-bordered:last-child,
.media.cs [class*="bg-"]:last-child,
.media.cs .icon-bordered:last-child,
.media.bordered [class*="bg-"]:last-child,
.media.bordered .icon-bordered:last-child,
.media.hero-bg [class*="bg-"]:last-child,
.media.hero-bg .icon-bordered:last-child,
.media.muted-bg [class*="bg-"]:last-child,
.media.muted-bg .icon-bordered:last-child,
.media.box-shadow [class*="bg-"]:last-child,
.media.box-shadow .icon-bordered:last-child {
  margin-left: 30px;
  margin-right: 0;
}

.side-icon-box {
  margin: 15px 0 32px;
}

.side-icon-box h4 {
  letter-spacing: 0.17em;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .side-icon-box .icon-styled + .media-body {
    margin-left: 50px;
  }

  .side-icon-box {
    margin-bottom: 50px;
  }
}

.special-heading {
  line-height: 1;
  margin: 0;
  width: 100%;
  word-wrap: break-word;
}

.special-heading.with-decoration span {
  padding-left: 20px;
  position: relative;
}

.special-heading.with-decoration span:before {
  background: #cc2027;
  border-radius: 2px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.special-heading + p.special-heading {
  margin-top: 8px !important;
}

.special-heading span,
.special-heading mark {
  display: inline-block;
}

.special-heading + .counter-heading {
  margin-top: 25px !important;
}

@media (max-width: 991px) {
  .special-heading + .counter-heading {
    margin-top: 15px !important;
  }
}

.special-heading.counter-heading + .special-heading {
  margin-top: 25px !important;
}

@media (max-width: 991px) {
  .special-heading.counter-heading + .special-heading {
    margin-top: 15px !important;
  }
}

p.special-heading {
  line-height: 1.4;
  max-width: 560px;
}

p.special-heading.text-center {
  margin-left: auto;
  margin-right: auto;
}

p.special-heading + .special-heading {
  margin-top: 5px !important;
}

p.special-heading .big {
  font-size: 20px;
}

.pricing-plan {
  padding: 60px 55px;
  text-align: center;
  transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.pricing-plan:hover {
  box-shadow: 0 8px 12px 3px rgba(0, 0, 0, 0.35);
  transform: translateY(-15px);
}

.pricing-plan .plan-header {
  margin-bottom: 40px;
  margin-top: -5px;
}

.pricing-plan .plan-header[class*="bg-"] {
  margin-left: -55px;
  margin-right: -55px;
  margin-top: -70px;
  padding: 30px 0;
}

.pricing-plan .plan-features {
  margin-bottom: 50px;
}

.pricing-plan .price-wrap {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  font-weight: 300;
  justify-content: center;
  line-height: 0.8;
  margin-bottom: 55px;
}

.pricing-plan .price-wrap[class*="bg-"] {
  margin-left: -55px;
  margin-right: -55px;
  padding: 30px 0;
}

.pricing-plan .price-wrap[class*="bg-"] .plan-price {
  color: #fff;
}

.pricing-plan .price-wrap .plan-price {
  color: #cc2027;
  font-family: fira sans condensed, sans-serif;
  font-size: 80px;
  font-weight: 500;
}

.pricing-plan .price-wrap .plan-sign,
.pricing-plan .price-wrap .plan-month {
  position: relative;
  top: -20px;
}

.pricing-plan .plan-button {
  border-top: 1px solid #e1e0e0;
  margin-left: -55px;
  margin-right: -55px;
  padding-top: 60px;
}

.pricing-plan .plan-button .btn {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .pricing-plan {
    padding: 45px 40px;
  }

  .pricing-plan .price-wrap {
    margin-bottom: 30px;
  }

  .pricing-plan .price-wrap[class*="bg-"] {
    margin-left: -40px;
    margin-right: -40px;
  }

  .pricing-plan .plan-features {
    margin-bottom: 20px;
  }

  .pricing-plan .plan-button {
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 30px;
  }

  .pricing-plan .plan-header {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .pricing-plan .plan-header[class*="bg-"] {
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -45px;
  }
}

.cs .price-wrap .plan-price {
  color: #fff;
}

.cs .price-wrap[class*="bg-"] {
  background-color: #fff;
}

.cs .price-wrap[class*="bg-"] .plan-price {
  color: #cc2027;
}

.cs .plan-header[class*="bg-"] {
  background-color: #fff;
}

.shortcode-quote.layout-1 .quote-item {
  display: flex;
}

@media (max-width: 575px) {
  .shortcode-quote.layout-1 .quote-item {
    flex-direction: column;
  }
}

.shortcode-quote.layout-1 .quote-item .quote-img {
  flex-shrink: 0;
  height: 80px;
  margin-right: 20px;
  width: 80px;
}

@media (max-width: 575px) {
  .shortcode-quote.layout-1 .quote-item .quote-img {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.shortcode-quote.layout-1 .quote-item .quote-img img {
  border-radius: 50%;
}

.shortcode-quote.layout-1 .quote-item .quote-content {
  padding-right: 20px;
  padding-top: 5px;
}

@media (max-width: 575px) {
  .shortcode-quote.layout-1 .quote-item .quote-content {
    padding-right: 0;
    padding-top: 0;
  }
}

.shortcode-quote.layout-1 .quote-item .quote-content h5 {
  margin-bottom: 6px;
}

.shortcode-quote.layout-1 .quote-item .quote-content span {
  display: inline-block;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .shortcode-quote.layout-1 .quote-item .quote-content span {
    margin-bottom: 15px;
  }
}

.shortcode-quote.layout-1 .quote-item .quote-content blockquote {
  margin-bottom: 35px;
  max-width: 100%;
  padding-left: 0 !important;
}

@media (max-width: 575px) {
  .shortcode-quote.layout-1 .quote-item .quote-content blockquote {
    margin-bottom: 20px;
    padding-left: 30px !important;
  }
}

.shortcode-quote.layout-1 .quote-item .quote-content blockquote:before {
  height: 17px;
  left: -40px;
  top: 2px;
  width: 20px;
}

@media (max-width: 575px) {
  .shortcode-quote.layout-1 .quote-item .quote-content blockquote:before {
    display: block;
    left: 0;
  }
}

.shortcode-quote.layout-1 .quote-item .quote-content .quote-date {
  border-top: 1px solid #e1e0e0;
  padding-top: 35px;
}

.shortcode-quote.layout-1 .quote-item .quote-content .quote-date span {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .shortcode-quote.layout-1 .quote-item .quote-content .quote-date {
    padding-top: 20px;
  }
}

.shortcode-quote.layout-1 .quote-item .quote-content .quote-date i {
  margin-right: 10px;
}

@media (min-width: 1600px) {
  .shortcode-quote.layout-2 {
    margin-left: -180px;
    margin-right: -180px;
    width: calc(100% + 360px);
  }
}

.shortcode-quote.layout-2 .item-quote {
  margin: 0;
  padding-top: 70px;
  transition: all 0.3s ease-in-out;
}

.shortcode-quote.layout-2 .item-quote .quote-image {
  border-radius: 50%;
  height: 130px;
  margin: 0 auto -70px;
  overflow: hidden;
  transform: translateY(-70px);
  width: 130px;
}

.shortcode-quote.layout-2 .item-quote .quote-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shortcode-quote.layout-2 .item-quote .quote-content {
  padding: 30px 40px;
}

@media (min-width: 1200px) {
  .shortcode-quote.layout-2 .item-quote .quote-content {
    padding: 40px 60px;
  }
}

@media (min-width: 1600px) {
  .shortcode-quote.layout-2 .item-quote .quote-content {
    padding: 60px 100px 50px;
  }
}

.shortcode-quote.layout-2 .item-quote .quote-content blockquote {
  border: none;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-top: 50px;
}

.shortcode-quote.layout-2 .item-quote .quote-content blockquote p {
  text-indent: 0;
}

@media (max-width: 1199px) {
  .shortcode-quote.layout-2 .item-quote .quote-content blockquote {
    margin: 20px 0 0;
    padding-top: 50px;
  }
}

.shortcode-quote.layout-2 .item-quote .quote-content blockquote:before {
  height: 33px;
  left: 50%;
  transform: translateX(-50%);
  width: 39px;
}

.shortcode-quote.layout-2 .item-quote .quote-content h6 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 27px;
}

@media (max-width: 1199px) {
  .shortcode-quote.layout-2 .item-quote .quote-content h6 {
    margin-top: 20px;
  }
}

.items-tile .item-content {
  padding-bottom: 100px;
}

.items-tile .item-content h3 {
  margin-bottom: 0.3em;
  text-transform: none;
}

@media (min-width: 992px) {
  .items-tile .item-content h3 a {
    display: inline-block;
    max-height: 3.05em;
    overflow: hidden;
    padding-bottom: 0.1em;
  }

  .items-tile .item-content h3 + p {
    max-height: 5.5em;
    overflow: hidden;
  }
}

.items-tile .item-icons {
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  height: 70px;
  left: 0;
  line-height: 60px;
  padding: 0 40px;
  position: absolute;
  right: 0;
}

.items-tile .item-icons span {
  padding: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .items-tile .col-lg-4 [class*="col-"]:first-child .item-media {
    margin-bottom: 32px;
  }

  .items-tile .col-lg-4 [class*="col-"]:last-child .item-content {
    min-height: 320px;
  }
}

@media (min-width: 1200px) {
  .items-tile .item-content {
    padding: 60px 60px 100px;
  }

  .items-tile .item-content h3 {
    font-size: 38px;
  }

  .items-tile .col-lg-4 [class*="col-"]:first-child .item-media {
    margin-bottom: 16px;
  }

  .items-tile .col-lg-4 [class*="col-"]:last-child .item-content {
    min-height: 388px;
  }
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filters.gallery-filters {
  padding-bottom: 45px;
}

@media (max-width: 991px) {
  .filters.gallery-filters {
    padding-bottom: 20px;
  }
}

.filters.gallery-filters a {
  background-color: transparent;
  color: #686665;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin: 0 30px 10px;
  padding: 5px 12px;
  text-indent: 0;
}

.filters.gallery-filters a.selected,
.filters.gallery-filters a:hover,
.filters.gallery-filters a.active {
  background: #cc2027;
  color: #fff !important;
}

.filters.filters-active-tob-border {
  padding-top: 0;
}

.filters.filters-active-tob-border a {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

@media (max-width: 991px) {
  .filters.filters-active-tob-border a {
    padding-bottom: 7px;
    padding-top: 10px;
  }
}

.filters.filters-active-tob-border a.active:after {
  background: #cc2027;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.filters a {
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 15px;
  position: relative;
  text-indent: 6px;
}

.filters .active {
  color: #cc2027 !important;
  position: relative;
}

@media (min-width: 992px) {
  .isotope-wrapper + .row {
    margin-top: 60px;
  }

  .isotope-wrapper.c-mb-30 + .row {
    margin-top: 30px;
  }

  .isotope-wrapper.c-mb-10 + .row {
    margin-top: 50px;
  }

  .isotope-wrapper.c-mb-1 + .row {
    margin-top: 59px;
  }
}

@media (max-width: 1300px) {
  .shortcode-blog .vertical-item.content-padding .item-content {
    padding: 40px 30px;
  }
}

@media (min-width: 992px) {
  .shortcode-blog .side-item .item-media img {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.shortcode-team {
}

.shortcode-team .item-team h5 a {
  display: inline-block;
  position: relative;
}

.shortcode-team .item-team h5 a:after {
  background-color: #cc2027;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 0%;
}

.shortcode-team .item-team h5 a:hover:after {
  right: 0;
  width: 100%;
}

.shortcode-team .item-team .social-icons {
  border-top: 1px solid #e1e0e0;
  padding: 17px 0;
}

.shortcode-team .item-team .social-icons a {
  border-radius: 50%;
  color: #686665;
  margin: 0;
  padding: 13px;
}

.shortcode-team .item-team .social-icons a:hover {
  background: #cc2027;
  color: #fff;
}

.shortcode-team .item-team .social-icons a + a {
  margin: 0 0 0 7px;
}

.steps-number {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.steps-number .step {
  display: flex;
  height: auto;
  position: relative;
}

@media (max-width: 1599px) {
  .steps-number .step {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 768px) {
  .steps-number .step {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.steps-number .step h3 {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .steps-number .step h3 {
    font-size: 80px;
    line-height: 0.7;
  }
}

@media (min-width: 1600px) {
  .steps-number .step h3 {
    font-size: 140px;
    line-height: 0.7;
  }
}

.steps-number .step img {
  display: none;
}

.steps-number-line {
  counter-reset: li;
}

.steps-number-line .step {
  box-shadow: 0 0 0 0 transparent;
  transform: scale(1);
}

.steps-number-line .step:hover .step-dote span {
  animation: pulse 2s infinite;
}

.steps-number-line .step h3 {
  line-height: 0.75;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .steps-number-line .step h3 {
    font-size: 70px;
  }
}

.steps-number-line .step h3:before {
  content: "0" counter(li);
  counter-increment: li;
}

.steps-number-line .step .step-title {
  font-size: 20px;
  margin-bottom: 0;
}

.steps-number-line .step .step-dote {
  display: flex;
  margin-bottom: 35px;
  margin-top: 35px;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .steps-number-line .step .step-dote {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.steps-number-line .step .step-dote span {
  background-color: #fff;
  border: 16px solid #cc2027;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  position: relative;
  width: 40px;
  z-index: 2;
}

.steps-number-line .step .step-dote:after {
  background-color: #cc2027;
  content: "";
  height: 2px;
  left: 40px;
  position: absolute;
  top: 50%;
  width: calc(100% - 40px);
  z-index: 1;
}

@media (min-width: 992px) {
  .steps-number-line .step p:not(.step-title) {
    padding-right: 20px;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 82, 1, 0.7);
    transform: scale(1.1);
  }

  70% {
    box-shadow: 0 0 0 20px transparent;
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
    transform: scale(1.1);
  }
}

.shortcode-service {
  counter-reset: service;
}

@media (min-width: 1600px) {
  .shortcode-service.bottom-right-nav .owl-nav i {
    color: #fff;
  }

  .shortcode-service.bottom-right-nav .owl-nav i:hover {
    color: #3a3736;
  }
}

.shortcode-service .vertical-item.content-padding.padding-small .item-content {
  padding: 30px;
}

.shortcode-service
  .vertical-item.content-padding.padding-small
  .item-content
  h5 {
  margin-bottom: 0.3em;
}

.shortcode-service
  .vertical-item.content-padding.padding-small
  .item-content
  p {
  margin-bottom: 30px;
}

.shortcode-service .vertical-item.item-layout2.content-padding h5 {
  margin-top: 0;
}

.shortcode-service
  .vertical-item.item-layout2.content-padding.big-padding
  .item-content
  h5 {
  margin-top: 0;
}

.shortcode-service
  .vertical-item.item-layout2.content-padding.big-padding
  .item-content
  .number-service {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .shortcode-service
    .vertical-item.item-layout2.content-padding.big-padding
    .item-content {
    padding: 50px 60px;
  }

  /* .shortcode-service .vertical-item.item-layout2.content-padding.big-padding .item-content .number-service {
        margin-bottom: 100px
    } */
}

@media (min-width: 1600px) and (min-width: 992px) {
  .shortcode-service
    .vertical-item.item-layout2.content-padding.big-padding
    .item-content
    h5:not(.number-service) {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .shortcode-service
    .vertical-item.item-layout2.content-padding.big-padding
    .item-content
    p {
    margin-bottom: 100px;
  }
}

.video-shortcode {
  margin-bottom: 0;
  position: relative;
}

.video-shortcode:before {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}

.video-shortcode.ls:before {
  background-color: #fff;
}

.video-shortcode.ls.ms:before {
  background-color: #f5f5f5;
}

.video-shortcode.ds:before {
  background-color: #3a3736;
}

.video-shortcode.ds.ms:before {
  background-color: #251b19;
}

.video-shortcode.cs:before {
  background-color: #cc2027;
}

.video-shortcode a {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.video-shortcode a:before {
  content: "\f04b";
  font-family: fontawesome, sans-serif;
  left: 52%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-shortcode a:hover {
  border-color: #cc2027;
}

.contact-form textarea {
  min-height: 100px;
}

#contact-form textarea {
  height: 100px;
}

.excerpt {
  color: #3a3736;
  font-size: 20px;
}

aside h2 {
  line-height: 1;
  margin-bottom: 0;
}

aside > * + *,
.page_footer .widget + .widget,
.widget-theme-wrapper + .widget-theme-wrapper,
.widget + .widget-theme-wrapper,
.widget-theme-wrapper + .widget {
  margin-top: 60px;
}

@media (max-width: 575px) {
  aside > * + *,
  .page_footer .widget + .widget,
  .widget-theme-wrapper + .widget-theme-wrapper,
  .widget + .widget-theme-wrapper,
  .widget-theme-wrapper + .widget {
    margin-top: 40px;
  }
}

.with-search-icon,
.with-mail-icon {
  overflow: hidden;
  position: relative;
}

.with-search-icon > div,
.with-mail-icon > div {
  position: relative;
  z-index: 2;
}

.with-search-icon:after,
.with-mail-icon:after {
  content: "\f002";
  font-family: fontawesome, sans-serif;
  font-size: 130px;
  position: absolute;
  right: -17px;
  top: -75px;
  z-index: 1;
}

.with-search-icon.ls.ms,
.with-mail-icon.ls.ms {
  color: #dcdcdc;
}

.with-search-icon.cs,
.with-mail-icon.cs {
  color: #be4101;
}

.with-mail-icon:after {
  content: "\f0e0";
}

.widget {
  position: relative;
}

.widget > h3,
.widget .widget-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1em;
}

.widget.widget_icons_list .media + .media {
  margin-top: 20px;
}

.widget > h2:last-child {
  line-height: 1;
}

.widget li.media {
  margin-bottom: 0;
}

.widget li.media img {
  height: 100px;
  max-width: 100px;
}

.widget li.media h3,
.widget li.media h4 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0.5em;
  margin-top: 0.4em;
  text-transform: none;
}

@media (max-width: 768px) {
  .widget li.media h3,
  .widget li.media h4 {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
  }
}

.widget li.media p {
  color: #686665;
  font-size: 16px;
  margin-top: 0;
}

.widget li.media p i {
  color: #686665;
  font-size: 16px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .widget li.media p span {
    padding: 0;
  }
}

.widget li.media .media-body {
  margin-left: 21px;
  padding-right: 26px;
}

.widget li.media .media-body .item-media {
  font-weight: 500;
}

.widget .only_title li.media:first-child .media-body h6 {
  margin-top: 0;
}

.widget .only_title li.media .media-body {
  margin-left: 0;
}

.widget .only_title li.media .media-body h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}

.widget .only_title li.media .media-body h6:before {
  color: #cc2027;
  content: "\f054";
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}

.page_footer .widget h3,
.page_footer .widget .widget-title {
  color: #cc2027;
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .page_footer .widget h3,
  .page_footer .widget .widget-title {
    margin-bottom: 1.5em;
  }
}

.widget-title.next-image-background {
  position: relative;
  z-index: 2;
}

.widget-title.next-image-background + img {
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: -15px;
}

.text-center .widget-title.next-image-background + img {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  aside {
    margin: 60px auto 0;
    max-width: 370px;
  }
}

.affix-aside {
  position: relative;
}

.affix-aside.affix {
  position: fixed;
  top: 100px;
}

.affix-aside.affix-bottom {
  position: absolute !important;
}

.affix-aside.affix-top {
  left: auto !important;
  width: inherit !important;
}

@media (max-width: 991px) {
  .affix-aside,
  .affix-aside.affix-top,
  .affix-aside.affix,
  .affix-aside.affix-bottom {
    position: static !important;
    width: 100% !important;
  }
}

.stars > span {
  display: flex;
}

.stars a {
  color: transparent;
  position: relative;
  text-indent: -999em;
  width: 1em;
}

.stars a:before {
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 900;
  height: 1em;
  left: 0;
  line-height: 1;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 1em;
}

.stars a:before,
.stars a:hover ~ a:before {
  color: #686665;
  content: "\f005";
}

.stars.selected a.active:before,
.stars:hover a:before {
  color: #cc2027;
  content: "\f005";
  opacity: 1;
}

.stars.selected a.active ~ a:before {
  color: #686665;
  content: "\f005";
  opacity: 0.75;
}

.stars.selected a:not(.active):before {
  color: #cc2027;
  content: "\f005";
  opacity: 1;
}

.star-rating {
  color: #686665;
  font-family: fontawesome;
  font-size: 1em;
  height: 0.7em;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  width: 4em;
}

.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  font-family: fontawesome;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
}

.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: fontawesome;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.widget_portfolio .vertical-item.content-absolute .item-content {
  margin: 0;
  top: 0;
}

.widget_portfolio .vertical-item.content-absolute .item-content .links-wrap {
  margin-top: 0 !important;
}

.widget_search .form-group,
.widget_product_search .form-group,
.widget_mc4wp_form_widget .form-group,
.widget_mailchimp .form-group {
  margin-bottom: 0;
}

.widget_search form,
.widget_product_search form,
.widget_mc4wp_form_widget form,
.widget_mailchimp form {
  position: relative;
}

.widget_search label,
.widget_product_search label,
.widget_mc4wp_form_widget label,
.widget_mailchimp label {
  display: inline;
  margin: 0;
  padding: 0;
}

.widget_search button,
.widget_mailchimp button,
.widget_mc4wp_form_widget button,
.widget_product_search button {
  background-color: transparent;
  border: none;
  font-size: 0;
  margin: 0;
  min-width: auto;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 7px;
}

.widget_search button:after,
.widget_mailchimp button:after,
.widget_mc4wp_form_widget button:after,
.widget_product_search button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 14px;
}

.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_mc4wp_form_widget button:hover,
.widget_product_search button:hover {
  background-color: transparent;
}

.widget_search button:hover:after,
.widget_mailchimp button:hover:after,
.widget_mc4wp_form_widget button:hover:after,
.widget_product_search button:hover:after {
  color: #cc2027;
}

.widget_mc4wp_form_widget button:after,
.widget_mailchimp button:after {
  content: "\f0e0";
}

.mc4wp-response {
  margin-top: 5px;
}

@media (max-width: 991px) {
  .shortcode-widget-area {
    margin: 0;
    max-width: none;
  }
}

.shortcode-widget-area .widget_mc4wp_form_widget .mc4wp-form-fields {
  align-items: flex-end;
  display: flex;
}

.shortcode-widget-area .widget_mc4wp_form_widget .form-group {
  max-width: 370px;
  width: 100%;
}

@media (max-width: 575px) {
  .shortcode-widget-area .widget_mc4wp_form_widget .form-group {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .shortcode-widget-area .widget_mc4wp_form_widget button {
    border: 2px solid #cc2027;
    font-size: 16px;
    margin-left: 20px;
    min-width: 150px;
    padding: 15px 35px;
    position: static;
    top: 0;
  }

  .shortcode-widget-area .widget_mc4wp_form_widget button:hover {
    background: #cc2027;
  }

  .shortcode-widget-area .widget_mc4wp_form_widget button:after {
    display: none;
  }
}

.ls.ms .widget_search button:after,
.ls.ms .widget_mailchimp button:after,
.ls.ms .widget_mc4wp_form_widget button:after,
.ls.ms .widget_product_search button:after {
  color: #686665;
}

.ls.ms .widget_search button:hover:after,
.ls.ms .widget_mailchimp button:hover:after,
.ls.ms .widget_mc4wp_form_widget button:hover:after,
.ls.ms .widget_product_search button:hover:after {
  color: #cc2027;
}

.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li {
  padding-left: 20px;
}

.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_nav_menu ul ul li:last-child,
.widget_meta ul ul li:last-child,
.widget_pages ul ul li:last-child,
.widget_recent_comments ul ul li:last-child,
.widget_recent_entries ul ul li:last-child {
  border-bottom: none;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-bottom: 1px solid #e1e0e0;
  border-top: 1px solid #e1e0e0;
  padding-bottom: 0;
  padding-top: 0;
}

.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu li + li,
.widget_meta li + li,
.widget_pages li + li,
.widget_recent_comments li + li,
.widget_recent_entries li + li {
  border-top: none;
}

.widget_archive a:empty,
.widget_archive li > a:not([href]),
.widget_categories a:empty,
.widget_categories li > a:not([href]),
.widget_nav_menu a:empty,
.widget_nav_menu li > a:not([href]),
.widget_meta a:empty,
.widget_meta li > a:not([href]),
.widget_pages a:empty,
.widget_pages li > a:not([href]),
.widget_recent_comments a:empty,
.widget_recent_comments li > a:not([href]),
.widget_recent_entries a:empty,
.widget_recent_entries li > a:not([href]) {
  display: none !important;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a {
  color: #686665;
  display: inline-block;
  flex-grow: 10;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_nav_menu li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover {
  color: #cc2027;
}

.widget_archive li a:hover:before,
.widget_categories li a:hover:before,
.widget_nav_menu li a:hover:before,
.widget_meta li a:hover:before,
.widget_pages li a:hover:before {
  color: #cc2027;
}

.widget_archive li > a:before,
.widget_categories li > a:before,
.widget_nav_menu li > a:before,
.widget_meta li > a:before,
.widget_pages li > a:before {
  color: #3a3736;
  content: "\f111";
  display: inline-block;
  font-family: fontawesome;
  font-size: 5px;
  left: 0;
  padding-right: 15px;
  position: relative;
  top: -3px;
}

.widget_recent_comments li,
.widget_recent_entries li {
  padding-bottom: 12px;
  padding-top: 12px;
}

.widget_recent_comments li:before,
.widget_recent_entries li:before {
  color: #3a3736;
  content: "\f111";
  display: inline-block;
  font-family: fontawesome;
  font-size: 5px;
  left: 0;
  padding-right: 15px;
  position: relative;
  top: -3px;
}

.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
  border: none;
  display: inline-block;
  padding-bottom: 0;
  padding-right: 5px;
  padding-top: 0;
  position: relative;
}

.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before {
  background-color: #e1e0e0;
  bottom: 5px;
  content: "";
  display: block;
  left: -5px;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

.page_copyright .widget_nav_menu li:first-child:before,
.page_topline .widget_nav_menu li:first-child:before {
  display: none;
}

.page_copyright .widget_nav_menu a,
.page_topline .widget_nav_menu a {
  padding: 0 10px;
}

.page_copyright .widget_nav_menu a:before,
.page_topline .widget_nav_menu a:before {
  display: none;
}

.calendar_wrap,
[class*="-block-calendar"] {
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: relative;
  width: 100%;
}

.calendar_wrap nav,
[class*="-block-calendar"] nav {
  display: flex;
  justify-content: space-between;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 18px;
}

.calendar_wrap nav span:first-child,
[class*="-block-calendar"] nav span:first-child {
  font-size: 0;
  left: 0;
  padding: 0;
}

.calendar_wrap nav span:first-child a,
[class*="-block-calendar"] nav span:first-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.calendar_wrap nav span:first-child a:before,
[class*="-block-calendar"] nav span:first-child a:before {
  color: #fff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 16px;
}

.calendar_wrap nav span:first-child a:hover:before,
[class*="-block-calendar"] nav span:first-child a:hover:before {
  color: #3a3736;
}

.calendar_wrap nav span:last-child,
[class*="-block-calendar"] nav span:last-child {
  font-size: 0;
  padding: 0;
  right: 0;
}

.calendar_wrap nav span:last-child a,
[class*="-block-calendar"] nav span:last-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.calendar_wrap nav span:last-child a:after,
[class*="-block-calendar"] nav span:last-child a:after {
  color: #fff;
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
}

.calendar_wrap nav span:last-child a:hover:after,
[class*="-block-calendar"] nav span:last-child a:hover:after {
  color: #3a3736;
}

@media (min-width: 768px) and (max-width: 992px) {
  .calendar_wrap,
  [class*="-block-calendar"] {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.widget_calendar table,
[class*="-block-calendar"] table {
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 370px;
  position: relative;
  text-align: center;
}

.widget_calendar caption,
[class*="-block-calendar"] caption {
  background-color: #cc2027;
  color: #fff;
  font-family: fira sans condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 0;
  text-align: center;
}

.widget_calendar thead,
[class*="-block-calendar"] thead {
  background-color: #3a3736;
  color: #fff;
}

.widget_calendar thead th,
[class*="-block-calendar"] thead th {
  border: none;
  font-size: 14px;
  text-align: center;
  width: 100px;
}

.widget_calendar thead th:first-child,
[class*="-block-calendar"] thead th:first-child {
  padding-left: 20px;
}

.widget_calendar thead th:last-child,
[class*="-block-calendar"] thead th:last-child {
  padding-right: 20px;
}

.widget_calendar tbody,
[class*="-block-calendar"] tbody {
  background-color: #f5f5f5;
  border-top: none;
}

.widget_calendar tbody tr,
[class*="-block-calendar"] tbody tr {
  border: none;
}

.widget_calendar tbody tr:first-child td,
[class*="-block-calendar"] tbody tr:first-child td {
  padding-top: 30px;
}

.widget_calendar tbody tr:last-child td,
[class*="-block-calendar"] tbody tr:last-child td {
  padding-bottom: 30px;
}

.widget_calendar tbody td,
[class*="-block-calendar"] tbody td {
  border: none;
  padding: 10px 3.1%;
  position: relative;
  text-align: center;
  width: 100px;
}

.widget_calendar tbody td:first-child,
[class*="-block-calendar"] tbody td:first-child {
  padding-left: 20px;
}

.widget_calendar tbody td:last-child,
[class*="-block-calendar"] tbody td:last-child {
  padding-right: 20px;
}

.widget_calendar tbody td a,
[class*="-block-calendar"] tbody td a {
  color: #3a3736;
  font-weight: 500;
}

.widget_calendar th,
[class*="-block-calendar"] th {
  color: inherit;
}

.widget_calendar tfoot td,
[class*="-block-calendar"] tfoot td {
  border: none;
  position: absolute;
  top: 0;
}

.widget_calendar tfoot td a,
[class*="-block-calendar"] tfoot td a {
  color: transparent;
  display: inline-block;
  font-size: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  text-align: center;
}

.widget_calendar tfoot td a:hover,
[class*="-block-calendar"] tfoot td a:hover {
  background-color: #cc2027;
  border-color: #cc2027;
}

.widget_calendar tfoot td a:before,
.widget_calendar tfoot td a:after,
[class*="-block-calendar"] tfoot td a:before,
[class*="-block-calendar"] tfoot td a:after {
  color: #fff;
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 900;
}

.widget_calendar tfoot td.pad,
[class*="-block-calendar"] tfoot td.pad {
  display: none;
}

[class*="-block-calendar"] {
  margin-bottom: 1.5em;
}

[class*="-block-calendar"] table {
  max-width: 100%;
}

[class*="-block-calendar"] table th {
  background-color: #3a3736;
  padding: 10px 13px;
}

[class*="-block-calendar"] table caption {
  color: #fff;
}

.col-xl-3 .widget_calendar table th,
.col-xl-3 .widget_calendar table td {
  padding: 6px;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: none;
}

.widget_rss .widget-title .rsswidget:first-child:before {
  content: "\f09e";
  font-family: fontawesome;
  font-size: 0.8em;
  padding-right: 0.3em;
  position: relative;
  top: -1px;
}

.widget_rss ul {
  list-style: none;
  padding-left: 0;
}

.widget_rss ul a {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss li cite:last-child {
  display: block;
  margin-top: 0.5em;
}

.widget_rss li + li {
  margin-top: 1.5em;
}

.widget_rss .rss-date {
  color: #3a3736;
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1em;
  margin: 0.8em 0;
  text-transform: capitalize;
}

.tagcloud a,
[class*="-block-tag-cloud"] a {
  background: 0 0;
  border: 1px solid #e1e0e0;
  border-radius: 0;
  color: #686665 !important;
  display: inline-block;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 6px 10px 0;
  padding: 11px 27px;
  text-align: center;
  text-transform: capitalize;
}

.tagcloud a:hover,
[class*="-block-tag-cloud"] a:hover {
  background-color: #cc2027;
  border-color: #cc2027;
  color: #fff !important;
}

.widget_flickr ul {
  margin: 0;
  padding: 0;
}

.widget_flickr li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.widget_flickr img {
  border-radius: 1px;
  max-width: 160px;
}

.widget_flickr a {
  opacity: 1;
}

.widget_flickr a:hover {
  opacity: 0.6;
}

.widget_instagram {
  margin-bottom: -5px;
}

.widget_instagram .instafeed {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
}

.widget_instagram .instafeed .photo {
  display: inline-block;
  max-width: 100%;
  padding: 5px;
  width: 48.333333%;
}

.widget_instagram .instafeed img {
  width: 100%;
}

.apsc-facebook-icon {
  background-color: #3b5998;
}

.apsc-twitter-icon {
  background-color: #1dcaff;
}

.apsc-youtube-icon {
  background-color: #e52d27;
}

.apsc-soundcloud-icon {
  background-color: #f80;
}

.apsc-dribble-icon {
  background-color: #ea4c89;
}

.apsc-comment-icon {
  background-color: #464646;
}

.apsc-edit-icon {
  background-color: #837d7d;
}

.apsc-google-plus-icon {
  background-color: #dd4b39;
}

.apsc-instagram-icon {
  background-color: #3f729b;
}

.apsc-each-profile a {
  color: #fff !important;
}

.apsc-each-profile a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.apsc-theme-4 .apsc-each-profile {
  margin-bottom: 10px;
}

.apsc-theme-4 .apsc-inner-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.apsc-theme-4 .social-icon {
  display: inline-block;
  margin-right: auto;
  padding: 4px 0;
  transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 20px 18px 20px 70px;
  position: relative;
  text-transform: uppercase;
}

.apsc-theme-4 .apsc-each-profile a:hover {
  opacity: 0.8;
}

.apsc-theme-4 .apsc-each-profile a .fa {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  bottom: 0;
  display: flex;
  font-size: 16px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transform: none;
  transition: all 0.5s ease-in-out;
  width: 60px;
}

.apsc-theme-4 .apsc-count {
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: inherit;
  padding: 4px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-media-type {
  display: inline-block;
  padding: 4px 0;
}

@media screen and (max-width: 479px) {
  .apsc-theme-4 .apsc-each-profile a,
  .apsc-theme-3 .apsc-each-profile a {
    display: inline-block;
  }

  .apsc-theme-4 .apsc-each-profile,
  .apsc-theme-3 .apsc-each-profile {
    float: none;
  }
}

.tweet_avatar {
  float: left;
  margin-top: 4px;
}

.tweet_avatar img {
  display: none;
  max-width: 25px;
}

.tweet_avatar:before {
  color: #55acee;
  content: "\f099";
  font-family: fontawesome;
  font-weight: 600;
}

.tweet_right {
  margin-left: 35px;
  overflow: hidden;
  zoom: 1;
}

.tweet_list {
  list-style: none;
  padding: 0;
}

.tweet_list li + li {
  clear: both;
  padding-top: 20px;
}

.tweet_text a:last-child {
  display: block;
}

.tweet_time {
  display: block;
}

.widget_popular_entries .post + .post,
.widget_slider .post + .post {
  margin-top: 0;
}

.widget_popular_entries .item-meta span,
.widget_slider .item-meta span {
  padding: 0;
}

.widget_popular_entries .owl-carousel,
.widget_slider .owl-carousel {
  overflow: hidden;
}

.widget_popular_entries .owl-carousel .owl-nav,
.widget_slider .owl-carousel .owl-nav {
  height: 40px;
  top: 35%;
  transform: translateY(-50%);
}

.widget_popular_entries .owl-carousel .owl-nav > div,
.widget_slider .owl-carousel .owl-nav > div {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 5em;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  opacity: 1;
  padding-left: 15px;
  position: absolute;
  right: -30px;
  width: 60px;
}

.widget_popular_entries .owl-carousel .owl-nav > div:hover,
.widget_slider .owl-carousel .owl-nav > div:hover {
  background-color: #cc2027;
  opacity: 1;
}

.widget_popular_entries .owl-carousel .owl-nav > div:hover i,
.widget_slider .owl-carousel .owl-nav > div:hover i {
  color: #fff;
}

.widget_popular_entries .owl-carousel .owl-nav > div i,
.widget_slider .owl-carousel .owl-nav > div i {
  font-size: 14px;
}

.widget_popular_entries .owl-carousel .owl-nav > div:first-child,
.widget_slider .owl-carousel .owl-nav > div:first-child {
  justify-content: flex-end;
  left: -30px;
  padding-right: 15px;
  position: absolute;
}

.widget_popular_entries h4,
.widget_slider h4 {
  font-size: 20px;
  margin-top: 0;
}

.widget_popular_entries .item-meta i,
.widget_slider .item-meta i {
  color: #3a3736;
}

.widget_popular_entries .item-content,
.widget_slider .item-content {
  padding-top: 20px !important;
}

.widget_post_tabs h4:first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3em;
  margin-top: -2em;
  text-transform: none;
}

.widget_post_tabs .vertical-item {
  margin-bottom: 2.6em;
}

.widget_post_tabs .vertical-item:last-child {
  margin-bottom: 0;
}

.widget_post_tabs .vertical-item .item-content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.8em;
  margin-top: -1.2em;
  text-transform: none;
}

.widget_post_tabs .vertical-item .item-content p {
  color: #686665;
  font-size: 16px;
  line-height: 1.4;
  text-transform: capitalize;
}

.widget_post_tabs .vertical-item .item-content p i {
  font-size: 16px;
  margin-right: 5px;
}

.widget_post_tabs .vertical-item .item-content p span {
  color: #cc2027;
}

@media (max-width: 768px) {
  .widget_post_tabs .vertical-item .item-content p span {
    padding: 0;
  }
}

.widget_post_tabs .nav-tabs .nav-link {
  padding: 15px 20px;
}

.widget_posts_2cols ul {
  display: flex;
  flex-wrap: wrap;
}

.widget_posts_2cols li {
  margin-top: 20px;
  width: 50%;
}

.widget_posts_2cols li:nth-child(even) {
  padding-left: 10px;
}

.widget_posts_2cols li:nth-child(odd) {
  padding-right: 10px;
}

.widget_posts_2cols li:nth-child(1),
.widget_posts_2cols li:nth-child(2) {
  margin-top: 0;
}

.widget_posts_2cols h5 {
  font-size: 20px;
  margin: 10px 0 0;
  text-transform: none;
}

a[class*="fa-"]:before,
a[class*="fab-"]:before {
  display: inline-block;
  font-family: fontawesome;
  font-size: 14px;
  line-height: 1;
  width: 1em;
}

a.fa {
  font-size: 14px;
  line-height: 1;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

a.fa.bg-icon,
a.fa .tooltip,
a.fa.color-bg-icon,
a.fa .tooltip,
a.fa.border-icon {
  margin-left: 3px;
  margin-right: 3px;
}

a.fa:first-child {
  margin-left: 0;
}

a.fa:last-child {
  margin-right: 0;
}

a.border-icon,
a.bg-icon,
a.color-bg-icon {
  margin-bottom: 4px;
}

a.border-icon:before,
a.bg-icon:before,
a.color-bg-icon:before {
  display: inline-block;
  height: 3.1em;
  line-height: 3.1em;
  width: 3.1em;
}

a[class*="fa-"].rounded-icon {
  border-radius: 50%;
}

a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
  color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
  color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
  color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
  color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
  color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
  color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
  color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
  color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
  color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
  color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
  color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
  color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
  color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
  color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
  color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
  color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
  color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
  color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
  color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
  color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
  color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
  color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
  color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
  color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
  color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
  color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
  color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
  color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
  color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
  color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
  color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
  color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
  color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
  color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
  color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
  color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
  color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
  color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
  color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
  color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
  color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
  color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
  color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
  color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
  color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
  color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
  color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
  color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
  color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
  color: #333;
}

a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
  color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
  color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
  color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
  color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
  color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
  color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
  color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
  color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
  color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
  color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
  color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
  color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
  color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
  color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
  color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
  color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
  color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
  color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
  color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
  color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
  color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
  color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
  color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
  color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
  color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
  color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
  color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
  color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
  color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
  color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
  color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
  color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
  color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
  color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
  color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
  color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
  color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
  color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
  color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
  color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
  color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
  color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
  color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
  color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
  color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
  color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
  color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
  color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
  color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
  color: #333;
}

a.color-icon.fa-git,
a[class*="fa-"].fa-git:hover {
  color: #333;
}

a.color-icon.fa-github-alt,
a[class*="fa-"].fa-github-alt:hover {
  color: #333;
}

a.color-icon.fa-github-square,
a[class*="fa-"].fa-github-square:hover {
  color: #333;
}

a.color-icon.fa-github,
a[class*="fa-"].fa-github:hover {
  color: #333;
}

a.color-icon.fa-gittip,
a[class*="fa-"].fa-gittip:hover {
  color: #630;
}

a.color-icon.fa-google-plus-square,
a[class*="fa-"].fa-google-plus-square:hover {
  color: #dd4b39;
}

a.color-icon.fa-google-plus,
a[class*="fa-"].fa-google-plus:hover {
  color: #dd4b39;
}

a.color-icon.fa-google-wallet,
a[class*="fa-"].fa-google-wallet:hover {
  color: #4285f4;
}

a.color-icon.fa-google,
a[class*="fa-"].fa-google:hover {
  color: #dd4b39;
}

a.color-icon.fa-hacker-news,
a[class*="fa-"].fa-hacker-news:hover {
  color: #f60;
}

a.color-icon.fa-houzz,
a[class*="fa-"].fa-houzz:hover {
  color: #7ac142;
}

a.color-icon.fa-html5,
a[class*="fa-"].fa-html5:hover {
  color: #e34f26;
}

a.color-icon.fa-instagram,
a[class*="fa-"].fa-instagram:hover {
  color: #3f729b;
}

a.color-icon.fa-internet-explorer,
a[class*="fa-"].fa-internet-explorer:hover {
  color: #1ebbee;
}

a.color-icon.fa-ioxhost,
a[class*="fa-"].fa-ioxhost:hover {
  color: #faa729;
}

a.color-icon.fa-joomla,
a[class*="fa-"].fa-joomla:hover {
  color: #142849;
}

a.color-icon.fa-jsfiddle,
a[class*="fa-"].fa-jsfiddle:hover {
  color: #4679bd;
}

a.color-icon.fa-lastfm-square,
a[class*="fa-"].fa-lastfm-square:hover {
  color: #c3000d;
}

a.color-icon.fa-lastfm,
a[class*="fa-"].fa-lastfm:hover {
  color: #c3000d;
}

a.color-icon.fa-leanpub,
a[class*="fa-"].fa-leanpub:hover {
  color: #0c0c0c;
}

a.color-icon.fa-linkedin-square,
a[class*="fa-"].fa-linkedin-square:hover {
  color: #0976b4;
}

a.color-icon.fa-linkedin,
a[class*="fa-"].fa-linkedin:hover {
  color: #0976b4;
}

a.color-icon.fa-linux,
a[class*="fa-"].fa-linux:hover {
  color: #333;
}

a.color-icon.fa-maxcdn,
a[class*="fa-"].fa-maxcdn:hover {
  color: #f60;
}

a.color-icon.fa-meanpath,
a[class*="fa-"].fa-meanpath:hover {
  color: #538ed7;
}

a.color-icon.fa-medium,
a[class*="fa-"].fa-medium:hover {
  color: #000;
}

a.color-icon.fa-odnoklassniki-square,
a[class*="fa-"].fa-odnoklassniki-square:hover {
  color: #ed812b;
}

a.color-icon.fa-odnoklassniki,
a[class*="fa-"].fa-odnoklassniki:hover {
  color: #ed812b;
}

a.color-icon.fa-opencart,
a[class*="fa-"].fa-opencart:hover {
  color: #2ac2ef;
}

a.color-icon.fa-openid,
a[class*="fa-"].fa-openid:hover {
  color: #f78c40;
}

a.color-icon.fa-opera,
a[class*="fa-"].fa-opera:hover {
  color: #cc0f16;
}

a.color-icon.fa-optin-monster,
a[class*="fa-"].fa-optin-monster:hover {
  color: #83c11f;
}

a.color-icon.fa-pagelines,
a[class*="fa-"].fa-pagelines:hover {
  color: #000;
}

a.color-icon.fa-paypal,
a[class*="fa-"].fa-paypal:hover {
  color: #253b80;
}

a.color-icon.fa-pied-piper-alt,
a[class*="fa-"].fa-pied-piper-alt :hover {
  color: #2f9f46;
}

a.color-icon.fa-pied-piper-square,
a[class*="fa-"].fa-pied-piper-square :hover {
  color: #2f9f46;
}

a.color-icon.fa-pied-piper,
a[class*="fa-"].fa-pied-piper:hover {
  color: #2f9f46;
}

a.color-icon.fa-pinterest-p,
a[class*="fa-"].fa-pinterest-p:hover {
  color: #cc2127;
}

a.color-icon.fa-pinterest-square,
a[class*="fa-"].fa-pinterest-square:hover {
  color: #cc2127;
}

a.color-icon.fa-pinterest,
a[class*="fa-"].fa-pinterest:hover {
  color: #cc2127;
}

a.color-icon.fa-qq,
a[class*="fa-"].fa-qq:hover {
  color: #000;
}

a.color-icon.fa-ra,
a[class*="fa-"].fa-ra:hover {
  color: #000;
}

a.color-icon.fa-rebel,
a[class*="fa-"].fa-rebel:hover {
  color: #000;
}

a.color-icon.fa-reddit-square,
a[class*="fa-"].fa-reddit-square:hover {
  color: #ff4500;
}

a.color-icon.fa-reddit,
a[class*="fa-"].fa-reddit:hover {
  color: #ff4500;
}

a.color-icon.fa-renren,
a[class*="fa-"].fa-renren:hover {
  color: #005eac;
}

a.color-icon.fa-safari,
a[class*="fa-"].fa-safari:hover {
  color: #1b88ca;
}

a.color-icon.fa-sellsy,
a[class*="fa-"].fa-sellsy:hover {
  color: #1f78b9;
}

a.color-icon.fa-share-alt-square,
a[class*="fa-"].fa-share-alt-square:hover {
  color: #01bf01;
}

a.color-icon.fa-share-alt,
a[class*="fa-"].fa-share-alt:hover {
  color: #01bf01;
}

a.color-icon.fa-shirtsinbulk,
a[class*="fa-"].fa-shirtsinbulk:hover {
  color: #dd3a26;
}

a.color-icon.fa-simplybuilt,
a[class*="fa-"].fa-simplybuilt:hover {
  color: #000;
}

a.color-icon.fa-skyatlas,
a[class*="fa-"].fa-skyatlas:hover {
  color: #00adbb;
}

a.color-icon.fa-skype,
a[class*="fa-"].fa-skype:hover {
  color: #00aff0;
}

a.color-icon.fa-slack,
a[class*="fa-"].fa-slack:hover {
  color: #0f7965;
}

a.color-icon.fa-slideshare,
a[class*="fa-"].fa-slideshare:hover {
  color: #e98325;
}

a.color-icon.fa-soundcloud,
a[class*="fa-"].fa-soundcloud:hover {
  color: #f80;
}

a.color-icon.fa-spotify,
a[class*="fa-"].fa-spotify:hover {
  color: #7ab800;
}

a.color-icon.fa-stack-exchange,
a[class*="fa-"].fa-stack-exchange:hover {
  color: #000;
}

a.color-icon.fa-stack-overflow,
a[class*="fa-"].fa-stack-overflow:hover {
  color: #fe7a15;
}

a.color-icon.fa-steam-square,
a[class*="fa-"].fa-steam-square:hover {
  color: #0b0b0b;
}

a.color-icon.fa-steam,
a[class*="fa-"].fa-steam:hover {
  color: #0b0b0b;
}

a.color-icon.fa-stumbleupon-circle,
a[class*="fa-"].fa-stumbleupon-circle:hover {
  color: #eb4924;
}

a.color-icon.fa-stumbleupon,
a[class*="fa-"].fa-stumbleupon:hover {
  color: #eb4924;
}

a.color-icon.fa-tencent-weibo,
a[class*="fa-"].fa-tencent-weibo:hover {
  color: #74af2c;
}

a.color-icon.fa-trello,
a[class*="fa-"].fa-trello:hover {
  color: #256a92;
}

a.color-icon.fa-tripadvisor,
a[class*="fa-"].fa-tripadvisor:hover {
  color: #589442;
}

a.color-icon.fa-tumblr-square,
a[class*="fa-"].fa-tumblr-square:hover {
  color: #35465c;
}

a.color-icon.fa-tumblr,
a[class*="fa-"].fa-tumblr:hover {
  color: #35465c;
}

a.color-icon.fa-twitch,
a[class*="fa-"].fa-twitch:hover {
  color: #6441a5;
}

a.color-icon.fa-twitter-square,
a[class*="fa-"].fa-twitter-square:hover {
  color: #55acee;
}

a.color-icon.fa-twitter,
a[class*="fa-"].fa-twitter:hover {
  color: #55acee;
}

a.color-icon.fa-viacoin,
a[class*="fa-"].fa-viacoin:hover {
  color: #333;
}

a.color-icon.fa-vimeo-square,
a[class*="fa-"].fa-vimeo-square:hover {
  color: #1ab7ea;
}

a.color-icon.fa-vimeo,
a[class*="fa-"].fa-vimeo:hover {
  color: #1ab7ea;
}

a.color-icon.fa-vine,
a[class*="fa-"].fa-vine:hover {
  color: #00b488;
}

a.color-icon.fa-vk,
a[class*="fa-"].fa-vk:hover {
  color: #45668e;
}

a.color-icon.fa-wechat,
a[class*="fa-"].fa-wechat:hover {
  color: #93d034;
}

a.color-icon.fa-weibo,
a[class*="fa-"].fa-weibo:hover {
  color: #e71d34;
}

a.color-icon.fa-weixin,
a[class*="fa-"].fa-weixin:hover {
  color: #93d034;
}

a.color-icon.fa-wikipedia-w,
a[class*="fa-"].fa-wikipedia-w:hover {
  color: #000;
}

a.color-icon.fa-windows,
a[class*="fa-"].fa-windows:hover {
  color: #00bcf2;
}

a.color-icon.fa-wordpress,
a[class*="fa-"].fa-wordpress:hover {
  color: #21759b;
}

a.color-icon.fa-xing-square,
a[class*="fa-"].fa-xing-square:hover {
  color: #026466;
}

a.color-icon.fa-xing,
a[class*="fa-"].fa-xing:hover {
  color: #026466;
}

a.color-icon.fa-y-combinator,
a[class*="fa-"].fa-y-combinator:hover {
  color: #f0652f;
}

a.color-icon.fa-yahoo,
a[class*="fa-"].fa-yahoo:hover {
  color: #400191;
}

a.color-icon.fa-yc,
a[class*="fa-"].fa-yc:hover {
  color: #f0652f;
}

a.color-icon.fa-yelp,
a[class*="fa-"].fa-yelp:hover {
  color: #af0606;
}

a.color-icon.fa-youtube-play,
a[class*="fa-"].fa-youtube-play:hover {
  color: #e52d27;
}

a.color-icon.fa-youtube-square,
a[class*="fa-"].fa-youtube-square:hover {
  color: #e52d27;
}

a.color-icon.fa-youtube,
a[class*="fa-"].fa-youtube:hover {
  color: #e52d27;
}

a.color-icon.fa-rss,
a[class*="fa-"].fa-rss:hover {
  color: #ffa811;
}

.color-bg-icon.fa-500px,
a.fa-500px.bg-icon:hover,
.fa-500px.color-icon.border-icon:hover {
  background-color: #0099e5;
}

.color-bg-icon.fa-adn,
a.fa-adn.bg-icon:hover,
.fa-adn.color-icon.border-icon:hover {
  background-color: #4a484c;
}

.color-bg-icon.fa-amazon,
a.fa-amazon.bg-icon:hover,
.fa-amazon.color-icon.border-icon:hover {
  background-color: #f90;
}

.color-bg-icon.fa-android,
a.fa-android.bg-icon:hover,
.fa-android.color-icon.border-icon:hover {
  background-color: #a4c639;
}

.color-bg-icon.fa-angellist,
a.fa-angellist.bg-icon:hover,
.fa-angellist.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-apple,
a.fa-apple.bg-icon:hover,
.fa-apple.color-icon.border-icon:hover {
  background-color: #979797;
}

.color-bg-icon.fa-behance-square,
a.fa-behance-square.bg-icon:hover,
.fa-behance-square.color-icon.border-icon:hover {
  background-color: #1769ff;
}

.color-bg-icon.fa-behance,
a.fa-behance.bg-icon:hover,
.fa-behance.color-icon.border-icon:hover {
  background-color: #1769ff;
}

.color-bg-icon.fa-bitbucket-square,
a.fa-bitbucket-square.bg-icon:hover,
.fa-bitbucket-square.color-icon.border-icon:hover {
  background-color: #205081;
}

.color-bg-icon.fa-bitbucket,
a.fa-bitbucket.bg-icon:hover,
.fa-bitbucket.color-icon.border-icon:hover {
  background-color: #205081;
}

.color-bg-icon.fa-bitcoin,
a.fa-bitcoin.bg-icon:hover,
.fa-bitcoin.color-icon.border-icon:hover {
  background-color: #ee9209;
}

.color-bg-icon.fa-black-tie,
a.fa-black-tie.bg-icon:hover,
.fa-black-tie.color-icon.border-icon:hover {
  background-color: #222;
}

.color-bg-icon.fa-btc,
a.fa-btc.bg-icon:hover,
.fa-btc.color-icon.border-icon:hover {
  background-color: #ee9209;
}

.color-bg-icon.fa-buysellads,
a.fa-buysellads.bg-icon:hover,
.fa-buysellads.color-icon.border-icon:hover {
  background-color: #c90100;
}

.color-bg-icon.fa-cc-amex,
a.fa-cc-amex.bg-icon:hover,
.fa-cc-amex.color-icon.border-icon:hover {
  background-color: #007bc1;
}

.color-bg-icon.fa-cc-diners-club,
a.fa-cc-diners-club.bg-icon:hover,
.fa-cc-diners-club.color-icon.border-icon:hover {
  background-color: #004a97;
}

.color-bg-icon.fa-cc-discover,
a.fa-cc-discover.bg-icon:hover,
.fa-cc-discover.color-icon.border-icon:hover {
  background-color: #f68121;
}

.color-bg-icon.fa-cc-jcb,
a.fa-cc-jcb.bg-icon:hover,
.fa-cc-jcb.color-icon.border-icon:hover {
  background-color: #003a8f;
}

.color-bg-icon.fa-cc-mastercard,
a.fa-cc-mastercard.bg-icon:hover,
.fa-cc-mastercard.color-icon.border-icon:hover {
  background-color: #0a3a82;
}

.color-bg-icon.fa-cc-paypal,
a.fa-cc-paypal.bg-icon:hover,
.fa-cc-paypal.color-icon.border-icon:hover {
  background-color: #253b80;
}

.color-bg-icon.fa-cc-stripe,
a.fa-cc-stripe.bg-icon:hover,
.fa-cc-stripe.color-icon.border-icon:hover {
  background-color: #00afe1;
}

.color-bg-icon.fa-cc-visa,
a.fa-cc-visa.bg-icon:hover,
.fa-cc-visa.color-icon.border-icon:hover {
  background-color: #0157a2;
}

.color-bg-icon.fa-chrome,
a.fa-chrome.bg-icon:hover,
.fa-chrome.color-icon.border-icon:hover {
  background-color: #4587f3;
}

.color-bg-icon.fa-codepen,
a.fa-codepen.bg-icon:hover,
.fa-codepen.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-connectdevelop,
a.fa-connectdevelop.bg-icon:hover,
.fa-connectdevelop.color-icon.border-icon:hover {
  background-color: #391448;
}

.color-bg-icon.fa-contao,
a.fa-contao.bg-icon:hover,
.fa-contao.color-icon.border-icon:hover {
  background-color: #eb8623;
}

.color-bg-icon.fa-creative-commons,
a.fa-creative-commons.bg-icon:hover,
.fa-creative-commons.color-icon.border-icon:hover {
  background-color: #231f20;
}

.color-bg-icon.fa-css3,
a.fa-css3.bg-icon:hover,
.fa-css3.color-icon.border-icon:hover {
  background-color: #1680c0;
}

.color-bg-icon.fa-dashcube,
a.fa-dashcube.bg-icon:hover,
.fa-dashcube.color-icon.border-icon:hover {
  background-color: #7f7f7f;
}

.color-bg-icon.fa-delicious,
a.fa-delicious.bg-icon:hover,
.fa-delicious.color-icon.border-icon:hover {
  background-color: #39f;
}

.color-bg-icon.fa-deviantart,
a.fa-deviantart.bg-icon:hover,
.fa-deviantart.color-icon.border-icon:hover {
  background-color: #4e6252;
}

.color-bg-icon.fa-digg,
a.fa-digg.bg-icon:hover,
.fa-digg.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-dribbble,
a.fa-dribbble.bg-icon:hover,
.fa-dribbble.color-icon.border-icon:hover {
  background-color: #444;
}

.color-bg-icon.fa-dropbox,
a.fa-dropbox.bg-icon:hover,
.fa-dropbox.color-icon.border-icon:hover {
  background-color: #007ee5;
}

.color-bg-icon.fa-drupal,
a.fa-drupal.bg-icon:hover,
.fa-drupal.color-icon.border-icon:hover {
  background-color: #0077c0;
}

.color-bg-icon.fa-empire,
a.fa-empire.bg-icon:hover,
.fa-empire.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-expeditedssl,
a.fa-expeditedssl.bg-icon:hover,
.fa-expeditedssl.color-icon.border-icon:hover {
  background-color: #343433;
}

.color-bg-icon.fa-facebook-official,
a.fa-facebook-official.bg-icon:hover,
.fa-facebook-official.color-icon.border-icon:hover,
.fa-facebook-f.color-icon.border-icon:hover,
.fa-telegram-plane.color-icon.border-icon:hover {
  background-color: #3b5998;
}

.color-bg-icon.fa-facebook-square,
a.fa-facebook-square.bg-icon:hover,
.fa-facebook-square.color-icon.border-icon:hover {
  background-color: #3b5998;
}

.color-bg-icon.fa-facebook,
a.fa-facebook.bg-icon:hover,
.fa-facebook.color-icon.border-icon:hover {
  background-color: #3b5998;
}

.color-bg-icon.fa-paper-plane,
a.fa-paper-plane.bg-icon:hover,
.fa-paper-plane.color-icon.border-icon:hover {
  background-color: #3b5998;
}

.color-bg-icon.fa-firefox,
a.fa-firefox.bg-icon:hover,
.fa-firefox.color-icon.border-icon:hover {
  background-color: #e66000;
}

.color-bg-icon.fa-flickr,
a.fa-flickr.bg-icon:hover,
.fa-flickr.color-icon.border-icon:hover {
  background-color: #ff0084;
}

.color-bg-icon.fa-fonticons,
a.fa-fonticons.bg-icon:hover,
.fa-fonticons.color-icon.border-icon:hover {
  background-color: #1c1e29;
}

.color-bg-icon.fa-forumbee,
a.fa-forumbee.bg-icon:hover,
.fa-forumbee.color-icon.border-icon:hover {
  background-color: #83ad13;
}

.color-bg-icon.fa-foursquare,
a.fa-foursquare.bg-icon:hover,
.fa-foursquare.color-icon.border-icon:hover {
  background-color: #0072b1;
}

.color-bg-icon.fa-ge,
a.fa-ge.bg-icon:hover,
.fa-ge.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-get-pocket,
a.fa-get-pocket.bg-icon:hover,
.fa-get-pocket.color-icon.border-icon:hover {
  background-color: #d3505a;
}

.color-bg-icon.fa-gg-circle,
a.fa-gg-circle.bg-icon:hover,
.fa-gg-circle.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-gg,
a.fa-gg.bg-icon:hover,
.fa-gg.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-git-square,
a.fa-git-square.bg-icon:hover,
.fa-git-square.color-icon.border-icon:hover {
  background-color: #333;
}

.color-bg-icon.fa-git,
a.fa-git.bg-icon:hover,
.fa-git.color-icon.border-icon:hover {
  background-color: #333;
}

.color-bg-icon.fa-github-alt,
a.fa-github-alt.bg-icon:hover,
.fa-github-alt.color-icon.border-icon:hover {
  background-color: #333;
}

.color-bg-icon.fa-github-square,
a.fa-github-square.bg-icon:hover,
.fa-github-square.color-icon.border-icon:hover {
  background-color: #333;
}

.color-bg-icon.fa-github,
a.fa-github.bg-icon:hover,
.fa-github.color-icon.border-icon:hover {
  background-color: #333;
}

.color-bg-icon.fa-gittip,
a.fa-gittip.bg-icon:hover,
.fa-gittip.color-icon.border-icon:hover {
  background-color: #630;
}

.color-bg-icon.fa-google-plus-square,
a.fa-google-plus-square.bg-icon:hover,
.fa-google-plus-square.color-icon.border-icon:hover,
.fa-linkedin-in.color-icon.border-icon:hover {
  background-color: #dd4b39;
}

.color-bg-icon.fa-google-plus,
a.fa-google-plus.bg-icon:hover,
.fa-google-plus.color-icon.border-icon:hover {
  background-color: #dd4b39;
}

.color-bg-icon.fa-google-wallet,
a.fa-google-wallet.bg-icon:hover,
.fa-google-wallet.color-icon.border-icon:hover {
  background-color: #4285f4;
}

.color-bg-icon.fa-google,
a.fa-google.bg-icon:hover,
.fa-google.color-icon.border-icon:hover {
  background-color: #dd4b39;
}

.color-bg-icon.fa-hacker-news,
a.fa-hacker-news.bg-icon:hover,
.fa-hacker-news.color-icon.border-icon:hover {
  background-color: #f60;
}

.color-bg-icon.fa-houzz,
a.fa-houzz.bg-icon:hover,
.fa-houzz.color-icon.border-icon:hover {
  background-color: #7ac142;
}

.color-bg-icon.fa-html5,
a.fa-html5.bg-icon:hover,
.fa-html5.color-icon.border-icon:hover {
  background-color: #e34f26;
}

.color-bg-icon.fa-instagram,
a.fa-instagram.bg-icon:hover,
.fa-instagram.color-icon.border-icon:hover {
  background-color: #3f729b;
}

.color-bg-icon.fa-internet-explorer,
a.fa-internet-explorer.bg-icon:hover,
.fa-internet-explorer.color-icon.border-icon:hover {
  background-color: #1ebbee;
}

.color-bg-icon.fa-ioxhost,
a.fa-ioxhost.bg-icon:hover,
.fa-ioxhost.color-icon.border-icon:hover {
  background-color: #faa729;
}

.color-bg-icon.fa-joomla,
a.fa-joomla.bg-icon:hover,
.fa-joomla.color-icon.border-icon:hover {
  background-color: #142849;
}

.color-bg-icon.fa-jsfiddle,
a.fa-jsfiddle.bg-icon:hover,
.fa-jsfiddle.color-icon.border-icon:hover {
  background-color: #4679bd;
}

.color-bg-icon.fa-lastfm-square,
a.fa-lastfm-square.bg-icon:hover,
.fa-lastfm-square.color-icon.border-icon:hover {
  background-color: #c3000d;
}

.color-bg-icon.fa-lastfm,
a.fa-lastfm.bg-icon:hover,
.fa-lastfm.color-icon.border-icon:hover {
  background-color: #c3000d;
}

.color-bg-icon.fa-leanpub,
a.fa-leanpub.bg-icon:hover,
.fa-leanpub.color-icon.border-icon:hover {
  background-color: #0c0c0c;
}

.color-bg-icon.fa-linkedin-square,
a.fa-linkedin-square.bg-icon:hover,
.fa-linkedin-square.color-icon.border-icon:hover {
  background-color: #0976b4;
}

.color-bg-icon.fa-linkedin,
a.fa-linkedin.bg-icon:hover,
.fa-linkedin.color-icon.border-icon:hover {
  background-color: #0976b4;
}

.color-bg-icon.fa-linux,
a.fa-linux.bg-icon:hover,
.fa-linux.color-icon.border-icon:hover {
  background-color: #333;
}

.color-bg-icon.fa-maxcdn,
a.fa-maxcdn.bg-icon:hover,
.fa-maxcdn.color-icon.border-icon:hover {
  background-color: #f60;
}

.color-bg-icon.fa-meanpath,
a.fa-meanpath.bg-icon:hover,
.fa-meanpath.color-icon.border-icon:hover {
  background-color: #538ed7;
}

.color-bg-icon.fa-medium,
a.fa-medium.bg-icon:hover,
.fa-medium.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-odnoklassniki-square,
a.fa-odnoklassniki-square.bg-icon:hover,
.fa-odnoklassniki-square.color-icon.border-icon:hover {
  background-color: #ed812b;
}

.color-bg-icon.fa-odnoklassniki,
a.fa-odnoklassniki.bg-icon:hover,
.fa-odnoklassniki.color-icon.border-icon:hover {
  background-color: #ed812b;
}

.color-bg-icon.fa-opencart,
a.fa-opencart.bg-icon:hover,
.fa-opencart.color-icon.border-icon:hover {
  background-color: #2ac2ef;
}

.color-bg-icon.fa-openid,
a.fa-openid.bg-icon:hover,
.fa-openid.color-icon.border-icon:hover {
  background-color: #f78c40;
}

.color-bg-icon.fa-opera,
a.fa-opera.bg-icon:hover,
.fa-opera.color-icon.border-icon:hover {
  background-color: #cc0f16;
}

.color-bg-icon.fa-optin-monster,
a.fa-optin-monster.bg-icon:hover,
.fa-optin-monster.color-icon.border-icon:hover {
  background-color: #83c11f;
}

.color-bg-icon.fa-pagelines,
a.fa-pagelines.bg-icon:hover,
.fa-pagelines.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-paypal,
a.fa-paypal.bg-icon:hover,
.fa-paypal.color-icon.border-icon:hover {
  background-color: #253b80;
}

.color-bg-icon.fa-pied-piper-alt,
a.fa-pied-piper-alt .bg-icon:hover,
.fa-pied-piper-alt .color-icon.border-icon:hover {
  color: #2f9f46;
}

.color-bg-icon.fa-pied-piper-square,
a.fa-pied-piper-square .bg-icon:hover,
.fa-pied-piper-square .color-icon.border-icon:hover {
  color: #2f9f46;
}

.color-bg-icon.fa-pied-piper,
a.fa-pied-piper.bg-icon:hover,
.fa-pied-piper.color-icon.border-icon:hover {
  background-color: #2f9f46;
}

.color-bg-icon.fa-pinterest-p,
a.fa-pinterest-p.bg-icon:hover,
.fa-pinterest-p.color-icon.border-icon:hover {
  background-color: #cc2127;
}

.color-bg-icon.fa-pinterest-square,
a.fa-pinterest-square.bg-icon:hover,
.fa-pinterest-square.color-icon.border-icon:hover {
  background-color: #cc2127;
}

.color-bg-icon.fa-pinterest,
a.fa-pinterest.bg-icon:hover,
.fa-pinterest.color-icon.border-icon:hover {
  background-color: #cc2127;
}

.color-bg-icon.fa-qq,
a.fa-qq.bg-icon:hover,
.fa-qq.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-ra,
a.fa-ra.bg-icon:hover,
.fa-ra.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-rebel,
a.fa-rebel.bg-icon:hover,
.fa-rebel.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-reddit-square,
a.fa-reddit-square.bg-icon:hover,
.fa-reddit-square.color-icon.border-icon:hover {
  background-color: #ff4500;
}

.color-bg-icon.fa-reddit,
a.fa-reddit.bg-icon:hover,
.fa-reddit.color-icon.border-icon:hover {
  background-color: #ff4500;
}

.color-bg-icon.fa-renren,
a.fa-renren.bg-icon:hover,
.fa-renren.color-icon.border-icon:hover {
  background-color: #005eac;
}

.color-bg-icon.fa-safari,
a.fa-safari.bg-icon:hover,
.fa-safari.color-icon.border-icon:hover {
  background-color: #1b88ca;
}

.color-bg-icon.fa-sellsy,
a.fa-sellsy.bg-icon:hover,
.fa-sellsy.color-icon.border-icon:hover {
  background-color: #1f78b9;
}

.color-bg-icon.fa-share-alt-square,
a.fa-share-alt-square.bg-icon:hover,
.fa-share-alt-square.color-icon.border-icon:hover {
  background-color: #01bf01;
}

.color-bg-icon.fa-share-alt,
a.fa-share-alt.bg-icon:hover,
.fa-share-alt.color-icon.border-icon:hover {
  background-color: #01bf01;
}

.color-bg-icon.fa-shirtsinbulk,
a.fa-shirtsinbulk.bg-icon:hover,
.fa-shirtsinbulk.color-icon.border-icon:hover {
  background-color: #dd3a26;
}

.color-bg-icon.fa-simplybuilt,
a.fa-simplybuilt.bg-icon:hover,
.fa-simplybuilt.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-skyatlas,
a.fa-skyatlas.bg-icon:hover,
.fa-skyatlas.color-icon.border-icon:hover {
  background-color: #00adbb;
}

.color-bg-icon.fa-skype,
a.fa-skype.bg-icon:hover,
.fa-skype.color-icon.border-icon:hover {
  background-color: #00aff0;
}

.color-bg-icon.fa-slack,
a.fa-slack.bg-icon:hover,
.fa-slack.color-icon.border-icon:hover {
  background-color: #0f7965;
}

.color-bg-icon.fa-slideshare,
a.fa-slideshare.bg-icon:hover,
.fa-slideshare.color-icon.border-icon:hover {
  background-color: #e98325;
}

.color-bg-icon.fa-soundcloud,
a.fa-soundcloud.bg-icon:hover,
.fa-soundcloud.color-icon.border-icon:hover {
  background-color: #f80;
}

.color-bg-icon.fa-spotify,
a.fa-spotify.bg-icon:hover,
.fa-spotify.color-icon.border-icon:hover {
  background-color: #7ab800;
}

.color-bg-icon.fa-stack-exchange,
a.fa-stack-exchange.bg-icon:hover,
.fa-stack-exchange.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-stack-overflow,
a.fa-stack-overflow.bg-icon:hover,
.fa-stack-overflow.color-icon.border-icon:hover {
  background-color: #fe7a15;
}

.color-bg-icon.fa-steam-square,
a.fa-steam-square.bg-icon:hover,
.fa-steam-square.color-icon.border-icon:hover {
  background-color: #0b0b0b;
}

.color-bg-icon.fa-steam,
a.fa-steam.bg-icon:hover,
.fa-steam.color-icon.border-icon:hover {
  background-color: #0b0b0b;
}

.color-bg-icon.fa-stumbleupon-circle,
a.fa-stumbleupon-circle.bg-icon:hover,
.fa-stumbleupon-circle.color-icon.border-icon:hover {
  background-color: #eb4924;
}

.color-bg-icon.fa-stumbleupon,
a.fa-stumbleupon.bg-icon:hover,
.fa-stumbleupon.color-icon.border-icon:hover {
  background-color: #eb4924;
}

.color-bg-icon.fa-tencent-weibo,
a.fa-tencent-weibo.bg-icon:hover,
.fa-tencent-weibo.color-icon.border-icon:hover {
  background-color: #74af2c;
}

.color-bg-icon.fa-trello,
a.fa-trello.bg-icon:hover,
.fa-trello.color-icon.border-icon:hover {
  background-color: #256a92;
}

.color-bg-icon.fa-tripadvisor,
a.fa-tripadvisor.bg-icon:hover,
.fa-tripadvisor.color-icon.border-icon:hover {
  background-color: #589442;
}

.color-bg-icon.fa-tumblr-square,
a.fa-tumblr-square.bg-icon:hover,
.fa-tumblr-square.color-icon.border-icon:hover {
  background-color: #35465c;
}

.color-bg-icon.fa-tumblr,
a.fa-tumblr.bg-icon:hover,
.fa-tumblr.color-icon.border-icon:hover {
  background-color: #35465c;
}

.color-bg-icon.fa-twitch,
a.fa-twitch.bg-icon:hover,
.fa-twitch.color-icon.border-icon:hover {
  background-color: #6441a5;
}

.color-bg-icon.fa-twitter-square,
a.fa-twitter-square.bg-icon:hover,
.fa-twitter-square.color-icon.border-icon:hover {
  background-color: #55acee;
}

.color-bg-icon.fa-twitter,
a.fa-twitter.bg-icon:hover,
.fa-twitter.color-icon.border-icon:hover {
  background-color: #55acee;
}

.color-bg-icon.fa-viacoin,
a.fa-viacoin.bg-icon:hover,
.fa-viacoin.color-icon.border-icon:hover {
  background-color: #333;
}

.color-bg-icon.fa-vimeo-square,
a.fa-vimeo-square.bg-icon:hover,
.fa-vimeo-square.color-icon.border-icon:hover {
  background-color: #1ab7ea;
}

.color-bg-icon.fa-vimeo,
a.fa-vimeo.bg-icon:hover,
.fa-vimeo.color-icon.border-icon:hover {
  background-color: #1ab7ea;
}

.color-bg-icon.fa-vine,
a.fa-vine.bg-icon:hover,
.fa-vine.color-icon.border-icon:hover {
  background-color: #00b488;
}

.color-bg-icon.fa-vk,
a.fa-vk.bg-icon:hover,
.fa-vk.color-icon.border-icon:hover {
  background-color: #45668e;
}

.color-bg-icon.fa-wechat,
a.fa-wechat.bg-icon:hover,
.fa-wechat.color-icon.border-icon:hover {
  background-color: #93d034;
}

.color-bg-icon.fa-weibo,
a.fa-weibo.bg-icon:hover,
.fa-weibo.color-icon.border-icon:hover {
  background-color: #e71d34;
}

.color-bg-icon.fa-weixin,
a.fa-weixin.bg-icon:hover,
.fa-weixin.color-icon.border-icon:hover {
  background-color: #93d034;
}

.color-bg-icon.fa-wikipedia-w,
a.fa-wikipedia-w.bg-icon:hover,
.fa-wikipedia-w.color-icon.border-icon:hover {
  background-color: #000;
}

.color-bg-icon.fa-windows,
a.fa-windows.bg-icon:hover,
.fa-windows.color-icon.border-icon:hover {
  background-color: #00bcf2;
}

.color-bg-icon.fa-wordpress,
a.fa-wordpress.bg-icon:hover,
.fa-wordpress.color-icon.border-icon:hover {
  background-color: #21759b;
}

.color-bg-icon.fa-xing-square,
a.fa-xing-square.bg-icon:hover,
.fa-xing-square.color-icon.border-icon:hover {
  background-color: #026466;
}

.color-bg-icon.fa-xing,
a.fa-xing.bg-icon:hover,
.fa-xing.color-icon.border-icon:hover {
  background-color: #026466;
}

.color-bg-icon.fa-y-combinator,
a.fa-y-combinator.bg-icon:hover,
.fa-y-combinator.color-icon.border-icon:hover {
  background-color: #f0652f;
}

.color-bg-icon.fa-yahoo,
a.fa-yahoo.bg-icon:hover,
.fa-yahoo.color-icon.border-icon:hover {
  background-color: #400191;
}

.color-bg-icon.fa-yc,
a.fa-yc.bg-icon:hover,
.fa-yc.color-icon.border-icon:hover {
  background-color: #f0652f;
}

.color-bg-icon.fa-yelp,
a.fa-yelp.bg-icon:hover,
.fa-yelp.color-icon.border-icon:hover {
  background-color: #af0606;
}

.color-bg-icon.fa-youtube-play,
a.fa-youtube-play.bg-icon:hover,
.fa-youtube-play.color-icon.border-icon:hover {
  background-color: #e52d27;
}

.color-bg-icon.fa-youtube-square,
a.fa-youtube-square.bg-icon:hover,
.fa-youtube-square.color-icon.border-icon:hover {
  background-color: #e52d27;
}

.color-bg-icon.fa-youtube,
a.fa-youtube.bg-icon:hover,
.fa-youtube.color-icon.border-icon:hover {
  background-color: #e52d27;
}

.color-bg-icon.fa-rss,
a.fa-rss.bg-icon:hover,
.fa-rss.color-icon.border-icon:hover {
  background-color: #ffa811;
}

.color-bg-icon {
  color: #fff;
}

a.fa {
  color: #3a3736;
}

a.border-icon {
  border: 1px solid #686665;
  border-color: rgba(104, 102, 101, 0.4);
}

a.border-icon.color-icon:hover {
  border-color: transparent;
}

a.bg-icon {
  background-color: #e4e4e4;
}

a.color-bg-icon {
  background-color: #3a3736;
  color: #fff;
}

a.fa.color-icon:hover {
  color: #3a3736;
}

a.fa.bg-icon:hover {
  color: #fff;
}

a.fa.color-bg-icon:hover {
  background-color: #cc2027;
  color: #fff;
}

a.color-icon:hover {
  color: #3a3736;
}

a.color-icon.border-icon:hover {
  color: #fff;
}

.alignnone {
  margin: 10px 0 30px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 10px auto 30px;
}

.alignright {
  float: right;
  margin: 10px 0 30px 40px;
  max-width: 50%;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
  max-width: 50%;
}

a img.alignright {
  float: right;
  margin: 10px 0 30px 40px;
}

a img.alignnone {
  margin: 10px 0 30px;
}

a img.alignleft {
  float: left;
  margin: 10px 40px 30px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.sticky,
.bypostauthor {
  position: relative;
}

.page-item,
.nav-links,
.page-links {
  clear: both;
}

.page-item + .page-item,
.page-item .nav-links,
.page-item .page-links,
.nav-links + .page-item,
.nav-links .nav-links,
.nav-links .page-links,
.page-links + .page-item,
.page-links .nav-links,
.page-links .page-links {
  margin-left: 10px;
}

.page-item > span,
.page-item > a,
.nav-links > span,
.nav-links > a,
.page-links > span,
.page-links > a {
  background-color: #fff !important;
  border: 2px solid #f5f5f5 !important;
  border-radius: 50%;
  color: #3a3736;
  display: inline-block;
  height: 40px;
  letter-spacing: 0;
  line-height: 1.5;
  min-width: 40px;
  padding: 0.4em;
  text-align: center;
}

.page-item > span + a,
.page-item > span + span,
.page-item > a + a,
.page-item > a + span,
.nav-links > span + a,
.nav-links > span + span,
.nav-links > a + a,
.nav-links > a + span,
.page-links > span + a,
.page-links > span + span,
.page-links > a + a,
.page-links > a + span {
  margin-left: 5px;
}

.page-item > span.next,
.page-item > span.prev,
.page-item > a.next,
.page-item > a.prev,
.nav-links > span.next,
.nav-links > span.prev,
.nav-links > a.next,
.nav-links > a.prev,
.page-links > span.next,
.page-links > span.prev,
.page-links > a.next,
.page-links > a.prev {
  border-color: #cc2027 !important;
  color: #cc2027;
}

.page-item > span:hover,
.page-item > a:hover,
.nav-links > span:hover,
.nav-links > a:hover,
.page-links > span:hover,
.page-links > a:hover {
  background-color: #cc2027 !important;
  border-color: #cc2027 !important;
  color: #fff;
}

.page-item span.page-links-title,
.nav-links span.page-links-title,
.page-links span.page-links-title {
  background-color: transparent !important;
  border: 0 !important;
}

.page-item.active > a,
.page-item > span,
.nav-links.active > a,
.nav-links > span,
.page-links.active > a,
.page-links > span {
  background-color: #cc2027 !important;
  border-color: #cc2027 !important;
}

.page-item .fa,
.nav-links .fa,
.page-links .fa {
  font-size: 10px;
}

.page-item.active a {
  border-color: #cc2027 !important;
  color: #fff !important;
}

.page-item.disabled a,
.page-item.next a {
  border-radius: 50% !important;
}

.page-links a:first-child {
  margin-left: 1em;
}

.pagination {
  justify-content: center;
  margin-top: 60px;
}

@media (max-width: 575px) {
  .pagination {
    margin-top: 30px;
  }
}

.post-nav {
  margin: 60px 0 0;
  position: relative;
}

.post-nav .nav-links {
  display: flex;
  flex-wrap: wrap;
}

.post-nav .nav-links > div {
  height: auto;
  padding: 30px 40px;
  position: relative;
  text-align: right;
  transition: 0.2s opacity ease;
  width: 50%;
}

.post-nav .nav-links > div:hover {
  opacity: 0.9;
}

@media (max-width: 575px) {
  .post-nav .nav-links > div {
    width: 100%;
  }
}

.post-nav .nav-links > div .fa {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.post-nav .nav-links > div:first-child {
  text-align: left;
}

.post-nav .nav-links > div:first-child .fa {
  left: 0;
  right: auto;
}

.post-nav .nav-links .nav-subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1em;
  min-width: 8em;
  padding: 0.25em 0.8em 0.05em;
  text-align: center;
  text-transform: capitalize;
}

.post-nav .nav-links .nav-title {
  display: block;
}

.post-nav .nav-links a {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.post-nav .post-nav-image {
  display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
  text-align: center;
}

.nav-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-wrap {
    justify-content: flex-end;
  }
}

.nav-wrap > .top-nav + *:not(.top-includes) {
  flex-grow: 1;
  padding-left: 30px;
}

.nav-wrap > .top-nav + *:not(.top-includes) div + div {
  margin-left: 50px !important;
}

.nav-wrap > .top-nav + *:not(.top-includes) div:last-child {
  margin-left: auto;
}

@media (max-width: 991px) {
  .nav-wrap > .top-nav + *:not(.top-includes) {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .top-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-wrap: nowrap;
    position: relative;
  }

  .justify-nav-end .top-nav {
    justify-content: flex-end;
  }

  .justify-nav-center .top-nav {
    justify-content: center;
  }

  .sf-menu {
    display: block;
  }

  .sf-menu,
  .sf-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sf-menu li {
    position: relative;
  }

  .sf-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99;
  }

  .sf-menu li > ul li {
    padding: 0 40px;
  }

  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }

  .sf-menu a {
    display: block;
    position: relative;
  }

  .sf-menu a {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.1em;
    padding: 15px 1.1em;
    text-decoration: none;
    text-transform: capitalize;
    transition-property: color, background-color, border-color, padding-top,
      padding-bottom;
    zoom: 1;
  }

  .sf-menu li {
    white-space: normal;
    white-space: nowrap;
  }

  .sf-menu > li {
    display: inline-block;
    position: relative;
  }

  .sf-menu.nav > li:first-child > a {
    margin-left: 0;
  }

  .sf-menu.nav > li:last-child > a {
    margin-right: 0;
  }

  .sf-menu > li > a {
    line-height: 14px;
    margin: 0 15px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    transition-duration: 0.15s;
  }

  .affix .sf-menu > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

@media (min-width: 1200px) and (min-width: 1500px) {
  .sf-menu > li > a {
    margin: 0 25px;
  }
}

@media (min-width: 1200px) {
  .sf-menu > li > a:hover,
  .sf-menu > li.active > a {
    color: #cc2027;
  }

  .nav-narrow .sf-menu > li {
    padding: 0;
  }

  .nav-narrow .sf-menu > li > a {
    margin-left: 29px;
    margin-right: 29px;
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .nav-narrow .sf-menu > li.active > a:before,
  .nav-narrow .sf-menu > li > a:hover:before {
    left: -35px;
    right: -35px;
  }

  .nav-bordered .sf-menu > li + li:before {
    background-color: rgba(31, 35, 43, 0.302);
    bottom: 0;
    content: "";
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
  }

  .cs .sf-menu > li > a {
    color: #fff;
  }

  .cs .sf-menu > li > a:hover,
  .cs .sf-menu > li.active > a {
    color: #3a3736;
  }

  .ds .sf-menu > li .mega-menu,
  .ds .sf-menu li > ul {
    background-color: #3a3736;
  }

  .ds .sf-menu > li:after {
    color: #fff;
  }

  .ds .sf-menu > li > a {
    color: #fff;
  }

  .ds .sf-menu > li > a:hover,
  .ds .sf-menu > li.active > a {
    color: #cc2027;
    font-weight: bold;
  }

  .ls .sf-menu > li .mega-menu,
  .ls .sf-menu li > ul {
    background-color: #fff;
  }

  .ls .sf-menu > li:after {
    color: #3a3736;
  }

  .ls .sf-menu > li > a {
    color: #3a3736;
  }

  .ls .sf-menu > li > a:hover,
  .ls .sf-menu > li.active > a {
    color: #cc2027;
  }

  .ls .sf-menu > li + li:before {
    background-color: #e1e0e0;
  }

  .sf-menu li:hover,
  .sf-menu li.sfHover {
    transition: none;
  }

  .sf-menu > li .mega-menu,
  .sf-menu li > ul {
    width: 16em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    list-style: none;
    margin-top: 5px;
    min-width: 16em;
    padding: 50px 0;
    text-align: left;
  }

  .sf-menu > li .mega-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .sf-menu.nav ul a {
    position: relative;
    width: 100%;
  }

  .sf-menu .mega-menu ul {
    background: 0 0;
    box-shadow: none;
    padding: 0;
  }

  .sf-menu .mega-menu ul a {
    padding-left: 0;
    padding-right: 0;
  }

  .sf-menu ul a:hover,
  .sf-menu ul li.active > a {
    color: #cc2027;
  }

  .sf-menu ul ul {
    margin-top: 0;
    top: -50px;
  }

  .sf-arrows .sf-with-ul:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 12px;
    padding-left: 10px;
  }

  .sf-arrows ul .sf-with-ul:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 12px;
    position: absolute;
    right: 0;
  }
}

.sf-menu i[class] {
  font-size: 1.1em;
  margin-right: 7px;
}

@media (min-width: 1200px) {
  .sf-menu .sf-xl-hidden {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .sf-more-li {
    display: none;
  }
}

@media (min-width: 1200px) {
  .page_header .toggle_menu,
  .page_toplogo .toggle_menu {
    display: none;
  }
}

.toggle_menu {
  background: #cc2027;
  cursor: pointer;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 1;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 50%;
  visibility: visible;
  width: 60px;
  z-index: 1002;
}

.page_header_wrapper .toggle_menu {
  z-index: 1003;
}

.page_toplogo .toggle_menu {
  left: auto;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.toggle_menu:hover span:before {
  top: -9px;
}

.toggle_menu:hover span:after {
  top: 9px;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 30px;
}

.toggle_menu:before,
.toggle_menu span {
  left: 15px;
  top: 50%;
}

.toggle_menu span:before {
  opacity: 1;
  top: -8px;
}

.toggle_menu span:after {
  opacity: 1;
  top: 8px;
}

.toggle_menu.mobile-active {
  background-color: #cc2027;
  border: none;
  height: 50px;
  left: auto;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3000;
}

.toggle_menu.mobile-active:before {
  background-color: #fff;
  transform: rotate(45deg);
}

.toggle_menu.mobile-active span {
  background-color: #fff;
  transform: rotate(-45deg);
}

.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
  opacity: 0;
}

.toggle_menu.active:before {
  transform: rotate(45deg);
}

.toggle_menu.active span {
  transform: rotate(-45deg);
}

.toggle_menu.active span:before,
.toggle_menu.active span:after {
  opacity: 0;
}

@media (max-width: 767px) {
  .nav-wrap {
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .page_header [class*="col"] {
    min-height: 0;
  }

  .top-nav {
    background-color: transparent;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    z-index: 10;
  }

  .mobile-active .top-nav {
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
    visibility: visible;
    z-index: 1002;
  }

  .nav-justified > li > a {
    text-align: left;
  }

  .sf-menu {
    background-color: #f5f5f5;
    border-top: 50px solid #3a3736;
    bottom: 0;
    display: block;
    font-size: 16px;
    font-weight: 300;
    left: 0;
    letter-spacing: 0;
    line-height: 1.1em;
    opacity: 0;
    overflow: auto;
    padding: 20px 10px 20px 20px;
    position: fixed;
    right: 100%;
    text-align: left;
    text-transform: capitalize;
    top: 0;
    transition: all 0.4s ease-in-out;
  }

  .mobile-active .sf-menu {
    opacity: 1;
    right: 0;
  }

  .sf-menu li {
    position: relative;
  }

  .top-nav .sf-menu a {
    color: #3a3736;
    display: block;
    font-weight: 500;
    padding: 10px;
    z-index: 2;
  }

  .sf-menu ul {
    list-style: none;
    margin-top: 0 !important;
    padding-left: 10px;
  }

  .sf-menu ul li a:before {
    background-color: #cc2027;
    border-radius: 50%;
    bottom: 3px;
    content: "";
    display: inline-block;
    height: 3px;
    margin-right: 10px;
    position: relative;
    width: 3px;
  }

  .sf-arrows .sf-with-ul {
    padding-right: 3.5em;
  }

  .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 30px;
    z-index: 1;
  }

  .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
    color: #3a3736;
    content: "\f105";
    font-family: fontawesome;
    font-weight: 600;
  }

  .sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
    content: "\f107";
  }
}

@media screen and (min-width: 1200px) {
  .top-nav ul .mega-menu ul {
    border: none;
    min-width: auto;
  }

  .top-nav ul .mega-menu ul ul {
    padding: 0 20px !important;
  }

  .top-nav .menu-item-has-mega-menu {
    position: relative;
  }

  .top-nav .mega-menu {
    display: none;
    left: -25%;
    padding: 40px !important;
    position: absolute;
    top: 100%;
    width: 940px;
    z-index: 10;
  }

  .top-nav .menu-item-has-mega-menu:hover .mega-menu {
    display: block;
  }

  .top-nav .mega-menu-row {
    display: table;
    position: static;
    table-layout: fixed;
  }

  .top-nav .mega-menu-row ul {
    display: block;
    position: static;
  }

  .top-nav .mega-menu-col {
    border-bottom: none !important;
    display: table-cell;
    padding: 0 !important;
    width: 2000px;
  }

  .top-nav .mega-menu-col ul li {
    padding: 0;
  }

  .top-nav .mega-menu-col ul li a {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .top-nav .mega-menu-col > a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0 20px !important;
    text-transform: uppercase;
  }

  .top-nav .mega-menu-col:first-child {
    border-left: none;
  }

  .top-nav ul ul .mega-menu {
    display: block;
    margin-left: 1px;
    top: -20px;
    width: auto;
  }

  .top-nav ul ul .mega-menu li {
    border: none;
    display: block;
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .top-nav .mega-menu {
    width: 1170px;
  }

  .top-nav ul .mega-menu ul {
    min-width: 10em;
  }

  .top-nav .mega-menu-col {
    padding: 0 11px;
  }
}

@media screen and (max-width: 991px) {
  .top-nav .mega-menu {
    position: static;
  }
}

.menu-click {
  padding: 0;
}

.menu-click i {
  margin-right: 10px;
  text-align: center;
  width: 1em;
}

.menu-click .toggle_submenu {
  border-radius: 50%;
  cursor: pointer;
  font-size: 8px;
  height: 3em;
  line-height: 3em;
  opacity: 0.9;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 8px;
  transform: rotate(-90deg);
  transition: 0.25s ease-in-out;
  width: 3em;
}

.menu-click .toggle_submenu:before {
  content: "\f078";
  font-family: fontawesome;
  height: 3em;
  left: 0;
  line-height: 3em;
  position: absolute;
  top: 0;
  width: 3em;
}

.menu-click ul {
  padding: 0;
}

.menu-click li {
  list-style: none;
  position: relative;
  width: 100%;
}

.menu-click > li {
  transition: 0.3s ease-in-out;
}

.menu-click a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1em;
  padding: 10px 40px;
  text-transform: capitalize;
}

.menu-click a:hover {
  background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu > a {
  background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu > .toggle_submenu {
  transform: rotate(0deg);
}

.menu-click li.active > a {
  color: #cc2027;
}

.menu-click ul {
  height: 0;
  opacity: 0;
}

.menu-click ul a {
  padding-bottom: 8px;
  padding-left: 50px;
  padding-top: 8px;
}

.menu-click ul ul a {
  padding-left: 60px;
}

.menu-click ul ul ul a {
  padding-left: 70px;
}

.menu-click ul ul ul ul a {
  padding-left: 80px;
}

.menu-click .active-submenu > div.mega-menu {
  height: auto;
}

.menu-click .active-submenu > ul,
.menu-click .active-submenu > div.mega-menu > ul {
  height: auto;
  opacity: 1;
}

.menu-click ul,
.menu-click div.mega-menu {
  height: 0;
  overflow: hidden;
  transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s,
    height 0.3s ease-in-out;
}

.menu-click ul li.sfHover > .mega-menu ul {
  display: block;
  height: 100%;
}

.menu-click div.mega-menu > ul {
  height: auto;
  margin-right: 0;
}

.page_header {
  height: auto;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  transition: 0.5s ease-in-out;
  width: 100%;
  z-index: 1000;
}

.boxed .page_header,
.page_header.affix {
  position: fixed !important;
  z-index: 1001;
}

.boxed .page_header:after,
.page_header.affix:after {
  background-color: transparent;
}

.page_header.affix.s-bordertop::before {
  display: none;
}

@media (max-width: 991px) {
  .page_header.mobile-active {
    opacity: 1;
    z-index: 1003;
  }
}

.page_header.affix-bottom {
  position: fixed;
  top: 0 !important;
}

.page_header .row {
  min-height: 50px;
}

.page_header a {
  display: inline-block;
}

.page_header .btn {
  margin-bottom: 0;
  min-width: 130px;
  padding: 10px 28px;
}

.page_header .widget_search {
  margin: 0;
  max-width: 375px;
  width: 100%;
}

@media (min-width: 1200px) {
  .page_header.header-1 .sf-menu > li > a {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

@media (min-width: 1200px) {
  .page_header.header-1 .logo,
  .page_header.header-1 .appointment {
    /* opacity: 0; */
    transition: 0.3s ease-in-out;
    /* visibility: hidden; */
  }
}

.page_header.header-1.affix .logo,
.page_header.header-1.affix .appointment {
  opacity: 1;
  visibility: visible;
}

.header_absolute {
  position: absolute;
  width: 100%;
}

.header_absolute .page_header,
.header_absolute .page_topline,
.header_absolute .page_header_wrapper,
.header_absolute .page_toplogo {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1002;
}

.header_absolute .page_header.affix-wrapper,
.header_absolute .page_topline.affix-wrapper,
.header_absolute .page_header_wrapper.affix-wrapper,
.header_absolute .page_toplogo.affix-wrapper {
  z-index: 1003;
}

.header_absolute .page_topline,
.header_absolute .page_toplogo,
.header_absolute .page_header.affix-top,
.header_absolute .page_header_wrapper,
.header_absolute .page_title {
  background-color: transparent;
}

.page_topline {
  line-height: 1.4;
}

.page_topline .btn {
  min-width: 130px;
}

.page_topline.small-text i {
  font-size: 14px;
}

.page_topline .icon-inline {
  justify-content: center;
}

.page_topline .social-icons {
  display: inline-block;
}

.page_topline .widget_nav_menu {
  display: inline-block;
}

.page_topline ul {
  margin: 0;
  padding: 0;
}

.page_topline .dropdown-menu {
  margin: 23px 0 0;
}

.page_topline .dropdown-language a > img {
  bottom: 1px;
  margin-right: 6px;
  max-width: 16px;
  position: relative;
}

.page_topline .owl-news-slider-dates {
  font-weight: 700;
}

.page_topline .topline-news-item {
  height: 2em;
  line-height: 2em;
  margin: 0 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page_topline .topline-news-item .cat-links {
  display: inline;
  position: static;
}

.page_topline .topline-news-item .cat-links a {
  border-radius: 5em;
}

@media (max-width: 1199px) {
  .page_toplogo .media,
  .page_topline .media {
    margin: 10px;
  }
}

.page_toplogo .media h6,
.page_topline .media h6 {
  margin-bottom: 0;
}

.page_toplogo .media h6 + p,
.page_topline .media h6 + p {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .page_toplogo .media + .media,
  .page_topline .media + .media {
    margin: 0 0 0 40px;
  }
}

@media only screen and (max-width: 999px) {
  .bg-imghide {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .page_toplogo .media + .media,
  .page_topline .media + .media {
    margin: 0 0 0 35px;
  }
}

.page_toplogo .widget_search form,
.page_toplogo .widget_product_search form,
.page_toplogo .widget_search input,
.page_toplogo .widget_product_search input,
.page_topline .widget_search form,
.page_topline .widget_product_search form,
.page_topline .widget_search input,
.page_topline .widget_product_search input {
  max-width: none;
}

@media (min-width: 1500px) {
  .page_topline .container-fluid,
  .page_toplogo .container-fluid,
  .page_header .container-fluid {
    padding-left: 50px;
    /* padding-right: 50px; */
  }
}

.top-includes {
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .top-includes {
    white-space: nowrap;
  }
}

.top-includes > * {
  display: inline-block;
}

.top-includes > li {
  margin-left: 30px;
}

.top-includes > li:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .top-includes.border-divided > li + li {
    border-left: 2px solid rgba(200, 200, 200, 0.35);
    margin-left: 26px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .top-nav + .top-includes {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .top-includes.md-absolute {
    bottom: 0;
    position: absolute;
    right: 80px;
  }
}

.top-includes a.border-icon,
.top-includes a.bg-icon,
.top-includes a.color-bg-icon {
  margin-bottom: 2px;
  margin-top: 2px;
}

.top-includes .media h6 {
  margin-bottom: 0;
}

.top-includes .media h6 + p {
  margin-top: 5px;
}

a.logo {
  display: inline;
}

a.logo img {
  display: inline-block;
  max-height: 30px;
  filter: drop-shadow(2px 4px 6px black);
}

a.logo span {
  margin-left: 10px;
}

a.logo .logo-text {
  margin-bottom: 0;
}

a.logo .logo-subtext {
  font-size: 20px;
  font-weight: 500;
}

a.logo .logo-text-bottom {
  font-size: 26px;
}

a.logo .flex-column,
a.logo.flex-column {
  align-items: flex-start;
}

a.logo .flex-column.text-center,
a.logo.flex-column.text-center {
  display: inline-block;
}

.header_logo_center a.logo {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.header_logo_center.affix a.logo {
  padding: 5px 0;
}

.text-center .logo {
  justify-content: center;
}

@media (min-width: 1200px) {
  .header_logo_center .logo_wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

#search_modal {
  padding: 0 !important;
}

#search_modal .widget {
  background-color: #fff;
  padding: 20px 0;
}

#search_modal .search-form {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 100px 0 0;
}

#search_modal a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: capitalize;
}

#search_modal a:hover {
  color: #cc2027;
  opacity: 1;
}

#search_modal .searchform-respond {
  color: #fff;
  margin: 20px auto;
  width: 300px;
}

#search_modal .form-group {
  margin-bottom: 0;
}

#search_modal .form-control {
  background-color: transparent;
  border: none;
  color: #3a3736;
  font-size: 28px;
  font-style: italic;
  height: 60px;
  max-width: none;
  width: 100%;
}

#search_modal .form-control:-moz-placeholder {
  color: #686665;
  opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
  color: #686665;
  opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
  color: #686665;
}

#search_modal .form-control::-webkit-input-placeholder {
  color: #686665;
}

#search_modal .btn {
  color: #3a3736;
  font-size: 0;
  height: 60px;
  margin: 0 15px 0 0;
  padding: 10px 22px;
  width: auto;
}

#search_modal .btn:before {
  color: #3a3736;
  font-size: 18px;
}

#search_modal .close {
  color: #3a3736;
  font-size: 30px;
  line-height: 60px;
  margin-top: 0;
  min-width: 60px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 18px;
  z-index: 2;
}

.active-side-header #search_modal {
  right: 320px;
}

.search_modal_button {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 0 0 0 10px;
}

body:after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1001;
}

body,
body:after,
#canvas,
.page_header_side {
  transition: 0.5s ease-in-out;
}

#canvas {
  left: 0;
  transition-property: left, margin-left;
}

body.active-side-header {
  overflow: hidden;
}

body.active-side-header #canvas {
  left: 320px;
}

body.active-side-header .page_header_side {
  left: 0;
}

body.active-side-header:after {
  opacity: 1;
  visibility: visible;
}

html.html-active-push-header {
  overflow: hidden;
}

.page_header_side {
  bottom: 0;
  left: -320px;
  position: fixed;
  top: 0;
  width: 320px;
  z-index: 1004;
}

.page_header_side.active-slide-side-header {
  box-shadow: 0 0 4px 3px rgba(50, 50, 50, 0.05);
}

.page_header_side ~ .page_toplogo .toggle_menu {
  display: none;
}

.page_header_side a.logo {
  margin-bottom: 20px;
  padding: 10px 20px;
}

.page_header_side a.logo img {
  max-width: 100%;
}

.page_header_side .widget {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.page_header_side .widget_icons_list li + li {
  margin-top: 1em;
}

.page_header_side .d-flex {
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.page_header_side .d-flex .media + .media {
  margin-top: 30px;
}

.page_header_side .appointment {
  display: inline-block;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.page_header_side .social-icons {
  display: block;
  margin-top: 43px;
}

.page_header_side .social-icons a.border-icon,
.page_header_side .social-icons a.bg-icon,
.page_header_side .social-icons a.color-bg-icon {
  margin-bottom: 2px;
  margin-top: 2px;
}

@media (min-width: 1500px) {
  .page_header_side ~ .page_topline .container-fluid,
  .page_header_side ~ .page_toplogo .container-fluid,
  .page_header_side ~ div .page_header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.side_header_inner {
  padding: 26px 0 60px;
}

@media (max-width: 390px) {
  .side_header_inner {
    padding-top: 90px;
  }
}

.toggle_menu_side {
  margin: 0;
  position: absolute;
  right: -60px;
  top: 0;
  transition: right 0.3s ease-in-out;
}

@media (max-width: 370px) {
  .toggle_menu_side.active {
    right: 0;
  }
}

.toggle_menu_side:before,
.toggle_menu_side span:before,
.toggle_menu_side span:after,
.toggle_menu_side span {
  background-color: #fff !important;
}

.ds .toggle_menu_side {
  background-color: #cc2027;
}

.bs .toggle_menu_side {
  background-color: #cc2027;
}

.ls .toggle_menu_side {
  background-color: #cc2027;
}

.page_header_side.header_side_sticked .toggle_menu_side {
  right: -60px;
  top: 0;
  transition: 0.5s ease-in-out;
}

.page_header_side.active-slide-side-header {
  left: 0;
}

.active-side-header .boxed .header_push ~ div .page_header,
.active-side-header .header_push ~ div .page_header.affix {
  margin-left: 320px;
}

.active-side-header.slide-right .boxed .header_push ~ div .page_header,
.active-side-header.slide-right .header_push ~ div .page_header.affix {
  margin-left: -320px;
}

.page_header_side.header_side_right {
  left: auto;
  right: -320px;
}

.page_header_side.header_side_right.active-slide-side-header {
  right: 0;
}

.page_header_side.header_side_right .toggle_menu_side {
  left: -60px;
  right: auto;
  transition: left 0.3s ease-in-out;
}

@media (max-width: 390px) {
  .page_header_side.header_side_right .toggle_menu_side.active {
    left: 0;
  }
}

body.active-side-header.slide-right #canvas {
  left: -320px;
}

body.active-side-header.slide-right .page_header_side {
  left: auto;
  right: 0;
}

@media (min-width: 600px) {
  .page_header_side.header_side_sticked.active-slide-side-header {
    left: 0;
  }

  .header_side_sticked ~ * {
    transition: margin 0.5s ease-in-out;
  }

  .header_side_sticked ~ * .container-fluid {
    padding-left: 80px;
  }

  .header_side_sticked ~ div .page_header {
    width: auto;
  }

  .header_side_sticked.active-slide-side-header ~ *,
  .header_side_sticked.active-slide-side-header ~ div .page_header {
    margin-left: 320px;
  }

  .boxed .header_side_sticked.active-slide-side-header ~ *,
  .boxed .header_side_sticked.active-slide-side-header ~ div .page_header {
    margin-left: 0;
  }

  .header_side_sticked ~ .page_header_wrapper {
    margin: 0 !important;
  }

  .page_header_side.header_side_sticked.header_side_right.active-slide-side-header {
    left: auto;
  }

  .header_side_sticked.header_side_right.active-slide-side-header ~ *,
  .header_side_sticked.header_side_right.active-slide-side-header
    ~ div
    .page_header {
    margin-left: 0;
    margin-right: 320px;
  }
}

.page_slider {
  clear: both;
  overflow: hidden;
  position: relative;
}

.page_slider.static .flex-counter {
  display: none;
}

.page_slider .video-bg .s-overlay.ds:before {
  opacity: 0.5;
  z-index: 5;
}

@media (min-width: 1300px) {
  .page_slider .video-bg {
    background-image: none !important;
  }
}

.page_slider video {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.page_slider .flexslider.slider-1 {
  position: relative;
}

.page_slider .flexslider.slider-1 .intro_layers {
  max-width: 80%;
}

.page_slider .flexslider.slider-1 img {
  display: none;
}

.page_slider .flexslider.slider-1 li.slide-1 {
  height: 1000px;
}

@media (max-width: 1599px) {
  .page_slider .flexslider.slider-1 li.slide-1 {
    height: 800px;
  }
}

@media (max-width: 1199px) {
  .page_slider .flexslider.slider-1 li.slide-1 {
    height: 600px;
  }
}

@media (max-width: 991px) {
  .page_slider .flexslider.slider-1 li.slide-1 {
    height: 550px;
  }
}

.page_slider .flexslider.slider-1 li.slide-1 .main-title {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .page_slider .flexslider.slider-1 li.slide-1 .main-title {
    margin-bottom: 40px;
  }
}

.page_slider .flexslider.slider-1 li.slide-1 .main-title h1 {
  line-height: 1;
}

@media (min-width: 1200px) {
  .page_slider .flexslider.slider-1 li.slide-1 .main-title h1 {
    font-size: 70px;
    margin-bottom: 40px;
  }
}
.bg-imghide {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_slider .flexslider.slider-1 li.slide-1 .text {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .page_slider .flexslider.slider-1 li.slide-1 .text {
    margin-bottom: 50px;
  }
}

.page_slider .flexslider.slider-1 li.slide-1 .slider-button .btn {
  margin-bottom: 0;
}

.page_slider .flexslider.slider-1 li.slide-1 .social-icons {
  display: flex;
  flex-direction: column;
  left: 44px;
  position: absolute;
  text-align: left;
  top: 51%;
}

@media (max-width: 1499px) {
  .page_slider .flexslider.slider-1 li.slide-1 .social-icons {
    display: none;
  }
}

.page_slider .flexslider.slider-1 li.slide-1 .social-icons a {
  border-radius: 50%;
  margin: 3px 0;
  padding: 13px;
}

.page_slider .flexslider.slider-1 li.slide-1 .social-icons a:hover {
  background: #cc2027;
  color: #fff;
}

.page_slider .flexslider.slider-1 li.slide-1 .slider-social {
  margin-top: 40px;
}

@media (min-width: 1500px) {
  .page_slider .flexslider.slider-1 li.slide-1 .slider-social {
    display: none;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .page_slider .flexslider.slider-1 li.slide-1 .slider-social {
    margin-top: 50px;
  }
}

.page_slider .flexslider.slider-1 li.slide-1 .slider-social .social-icons {
  display: flex;
  flex-direction: row;
  position: static;
}

.page_slider .flexslider.slider-1 li.slide-1 .slider-social .social-icons a {
  display: block;
  margin: 0;
}

.page_slider
  .flexslider.slider-1
  li.slide-1
  .slider-social
  .social-icons
  a
  + a {
  margin-left: 20px;
}

.page_slider .flexslider.slider-2 {
  position: relative;
}

.page_slider .flexslider.slider-2 .intro_layers {
  max-width: 710px;
}

.page_slider .flexslider.slider-2 img {
  display: none;
}

.page_slider .flexslider.slider-2 li.slide-1 {
  height: 1000px;
}

@media (max-width: 1599px) {
  .page_slider .flexslider.slider-2 li.slide-1 {
    height: 800px;
  }
}

@media (max-width: 1199px) {
  .page_slider .flexslider.slider-2 li.slide-1 {
    height: 600px;
  }
}

@media (max-width: 991px) {
  .page_slider .flexslider.slider-2 li.slide-1 {
    height: 550px;
  }
}

.page_slider .flexslider.slider-2 li.slide-1 .main-title {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .page_slider .flexslider.slider-2 li.slide-1 .main-title {
    margin-bottom: 40px;
  }
}

.page_slider .flexslider.slider-2 li.slide-1 .main-title h1 {
  line-height: 1;
}

@media (min-width: 1200px) {
  .page_slider .flexslider.slider-2 li.slide-1 .main-title h1 {
    font-size: 90px;
    margin-bottom: 40px;
  }
}

.page_slider .flexslider.slider-2 li.slide-1 .text {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .page_slider .flexslider.slider-2 li.slide-1 .text {
    margin-bottom: 50px;
  }
}

.page_slider .flexslider.slider-2 li.slide-1 .slider-button .btn {
  margin-bottom: 0;
}

.page_slider .flexslider.slider-2 li.slide-1 .social-icons {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 44px;
  text-align: left;
  top: 51%;
}

@media (max-width: 1499px) {
  .page_slider .flexslider.slider-2 li.slide-1 .social-icons {
    display: none;
  }
}

.page_slider .flexslider.slider-2 li.slide-1 .social-icons a {
  border-radius: 50%;
  margin: 3px 0;
  padding: 13px;
}

.page_slider .flexslider.slider-2 li.slide-1 .social-icons a:hover {
  background: #cc2027;
  color: #fff;
}

.page_slider .flexslider.slider-2 li.slide-1 .slider-social {
  margin-top: 40px;
}

@media (min-width: 1500px) {
  .page_slider .flexslider.slider-2 li.slide-1 .slider-social {
    display: none;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .page_slider .flexslider.slider-2 li.slide-1 .slider-social {
    margin-top: 50px;
  }
}

.page_slider .flexslider.slider-2 li.slide-1 .slider-social .social-icons {
  display: flex;
  flex-direction: row;
  position: static;
}

.page_slider .flexslider.slider-2 li.slide-1 .slider-social .social-icons a {
  display: block;
  margin: 0;
}

.page_slider
  .flexslider.slider-2
  li.slide-1
  .slider-social
  .social-icons
  a
  + a {
  margin-left: 20px;
}

@media (min-width: 300px) {
  .page_slider .cs:before,
  .page_slider .ds:before,
  .page_slider .ds.ms:before {
    opacity: 0.7;
  }

  .page_slider .top-space .container-fluid,
  .page_slider .top-space .container {
    margin-top: 70px;
  }
}

@media (min-width: 300px) and (min-width: 1200px) {
  .page_slider .top-space .container-fluid,
  .page_slider .top-space .container {
    margin-top: 145px;
  }
}

@media (min-width: 300px) {
  .page_slider .container-fluid,
  .page_slider .container,
  .page_slider img + .container {
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .page_slider [class*="row"] {
    height: 100%;
  }
}

.page_slider .flex-control-nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

@media (max-width: 1499px) {
  .page_slider .flex-control-nav {
    bottom: 50px;
    flex-direction: row;
    left: 50%;
    top: auto;
    transform: translateX(-50%) translateY(0%);
  }
}

@media (max-width: 768px) {
  .page_slider .flex-control-nav {
    bottom: 30px;
  }
}

@media (max-width: 575px) {
  .page_slider .flex-control-nav {
    display: none;
  }
}

@media (max-width: 1499px) {
  .page_slider .flex-control-nav li {
    padding: 0;
  }
}

.page_slider .flex-control-nav li a {
  background-color: #3a3736;
  border: 0;
  border-radius: 0;
  height: 60px;
  width: 2px;
}

.page_slider .flex-control-nav li a.flex-active {
  background-color: #cc2027;
  width: 3px;
}

@media (max-width: 1499px) {
  .page_slider .flex-control-nav li a {
    height: 2px;
    width: 60px;
  }

  .page_slider .flex-control-nav li a.flex-active {
    background-color: #cc2027;
    height: 3px;
    width: 60px;
  }
}

.page_404 {
  position: relative;
}

.page_404 .main-text-404 {
  font-size: 300px;
  line-height: 0.75;
}

@media (max-width: 575px) {
  .page_404 .main-text-404 {
    font-size: 150px;
  }
}

.page_404 p {
  font-size: 20px;
}

.page_404 .container .social-icons {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .page_404 .container .social-icons {
    display: none;
  }
}

.page_404 .social-icons a {
  border-radius: 50%;
  padding: 10px;
}

.page_404 .social-icons a:hover {
  background-color: #cc2027;
  color: #fff;
}

.page_404 .container + .social-icons {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.page_404 .container + .social-icons a {
  margin: 10px 0;
}

@media (max-width: 1199px) {
  .page_404 .container + .social-icons {
    display: none;
  }
}

.blog_slider {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .blog_slider .intro_layers_wrapper {
    left: 130px;
    right: 130px;
  }
}

@media (max-width: 767px) {
  .blog_slider {
    display: none;
  }
}

.has_post_thumbnail {
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}

@media (max-width: 575px) {
  .has_post_thumbnail {
    max-width: 100%;
  }
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.post-navigation a {
  max-width: 49%;
  width: 100%;
}

.post-navigation a:hover h6,
.post-navigation a:hover span {
  color: #cc2027;
}

@media (max-width: 768px) {
  .post-navigation a {
    max-width: 100%;
  }

  .post-navigation a + a {
    margin-top: 20px;
  }
}

.post-navigation a h6 {
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .post-navigation {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .post-navigation {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .post-navigation {
    margin-top: 50px;
  }
}

.post-navigation .next-item {
  text-align: right;
}

.post-navigation .next-item i {
  margin-left: 10px;
}

.post-navigation .prev-item i {
  margin-right: 10px;
}

.post-navigation .prev-item,
.post-navigation .next-item {
  display: inline-block;
  padding: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .post-navigation .prev-item,
  .post-navigation .next-item {
    padding: 20px;
  }
}

.post-navigation .prev-item img,
.post-navigation .next-item img {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-featured-posts .post {
  height: 100%;
}

.post-password-form label {
  font-size: 0;
  margin-bottom: 0;
}

.post-password-form input[type="submit"] {
  margin-bottom: 0;
}

.entry-title,
.entry-title:last-child {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 0.3em;
}

.entry-content:before,
.entry-content:after,
.entry-header:before,
.entry-header:after {
  clear: both;
  content: "";
  display: block;
}

h6.entry-title,
h6.entry-title:last-child {
  font-size: 20px;
  line-height: 1.1;
}

.post {
  position: relative;
}

.post .item-media .embed-responsive img {
  width: 100%;
}

.post .page-links span:first-child {
  background-color: transparent !important;
  border: none !important;
  color: #3a3736;
}

.post.sticky {
  box-shadow: 0 0 12px 2px #cc2027;
}

.post > .fa {
  color: #fff;
  position: absolute;
  right: 8px;
  top: 7px;
  transform: rotate(45deg);
  z-index: 2;
}

.post > .fa:before {
  position: relative;
  z-index: 3;
}

.post > .fa:after {
  border-color: transparent transparent #cc2027 transparent;
  border-style: solid;
  border-width: 0 40px 40px;
  content: "";
  display: block;
  height: 0;
  left: -35px;
  position: absolute;
  top: -14px;
  width: 0;
  z-index: 2;
}

.post + .post {
  margin-top: 100px;
}

@media (max-width: 1599px) {
  .post + .post {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .post + .post {
    margin-top: 40px;
  }
}

.post.cover-image {
  height: auto;
  padding: 30px;
}

@media (min-width: 1200px) {
  .post.cover-image {
    padding: 70px 80px;
  }
}

.post.cover-image .post-thumbnail {
  display: none;
}

.post-thumbnail {
  position: relative;
  text-align: center;
}

.post-thumbnail .owl-dots {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
}

.post-thumbnail .owl-carousel {
  z-index: 3;
}

.post-thumbnail .owl-nav {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  z-index: 5;
}

.post-thumbnail .owl-nav > div {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  opacity: 1;
  padding-left: 5px;
  position: absolute;
  right: 0;
  width: 30px;
}

.post-thumbnail .owl-nav > div:hover {
  background: #cc2027;
  opacity: 1;
}

.post-thumbnail .owl-nav > div:hover i {
  color: #fff;
}

.post-thumbnail .owl-nav > div i {
  color: #3a3736;
  font-size: 14px;
}

.post-thumbnail .owl-nav > div:first-child {
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  left: 0;
  padding-left: 0;
  padding-right: 5px;
}

.post-password-form input[type="password"] {
  width: auto;
}

.post-password-form input[type="submit"] {
  padding: 6px 35px;
}

.post-password-form input[type="submit"]:hover {
  background-color: #cc2027;
  border-color: #cc2027;
}

.entry-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .entry-meta {
    flex-direction: column;
  }
}

.entry-meta span + div {
  flex-basis: 40%;
  text-align: right;
}

@media (max-width: 575px) {
  .entry-meta span + div {
    flex-basis: 100%;
    margin-top: 10px;
    text-align: left;
  }
}

.entry-meta span {
  flex-basis: 60%;
  position: relative;
}

@media (max-width: 575px) {
  .entry-meta span {
    flex-basis: 100%;
  }
}

.entry-meta span.tagcloud {
  flex-basis: 100%;
}

.entry-meta span.author.vcard {
  text-transform: capitalize;
}

.entry-meta span.author.vcard img {
  border-radius: 50%;
  height: 30px;
  margin: 0 5px;
  width: 30px;
}

.entry-meta span i {
  color: #686665;
  margin-right: 5px;
}

.entry-meta span a:not(.btn) {
  color: #686665;
  display: inline-block;
  text-transform: capitalize;
}

.entry-meta span a:not(.btn):hover {
  color: #cc2027;
}

.entry-meta span + span {
  margin-left: 20px;
}

.entry-meta .cat-links {
  padding-left: 20px;
  position: relative;
}

.entry-meta .cat-links:before {
  background: #cc2027;
  border-radius: 2px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 10px;
}

.entry-header {
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .entry-header {
    margin-bottom: 15px;
  }
}

.entry-footer {
  margin-top: 30px;
}

.entry-footer .entry-meta {
  flex-direction: column;
  margin-bottom: 0;
}

.entry-footer .entry-meta .social-icons a {
  border-radius: 50%;
  color: #686665;
  height: 30px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  width: 30px;
}

.entry-footer .entry-meta .social-icons a:hover {
  background: #cc2027;
  color: #fff;
}

.entry-footer .entry-meta .social-icons a + a {
  margin: 0;
}

.entry-footer .entry-meta div span {
  display: inline-block;
}

.entry-footer .entry-meta div span + span {
  margin-left: 20px;
}

@media (max-width: 575px) {
  .entry-footer .entry-meta div span + span {
    margin-left: 0;
    margin-top: 20px;
  }
}

.entry-footer .entry-meta div .btn {
  margin-bottom: 0;
}

.entry-footer .entry-meta span + div {
  margin-top: 40px;
  text-align: left;
}

@media (max-width: 575px) {
  .entry-footer .entry-meta span + div {
    margin-top: 20px;
  }
}

.entry-footer .edit-link,
.entry-header .edit-link {
  float: right;
}

.entry-footer .edit-link a:before,
.entry-header .edit-link a:before {
  content: "\f044";
  font-family: fontawesome;
  font-weight: 600;
  padding-right: 0.4em;
}

.entry-footer .entry-title + .edit-link,
.entry-header .entry-title + .edit-link {
  position: absolute;
  right: 15px;
  top: 0.5em;
}

.post .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.post .gallery .gallery-item {
  padding: 0 7px;
  width: 50%;
}

.post .gallery .gallery-item img {
  width: 100%;
}

.post .gallery .gallery-item figcaption {
  padding: 10px 5px;
}

@media (min-width: 992px) {
  .post .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }

  .post .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }

  .post .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }

  .post .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }

  .post .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }

  .post .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }

  .post .gallery.gallery-columns-6 .gallery-item figcaption {
    word-break: break-word;
  }

  .post .gallery.gallery-columns-7 .gallery-item {
    width: 14.28%;
  }

  .post .gallery.gallery-columns-7 .gallery-item figcaption {
    word-break: break-word;
  }

  .post .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }

  .post .gallery.gallery-columns-8 .gallery-item figcaption {
    word-break: break-word;
  }

  .post .gallery.gallery-columns-9 .gallery-item {
    width: 11.11%;
  }

  .post .gallery.gallery-columns-9 .gallery-item figcaption {
    word-break: break-word;
  }
}

.author-bio a.fas {
  margin-bottom: 0;
}

.comments-title {
  margin-bottom: 60px;
}

.comments-area {
  margin-top: 100px;
}

@media (max-width: 1200px) {
  .comments-area {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .comments-area {
    margin-top: 40px;
  }
}

.comments-area .comment-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.comments-area .comment-list .comment,
.comments-area .comment-list .pingback,
.comments-area .comment-list .trackback {
  padding: 0;
}

.comments-area .comment-list .comment + .comment,
.comments-area .comment-list .comment + .pingback,
.comments-area .comment-list .comment + .trackback,
.comments-area .comment-list .pingback + .comment,
.comments-area .comment-list .pingback + .pingback,
.comments-area .comment-list .pingback + .trackback,
.comments-area .comment-list .trackback + .comment,
.comments-area .comment-list .trackback + .pingback,
.comments-area .comment-list .trackback + .trackback {
  margin-top: 50px;
}

@media (max-width: 575px) {
  .comments-area .comment-list .comment + .comment,
  .comments-area .comment-list .comment + .pingback,
  .comments-area .comment-list .comment + .trackback,
  .comments-area .comment-list .pingback + .comment,
  .comments-area .comment-list .pingback + .pingback,
  .comments-area .comment-list .pingback + .trackback,
  .comments-area .comment-list .trackback + .comment,
  .comments-area .comment-list .trackback + .pingback,
  .comments-area .comment-list .trackback + .trackback {
    margin-top: 30px;
  }
}

.comments-area .comment-list ol.children {
  border-left: 1px solid #e1e0e0;
  list-style: none;
  margin-left: 40px;
  margin-top: 60px;
  padding-left: 60px;
}

@media (max-width: 575px) {
  .comments-area .comment-list ol.children {
    margin-left: 10px;
    margin-top: 30px;
    padding-left: 10px;
  }
}

.comments-area .comment-respond {
  margin-top: 60px;
}

@media (max-width: 575px) {
  .comments-area .comment-respond {
    margin-top: 40px;
  }
}

.comment-body {
  margin-left: 100px;
  padding: 0 0 0 20px;
  position: relative;
}

@media (max-width: 575px) {
  .comment-body {
    margin-left: 0;
    padding-left: 0;
  }
}

.comment-content {
  margin-bottom: 15px;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta img {
  border-radius: 50%;
  left: -100px;
  max-width: 100px;
  position: absolute;
}

@media (max-width: 575px) {
  .comment-meta img {
    margin-bottom: 15px;
    position: static;
  }
}

.comment-meta .comment-author h6 {
  margin-top: 0;
}

.comment-meta b {
  font-weight: inherit;
}

@media (max-width: 575px) {
  .comment-footer {
    display: flex;
    flex-direction: column;
  }
}

.comment-footer span a {
  color: #686665;
}

.comment-footer span i {
  color: #686665;
  margin-right: 5px;
}

.comment-footer span + span {
  position: relative;
}

@media (max-width: 575px) {
  .comment-footer span + span {
    margin-top: 15px;
  }
}

.comment-footer span + span:before {
  background-color: #3a3736;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 14px;
  left: 0;
  margin: 0 20px;
  position: relative;
  top: 0;
  width: 1px;
}

@media (max-width: 575px) {
  .comment-footer span + span:before {
    display: none;
  }
}

.pingback:first-child,
.trackback:first-child {
  padding-top: 0;
}

.pingback .comment-body,
.trackback .comment-body {
  margin-left: 0;
  min-height: auto;
  padding: 0;
}

.no-comments {
  margin-top: 30px;
}

.reply a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: capitalize;
}

.no-comments,
.comment-awaiting-moderation {
  opacity: 0.7;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.comments-area > .comment-respond {
  margin-top: 95px;
}

@media (max-width: 1200px) {
  .comments-area > .comment-respond {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .comments-area > .comment-respond {
    margin-top: 40px;
  }
}

.comment-reply-title {
  margin-bottom: 35px;
}

.comment-reply-title small {
  float: right;
}

@media (max-width: 575px) {
  .comment-reply-title {
    margin-bottom: 20px;
  }
}

.comment-form {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.comment-form .comment-form-author {
  order: 1;
}

.comment-form .comment-form-email {
  order: 2;
}

.comment-form .comment-form-comment {
  order: 3;
}

.comment-form .form-submit {
  order: 5;
}

.comment-form .comment-form-cookies-consent {
  margin-bottom: 0;
  order: 4;
}

.comment-form .comment-form-cookies-consent label {
  display: block !important;
}

.comment-form p:last-child {
  text-align: center;
}

.comment-form p {
  margin-bottom: 20px;
  width: 100%;
}

.comment-form p.form-submit {
  margin-bottom: 0;
  margin-top: 35px;
  text-align: left;
}

.comment-form p.form-submit input {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .comment-form p.form-submit {
    margin-top: 20px;
  }
}

.comment-form label {
  display: none;
}

.comment-form input[type="checkbox"] {
  margin: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 50%;
  }

  .comment-form .comment-form-author {
    padding-right: 20px;
  }
}

.post + .show_author {
  margin-top: 130px;
}

@media (max-width: 1599px) {
  .post + .show_author {
    margin-top: 90px;
  }
}

@media (max-width: 575px) {
  .post + .show_author {
    margin-top: 70px;
  }
}

.format-status .status-wrap {
  display: flex;
}

@media (max-width: 575px) {
  .format-status .status-wrap {
    flex-direction: column;
  }
}

.format-status .status-wrap .entry-meta {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 50px;
}

@media (max-width: 575px) {
  .format-status .status-wrap .entry-meta {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.format-status .status-wrap .entry-meta .author a {
  color: #fff;
  font-weight: 500;
}

.format-status .status-wrap .entry-meta span {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
}

.format-status .status-wrap .entry-meta span img {
  height: 100px;
  margin: 0;
  width: 100px;
}

.format-status .status-wrap .entry-meta span h6 {
  margin-top: 15px;
}

.format-quote .quote-wrap {
  display: flex;
}

@media (max-width: 575px) {
  .format-quote .quote-wrap {
    flex-direction: column;
  }
}

.format-quote .quote-wrap .entry-meta {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 50px;
}

@media (max-width: 575px) {
  .format-quote .quote-wrap .entry-meta {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.format-quote .quote-wrap .entry-meta .author a {
  color: #fff;
  font-weight: 500;
}

.format-quote .quote-wrap .entry-meta span {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
}

.format-quote .quote-wrap .entry-meta span:before {
  background-color: #cc2027;
  content: "";
  height: 42px;
  left: -15px;
  -webkit-mask: url(../img/quote.png) no-repeat;
  -webkit-mask-size: cover;
  position: absolute;
  top: -10px;
  width: 50px;
}

@media (max-width: 575px) {
  .format-quote .quote-wrap .entry-meta span:before {
    left: 0;
  }
}

.format-quote .quote-wrap .entry-meta span img {
  height: 100px;
  margin: 0;
  width: 100px;
}

.format-quote .quote-wrap .entry-meta span h6 {
  margin-top: 15px;
}

.format-quote .quote-wrap .entry-content p {
  font-size: 20px;
  font-style: italic;
}

@media (max-width: 575px) {
  .format-quote .quote-wrap .entry-content p {
    font-size: 16px;
  }
}

.format-chat .entry-content p {
  border: 1px solid #e1e0e0;
  border-bottom: none;
  margin-bottom: 0;
  padding: 15px;
}

.format-chat .entry-content p:last-child {
  border-bottom: 1px solid #e1e0e0;
}

.format-chat .entry-content span {
  color: #3a3736;
  font-weight: 500;
}

.format-chat .entry-content p:nth-child(2n) {
  background-color: #f5f5f5;
}

[class*="-block-button"] {
  clear: both;
  margin-bottom: 1.5em;
}

[class*="-block-button"]:last-child {
  margin-bottom: 0;
}

[class*="-block-button"] [class*="-block-button__link"] {
  color: #fff;
}

[class*="-block-cover"] .wp-block-cover-text:not(.has-text-color) {
  color: #fff;
}

[class*="-block-cover"] {
  margin-bottom: 1.5em !important;
}

[class*="-block-quote"] {
  border: none;
}

[class*="-block-quote"]:before {
  height: 19px;
  top: 5px;
  width: 24px;
}

p[class*="-font-size"],
p[style*="font-size"] {
  line-height: 1.3em;
  word-break: break-word;
}

[class*="-block-quote"].is-large p,
[class*="-block-quote"].is-style-large p {
  margin-bottom: 1.2em;
}

[class*="-block-pullquote"].is-style-solid-color blockquote p {
  font-size: 28px;
}

[class*="-block-archives-dropdown"],
[class*="-block-categories-dropdown"] {
  margin-bottom: 1.5em;
}

[class*="-block-search"] {
  display: flex;
  margin-bottom: 1.5em;
}

[class*="-block-search"] input[class*="-block-search__input"] {
  flex-basis: 67%;
  flex-grow: 0;
  margin-bottom: 0;
}

@media (max-width: 437px) {
  [class*="-block-search"] input[class*="-block-search__input"] {
    flex-basis: 40%;
  }
}

[class*="-block-search"] button[type="submit"] {
  margin-bottom: 0;
  max-width: 150px;
  min-width: auto;
  padding: 12px 15px;
}

[class*="-block-group"].has-background {
  margin-bottom: 1.5em;
}

[class*="-block-table"].is-style-stripes td,
[class*="-block-table"].is-style-stripes th,
[class*="-block-table"] td,
[class*="-block-table"] th {
  border-color: #e1e0e0;
}

dl#attachment_612 {
  display: none;
}

[class*="-block-button"] [class*="-block-button__link"] {
  background-color: #cc2027;
  border: 2px solid #cc2027;
  color: #3a3736 !important;
  font-size: 16px;
  font-weight: 400;
}

[class*="-block-button"] [class*="-block-button__link"]:hover {
  background-color: transparent;
}

[class*="-block-button"].is-style-outline [class*="-block-button__link"] {
  background-color: transparent;
}

[class*="-block-button"].is-style-outline [class*="-block-button__link"]:hover {
  background-color: #cc2027;
}

[class*="-block-embed-"] .wp-block-embed__wrapper {
  overflow-x: auto;
}

.has-large-font-size {
  font-size: 28px;
}

[class*="-block-audio"] audio {
  min-width: auto;
}

[class*="-block-image"] {
  margin-bottom: 1.5em;
}

[class*="-block-image"] figcaption {
  border: 1px solid #e1e0e0;
  margin-bottom: 0;
  margin-top: 0;
}

[class*="-block-gallery"] .blocks-gallery-item figure {
  position: relative;
}

[class*="-block-gallery"] .blocks-gallery-item figcaption {
  max-height: 80px;
  padding: 5px;
}

[class*="blocks-gallery-grid"] li {
  padding: 0;
}

[class*="-block-file"] a:first-child {
  font-weight: 500;
}

[class*="-block-file"] [class*="-block-file__button"] {
  background-color: #cc2027;
  border: 2px solid #cc2027;
  color: #3a3736 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 35px;
}

[class*="-block-file"] [class*="-block-file__button"]:hover {
  background-color: transparent;
  color: #3a3736;
  opacity: 1;
}

#box_wrapper > section,
#box_wrapper > div > section {
  overflow: hidden;
}

#box_wrapper > section.page_topline,
#box_wrapper > section.page_toplogo,
#box_wrapper > section.overflow-visible,
#box_wrapper > div > section.overflow-visible {
  overflow: visible;
}

@media (max-width: 575px) {
  .fw-map-canvas {
    height: 500px !important;
  }
}

.page_map {
  height: 600px;
  text-align: center;
}

@media (max-width: 991px) {
  .page_map {
    height: 400px;
  }
}

.page_map.big-map {
  height: 800px;
}

@media (max-width: 991px) {
  .page_map.big-map {
    height: 400px;
  }
}

.page_map .marker {
  display: none;
}

.map_marker_description {
  max-width: 270px;
}

.map_marker_description h3 {
  line-height: 1;
  margin-bottom: 10px;
}

.map_marker_description img {
  max-width: 90% !important;
}

.gm-style .gm-style-iw {
  line-height: 1.6em;
  overflow: visible !important;
  text-align: center;
}

.gm-style .gm-style-iw > *:first-child {
  position: relative;
}

.gm-style .gm-style-iw:before {
  background: #fff;
  border-top: 2px solid #cc2027;
  bottom: -25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  left: -16px;
  position: absolute;
  right: -16px;
  top: -25px;
}

.gm-style .gm-style-iw .icon-inline {
  display: inline-block;
  margin: 0.3em 0;
}

.gm-style .gm-style-iw .icon-inline .icon-styled {
  margin-right: 5px;
}

.page_footer {
  overflow: hidden;
}

.page_footer.footer-1 .widget_nav_menu ul {
  display: block;
}

.page_footer.footer-1 .widget_nav_menu ul li {
  border: 0;
  display: inline-block;
  padding: 0;
}

.page_footer.footer-1 .widget_nav_menu ul li + li {
  margin-left: 50px;
}

.page_footer.footer-1 .widget_nav_menu ul li a {
  padding: 0;
}

.page_footer.footer-1 .widget_nav_menu ul li a:before {
  display: none;
}

.page_copyright {
  text-transform: capitalize;
}

.page_copyright.copyright-1 {
  overflow: hidden;
}

@media (min-width: 992px) {
  .page_copyright.copyright-1 .widget.widget_mailchimp form {
    align-items: flex-end;
    display: flex;
  }

  .page_copyright.copyright-1 .widget.widget_mailchimp input {
    margin-right: 20px;
    max-width: 230px;
  }

  .page_copyright.copyright-1 .widget.widget_mailchimp button {
    background-color: #cc2027;
    border: 2px solid #cc2027;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    min-width: 110px;
    padding: 10px 12px;
    position: static;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .page_copyright.copyright-1 .widget.widget_mailchimp button:after {
    display: none;
  }

  .page_copyright.copyright-1 .widget.widget_mailchimp button:hover {
    background-color: transparent;
    color: #fff !important;
  }

  .page_copyright.copyright-1
    .widget.widget_mailchimp
    button
    .screen-reader-text {
    position: static !important;
  }
}

.page_copyright.copyright-1.ds .copyright-text span:before,
.page_copyright.copyright-1.ds .copyright-text span:after {
  background: rgba(225, 224, 224, 0.4);
}

.page_copyright.copyright-1 .copyright-text {
  overflow: hidden;
}

.page_copyright.copyright-1 .copyright-text span {
  display: inline-block;
  position: relative;
}

.page_copyright.copyright-1 .copyright-text span:before,
.page_copyright.copyright-1 .copyright-text span:after {
  background: #e1e0e0;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 1000px;
}

.page_copyright.copyright-1 .copyright-text span:before {
  right: calc(100% + 45px);
}

.page_copyright.copyright-1 .copyright-text span:after {
  left: calc(100% + 45px);
}

.only-img.ls .media-links a {
  color: #3a3736;
}

.only-img.ls .media-links:before {
  background-color: #fff;
}

.only-img.ls:hover .media-links:before {
  opacity: 0.7;
}

.only-img.ls.ms .media-links:before {
  background-color: #f5f5f5;
}

.only-img.ls.ms:hover .media-links:before {
  opacity: 0.7;
}

.only-img.ds .media-links:before {
  background-color: #3a3736;
}

.only-img.ds:hover .media-links:before {
  opacity: 0.7;
}

.only-img.ds.ms .media-links:before {
  background-color: #251b19;
}

.only-img.ds.ms:hover .media-links:before {
  opacity: 0.7;
}

.only-img.cs .media-links:before {
  background-color: #cc2027;
}

.only-img.cs:hover .media-links:before {
  opacity: 0.7;
}

.content-show-hover {
  overflow: hidden;
}

.content-show-hover .item-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.375) 0s;
}

.content-show-hover:hover .item-content {
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 576px) {
  .text-block.with-border {
    border-left: 4px solid #cc2027;
    padding-left: 30px;
  }
}

.with-particles .particles-js {
  display: block;
  height: 100%;
  opacity: 0.4;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.dropdown-shopping-cart .badge {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-weight: 500;
  height: 18px;
  justify-content: center;
  left: -8px;
  line-height: 1;
  padding: 3px;
  position: absolute;
  top: -8px;
  width: 18px;
}

.dropdown-shopping-cart .badge:empty {
  height: 0;
  padding: 0;
  width: 0;
}

.dropdown-shopping-cart > a {
  width: 92px;
}

.dropdown-shopping-cart > a i {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .team-single .item-media img {
    max-width: 350px;
  }
}

@media (max-width: 575px) {
  .team-single .item-media img {
    max-width: 100%;
  }
}

.team-single .item-content .social-icons a {
  border-radius: 50%;
  color: #686665;
  margin: 0;
  padding: 13px;
}

.team-single .item-content .social-icons a:hover {
  background: #cc2027;
  color: #fff;
}

.team-single .item-content .social-icons a + a {
  margin: 0 0 0 7px;
}

.portfolio-single {
  position: relative;
}

.portfolio-single .item-content .social-icons a {
  border-radius: 50%;
  color: #686665;
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-align: center;
  width: 50px;
}

.portfolio-single .item-content .social-icons a:hover {
  background: #cc2027;
  color: #fff;
}

.portfolio-single .item-content .social-icons a + a {
  margin: 0 0 0 7px;
}

.any-question {
  background: url("../images/background1.jpg") center/cover;
}

.page_title {
  background-image: url(../img/title.jpg);
}

.contact-section {
  background: url("../images/contact-form.jpg") center/cover;
}

.page_404 {
  background: url("../images/404.jpg") center/cover;
}

.column-absolute-top-right {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 1600px) {
  .column-absolute-top-right {
    bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 475px;
    z-index: 1001;
  }

  .column-absolute-top-right .owl-carousel {
    height: 100%;
  }

  .column-absolute-top-right .owl-carousel .item-service {
    height: 1000px;
  }
}

@media (max-width: 991px) {
  .column-absolute-left {
    margin: 0 auto;
    max-width: 710px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 768px) {
  .column-absolute-left {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .column-absolute-left {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-basis: 470px;
    left: calc(50% - 235px);
    max-width: 470px;
    padding-left: 65px !important;
    padding-right: 65px !important;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .column-absolute-left {
    left: calc(50% - 320px);
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}

@media (min-width: 1300px) {
  .column-absolute-left {
    left: calc(50% - 355px);
  }
}

.fw-divider-line-styled {
  background-color: #cc2027;
  height: 1px;
  width: 70px;
}

.fw-divider-line-styled.cs {
  background-color: #cc2027;
}

.fw-divider-line-styled.cs2 {
  background-color: #f1d201;
}

.fw-divider-line-styled.ls {
  background-color: #fff;
}

.fw-divider-line-styled.ls.ms {
  background-color: #686665;
}

.fw-divider-line-styled.ds {
  background-color: #3a3736;
}

.fw-divider-line-styled.ds.ms {
  background-color: #251b19;
}

.photoswipe-link-button {
  color: #3a3736;
  text-transform: capitalize;
}

.photoswipe-link-button:hover span {
  background-color: #3a3736;
}

.photoswipe-link-button span {
  background-color: #cc2027;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-right: 15px;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: 50px;
}

.photoswipe-link-button span i {
  color: #fff;
  font-size: 20px;
  margin-left: 2px;
}

@media (max-width: 991px) {
  .border-right {
    border: 0 !important;
  }
}

#switcher {
  background: #251b19;
  color: #fff;
  font-size: 15px;
  padding-bottom: 20px;
  position: fixed;
  right: -210px;
  top: 40%;
  transition: all 0.6s ease;
  width: 210px;
  z-index: 1005;
}

#switcher.active {
  right: 0;
}

#switcher .hidden {
  display: none;
}

#switcher a {
  color: #cc2027;
}

#switcher .checkbox {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

#switcher h4 {
  background-color: #f5f5f5;
  color: #3a3736;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 60px;
  margin: 0;
  text-align: center;
}

#switcher span.fa {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 60px;
  left: -20px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 2;
}

#switcher span.fa:hover {
  color: #3a3736;
}

#switcher span.fa:first-child {
  background-color: #cc2027;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  left: -60px;
  z-index: 3;
}

#switcher li {
  float: left;
  margin-bottom: 0;
  padding: 0 2px 5px;
}

#switcher p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 10px;
}

#switcher label {
  color: #999;
  margin: 0 0 10px;
}

#switcher ul {
  margin-bottom: 0;
}

#switcher ul:before,
#switcher ul:after {
  clear: both;
  content: "";
  display: block;
}

#switcher .tooltip {
  min-width: 110px;
}

#switcher .tooltip-arrow {
  display: none;
}

#switcher-version a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 13px 14px;
  text-transform: uppercase;
}

#switcher-version a:hover {
  color: #e4344e !important;
}

#switcher-version a.light {
  background-color: #fff;
  color: #3a3736;
}

#switcher-version a.dark {
  background-color: #262626;
  color: #fff;
}

#switcher-colors a {
  background-color: #cc2027;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}

#switcher-colors a:hover {
  opacity: 0.7;
}

#switcher-colors a.color2 {
  background-color: #f1d201;
}

#switcher-colors a.color3 {
  background-color: #5ebd39;
}

#switcher-colors {
  line-height: 0;
}

#switcher-patterns a {
  background-color: #fff;
  display: block;
  height: 40px;
  line-height: 1;
  overflow: hidden;
  width: 40px;
}

#switcher-patterns a img {
  opacity: 0;
}

#switcher-patterns a:hover {
  opacity: 0.7;
}

#switcher-patterns li:first-child a img {
  opacity: 1;
}

#switcher_accent_color,
#switcher_color_scheme,
#switcher_layout,
#switcher_patterns {
  padding: 20px 31px 0 32px;
}

.checkbox-slider--b-flat {
  position: relative;
}

.checkbox-slider--b-flat input {
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  zoom: 1;
}

.checkbox-slider--b-flat input + span {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-slider--b-flat input + span:before {
  display: inline-block;
  left: 0;
  position: absolute;
}

.checkbox-slider--b-flat input + span > h4 {
  display: inline;
}

.checkbox-slider--b-flat input + span {
  padding-left: 40px;
}

.checkbox-slider--b-flat input + span:before {
  background: #251b19;
  content: "";
  height: 15px;
  width: 30px;
}

.checkbox-slider--b-flat input + span:after {
  background: #fff;
  content: "";
  display: block;
  font-weight: 700;
  height: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: margin-left 0.4s ease-in-out;
  width: 20px;
}

.checkbox-slider--b-flat input:checked + span:after {
  content: "";
  margin-left: 20px;
}

.checkbox-slider--b-flat input:checked + span:before {
  transition: background 0.2s ease-in;
}

.checkbox-slider--b-flat input + span {
  padding-left: 36px;
}

.checkbox-slider--b-flat input + span:before {
  border-radius: 15px;
  width: 30px;
}

.checkbox-slider--b-flat input + span:after {
  background: #cc2027;
  background-clip: padding-box;
  border: solid transparent 2px;
  border-radius: 20px;
  content: "";
  width: 15px;
}

.checkbox-slider--b-flat input:checked + span:after {
  background-clip: padding-box;
  border: solid transparent 2px;
  content: "";
  margin-left: 15px;
}

.checkbox-slider--b-flat input:checked + span:before {
  background: #fff;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
  border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
  border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
  border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
  border-radius: 40px;
}

.checkbox-slider--b-flat input + span:before {
  box-shadow: none;
}

.custome--lgo {
  font-size: 20px;
  font-weight: bold;
  color: #cc2027;
  font-family: poppins, sans-serif;
  letter-spacing: 1px;
  padding: 0px 5px;
  margin-top: 9px;
}
