@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&display=swap);











body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Arvo', 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: 'Arvo', serif;
}
.btn-sm,
.mbr-section-subtitle,
.mbr-cards .card-subtitle,
.nav-tabs .nav-link,
.mbr-testimonial .card-block,
.table th {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Arvo', serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Arvo', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #d35400 !important;
}
.bg-success {
  background-color: #7f8c8d !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ecf0f1 !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #d35400;
  border-color: #d35400;
  color: #f39c12;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #ff6a07;
  border-color: #ff6a07;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6a07 !important;
  border-color: #ff6a07 !important;
}
.btn-secondary {
  background-color: #666666;
  border-color: #666666;
  color: #f39c12;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-info {
  background-color: #000000;
  border-color: #000000;
  color: #f39c12;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success {
  background-color: #7f8c8d;
  border-color: #7f8c8d;
  color: #f39c12;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #9aa4a5;
  border-color: #9aa4a5;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9aa4a5 !important;
  border-color: #9aa4a5 !important;
}
.btn-warning {
  background-color: #ecf0f1;
  border-color: #ecf0f1;
  color: #f39c12;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #f39c12;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ed7669;
  border-color: #ed7669;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #c95000;
  color: #c95000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #d35400;
  border-color: #d35400;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #d35400 !important;
  border-color: #d35400 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #616161;
  color: #616161;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-info-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline {
  background: none;
  border-color: #7a8788;
  color: #7a8788;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #7f8c8d;
  border-color: #7f8c8d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #7f8c8d !important;
  border-color: #7f8c8d !important;
}
.btn-warning-outline {
  background: none;
  border-color: #e6ebed;
  color: #e6ebed;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ecf0f1 !important;
  border-color: #ecf0f1 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e64433;
  color: #e64433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-primary.btn-text {
  color: #d35400;
  background: none;
  border: none;
}
.btn-primary.btn-text:hover,
.btn-primary.btn-text:focus,
.btn-primary.btn-text.focus,
.btn-primary.btn-text:active,
.btn-primary.btn-text.active {
  color: #ff6a07;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #666666;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #808080;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-info.btn-text:hover,
.btn-info.btn-text:focus,
.btn-info.btn-text.focus,
.btn-info.btn-text:active,
.btn-info.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #7f8c8d;
  background: none;
  border: none;
}
.btn-success.btn-text:hover,
.btn-success.btn-text:focus,
.btn-success.btn-text.focus,
.btn-success.btn-text:active,
.btn-success.btn-text.active {
  color: #9aa4a5;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #ecf0f1;
  background: none;
  border: none;
}
.btn-warning.btn-text:hover,
.btn-warning.btn-text:focus,
.btn-warning.btn-text.focus,
.btn-warning.btn-text:active,
.btn-warning.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #e74c3c;
  background: none;
  border: none;
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus,
.btn-danger.btn-text.focus,
.btn-danger.btn-text:active,
.btn-danger.btn-text.active {
  color: #ed7669;
  background: none !important;
  border: none !important;
}
.btn-black.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-black.btn-text:hover,
.btn-black.btn-text:focus,
.btn-black.btn-text.focus,
.btn-black.btn-text:active,
.btn-black.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-white.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-white.btn-text:hover,
.btn-white.btn-text:focus,
.btn-white.btn-text.focus,
.btn-white.btn-text:active,
.btn-white.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.text-primary {
  color: #d35400 !important;
}
.text-success {
  color: #7f8c8d !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ecf0f1 !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #7f8c8d;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ecf0f1;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #d35400;
}
.btn-social:hover {
  background: #d35400;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #d35400;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #d35400;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #d35400;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d35400;
}
.lead a {
  color: #d35400;
}
.lead a:hover {
  color: #ff6a07;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffc6a0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c2c9c9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fdf3f2;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #d35400;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #d35400;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #d35400;
  color: #222;
}
/*end-nav-tabs*/
/*mbr-arrow next and toTop*/
.mbr-arrow a,
.mbr-arrow-up a {
  background: rgba(211, 84, 0, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #ec5e00;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #d35400;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(211, 84, 0, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #d35400;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #d35400;
}
.mbr-slider .carousel-indicators .active {
  background: #d35400;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #d35400;
}
.mbr-gallery .modal .close:hover {
  background: #d35400;
}
.mbr-gallery-filter li.active {
  border-color: #d35400;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #ff6a07;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(211, 84, 0, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #d35400;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #d35400;
}
/*content4*/
.content4 p {
  border-top-color: #d35400;
  border-bottom-color: #d35400;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #d35400;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #d35400;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #d35400;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #d35400;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #d35400;
  }
}
.progressbar .progressbar-number {
  background: #ff6a07;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #d35400;
}
.countdown2 .bottom1 {
  background: #ff6a07;
}
.countdown2 .bottom2 {
  background: #a04000;
}
/*accordion*/
.accordion .panel-heading {
  background: #ff6a07;
  border-bottom: 1px solid #a04000;
}
.accordion .panel-heading:hover {
  background: #a04000;
}
.accordion .accordion-group .panel:last-child:after {
  background: #a04000;
}
/* news */
.news__card:hover {
  background: #d35400;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #d35400;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #d35400;
  opacity: 0.2;
}
.team1 .title1,
.person-info .title1,
.team1 .title2,
.person-info .title2,
.team1 .title3,
.person-info .title3,
.team1 .title4,
.person-info .title4 {
  font-family: 'Arvo', serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Montserrat', sans-serif;
}
.team1 .text1,
.person-info .text1,
.team1 .text2,
.person-info .text2,
.team1 .text3,
.person-info .text3,
.team1 .text4,
.person-info .text4 {
  font-family: 'Open Sans', sans-serif;
}
.person-info .subtitle1,
.person-info .subtitle2,
.person-info .subtitle3,
.person-info .subtitle4 {
  color: #d35400;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Arvo', serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Montserrat', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Montserrat', sans-serif;
}
.form-control {
  background: #f5f5f5;
  padding: 0.8rem;
}
.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;
}
/*end colorM*/
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #d35400;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #d35400;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #d35400;
  font-family: 'Oswald', 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 .link:focus {
  color: #d35400;
}
#menu-0 .dropdown-item:hover::before,
#menu-0 .dropdown-item:focus::before {
  background: #d35400;
}
#menu-0 .dropdown-item:hover,
#menu-0 .dropdown-item:focus {
  color: #d35400;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: #044168;
}
#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: #05568a!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: #065f99;
}
#menu-0 .bg-color.transparent .link {
  color: #d35400;
  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: #d35400;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #d35400!important;
}
#menu-0 A {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}
#animated-bg1-3 .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-3 H1 {
  font-family: 'Montserrat', sans-serif;
}
#features15-a .mbr-section-title {
  font-weight: 700;
  color: #000000;
}
#features15-a .display-6 {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  color: #fff;
}
#features15-a .mbr-cards-row {
  margin-top: 40px;
}
#features15-a .display-5 {
  color: #000000;
}
.cid-rOs3536LSk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f06000;
  overflow: hidden;
}
.cid-rOs3536LSk H1 {
  color: #232323;
  text-align: right;
}
.cid-rOs3536LSk .mbr-text,
.cid-rOs3536LSk .mbr-section-btn {
  color: #ecf0f1;
}
.cid-rOs3536LSk .img1 {
  box-shadow: 0 10px 55px 5px rgba(128, 128, 128, 0.35);
  border-radius: 10px;
}
.cid-rOs3536LSk .relative {
  position: relative;
}
.cid-rOs3536LSk .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rOs3536LSk .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-rOs3536LSk .card-img2 .img2 {
  width: 120%;
}
.cid-rOs3536LSk .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rOs3536LSk .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-rOs3536LSk .img2 {
  box-shadow: 0 10px 55px 5px rgba(128, 128, 128, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
#features1-b .mbr-section-title {
  font-weight: 700;
  color: #c0392b;
}
#features1-b .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c0392b;
  font-size: 17px;
}
#features1-b .mbr-section-text {
  font-family: 'Montserrat', sans-serif;
}
#features1-b .mbr-section-subtitle B {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
}
#features6-o .lead {
  color: #9fa3a7;
}
#features6-o .mbr-section-subtitle {
  text-transform: uppercase;
}
#features6-o .mbr-section-title B {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
#features6-o .mbr-section-title {
  text-align: left;
  color: #f06000;
}
#shop1-c .galleryItem h4:hover {
  color: #d35400;
}
#shop1-c .mbr-gallery-filter ul li.active {
  color: #d35400;
}
#shop1-c .mbr-gallery-filter ul li:hover {
  color: #d35400;
}
#shop1-c .mbr-gallery-filter ul li:before {
  background: #d35400;
}
#shop1-c .min-toggle:hover,
#shop1-c .max-toggle:hover {
  background-color: #d35400;
}
#shop1-c .shop-title {
  font-family: Arvo;
}
#shop1-c .categories-titles .mbr-gallery-filter ul li {
  font-family: Arvo;
}
#shop1-c .max-input {
  font-family: Arvo;
}
#shop1-c .min-input {
  font-family: Arvo;
}
#shop1-c .item-title {
  font-family: Arvo;
  color: #c0392b;
  text-align: center;
}
#shop1-c .card-description {
  font-family: Open Sans;
  color: #000000;
}
#shop1-c .shop-item-price {
  font-family: Montserrat;
  color: #222222;
}
#shop1-c H3 {
  color: #d35400;
  font-size: 36px;
}
#shop1-c .btn {
  font-size: 13px;
}
#shop1-c .onsale {
  color: #c0392b;
}
#call4-q .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #c0392b;
}
#call4-q .mbr-section-title B {
  font-family: 'Montserrat', sans-serif;
}
#contacts1-5 .mbr-section-title {
  color: #ecf0f1;
}
#contacts1-5 .mbr-section-subtitle {
  color: #000000;
}
#contacts1-5 .mbr-section-text {
  color: #ecf0f1;
}
#footer1-6 .mbr-section-subtitle,
#footer1-6 .mbr-section-text {
  color: #fff;
}
#footer1-6 .mbr-section-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  color: #f06000;
  text-align: left;
}
#footer1-6 P {
  text-align: left;
}
