@import url(https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 2.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-4 {
  font-family: 'Exo 2', sans-serif;
  font-size: 0.7rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Exo 2', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  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;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -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;
  letter-spacing: 1px;
  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;
  letter-spacing: 1px;
  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: #ed1c24 !important;
}
.bg-success {
  background-color: #d1b50d !important;
}
.bg-info {
  background-color: #001ece !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #af0e14 !important;
  border-color: #af0e14 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #af0e14 !important;
  border-color: #af0e14 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #013e2e !important;
  border-color: #013e2e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #001ece !important;
  border-color: #001ece !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #001382 !important;
  border-color: #001382 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #001382 !important;
  border-color: #001382 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d1b50d !important;
  border-color: #d1b50d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #897709 !important;
  border-color: #897709 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #897709 !important;
  border-color: #897709 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
	border-width: thin;
	border-radius: 0;
	border-color: crimson;
  color: #000;
	font-family:'Exo 2', sans-serif;
    font-size: 0.8rem;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #013e2e;
  border-color: #013e2e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #013e2e !important;
  border-color: #013e2e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000f68;
  color: #000f68;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #001ece;
  border-color: #001ece;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #001ece !important;
  border-color: #001ece !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #716207;
  color: #716207;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #d1b50d;
  border-color: #d1b50d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d1b50d !important;
  border-color: #d1b50d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #ed1c24 !important;
}
.text-secondary {
  color: #013e2e !important;
}
.text-success {
  color: #d1b50d !important;
}
.text-info {
  color: #001ece !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #970c11 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #716207 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000f68 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #001ece;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ed1c24;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcd9da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #faefb0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9baaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#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);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-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;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Exo 2', sans-serif;
  font-size: 0.9rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ed1c24;
  border-width: 3px;
}
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;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-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: #ed1c24;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ed1c24;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ed1c24;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ed1c24;
}
/* Headers*/
.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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  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;
}
.cid-qN6OoOqYok {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qN6OoOqYok .image-block {
  margin: auto;
}
.cid-qN6OoOqYok figcaption {
  position: relative;
}
.cid-qN6OoOqYok figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qN6OoOqYok .image-block {
    width: 100% !important;
  }
}
#custom-html-9 h1 {
  font-weight: 200;
}
#custom-html-2 button.navbar-toggler {
  width: 31px;
  height: 31px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
#custom-html-2 button.navbar-toggler:focus {
  outline: none;
}
#custom-html-2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 1px;
  border-right: 5px;
  background-color: #fff;
}
#custom-html-2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
#custom-html-2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
#custom-html-2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
#custom-html-2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
#custom-html-2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
#custom-html-2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
#custom-html-2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
#custom-html-2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
#custom-html-2 h2 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 200;
  color: #000;
}
#custom-html-2 .navbar-toggler {
  background-color: #000;
}
#custom-html-2 a {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #000;
}
#custom-html-2 .line {
  border-top: 1px #000000;
}
#custom-html-2 hr {
  margin: 0px 0 0px 0;
}
#custom-html-2 .navbar-toggler-left {
  background-color: #000;
}
#custom-html-2 .btn-primary-outline {
  font-famil: 'Exo 2', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #000;
  border-color: #ed1c24;
}
#custom-html-2 .btn-secondary-outline {
  font-famil: 'Exo 2', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  /* color: #000; */
  border-color: #ed1c24;
  /* border: 1px; */
}
#custom-html-2 .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#custom-html-2 .btn-secondary-outline,
#custom-html-2 .btn-secondary-outline:active {
  background: none;
  border-color: #ed1c24;
  /* color: #970c11; */
}
#custom-html-2 .btn {
  font-weight: 200;
  /* border-width: 2px; */
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  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;
  padding: 1rem 3rem;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
#custom-html-2 .sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.cid-qNejKmumrS {
  padding-top: 135px;
  padding-bottom: 135px;
	height:300px;
  background-image: url("../../../assets/images/1-la-barge-1697x1629.jpg");
}
#custom-html-29 h2 {
  font-weight: 200;
}
.cid-qN7XmMrufI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qN7XmMrufI .line {
  background-color: #ffffff;
  color: #000;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-qN7XmMrufI .section-text {
  padding: 2rem 0;
  line-heght: 1.3rem;
  font-weight: 300;
}
.cid-qN7XmMrufI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qN7XmMrufI .inner-container {
    width: 100% !important;
  }
}
.cid-qN7XmMrufI .section-text DIV {
  text-align: center;
  line-heght: 1.3rem;
}
.cid-qN7XmMrufI p {
  mirgin-top: 0.2rem;
}
.cid-qN7XmMrufI h4 {
  font-size: 1.2rem;
}
.cid-qN7Zkm14ok {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qN7Zkm14ok .image-block {
  margin: auto;
}
.cid-qN7Zkm14ok figcaption {
  position: relative;
}
.cid-qN7Zkm14ok figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qN7Zkm14ok .image-block {
    width: 100% !important;
  }
}
.cid-qNdBqD1jfc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNdBqD1jfc h2 {
  width: 100%;
  margin: 10px auto;
  border: 0px solid #000;
  text-align: center;
  font-weight: 200;
  text-transform: none;
  position: relative;
}
.cid-qNdBqD1jfc h2:before,
.cid-qNdBqD1jfc h2:after {
  content: '';
  position: absolute;
  top: 0;
  margin-top: 15px;
  left: 0;
  height: 1px;
  width: 40%;
  background-color: #000;
}
.cid-qNdBqD1jfc h2:after {
  right: 0;
  left: auto;
}
.cid-qNemPK5uft {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNemPK5uft .section-text {
  padding: 2rem 0;
  line-heght: 1.3rem;
  font-weight: 300;
}
.cid-qNemPK5uft .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNemPK5uft .inner-container {
    width: 100% !important;
  }
}
.cid-qNemPK5uft .section-text DIV {
  text-align: center;
  line-heght: 1.3rem;
}
.cid-qNemPK5uft p {
  mirgin-top: 0.2rem;
}
.cid-qNemPK5uft .section-text P {
  text-align: left;
}
.cid-qNerRdu7zD {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qNerRdu7zD .image-block {
  margin: auto;
}
.cid-qNerRdu7zD figcaption {
  position: relative;
}
.cid-qNerRdu7zD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNerRdu7zD .image-block {
    width: 100% !important;
  }
}
.cid-qNesbHSYLr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qNesbHSYLr h2 {
  width: 95%;
  margin: 10px auto;
  border: 0px solid #000;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
}
.cid-qNesbHSYLr h2:before,
.cid-qNesbHSYLr h2:after {
  content: '';
  position: absolute;
  top: 0%;
  margin-top: 15px;
  left: 0;
  height: 1px;
  width: 30%;
  background-color: #000;
}
.cid-qNesbHSYLr h2:after {
  right: 0;
  left: auto;
}
.cid-qNespCr3qZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNespCr3qZ .line {
  background-color: #ffffff;
  color: #000;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-qNespCr3qZ .section-text {
  padding: 2rem 0;
  line-heght: 1.3rem;
  font-weight: 300;
}
.cid-qNespCr3qZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNespCr3qZ .inner-container {
    width: 100% !important;
  }
}
.cid-qNespCr3qZ .section-text DIV {
  text-align: center;
  line-heght: 1.3rem;
}
.cid-qNespCr3qZ p {
  mirgin-top: 0.2rem;
}
.cid-qNetiEUWpg {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qNetiEUWpg .image-block {
  margin: auto;
}
.cid-qNetiEUWpg figcaption {
  position: relative;
}
.cid-qNetiEUWpg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNetiEUWpg .image-block {
    width: 100% !important;
  }
}
.cid-qNetlKngkt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qNetlKngkt h2 {
  width: 100%;
  margin: 0px auto;
  border: 0px solid #000;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.cid-qNetlKngkt h2:before,
.cid-qNetlKngkt h2:after {
  content: '';
  position: absolute;
  top: 0%;
  margin-top: 15px;
  left: 0;
  height: 1px;
  width: 40%;
  background-color: #000;
}
.cid-qNetlKngkt h2:after {
  right: 0;
  left: auto;
}
.cid-qNeu2c8Z3h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNeu2c8Z3h .line {
  background-color: #ffffff;
  color: #000;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-qNeu2c8Z3h .section-text {
  padding: 2rem 0;
  line-heght: 1.3rem;
  font-weight: 300;
}
.cid-qNeu2c8Z3h .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNeu2c8Z3h .inner-container {
    width: 100% !important;
  }
}
.cid-qNeu2c8Z3h .section-text DIV {
  text-align: center;
  line-heght: 1.3rem;
}
.cid-qNeu2c8Z3h p {
  mirgin-top: 0.2rem;
}
.cid-qNeu2c8Z3h .section-text P {
  text-align: center;
}
.cid-qNiSIFfZwc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qNiSIFfZwc .google-map {
  height: 30rem;
  position: relative;
}
.cid-qNiSIFfZwc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qNiSIFfZwc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qNiSIFfZwc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qNiSIFfZwc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qNiUCXvT9c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNiUCXvT9c .mbr-text,
.cid-qNiUCXvT9c blockquote {
  color: #767676;
}
.cid-qNiUCXvT9c .line {
  border-top: 1px #000000;
}
.cid-qNiX66vWss {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNiX66vWss .card-img {
  background-color: #fff;
}
.cid-qNiX66vWss .card-box {
  padding: 0em;
}
.cid-qNiX66vWss h4 {
  font-weight: 200;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNiX66vWss p {
  text-align: left;
}
.cid-qNiX66vWss .mbr-text {
  color: #767676;
}
.cid-qNiX66vWss .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNiX66vWss .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNiX66vWss .my-col {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 20px;
  }
}
.cid-qNj5DvEg9g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNj5DvEg9g .card-img {
  background-color: #fff;
}
.cid-qNj5DvEg9g .card-box {
  padding: 0em;
}
.cid-qNj5DvEg9g h4 {
  font-weight: 200;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNj5DvEg9g p {
  text-align: left;
}
.cid-qNj5DvEg9g .mbr-text {
  color: #767676;
}
.cid-qNj5DvEg9g .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNj5DvEg9g .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNj5DvEg9g .my-col {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 10px;
  }
}
.cid-qNj6XWqQQX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNj6XWqQQX .card-img {
  background-color: #fff;
}
.cid-qNj6XWqQQX .card-box {
  padding: 0em;
}
.cid-qNj6XWqQQX h4 {
  font-weight: 200;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNj6XWqQQX p {
  text-align: left;
}
.cid-qNj6XWqQQX .mbr-text {
  color: #767676;
}
.cid-qNj6XWqQQX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNj6XWqQQX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNj6XWqQQX .my-col {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 10px;
  }
}
.cid-qNjo291nn6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjo291nn6 .card-img {
  background-color: #fff;
}
.cid-qNjo291nn6 .card-box {
  padding: 0em;
}
.cid-qNjo291nn6 h4 {
  font-weight: 200;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNjo291nn6 p {
  text-align: left;
}
.cid-qNjo291nn6 .mbr-text {
  color: #767676;
}
.cid-qNjo291nn6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNjo291nn6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNjo291nn6 .my-col {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 10px;
  }
}
.cid-qNjp6JKW49 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjp6JKW49 .mbr-text,
.cid-qNjp6JKW49 blockquote {
  color: #767676;
}
.cid-qNjp6JKW49 .line {
  border-top: 1px  #000000;
}
.cid-qNjq9o4Chm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qNjq9o4Chm .media-container-row .mbr-text {
  color: #232323;
}
.cid-qNjrfza5P7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qNjrfza5P7 .image-block {
  margin: auto;
}
.cid-qNjrfza5P7 figcaption {
  position: relative;
}
.cid-qNjrfza5P7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNjrfza5P7 .image-block {
    width: 100% !important;
  }
}
#custom-html-1j h1 {
  font-weight: 200;
}
#custom-html-1k .btn-secondary-outline {
  font-famil: 'Exo 2', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #000;
  border-color: #ed1c24;
}
#custom-html-1k .btn-secondary-outline {
  font-famil: 'Exo 2', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  /* color: #000; */
  border-color: #ed1c24;
  /* border: 1px; */
}
#custom-html-1k .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#custom-html-1k .btn-secondary-outline,
#custom-html-1k .btn-secondary-outline:active {
  background: none;
  border-color: #ed1c24;
  /* color: #970c11; */
}
#custom-html-1k .btn-sm {
  font-weight: 400;
  letter-spacing: 1px;
  -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: 0px;
}
#custom-html-1k .btn {
  font-weight: 400;
  /* border-width: 2px; */
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  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;
  padding: 1rem 3rem;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
#custom-html-1k .container {
  font-famil: 'Exo 2', sans-serif;
  font-size: 0.8rem;
}
#custom-html-1k hr {
  display: block;
  unicode-bidi: isolate;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  border-style: inset;
  border-width: 1px;
}
#custom-html-1k .line {
  background-color: #000000;
}
#custom-html-1k .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.cid-qNjrfXKQqo {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1-la-barge-1697x1131.jpg");
}
.cid-qNjrfYueVx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrfYueVx h2 {
  width: 100%;
  margin: 10px auto;
  border: 0px solid #000;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
}
.cid-qNjrfYueVx h2:before,
.cid-qNjrfYueVx h2:after {
  content: '';
  position: absolute;
  top: 0%;
  margin-top: 15px;
  left: 0;
  height: 1px;
  width: 40%;
  background-color: #000;
}
.cid-qNjrfYueVx h2:after {
  right: 0;
  left: auto;
}
.cid-qNjrfZ9YU2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrfZ9YU2 .line {
  background-color: #ffffff;
  color: #000000;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-qNjrfZ9YU2 .section-text {
  padding: 2rem 0;
  line-heght: 1.3rem;
  font-weight: 300;
}
.cid-qNjrfZ9YU2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNjrfZ9YU2 .inner-container {
    width: 100% !important;
  }
}
.cid-qNjrfZ9YU2 .section-text DIV {
  text-align: center;
  line-heght: 1.3rem;
}
.cid-qNjrfZ9YU2 p {
  mirgin-top: 0.2rem;
}
.cid-qNjrfZKfMr {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qNjrfZKfMr .image-block {
  margin: auto;
}
.cid-qNjrfZKfMr figcaption {
  position: relative;
}
.cid-qNjrfZKfMr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNjrfZKfMr .image-block {
    width: 100% !important;
  }
}
.cid-qNjrg0nuvi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrg0nuvi h2 {
  width: 100%;
  margin: 10px auto;
  border: 0px solid #000;
  text-align: center;
  font-weight: 200;
  text-transform: none;
  position: relative;
}
.cid-qNjrg0nuvi h2:before,
.cid-qNjrg0nuvi h2:after {
  content: '';
  position: absolute;
  top: 0;
  margin-top: 15px;
  left: 0;
  height: 1px;
  width: 40%;
  background-color: #000;
}
.cid-qNjrg0nuvi h2:after {
  right: 0;
  left: auto;
}
.cid-qNjrg10CCW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrg10CCW .section-text {
  padding: 2rem 0;
  line-heght: 1.3rem;
  font-weight: 300;
}
.cid-qNjrg10CCW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNjrg10CCW .inner-container {
    width: 100% !important;
  }
}
.cid-qNjrg10CCW .section-text DIV {
  text-align: center;
  line-heght: 1.3rem;
}
.cid-qNjrg10CCW p {
  mirgin-top: 0.2rem;
}
.cid-qNjrg10CCW .section-text P {
  text-align: left;
}
.cid-qNjrg1CLn4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qNjrg1CLn4 .image-block {
  margin: auto;
}
.cid-qNjrg1CLn4 figcaption {
  position: relative;
}
.cid-qNjrg1CLn4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNjrg1CLn4 .image-block {
    width: 100% !important;
  }
}
.cid-qNjrg2caPb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qNjrg2caPb h2 {
  width: 95%;
  margin: 10px auto;
  border: 0px solid #000;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
}
.cid-qNjrg2caPb h2:before,
.cid-qNjrg2caPb h2:after {
  content: '';
  position: absolute;
  top: 0%;
  margin-top: 15px;
  left: 0;
  height: 1px;
  width: 30%;
  background-color: #000;
}
.cid-qNjrg2caPb h2:after {
  right: 0;
  left: auto;
}
.cid-qNjrg2Rr9z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrg2Rr9z .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qNjrg2Rr9z .section-text {
  padding: 2rem 0;
  line-heght: 1.3rem;
  font-weight: 300;
}
.cid-qNjrg2Rr9z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNjrg2Rr9z .inner-container {
    width: 100% !important;
  }
}
.cid-qNjrg2Rr9z .section-text DIV {
  text-align: center;
  line-heght: 1.3rem;
}
.cid-qNjrg2Rr9z p {
  mirgin-top: 0.2rem;
}
.cid-qNjrg3zpUz {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qNjrg3zpUz .image-block {
  margin: auto;
}
.cid-qNjrg3zpUz figcaption {
  position: relative;
}
.cid-qNjrg3zpUz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qNjrg3zpUz .image-block {
    width: 100% !important;
  }
}
.cid-qNjrg4bj2Q {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qNjrg4bj2Q h2 {
  width: 100%;
  margin: 0px auto;
  border: 0px solid #000;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.cid-qNjrg4bj2Q h2:before,
.cid-qNjrg4bj2Q h2:after {
  content: '';
  position: absolute;
  top: 0%;
  margin-top: 15px;
  left: 0;
  height: 1px;
  width: 40%;
  background-color: #000;
}
.cid-qNjrg4bj2Q h2:after {
  right: 0;
  left: auto;
}
.cid-qNjrg4RRRa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrg4RRRa .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-qNjrg4RRRa .section-text {
  padding: 2rem 0;
  line-heght: 1.3rem;
  font-weight: 300;
}
.cid-qNjrg4RRRa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qNjrg4RRRa .inner-container {
    width: 100% !important;
  }
}
.cid-qNjrg4RRRa .section-text DIV {
  text-align: center;
  line-heght: 1.3rem;
}
.cid-qNjrg4RRRa p {
  mirgin-top: 0.2rem;
}
.cid-qNjrg4RRRa .section-text P {
  text-align: center;
}
.cid-qNjrg5ti0l {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qNjrg5ti0l .google-map {
  height: 30rem;
  position: relative;
}
.cid-qNjrg5ti0l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qNjrg5ti0l .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qNjrg5ti0l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qNjrg5ti0l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qNjrg65wF6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrg65wF6 .mbr-text,
.cid-qNjrg65wF6 blockquote {
  color: #767676;
}
.cid-qNjrg65wF6 .line {
  border-top: 1px solid #000000;
}
.cid-qNjrg6Dkzh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrg6Dkzh .card-img {
  background-color: #fff;
}
.cid-qNjrg6Dkzh .card-box {
  padding: 0em;
}
.cid-qNjrg6Dkzh h4 {
  font-weight: 200;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNjrg6Dkzh p {
  text-align: left;
}
.cid-qNjrg6Dkzh .mbr-text {
  color: #767676;
}
.cid-qNjrg6Dkzh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNjrg6Dkzh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNjrg6Dkzh .my-col {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 10px;
  }
}
.cid-qNjrg7AceG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrg7AceG .card-img {
  background-color: #fff;
}
.cid-qNjrg7AceG .card-box {
  padding: 0em;
}
.cid-qNjrg7AceG h4 {
  font-weight: 200;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNjrg7AceG p {
  text-align: left;
}
.cid-qNjrg7AceG .mbr-text {
  color: #767676;
}
.cid-qNjrg7AceG .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNjrg7AceG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNjrg7AceG .my-col {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 10px;
  }
}
.cid-qNjrg8zmGF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrg8zmGF .card-img {
  background-color: #fff;
}
.cid-qNjrg8zmGF .card-box {
  padding: 0em;
}
.cid-qNjrg8zmGF h4 {
  font-weight: 200;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNjrg8zmGF p {
  text-align: left;
}
.cid-qNjrg8zmGF .mbr-text {
  color: #767676;
}
.cid-qNjrg8zmGF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNjrg8zmGF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNjrg8zmGF .my-col {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 10px;
  }
}
.cid-qNjrg9AmAe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrg9AmAe .card-img {
  background-color: #fff;
}
.cid-qNjrg9AmAe .card-box {
  padding: 0em;
}
.cid-qNjrg9AmAe h4 {
  font-weight: 200;
  margin-bottom: 0;
  text-align: left;
}
.cid-qNjrg9AmAe p {
  text-align: left;
}
.cid-qNjrg9AmAe .mbr-text {
  color: #767676;
}
.cid-qNjrg9AmAe .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qNjrg9AmAe .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qNjrg9AmAe .my-col {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 10px;
  }
}
.cid-qNjrgaz1ud {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNjrgaz1ud .mbr-text,
.cid-qNjrgaz1ud blockquote {
  color: #767676;
}
.cid-qNjrgaz1ud .line {
  border-top: 1px solid #000000;
}
.cid-qNjrgbdkK5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qNjrgbdkK5 .media-container-row .mbr-text {
  color: #232323;
}

.reddot {
	color: rgba(255,0,4,1.00);
}
