@import url(https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,500i,600,600i,700,700i);

body {
  font-style: normal;
  line-height: 1.5;
}
.vf-section-title {
  font-style: normal;
  line-height: 1.2;
}
.vf-section-subtitle {
  line-height: 1.3;
}
.vf-text {
  font-style: normal;
  line-height: 1.5;
}

h1, h2, h3, .display-1, .display-2, .display-4, .display-5, .display-7  {
  font-family: 'Barlow', sans-serif;
}

h2 {
  padding-bottom: 1rem;
}

.display-1 {
  font-size: 4rem;
  letter-spacing: -1px;
}
.display-1 > .vf-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-size: 2.6rem;
}
.display-2 > .vf-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-size: 1.1rem;
}
.display-4 > .vf-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .vf-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .vf-iconfont {
  font-size: 1.76rem;
  
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  border-radius: 0px!important;
  justify-content: space-between;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  word-break: break-word;
  -webkit-align-items: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn .vf-iconfont {
  order: 2;
  transition: all 0.6s;
}
.btn:hover .vf-iconfont {
  margin-right: -0.6rem;
}
form .btn .vf-iconfont {
  margin-right: 0;
}
.btn-sm {
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  padding: 1.6rem 2rem!important;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #c10100 !important;
}
.bg-success {
  background-color: #c10100 !important;
}
.bg-info {
  background-color: #767676 !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #c10100 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c10100 !important;
  border-color: #c10100 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff100f !important;
  border-color: #ff100f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff100f !important;
  border-color: #ff100f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-success,
.btn-success:active {
  background-color: #c10100 !important;
  border-color: #c10100 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff100f !important;
  border-color: #ff100f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff100f !important;
  border-color: #ff100f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c10100 !important;
  border-color: #c10100 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff100f !important;
  border-color: #ff100f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff100f !important;
  border-color: #ff100f !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5b0000;
  color: #5b0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c10100;
  border-color: #c10100;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c10100 !important;
  border-color: #c10100 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5b0000;
  color: #5b0000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c10100;
  border-color: #c10100;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c10100 !important;
  border-color: #c10100 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #5b0000;
  color: #5b0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c10100;
  border-color: #c10100;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c10100 !important;
  border-color: #c10100 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c10100 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #c10100 !important;
}
.text-info {
  color: #767676 !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #c10100 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff2928 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff2928 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a9a9a9 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff2928 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #767676;
}
.alert-warning {
  background-color: #cccccc;
}
.alert-danger {
  background-color: #c10100;
}
.vf-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.vf-section-btn a.btn:not(.btn-form):hover,
.vf-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.vf-section-btn a.btn:not(.btn-form):hover,
.vf-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.vf-gallery-filter li a {
  border-radius: 100px !important;
}
.vf-gallery-filter li.active .btn {
  background-color: #c10100;
  border-color: #c10100;
  color: #ffffff;
}
.vf-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #fff;
}
.vf-plan-header.bg-primary .vf-plan-subtitle,
.vf-plan-header.bg-primary .vf-plan-price-desc {
  color: #ff4242;
}
.vf-plan-header.bg-success .vf-plan-subtitle,
.vf-plan-header.bg-success .vf-plan-price-desc {
  color: #ff4242;
}
.vf-plan-header.bg-info .vf-plan-subtitle,
.vf-plan-header.bg-info .vf-plan-price-desc {
  color: #b6b6b6;
}
.vf-plan-header.bg-warning .vf-plan-subtitle,
.vf-plan-header.bg-warning .vf-plan-price-desc {
  color: #ffffff;
}
.vf-plan-header.bg-danger .vf-plan-subtitle,
.vf-plan-header.bg-danger .vf-plan-price-desc {
  color: #ff4242;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.vf-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .vf-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .vf-iconfont {
  font-size: 1.76rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.vf-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #c10100;
  border-width: 3px;
  margin-bottom: 0rem !important;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.vf-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.vf-form .btn {
  margin: .4rem 0;
}
.vf-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.vf-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.vf-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.vf-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .vf-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #c10100;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #c10100;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.vf-footer-content li::before,
.vf-footer .vf-contacts li::before {
  background: #c10100;
}
.vf-footer-content li a:hover,
.vf-footer .vf-contacts li a:hover {
  color: #c10100;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
  
}
@media (min-width: 768px) {
	
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c10100;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #c10100;
}
.topmenu .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.topmenu .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.topmenu img.wpml-ls-flag {
  height: auto !important;
}



.topmenu .show {
  overflow: visible;
}
.topmenu .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.topmenu .dropdown-item:active {
  background-color: transparent;
}
.topmenu .nav-link {
  font-weight: 600!important;
}
.topmenu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.topmenu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.topmenu .nav-item:focus,
.topmenu .nav-link:focus {
  outline: none;
}
.topmenu .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.topmenu .btn .vf-iconfont {
  font-size: 1.6rem;
}
.topmenu .menu-logo {
  margin-right: auto;
}
.topmenu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;

}
.topmenu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.topmenu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.topmenu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.topmenu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.topmenu .menu-logo .navbar-brand .navbar-logo .vf-iconfont {
  transition: font-size 0.25s;
}
.topmenu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.topmenu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.topmenu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.topmenu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.topmenu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.topmenu .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.topmenu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #FFFFFF !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.topmenu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.topmenu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.topmenu .dropdown.open > .dropdown-menu {
  display: block;
}
.topmenu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.topmenu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.topmenu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.topmenu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.topmenu .navbar.navbar-short .navbar-logo a .vf-iconfont {
  font-size: 2.5rem !important;
}
.topmenu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.topmenu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.topmenu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.topmenu button.navbar-toggler:focus {
  outline: none;
}
.topmenu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000;
}
.topmenu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.topmenu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.topmenu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.topmenu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.topmenu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.topmenu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.topmenu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.topmenu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.topmenu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.topmenu .collapsed .btn {
  display: -webkit-flex;
}
.topmenu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.topmenu .collapsed .navbar-collapse.collapsing,
.topmenu .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.topmenu .collapsed .navbar-collapse.collapsing .navbar-nav,
.topmenu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.topmenu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.topmenu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.topmenu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.topmenu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.topmenu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.topmenu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.topmenu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.topmenu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .topmenu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.topmenu .collapsed button.navbar-toggler {
  display: block;
}
.topmenu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.topmenu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.topmenu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.topmenu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.topmenu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.topmenu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.topmenu .dropdown .dropdown-menu .dropdown-item {
		color:#000000 !important;
	}
  .topmenu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .topmenu img {
    height: 3.8rem !important;
  }
  .topmenu .btn {
    display: -webkit-flex;
  }
  .topmenu button.navbar-toggler {
    display: block;
  }
  .topmenu .navbar-brand {
    margin-left: 1rem !important;
  }
  .topmenu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .topmenu .navbar-collapse {
    /*display: none !important;
    padding-right: 0 !important;*/
	padding-right:0rem !important;
	width:100%
  }
  
  #mega-menu-wrap-menu-1
  
  .topmenu .navbar-collapse.collapsing,
  .topmenu .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .topmenu .navbar-collapse.collapsing .navbar-nav,
  .topmenu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .topmenu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .topmenu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .topmenu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .topmenu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .topmenu .navbar-collapse.collapsing .navbar-buttons,
  .topmenu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .topmenu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .topmenu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .topmenu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .topmenu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .topmenu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .topmenu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .topmenu .nav-link {
    justify-content: start!important;
  }
  .topmenu .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .topmenu .navbar-toggleable-sm {
    width: 100%!important;
  }
  .topmenu .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .topmenu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.topmenu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.topmenu .nav-link:hover,
.topmenu .dropdown-item:hover {
  color: #000000 !important;
}
@media (min-width: 1500px) {
  .topmenu .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .topmenu .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.header-home {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.header-home .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #c10100;
}
.header-home img {
  width: 100%;
}
.header-home .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.header-home .content-wrapper {
  padding-top: 4rem;
}
.header-home .aside {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .header-home .content-wrapper {
    padding-top: 0rem;
  }
}
@media (max-width: 990px) {
  .topmenu .navbar-collapse {
	padding-right:15px !important;
	padding-left:15px !important;
	width:100%
  }
   
  .topmenu .navbar-collapse #mega-menu-wrap-menu-1 {
  width:100%
  }
}
@media (max-width: 992px) {
  .header-home .back {
    width: 100%;
    height: 75%;
  }
  .header-home .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
}
.header-home .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .header-home .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .header-home .content-wrapper {
    padding-right: 3rem;
  }
  .header-home .aside {
    right: 2rem;
  }
}
.header-home span {
  color: #ffffff;
  display: block;
}
.header-home .vf-text,
.header-home .vf-section-btn {
  color: #ffffff;
}
.header-home .aside {
  color: #ffffff;
}
.settori {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.settori .content-block {
  max-width: 100%;
  padding: 3rem 3rem;
}
.settori .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-position: center center;
  background-size: cover;
  z-index: 3;
}
.settori .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.settori .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.settori .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.settori .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.settori .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.settori .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.settori .col:hover .box-title2,
.settori .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.settori .box-title2,
.settori .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.settori .box-content {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /*background: #333333;*/
}
.settori .content1 {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
 
}
/*.settori .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}*/
@media (max-width: 767px) {
  .settori .img-content {
    opacity: 1;
  }
  .settori .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .settori .box-content {
    width: 100%;
  }
  .settori .box-title2,
  .settori .box-text2 {
    color: #ffffff !important;
  }
  .settori .content-block,
  .settori .content1 {
    padding: 3rem 1rem;
  }
}
.settori .box-text1 {
  color: #333333;
}
.sub-settori {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.sub-settori .content-block {
  max-width: 500px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.sub-settori .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.sub-settori .block2 {
  background-size: cover;
  background-position: center center;
}	
.sub-settori .block2:hover .block2-over {
  opacity: 0.5;
  /*background-color: #000;*/
}
.settori .block0 {
  background-size: cover;
  background-position: center center;
}	
.sub-settori .block3 {
  background-size: cover;
  background-position: center center;
}	
.sub-settori .block3:hover .block3-over {
  opacity: 0;
}
.sub-settori .block4 {
  background-size: cover;
  background-position: center center;
}	
.sub-settori .block4:hover .block4-over {
  opacity: 0.5;
}
.sub-settori .block1 {
  background-size: cover;
  background-position: center center;

}
.sub-settori .block1:hover .block1-over {
  opacity: 0.5;
  /*background-color: #000;*/
}
.sub-settori .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #999999;
  opacity: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.sub-settori .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #767676;
  opacity: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.settori .block0-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #333333;
  opacity: 0.8;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
}

.sub-settori .block3-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c10100;
  opacity: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.sub-settori .block4-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #930000;
  opacity: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.sub-settori .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #333333;
  z-index: 2;
  opacity: 1;
}
.sub-settori .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.sub-settori .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.sub-settori .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.sub-settori .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.sub-settori .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.sub-settori .col:hover .box-title2,
.sub-settori .col:hover .box-text2 {
  color: #FFFFFF;
  transition-delay: 0.3s;
}
.sub-settori .box-title2,
.sub-settori .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.sub-settori .box-content {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #333333;
}
.sub-settori .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.sub-settori .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .sub-settori .img-content {
    opacity: 1;
  }
  .sub-settori .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .sub-settori .box-content {
    width: 100%;
  }
  .sub-settori .content-block,
  .sub-settori .content1 {
    padding: 3rem 1rem;
  }
}
.sub-settori .box-text1 {
  color: #333333;
}
.sub-settori .box-title2 {
  color: #efeeee;
}
.sub-settori .block1-text,
.sub-settori .vf-section-btn {
  color: #333333;
}
.sub-settori .block2-text,
.sub-settori .vf-section-btn {
  color: #ffffff;
}
.sub-settori .block2-title {
  color: #333333;
}
.sub-settori .block2-subtitle {
  color: #ffffff;
}
.settori .block0-text,
.settori .vf-section-btn {
  color: #ffffff;
}
.settori .block0-title {
  color: #ffffff;
}
.settori .block0-subtitle {
  color: #ffffff;
}
.sub-settori .block3-text,
.sub-settori .vf-section-btn {
  color: #ffffff;
}
.sub-settori .block3-title {
  color: #333333;
}
.sub-settori .block3-subtitle {
  color: #ffffff;
}
.sub-settori .block4-text,
.sub-settori .vf-section-btn {
  color: #ffffff;
}
.sub-settori .block4-title {
  color: #333333;
}
.sub-settori .block4-subtitle {
  color: #ffffff;
}
.storia {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #efeeee;
}
.storia .row {
  position: relative;
}
.storia .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .storia .row {
    margin: 0 2rem;
  }
}
.storia .row {
  padding-left: 6rem;
}
.storia .aside {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.storia .content-wrapper {
  max-width: 600px;
}
.storia H1 {
  color: #333333;
}
.storia .vf-text,
.storia .vf-section-btn {
  color: #333333;
}
.storia H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .storia .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .storia h4 {
    left: 3rem;
  }
  .storia .row {
    padding-left: 3rem;
  }
}
.features {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #464646;
}
.features .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.features .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .features .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .features .card-wrapper {
    margin: 0rem;
  }
}
.features .card {
  height: fit-content;
}
.features .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.features .text-wrap {
  max-width: 400px;
}
.features .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #c10100;
}
.features .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.features .card-box {
  background-color: #767676;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.features img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.features .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.features .container {
  max-width: 1500px;
}
.features .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.features .vf-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.features {
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .features .img-wrap {
    max-height: 230px;
  }
  .features .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .features .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .features .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .features .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .features .number {
    margin: auto;
  }
}
.features .vf-text {
  color: #cccccc;
}
.features2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.features2 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.features2 img:hover {
  transform: scale(1.1);
}
.features2 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.features2 h2 {
  padding: 0;
  margin: 0;
}
.features2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features2 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.features2 .vf-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.features2 .vf-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.features2 .vf-section-btn .btn span {
  transform: rotate(-90deg);
}
.features2 .vf-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.features2 .vf-iconfont {
  margin: 0!important;
}
.features2 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .features2 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .features2 .vf-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .features2 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .features2 .text-col {
    padding: 2rem 1rem;
  }
}
.features2 H2 {
  color: #333333;
}
.features2 .vf-text {
  color: #767676;
}
.video {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .video {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.video .text {
  padding: 0;
}
.video section {
  position: relative;
}
.video h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.video .vf-iconfont {
  padding: 0!important;
}
.video .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #c10100;
}
.video .box {
  
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .icon-wrap {
  background-color: #c10100 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.video .icon-wrap:hover {
  transform: scale(1.1);
}
.video .icon-wrap span {
  padding-left: 8px;
}
.video .vf-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.video .vf-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.video .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.video .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.video .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.video a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.video a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .video {
    padding-top: 35px;
    padding-bottom: 42px;
  }
  .video .box {
    height: 250px;
  }
  .video .row {
    padding: 1rem!important;
  }
}
.contatti {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.contatti .vf-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.contatti input,
.contatti textarea {
  border-left: 1px solid ;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 0.2rem;
  padding: 1rem !important;
  font-size: 1rem;
}
.contatti input:focus,
.contatti textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.contatti .form-control,
.contatti .field-input {
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-left: #cccccc;
  border-right: #cccccc;
  border-top: #cccccc;
  border-bottom: #cccccc;
  color: #cccccc;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.contatti .form-control:hover,
.contatti .field-input:hover,
.contatti .form-control:focus,
.contatti .field-input:focus {
  background-color: #FFFFFF;
  border-color: #cccccc;
  color: #333333;
  box-shadow: none;
  outline: none;
}
.labelform {
  color: #FFFFFF;
  }
.labelformprivacy {
  color: #cccccc;
  font-size: 0.9rem;
  }

div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
  color: #cccccc !important;
  font-size: 1rem !important;
  }
.contatti input::-webkit-input-placeholder,
.contatti textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.contatti input:-moz-placeholder,
.contatti textarea:-moz-placeholder {
  color: #cccccc;
}
.contatti .jq-selectbox li,
.contatti .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.contatti .jq-selectbox li:hover,
.contatti .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.contatti .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.contatti .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.contatti img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contatti .vf-form {
  max-width: 450px;
}
.contatti textarea {
  min-height: 150px;
}
.contatti .vf-text {
  color: #cccccc;
}
.contatti .vf-form .btn {
  width: 100%;
}
.contatti .vf-form .btn .vf-iconfont {
  font-size: 1.5rem;
}
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.footer img {
  width: 120px;
  margin-right: 1rem;
}
.footer .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .footer .row {
    margin: 0 2rem;
  }
}
.footer .container {
  max-width: 1500px;
}
.footer .form-control,
.footer .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.footer .form-control:hover,
.footer .field-input:hover,
.footer .form-control:focus,
.footer .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.footer input::-webkit-input-placeholder,
.footer textarea::-webkit-input-placeholder {
  color: #767676;
}
.footer input:-moz-placeholder,
.footer textarea:-moz-placeholder {
  color: #767676;
}
.footer .jq-selectbox li,
.footer .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.footer .jq-selectbox li:hover,
.footer .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.footer .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.footer .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.footer .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.footer .btn .vf-iconfont {
  font-size: 1.2rem;
}
.footer input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.footer .col,
.footer .col-auto {
  padding: 0;
}
.footer .form-group {
  margin-bottom: 0rem;
}
.footer .items {
  color: #333333;
}
.footer .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .footer .col-md-6,
  .footer .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .footer .navbar-brand {
    justify-content: center;
  }
  .footer .row {
    margin: 0;
  }
}
.social {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.social [class^="socicon-"]:before,
.social [class*=" socicon-"]:before {
  line-height: 44px;
}
.social .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.social .btn-social,
.social .vf-section-title {
  color: #57468b;
}
.social .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.social .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.social .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .social .align-left {
    text-align: center;
  }
  .social .align-right {
    text-align: center;
  }
  .social .social-list {
    justify-content: center;
  }
  .social .mb-0 {
    padding-bottom: 1rem;
  }
}
.legals {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.legals .media-container-row .vf-text {
  color: #333333;
}
.cid-ru2CTJq17W .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ru2CTJq17W .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-ru2CTJq17W a {
  font-style: normal;
}
.cid-ru2CTJq17W .show {
  overflow: visible;
}
.cid-ru2CTJq17W .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-ru2CTJq17W .dropdown-item:active {
  background-color: transparent;
}
.cid-ru2CTJq17W .nav-link {
  font-weight: 600!important;
}
.cid-ru2CTJq17W .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ru2CTJq17W .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-ru2CTJq17W .nav-item:focus,
.cid-ru2CTJq17W .nav-link:focus {
  outline: none;
}
.cid-ru2CTJq17W .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ru2CTJq17W .btn .vf-iconfont {
  font-size: 1.6rem;
}
.cid-ru2CTJq17W .menu-logo {
  margin-right: auto;
}
.cid-ru2CTJq17W .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ru2CTJq17W .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ru2CTJq17W .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-ru2CTJq17W .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ru2CTJq17W .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ru2CTJq17W .menu-logo .navbar-brand .navbar-logo .vf-iconfont {
  transition: font-size 0.25s;
}
.cid-ru2CTJq17W .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.img-fluidlogo a {
  margin-bottom: 200px !important;
}
.cid-ru2CTJq17W .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ru2CTJq17W .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ru2CTJq17W .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ru2CTJq17W .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ru2CTJq17W .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ru2CTJq17W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ffffff !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-ru2CTJq17W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ru2CTJq17W .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ru2CTJq17W .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ru2CTJq17W .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ru2CTJq17W .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ru2CTJq17W .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ru2CTJq17W .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ru2CTJq17W .navbar.navbar-short .navbar-logo a .vf-iconfont {
  font-size: 2.5rem !important;
}
.cid-ru2CTJq17W .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ru2CTJq17W .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ru2CTJq17W button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ru2CTJq17W button.navbar-toggler:focus {
  outline: none;
}
.cid-ru2CTJq17W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ru2CTJq17W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ru2CTJq17W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ru2CTJq17W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ru2CTJq17W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ru2CTJq17W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ru2CTJq17W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ru2CTJq17W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ru2CTJq17W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ru2CTJq17W .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ru2CTJq17W .collapsed .btn {
  display: -webkit-flex;
}
.cid-ru2CTJq17W .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ru2CTJq17W .collapsed .navbar-collapse.collapsing,
.cid-ru2CTJq17W .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ru2CTJq17W .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ru2CTJq17W .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ru2CTJq17W .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ru2CTJq17W .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ru2CTJq17W .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ru2CTJq17W .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ru2CTJq17W .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ru2CTJq17W .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ru2CTJq17W .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ru2CTJq17W .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ru2CTJq17W .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 89.6875vh;
  }
}
.cid-ru2CTJq17W .collapsed button.navbar-toggler {
  display: block;
}
.cid-ru2CTJq17W .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ru2CTJq17W .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ru2CTJq17W .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ru2CTJq17W .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ru2CTJq17W .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ru2CTJq17W .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ru2CTJq17W.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ru2CTJq17W img {
    height: 3.8rem !important;
  }
  .cid-ru2CTJq17W .btn {
    display: -webkit-flex;
  }
  .cid-ru2CTJq17W button.navbar-toggler {
    display: block;
  }
  .cid-ru2CTJq17W .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ru2CTJq17W .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ru2CTJq17W .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ru2CTJq17W .navbar-collapse.collapsing,
  .cid-ru2CTJq17W .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ru2CTJq17W .navbar-collapse.collapsing .navbar-nav,
  .cid-ru2CTJq17W .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ru2CTJq17W .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ru2CTJq17W .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ru2CTJq17W .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ru2CTJq17W .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ru2CTJq17W .navbar-collapse.collapsing .navbar-buttons,
  .cid-ru2CTJq17W .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ru2CTJq17W .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ru2CTJq17W .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ru2CTJq17W .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ru2CTJq17W .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ru2CTJq17W .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ru2CTJq17W .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-ru2CTJq17W .nav-link {
    justify-content: start!important;
  }
  .cid-ru2CTJq17W .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ru2CTJq17W .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-ru2CTJq17W .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ru2CTJq17W .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ru2CTJq17W .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ru2CTJq17W .nav-link:hover,
.cid-ru2CTJq17W .dropdown-item:hover {
  color: #c10100 !important;
}
@media (min-width: 1500px) {
  .cid-ru2CTJq17W .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-ru2CTJq17W .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.header-int .item {
  padding-top: 90px;
  padding-bottom: 160px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
 }

.header-int .row {
  justify-content: flex-end;
}
.header-int .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.header-int .block {
  /*background-color: #c10100;*/
  background-color: rgba(193, 1, 0, 0.5)
}
.header-int .block-cut {
  background-color: rgba(193, 1, 0, 0.5)
}
.header-int img {
  width: 100%;
}
.header-int .content-wrapper {
   margin: auto;
   position: relative;
   padding: 7rem 10rem;
}
.header-int .content {
  max-width: 100%;
}

@media (max-width: 1600px) {
  .header-int .content-wrapper {
    padding: 6rem 4rem;
  }
  .header-int h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .header-int .content-wrapper {
    padding: 4rem 2rem;
  }
  .header-int h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.header-int H1 {
  color: #ffffff;
}
.header-int .vf-text,
.header-int .vf-section-btn {
  color: #ffffff;
}
.header-int H4 {
  color: #fff;
}
.cid-ru2C94EsXl {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #282222;
}
.cid-ru2C94EsXl .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-ru2C94EsXl .container {
  max-width: 1500px;
}
.cid-ru2C94EsXl .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ru2C94EsXl .container {
    padding: 0 4rem;
  }
}
.cid-ru2C94EsXl .vf-text,
.cid-ru2C94EsXl .vf-section-btn {
  color: #efeeee;
}
.cid-ru2C94EsXl .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  
  .cid-ru2C94EsXl .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-ru2BMT52PR {
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.9; 
  background-color: rgb(51, 51, 51);
	width: 100%;
}
.cid-ru2BMT52PR .row {
  position: relative;
}
.cid-ru2BMT52PR .container {
  max-width: 1500px;
}
.cid-ru2BMT52PR .container {
  padding-right: 8rem!important;
}
.cid-ru2BMT52PR h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ru2BMT52PR .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-ru2BMT52PR .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ru2BMT52PR .container {
    padding-right: 4rem!important;
  }
}
.gallery {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #efeeee;
}
.gallery .container {
  max-width: 1500px;
}
.gallery img {
  width: 100%;
  transition:0.8s;
  object-fit: cover;
  margin: auto;
  position: relative;
}
.gallery img:hover {
  transform: scale(1.08,1.08);
  z-index: 999;
}
.gallery .row {
  background: #ffffff;
}
.gallery .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.gallery h2 {
  padding: 0;
  margin: 0;
}
.gallery .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.gallery .vf-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gallery .vf-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.gallery .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .gallery .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .gallery .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .gallery .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .gallery .row {
    margin: 0rem;
  }
  .gallery .text-col {
    padding: 2rem 1rem;
  }
  .gallery .number {
    margin-right: 2rem;
  }
  .gallery .img-col {
    margin-bottom: 3rem;
  }
}
.gallery H2 {
  color: #333333;
  padding-bottom: 1.5rem;
}
.gallery .vf-text {
  color: #767676;
}
.cid-ru2B9pFaIf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-ru2B9pFaIf .vf-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ru2B9pFaIf input,
.cid-ru2B9pFaIf textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-ru2B9pFaIf input:focus,
.cid-ru2B9pFaIf textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-ru2B9pFaIf .form-control,
.cid-ru2B9pFaIf .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ru2B9pFaIf .form-control:hover,
.cid-ru2B9pFaIf .field-input:hover,
.cid-ru2B9pFaIf .form-control:focus,
.cid-ru2B9pFaIf .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ru2B9pFaIf input::-webkit-input-placeholder,
.cid-ru2B9pFaIf textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-ru2B9pFaIf input:-moz-placeholder,
.cid-ru2B9pFaIf textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-ru2B9pFaIf .jq-selectbox li,
.cid-ru2B9pFaIf .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-ru2B9pFaIf .jq-selectbox li:hover,
.cid-ru2B9pFaIf .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-ru2B9pFaIf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-ru2B9pFaIf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-ru2B9pFaIf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ru2B9pFaIf .vf-form {
  max-width: 450px;
}
.cid-ru2B9pFaIf textarea {
  min-height: 150px;
}
.cid-ru2B9pFaIf .vf-text {
  color: #cccccc;
}
.cid-ru2B9pFaIf .vf-form .btn {
  width: 100%;
}
.cid-ru2B9pFaIf .vf-form .btn .vf-iconfont {
  font-size: 1.5rem;
}
.cid-ru2B9qdK30 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ru2B9qdK30 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-ru2B9qdK30 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-ru2B9qdK30 .row {
    margin: 0 2rem;
  }
}
.cid-ru2B9qdK30 .container {
  max-width: 1500px;
}
.cid-ru2B9qdK30 .form-control,
.cid-ru2B9qdK30 .field-input {
  padding: 0.5rem;
  background-color: #efeeee;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ru2B9qdK30 .form-control:hover,
.cid-ru2B9qdK30 .field-input:hover,
.cid-ru2B9qdK30 .form-control:focus,
.cid-ru2B9qdK30 .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ru2B9qdK30 input::-webkit-input-placeholder,
.cid-ru2B9qdK30 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ru2B9qdK30 input:-moz-placeholder,
.cid-ru2B9qdK30 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ru2B9qdK30 .jq-selectbox li,
.cid-ru2B9qdK30 .jq-selectbox li {
  background-color: #efeeee;
  color: #000000;
}
.cid-ru2B9qdK30 .jq-selectbox li:hover,
.cid-ru2B9qdK30 .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-ru2B9qdK30 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-ru2B9qdK30 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-ru2B9qdK30 .btn {
  width: 80px!important;
  justify-content: center;
  padding: 1rem 1rem!important;
  margin: 0!important;
  height: 100%;
}
.cid-ru2B9qdK30 .btn .vf-iconfont {
  font-size: 1.2rem;
}
.cid-ru2B9qdK30 input {
  border-radius: 0;
  padding: 1rem!important;
  font-size: 1rem;
  height: 100%;
}
.cid-ru2B9qdK30 .col,
.cid-ru2B9qdK30 .col-auto {
  padding: 0;
}
.cid-ru2B9qdK30 .form-group {
  margin-bottom: 0rem;
}
.cid-ru2B9qdK30 .items {
  color: #333333;
}
.cid-ru2B9qdK30 .form-title {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-ru2B9qdK30 .col-md-6,
  .cid-ru2B9qdK30 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ru2B9qdK30 .navbar-brand {
    justify-content: center;
  }
  .cid-ru2B9qdK30 .row {
    margin: 0;
  }
}
.cid-ru2B9qSviM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-ru2B9qSviM [class^="socicon-"]:before,
.cid-ru2B9qSviM [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-ru2B9qSviM .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-ru2B9qSviM .btn-social,
.cid-ru2B9qSviM .vf-section-title {
  color: #57468b;
}
.cid-ru2B9qSviM .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-ru2B9qSviM .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-ru2B9qSviM .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-ru2B9qSviM .align-left {
    text-align: center;
  }
  
  .cid-ru2B9qSviM .social-list {
    justify-content: center;
  }
  .cid-ru2B9qSviM .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-ru2B9rzseh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-ru2B9rzseh .media-container-row .vf-text {
  color: #333333;
}
/* ripetizione news*/
.related .container {
  max-width: 1500px;
}
.related .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.related .vf-iconfont {
  font-size: 1.3rem;
  color: #cccccc;
  display: flex;
  justify-content: center;
}
.related P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .related .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .related .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .related .col2,
  .related .col3,
  .related .col4 {
    margin-top: 0rem;
  }
  .related .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .related .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .related .number {
    margin: auto;
  }
}
.related .vf-text {
  color: #cccccc;
}
.related .text2 {
  color: #333333;
}
.related .text3 {
  color: #333333;
}
.related .title2 {
  color: #c1c1c1;
}
.related .title1 {
  color: #333333;
  font-size: 1.5rem;
}
.related .title3 {
  color: #c1c1c1;
}
.related .title4 {
  color: #c1c1c1;
}
.related .text4 {
  color: #efeeee;
}
.related .text1 {
  color: #333333;
}
.related .title3 B {
  color: #c1c1c1;
}
.related H1 {
  color: #333333;
}
.related {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.related .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.related .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .related .card-wrapper {
    margin: 0rem;
  }
}
.related .card {
  height: fit-content;
}
.related .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #c10100;
}
.related .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.related .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.related .card1 {
  background-color: #ffffff;
}
.related .card2 {
  background-color: #ffffff;
}
.related .card3 {
  background-color: #ffffff;
}
.related .card4 {
  background-color: #333333;
}
.related img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.related .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
/* Navigazione Pagine*/

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #FFF;
  text-decoration:none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #232323;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #232323 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #FFFFFF;
  border: 1px solid #232323 !important;
  color: #232323
}
.gallery .container-gallery {
    max-width: 100%;
	margin: 0 auto;
	padding-bottom: 2rem;
    padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
	
}
.row-gallery {
    max-width: 100%;
	background-image: none;
	padding-top: 4rem;
	
	
	}
	
/*mappa*/

.acf-map {
	width: 100%;
	height: 600px;
	border: none!important;
	margin: 0 0 0px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.acf-map h3 {
    margin:10px 0;
}
@media (max-width: 991px) {
    .acf-map {
	
	height: 500px;
    }
}
#map-container {
	height: 450px;
	width: 100%;
   position: relative;
}
.our-address h5 {
	color: #222;
   font-weight: bold;
}
.our-address .pickus {
   font-size: 13px;
   text-transform: uppercase;
   color: #20c8c6;
   font-weight: 800;
   position: relative;
}
.our-address .pickus,
.our-address .pickus::after {
   display: inline-block;
}
.our-address .pickus::after {
	content: attr(data-text);
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	color: #212331;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.our-address .pickus:hover::after {
	width: 100%;
}
.our-address .pickus:hover, 
.our-address .pickus:focus {
   color: #212331;
}
	
.menu404  a {
	color: #212331;
	font-size: 2rem;
	line-height: 4rem;
}
.download-file {
    margin: 0 15px;
    margin-bottom: 30px;
    padding: 15px;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    background: #fff;
    text-align: left;
    list-style: none;
    -webkit-transition: all ease 0.55s;
    transition: all ease 0.55s;
	margin-top: 40px;
}
.download-file span.fa {
    font-size: 30px;
    margin-right: 20px;
}
.colored-text {
    color: #c10100;
}
.colored-text:hover {
    color: #c10100;
}

.submenu-int ul {
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.submenu-int ul li {
  flex-grow:1;
  list-style-type: none;
  text-align: center;
}

.submenu-int ul li a {
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  transition: 0.5s all linear ;
  font-size:1rem
}

.submenu-int ul li:hover, .submenu-int ul li.active {
  background-color: #990100;
}

.section-download {
  padding-top: 40px;
  padding-bottom: 40px;
}

.vf-fullscreen {
  min-height: auto;
}

.social-list, #menu-footer, #menu-footer-inglese {
  padding: 0;
  text-align: center;
}

.social-list .soc-item, #menu-footer li, #menu-footer-inglese li {
  display: inline-block;
  vertical-align: baseline;
  padding:0 0.5rem;
}

.social-list .soc-item img {
  vertical-align: sub;
}

#menu-footer a, #menu-footer-inglese a{
  color: inherit;
}

.gallery .no-gutters > .col, .no-gutters > [class*="col-"] {
  overflow: hidden;
}

.section-compact {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.header-int.header-compact .item {
  padding-bottom: 0px;
}

#iubenda_policy .iub_content {
  padding: 0 !important;
}

#iubenda_policy {
  font-family: inherit !important;
}

.wpml-ls-legacy-dropdown {
  width: auto;
  max-width: auto;
}

.wpml-ls-legacy-dropdown a {
  background-color: transparent;
  border: 0px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0px;
}
.menu404 a {
	color:#000;
	font-size:1rem;
	line-height:normal
}