﻿/* --settings
=======================================*/
/*----------------------------------------------   
--MQs
-----------------------------------------------  */
/*----------------------------------------------   
--Banner Bgs
-----------------------------------------------  */
/*----------------------------------------------   
--overlay psedu
-----------------------------------------------  */
/* --vendor
=======================================*/
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css 
* Plus some extra defualts by me
*/
/*----------------------------------------------   
 --html
 1. baseline font-size.
 2. Prevent jumps by forcing horizontal scroll
 3. Prevent right gaps on mobile
 4. Defualt to sans
 5. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 -----------------------------------------------  */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,500|Josefin+Sans:300,400,500|Roboto:400,500);
html {
  font-size: 100%; /* 1 */
  font-family: sans-serif; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
}

/*----------------------------------------------   
-body
1. Defualt margins
2. prevent mobile gaps
3. Better font rendering across browsers
-----------------------------------------------  */
body {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*----------------------------------------------   
-body, html
-Set 100% height if needed for full viewport stuff
-Prevent gaps in mobile layout
-----------------------------------------------  */
html, body {
  position: relative;
}

/*----------------------------------------------   
-Defualt to border-box
-----------------------------------------------  */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------   
-HTML5 Block Levels
-----------------------------------------------  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*----------------------------------------------   
1. Correct `inline-block` display not defined in IE 8/9.
2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
-----------------------------------------------  */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/*----------------------------------------------   
-Prevent modern browsers from displaying `audio` without controls.
-Remove excess height in iOS 5 devices.
-----------------------------------------------  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*----------------------------------------------   
-Address `[hidden]` styling not present in IE 8/9/10.
-Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
-----------------------------------------------  */
[hidden],
template {
  display: none;
}

/*----------------------------------------------   
LINKS
-Remove the gray background color from active links in IE 10.
-Remove defualt text-decoration
-Improve readability
-----------------------------------------------  */
a {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

/*----------------------------------------------   
TEXT LEVEL
-Abbr: Address styling not present in IE 8/9/10/11, Safari, and Chrome.
-Bold: Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
dfn, mark: Address unset styles
-Small: Address inconsistent and variable font size in all browsers.
-Prevent `sub` and `sup` affecting `line-height` in all browsers.
-----------------------------------------------  */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*----------------------------------------------   
HEADERS
-Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome.
-Remove Margins from headers and type elements to better define in your typographic system
-----------------------------------------------  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, small {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------   
IMAGES & EMBEDDED CONTENT
-Responsive defualt
-IE Scaling fix
-----------------------------------------------  */
img, object, embed {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  outline: none;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/*----------------------------------------------   
SVG
-Correct overflow not hidden in IE 9/10/11
-----------------------------------------------  */
svg:not(:root) {
  overflow: hidden;
}

/*----------------------------------------------   
Google Maps responsive fix
-----------------------------------------------  */
#map_canvas img,
.map_canvas img {
  max-width: none !important;
}

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*----------------------------------------------   
CODE & PREFORMATED
-----------------------------------------------  */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*----------------------------------------------   
FORMS
-----------------------------------------------  */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  margin: 0; /* 3 */
  font-size: 100%;
  vertical-align: middle;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  overflow: visible;
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/* Ensure pointer */
label,
select,
button,
input {
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus {
  outline: none;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
  vertical-align: text-bottom;
  width: 100%;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/*----------------------------------------------   
TABLES
-----------------------------------------------  */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* --Modules
=======================================*/
/*----------------------------------------------   
--Google Fonts Import
-----------------------------------------------  */
/*----------------------------------------------   
--Typography: Body
-----------------------------------------------  */
body {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*----------------------------------------------   
--Typography: Fluid body sizing hotness
* Adjust to suit your needs.
-----------------------------------------------  */
.adjusted-font-size {
  font-size: 120%;
}
@media (min-width: 36em) {
  .adjusted-font-size {
    font-size: 120%;
  }
}
@media (min-width: 58em) {
  .adjusted-font-size {
    font-size: 120%;
  }
}
@media (min-width: 86em) {
  .adjusted-font-size {
    font-size: 130%;
  }
}
@media (min-width: 115em) {
  .adjusted-font-size {
    font-size: 160%;
  }
}
@media (min-width: 125em) {
  .adjusted-font-size {
    font-size: 170%;
  }
}
@media (min-width: 145em) {
  .adjusted-font-size {
    font-size: 180%;
  }
}

.adjusted-menu-font-size .nav-item {
  font-size: 90%;
}
@media (min-width: 36em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 70%;
  }
}
@media (min-width: 58em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 70%;
  }
}
@media (min-width: 86em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 130%;
  }
}
@media (min-width: 115em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 160%;
  }
}
@media (min-width: 125em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 170%;
  }
}
@media (min-width: 145em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 180%;
  }
}

/*----------------------------------------------   
--Typography: Headers
-----------------------------------------------  */
h1 {
  font-family: "Josefin Sans";
  font-weight: 500;
  font-size: 1.8em;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 58em) {
  h1 {
    font-size: calc(2em + 40%);
  }
}

h2 {
  font-family: "Josefin Sans";
  font-weight: 500;
  font-size: 1.9em;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  color: #000;
}

h3 {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 1.6em;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  color: #000;
  margin-top: 20px;
}

/*----------------------------------------------   
--Typography: paragraph
-----------------------------------------------  */
p {
  font-family: Lato;
  font-weight: 400;
  color: #000000;
}

/*----------------------------------------------   
--Links
-----------------------------------------------  */
a {
  color: #fff;
  -webkit-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
a:hover {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

/*----------------------------------------------   
--Setup
-----------------------------------------------  */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  -webkit-animation: fade-in ease-in-out 1.4s;
  -moz-animation: fade-in ease-in-out 1.4s;
  animation: fade-in ease-in-out 1.4s;
  height: 100%;
  background-color: #000000;
}

.dispnon {
  display: none;
}

.btn-pill {
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 1rem 3rem 1rem 3rem;
  color: #000;
  background-color: #faeb2e;
  font-family: Oswald;
  font-weight: 400;
  font-size: 1.1em;
}
.btn-pill:hover {
  border: 1px solid #e7c770;
  background: #faeb2e;
  color: #000;
  transition: background 1s;
}

.btn-black {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  margin-right: 6px;
  padding: 10px 25px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.btn-black:hover {
  border: 1px solid #e7c770;
  background: #e7c770;
  color: #fff;
  transition: background 1s;
}

.btn-gold-outline {
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #f9e186;
  border-radius: 0;
  margin-right: 6px;
  padding: 10px 25px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-decoration: none;
  display: inline-block;
}
.btn-gold-outline:hover {
  border: 1px solid #f9e186;
  background: #f9e186;
  color: #fff;
  transition: background 1s;
}

.btn-black-outline {
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #000000;
  border-radius: 0;
  margin-right: 6px;
  padding: 10px 25px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  text-decoration: none;
  display: inline-block;
}
.btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
  transition: background 1s;
}

.main-container-black {
  padding: 30px 0 30px 0;
  background-color: #000000;
}
.main-container-black h1, .main-container-black p, .main-container-black ul {
  color: #ffffff;
}
.main-container-black ul {
  margin-left: 10px;
  list-style-position: inside;
}
.main-container-black .btn-gold-outline {
  font-size: 1.3em;
}
.main-container-black .sub-heading {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 0.9em;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.main-container-white {
  padding: 30px 0 30px 0;
  background-color: #ffffff;
}
.main-container-white h1, .main-container-white p, .main-container-white ul {
  color: #000000;
}
.main-container-white ul {
  margin-left: 10px;
  list-style-position: inside;
}
.main-container-white .btn-black {
  font-size: 1.3em;
}
.main-container-white .sub-heading {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 0.9em;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
}

/*----------------------------------------------   
Navigation
-----------------------------------------------  */
.navbar-container .logo-link img {
  width: 400px;
}
@media (max-width: 992px) {
  .navbar-container .logo-link img {
    width: 300px;
  }
}
.navbar-container .main-nav-container .navbar {
  margin: 0;
}
.navbar-container .main-nav-container .navbar .nav-item {
  padding-right: 40px;
}
.navbar-container .main-nav-container .navbar .nav-item:last-child {
  padding-right: 0;
}
.navbar-container .main-nav-container .navbar .nav-link {
  color: #ffffff;
  text-align: center;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.navbar-container .main-nav-container .navbar .nav-link:hover {
  color: #fce589;
}
.navbar-container .main-nav-container .navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0.125em;
}
.navbar-container .main-nav-container .navbar .dropdown-menu {
  border-radius: 0;
  background-color: #000000;
}
.navbar-container .main-nav-container .navbar .dropdown-menu .dropdown-item {
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.navbar-container .main-nav-container .navbar .dropdown-menu .dropdown-item:hover {
  color: #fce589;
  background-color: #000000;
}
.navbar-container .offcanvas {
  background-color: #000000;
  padding-left: 7px;
  padding-right: 7px;
}
.navbar-container .offcanvas .offcanvas-header {
  padding: 7px 0px 5px 0px;
  border-bottom: 1px solid #ffffff;
}
.navbar-container .offcanvas .offcanvas-body {
  padding: 5px 0px 0px 7px;
}
.navbar-container .offcanvas .navbar-nav {
  margin: 0;
}
.navbar-container .offcanvas .navbar-nav .nav-item {
  padding-right: 40px;
}
.navbar-container .offcanvas .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.navbar-container .offcanvas .navbar-nav .nav-link {
  color: #ffffff;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.navbar-container .offcanvas .navbar-nav .nav-link:hover {
  color: #fce589;
}
.navbar-container .offcanvas .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0.125em;
}
.navbar-container .offcanvas .navbar-nav .dropdown-menu {
  border-radius: 0;
  background-color: #000000;
}
.navbar-container .offcanvas .navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.navbar-container .offcanvas .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #fce589;
  background-color: #000000;
}

button.navbar-toggler {
  border-color: #ffffff;
}
button.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*-----------------------------------
    --Main Photo
-------------------------------------*/
.main-photo {
  position: relative;
  min-height: 700px;
  /*----------------------------------------------   
  Background
  -----------------------------------------------  */
}
.main-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.main-photo .v-center {
  position: relative;
  z-index: 2;
}
.main-photo .v-center {
  position: relative;
  z-index: 4;
}
.main-photo div.background {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
}

.page-photo {
  position: relative;
  min-height: 200px;
  /*----------------------------------------------   
  Background
  -----------------------------------------------  */
}
.page-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.page-photo .v-center {
  position: relative;
  z-index: 2;
}
.page-photo .banner-container {
  position: relative;
  z-index: 4;
}
.page-photo .banner-container h1 {
  font-family: "Raleway";
  font-size: 2em;
  color: #ffffff;
}
.page-photo .banner-container p {
  font-family: "Raleway";
  font-size: 1em;
  color: #ffffff;
}
.page-photo div.background {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/main-bg.jpg");
}
.page-photo div.towing {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/towing.jpg");
}
.page-photo div.roadside {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/roadside.jpg");
}
.page-photo div.hotshot {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/hotshot.jpg");
}
.page-photo div.offroad {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/offroad.jpg");
}
.page-photo div.contact {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/contact.jpg");
}

/*----------------------------------------------   
Content
-----------------------------------------------  */
.content {
  padding-top: 30px;
}
.content p {
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;
}

.page-content {
  background-color: #ffffff;
}
.page-content .product-container {
  text-align: center;
}
.page-content .product-container .product-title {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.brands-wrapper .brand-card {
  height: 500px;
}
.brands-wrapper .brand-card .brand-content {
  padding: 10px;
}
.brands-wrapper .brand-card .brand-content .brand-head {
  text-transform: uppercase;
  font-size: 32px;
  font-family: "Oswald";
  font-weight: 500;
  color: #fff;
}
.brands-wrapper .brand-card .brand-content .brand-description {
  font-size: 20px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #fff;
}
.brands-wrapper .brand-overlay {
  position: relative;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.brands-wrapper .brand-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*----------------------------------------------   
Footer
-----------------------------------------------  */
.footer-container {
  background-color: #000;
  padding: 30px 20px 30px 20px;
}
.footer-container p {
  font-size: 0.8em;
}
.footer-container a {
  color: #fff;
}

/*----------------------------------------------   
--Fade ins
-----------------------------------------------  */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------   
--Fade out for slider
-----------------------------------------------  */
@-webkit-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@-webkit-keyframes flicker {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes flicker {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-o-keyframes flicker {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-webkit-keyframes flicker {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes flicker {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-o-keyframes flicker {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-webkit-keyframes flicker {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes flicker {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@-o-keyframes flicker {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@-webkit-keyframes slide-in-left {
  from {
    margin-left: -20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes slide-in-left {
  from {
    margin-left: -20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes slide-in-left {
  from {
    margin-left: -20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-left {
  from {
    margin-left: -20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  from {
    margin-left: 20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes slide-in-right {
  from {
    margin-left: 20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes slide-in-right {
  from {
    margin-left: 20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  from {
    margin-left: 20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
