﻿a,
a:focus,
a:hover {
  text-decoration: none;
}
ol,
ul {
  margin-bottom: 0;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.main-view {
  border-top: solid 10px #444;
}
.btn-primary {
  background: #79AC0B;
  border-color: #4C6C07;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #6A8430;
}
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active:focus,
.btn-primary:active:focus {
  background: #4C6C07;
}
.top-phone a {
  height: 100%;
  display: block;
  color: white;
  line-height: 40px;
  font-size: 16px;
}
.owl-carousel {
  height: 400px;
}
.owl-carousel .owl-wrapper-outer {
  /*top: -10px;*/
}
.owl-carousel div {
  max-height: 400px;
}
.owl-carousel div .carousel-img {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
.owl-carousel div .carousel-img.img1 {
  background-image: url('../images/Mazak 250.JPG');
}
.owl-carousel div .carousel-img.img2 {
  background-image: url('../images/peca_1.JPG');
}
.owl-carousel div .carousel-img.img3 {
  background-image: url('../images/Mazak 350.JPG');
}
.owl-carousel div .carousel-img.img4 {
  background-image: url('../images/peca_2.JPG');
}
.owl-carousel div .carousel-img.img5 {
  background-image: url('../images/Matsura Mill.JPG');
  background-position: 50% 65%;
}
.owl-carousel div .carousel-img.img6 {
  background-image: url('../images/peca_4.JPG');
}
.owl-carousel div .carousel-img.img7 {
  background-image: url('../images/Mazak HTC 400.JPG');
}
.owl-carousel div .carousel-img.img8 {
  background-image: url('../images/peca_5.JPG');
}
.owl-theme .owl-controls {
  margin-top: -38px !important;
  position: relative;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
  box-shadow: 1px 1px 1px #444;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #79AC0B;
}
.hero {
  /*min-height: 400px;
    background: url('../images/Shop 1.JPG');
    background-size: cover;
    background-position: 50%;
    position: relative;

    h1, p {
        color: @color-dark;
        font-size: 16px;
    }

    .about {
        height: 100%;
        position: absolute;
        padding: 15px;
    }

    .about-text {
        background: rgba(255, 255, 255, 0.8);
        height: 100%;
        padding: 15px;
    }*/
  background: #515151;
  border-bottom: solid 10px #79AC0B;
  margin-bottom: 30px;
}
.navbar {
  margin-bottom: 0;
}
.top-nav {
  height: 40px;
  background: #444;
}
.menu {
  height: 150px;
}
.menu .logo {
  height: 100%;
  margin-left: 15px;
  padding: 30px;
}
.menu ul li {
  display: inline-block;
  height: 150px;
  border-bottom: 5px solid rgba(68, 68, 68, 0);
  -moz-transition: border-bottom linear 0.3s;
  -o-transition: border-bottom linear 0.3s;
  -webkit-transition: border-bottom linear 0.3s;
  transition: border-bottom linear 0.3s;
}
.menu ul li a {
  padding: 0 28px;
  display: block;
  color: #444;
  text-decoration: none;
  font-size: 16px;
  height: 100%;
  padding-top: 90px;
}
.menu ul li:hover,
.menu ul li.active {
  border-bottom: 5px solid #79AC0B;
  -moz-transition: border-bottom linear 0.3s;
  -o-transition: border-bottom linear 0.3s;
  -webkit-transition: border-bottom linear 0.3s;
  transition: border-bottom linear 0.3s;
}
.about,
.materials,
.machines {
  padding-bottom: 75px;
}
#about .hero {
  /*height: 400px;*/
}
#about .hero .container {
  height: 400px;
  background: url('../images/front.JPG');
  background-size: cover;
  background-position: center;
}
#materials .hero {
  /*height: 400px;*/
}
#materials .hero .container {
  height: 400px;
  background: url('../images/front.JPG');
  background-size: cover;
  background-position: center;
}
#machines .hero {
  /*height: 400px;*/
}
#machines .hero .container {
  height: 400px;
  background: url('../images/front.JPG');
  background-size: cover;
  background-position: center;
}
h2 {
  padding: 15px 0;
  margin-bottom: 24px;
}
.title {
  /*border-top: solid 2px @color-primary;*/
}
.background {
  background-color: #444;
  color: white;
}
.background .info {
  padding: 34px 0;
}
.background .info h3 {
  margin-bottom: 34px;
}
.about .machine {
  width: 100%;
}
.materials .aluminium,
.materials .bronze,
.materials .carbon-steel,
.materials .stainless-steel,
.materials .duplex {
  height: 100px;
  text-align: center;
  color: white;
  font-size: 18px;
  padding-top: 35px;
}
.materials .aluminium {
  background: url('http://bgfons.com/upload/aluminum_texture1642.jpg');
}
.materials .bronze {
  background: url('http://www.kinzeybranham.com/wp-content/uploads/2014/12/Gold_Bronze_Portraits_bg.jpg');
}
.materials .carbon-steel {
  background: url('http://hdwallpapersimage.com/wp-content/uploads/2014/06/hdwallpapersimage.com-steel-pattern-wide-hd-wallpaper-1920x1200.jpg');
}
.materials .stainless-steel {
  background: url('http://www.metalremnants.com/wp-content/uploads/2013/11/stainless-steel.jpg');
}
.materials .duplex {
  background: url('http://previews.123rf.com/images/molaruso/molaruso1301/molaruso130100005/17319163-Background-with-circular-metal-chrome-iron-stainless-steel-silver-brushed-texture-for-internet-sites-Stock-Vector.jpg');
}
footer {
  margin-top: 60px;
}
footer a {
  display: inline-block;
  border-right: solid 1px;
  color: #444;
  margin: 30px 0;
  padding: 0 12px;
}
footer a:first-child {
  border-left: solid 1px;
}
.image img {
  width: 100%;
}
.banner {
  background: #444;
  min-height: 400px;
  width: 100%;
}
#contact h4 {
  margin-bottom: 0;
}
#contact .form {
  border-top: solid 10px #79AC0B;
}
#contact .form h3 {
  margin-top: 0;
}
#contact .icon-paragraph {
  font-size: 16px;
  padding-left: 30px;
}
#contact .icon-paragraph i {
  display: inline-block;
  margin-left: -24px;
}
#contact .icon-paragraph span {
  margin-left: 10px;
}
#contact .icon-paragraph span a {
  color: #79AC0B;
}
#contact .address {
  font-size: 16px;
}
.angular-google-map-container {
  height: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu .logo {
    padding: 28px 0;
  }
  .menu ul li a {
    padding: 90px 10px 0;
  }
  .card {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  #menu-items {
    float: none !important;
    margin: auto;
  }
  .menu {
    height: auto;
    min-height: 150px;
  }
  .menu a {
    line-height: 150px;
  }
  .menu a img {
    max-width: 75%;
    height: auto!important;
    max-height: 100%;
  }
  .menu ul li {
    width: 100%;
    height: 50px;
  }
  .menu ul li a {
    padding: 10px;
  }
  .menu .logo {
    padding: 20px 0;
  }
  .menu .navbar-toggle {
    height: 150px;
  }
  .menu .navbar-toggle .icon-bar {
    border-color: black;
    border: 1px solid;
  }
  .card {
    margin-bottom: 20px;
  }
}