@import url('https://fonts.googleapis.com/css?family=Lato|Oswald');


body{
  font-family: 'Lato', sans-serif;
  padding-top: 105px;
  letter-spacing: 0.4px;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
}

.like-h1{
  font-size: 45px;
  line-height: 43px;
}

h2{
  font-size: 45px;
  line-height: 65px;
  margin-bottom:30px;
  margin-top: 0px;
}

h3{
  margin-bottom: 35px;
  font-size: 25px;
}

p{
  font-size: 17px;
  margin-bottom: 20px;
  color: #000;
}

#header{
  height: 105px;
  width:100%;
  position: fixed;
  z-index: 121;
  top: 0;
  left: 0;
  background: #000;
}

#header .container, #header .row{
  height: 100%;
  position: relative;
}

#logo{
  max-width:290px;
}

/* #logo img{
  height: 100%;
  width: auto;
} */

#mainmenu{
  position:absolute;
  bottom:0;
  right: 0;
  height: 52px;
}

.menu-container{
  height: 100%;
}

.navbar-collapse {
background-color: #000;
}

.navbar-nav{
  padding-bottom:25px;
  padding-top: 20px;
}

.navbar-nav li a{
  color: #FFF;
  font-size: 13px;
  line-height: 11px;
  text-transform: uppercase;
}

.navbar-nav li a:hover, .navbar-nav li.active a{
  color: #e31e24;
}

.navbar-nav li a:hover{
  background:none;
}

.navbar-toggle{
  position: absolute;
  bottom: 5px;
  right: 0;
}

.navbar-toggle .icon-bar{
  background: #e31e24;
}

.page-image-container {
width:100%;
background-size: cover;
background-position: center;
min-height: 300px;
padding: 20px 0;
}

.page-image-container h1 {
color: #fff;
text-shadow: 1px 1px 1px #000;
}

.body-image-container{
  width:100%;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  padding: 20px 0;
  color: #FFF;
}

.body-image-container h2{
  font-size:72px;
}


.btn, input[type="submit"]{
  height: 54px;
  padding: 16px 20px;
  font-size: 19px;
  color: #fff;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  border: 0;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.btn:hover{
  background-color: #a5d15f;
  border-color: #a5d15f;
  color: #fff;
}

.center-button{
  width:100%;
  text-align: center;
}

.btn.left{
  float: left;
}

.btn.right{
  float:right;
}

article.block{
  box-sizing: border-box;
  display: block;
  width:100%;
  margin: 60px 0px 20px;
  padding: 0 40px 20px;
  border-radius: 5px;
  position: relative;
}

article.block.fixed-true{
  height: 330px;
}

.icon-holder{
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-bottom: 30px;
}

.icon-holder .icon-container{
  height: 90px;
  width: 90px;
  margin-top:-45px;
  display: inline-block;
  font-size:32px;
  background-color: #FFF;
  border-radius: 50%;
  color: #a5d15f;
  line-height: 90px;
}

article.block span{
  width:100%;
  display: block;
  margin-bottom: 15px;
}

article.block h2, article.block h2 p{
  margin: 10px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
}

article.block .btn{
  background-color: #3a3d41;
}

article.block.fixed-true .btn{
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.red, .btn:hover{
  background-color: #e31e24;
}

.blue, .btn:hover{
  background-color: #3b5998;
}

.bg-grey{
  background: #d9dada;
  padding-top: 20px;
}

.bg-red {
  background: #e31e24;
  color: #FFF;
  padding: 20px 0;
}

.bg-red a {
color: #fff;
text-decoration: underline;
}

.bg-red p, .footer-black p, .header-image-container p{
  color: #FFF;
}

.footer-black{
  background: #222427;
  color: #FFF;
  padding: 20px 0;
}

.main-section, .default-section{
  padding: 20px 0;
}

/* Form */

select, input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], textarea {
  display: block;
  width: 100%;
  height: 47px;
  padding: 12px 20px;
     margin: 8px 0;
  box-sizing: border-box;
  -webkit-appearance: field;
  -moz-appearance: field;
  appearance: field;
  background-color: #fff;
  outline: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="number"]:focus{
  background-color: #FFF;
}

textarea{
  resize:vertical;
    width: 100%;
height: 150px;
}

label{
  margin-top: 20px;
}

input[type="submit"]{
  background-color: #e31e24;
  float: right;
  margin-top: 30px;
}

@media (max-width:767px){
  #mainmenu .navbar-nav{
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    background: #000;
    border-top: solid #e31e24 1px;
    padding: 5px 10px;
  }

  #logo{
  max-width:190px;
}

  .slider-content h1 {
  font-size: 40px !important;
  }

    #mainmenu .navbar-nav li{
      margin: 10px 7px;
    }

  #mainmenu .navbar-nav li a{
    font-size: 15px;
  }
}

/* Slider */

.slider-section-slider, .slider-section-slider .slider-slide {
  height: 600px;
  position:relative;
  width:100%;
  background-position: center 40%;
  background-size: cover;
}

.slider-section-slider .slider-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 120;
}

.slider-content h1 {
font-size: 70px;
color: #fff;
text-shadow: 1px 1px 1px #000;
}

/* Machines */

.main-image {
height: 400px;
background-repeat: no-repeat;
background-size: cover;
}

.project-detail-info li {
  font-size: 17px;
}

.machine-header {
color: #e31e24;
}

.model-specifications{
  padding-top: 70px;
}

.index-detail-row{
  margin-top: 20px;
  margin-bottom: 20px;
}

.index-detail-image{
  height:100%;
  min-height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}
