.space-10 {
  height: 10px;
  display: block;
  clear: both; }

.space-20 {
  height: 20px;
  display: block;
  clear: both; }

.space-30 {
  height: 30px;
  display: block;
  clear: both; }

.space-40 {
  height: 40px;
  display: block;
  clear: both; }

.space-50 {
  height: 50px;
  display: block;
  clear: both; }

.space-60 {
  height: 60px;
  display: block;
  clear: both; }

.space-70 {
  height: 70px;
  display: block;
  clear: both; }

.space-80 {
  height: 80px;
  display: block;
  clear: both; }

.space-90 {
  height: 90px;
  display: block;
  clear: both; }

.space-100 {
  height: 100px;
  display: block;
  clear: both; }

h1 {
  padding: 0;
  margin: 0; }

h2 {
  padding: 0;
  margin: 0; }

h3 {
  padding: 0;
  margin: 0; }

h4 {
  padding: 0;
  margin: 0; }

h5 {
  padding: 0;
  margin: 0; }

h6 {
  padding: 0;
  margin: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background: #2F2F2F; }

a, a:hover, a:focus {
  text-decoration: none; }

.btn.flat {
  border-radius: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.site {
  background: #F1F1F1; }

header .top-area {
  border-bottom: 1px solid #F1F1F1;
  padding: 10px 0;
  background: #FFFFFF; }
  header .top-area .contact-area {
    position: relative;
    top: 3px;
    text-align: left; }
    header .top-area .contact-area a {
      display: inline-block;
      color: #696969;
      font-size: 13px;
      -webkit-transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -o-transition: ease-in-out all 0.3s;
      transition: ease-in-out all 0.3s; }
    header .top-area .contact-area a:after {
      content: '/';
      margin: 0 5px;
      color: #C3C3C3; }
    header .top-area .contact-area a:last-child:after {
      display: none; }
    header .top-area .contact-area a:hover {
      color: #000000; }
  header .top-area .social {
    margin-right: 10px; }
    header .top-area .social a {
      display: inline-block;
      color: #C3C3C3;
      width: 24px;
      height: 24px;
      border: 1px solid #CCCCCC;
      text-align: center;
      border-radius: 3px;
      -webkit-transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -o-transition: ease-in-out all 0.3s;
      transition: ease-in-out all 0.3s; }
      header .top-area .social a .area {
        display: inline-block; }
    header .top-area .social a:hover {
      border-color: #333333;
      color: #333333; }
  header .top-area .lang {
    position: relative;
    top: 3px;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s; }
    header .top-area .lang a {
      display: inline-block;
      border-radius: 3px;
      width: 28px;
      height: 21px;
      overflow: hidden;
      -webkit-transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -o-transition: ease-in-out all 0.3s;
      transition: ease-in-out all 0.3s; }
      header .top-area .lang a em {
        display: block;
        width: 100%;
        height: 100%; }
      header .top-area .lang a em:before {
        display: block; }
  header .top-area .lang:hover a {
    opacity: .5; }
  header .top-area .lang a:hover {
    opacity: 1; }
header nav.navbar {
  background: #FFFFFF; }
  header nav.navbar ul li a {
    font-family: "Pragati Narrow", sans-serif;
    font-size: 16px;
    color: #000000;
    padding: 0 7px;
    font-weight: 700;
    text-align: right;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s; }
  header nav.navbar ul li a:hover {
    color: #E10000; }
  header nav.navbar ul li .dropdown-item {
    font-weight: 400 !important; }
  header nav.navbar ul li.form-link a {
    background: #E10000;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 2px 15px; }
  header nav.navbar ul li.form-link a:hover {
    background: #BC0000;
    border: none; }

.product {
  padding: 30px 0;
  background: #FFFFFF; }
  .product div.title {
    font-family: "Pragati Narrow", sans-serif;
    color: #333333;
    line-height: 22px;
    cursor: default;
    margin-bottom: 20px; }
    .product div.title strong {
      display: block;
      font-weight: 700;
      font-size: 24px; }
    .product div.title span {
      display: block;
      font-weight: normal;
      font-size: 17px;
      color: #696969; }
  .product div.title:after {
    content: '';
    display: block;
    height: 2px;
    width: 25%;
    background: #696969;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s; }
  .product .boxes .box {
    border: 2px solid #F1F1F1;
    margin-bottom: 20px; }
    .product .boxes .box figure {
      background: #F1F1F1;
      overflow: hidden; }
      .product .boxes .box figure img {
        -webkit-transition: ease-in-out all 0.3s;
        -moz-transition: ease-in-out all 0.3s;
        -o-transition: ease-in-out all 0.3s;
        transition: ease-in-out all 0.3s; }
    .product .boxes .box h2 {
      font-family: "Pragati Narrow", sans-serif;
      color: #333333;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 5px;
      cursor: default;
      padding: 0 15px; }
    .product .boxes .box p {
      line-height: 23px;
      font-size: 14px;
      cursor: default;
      padding: 0 15px; }
    .product .boxes .box a.more {
      display: inline-block;
      text-align: center;
      color: #FFFFFF;
      background: #E10000;
      border-radius: 100px;
      padding: 5px 16px;
      font-size: 11px;
      margin: 0 15px 10px 0;
      -webkit-transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -o-transition: ease-in-out all 0.3s;
      transition: ease-in-out all 0.3s; }
      .product .boxes .box a.more em {
        margin-left: 5px;
        -webkit-transition: ease-in-out all 0.3s;
        -moz-transition: ease-in-out all 0.3s;
        -o-transition: ease-in-out all 0.3s;
        transition: ease-in-out all 0.3s; }
    .product .boxes .box a.more:hover {
      background: #333333; }
      .product .boxes .box a.more:hover em {
        margin-left: 10px; }
  .product .boxes .box:hover figure img {
    transform: scale(1.1); }

.product:hover div.title:after {
  width: 100%;
  background: #333333; }

.slogan {
  padding: 30px 0;
  background: #C70404; }
  .slogan strong {
    display: inline-block;
    font-family: "Pragati Narrow", sans-serif;
    font-size: 35px;
    line-height: 30px;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 3px;
    margin-bottom: 3px; }
  .slogan span {
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700; }
  .slogan a.form {
    display: inline-block;
    text-align: center;
    color: #BC0000;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 10px 22px;
    font-weight: 700;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s; }
    .slogan a.form em {
      margin-left: 5px;
      -webkit-transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -o-transition: ease-in-out all 0.3s;
      transition: ease-in-out all 0.3s; }
  .slogan a.form:hover {
    background: #333333;
    color: #FFFFFF; }
    .slogan a.form:hover em {
      margin-right: 10px; }
  .slogan .text-area p {
    color: #FFE0E0;
    line-height: 24px;
    margin: 10px 0 0 0; }

.production {
  padding: 30px 0;
  background: #FFFFFF; }
  .production div.title {
    font-family: "Pragati Narrow", sans-serif;
    color: #333333;
    line-height: 22px;
    cursor: default;
    margin-bottom: 20px; }
    .production div.title strong {
      display: block;
      font-weight: 700;
      font-size: 24px; }
    .production div.title span {
      display: block;
      font-weight: normal;
      font-size: 17px;
      color: #696969; }
  .production div.title:after {
    content: '';
    display: block;
    height: 2px;
    width: 25%;
    background: #696969;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s; }
  .production .boxes .box {
    border: 2px solid #F1F1F1;
    margin-bottom: 20px; }
    .production .boxes .box figure {
      background: #F1F1F1;
      overflow: hidden; }
      .production .boxes .box figure img {
        -webkit-transition: ease-in-out all 0.3s;
        -moz-transition: ease-in-out all 0.3s;
        -o-transition: ease-in-out all 0.3s;
        transition: ease-in-out all 0.3s; }
    .production .boxes .box h3 {
      font-family: "Pragati Narrow", sans-serif;
      color: #333333;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 5px;
      cursor: default;
      padding: 0 15px; }
    .production .boxes .box p {
      line-height: 23px;
      font-size: 14px;
      cursor: default;
      padding: 0 15px; }
    .production .boxes .box a.more {
      display: inline-block;
      text-align: center;
      color: #FFFFFF;
      background: #E10000;
      border-radius: 100px;
      padding: 5px 16px;
      font-size: 11px;
      margin: 0 15px 10px 0;
      -webkit-transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -o-transition: ease-in-out all 0.3s;
      transition: ease-in-out all 0.3s; }
      .production .boxes .box a.more em {
        margin-left: 5px;
        -webkit-transition: ease-in-out all 0.3s;
        -moz-transition: ease-in-out all 0.3s;
        -o-transition: ease-in-out all 0.3s;
        transition: ease-in-out all 0.3s; }
    .production .boxes .box a.more:hover {
      background: #333333; }
      .production .boxes .box a.more:hover em {
        margin-left: 10px; }
  .production .boxes .box:hover figure img {
    transform: scale(1.1); }

.production:hover div.title:after {
  width: 100%;
  background: #333333; }

.news {
  padding: 30px 0;
  background: #E8E8E8; }
  .news div.title strong {
    font-family: "Pragati Narrow", sans-serif;
    display: inline-block;
    font-weight: 700;
    font-size: 24px; }
  .news div.title span.arrows {
    display: inline-block;
    line-height: 12px; }
    .news div.title span.arrows a {
      display: inline-block;
      color: #FFFFFF;
      padding: 2px 7px;
      border-radius: 3px;
      background: #E10000;
      margin-left: 5px;
      font-size: 12px;
      text-align: center;
      line-height: 17px;
      -webkit-transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -o-transition: ease-in-out all 0.3s;
      transition: ease-in-out all 0.3s; }
    .news div.title span.arrows a:hover {
      background: #333333; }
  .news div.title a.more-all {
    display: inline-block;
    color: #FFFFFF;
    padding: 2px 7px;
    border-radius: 3px;
    background: #333333;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s; }
  .news div.title a.more-all:hover {
    background: #E10000; }
  .news #news {
    padding: 0;
    margin: 0;
    list-style: none; }
    .news #news li {
      box-shadow: 1px 1px 1px #CCCCCC; }
      .news #news li a {
        display: block;
        padding: 20px;
        background: #FFFFFF;
        color: #696969;
        outline: none; }
        .news #news li a span {
          display: block;
          font-weight: 700; }
        .news #news li a em {
          font-style: normal;
          font-size: 13px; }
        .news #news li a p {
          margin: 0; }
      .news #news li a:focus {
        outline: none; }

footer {
  padding: 50px 0 0 0;
  background: #333333; }
  footer h4 {
    font-family: "Pragati Narrow", sans-serif;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 10px; }
  footer h4:after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background: #FFFFFF; }
  footer .about p {
    color: #DADADA;
    line-height: 20px;
    font-size: 13px;
    padding-right: 10px; }
  footer .menu ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
    footer .menu ul li a {
      color: #F1F1F1;
      font-size: 13px;
      -webkit-transition: ease-in-out all 0.3s;
      -moz-transition: ease-in-out all 0.3s;
      -o-transition: ease-in-out all 0.3s;
      transition: ease-in-out all 0.3s; }
    footer .menu ul li a:hover {
      color: #FF7777; }
  footer .social a {
    display: inline-block;
    color: #FFFFFF;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s; }
  footer .social:hover a {
    opacity: .5; }
  footer .social a:hover {
    opacity: 1; }
  footer .copyright {
    background: #2F2F2F;
    border-top: 1px solid #252525;
    padding: 5px 0;
    margin-top: 20px; }
    footer .copyright span {
      color: #E8E8E8;
      font-size: 13px; }
    footer .copyright a img {
      max-width: 100px; }
  footer .copyright:after {
    content: '';
    display: block;
    clear: both; }

#mobile-menu:not(.mm-menu) {
  display: none; }

#mobileMenuToggle {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 99;
  border-radius: 100%; }

@media only screen and (max-width: 992px) {
  #mobileMenuToggle {
    display: block; } }
@media only screen and (max-width: 576px) {
  .top-area .contact-area {
    margin-bottom: 10px;
    text-align: center; }
  .top-area .lang {
    display: block !important;
    text-align: center !important; }

  .slogan .col-md {
    text-align: center !important;
    margin: 10px 0; }
  .slogan a.form {
    margin-top: 15px; }

  footer .menu {
    margin: 10px 0; }
    footer .menu ul {
      padding: 0 30px; } }

/*# sourceMappingURL=app.css.map */
