@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
















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: 'Montserrat', 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: 'Montserrat', 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;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #b8312f !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: #b8312f;
  border-color: #b8312f;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #7b211f;
  border-color: #7b211f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7b211f !important;
  border-color: #7b211f !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: #671b1a;
  color: #671b1a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b8312f;
  border-color: #b8312f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b8312f !important;
  border-color: #b8312f !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: #b8312f !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: #b8312f;
}
.btn-social:hover {
  background: #b8312f;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #b8312f;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #b8312f;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #b8312f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b8312f;
}
.lead a,
.lead a:hover {
  color: #b8312f;
}
.lead blockquote {
  border-color: #b8312f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e08886;
}
.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: #b8312f;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#index-menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#index-menu-0 .navbar-caption {
  color: #ffffff;
}
#index-menu-0 .navbar-toggler {
  color: #c1c1c1;
}
#index-menu-0 .close-icon::before,
#index-menu-0 .close-icon::after {
  background-color: #c1c1c1;
}
#index-menu-0 .link,
#index-menu-0 .dropdown-item {
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}
#index-menu-0 .link {
  font-size: 0.85rem;
}
#index-menu-0 .dropdown-item,
#index-menu-0 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#index-menu-0 .link:hover,
#index-menu-0 .dropdown-item:hover,
#index-menu-0 .link:focus,
#index-menu-0 .dropdown-item:focus {
  color: #b8312f;
}
#index-menu-0 .link[aria-expanded="true"],
#index-menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#index-menu-0 .nav-dropdown-sm .link:focus,
#index-menu-0 .nav-dropdown-sm .link:hover,
#index-menu-0 .nav-dropdown-sm .dropdown-item:focus,
#index-menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#index-menu-0 .navbar,
#index-menu-0 .nav-dropdown-sm,
#index-menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#index-menu-0 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#index-menu-0 .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#index-menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#index-menu-0 .bg-color.transparent.opened .link:hover,
#index-menu-0 .bg-color.transparent.opened .link:focus {
  color: #b8312f;
}
#index-menu-0 .link[aria-expanded="true"],
#index-menu-0 .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#index-menu-0 .btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#index-header5-0 .mbr-section-title {
  color: #ffffff;
  font-size: 36px;
}
#index-header5-0 .mbr-section-lead {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
#index-header5-0 .mbr-section-lead SPAN {
  font-size: 23px;
  font-family: 'Oxygen', sans-serif;
}
#index-header3-0 .mbr-section-title,
#index-header3-0 .mbr-section-subtitle {
  text-align: center;
}
#index-header3-0 H3 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #b8312f;
}
#index-header3-0 SMALL {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#index-features1-0 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#index-features1-0 .mbr-cards-col:nth-child(odd) .card-title {
  color: #666666;
  font-family: 'Oxygen', sans-serif;
}
#index-features1-0 .mbr-cards-col:nth-child(even) .card-title {
  color: #666666;
  font-family: 'Oxygen', sans-serif;
}
#index-form1-0 .form-control-label {
  color: #232323;
}
#index-form1-0 .mbr-section-title {
  font-size: 32px;
}
#index-form1-0 SMALL {
  font-family: 'Oxygen', sans-serif;
}
#index-form1-0 SPAN {
  color: #b8312f;
}
#index-msg-box8-0 .mbr-section-title,
#index-msg-box8-0 p {
  color: #fff;
}
#index-msg-box8-0 .lead {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 36px;
  text-align: center;
}
#index-msg-box8-0 .mbr-section-title {
  font-size: 60px;
  text-align: center;
}
#index-contacts2-0 STRONG {
  color: #efefef;
  font-family: 'Oxygen', sans-serif;
}
#index-contacts2-0 P {
  font-family: 'Oxygen', sans-serif;
}
#index-footer1-0 P {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}












#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #c1c1c1;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #c1c1c1;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}
#menu-0 .link {
  font-size: 0.85rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #b8312f;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #e6e6e6;
}
#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: #f7f7f7!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: #ffffff;
}
#menu-0 .bg-color.transparent .link {
  color: #c1c1c1;
  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: #b8312f;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-0 .btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#msg-box8-a .mbr-section-title,
#msg-box8-a p {
  color: #fff;
}
#msg-box8-a .lead P {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#header3-k .mbr-section-title,
#header3-k .mbr-section-subtitle {
  text-align: center;
}
#header3-k H3 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #b8312f;
}
#header3-k SMALL {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#features1-l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-l .mbr-cards-col:nth-child(odd) .card-title {
  color: #666666;
  font-family: 'Oxygen', sans-serif;
}
#features1-l .mbr-cards-col:nth-child(even) .card-title {
  color: #666666;
  font-family: 'Oxygen', sans-serif;
}
#msg-box8-6 .mbr-section-title,
#msg-box8-6 p {
  color: #fff;
}
#msg-box8-6 .lead {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  font-size: 36px;
}
#msg-box8-6 .mbr-section-title {
  font-size: 60px;
}
#contacts2-8 STRONG {
  color: #efefef;
  font-family: 'Oxygen', sans-serif;
}
#contacts2-8 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-3 .mbr-section-title,
#social-buttons4-3 .btn-social {
  color: #fff;
}
#social-buttons4-3 .mbr-section-title SPAN {
  font-size: 25px;
  color: #9f0000;
  font-family: 'Oxygen', sans-serif;
}
#footer1-9 P {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}









#menu-c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-c .navbar-caption {
  color: #ffffff;
}
#menu-c .navbar-toggler {
  color: #c1c1c1;
}
#menu-c .close-icon::before,
#menu-c .close-icon::after {
  background-color: #c1c1c1;
}
#menu-c .link,
#menu-c .dropdown-item {
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}
#menu-c .link {
  font-size: 0.85rem;
}
#menu-c .dropdown-item,
#menu-c .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-c .link:hover,
#menu-c .dropdown-item:hover,
#menu-c .link:focus,
#menu-c .dropdown-item:focus {
  color: #b8312f;
}
#menu-c .link[aria-expanded="true"],
#menu-c .dropdown-menu {
  background: #e6e6e6;
}
#menu-c .nav-dropdown-sm .link:focus,
#menu-c .nav-dropdown-sm .link:hover,
#menu-c .nav-dropdown-sm .dropdown-item:focus,
#menu-c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-c .navbar,
#menu-c .nav-dropdown-sm,
#menu-c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-c .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-c .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-c .bg-color.transparent.opened .link:hover,
#menu-c .bg-color.transparent.opened .link:focus {
  color: #b8312f;
}
#menu-c .link[aria-expanded="true"],
#menu-c .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-c .btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#msg-box8-d .mbr-section-title,
#msg-box8-d p {
  color: #fff;
}
#msg-box8-d .lead P {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#header3-e .mbr-section-title,
#header3-e .mbr-section-subtitle {
  text-align: center;
}
#header3-e H3 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #b8312f;
}
#header3-e SMALL {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#gallery3-0 .mbr-gallery-item > div > span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #f3c649;
}
#contacts2-h STRONG {
  color: #efefef;
  font-family: 'Oxygen', sans-serif;
}
#contacts2-h P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-i .mbr-section-title,
#social-buttons4-i .btn-social {
  color: #fff;
}
#social-buttons4-i .mbr-section-title SPAN {
  font-size: 32px;
}
#footer1-j P {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}









#menu-l .hide-buttons .nav-btn {
  display: none !important;
}
#menu-l .navbar-caption {
  color: #ffffff;
}
#menu-l .navbar-toggler {
  color: #c1c1c1;
}
#menu-l .close-icon::before,
#menu-l .close-icon::after {
  background-color: #c1c1c1;
}
#menu-l .link,
#menu-l .dropdown-item {
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}
#menu-l .link {
  font-size: 0.85rem;
}
#menu-l .dropdown-item,
#menu-l .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-l .link:hover,
#menu-l .dropdown-item:hover,
#menu-l .link:focus,
#menu-l .dropdown-item:focus {
  color: #b8312f;
}
#menu-l .link[aria-expanded="true"],
#menu-l .dropdown-menu {
  background: #e6e6e6;
}
#menu-l .nav-dropdown-sm .link:focus,
#menu-l .nav-dropdown-sm .link:hover,
#menu-l .nav-dropdown-sm .dropdown-item:focus,
#menu-l .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-l .navbar,
#menu-l .nav-dropdown-sm,
#menu-l .nav-dropdown-sm .link[aria-expanded="true"],
#menu-l .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-l .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-l .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-l .bg-color.transparent.opened .link:hover,
#menu-l .bg-color.transparent.opened .link:focus {
  color: #b8312f;
}
#menu-l .link[aria-expanded="true"],
#menu-l .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-l .btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#msg-box8-m .mbr-section-title,
#msg-box8-m p {
  color: #fff;
}
#msg-box8-m .lead P {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#header3-n .mbr-section-title,
#header3-n .mbr-section-subtitle {
  text-align: center;
}
#header3-n H3 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #b8312f;
}
#header3-n SMALL {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#gallery3-1 .mbr-gallery-item > div > span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #f3c649;
}
#contacts2-p STRONG {
  color: #efefef;
  font-family: 'Oxygen', sans-serif;
}
#contacts2-p P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-q .mbr-section-title,
#social-buttons4-q .btn-social {
  color: #fff;
}
#social-buttons4-q .mbr-section-title SPAN {
  font-size: 32px;
}
#footer1-r P {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}









#menu-t .hide-buttons .nav-btn {
  display: none !important;
}
#menu-t .navbar-caption {
  color: #ffffff;
}
#menu-t .navbar-toggler {
  color: #c1c1c1;
}
#menu-t .close-icon::before,
#menu-t .close-icon::after {
  background-color: #c1c1c1;
}
#menu-t .link,
#menu-t .dropdown-item {
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}
#menu-t .link {
  font-size: 0.85rem;
}
#menu-t .dropdown-item,
#menu-t .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-t .link:hover,
#menu-t .dropdown-item:hover,
#menu-t .link:focus,
#menu-t .dropdown-item:focus {
  color: #b8312f;
}
#menu-t .link[aria-expanded="true"],
#menu-t .dropdown-menu {
  background: #e6e6e6;
}
#menu-t .nav-dropdown-sm .link:focus,
#menu-t .nav-dropdown-sm .link:hover,
#menu-t .nav-dropdown-sm .dropdown-item:focus,
#menu-t .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-t .navbar,
#menu-t .nav-dropdown-sm,
#menu-t .nav-dropdown-sm .link[aria-expanded="true"],
#menu-t .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-t .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-t .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-t .bg-color.transparent.opened .link:hover,
#menu-t .bg-color.transparent.opened .link:focus {
  color: #b8312f;
}
#menu-t .link[aria-expanded="true"],
#menu-t .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-t .btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#msg-box8-u .mbr-section-title,
#msg-box8-u p {
  color: #fff;
}
#msg-box8-u .lead P {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#header3-v .mbr-section-title,
#header3-v .mbr-section-subtitle {
  text-align: center;
}
#header3-v H3 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #b8312f;
}
#header3-v SMALL {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#header3-y .mbr-section-title,
#header3-y .mbr-section-subtitle {
  text-align: center;
}
#header3-y .mbr-section-title SPAN {
  font-size: 23px;
}
#header3-z .mbr-section-title,
#header3-z .mbr-section-subtitle {
  text-align: center;
}
#header3-z .mbr-section-title SPAN {
  font-size: 23px;
}
#header3-10 .mbr-section-title,
#header3-10 .mbr-section-subtitle {
  text-align: center;
}
#header3-10 .mbr-section-title {
  font-size: 23px;
}
#gallery3-2 .mbr-gallery-item > div > span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #f3c649;
}
#contacts2-x STRONG {
  color: #efefef;
  font-family: 'Oxygen', sans-serif;
}
#contacts2-x P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-y .mbr-section-title,
#social-buttons4-y .btn-social {
  color: #fff;
}
#social-buttons4-y .mbr-section-title SPAN {
  font-size: 32px;
}
#footer1-z P {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}








#menu-11 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-11 .navbar-caption {
  color: #ffffff;
}
#menu-11 .navbar-toggler {
  color: #c1c1c1;
}
#menu-11 .close-icon::before,
#menu-11 .close-icon::after {
  background-color: #c1c1c1;
}
#menu-11 .link,
#menu-11 .dropdown-item {
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}
#menu-11 .link {
  font-size: 0.85rem;
}
#menu-11 .dropdown-item,
#menu-11 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-11 .link:hover,
#menu-11 .dropdown-item:hover,
#menu-11 .link:focus,
#menu-11 .dropdown-item:focus {
  color: #b8312f;
}
#menu-11 .link[aria-expanded="true"],
#menu-11 .dropdown-menu {
  background: #e6e6e6;
}
#menu-11 .nav-dropdown-sm .link:focus,
#menu-11 .nav-dropdown-sm .link:hover,
#menu-11 .nav-dropdown-sm .dropdown-item:focus,
#menu-11 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-11 .navbar,
#menu-11 .nav-dropdown-sm,
#menu-11 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-11 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-11 .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-11 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-11 .bg-color.transparent.opened .link:hover,
#menu-11 .bg-color.transparent.opened .link:focus {
  color: #b8312f;
}
#menu-11 .link[aria-expanded="true"],
#menu-11 .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-11 .btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#msg-box8-12 .mbr-section-title,
#msg-box8-12 p {
  color: #fff;
}
#msg-box8-12 .lead P {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#header3-13 .mbr-section-title,
#header3-13 .mbr-section-subtitle {
  text-align: center;
}
#header3-13 H3 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #b8312f;
}
#header3-13 SMALL {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#contacts2-15 STRONG {
  color: #efefef;
  font-family: 'Oxygen', sans-serif;
}
#contacts2-15 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-16 .mbr-section-title,
#social-buttons4-16 .btn-social {
  color: #fff;
}
#social-buttons4-16 .mbr-section-title SPAN {
  font-size: 32px;
}
#footer1-17 P {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}









#menu-19 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-19 .navbar-caption {
  color: #ffffff;
}
#menu-19 .navbar-toggler {
  color: #c1c1c1;
}
#menu-19 .close-icon::before,
#menu-19 .close-icon::after {
  background-color: #c1c1c1;
}
#menu-19 .link,
#menu-19 .dropdown-item {
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}
#menu-19 .link {
  font-size: 0.85rem;
}
#menu-19 .dropdown-item,
#menu-19 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-19 .link:hover,
#menu-19 .dropdown-item:hover,
#menu-19 .link:focus,
#menu-19 .dropdown-item:focus {
  color: #b8312f;
}
#menu-19 .link[aria-expanded="true"],
#menu-19 .dropdown-menu {
  background: #e6e6e6;
}
#menu-19 .nav-dropdown-sm .link:focus,
#menu-19 .nav-dropdown-sm .link:hover,
#menu-19 .nav-dropdown-sm .dropdown-item:focus,
#menu-19 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-19 .navbar,
#menu-19 .nav-dropdown-sm,
#menu-19 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-19 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-19 .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-19 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-19 .bg-color.transparent.opened .link:hover,
#menu-19 .bg-color.transparent.opened .link:focus {
  color: #b8312f;
}
#menu-19 .link[aria-expanded="true"],
#menu-19 .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-19 .btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#msg-box8-1a .mbr-section-title,
#msg-box8-1a p {
  color: #fff;
}
#msg-box8-1a .lead P {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#header3-1b .mbr-section-title,
#header3-1b .mbr-section-subtitle {
  text-align: center;
}
#header3-1b H3 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #b8312f;
}
#header3-1b SMALL {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#gallery3-0 .mbr-gallery-item > div > span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #f3c649;
}
#contacts2-1d STRONG {
  color: #efefef;
  font-family: 'Oxygen', sans-serif;
}
#contacts2-1d P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-1e .mbr-section-title,
#social-buttons4-1e .btn-social {
  color: #fff;
}
#social-buttons4-1e .mbr-section-title SPAN {
  font-size: 32px;
}
#footer1-1f P {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}









#menu-5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5 .navbar-caption {
  color: #ffffff;
}
#menu-5 .navbar-toggler {
  color: #c1c1c1;
}
#menu-5 .close-icon::before,
#menu-5 .close-icon::after {
  background-color: #c1c1c1;
}
#menu-5 .link,
#menu-5 .dropdown-item {
  color: #c1c1c1;
  font-family: 'Raleway', sans-serif;
}
#menu-5 .link {
  font-size: 0.85rem;
}
#menu-5 .dropdown-item,
#menu-5 .nav-dropdown-sm .link {
  font-size: 0.921rem;
}
#menu-5 .link:hover,
#menu-5 .dropdown-item:hover,
#menu-5 .link:focus,
#menu-5 .dropdown-item:focus {
  color: #b8312f;
}
#menu-5 .link[aria-expanded="true"],
#menu-5 .dropdown-menu {
  background: #e6e6e6;
}
#menu-5 .nav-dropdown-sm .link:focus,
#menu-5 .nav-dropdown-sm .link:hover,
#menu-5 .nav-dropdown-sm .dropdown-item:focus,
#menu-5 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-5 .navbar,
#menu-5 .nav-dropdown-sm,
#menu-5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-5 .bg-color.transparent .link {
  color: #c1c1c1;
  transition: none;
}
#menu-5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5 .bg-color.transparent.opened .link:hover,
#menu-5 .bg-color.transparent.opened .link:focus {
  color: #b8312f;
}
#menu-5 .link[aria-expanded="true"],
#menu-5 .dropdown-item[aria-expanded="true"] {
  color: #b8312f!important;
}
#menu-5 .btn {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
#msg-box8-6 .mbr-section-title,
#msg-box8-6 p {
  color: #fff;
}
#msg-box8-6 .lead P {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
}
#header3-7 .mbr-section-title,
#header3-7 .mbr-section-subtitle {
  text-align: center;
}
#header3-7 H3 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #b8312f;
}
#header3-7 SMALL {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
}
#gallery3-c .mbr-gallery-item > div > span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #f3c649;
}
#contacts2-9 STRONG {
  color: #efefef;
  font-family: 'Oxygen', sans-serif;
}
#contacts2-9 P {
  font-family: 'Oxygen', sans-serif;
}
#social-buttons4-a .mbr-section-title,
#social-buttons4-a .btn-social {
  color: #fff;
}
#social-buttons4-a .mbr-section-title SPAN {
  font-size: 32px;
}
#footer1-b P {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
