@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

* {
  -webkit-font-smoothing: antialiased;
}

body {
  background: #121212 url('/images/uploads/engineering-drawing.png') center no-repeat;
  background-size: cover;
  color: white;
  font-family: 'Droid Sans', sans;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: font-size 1s ease;
  -moz-transition: font-size 1s ease;
  -o-transition: font-size 1s ease;
  transition: font-size 1s ease;
}

/* animations */
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* text formatting */
.text-normal-case {
  text-transform: none;
}
hr {
  border: none;
  height: 1px;
}
.navbar-default .navbar-nav>li>.current {
  color: #df912a;
}
.strikethrough {
  text-decoration: line-through;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-small {
  font-size: 12px;
}
.text-large {
  font-size: 24px;
}

/* containers, padding */
.container-inner {
  width: 97%;
}
.padding-top-1 {
  padding-top: 1px;
}
.shop .row-fluid {
  margin-top: 20px;
}

/* page-specific */
.contact img {
  margin: 4px;
}
.home-page .marketing.three-column a {
  text-transform: uppercase;
}
.home-page .row.three-column {
  padding-top: 0;
}
.home-page.container-inner {
  width: 93%;
}

.shop .product-image .col-md-4 {
  padding-left: 0;
}
.shop .col-md-8 {
  width: 58%;
}
.shop form {
  margin-top: 38px;
}
.shop .form-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop .form-group label {
  padding-left: 0;
}
.shop .btn-primary {
  width: 90%;
}
.shop .product {
  margin-bottom: 30px;
}
.shop .product-image {
  margin-bottom: 20px;
}
.shop .prices {
  font-size: 14px;
}
.shop .prices p {
  min-height: 40px;
}
.learn-more {
  margin-bottom: 5px;
}

.dealers img {
  margin-bottom: 20px;
}
.dealers figure {
  text-align: left !important;
}
.dealers h3 {
  font-size: 18px;
}

.product h3 {
  margin-top: 0;
}
.marketing.product h4 {
  color: white;
  font-size: 18px;
}
.product .product-images {
  margin-bottom: 40px;
}
.full-width {
  width: 100%;
}
.product .table tbody td {
  border: none;
}
select {
  color: black;
}
.product select {
  width: 100%;
}
.checkout input {
  color: black;
}
.checkout legend {
  color: white;
}

.order .table {
  margin: 0 -8px;
}

.cart-header {
  margin: 20px 0;
}
.cart-header .col-md-3 {
  padding: 0;
}
.discount-name {
  margin-top: 5px;
  color: grey;
}

.form-actions,
.order-summary {
  margin-top: 20px;
}

/* buttons */
.btn {
  text-transform: uppercase;
  border: none;
  padding: 8px 22px;
}
.btn-primary,
.btn-success {
  background-color: #df912a;
  color: black;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #A75F00;
  border-color: none;
}
a.btn.btn-default {
  padding: 4px 11px;
  color: black;
}


/* forms */
.shop .form-control {
   border: none;
   background-color: #df912a;
   text-align: center;
}
.product .control-label,
.shop .control-label {
  font-weight: normal;
}
.contact .form-control {
   border: none;
   background-color: #df912a;
   color: #000;
}
.product .control-group {
  margin: 10px 0;
}
#item_qty {
  width: 70px;
}
.table > thead > tr > th {
  border-bottom: 2px solid #4D4D4D;
}

legend {
  border-bottom: 1px solid #4D4D4D;
  color: white;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  border-top: 1px solid #2F2E2E;
}
select[name="shipping_method"] {
  width: 105%;
}


/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer,
.footer-extra {
  padding-right: 15px;
  padding-left: 15px;
}

/* footer */
.footer {
  padding-top: 10px;
  color: white;
  font-size: 12px;
  margin-bottom: 15px;
}
.footer a {
  padding: 0 5px;
  color: white;
}
.footer-extra {
  margin-bottom: 15px;
}

/* Customize container */
.container {
  position: relative;
}
.container-narrow > hr {
  margin: 30px 0;
}

/* branding */
.marketing {
  position: relative;
}
.marketing h4 {
  color: #df912a;
  font-size: 24px;
}
.marketing p + h4 {
  margin-top: 28px;
}
.marketing a {
  color: white;
}
.marketing.with-lines {
  margin: 0;
  padding: 20px 0;
}
.social-media {
  position: absolute;
  top: 20px;
  right: 5px;
  z-index: 200;
}
.social-media .facebook {
  margin-right: 10px;
}
.branding {
  position: absolute;
  right: 100px;
  font-weight: 700;
  color: #ee992b;
  opacity: 0.2;
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
  text-align: right;
}
.chanter {
  position: absolute;
  z-index: 100;
}
.lead {
  text-transform: uppercase;
  position: absolute;
  z-index: 100;
  height: auto;
  left: 5%;
  top: 70%;
  color: white;
  line-height: 1;
  text-shadow: 0 0 10px #000;
}
.black {
  color: black;
  text-shadow: none;
}
.logo {
  position: relative;
}
.well {
  background: none;
  border: none;
}

/* screen-xs-max */
@media (max-width: 767px) {
  .marketing {
    margin: 10px 0;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-default {
    margin-top: 0;
  }
  .navbar-brand {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 255px;
  }
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -40px;
  }
  .navbar-nav {
    position: relative;
    text-align: center;
  }
  .navbar-nav a {
    font-size: 14px;
  }
  .navbar-toggle {
    margin-top: 8px;
    margin-right: -22px;
  }
  .header .social-media .img-responsive {
    display: none;
  }
  .footer-extra .social-media {
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }
  .footer-extra .social-media .img-responsive {
    display: inline-block;
  }
  .branding {
    display: none;
  }
  .chanter {
    width: 120px;
    top: -60px;
    right: -34px;
  }
  .lead {
    font-size: 13px;
    width: 200px;
  }
  .col-md-4 {
    margin-top: 20px;
  }
}
/* screen-xs-min */
@media (min-width: 768px) {
  .marketing {
    margin: 30px 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default {
    margin-top: 15px;
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 40px;
    width: 255px;
  }
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -65px;
  }
  .navbar-nav {
    position: absolute;
    margin-right: 60px;
  }
  .navbar-nav a {
    font-size: 16px;
  }
  .header .social-media .img-responsive {
    display: inline-block;
  }
  .footer-extra .social-media {
    display: none;
  }
  .footer .text-right {
    padding-right: 0;
  }
  .branding {
    display: block;
    font-size: 32px;
    top: 16px;
    width: 300px;
  }
  .chanter {
    width: 140px;
    top: -65px;
    right: -60px;
  }
  .lead {
    font-size: 18px;
    width: 240px;
  }
  .col-md-4 {
    margin-top: 20px;
  }
}
/* screen-sm-min */
@media (min-width: 992px) {
  .navbar-default {
    margin-top: 15px;
  }
  .navbar-brand {
    padding-top: 10px;
    padding-bottom: 30px;
    width: 425px;
  }
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -75px;
  }
  .navbar-nav a {
    font-size: 18px;
  }
  .header .social-media .img-responsive {
    display: inline-block;
  }
  .footer .text-right {
    padding-right: 50px;
  }
  .branding {
    display: block;
    font-size: 58px;
    top: 25px;
    width: 500px;
  }
  .chanter {
    width: auto;
    top: -107px;
    right: -80px;
  }
  .lead {
    font-size: 26px;
    width: 370px;
  }
  .col-md-4 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
  .navbar-brand {
    width: auto;
  }
  .branding {
    font-size: 64px;
  }
}


/* navigation */
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background: none;
  border: none;
  z-index: 150;
}
.navbar-nav {
  bottom: 0;
  right: 0;
}
.navbar-nav a {
  color: #908b8b;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-brand {
  height: auto;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: white;
}



/* carousel */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-control {
  width: 10%;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 35%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 35%;
}
.carousel-indicators li {
  border: 1px solid #ee992b;
}
.carousel-control.right {
  background-image: none;
  z-index: 115;
}
#carousel-homepage {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: black;
}
.outer-carousel {
  padding-top: 1px;
  padding-bottom: 1px;
}



/* video, images */
.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* gradients */
.black-gradient {
  background: #000000;
  background: -moz-linear-gradient(left,  #000000 0%, #6b6a6a 19%, #1a1818 33%, #1a1818 33%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(19%,#6b6a6a), color-stop(33%,#1a1818), color-stop(33%,#1a1818));
  background: -webkit-linear-gradient(left,  #000000 0%,#6b6a6a 19%,#1a1818 33%,#1a1818 33%);
  background: -o-linear-gradient(left,  #000000 0%,#6b6a6a 19%,#1a1818 33%,#1a1818 33%);
  background: -ms-linear-gradient(left,  #000000 0%,#6b6a6a 19%,#1a1818 33%,#1a1818 33%);
  background: linear-gradient(to right,  #000000 0%,#6b6a6a 19%,#1a1818 33%,#1a1818 33%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1818',GradientType=1 );
}
hr,
.black-grey-gradient {
  background: #000000;
  background: -moz-linear-gradient(left,  #000000 0%, #837e76 67%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(67%,#837e76));
  background: -webkit-linear-gradient(left,  #000000 0%,#837e76 67%);
  background: -o-linear-gradient(left,  #000000 0%,#837e76 67%);
  background: -ms-linear-gradient(left,  #000000 0%,#837e76 67%);
  background: linear-gradient(to right,  #000000 0%,#837e76 67%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#837e76',GradientType=1 );
}


/* e-commerce */
.your-cart {
  display: inline-block;
  background-color: #df912a;
  color: black;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  float: right;
}

/* image plugin */
.elevatezoom-gallery {
  float: left;
}
.elevatezoom-gallery img {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1px;
  border: 2px solid black;
}
.elevatezoom-gallery.active img {
  border: 2px solid white;
}
