@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
html {
  padding: 0;
  margin-top: 0 !important; }

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  color: #020202; }
  body h1 {
    text-transform: uppercase;
    font-size: 20px; }
  body .brd {
    background-color: #313536;
    padding: 20px 0; }
    body .brd a {
      color: #ffffff;
      text-decoration: none; }
      body .brd a:hover {
        text-decoration: underline; }
    body .brd .location {
      color: #ffffff;
      background-image: url("./img/loc.png");
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 20px; }
    body .brd .locale {
      color: #ffffff; }
      body .brd .locale .tr {
        padding-right: 10px; }
      body .brd .locale .en {
        padding-left: 10px; }
    body .brd .email {
      background-image: url("./img/mail.png");
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 20px; }
    body .brd .phone {
      background-image: url("./img/phone.png");
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 20px; }
  body .navigation.home {
    background: url("./img/main-pic-mcm1.jpg");
    height: 500px;
    background-position: top left;
    background-repeat: no-repeat; }
    body .navigation.home .container {
      padding-top: 20px; }
    body .navigation.home .text {
      margin-top: 50px;
      color: #ffffff;
      font-size: 35px;
      text-transform: uppercase; }
  body .navigation.other {
    background-color: #000; }
    body .navigation.other .container {
      padding: 20px 0; }
  body .navbar-brand {
    display: none; }
  body .navbar ul li {
    padding-left: 40px; }
  body .navbar ul a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px; }
  body .navbar ul .current-menu-item a, body .navbar ul .current-page-ancestor a {
    color: #FE7E00; }
  body .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  body .main .text {
    background-color: #F5F7F6;
    margin-left: 30px;
    padding: 40px 50px 40px 50px;
    border-bottom: 12px solid #FE7E00; }
    body .main .text h1 {
      color: #FE7E00;
      text-align: center;
      font-size: 25px;
      padding-bottom: 50px; }
  body .grey {
    background-color: #F5F7F6;
    padding: 20px 0; }
  body .breadcrumb {
    text-transform: uppercase;
    font-size: 14px; }
    body .breadcrumb a {
      color: #765D73;
      text-decoration: none; }
      body .breadcrumb a:hover {
        text-decoration: underline; }
    body .breadcrumb span {
      text-decoration: underline;
      color: #765D73; }
  body .products .product {
    border: 1px solid #D3D3D3;
    border-bottom: 3px solid #D3D3D3;
    text-align: center;
    margin-top: 20px; }
    body .products .product:hover {
      border-bottom: 3px solid #FE7E00; }
    body .products .product.border-none {
      border: 0px; }
    body .products .product img {
      max-width: unset; }
    body .products .product .caption {
      padding: 20px 0;
      font-weight: bold; }
      body .products .product .caption a {
        color: #020202;
        text-decoration: none; }
  body .footer {
    background: url("./img/main-pic-mcm3.jpg");
    height: 500px;
    background-position: top left;
    background-repeat: no-repeat; }
    body .footer .form-label {
      color: #ffffff; }
    body .footer .form-control {
      background-color: rgba(0, 0, 0, 0);
      color: #ffffff; }
    body .footer .btn-orange {
      background-color: #FE7E00;
      color: #ffffff;
      border-color: #FE7E00;
      text-transform: uppercase; }
    body .footer .form-control:focus {
      border-color: #FE7E00;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(201, 19, 49, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(201, 19, 49, 0.6); }

/*# sourceMappingURL=style.css.map */
