/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* GLOBAL */
body {
  font-family: 'Open Sans', sans-serif; }

input, textarea, button, select {
  outline: 0; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.site-title {
  text-align: center;
  font-size: 38px;
  margin-top: 25px;
  margin-bottom: 25px; }

.mobile-header {
  display: none; }

.mobile-menu {
  display: none; }

.header {
  background: rgba(0, 0, 0, 0.5);
  height: 140px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  -webkit-transition: 300ms;
  transition: 300ms; }
  .header-top {
    background: #d10202;
    height: 40px; }
    .header-top .container {
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .header-phone {
    color: #fff; }
    .header-phone i {
      margin-right: 10px; }
  .header-social a {
    color: #fff;
    margin: 0 10px; }
  .header-lang a {
    margin-left: 5px; }
  .header.sticky {
    background: #000;
    position: fixed;
    height: 70px; }
    .header.sticky .header-top {
      display: none; }
    .header.sticky .container {
      height: 70px; }
    .header.sticky .logo img {
      height: 50px; }
    .header.sticky .main-menu ul li ul {
      top: 70px; }
  .header .logo img {
    -webkit-transition: 300ms;
    transition: 300ms; }
  .header-middle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative; }
  .header .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header .main-menu ul li {
      font-size: 18px;
      font-weight: 500;
      margin-left: 50px;
      height: 165px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .header .main-menu ul li:after {
        content: '';
        width: 0%;
        height: 2px;
        display: block;
        background: #d10202;
        -webkit-transition: 300ms;
        transition: 300ms;
        margin: 5px auto 0 auto; }
      .header .main-menu ul li:hover:after {
        width: 100%; }
      .header .main-menu ul li a {
        color: #fff;
        display: block;
        line-height: 1; }
      .header .main-menu ul li ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        top: 100px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: 300ms;
        transition: 300ms; }
        .header .main-menu ul li ul li {
          line-height: 1;
          font-size: 14px;
          height: auto;
          padding: 15px 40px;
          margin-left: 0;
          text-align: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .header .main-menu ul li ul li:after {
            display: none; }
          .header .main-menu ul li ul li:hover {
            background: #fff; }
            .header .main-menu ul li ul li:hover a {
              color: #000; }
      .header .main-menu ul li .open-menu {
        background: rgba(0, 0, 0, 0.8);
        top: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        position: absolute;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 50px;
        -webkit-transition: 300ms;
        transition: 300ms; }
        .header .main-menu ul li .open-menu-product {
          width: calc(25% - 30px);
          margin: 0 15px; }
          .header .main-menu ul li .open-menu-product-image {
            padding: 30px 0;
            text-align: center; }
            .header .main-menu ul li .open-menu-product-image img {
              width: 75%; }
          .header .main-menu ul li .open-menu-product-title {
            color: #fff;
            font-size: 14px;
            border-bottom: 2px solid #fff;
            padding-bottom: 10px;
            text-align: center; }
          .header .main-menu ul li .open-menu-product-content a {
            font-size: 12px;
            color: #fff;
            line-height: 40px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            text-align: center; }
            .header .main-menu ul li .open-menu-product-content a:hover {
              text-decoration: underline; }
      .header .main-menu ul li:hover ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px); }
      .header .main-menu ul li:hover .open-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px); }

@media screen and (max-width: 1170px) {
  .header {
    display: none; }
  .mobile-menu {
    background: url(../img/menubg.jpg);
    display: block;
    width: 250px;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
    .mobile-menu.open {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .mobile-menu-logo {
      background: #000;
      height: 70px;
      text-align: center; }
      .mobile-menu-logo img {
        margin-top: 10px;
        height: 50px; }
    .mobile-menu-title {
      background: url(../img/mobilmenuback.png) no-repeat;
      color: #ff4b4b;
      height: 30px;
      line-height: 30px;
      margin-top: 10px;
      padding-left: 15px;
      font-size: 14px; }
    .mobile-menu-ul li {
      line-height: 40px;
      font-size: 12px;
      padding-left: 50px;
      background: url(../img/menuSeperator.png) no-repeat bottom; }
      .mobile-menu-ul li a {
        color: #fff; }
    .mobile-menu-lang {
      padding-top: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .mobile-menu-lang a {
        margin: 0 5px; }
  .mobile-header {
    background: #383838;
    position: relative;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mobile-header .logo {
      background: #000;
      height: 70px;
      padding: 10px 20px; }
      .mobile-header .logo img {
        height: 50px; }
    .mobile-header .mobile-menu-btn {
      margin-left: auto; }
      .mobile-header .mobile-menu-btn button {
        width: 70px;
        height: 70px;
        background: #d10202;
        color: #fff;
        font-size: 24px;
        outline: 0; } }

.main-slider {
  margin-bottom: 60px; }
  .main-slider img {
    width: 100%; }
  .main-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main-slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background: #D6D6D6 !important;
      border-radius: 50%;
      margin: 0 3px; }
      .main-slider .owl-dots .owl-dot.active {
        background: #869791 !important; }

.products {
  margin-top: 30px;
  background: #000;
  height: 240px; }
  .products-bar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.product-bar-box {
  width: 25%; }
  .product-bar-box:hover {
    background: #d10202; }
  .product-bar-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    height: 240px;
    text-align: center; }
  .product-bar-box img {
    margin-bottom: 25px;
    width: 60%; }

.about {
  margin-top: 50px;
  margin-bottom: 100px; }
  .about p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center; }

@media screen and (max-width: 667px) {
  .products {
    height: auto; }
    .products-bar-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-bar-box {
    width: 50%; } }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px; }
  .page-head {
    background-size: cover;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px; }
    .page-head h1 {
      background: rgba(0, 0, 0, 0.5);
      font-size: 48px;
      color: #fff;
      font-weight: 800;
      padding: 20px;
      margin-bottom: 30px; }
    .page-head h3 {
      background: rgba(0, 0, 0, 0.5);
      font-size: 30px;
      color: #fff;
      font-weight: 600;
      padding: 20px; }
  .page-content {
    width: calc(100%);
    margin-bottom: 50px; }
    .page-content.full {
      width: 100%; }
    .page-content h1 {
      padding: 18.5px;
      font-size: 22px;
      font-weight: 600;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; }
    .page-content p {
      margin-top: 20px; }
    .page-content a {
      color: #d10202; }

.sidebar {
  width: 285px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .sidebar-title {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 22px;
    font-weight: 600;
    padding: 15px; }
  .sidebar ul li a {
    display: block;
    font-size: 18px;
    padding: 0 15px;
    color: #000;
    line-height: 48px;
    border-bottom: 1px solid #e6e6e6; }
    .sidebar ul li a:hover, .sidebar ul li a.active {
      background: #f5f5f5; }

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product {
  width: calc(33.3333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px; }
  .product:nth-child(3n) {
    margin-right: 0; }
  .product-image {
    -webkit-box-shadow: 0 0 0 1px #eaeaea;
    box-shadow: 0 0 0 1px #eaeaea;
    border: 1px solid #f8f8f8;
    padding: 10px;
    overflow: hidden; }
    .product-image:hover img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    .product-image img {
      -webkit-transition: 300ms;
      transition: 300ms;
      width: 100%; }
  .product-title {
    background: #f6f6f6;
    height: 66px;
    text-align: center;
    padding-top: 10px;
    margin-top: 5px; }
    .product-title a {
      color: #000; }
    .product-title span {
      color: #d10202;
      display: block;
      font-size: 14px; }
  .product-detail-image {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-detail-image a {
      width: calc(100% - 20px);
      padding: 15px;
      overflow: hidden;
      display: block; }
      .product-detail-image a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .product-detail-image img {
      width: 100%;
      -webkit-transition: 300ms;
      transition: 300ms; }
  .product-detail-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 25px;
    border-bottom: 1px solid #000; }
  .product-catalogue {
    padding: 25px;
    display: inline-block;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 0 7px 1px #ebebeb;
    box-shadow: 0 0 7px 1px #ebebeb; }

ul.contact-info {
  font-size: 14px; }

ul.contact-info li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

ul.contact-info li span {
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

ul.contact-info li span i {
  font-style: normal;
  margin-left: auto;
  margin-right: 10px; }

ul.contact-info li a {
  text-decoration: underline; }

.contact-form {
  margin-top: 30px; }
  .contact-form input {
    width: 100%;
    background: #f5f5f5;
    border: none;
    padding: 15px 25px;
    margin-bottom: 20px; }
  .contact-form textarea {
    padding: 25px;
    width: 100%;
    background: #f5f5f5;
    border: none;
    resize: none;
    height: 150px; }
  .contact-form button {
    background: #d10202;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 25px; }

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }

.gallery-detail .gallery-image {
  padding: 10px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 7px 1px #ebebeb;
  box-shadow: 0 0 7px 1px #ebebeb; }
  .gallery-detail .gallery-image img {
    height: 150px; }

.gallery-image {
  width: calc(25% - 23px);
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden; }
  .gallery-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .gallery-image:nth-child(4n) {
    margin-right: 0; }
  .gallery-image img {
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 100%;
    height: 250px; }

@media screen and (max-width: 1170px) {
  .gallery-image {
    width: calc(50% - 15px); }
    .gallery-image:nth-child(2n) {
      margin-right: 0px; } }

@media screen and (max-width: 960px) {
  .page {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-head {
      height: 150px;
      padding-bottom: 0; }
      .page-head h1, .page-head h3 {
        background: rgba(0, 0, 0, 0.8);
        font-size: 18px;
        width: 100%;
        font-weight: 400;
        padding: 10px;
        margin-bottom: 0; }
    .page-content {
      width: 100%;
      margin-top: 50px; }
      .page-content h1 {
        font-size: 18px; }
  .sidebar {
    width: 100%; }
    .sidebar-title {
      font-size: 18px; }
  .product-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
	.product-detail-image {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-detail-image a {
        width: 100%; }
  .product {
    width: calc(50% - 10px);
    margin-right: 0; } }

@media screen and (max-width: 480px) {
  .product {
    width: 100%; }
    .product-detail-image {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-detail-image a {
        width: 100%; }
  .gallery-image {
    margin-right: 0;
    width: 100%; }
    .gallery-image img {
      height: auto; }
  ul.contact-info li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    ul.contact-info li span {
      min-width: 100%;
      font-weight: bold; }
    ul.contact-info li i {
      display: none; }
    ul.contact-info li a {
      display: block; } }

.footer-top {
  background: url(../img/footertop.jpg) no-repeat;
  background-size: cover;
  min-height: 400px;
  color: #fff;
  text-align: center; }
  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 400px; }
  .footer-top h3 {
    color: 28px;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 20px; }
  .footer-top p {
    font-size: 18px;
    margin-top: 15px; }

.footer-middle {background:#C50000;}	
	
.footer-middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}
  .footer-middle ul li {
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 33.33333%;
    padding: 40px 0;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600; }
    .footer-middle ul li:nth-child(1) {
      background: #3d3b3b; }
      .footer-middle ul li:nth-child(1):hover {
        background: #2d2b2b; }
    .footer-middle ul li:nth-child(2) {
      background: #101010; }
      .footer-middle ul li:nth-child(2):hover {
        background: #000; }
    .footer-middle ul li:nth-child(3) {
      background: #464545; }
      .footer-middle ul li:nth-child(3):hover {
        background: #363535; }
    .footer-middle ul li a {
      color: #fff; }
    .footer-middle ul li i {
      margin: 15px auto;
      display: block; }
    .footer-middle ul li span {
      font-size: 13px; }

.footer-bottom {
  background: #e9e9e9; }
  .footer-bottom .container {
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px; }

@media screen and (max-width: 960px) {
  .footer {
    text-align: center; }
    .footer-middle ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer-middle ul li {
        width: 100%;
        padding: 15px 0; } }
