@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600");
body {
  font-family: 'Montserrat', sans-serif;
  color: #266c2d;
  font-weight: 300;
  font-size: 15px;
  overflow-x: hidden; }

.wrapper {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 25px 0 70px; }
  h1 a {
    display: block;
    width: 46px;
    height: 46px;
    background: url(../img/arrow.svg) no-repeat center center;
    background-size: contain;
    float: left; }
    h1 a:hover {
      opacity: .6; }

h2 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 45px 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #cc9f09; }

hr {
  width: 1000%;
  margin-left: -500%;
  border-top: 2px solid #cc9f09;
  margin-top: 70px;
  margin-bottom: 70px; }

a, button {
  color: #266c2d;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  a:hover, button:hover {
    color: #cc9f09;
    text-decoration: none; }

strong {
  text-transform: uppercase;
  font-weight: 600; }

.hr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #cc9f09;
  z-index: 11; }

.intro {
  padding: 70px 0; }

table {
  margin: 8px 0; }
  table tr td {
    vertical-align: top;
    padding: 6px 15px 6px 0; }
    table tr td a {
      color: #266c2d; }

button {
  background: url(../img/triangle.png) left center no-repeat transparent;
  background-size: 13px;
  border: 0;
  padding: 10px 10px 10px 30px;
  color: #266c2d;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  left: -30px;
  cursor: pointer; }

footer {
  margin: 70px 0 0 0;
  padding: 35px 0 70px 0;
  border-top: 2px solid #cc9f09;
  text-align: right;
  text-transform: uppercase;
  font-size: 15px; }
  footer a {
    color: #266c2d;
    font-weight: 600; }

.section-brands h2 {
  border: 0; }
.section-brands p {
  margin-bottom: 35px; }

.row .col-md-4 {
  padding-left: 25px;
  padding-right: 25px; }
  .row .col-md-4 img {
    padding: 0 15px; }

@media (max-width: 767px) {
  .col-md-4 {
    margin-bottom: 70px; } }

/*# sourceMappingURL=styles.css.map */
