@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/pro/css/all.min.css);
@import url(../fonts/roboto/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #c53a3a;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #201d1d;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #f3f3f3;
  padding-top: 74px;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  body {
    padding-top: 73px;
  }
}
body.home {
  padding-top: 0 !important;
}
body.home .header {
  background: rgba(32, 29, 29, 0.8);
}
.wrap {
  margin: 0 auto;
  max-width: 1120px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 8px 40px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #c53a3a !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  border: thin solid transparent;
}
.button .button__icon {
  position: absolute;
  background-color: #201d1d;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #201d1d !important;
}
.button:hover .button__icon {
  background-color: #201d1d;
}
.button:hover .button__icon .far {
  color: #c53a3a !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button--reverse {
  color: #c53a3a !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.button--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #c53a3a !important;
  border-color: #c53a3a;
}
.button--inverse {
  background: none !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.button--inverse:hover {
  background: #c53a3a !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.button + .button {
  margin-left: 20px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.colored {
  color: #c53a3a;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.uptitle {
  color: #c53a3a;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 50px 0;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block__title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #c53a3a;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #000000;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #c53a3a;
}
.block__top {
  *zoom: 1;
  margin-bottom: 40px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-size: 30px;
  line-height: 36px;
}
.main blockquote {
  padding: 40px 40px 40px 80px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-top: 40px;
  color: #c53a3a;
  font-style: italic;
  position: relative;
}
.main blockquote:before {
  content: "\0022";
  color: #c53a3a;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 138px;
  line-height: 148px;
}
.main blockquote h1,
.main blockquote h2,
.main blockquote h3,
.main blockquote h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.main blockquote p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  max-width: 600px !important;
  margin: 40px auto;
  height: 300px !important;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 900px;
  margin: 40px auto;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 52px;
  line-height: 58px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
  font-weight: 800;
}
.main h2 {
  font-size: 36px;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  font-weight: 500;
  color: #201d1d;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h2:first-of-type {
  margin-top: 0;
}
.main h2 span {
  display: block;
  color: #c53a3a;
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #c53a3a;
  font-weight: 500;
  clear: both;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  clear: both;
  color: #c53a3a;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.main ul > li:before {
  content: "";
  background-color: #c53a3a;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 27px;
  margin: 0 0 4px 0;
  line-height: 24px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #c53a3a;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #c53a3a;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 16px 14px;
  color: #000000;
  border-bottom: 1px solid #d6d5d4;
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main .gallery-columns-2 .gallery-item {
  width: 48.85% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-2 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-2 .gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #808080;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808080;
}
.main .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
}
.main .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 20px !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output,
.main .wpcf7 form.unaccepted .wpcf7-response-output,
.main .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900 !important;
  color: #000000;
}
.main .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450 !important;
  color: #ffffff;
  padding: 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main input[type=date],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #000000;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #000000;
  border: thin solid #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 6px;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main input[type=date]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #c53a3a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main select,
.main option {
  color: #201d1d;
  font-weight: bold;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #201d1d;
  line-height: 20px;
  margin-bottom: 12px;
}
.main textarea {
  padding: 20px;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 8px 40px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #c53a3a !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  border: thin solid transparent;
  margin-top: 0;
}
.main input[type=submit] .button__icon {
  position: absolute;
  background-color: #201d1d;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.main input[type=submit] .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main input[type=submit] span {
  display: inline-block;
  vertical-align: middle;
}
.main input[type=submit] .fa,
.main input[type=submit] .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.main input[type=submit]:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #201d1d !important;
}
.main input[type=submit]:hover .button__icon {
  background-color: #201d1d;
}
.main input[type=submit]:hover .button__icon .far {
  color: #c53a3a !important;
}
.main input[type=submit]:hover .fa,
.main input[type=submit]:hover .fas,
.main input[type=submit]:hover .far,
.main input[type=submit]:hover .fab {
  color: #ffffff;
}
.main input[type=submit]:hover span span {
  color: #ffffff;
}
.main input[type=submit]--reverse {
  color: #c53a3a !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.main input[type=submit]--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #c53a3a !important;
  border-color: #c53a3a;
}
.main input[type=submit]--inverse {
  background: none !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.main input[type=submit]--inverse:hover {
  background: #c53a3a !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.main input[type=submit] .button__icon {
  position: absolute;
  background-color: #201d1d;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.main input[type=submit] .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main input[type=submit] span {
  display: inline-block;
  vertical-align: middle;
}
.main input[type=submit] .fa,
.main input[type=submit] .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.main input[type=submit]:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #201d1d !important;
}
.main input[type=submit]:hover .button__icon {
  background-color: #201d1d;
}
.main input[type=submit]:hover .button__icon .far {
  color: #c53a3a !important;
}
.main input[type=submit]:hover .fa,
.main input[type=submit]:hover .fas,
.main input[type=submit]:hover .far,
.main input[type=submit]:hover .fab {
  color: #ffffff;
}
.main input[type=submit]:hover span span {
  color: #ffffff;
}
.main input[type=submit]--reverse {
  color: #c53a3a !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.main input[type=submit]--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #c53a3a !important;
  border-color: #c53a3a;
}
.main input[type=submit]--inverse {
  background: none !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.main input[type=submit]--inverse:hover {
  background: #c53a3a !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.main input[type=submit]:hover {
  background: none #201d1d !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .rowex > .item {
  min-height: 0 !important;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul > li {
  padding-left: 0;
}
.main .noul > li:before {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label,
.wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 20px;
  font-size: 13px;
  color: #000000;
}
.wpcf7-acceptance label a,
.wpcf7-radio label a,
.wpcf7-checkbox label a {
  color: #000000;
  text-decoration: underline;
}
.wpcf7-acceptance label a:hover,
.wpcf7-radio label a:hover,
.wpcf7-checkbox label a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #a6a8a7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #c53a3a;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #c53a3a;
}
.wpcf7-checkbox label {
  color: #201d1d;
  font-size: 13px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #c53a3a;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #000000;
  text-decoration: none;
}
.paginator .current {
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  background-color: #c53a3a;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #201d1d;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #c53a3a;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #131111;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #2d2929;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #484141;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #131111;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #c53a3a;
  color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .animated {
    opacity: 1 !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.showcase {
  position: relative;
  z-index: 1;
}
#slider {
  background-color: #ffffff;
}
#slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(left, #1d1210 0%, rgba(29, 18, 16, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1d1210 0%, rgba(29, 18, 16, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1d1210 0%, rgba(29, 18, 16, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1210', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
#slider .item .wrap {
  z-index: 3;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item .wrap {
    padding-top: 100px;
  }
}
#slider .carousel-control {
  opacity: 1;
  width: 26px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 850px) {
  #slider .carousel-control {
    display: none;
  }
}
#slider .carousel-control > span {
  width: 26px;
  height: 41px;
  font-size: 0;
}
#slider .carousel-control.left {
  left: 4%;
}
#slider .carousel-control.left > span {
  /*background: url(../images/slider-left.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-left: 0 !important;
  left: 0;
}
#slider .carousel-control.right {
  right: 4%;
}
#slider .carousel-control.right > span {
  /*background: url(../images/slider-right.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-right: 0 !important;
  right: 0;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .showcase__text {
  color: #ffffff;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  max-width: 80%;
  padding-left: 50px;
  border-left: thin solid #c53a3a;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcase__text {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  #slider .showcase__text {
    text-align: center;
    border: thin solid #c53a3a;
    padding: 30px;
  }
}
#slider .showcase__text h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 800;
  text-transform: uppercase;
}
@media all and (min-width: 990px) and (max-width: 1150px) {
  #slider .showcase__text h1 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcase__text h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
}
#slider .showcase__text p {
  font-size: 22px;
  line-height: 30px;
  width: 100%;
  max-width: 60%;
}
@media all and (max-width: 767px) {
  #slider .showcase__text p {
    font-size: 16px;
    max-width: 100%;
  }
}
#slider .showcase__buttons {
  text-shadow: none;
}
@media all and (max-width: 600px) {
  #slider .showcase__buttons .button {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media all and (max-width: 400px) {
  #slider .showcase__buttons .button {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: -90px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: block;
  z-index: 2;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #e9e8e8;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 4px !important;
}
.carousel-indicators li.active {
  background-color: #c53a3a;
}
.showcase__page {
  position: relative;
  background: #ffffff;
  color: #ffffff;
}
.showcase__page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(21, 21, 21, 0.7);
}
.showcase__page .wrap {
  padding: 160px 0 60px 0;
}
.showcase__page h1 {
  font-size: 60px;
  line-height: 68px;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.glsr-summary-wrap {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
div.glsr-default .glsr-summary,
div.glsr-default .glsr-summary-percentages {
  max-width: 100%;
  font-size: 14px;
}
div.glsr-default .glsr-bar-background-percent {
  color: #c53a3a;
}
div.glsr-default .glsr-bar-label {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666;
}
div.glsr-default .glsr-review {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 0px;
}
div.glsr-default h3.glsr-tag-value {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #201d1d;
}
div.glsr-default p.glsr-tag-value {
  font-size: 14px;
  line-height: 22px;
}
div.glsr-default .glsr-review > .glsr-review-author {
  border-top: thin solid rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: bold;
}
div.glsr-default .glsr-review > .glsr-review-author .glsr-tag-value {
  margin-left: 8px;
}
div.glsr-default .glsr-review > .glsr-review-date {
  font-style: normal;
}
div.glsr-default .glsr-review > .glsr-review-date .glsr-tag-value {
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
div.glsr-default .glsr-summary-rating {
  font-size: 36px;
  line-height: 42px;
}
div.glsr-default .glsr-summary-stars .glsr-star {
  width: 20px;
  height: 20px;
  -webkit-background-size: 20px;
  background-size: 20px;
}
div.glsr-default button.glsr-button {
  display: block;
  width: 100%;
}
div.glsr-default button.glsr-button br {
  display: none !important;
}
div.glsr-default form.glsr-form label.glsr-label {
  font-size: 16px;
}
div.glsr-default form.glsr-form input.glsr-input {
  padding: 10px;
}
div.glsr-default form.glsr-form textarea,
div.glsr-default form.glsr-form input {
  font-size: 12px !important;
}
div.glsr-default form.glsr-form textarea:focus,
div.glsr-default form.glsr-form input:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
div.glsr-default form.glsr-form .glsr-field-error {
  font-size: 12px;
}
.glsr-title {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  font-size: 22px;
  line-height: 28px;
}
div.glsr .glsr-reviews {
  gap: 10px;
}
#l27iw3oy {
  padding: 0 30px 30px 30px;
  background-color: #ffffff;
}
.gdc_row {
  overflow: hidden;
}
.glsr-pagination {
  text-align: center;
}
.glsr-pagination .pagination {
  margin: 0;
}
.glsr-pagination .nav-links br {
  display: none;
}
.glsr-pagination .nav-links a {
  margin: 0 6px;
  text-decoration: none;
}
.glsr-pagination .page-numbers.current {
  background-color: #201d1d;
  padding: 4px 8px;
  color: #ffffff;
}
.anothercontent {
  background-color: #ffffff;
}
.glsr-default .wp-block-button {
  display: block;
  width: 240px;
  text-transform: uppercase;
  margin-left: auto !important;
  margin-right: auto !important;
}
.glsr-default .wp-block-button .wp-block-button__link {
  border: none;
  background-color: #c53a3a !important;
}
.glsr-default .wp-block-button .wp-block-button__link:hover {
  background-color: #201d1d !important;
}
/* ------------------ HEADER ----------------*/
.nav-up .header {
  position: fixed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #201d1d;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .wrap {
  padding: 20px 0;
}
a.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  background: url(../images/logo.png) 0 0 no-repeat;
  -webkit-background-size: 67px 40px;
  background-size: 67px 40px;
  width: 67px;
  height: 40px;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.logo {
    left: 3%;
  }
}
.socials {
  float: left;
  margin-left: 230px;
  font-size: 0;
  margin-top: 3px;
}
@media all and (max-width: 500px) {
  .socials {
    margin-left: 190px;
  }
}
@media all and (max-width: 400px) {
  .socials {
    margin-left: 156px;
  }
}
.socials__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
@media all and (max-width: 500px) {
  .socials__label {
    display: none;
  }
}
.socialslist {
  *zoom: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.socialslist:before,
.socialslist:after {
  content: "";
  display: table;
}
.socialslist:after {
  clear: both;
}
.socialslist li {
  float: left;
  margin-left: 10px;
}
.socialslist a {
  display: block;
  background-color: #ffffff;
  color: #201d1d;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.socialslist a:hover {
  background-color: #c53a3a;
  color: #ffffff;
}
/********************* Footer ******************/
.footer {
  text-align: center;
  background-color: #201d1d;
  color: #ffffff;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: right;
  margin-top: 6px;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  *zoom: 1;
  float: right;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 0;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  padding-right: 0;
}
.main-menu > li:last-child:after {
  display: none;
}
.main-menu > li:hover > a {
  color: #c53a3a;
  border-color: #c53a3a;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.menu-item-has-children > a {
  padding-right: 14px;
  margin-right: 8px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a {
    padding-right: 10px;
  }
}
.main-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  color: #c53a3a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-weight: bold;
  font-size: 9px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a:before {
    display: none;
  }
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a {
  color: #c53a3a;
  border-color: #c53a3a;
}
.main-menu > li > a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
@media all and (min-width: 990px) and (max-width: 1150px) {
  .main-menu > li > a {
    font-size: 12px;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #c53a3a;
}
.main-menu > li > a .fas {
  font-weight: bold;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d0d0d;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li.current-menu-item,
.top-menu .sub-menu > li.current-menu-item,
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d0d0d;
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: 300;
  border-bottom: thin solid #0d0d0d;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d0d0d;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
}
.header.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #c53a3a;
  z-index: 9999;
  top: 100%;
  width: 100%;
  height: calc(100vh - 73px);
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  overflow: auto;
}
.header.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu {
  display: none;
  width: 100%;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.header.active .main-menu > li .sub-menu.show {
  background-color: #000000;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
  border-bottom: thin solid #0d0d0d;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 20px;
  background-color: #1a1a1a;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-top: 11px;
}
.header.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #000000;
}
.header.active .main-menu > li.current-menu-item > a:hover {
  background-color: #1a1a1a;
}
.header.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a {
  padding: 20px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: thin solid #cb4e4e;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  font-family: 'Roboto';
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal;
  background: none !important;
}
.header.active .main-menu > li > a:hover {
  background: none !important;
}

.trustblock .wrap {
padding-bottom: 0;
}
