@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&display=swap);















body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Roboto Condensed', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Roboto Condensed', 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: 'Oswald', 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: 'Oswald', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.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: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oswald', sans-serif;
}
.mbr-author-desc {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oswald', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #f28281 !important;
}
.bg-success {
  background-color: #00ffb3 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !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: #00ffb3;
  border-color: #00ffb3;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #00b37d;
  border-color: #00b37d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00b37d !important;
  border-color: #00b37d !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: #e82625;
  color: #e82625;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !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: #00996b;
  color: #00996b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00ffb3;
  border-color: #00ffb3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00ffb3 !important;
  border-color: #00ffb3 !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: #f28281 !important;
}
.text-success {
  color: #00ffb3 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #00ffb3;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #f28281;
}
.btn-social:hover {
  background: #f28281;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #f28281;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #f28281;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f28281;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f28281;
}
.lead a,
.lead a:hover {
  color: #f28281;
}
.lead blockquote {
  border-color: #f28281;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ccfff0;
}
.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: #f28281;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Oswald', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Oswald', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.features6 .feature-title {
  font-family: 'Oswald', sans-serif;
}
.features6 .description {
  font-family: 'Roboto Condensed', sans-serif;
}
.count,
.counter-title {
  font-family: 'Oswald', sans-serif;
}
.counter-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.mbr-iconfont-counters1 {
  color: #f28281;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Oswald', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extHeader5 .container label {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Oswald', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Oswald', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Oswald', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Oswald', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extHeader13 h4 {
  font-family: 'Oswald', sans-serif;
}
.extHeader13 .number {
  font-family: 'Oswald', sans-serif;
}
.extHeader13 .period {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extHeader13 .dot {
  font-family: 'Oswald', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Oswald', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extFeatures .feature-text {
  font-family: 'Roboto Condensed', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Oswald', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #f28281;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Oswald', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Oswald', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extForm2 .container h3 {
  font-family: 'Oswald', sans-serif;
}
.extForm2 .container p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #f28281;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extPricingTable1 .mbr-plan-label {
  background: #f28281;
}
.extCounters2 h4 {
  font-family: 'Oswald', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extCounters3 .count {
  font-family: 'Oswald', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Oswald', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #f28281;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #f28281;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #f28281;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Oswald', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Oswald', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #f28281;
}
.extAccordion1 .panel-heading a {
  font-family: 'Roboto Condensed', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #f28281;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Roboto Condensed', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #f28281;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #f28281;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #f28281;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extMsg-box1 .container h3 {
  font-family: 'Oswald', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extMsg-box1 h4 {
  font-family: 'Oswald', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Oswald', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Oswald', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #f28281 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #f28281;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #f28281;
}
.theme-border {
  border: 1px solid #f28281;
}
#extHeader16-w H3 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
#extHeader16-w P {
  font-family: 'Roboto Condensed', sans-serif;
}
#header3-1q .mbr-section-title,
#header3-1q .mbr-section-subtitle {
  text-align: center;
}
#header3-1q .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
#header3-1q .mbr-section-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-1p .mbr-iconfont-features4 {
  color: #000000 !important;
}
#extFeatures5-1p .wraper {
  border-color: #000000 !important;
}
#extFeatures5-1p H4 {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-1p .card-subtitle {
  font-size: 16px;
}
#extFeatures5-1p .card-subtitle B {
  color: #999999;
}
#extFeatures5-15 .mbr-iconfont-features4 {
  color: #000000 !important;
}
#extFeatures5-15 .wraper {
  border-color: #000000 !important;
}
#extFeatures5-15 H4 {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-15 .card-subtitle {
  font-size: 16px;
}
#extFeatures5-15 .card-subtitle B {
  color: #999999;
}
#msg-box3-z .mbr-section-title,
#msg-box3-z .lead {
  color: #000;
}
#msg-box3-z STRONG {
  font-size: 20px;
}
#msg-box3-z .btn {
  font-size: 20px;
}
#ext_menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1 .navbar-caption {
  color: #ffffff;
}
#ext_menu-1 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1 .close-icon::before,
#ext_menu-1 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1 .link,
#ext_menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-1 .link {
  font-size: 1.05rem;
}
#ext_menu-1 .dropdown-item,
#ext_menu-1 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#ext_menu-1 .link:hover,
#ext_menu-1 .dropdown-item:hover,
#ext_menu-1 .link:focus,
#ext_menu-1 .dropdown-item:focus {
  color: #f28281;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-menu {
  background: #05000d;
}
#ext_menu-1 .nav-dropdown-sm .link:focus,
#ext_menu-1 .nav-dropdown-sm .link:hover,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #120031!important;
}
#ext_menu-1 .navbar,
#ext_menu-1 .nav-dropdown-sm,
#ext_menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #180040;
}
#ext_menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1 .bg-color.transparent.opened .link:hover,
#ext_menu-1 .bg-color.transparent.opened .link:focus {
  color: #f28281;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-item[aria-expanded="true"] {
  color: #f28281!important;
}
#extFeatures7-i .mbr-section-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
}
#extFeatures7-i H5 {
  color: #000000;
  font-family: 'Arimo', sans-serif;
}
#extFeatures7-i P {
  color: #000000;
}
#extFeatures7-i .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extFeatures7-i H4 {
  font-size: 24px;
}
#msg-box3-10 .mbr-section-title,
#msg-box3-10 .lead {
  color: #000;
}
#msg-box3-10 STRONG {
  font-size: 20px;
}
#msg-box3-10 .btn {
  font-size: 20px;
}
#contacts3-w H4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#contacts3-w STRONG {
  color: #00ffb3;
}
#contacts3-w P {
  color: #ffffff;
}
#contacts3-w LI {
  color: #ffffff;
}
#contacts3-w SPAN {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#contacts3-w .list-group-text {
  color: #ffffff;
}





#ext_menu-x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-x .navbar-caption {
  color: #ffffff;
}
#ext_menu-x .navbar-toggler {
  color: #ffffff;
}
#ext_menu-x .close-icon::before,
#ext_menu-x .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-x .link,
#ext_menu-x .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-x .link {
  font-size: 1.05rem;
}
#ext_menu-x .dropdown-item,
#ext_menu-x .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#ext_menu-x .link:hover,
#ext_menu-x .dropdown-item:hover,
#ext_menu-x .link:focus,
#ext_menu-x .dropdown-item:focus {
  color: #f28281;
}
#ext_menu-x .link[aria-expanded="true"],
#ext_menu-x .dropdown-menu {
  background: #05000d;
}
#ext_menu-x .nav-dropdown-sm .link:focus,
#ext_menu-x .nav-dropdown-sm .link:hover,
#ext_menu-x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-x .nav-dropdown-sm .dropdown-item:hover {
  background: #120031!important;
}
#ext_menu-x .navbar,
#ext_menu-x .nav-dropdown-sm,
#ext_menu-x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-x .nav-dropdown-sm .dropdown-menu {
  background: #180040;
}
#ext_menu-x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-x .bg-color.transparent.opened .link:hover,
#ext_menu-x .bg-color.transparent.opened .link:focus {
  color: #f28281;
}
#ext_menu-x .link[aria-expanded="true"],
#ext_menu-x .dropdown-item[aria-expanded="true"] {
  color: #f28281!important;
}
#header2-x .mbr-section-title {
  font-size: 60px;
}
#header2-x .mbr-section-text {
  font-size: 18px;
}
#msg-box1-1v H3 {
  font-family: 'Roboto Condensed', sans-serif;
}
#header3-u .mbr-section-title,
#header3-u .mbr-section-subtitle {
  text-align: center;
}
#header3-u .mbr-section-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#header3-u .mbr-section-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#extFeatures5-w .mbr-iconfont-features4 {
  color: #000000 !important;
}
#extFeatures5-w .wraper {
  border-color: #000000 !important;
}
#extFeatures5-w H4 {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-w .card-subtitle {
  font-size: 16px;
}
#extFeatures5-w .card-subtitle B {
  color: #999999;
}





#ext_menu-r .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-r .navbar-caption {
  color: #ffffff;
}
#ext_menu-r .navbar-toggler {
  color: #ffffff;
}
#ext_menu-r .close-icon::before,
#ext_menu-r .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-r .link,
#ext_menu-r .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-r .link {
  font-size: 1.05rem;
}
#ext_menu-r .dropdown-item,
#ext_menu-r .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#ext_menu-r .link:hover,
#ext_menu-r .dropdown-item:hover,
#ext_menu-r .link:focus,
#ext_menu-r .dropdown-item:focus {
  color: #f28281;
}
#ext_menu-r .link[aria-expanded="true"],
#ext_menu-r .dropdown-menu {
  background: #05000d;
}
#ext_menu-r .nav-dropdown-sm .link:focus,
#ext_menu-r .nav-dropdown-sm .link:hover,
#ext_menu-r .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-r .nav-dropdown-sm .dropdown-item:hover {
  background: #120031!important;
}
#ext_menu-r .navbar,
#ext_menu-r .nav-dropdown-sm,
#ext_menu-r .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-r .nav-dropdown-sm .dropdown-menu {
  background: #180040;
}
#ext_menu-r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-r .bg-color.transparent.opened .link:hover,
#ext_menu-r .bg-color.transparent.opened .link:focus {
  color: #f28281;
}
#ext_menu-r .link[aria-expanded="true"],
#ext_menu-r .dropdown-item[aria-expanded="true"] {
  color: #f28281!important;
}
#header2-y .mbr-section-title {
  font-size: 60px;
}
#header2-y .mbr-section-text {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box1-u H3 {
  font-family: 'Roboto Condensed', sans-serif;
}
#content1-u P {
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-y .mbr-iconfont-features4 {
  color: #000000 !important;
}
#extFeatures5-y .wraper {
  border-color: #000000 !important;
}
#extFeatures5-y H4 {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-y .card-subtitle {
  font-size: 16px;
}
#extFeatures5-y .card-subtitle B {
  color: #999999;
}






#ext_menu-s .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-s .navbar-caption {
  color: #ffffff;
}
#ext_menu-s .navbar-toggler {
  color: #ffffff;
}
#ext_menu-s .close-icon::before,
#ext_menu-s .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-s .link,
#ext_menu-s .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-s .link {
  font-size: 1.05rem;
}
#ext_menu-s .dropdown-item,
#ext_menu-s .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#ext_menu-s .link:hover,
#ext_menu-s .dropdown-item:hover,
#ext_menu-s .link:focus,
#ext_menu-s .dropdown-item:focus {
  color: #f28281;
}
#ext_menu-s .link[aria-expanded="true"],
#ext_menu-s .dropdown-menu {
  background: #05000d;
}
#ext_menu-s .nav-dropdown-sm .link:focus,
#ext_menu-s .nav-dropdown-sm .link:hover,
#ext_menu-s .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-s .nav-dropdown-sm .dropdown-item:hover {
  background: #120031!important;
}
#ext_menu-s .navbar,
#ext_menu-s .nav-dropdown-sm,
#ext_menu-s .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-s .nav-dropdown-sm .dropdown-menu {
  background: #180040;
}
#ext_menu-s .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-s .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-s .bg-color.transparent.opened .link:hover,
#ext_menu-s .bg-color.transparent.opened .link:focus {
  color: #f28281;
}
#ext_menu-s .link[aria-expanded="true"],
#ext_menu-s .dropdown-item[aria-expanded="true"] {
  color: #f28281!important;
}
#header2-t .mbr-section-title {
  font-size: 100px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header3-10 .mbr-section-title,
#header3-10 .mbr-section-subtitle {
  text-align: center;
}
#header3-10 .mbr-section-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
}
#header3-10 .mbr-section-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#content1-v P {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-z .mbr-iconfont-features4 {
  color: #000000 !important;
}
#extFeatures5-z .wraper {
  border-color: #000000 !important;
}
#extFeatures5-z H4 {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-z .card-subtitle {
  font-size: 16px;
}
#extFeatures5-z .card-subtitle B {
  color: #999999;
}



#ext_menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1 .navbar-caption {
  color: #ffffff;
}
#ext_menu-1 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1 .close-icon::before,
#ext_menu-1 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1 .link,
#ext_menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-1 .link {
  font-size: 1.05rem;
}
#ext_menu-1 .dropdown-item,
#ext_menu-1 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#ext_menu-1 .link:hover,
#ext_menu-1 .dropdown-item:hover,
#ext_menu-1 .link:focus,
#ext_menu-1 .dropdown-item:focus {
  color: #f28281;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-menu {
  background: #05000d;
}
#ext_menu-1 .nav-dropdown-sm .link:focus,
#ext_menu-1 .nav-dropdown-sm .link:hover,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #120031!important;
}
#ext_menu-1 .navbar,
#ext_menu-1 .nav-dropdown-sm,
#ext_menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #180040;
}
#ext_menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1 .bg-color.transparent.opened .link:hover,
#ext_menu-1 .bg-color.transparent.opened .link:focus {
  color: #f28281;
}
#ext_menu-1 .link[aria-expanded="true"],
#ext_menu-1 .dropdown-item[aria-expanded="true"] {
  color: #f28281!important;
}
#extFeatures9-x P {
  color: #000000;
}
#extFeatures9-x H5 {
  color: #ffffff;
}
#contacts3-u H4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#contacts3-u STRONG {
  color: #00ffb3;
}
#contacts3-u P {
  color: #ffffff;
}
#contacts3-u LI {
  color: #ffffff;
}
#contacts3-u SPAN {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#contacts3-u .list-group-text {
  color: #ffffff;
}





#header3-x .mbr-section-title,
#header3-x .mbr-section-subtitle {
  text-align: center;
}
#header3-x .mbr-section-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
}
#header3-x .mbr-section-title {
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-d .navbar-caption {
  color: #ffffff;
}
#ext_menu-d .navbar-toggler {
  color: #ffffff;
}
#ext_menu-d .close-icon::before,
#ext_menu-d .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-d .link,
#ext_menu-d .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-d .link {
  font-size: 1.05rem;
}
#ext_menu-d .dropdown-item,
#ext_menu-d .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#ext_menu-d .link:hover,
#ext_menu-d .dropdown-item:hover,
#ext_menu-d .link:focus,
#ext_menu-d .dropdown-item:focus {
  color: #f28281;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-menu {
  background: #05000d;
}
#ext_menu-d .nav-dropdown-sm .link:focus,
#ext_menu-d .nav-dropdown-sm .link:hover,
#ext_menu-d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-d .nav-dropdown-sm .dropdown-item:hover {
  background: #120031!important;
}
#ext_menu-d .navbar,
#ext_menu-d .nav-dropdown-sm,
#ext_menu-d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-d .nav-dropdown-sm .dropdown-menu {
  background: #180040;
}
#ext_menu-d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-d .bg-color.transparent.opened .link:hover,
#ext_menu-d .bg-color.transparent.opened .link:focus {
  color: #f28281;
}
#ext_menu-d .link[aria-expanded="true"],
#ext_menu-d .dropdown-item[aria-expanded="true"] {
  color: #f28281!important;
}
#content1-l P {
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-11 .mbr-iconfont-features4 {
  color: #000000 !important;
}
#extFeatures5-11 .wraper {
  border-color: #000000 !important;
}
#extFeatures5-11 H4 {
  font-size: 48px;
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-11 .card-subtitle {
  font-size: 16px;
}
#extFeatures5-11 .card-subtitle B {
  color: #000000;
}











#ext_menu-12 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-12 .navbar-caption {
  color: #ffffff;
}
#ext_menu-12 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-12 .close-icon::before,
#ext_menu-12 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-12 .link,
#ext_menu-12 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-12 .link {
  font-size: 1.05rem;
}
#ext_menu-12 .dropdown-item,
#ext_menu-12 .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#ext_menu-12 .link:hover,
#ext_menu-12 .dropdown-item:hover,
#ext_menu-12 .link:focus,
#ext_menu-12 .dropdown-item:focus {
  color: #f28281;
}
#ext_menu-12 .link[aria-expanded="true"],
#ext_menu-12 .dropdown-menu {
  background: #05000d;
}
#ext_menu-12 .nav-dropdown-sm .link:focus,
#ext_menu-12 .nav-dropdown-sm .link:hover,
#ext_menu-12 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-12 .nav-dropdown-sm .dropdown-item:hover {
  background: #120031!important;
}
#ext_menu-12 .navbar,
#ext_menu-12 .nav-dropdown-sm,
#ext_menu-12 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-12 .nav-dropdown-sm .dropdown-menu {
  background: #180040;
}
#ext_menu-12 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-12 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-12 .bg-color.transparent.opened .link:hover,
#ext_menu-12 .bg-color.transparent.opened .link:focus {
  color: #f28281;
}
#ext_menu-12 .link[aria-expanded="true"],
#ext_menu-12 .dropdown-item[aria-expanded="true"] {
  color: #f28281!important;
}
#msg-box5-1g .btn {
  font-size: 20px;
}
#extFeatures7-1d .mbr-section-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
}
#extFeatures7-1d H5 {
  color: #000000;
  font-family: 'Arimo', sans-serif;
}
#extFeatures7-1d P {
  color: #000000;
}
#extFeatures7-1d .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extFeatures7-1d H4 {
  font-size: 24px;
}
#extFeatures7-1f .mbr-section-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
}
#extFeatures7-1f H5 {
  color: #000000;
  font-family: 'Arimo', sans-serif;
}
#extFeatures7-1f P {
  color: #000000;
}
#extFeatures7-1f .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#extFeatures7-1f H4 {
  font-size: 24px;
}
#header3-1x .mbr-section-title,
#header3-1x .mbr-section-subtitle {
  text-align: center;
}
#header3-1x .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #ffffff;
}
#header3-1x .mbr-section-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
}
#msg-box5-1w .btn {
  font-size: 20px;
}
#msg-box5-1w H3 {
  color: #ffffff;
}
#msg-box5-1w P {
  color: #ffffff;
}
#msg-box5-1i .btn {
  font-size: 20px;
}
#msg-box5-1i H3 {
  color: #f11748;
}
#msg-box5-1i P {
  color: #ffffff;
}
#contacts3-13 H4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#contacts3-13 STRONG {
  color: #00ffb3;
}
#contacts3-13 P {
  color: #ffffff;
}
#contacts3-13 LI {
  color: #ffffff;
}
#contacts3-13 SPAN {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#contacts3-13 .list-group-text {
  color: #ffffff;
}






#ext_menu-1j .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1j .navbar-caption {
  color: #ffffff;
}
#ext_menu-1j .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1j .close-icon::before,
#ext_menu-1j .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1j .link,
#ext_menu-1j .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-1j .link {
  font-size: 1.05rem;
}
#ext_menu-1j .dropdown-item,
#ext_menu-1j .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#ext_menu-1j .link:hover,
#ext_menu-1j .dropdown-item:hover,
#ext_menu-1j .link:focus,
#ext_menu-1j .dropdown-item:focus {
  color: #f28281;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-menu {
  background: #05000d;
}
#ext_menu-1j .nav-dropdown-sm .link:focus,
#ext_menu-1j .nav-dropdown-sm .link:hover,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1j .nav-dropdown-sm .dropdown-item:hover {
  background: #120031!important;
}
#ext_menu-1j .navbar,
#ext_menu-1j .nav-dropdown-sm,
#ext_menu-1j .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1j .nav-dropdown-sm .dropdown-menu {
  background: #180040;
}
#ext_menu-1j .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1j .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1j .bg-color.transparent.opened .link:hover,
#ext_menu-1j .bg-color.transparent.opened .link:focus {
  color: #f28281;
}
#ext_menu-1j .link[aria-expanded="true"],
#ext_menu-1j .dropdown-item[aria-expanded="true"] {
  color: #f28281!important;
}
#header2-1k .mbr-section-title {
  font-size: 100px;
  font-family: 'Roboto Condensed', sans-serif;
}
#header3-1l .mbr-section-title,
#header3-1l .mbr-section-subtitle {
  text-align: center;
}
#header3-1l .mbr-section-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  color: #efefef;
}
#header3-1l .mbr-section-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#content1-1m P {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
#content1-1m DIV {
  color: #ffffff;
}
#extFeatures5-1o .mbr-iconfont-features4 {
  color: #000000 !important;
}
#extFeatures5-1o .wraper {
  border-color: #000000 !important;
}
#extFeatures5-1o H4 {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
}
#extFeatures5-1o .card-subtitle {
  font-size: 16px;
}
#extFeatures5-1o .card-subtitle B {
  color: #999999;
}



#ext_menu-1y .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1y .navbar-caption {
  color: #ffffff;
}
#ext_menu-1y .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1y .close-icon::before,
#ext_menu-1y .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1y .link,
#ext_menu-1y .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
}
#ext_menu-1y .link {
  font-size: 1.05rem;
}
#ext_menu-1y .dropdown-item,
#ext_menu-1y .nav-dropdown-sm .link {
  font-size: 1.137rem;
}
#ext_menu-1y .link:hover,
#ext_menu-1y .dropdown-item:hover,
#ext_menu-1y .link:focus,
#ext_menu-1y .dropdown-item:focus {
  color: #f28281;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-menu {
  background: #05000d;
}
#ext_menu-1y .nav-dropdown-sm .link:focus,
#ext_menu-1y .nav-dropdown-sm .link:hover,
#ext_menu-1y .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1y .nav-dropdown-sm .dropdown-item:hover {
  background: #120031!important;
}
#ext_menu-1y .navbar,
#ext_menu-1y .nav-dropdown-sm,
#ext_menu-1y .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1y .nav-dropdown-sm .dropdown-menu {
  background: #180040;
}
#ext_menu-1y .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1y .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1y .bg-color.transparent.opened .link:hover,
#ext_menu-1y .bg-color.transparent.opened .link:focus {
  color: #f28281;
}
#ext_menu-1y .link[aria-expanded="true"],
#ext_menu-1y .dropdown-item[aria-expanded="true"] {
  color: #f28281!important;
}
#header3-23 .mbr-section-title,
#header3-23 .mbr-section-subtitle {
  text-align: center;
}
#contacts3-1z H4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#contacts3-1z STRONG {
  color: #00ffb3;
}
#contacts3-1z P {
  color: #ffffff;
}
#contacts3-1z LI {
  color: #ffffff;
}
#contacts3-1z SPAN {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}
#contacts3-1z .list-group-text {
  color: #ffffff;
}
