@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);


.subtitleFont {
  font-family: 'Lora', serif;
  font-style: normal;
}
body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Open Sans', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Open Sans', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Open Sans', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #fac51c !important;
}
.bg-success {
  background-color: #6f8823 !important;
}
.bg-info {
  background-color: #c70544 !important;
}
.bg-warning {
  background-color: #00a885 !important;
}
.bg-danger {
  background-color: #fa779f !important;
}
.btn-primary {
  background-color: #fac51c;
  border-color: #fac51c;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #c59704;
  border-color: #c59704;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c59704 !important;
  border-color: #c59704 !important;
}
.btn-secondary {
  background-color: #0072ff;
  border-color: #0072ff;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #0050b3;
  border-color: #0050b3;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0050b3 !important;
  border-color: #0050b3 !important;
}
.btn-info {
  background-color: #c70544;
  border-color: #c70544;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #7c032a;
  border-color: #7c032a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7c032a !important;
  border-color: #7c032a !important;
}
.btn-success {
  background-color: #6f8823;
  border-color: #6f8823;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #3d4b13;
  border-color: #3d4b13;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d4b13 !important;
  border-color: #3d4b13 !important;
}
.btn-warning {
  background-color: #00a885;
  border-color: #00a885;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #005c48;
  border-color: #005c48;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #005c48 !important;
  border-color: #005c48 !important;
}
.btn-danger {
  background-color: #fa779f;
  border-color: #fa779f;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #f72d6b;
  border-color: #f72d6b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f72d6b !important;
  border-color: #f72d6b !important;
}
.btn-primary-outline {
  background: none;
  border-color: #ac8404;
  color: #ac8404;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fac51c;
  border-color: #fac51c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fac51c !important;
  border-color: #fac51c !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #004499;
  color: #004499;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0072ff;
  border-color: #0072ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0072ff !important;
  border-color: #0072ff !important;
}
.btn-info-outline {
  background: none;
  border-color: #640322;
  color: #640322;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c70544;
  border-color: #c70544;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c70544 !important;
  border-color: #c70544 !important;
}
.btn-success-outline {
  background: none;
  border-color: #2d370e;
  color: #2d370e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #6f8823;
  border-color: #6f8823;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6f8823 !important;
  border-color: #6f8823 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #004234;
  color: #004234;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #00a885;
  border-color: #00a885;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00a885 !important;
  border-color: #00a885 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #f6155a;
  color: #f6155a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #fa779f;
  border-color: #fa779f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fa779f !important;
  border-color: #fa779f !important;
}
.text-primary {
  color: #fac51c !important;
}
.text-success {
  color: #6f8823 !important;
}
.text-info {
  color: #c70544 !important;
}
.text-warning {
  color: #00a885 !important;
}
.text-danger {
  color: #fa779f !important;
}
.alert-success {
  background-color: #6f8823;
}
.alert-info {
  background-color: #c70544;
}
.alert-warning {
  background-color: #00a885;
}
.alert-danger {
  background-color: #fa779f;
}
.btn-social {
  border-color: #fac51c;
}
.btn-social:hover {
  background: #fac51c;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #fac51c;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #fac51c;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #fac51c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fac51c;
}
.lead a,
.lead a:hover {
  color: #fac51c;
}
.lead blockquote {
  border-color: #fac51c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef8e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b5d457;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fb5188;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #28ffd2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #fac51c;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#ext_menu-i .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-i .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-i .navbar-toggler {
  color: #ffffff;
}
#ext_menu-i .close-icon::before,
#ext_menu-i .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-i .link,
#ext_menu-i .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-i .link {
  font-size: 0.85rem;
}
#ext_menu-i .dropdown-item,
#ext_menu-i .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-i .link:hover,
#ext_menu-i .dropdown-item:hover,
#ext_menu-i .link:focus,
#ext_menu-i .dropdown-item:focus {
  color: #fac51c;
}
#ext_menu-i .link[aria-expanded="true"],
#ext_menu-i .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-i .nav-dropdown-sm .link:focus,
#ext_menu-i .nav-dropdown-sm .link:hover,
#ext_menu-i .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-i .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-i .navbar,
#ext_menu-i .nav-dropdown-sm,
#ext_menu-i .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-i .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-i .bg-color.transparent.opened .link:hover,
#ext_menu-i .bg-color.transparent.opened .link:focus {
  color: #fac51c;
}
#ext_menu-i .link[aria-expanded="true"],
#ext_menu-i .dropdown-item[aria-expanded="true"] {
  color: #fac51c!important;
}
#header3-5n .mbr-section-title,
#header3-5n .mbr-section-subtitle {
  text-align: center;
}
#header3-5n .mbr-section-subtitle {
  color: #efefef;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#header3-5n .mbr-section-subtitle SPAN {
  font-size: 25px;
  color: #cecece;
}
#header3-5n .mbr-section-title {
  color: #cecece;
  font-size: 25px;
}

#ext_menu-19 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-19 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-19 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-19 .close-icon::before,
#ext_menu-19 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-19 .link,
#ext_menu-19 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-19 .link {
  font-size: 0.85rem;
}
#ext_menu-19 .dropdown-item,
#ext_menu-19 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-19 .link:hover,
#ext_menu-19 .dropdown-item:hover,
#ext_menu-19 .link:focus,
#ext_menu-19 .dropdown-item:focus {
  color: #fac51c;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-19 .nav-dropdown-sm .link:focus,
#ext_menu-19 .nav-dropdown-sm .link:hover,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-19 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-19 .navbar,
#ext_menu-19 .nav-dropdown-sm,
#ext_menu-19 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-19 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-19 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-19 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-19 .bg-color.transparent.opened .link:hover,
#ext_menu-19 .bg-color.transparent.opened .link:focus {
  color: #fac51c;
}
#ext_menu-19 .link[aria-expanded="true"],
#ext_menu-19 .dropdown-item[aria-expanded="true"] {
  color: #fac51c!important;
}
#content1-1f P {
  font-size: 16px;
}


#ext_menu-4w .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4w .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-4w .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4w .close-icon::before,
#ext_menu-4w .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4w .link,
#ext_menu-4w .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-4w .link {
  font-size: 0.85rem;
}
#ext_menu-4w .dropdown-item,
#ext_menu-4w .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-4w .link:hover,
#ext_menu-4w .dropdown-item:hover,
#ext_menu-4w .link:focus,
#ext_menu-4w .dropdown-item:focus {
  color: #fac51c;
}
#ext_menu-4w .link[aria-expanded="true"],
#ext_menu-4w .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-4w .nav-dropdown-sm .link:focus,
#ext_menu-4w .nav-dropdown-sm .link:hover,
#ext_menu-4w .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4w .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-4w .navbar,
#ext_menu-4w .nav-dropdown-sm,
#ext_menu-4w .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4w .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-4w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4w .bg-color.transparent.opened .link:hover,
#ext_menu-4w .bg-color.transparent.opened .link:focus {
  color: #fac51c;
}
#ext_menu-4w .link[aria-expanded="true"],
#ext_menu-4w .dropdown-item[aria-expanded="true"] {
  color: #fac51c!important;
}
#header3-6c .mbr-section-title,
#header3-6c .mbr-section-subtitle {
  text-align: center;
}
#header3-6c .mbr-section-title {
  color: #ffffff;
}
#msg-box7-53 .mbr-section-title,
#msg-box7-53 .lead p {
  color: #fff;
}
#msg-box7-53 B {
  color: #000000;
}
#header3-7t .mbr-section-title,
#header3-7t .mbr-section-subtitle {
  text-align: center;
}
#header3-7t .mbr-section-subtitle {
  color: #efefef;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#header3-7t .mbr-section-subtitle SPAN {
  font-size: 25px;
  color: #cecece;
}
#header3-7t .mbr-section-title {
  color: #cecece;
  font-size: 25px;
}


#ext_menu-77 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-77 .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-77 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-77 .close-icon::before,
#ext_menu-77 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-77 .link,
#ext_menu-77 .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-77 .link {
  font-size: 0.85rem;
}
#ext_menu-77 .dropdown-item,
#ext_menu-77 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-77 .link:hover,
#ext_menu-77 .dropdown-item:hover,
#ext_menu-77 .link:focus,
#ext_menu-77 .dropdown-item:focus {
  color: #fac51c;
}
#ext_menu-77 .link[aria-expanded="true"],
#ext_menu-77 .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-77 .nav-dropdown-sm .link:focus,
#ext_menu-77 .nav-dropdown-sm .link:hover,
#ext_menu-77 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-77 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-77 .navbar,
#ext_menu-77 .nav-dropdown-sm,
#ext_menu-77 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-77 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-77 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-77 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-77 .bg-color.transparent.opened .link:hover,
#ext_menu-77 .bg-color.transparent.opened .link:focus {
  color: #fac51c;
}
#ext_menu-77 .link[aria-expanded="true"],
#ext_menu-77 .dropdown-item[aria-expanded="true"] {
  color: #fac51c!important;
}
#msg-box6-79 .mbr-section-title,
#msg-box6-79 .lead p {
  color: #fff;
}
#msg-box6-79 H3 {
  color: #c70544;
}
#msg-box6-79 P {
  color: #c70544;
}
#msg-box5-7a H3 {
  color: #c70544;
}
#msg-box5-7a B {
  color: #444444;
}
#msg-box5-7a I {
  color: #444444;
}
#msg-box5-7a P {
  font-size: 14px;
  text-align: left;
}
#content1-7d P {
  text-align: right;
  font-size: 9px;
}
#content1-7f P {
  text-align: center;
}
#header3-7h .mbr-section-title,
#header3-7h .mbr-section-subtitle {
  text-align: center;
}
#header3-7h .mbr-section-subtitle {
  color: #efefef;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#header3-7h .mbr-section-subtitle SPAN {
  font-size: 25px;
  color: #cecece;
}
#header3-7h .mbr-section-title {
  color: #cecece;
  font-size: 25px;
}


#ext_menu-7v .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-7v .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-7v .navbar-toggler {
  color: #ffffff;
}
#ext_menu-7v .close-icon::before,
#ext_menu-7v .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-7v .link,
#ext_menu-7v .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-7v .link {
  font-size: 0.85rem;
}
#ext_menu-7v .dropdown-item,
#ext_menu-7v .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-7v .link:hover,
#ext_menu-7v .dropdown-item:hover,
#ext_menu-7v .link:focus,
#ext_menu-7v .dropdown-item:focus {
  color: #fac51c;
}
#ext_menu-7v .link[aria-expanded="true"],
#ext_menu-7v .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-7v .nav-dropdown-sm .link:focus,
#ext_menu-7v .nav-dropdown-sm .link:hover,
#ext_menu-7v .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-7v .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-7v .navbar,
#ext_menu-7v .nav-dropdown-sm,
#ext_menu-7v .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-7v .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-7v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-7v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-7v .bg-color.transparent.opened .link:hover,
#ext_menu-7v .bg-color.transparent.opened .link:focus {
  color: #fac51c;
}
#ext_menu-7v .link[aria-expanded="true"],
#ext_menu-7v .dropdown-item[aria-expanded="true"] {
  color: #fac51c!important;
}
#msg-box6-7x .mbr-section-title,
#msg-box6-7x .lead p {
  color: #fff;
}
#msg-box6-7x H3 {
  color: #c70544;
}
#msg-box6-7x P {
  color: #c70544;
}
#msg-box5-7y H3 {
  color: #c70544;
}
#msg-box5-7y B {
  color: #444444;
}
#msg-box5-7y I {
  color: #444444;
}
#msg-box5-7y P {
  font-size: 14px;
}
#content1-81 P {
  text-align: right;
  font-size: 9px;
}
#header3-85 .mbr-section-title,
#header3-85 .mbr-section-subtitle {
  text-align: center;
}
#header3-85 .mbr-section-subtitle {
  color: #efefef;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#header3-85 .mbr-section-subtitle SPAN {
  font-size: 25px;
  color: #cecece;
}
#header3-85 .mbr-section-title {
  color: #cecece;
  font-size: 25px;
}


#ext_menu-6v .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6v .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-6v .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6v .close-icon::before,
#ext_menu-6v .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6v .link,
#ext_menu-6v .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6v .link {
  font-size: 0.85rem;
}
#ext_menu-6v .dropdown-item,
#ext_menu-6v .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-6v .link:hover,
#ext_menu-6v .dropdown-item:hover,
#ext_menu-6v .link:focus,
#ext_menu-6v .dropdown-item:focus {
  color: #fac51c;
}
#ext_menu-6v .link[aria-expanded="true"],
#ext_menu-6v .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-6v .nav-dropdown-sm .link:focus,
#ext_menu-6v .nav-dropdown-sm .link:hover,
#ext_menu-6v .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6v .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-6v .navbar,
#ext_menu-6v .nav-dropdown-sm,
#ext_menu-6v .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6v .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-6v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6v .bg-color.transparent.opened .link:hover,
#ext_menu-6v .bg-color.transparent.opened .link:focus {
  color: #fac51c;
}
#ext_menu-6v .link[aria-expanded="true"],
#ext_menu-6v .dropdown-item[aria-expanded="true"] {
  color: #fac51c!important;
}
#msg-box6-6x .mbr-section-title,
#msg-box6-6x .lead p {
  color: #fff;
}
#msg-box6-6x H3 {
  color: #c70544;
}
#msg-box6-6x P {
  color: #c70544;
}
#msg-box2-8k .mbr-section-title {
  color: #fff;
}
#msg-box2-8k .mbr-section-subtitle {
  color: #a0a0a0;
}
#msg-box2-8k .mbr-section-subtitle DIV {
  font-size: 14px;
}
#gallery1-7l LI {
  color: #efefef;
}
#header3-75 .mbr-section-title,
#header3-75 .mbr-section-subtitle {
  text-align: center;
}
#header3-75 .mbr-section-subtitle {
  color: #efefef;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#header3-75 .mbr-section-subtitle SPAN {
  font-size: 25px;
  color: #cecece;
}
#header3-75 .mbr-section-title {
  color: #cecece;
  font-size: 25px;
}


#ext_menu-6j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-6j .navbar-caption {
  color: #ffffff;
  font-size: 13px;
}
#ext_menu-6j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-6j .close-icon::before,
#ext_menu-6j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-6j .link,
#ext_menu-6j .dropdown-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
#ext_menu-6j .link {
  font-size: 0.85rem;
}
#ext_menu-6j .dropdown-item,
#ext_menu-6j .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#ext_menu-6j .link:hover,
#ext_menu-6j .dropdown-item:hover,
#ext_menu-6j .link:focus,
#ext_menu-6j .dropdown-item:focus {
  color: #fac51c;
}
#ext_menu-6j .link[aria-expanded="true"],
#ext_menu-6j .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-6j .nav-dropdown-sm .link:focus,
#ext_menu-6j .nav-dropdown-sm .link:hover,
#ext_menu-6j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-6j .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-6j .navbar,
#ext_menu-6j .nav-dropdown-sm,
#ext_menu-6j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-6j .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-6j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-6j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-6j .bg-color.transparent.opened .link:hover,
#ext_menu-6j .bg-color.transparent.opened .link:focus {
  color: #fac51c;
}
#ext_menu-6j .link[aria-expanded="true"],
#ext_menu-6j .dropdown-item[aria-expanded="true"] {
  color: #fac51c!important;
}
#msg-box6-6l .mbr-section-title,
#msg-box6-6l .lead p {
  color: #fff;
}
#msg-box6-6l H3 {
  color: #c70544;
}
#msg-box6-6l P {
  color: #c70544;
}
#msg-box2-8j .mbr-section-title {
  color: #fff;
  text-align: center;
  font-size: 46px;
}
#msg-box2-8j .mbr-section-subtitle {
  color: #a0a0a0;
  text-align: center;
  font-size: 14px;
}
#gallery4-6q LI {
  color: #ffffff;
}
#header3-6t .mbr-section-title,
#header3-6t .mbr-section-subtitle {
  text-align: center;
}
#header3-6t .mbr-section-subtitle {
  color: #efefef;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#header3-6t .mbr-section-subtitle SPAN {
  font-size: 25px;
  color: #cecece;
}
#header3-6t .mbr-section-title {
  color: #cecece;
  font-size: 25px;
}
