@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);




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: 'Raleway', 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: 'Raleway', 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: 'Lato', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Raleway', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Raleway', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #c0a375 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #c0a375;
}
.btn-social:hover {
  background: #c0a375;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c0a375;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c0a375;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c0a375;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c0a375;
}
.lead a,
.lead a:hover {
  color: #c0a375;
}
.lead blockquote {
  border-color: #c0a375;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8ddcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #c0a375;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-0 .link {
  font-size: 0.75rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #0e0e0e;
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-0 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#header3-2 .mbr-section-title,
#header3-2 .mbr-section-subtitle {
  text-align: center;
}
#social-buttons2-a .mbr-section-title,
#social-buttons2-a .btn-social {
  color: #232323;
}
#contacts5-c p,
#contacts5-c .list-group-text,
#contacts5-c .form-control-label {
  color: #000;
}
#contacts5-c strong,
#contacts5-c h4 {
  color: #7e9b9f;
}
#contacts5-c form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-c .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-c .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}




#menu-m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-m .navbar-caption {
  color: #ffffff;
}
#menu-m .navbar-toggler {
  color: #ffffff;
}
#menu-m .link,
#menu-m .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-m .link {
  font-size: 0.75rem;
}
#menu-m .dropdown-item,
#menu-m .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-m .link:hover,
#menu-m .dropdown-item:hover,
#menu-m .link:focus,
#menu-m .dropdown-item:focus {
  color: #c0a375;
}
#menu-m .link[aria-expanded="true"],
#menu-m .dropdown-menu {
  background: #0e0e0e;
}
#menu-m .nav-dropdown-sm .link:focus,
#menu-m .nav-dropdown-sm .link:hover,
#menu-m .nav-dropdown-sm .dropdown-item:focus,
#menu-m .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-m .navbar,
#menu-m .nav-dropdown-sm,
#menu-m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-m .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-m .bg-color.transparent.opened .link:hover,
#menu-m .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-m .link[aria-expanded="true"],
#menu-m .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-m.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-m .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-m .close-icon::before,
#menu-m .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-w .mbr-section-title,
#msg-box8-w p {
  color: #fff;
}
#msg-box8-w .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-w .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-r PRE {
  font-size: 12px;
}
#header3-3n .mbr-section-title,
#header3-3n .mbr-section-subtitle {
  text-align: center;
}
#header3-3n H3 {
  font-family: 'Indie Flower', cursive;
  font-size: 32px;
  text-align: right;
  color: #c0a375;
}
#content7-3m P {
  font-size: 14px;
}
#content7-3m DIV {
  font-size: 14px;
}
#contacts5-f p,
#contacts5-f .list-group-text,
#contacts5-f .form-control-label {
  color: #000;
}
#contacts5-f strong,
#contacts5-f h4 {
  color: #7e9b9f;
}
#contacts5-f form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-f .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-f .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-z .navbar-caption {
  color: #ffffff;
}
#menu-z .navbar-toggler {
  color: #ffffff;
}
#menu-z .link,
#menu-z .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-z .link {
  font-size: 0.75rem;
}
#menu-z .dropdown-item,
#menu-z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-z .link:hover,
#menu-z .dropdown-item:hover,
#menu-z .link:focus,
#menu-z .dropdown-item:focus {
  color: #c0a375;
}
#menu-z .link[aria-expanded="true"],
#menu-z .dropdown-menu {
  background: #0e0e0e;
}
#menu-z .nav-dropdown-sm .link:focus,
#menu-z .nav-dropdown-sm .link:hover,
#menu-z .nav-dropdown-sm .dropdown-item:focus,
#menu-z .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-z .navbar,
#menu-z .nav-dropdown-sm,
#menu-z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-z .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-z .bg-color.transparent.opened .link:hover,
#menu-z .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-z .link[aria-expanded="true"],
#menu-z .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-z.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-z .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-z .close-icon::before,
#menu-z .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-10 .mbr-section-title,
#msg-box8-10 p {
  color: #fff;
}
#msg-box8-10 .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-10 .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-11 PRE {
  font-size: 12px;
}
#form1-2z .form-control-label {
  color: #232323;
}
#contacts5-14 p,
#contacts5-14 .list-group-text,
#contacts5-14 .form-control-label {
  color: #000;
}
#contacts5-14 strong,
#contacts5-14 h4 {
  color: #7e9b9f;
}
#contacts5-14 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-14 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-14 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-15 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-15 .navbar-caption {
  color: #ffffff;
}
#menu-15 .navbar-toggler {
  color: #ffffff;
}
#menu-15 .link,
#menu-15 .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-15 .link {
  font-size: 0.75rem;
}
#menu-15 .dropdown-item,
#menu-15 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-15 .link:hover,
#menu-15 .dropdown-item:hover,
#menu-15 .link:focus,
#menu-15 .dropdown-item:focus {
  color: #c0a375;
}
#menu-15 .link[aria-expanded="true"],
#menu-15 .dropdown-menu {
  background: #0e0e0e;
}
#menu-15 .nav-dropdown-sm .link:focus,
#menu-15 .nav-dropdown-sm .link:hover,
#menu-15 .nav-dropdown-sm .dropdown-item:focus,
#menu-15 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-15 .navbar,
#menu-15 .nav-dropdown-sm,
#menu-15 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-15 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-15 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-15 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-15 .bg-color.transparent.opened .link:hover,
#menu-15 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-15 .link[aria-expanded="true"],
#menu-15 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-15.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-15 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-15 .close-icon::before,
#menu-15 .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-16 .mbr-section-title,
#msg-box8-16 p {
  color: #fff;
}
#msg-box8-16 .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-16 .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-17 PRE {
  font-size: 12px;
}
#contacts5-1a p,
#contacts5-1a .list-group-text,
#contacts5-1a .form-control-label {
  color: #000;
}
#contacts5-1a strong,
#contacts5-1a h4 {
  color: #7e9b9f;
}
#contacts5-1a form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-1a .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-1a .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-1z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1z .navbar-caption {
  color: #ffffff;
}
#menu-1z .navbar-toggler {
  color: #ffffff;
}
#menu-1z .link,
#menu-1z .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-1z .link {
  font-size: 0.75rem;
}
#menu-1z .dropdown-item,
#menu-1z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1z .link:hover,
#menu-1z .dropdown-item:hover,
#menu-1z .link:focus,
#menu-1z .dropdown-item:focus {
  color: #c0a375;
}
#menu-1z .link[aria-expanded="true"],
#menu-1z .dropdown-menu {
  background: #0e0e0e;
}
#menu-1z .nav-dropdown-sm .link:focus,
#menu-1z .nav-dropdown-sm .link:hover,
#menu-1z .nav-dropdown-sm .dropdown-item:focus,
#menu-1z .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-1z .navbar,
#menu-1z .nav-dropdown-sm,
#menu-1z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1z .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-1z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1z .bg-color.transparent.opened .link:hover,
#menu-1z .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-1z .link[aria-expanded="true"],
#menu-1z .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1z.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1z .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1z .close-icon::before,
#menu-1z .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-20 .mbr-section-title,
#msg-box8-20 p {
  color: #fff;
}
#msg-box8-20 .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-20 .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-21 PRE {
  font-size: 12px;
}
#contacts5-24 p,
#contacts5-24 .list-group-text,
#contacts5-24 .form-control-label {
  color: #000;
}
#contacts5-24 strong,
#contacts5-24 h4 {
  color: #7e9b9f;
}
#contacts5-24 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-24 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-24 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-25 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-25 .navbar-caption {
  color: #ffffff;
}
#menu-25 .navbar-toggler {
  color: #ffffff;
}
#menu-25 .link,
#menu-25 .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-25 .link {
  font-size: 0.75rem;
}
#menu-25 .dropdown-item,
#menu-25 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-25 .link:hover,
#menu-25 .dropdown-item:hover,
#menu-25 .link:focus,
#menu-25 .dropdown-item:focus {
  color: #c0a375;
}
#menu-25 .link[aria-expanded="true"],
#menu-25 .dropdown-menu {
  background: #0e0e0e;
}
#menu-25 .nav-dropdown-sm .link:focus,
#menu-25 .nav-dropdown-sm .link:hover,
#menu-25 .nav-dropdown-sm .dropdown-item:focus,
#menu-25 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-25 .navbar,
#menu-25 .nav-dropdown-sm,
#menu-25 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-25 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-25 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-25 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-25 .bg-color.transparent.opened .link:hover,
#menu-25 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-25 .link[aria-expanded="true"],
#menu-25 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-25.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-25 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-25 .close-icon::before,
#menu-25 .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-26 .mbr-section-title,
#msg-box8-26 p {
  color: #fff;
}
#msg-box8-26 .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-26 .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-27 PRE {
  font-size: 12px;
}
#contacts5-2a p,
#contacts5-2a .list-group-text,
#contacts5-2a .form-control-label {
  color: #000;
}
#contacts5-2a strong,
#contacts5-2a h4 {
  color: #7e9b9f;
}
#contacts5-2a form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-2a .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-2a .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-2b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2b .navbar-caption {
  color: #ffffff;
}
#menu-2b .navbar-toggler {
  color: #ffffff;
}
#menu-2b .link,
#menu-2b .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-2b .link {
  font-size: 0.75rem;
}
#menu-2b .dropdown-item,
#menu-2b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2b .link:hover,
#menu-2b .dropdown-item:hover,
#menu-2b .link:focus,
#menu-2b .dropdown-item:focus {
  color: #c0a375;
}
#menu-2b .link[aria-expanded="true"],
#menu-2b .dropdown-menu {
  background: #0e0e0e;
}
#menu-2b .nav-dropdown-sm .link:focus,
#menu-2b .nav-dropdown-sm .link:hover,
#menu-2b .nav-dropdown-sm .dropdown-item:focus,
#menu-2b .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-2b .navbar,
#menu-2b .nav-dropdown-sm,
#menu-2b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2b .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-2b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2b .bg-color.transparent.opened .link:hover,
#menu-2b .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-2b .link[aria-expanded="true"],
#menu-2b .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-2b.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2b .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2b .close-icon::before,
#menu-2b .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-2c .mbr-section-title,
#msg-box8-2c p {
  color: #fff;
}
#msg-box8-2c .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-2c .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-2d PRE {
  font-size: 12px;
}
#header3-43 .mbr-section-title,
#header3-43 .mbr-section-subtitle {
  text-align: center;
}
#contacts5-2g p,
#contacts5-2g .list-group-text,
#contacts5-2g .form-control-label {
  color: #000;
}
#contacts5-2g strong,
#contacts5-2g h4 {
  color: #7e9b9f;
}
#contacts5-2g form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-2g .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-2g .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-2h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2h .navbar-caption {
  color: #ffffff;
}
#menu-2h .navbar-toggler {
  color: #ffffff;
}
#menu-2h .link,
#menu-2h .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-2h .link {
  font-size: 0.75rem;
}
#menu-2h .dropdown-item,
#menu-2h .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2h .link:hover,
#menu-2h .dropdown-item:hover,
#menu-2h .link:focus,
#menu-2h .dropdown-item:focus {
  color: #c0a375;
}
#menu-2h .link[aria-expanded="true"],
#menu-2h .dropdown-menu {
  background: #0e0e0e;
}
#menu-2h .nav-dropdown-sm .link:focus,
#menu-2h .nav-dropdown-sm .link:hover,
#menu-2h .nav-dropdown-sm .dropdown-item:focus,
#menu-2h .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-2h .navbar,
#menu-2h .nav-dropdown-sm,
#menu-2h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2h .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-2h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2h .bg-color.transparent.opened .link:hover,
#menu-2h .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-2h .link[aria-expanded="true"],
#menu-2h .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-2h.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2h .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2h .close-icon::before,
#menu-2h .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-2i .mbr-section-title,
#msg-box8-2i p {
  color: #fff;
}
#msg-box8-2i .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-2i .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-2j PRE {
  font-size: 12px;
}
#header3-47 .mbr-section-title,
#header3-47 .mbr-section-subtitle {
  text-align: center;
}
#header3-47 H3 {
  color: #e61904;
}
#content7-49 P {
  font-size: 14px;
}
#contacts5-2m p,
#contacts5-2m .list-group-text,
#contacts5-2m .form-control-label {
  color: #000;
}
#contacts5-2m strong,
#contacts5-2m h4 {
  color: #7e9b9f;
}
#contacts5-2m form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-2m .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-2m .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-2n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2n .navbar-caption {
  color: #ffffff;
}
#menu-2n .navbar-toggler {
  color: #ffffff;
}
#menu-2n .link,
#menu-2n .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-2n .link {
  font-size: 0.75rem;
}
#menu-2n .dropdown-item,
#menu-2n .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2n .link:hover,
#menu-2n .dropdown-item:hover,
#menu-2n .link:focus,
#menu-2n .dropdown-item:focus {
  color: #c0a375;
}
#menu-2n .link[aria-expanded="true"],
#menu-2n .dropdown-menu {
  background: #0e0e0e;
}
#menu-2n .nav-dropdown-sm .link:focus,
#menu-2n .nav-dropdown-sm .link:hover,
#menu-2n .nav-dropdown-sm .dropdown-item:focus,
#menu-2n .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-2n .navbar,
#menu-2n .nav-dropdown-sm,
#menu-2n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2n .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-2n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2n .bg-color.transparent.opened .link:hover,
#menu-2n .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-2n .link[aria-expanded="true"],
#menu-2n .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-2n.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2n .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2n .close-icon::before,
#menu-2n .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-2o .mbr-section-title,
#msg-box8-2o p {
  color: #fff;
}
#msg-box8-2o .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-2o .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-2p PRE {
  font-size: 12px;
}
#contacts5-2s p,
#contacts5-2s .list-group-text,
#contacts5-2s .form-control-label {
  color: #000;
}
#contacts5-2s strong,
#contacts5-2s h4 {
  color: #7e9b9f;
}
#contacts5-2s form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-2s .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-2s .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-2t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2t .navbar-caption {
  color: #ffffff;
}
#menu-2t .navbar-toggler {
  color: #ffffff;
}
#menu-2t .link,
#menu-2t .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-2t .link {
  font-size: 0.75rem;
}
#menu-2t .dropdown-item,
#menu-2t .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-2t .link:hover,
#menu-2t .dropdown-item:hover,
#menu-2t .link:focus,
#menu-2t .dropdown-item:focus {
  color: #c0a375;
}
#menu-2t .link[aria-expanded="true"],
#menu-2t .dropdown-menu {
  background: #0e0e0e;
}
#menu-2t .nav-dropdown-sm .link:focus,
#menu-2t .nav-dropdown-sm .link:hover,
#menu-2t .nav-dropdown-sm .dropdown-item:focus,
#menu-2t .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-2t .navbar,
#menu-2t .nav-dropdown-sm,
#menu-2t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2t .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-2t .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2t .bg-color.transparent.opened .link:hover,
#menu-2t .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-2t .link[aria-expanded="true"],
#menu-2t .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-2t.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-2t .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-2t .close-icon::before,
#menu-2t .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-2u .mbr-section-title,
#msg-box8-2u p {
  color: #fff;
}
#msg-box8-2u .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-2u .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-2v PRE {
  font-size: 12px;
}
#contacts5-2y p,
#contacts5-2y .list-group-text,
#contacts5-2y .form-control-label {
  color: #000;
}
#contacts5-2y strong,
#contacts5-2y h4 {
  color: #7e9b9f;
}
#contacts5-2y form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-2y .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-2y .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-30 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-30 .navbar-caption {
  color: #ffffff;
}
#menu-30 .navbar-toggler {
  color: #ffffff;
}
#menu-30 .link,
#menu-30 .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-30 .link {
  font-size: 0.75rem;
}
#menu-30 .dropdown-item,
#menu-30 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-30 .link:hover,
#menu-30 .dropdown-item:hover,
#menu-30 .link:focus,
#menu-30 .dropdown-item:focus {
  color: #c0a375;
}
#menu-30 .link[aria-expanded="true"],
#menu-30 .dropdown-menu {
  background: #0e0e0e;
}
#menu-30 .nav-dropdown-sm .link:focus,
#menu-30 .nav-dropdown-sm .link:hover,
#menu-30 .nav-dropdown-sm .dropdown-item:focus,
#menu-30 .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-30 .navbar,
#menu-30 .nav-dropdown-sm,
#menu-30 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-30 .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-30 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-30 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-30 .bg-color.transparent.opened .link:hover,
#menu-30 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-30 .link[aria-expanded="true"],
#menu-30 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-30.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-30 .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-30 .close-icon::before,
#menu-30 .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-31 .mbr-section-title,
#msg-box8-31 p {
  color: #fff;
}
#msg-box8-31 .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-31 .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#features3-3d P {
  font-size: 14px;
}
#features3-3e P {
  font-size: 14px;
}
#contacts5-35 p,
#contacts5-35 .list-group-text,
#contacts5-35 .form-control-label {
  color: #000;
}
#contacts5-35 strong,
#contacts5-35 h4 {
  color: #7e9b9f;
}
#contacts5-35 form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-35 .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-35 .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-3f .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3f .navbar-caption {
  color: #ffffff;
}
#menu-3f .navbar-toggler {
  color: #ffffff;
}
#menu-3f .link,
#menu-3f .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-3f .link {
  font-size: 0.75rem;
}
#menu-3f .dropdown-item,
#menu-3f .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-3f .link:hover,
#menu-3f .dropdown-item:hover,
#menu-3f .link:focus,
#menu-3f .dropdown-item:focus {
  color: #c0a375;
}
#menu-3f .link[aria-expanded="true"],
#menu-3f .dropdown-menu {
  background: #0e0e0e;
}
#menu-3f .nav-dropdown-sm .link:focus,
#menu-3f .nav-dropdown-sm .link:hover,
#menu-3f .nav-dropdown-sm .dropdown-item:focus,
#menu-3f .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-3f .navbar,
#menu-3f .nav-dropdown-sm,
#menu-3f .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3f .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-3f .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3f .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3f .bg-color.transparent.opened .link:hover,
#menu-3f .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-3f .link[aria-expanded="true"],
#menu-3f .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-3f.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-3f .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-3f .close-icon::before,
#menu-3f .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-3g .mbr-section-title,
#msg-box8-3g p {
  color: #fff;
}
#msg-box8-3g .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-3g .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content1-5e P {
  font-size: 15px;
  color: #000000;
}
#contacts5-3k p,
#contacts5-3k .list-group-text,
#contacts5-3k .form-control-label {
  color: #000;
}
#contacts5-3k strong,
#contacts5-3k h4 {
  color: #7e9b9f;
}
#contacts5-3k form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-3k .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-3k .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}




#menu-4n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4n .navbar-caption {
  color: #ffffff;
}
#menu-4n .navbar-toggler {
  color: #ffffff;
}
#menu-4n .link,
#menu-4n .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-4n .link {
  font-size: 0.75rem;
}
#menu-4n .dropdown-item,
#menu-4n .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-4n .link:hover,
#menu-4n .dropdown-item:hover,
#menu-4n .link:focus,
#menu-4n .dropdown-item:focus {
  color: #c0a375;
}
#menu-4n .link[aria-expanded="true"],
#menu-4n .dropdown-menu {
  background: #0e0e0e;
}
#menu-4n .nav-dropdown-sm .link:focus,
#menu-4n .nav-dropdown-sm .link:hover,
#menu-4n .nav-dropdown-sm .dropdown-item:focus,
#menu-4n .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-4n .navbar,
#menu-4n .nav-dropdown-sm,
#menu-4n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4n .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-4n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4n .bg-color.transparent.opened .link:hover,
#menu-4n .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-4n .link[aria-expanded="true"],
#menu-4n .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-4n.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-4n .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-4n .close-icon::before,
#menu-4n .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-4o .mbr-section-title,
#msg-box8-4o p {
  color: #fff;
}
#msg-box8-4o .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-4o .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-4p PRE {
  font-size: 12px;
}
#content2-4u BLOCKQUOTE {
  font-family: 'Slabo 27px', serif;
  color: #c0a375;
}
#content7-4s P {
  font-size: 14px;
}
#content7-4s DIV {
  font-size: 14px;
}
#contacts5-4t p,
#contacts5-4t .list-group-text,
#contacts5-4t .form-control-label {
  color: #000;
}
#contacts5-4t strong,
#contacts5-4t h4 {
  color: #7e9b9f;
}
#contacts5-4t form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-4t .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-4t .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}



#menu-1b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1b .navbar-caption {
  color: #ffffff;
}
#menu-1b .navbar-toggler {
  color: #ffffff;
}
#menu-1b .link,
#menu-1b .dropdown-item {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#menu-1b .link {
  font-size: 0.75rem;
}
#menu-1b .dropdown-item,
#menu-1b .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-1b .link:hover,
#menu-1b .dropdown-item:hover,
#menu-1b .link:focus,
#menu-1b .dropdown-item:focus {
  color: #c0a375;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-menu {
  background: #0e0e0e;
}
#menu-1b .nav-dropdown-sm .link:focus,
#menu-1b .nav-dropdown-sm .link:hover,
#menu-1b .nav-dropdown-sm .dropdown-item:focus,
#menu-1b .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu-1b .navbar,
#menu-1b .nav-dropdown-sm,
#menu-1b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1b .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#menu-1b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1b .bg-color.transparent.opened .link:hover,
#menu-1b .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu-1b .link[aria-expanded="true"],
#menu-1b .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu-1b.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#menu-1b .mbr-navbar__hamburger {
  color: #ffffff;
}
#menu-1b .close-icon::before,
#menu-1b .close-icon::after {
  background-color: #ffffff;
}
#msg-box8-1c .mbr-section-title,
#msg-box8-1c p {
  color: #fff;
}
#msg-box8-1c .lead P {
  font-family: 'Lato', sans-serif;
}
#msg-box8-1c .mbr-section-title {
  font-family: 'Lato', sans-serif;
}
#content2-1d PRE {
  font-size: 12px;
}
#content2-3s BLOCKQUOTE {
  font-size: 14px;
}
#msg-box5-3u H3 {
  font-size: 36px;
}
#msg-box5-3v H3 {
  font-size: 36px;
}
#msg-box5-3w H3 {
  font-size: 36px;
}
#msg-box5-3x H3 {
  font-size: 36px;
}
#contacts5-1g p,
#contacts5-1g .list-group-text,
#contacts5-1g .form-control-label {
  color: #000;
}
#contacts5-1g strong,
#contacts5-1g h4 {
  color: #7e9b9f;
}
#contacts5-1g form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  color: #565656;
}
#contacts5-1g .mbr-footer-content li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#contacts5-1g .mbr-company .list-group-text::after {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
