@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open Sans: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=Raleway:400,300,700);

body,
input,
textarea,
.hh-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.hh-footer-content li,
.hh-footer .hh-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,
.hh-figure .hh-figure-caption,
.hh-gallery-title,
.hh-map [data-state-details],
.hh-price {
  font-family: 'Montserrat', sans-serif;
}
.hh-footer-content h1,
.hh-footer .hh-contacts h1,
.hh-footer-content h2,
.hh-footer .hh-contacts h2,
.hh-footer-content h3,
.hh-footer .hh-contacts h3,
.hh-footer-content h4,
.hh-footer .hh-contacts h4,
.hh-footer-content p strong,
.hh-footer .hh-contacts p strong,
.hh-footer-content strong,
.hh-footer .hh-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.hh-section-subtitle,
.hh-section-hero .hh-section-lead,
.hh-cards .card-subtitle,
.hh-testimonial .card-block {
  font-family: 'Lora', serif;
}
.hh-author-name {
  font-family: 'Montserrat', sans-serif;
}
.hh-author-desc {
  font-family: 'Lora', serif;
}
.hh-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.hh-plan-subtitle,
.hh-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  background-color: #ff0000;
  border-color: #ff0000;
  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: #ff0000;
  border-color: #ff0000;
  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: #ff0000;
  border-color: #ff0000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !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: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.text-primary {
  color: #ff0000 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #ff0000;
}
.btn-social {
  border-color: #ff0000;
}
.btn-social:hover {
  background: #ff0000;
}
.hh-company .list-group-item.active .list-group-text {
  color: #ff0000;
}
.hh-footer p a,
.hh-footer ul a {
  color: #ff0000;
}
.hh-footer-content li::before,
.hh-footer .hh-contacts li::before {
  background: #ff0000;
}
.hh-footer-content li a:hover,
.hh-footer .hh-contacts li a:hover {
  color: #ff0000;
}
.lead a,
.lead a:hover {
  color: #ff0000;
}
.lead blockquote {
  border-color: #ff0000;
}
.hh-plan-header.bg-primary .hh-plan-subtitle,
.hh-plan-header.bg-primary .hh-plan-price-desc {
  color: #e8ddcd;
}
.hh-plan-header.bg-success .hh-plan-subtitle,
.hh-plan-header.bg-success .hh-plan-price-desc {
  color: #d0dac6;
}
.hh-plan-header.bg-info .hh-plan-subtitle,
.hh-plan-header.bg-info .hh-plan-price-desc {
  color: #c7d4d5;
}
.hh-plan-header.bg-warning .hh-plan-subtitle,
.hh-plan-header.bg-warning .hh-plan-price-desc {
  color: #ffffff;
}
.hh-plan-header.bg-danger .hh-plan-subtitle,
.hh-plan-header.bg-danger .hh-plan-price-desc {
  color: #ffffff;
}
.hh-small-footer a,
.hh-gallery-filter li:hover {
  color: #bcbcbc;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#slider-2 H2 {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
#slider-2 P {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: center;
}
#slider-2 .btn {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#slider-2 SPAN {
  font-size: 14.5px;
}
#slider-2 DIV {
  font-size: 32px;
}
#features3-j H4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .2px;
  color: #ff0000;
}
#features3-j P {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
#header3-1t .hh-section-title,
#header3-1t .hh-section-subtitle {
  text-align: center;
}
#header3-1t H3 {
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  color: #ff0000;
}
#header3-1t SMALL {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000000;
}
#features1-1w .striped .hh-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#menu-3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3 .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-3 .navbar-toggler {
  color: #ff0000;
}
#menu-3 .close-icon::before,
#menu-3 .close-icon::after {
  background-color: #ff0000;
}
#menu-3 .link,
#menu-3 .dropdown-item {
  color: #5f6a71;
  font-family: 'Open Sans', sans-serif;
}
#menu-3 .link {
  font-size: 0.89rem;
  font-weight: 500;
}
#menu-3 .dropdown-item,
#menu-3 .nav-dropdown-sm .link {
  font-size: 0.889rem;
  font-weight: 500;
}
#menu-3 .link:hover,
#menu-3 .dropdown-item:hover,
#menu-3 .link:focus,
#menu-3 .dropdown-item:focus {
  color: #ff0000;
}
#menu-3 .link[aria-expanded="true"],
#menu-3 .dropdown-menu {
  background: #e6e6e6;
}
#menu-3 .nav-dropdown-sm .link:focus,
#menu-3 .nav-dropdown-sm .link:hover,
#menu-3 .nav-dropdown-sm .dropdown-item:focus,
#menu-3 .nav-dropdown-sm .dropdown-item:hover {
  background: #fff!important;
}
#menu-3 .navbar,
#menu-3 .nav-dropdown-sm,
#menu-3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3 .nav-dropdown-sm .dropdown-menu {
  background: #fff; border-bottom: 1px solid rgba(255,0,0,5);
}
#menu-3 .bg-color.transparent .link {
  color: #5f6a71;
  transition: none;
}
#menu-3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3 .bg-color.transparent.opened .link:hover,
#menu-3 .bg-color.transparent.opened .link:focus {
  color: #ff0000;
}
#menu-3 .link[aria-expanded="true"],
#menu-3 .dropdown-item[aria-expanded="true"] {
  color: #ff0000!important;
}
#accordion-block-b .panel-body {
  padding: 15px;
}
#accordion-block-b .panel-group {
  margin-bottom: 20px;
}
#accordion-block-b .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
#accordion-block-b .panel-default {
  border-color: #ddd;
}
#accordion-block-b .panel-group .panel {
  margin-bottom: 0px;
  border-radius: 4px;
}
#accordion-block-b .panel-group .panel + .panel {
  margin-top: 5px;
}
#accordion-block-b .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#accordion-block-b .panel-group .panel-heading {
  border-bottom: 0;
}
#accordion-block-b .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
#accordion-block-b .collapse {
  display: n1;
}
#accordion-block-b .panel-group .panel-heading + .panel-collapse > .panel-body,
#accordion-block-b .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
#accordion-block-b .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
#accordion-block-b .panel-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: inherit;
}
#accordion-block-b [role="button"] {
  cursor: pointer;
}
#accordion-block-b .panel-title > a,
#accordion-block-b .panel-title > small,
#accordion-block-b .panel-title > .small,
#accordion-block-b .panel-title > small > a,
#accordion-block-b .panel-title > .small > a {
  color: inherit;
}
#accordion-block-b H1 {
  font-size: 21px;
  color: #ff0000;
  font-family: 'Open Sans', sans-serif;
}
#accordion-block-b P {
  font-family: 'Open Sans', sans-serif;
  color: #7b7a7a;
}
#accordion-block-b SPAN {
  font-family: 'Open Sans', sans-serif;
  color: #7b7a7a;
}
#social-buttons4-2v .hh-section-title,
#social-buttons4-2v .btn-social {
  color: #fff;
}
#social-buttons4-2v .hh-section-title {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}
#footer1-31 P {
  font-size: 12px;
  color: #7b7a7a;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
#contacts1-30 STRONG {
  color: #ff0000;
}
#contacts1-30 P {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}











#msg-box8-1o .hh-section-title,
#msg-box8-1o p {
  color: #fff;
}
#msg-box8-1o .hh-section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  color: #ff0000;
}
#msg-box8-1o .lead P {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
#msg-box8-1o .btn {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
#features3-2n H4 {
  color: #ff0000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: left;
  letter-spacing: .2px;
  padding-left: 22px;
}
#features3-2n P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  padding-left: 22px;
}
#header3-1r .hh-section-title,
#header3-1r .hh-section-subtitle {
  text-align: center;
  letter-spacing: .2px;
}
#header3-1r H3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  color: #ff0000;
}
#header3-1r SMALL {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #7b7a7a;
}
#contacts1-30 STRONG {
  color: #ff0000;
}
#contacts1-30 P {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
#menu-m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-m .navbar-caption {
  color: #ffffff;
}
#menu-m .navbar-toggler {
  color: #ff0000;
}
#menu-m .close-icon::before,
#menu-m .close-icon::after {
  background-color: #ff0000;
}
#menu-m .link,
#menu-m .dropdown-item {
  color: #5f6a71;
  font-family: 'Open Sans', sans-serif;
}
#menu-m .link {
  font-size: 0.8rem;
}
#menu-m .dropdown-item,
#menu-m .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-m .link:hover,
#menu-m .dropdown-item:hover,
#menu-m .link:focus,
#menu-m .dropdown-item:focus {
  color: #ff0000;
}
#menu-m .link[aria-expanded="true"],
#menu-m .dropdown-menu {
  background: #e6e6e6;
}
#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: #f7f7f7!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: rgba(255, 255, 255, 0.9); border-bottom: 1px solid rgba(255,0,0,5);
}
#menu-m .bg-color.transparent .link {
  color: #5f6a71;
  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: #ff0000;
}
#menu-m .link[aria-expanded="true"],
#menu-m .dropdown-item[aria-expanded="true"] {
  color: #ff0000!important;
}
#footer1-q P {
  font-size: 12px;
  color: #7b7a7a;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
#social-buttons4-p .hh-section-title,
#social-buttons4-p .btn-social {
  color: #fff;
}
#social-buttons4-p .hh-section-title {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}








#header1-2r .hh-section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
}
#header1-2r .hh-section-lead {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
#header1-2r .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#msg-box8-2q .hh-section-title,
#msg-box8-2q p {
  color: #fff;
}
#msg-box8-2q .hh-section-title {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  color: #000000;
}
#msg-box8-2q .lead P {
  text-align: left;
  color: #000000;
}
#contacts1-30 STRONG {
  color: #ff0000;
}
#contacts1-30 P {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
#menu-24 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-24 .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-24 .navbar-toggler {
  color: #ff0000;
}
#menu-24 .close-icon::before,
#menu-24 .close-icon::after {
  background-color: #ff0000;
}
#menu-24 .link,
#menu-24 .dropdown-item {
  color: #5f6a71;
  font-family: 'Open Sans', sans-serif;
}
#menu-24 .link {
  font-size: 0.8rem;
}
#menu-24 .dropdown-item,
#menu-24 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-24 .link:hover,
#menu-24 .dropdown-item:hover,
#menu-24 .link:focus,
#menu-24 .dropdown-item:focus {
  color: #ff0000;
}
#menu-24 .link[aria-expanded="true"],
#menu-24 .dropdown-menu {
  background: #e6e6e6;
}
#menu-24 .nav-dropdown-sm .link:focus,
#menu-24 .nav-dropdown-sm .link:hover,
#menu-24 .nav-dropdown-sm .dropdown-item:focus,
#menu-24 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-24 .navbar,
#menu-24 .nav-dropdown-sm,
#menu-24 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-24 .nav-dropdown-sm .dropdown-menu {
  background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid rgba(255,0,0,5);
}
#menu-24 .bg-color.transparent .link {
  color: #5f6a71;
  transition: none;
}
#menu-24 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-24 .bg-color.transparent.opened .link:hover,
#menu-24 .bg-color.transparent.opened .link:focus {
  color: #ff0000;
}
#menu-24 .link[aria-expanded="true"],
#menu-24 .dropdown-item[aria-expanded="true"] {
  color: #ff0000!important;
}
#social-buttons4-2w .hh-section-title,
#social-buttons4-2w .btn-social {
  color: #fff;
}
#social-buttons4-2w .hh-section-title {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}
#footer1-31 P {
  font-size: 12px;
  color: #7b7a7a;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}







#header1-2s .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#header1-2s .hh-section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  letter-spacing: .2px;
}
#header1-2s .hh-section-lead {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
#menu-2c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2c .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-2c .navbar-toggler {
  color: #ff0000;
}
#menu-2c .close-icon::before,
#menu-2c .close-icon::after {
  background-color: #ff0000;
}
#menu-2c .link,
#menu-2c .dropdown-item {
  color: #5f6a71;
  font-family: 'Open Sans', sans-serif;
}
#menu-2c .link {
  font-size: 0.8rem;
}
#menu-2c .dropdown-item,
#menu-2c .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-2c .link:hover,
#menu-2c .dropdown-item:hover,
#menu-2c .link:focus,
#menu-2c .dropdown-item:focus {
  color: #ff0000;
}
#menu-2c .link[aria-expanded="true"],
#menu-2c .dropdown-menu {
  background: #e6e6e6;
}
#menu-2c .nav-dropdown-sm .link:focus,
#menu-2c .nav-dropdown-sm .link:hover,
#menu-2c .nav-dropdown-sm .dropdown-item:focus,
#menu-2c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2c .navbar,
#menu-2c .nav-dropdown-sm,
#menu-2c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2c .nav-dropdown-sm .dropdown-menu {
  background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid rgba(255,0,0,5);
}
#menu-2c .bg-color.transparent .link {
  color: #5f6a71;
  transition: none;
}
#menu-2c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2c .bg-color.transparent.opened .link:hover,
#menu-2c .bg-color.transparent.opened .link:focus {
  color: #ff0000;
}
#menu-2c .link[aria-expanded="true"],
#menu-2c .dropdown-item[aria-expanded="true"] {
  color: #ff0000!important;
}
#contacts1-30 STRONG {
  color: #ff0000;
}
#contacts1-30 P {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
#social-buttons4-2x .hh-section-title,
#social-buttons4-2x .btn-social {
  color: #fff;
}
#social-buttons4-2x .hh-section-title {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}
#footer1-2l P {
  font-size: 12px;
  color: #7b7a7a;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

#header1-2f .hh-section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  letter-spacing: .2px;
}
#header1-2f .hh-section-lead {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
#header1-2f .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#menu-2g .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2g .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-2g .navbar-toggler {
  color: #ff0000;
}
#menu-2g .close-icon::before,
#menu-2g .close-icon::after {
  background-color: #ff0000;
}
#menu-2g .link,
#menu-2g .dropdown-item {
  color: #5f6a71;
  font-family: 'Open Sans', sans-serif;
}
#menu-2g .link {
  font-size: 0.8rem;
}
#menu-2g .dropdown-item,
#menu-2g .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-2g .link:hover,
#menu-2g .dropdown-item:hover,
#menu-2g .link:focus,
#menu-2g .dropdown-item:focus {
  color: #ff0000;
}
#menu-2g .link[aria-expanded="true"],
#menu-2g .dropdown-menu {
  background: #e6e6e6;
}
#menu-2g .nav-dropdown-sm .link:focus,
#menu-2g .nav-dropdown-sm .link:hover,
#menu-2g .nav-dropdown-sm .dropdown-item:focus,
#menu-2g .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2g .navbar,
#menu-2g .nav-dropdown-sm,
#menu-2g .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2g .nav-dropdown-sm .dropdown-menu {
  background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid rgba(255,0,0,5);
}
#menu-2g .bg-color.transparent .link {
  color: #5f6a71;
  transition: none;
}
#menu-2g .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2g .bg-color.transparent.opened .link:hover,
#menu-2g .bg-color.transparent.opened .link:focus {
  color: #ff0000;
}
#menu-2g .link[aria-expanded="true"],
#menu-2g .dropdown-item[aria-expanded="true"] {
  color: #ff0000!important;
}
#footer1-2h P {
  font-size: 12px;
  color: #7b7a7a;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
#contacts1-30 STRONG {
  color: #ff0000;
}
#contacts1-30 P {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
#social-buttons4-2y .hh-section-title,
#social-buttons4-2y .btn-social {
  color: #fff;
}
#social-buttons4-2y .hh-section-title {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}

#header1-2t .hh-section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  color: #ffffff;
  letter-spacing: .2px;
}
#header1-2t .hh-section-lead {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
#header1-2t .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#features3-2u H4 {
  color: #ff0000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  letter-spacing: .2px;
}
#features3-2u P {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#contacts1-30 STRONG {
  color: #ff0000;
  letter-spacing: .2px;
}
#contacts1-30 P {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
#menu-2k .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2k .navbar-caption {
  color: #ffffff;
  font-size: 14px;
}
#menu-2k .navbar-toggler {
  color: #ff0000;
}
#menu-2k .close-icon::before,
#menu-2k .close-icon::after {
  background-color: #ff0000;
}
#menu-2k .link,
#menu-2k .dropdown-item {
  color: #5f6a71;
  font-family: 'Open Sans', sans-serif;
}
#menu-2k .link {
  font-size: 0.8rem;
}
#menu-2k .dropdown-item,
#menu-2k .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu-2k .link:hover,
#menu-2k .dropdown-item:hover,
#menu-2k .link:focus,
#menu-2k .dropdown-item:focus {
  color: #ff0000;
}
#menu-2k .link[aria-expanded="true"],
#menu-2k .dropdown-menu {
  background: #e6e6e6;
}
#menu-2k .nav-dropdown-sm .link:focus,
#menu-2k .nav-dropdown-sm .link:hover,
#menu-2k .nav-dropdown-sm .dropdown-item:focus,
#menu-2k .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-2k .navbar,
#menu-2k .nav-dropdown-sm,
#menu-2k .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2k .nav-dropdown-sm .dropdown-menu {
  background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid rgba(255,0,0,5);
}
#menu-2k .bg-color.transparent .link {
  color: #5f6a71;
  transition: none;
}
#menu-2k .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2k .bg-color.transparent.opened .link:hover,
#menu-2k .bg-color.transparent.opened .link:focus {
  color: #ff0000;
}
#menu-2k .link[aria-expanded="true"],
#menu-2k .dropdown-item[aria-expanded="true"] {
  color: #ff0000!important;
}
#footer1-2l P {
  font-size: 12px;
  color: #7b7a7a;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
#social-buttons4-2z .hh-section-title,
#social-buttons4-2z .btn-social {
  color: #fff;
}
#social-buttons4-2z .hh-section-title {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}
