.spacer-20, .spacer-40, .spacer-60, .spacer-80, .spacer-100 {
  display: block;
  position: relative;
}

.spacer-20 {
  height: 20px;
}

.spacer-40 {
  height: 40px;
}

.spacer-60 {
  height: 60px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

body {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: bold;
}

.btn-presta {
  background-color: #dd1a32;
  color: white;
  padding: 8px 20px;
  display: inline-block;
  text-decoration: none;
}

.btn-presta:hover {
  background-color: black;
  color: white;
}

header nav {
  height: 100px;
}

header nav ul li {
  padding-bottom: 0;
}

header nav ul li ul li {
  padding-bottom: 14px;
}

header nav li a {
  text-transform: uppercase;
}

header nav .dropdown-menu li a {
  text-transform: unset;
}

.navbar-collapse {
  background-color: white;
  padding: 10px;
}

.hero {
  background-color: gray;
  padding: 150px 0;
  color: white;
  background: url("../img/hero-bg-01.jpg") no-repeat center;
  background-size: cover;
}

.hero h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}

.hero p {
  font-style: italic;
  font-size: 1.7rem;
}

.callout {
  border-left: 2px solid #dd1a32;
  padding-left: 20px;
  font-size: 1.2rem;
}

ul li {
  padding-bottom: 13px;
}

.product-tile {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: lightgray;
  min-height: 340px;
  padding: 60px;
  position: relative;
}

.product-tile.prod-t-mtb {
  background-image: url("../img/product-mtb-tires.jpg");
}

.product-tile.prod-t-road {
  background-image: url("../img/product-road-tires.jpg");
}

.product-tile .title-line-01 {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

.product-tile .title-line-02 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 200;
  padding-bottom: 20px;
}

.product-tile::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  border: 8px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.light-bg {
  background-color: #f6f6f6;
}

.fancy-heading {
  position: relative;
  display: inline-block;
}

.fancy-heading::before, .fancy-heading::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1000%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.fancy-heading::before {
  right: calc(100% + 25px);
}

.fancy-heading::after {
  left: calc(100% + 25px);
}

.resume {
  background-color: #dd1a32;
  color: white;
  padding: 30px;
}

.resume h3 {
  font-size: 1.2rem;
  font-weight: bold;
}

.blockquote {
  font-size: unset;
  border-left: 2px solid #dd1a32;
  padding-left: 20px;
}

footer {
  color: #999999;
  background-color: black;
  font-size: .9rem;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #999;
  text-decoration: none;
}

footer .footer-menu-01 {
  background-color: #212121;
  padding: 14px 0;
}

footer .footer-menu-02 {
  padding: 14px 0;
}

footer .social a i {
  color: #999;
  font-size: 1.2rem;
  padding: 6px;
  border: 1px solid transparent;
  width: 2.1rem;
  height: 2.1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

footer .social a i:hover {
  color: #dd1a32;
  border: 1px solid #dd1a32;
}
/*# sourceMappingURL=styles.css.map */