.red-gradient {
  background: #bb120e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMTIwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MTAzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb120e),color-stop(100%,#910300));
  background: -webkit-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: -o-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: -ms-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: linear-gradient(to bottom,#bb120e 0%,#910300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb120e',endColorstr='#910300',GradientType=0);
}
html {
  overflow-y: auto;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: arial, sans-serif;
  font-size: 93%;
}
h1 {
  font-family: 'Eurostile-Bol';
}
#experience div.section-heading-contents h1 {
  background: white;
}
#toughtenteaser {
  background: #444;
  color: white;
  overflow: visible;
  padding: 15px;
}
#toughtenteaser img {
  max-width: 43%;
  float: right;
}
#toughtenteaser .custom {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  overflow: visible;
}
#experience-wrap img.treat:hover,
.trailerbrowserentry:hover {
  cursor: pointer !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.trailer-browser-trailer-wrap.active {
  background: url(../images/goldstage.png);
  background-repeat: no-repeat;
}
.trailer-browser-trailer-wrap.active h4 {
  color: black;
}
.trailer-browser-trailer-wrap.active h3 {
  font-size: 28px;
}
#trailer-browser {
  padding: 40px 0 40px 0;
  background-color: #e9e9e9;
  border-bottom: 1px solid #aaa;
}
.level-container {
  border: none !important;
}
#trailer-103 {
  background-image: url(/images/browser/construction.jpg);
}
#trailer-108 {
  background-image: url(/images/browser/car.jpg);
}
#trailer-112 {
  background-image: url(/images/browser/weld.jpg);
}
#trailer-122 {
  background-image: url(/images/browser/concession.jpg);
}
#trailer-125 {
  background-image: url(/images/browser/horse.jpg);
}
#trailer-127 {
  background-image: url(/images/browser/lawn.jpg);
}
#trailer-129 {
  background-image: url(/images/browser/bike.jpg);
}
#trailer-135 {
  background-image: url(/images/browser/auto.jpg);
}
#trailer-137 {
  background-image: url(/images/browser/atv.jpg);
}
#trailer-140 {
  background-image: url(/images/browser/specialty.jpg);
}
#trailer-143 {
  background-image: url(/images/browser/office.jpg);
}
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  margin-bottom: 75px;
}
header {
  background: black;
  height: 66px;
}
header #logo {
  position: absolute;
  display: inline-block;
  width: 66px;
  height: 66px;
  z-index: 200;
  top: 0;
}
header #mainmenu {
  z-index: 210;
  background: rgba(0,0,0,0.68);
  margin-top: 32px;
}
header #trigger {
  position: absolute;
  top: 18px;
  right: 20px;
}
header #trigger a {
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
header #trigger a:hover {
  transform: scale(1.05);
}
header #mod-finder-searchform {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 16px;
}
header #mod-finder-searchform input {
  padding: 0.5em;
}
td,
th {
  padding: 5px;
}
tr:nth-child(even) {
  background-color: #efefef;
}
table {
  width: 100%;
}
.row {
  width: 100%;
  padding: 15px;
  clear: both;
}
.col {
  width: 100%;
}
section {
  clear: both;
}
img.treat {
  padding: 5px;
  border: 1px solid black;
}
img {
  max-width: 100%;
}
p {
  line-height: 1.5em;
}
.section-heading-wrap {
  padding-top: 2em;
}
.section-heading-contents {
  text-align: center;
}
.section-heading-contents h1 {
  margin-bottom: 0;
  font-family: 'Eurostile-Bol', arial, sans-serif;
  font-size: 3em;
}
.section-heading-contents h1,
.section-heading-contents h2 {
  font-size: 2.5em;
}
.section-heading-contents h2 {
  font-size: 2em;
  margin-top: 0;
}
.chrono_credits {
  display: none;
}
.teaser_wrap .col-4.col {
  padding-right: 20px;
}
.disclaimer {
  text-shadow: none !important;
}
input#button18,
button {
  border-radius: 0px;
  background-color: #bb120e;
  background-image: none;
  color: white;
  padding: 12px 30px;
  height: auto;
  font-family: 'Eurostile-Bol', arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0px;
  transition: all .3s ease;
  border: 0px solid white;
}
input#button18:hover,
button:hover {
  margin-top: -3px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
#experience,
#sidebarexperience {
  overflow: hidden;
  padding-bottom: 4em;
}
#experience img,
#sidebarexperience img {
  max-width: 100%;
  margin-bottom: 1em;
}
#experience .experience-icon,
#sidebarexperience .experience-icon {
  float: left;
  margin-right: 1em;
  margin-top: 1px;
}
#experience .experience-teaser-wrap,
#sidebarexperience .experience-teaser-wrap {
  cursor: pointer;
  padding: 1em;
}
#experience .experience-teaser-wrap p,
#sidebarexperience .experience-teaser-wrap p {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #e0b216;
  margin-top: 0;
  line-height: 1.0em;
}
#experience .experience-teaser-wrap p:first-of-type,
#sidebarexperience .experience-teaser-wrap p:first-of-type {
  margin: 0 0;
  color: black;
}
#experience .experience-link-wrap,
#sidebarexperience .experience-link-wrap {
  font-size: 1.2em;
  float: right;
}
#experience .experience-link-wrap::after,
#sidebarexperience .experience-link-wrap::after {
  clear: both;
}
#experience .experience-link-wrap a.experience-link,
#sidebarexperience .experience-link-wrap a.experience-link {
  color: #a80b08;
}
#experience .experience-link-wrap a.experience-link:hover,
#sidebarexperience .experience-link-wrap a.experience-link:hover {
  text-decoration: none;
}
#experience .experience-link-wrap .experience-arrow,
#sidebarexperience .experience-link-wrap .experience-arrow {
  display: none !important;
  width: 1em;
  height: 1em;
  color: #a80b08;
  line-height: 0.8em;
  vertical-align: middle;
  text-align: center;
  margin-left: 1em;
}
#top_nav #mainmenu-contents {
  display: none;
}
.home header #trigger a {
  color: #fff;
}
.accentbtn {
  background: #bb120e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMTIwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MTAzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb120e),color-stop(100%,#910300));
  background: -webkit-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: -o-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: -ms-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: linear-gradient(to bottom,#bb120e 0%,#910300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb120e',endColorstr='#910300',GradientType=0);
  padding: 1em 4em;
  color: white;
  text-transform: uppercase;
  font-size: 1.5em;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  border: 1px solid white;
  font-family: 'Eurostile-Bol', arial, sans-serif;
}
.accentbtn:hover {
  transform: translatey(-3px);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
#signupteaser {
  padding-bottom: 2em;
  background: #eee;
  text-align: center;
}
#signupteaser .scrollup-wrap {
  top: -32px;
  position: relative;
}
#signupteaser .scrollup-wrap .scrollup {
  width: 64px;
  height: 64px;
  background: url(../images/scrollup.png);
  background-size: cover;
  margin: -32px auto;
  transition: all 0.3s ease;
}
#signupteaser .scrollup-wrap .scrollup:hover {
  transform: scale(1.05,1.05);
  cursor: pointer;
}
#signupteaser h1 {
  font-size: 3em;
  margin-bottom: 0;
  line-height: 1em;
  font-family: 'Eurostile-Bol', sans-serif;
}
#signupteaser h2 {
  margin-top: 0.5em;
  font-size: 2em;
  font-family: arial, sans-serif;
  letter-spacing: -1px;
  font-weight: 300;
  line-height: 1em;
}
#signupteaser p {
  margin-top: 2em;
}
#signupteaser a {
  background: #bb120e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMTIwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MTAzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb120e),color-stop(100%,#910300));
  background: -webkit-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: -o-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: -ms-linear-gradient(top,#bb120e 0%,#910300 100%);
  background: linear-gradient(to bottom,#bb120e 0%,#910300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb120e',endColorstr='#910300',GradientType=0);
  padding: 1em 4em;
  color: white;
  text-transform: uppercase;
  font-size: 1.5em;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  border: 1px solid white;
  font-family: 'Eurostile-Bol', arial, sans-serif;
}
#signupteaser a:hover {
  transform: translatey(-3px);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.videothumbs {
  display: flex;
  flex-wrap: wrap;
}
.videothumbs > div {
  width: 31%;
  margin: 1% !important;
  padding: 12% 15% !important;
}
footer {
  font-family: arial, sans-serif;
  background: black;
  font-size: 0.7em;
  color: white;
  clear: both;
  height: auto;
  text-align: center;
}
footer #footermenu {
  list-style: none;
  padding: 0;
  margin: 25px;
  text-align: center;
}
footer #footermenu li {
  display: inline-block;
  padding: 0 1em;
  border-left: 1px solid white;
}
footer #footermenu li:first-child {
  border-left: none;
}
footer #footermenu li a {
  color: white;
  text-decoration: none;
}
footer #footermenu li a:hover {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
footer p {
  margin: 25px;
}
footer img#logo 

img.natm {
  margin-top: 15px;
}
img.acg {
  padding-top: 2%;
}
.homepage-hero-wrap {
  display: none;
}
#modeldropdown-wrap {
  display: none;
  max-height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
#modeldropdown-wrap #close-dropdown-trigger {
  float: right;
  font-size: 2em;
  color: black;
}
#modeldropdown-wrap #close-dropdown-trigger:hover {
  cursor: pointer;
  opacity: 0.8;
}
#modeldropdown-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#modeldropdown-wrap ul li {
  display: inline-block;
  width: 25%;
}
#modeldropdown-wrap ul li a {
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 1em;
  border: 1px solid rgba(255,255,255,0);
  transition: all 0.3s ease;
}
#modeldropdown-wrap ul li a span.image-title {
  left: 0;
  vertical-align: middle;
  text-align: left;
}
#modeldropdown-wrap ul li a img {
  padding-right: 1em;
  transition: all 0.3s ease;
}
#modeldropdown-wrap ul li a:hover {
  border-bottom: 1px solid #aaa;
  background: rgba(0,0,0,0.1);
}
#modeldropdown-wrap ul li a:hover img {
  transform: scale(1.1);
}
#modeldropdown-wrap.expanded {
  max-height: 800px;
}
.img-25 {
  width: 200px;
  height: 200px;
}
.img-50 {
  width: 400px;
  height: 400px;
}
.gallery-image-wrap {
  overflow: hidden;
  position: relative;
}
.gallery-image-wrap .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 1em;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.gallery-image-wrap:hover .caption {
  opacity: 1.0;
}
.gallery-image {
  transition: all 0.5s ease;
}
.gallery-image:hover {
  cursor: pointer;
  transform: scale(1.05,1.05) translateX(5px);
}
.tab-pane img.pull-right {
  display: block;
  max-width: 100%;
  float: none;
}
ul.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.breadcrumb li {
  margin-right: 1em;
  display: inline-block;
}
ul.breadcrumb li a {
  color: #a80b08;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  border-bottom: 1px solid #a80b08;
}
ul.breadcrumb li:first-child {
  display: none;
}
.blog .item-image {
  float: right;
  max-width: 50%;
}
.items-row {
  clear: both;
}
#content a,
p a {
  color: #a80b08;
}
#content a:hover,
p a:hover {
  text-decoration: none;
}
#content {
  padding-top: 70px;
}
#sidebar #sidebarexperience .experience-teaser-wrap {
  padding-bottom: 3em;
}
.models .cat-children,
.models .breadcrumb {
  display: none;
}
.twocolwrap .col50:nth-child(even) {
  background: black;
  color: white;
}
.twocolwrap .col50:nth-child(odd) {
  background: #999;
  color: black;
}
.twocolwrap span.highlight {
  color: #FEC210;
  background: transparent;
}
.twocolwrap h1 {
  color: white;
  line-height: 1em;
}
.twocolwrap h1,
.twocolwrap h2,
.twocolwrap h3,
.twocolwrap h4,
.twocolwrap h5 {
  text-transform: uppercase;
  font-weight: 900;
}
.twocolwrap .col33,
.twocolwrap .col50 {
  padding: 1em;
}
.twocolwrap .col100 {
  padding: 15px;
}
.twocolwrap .col100 h1 {
  color: #FEC210;
  font-size: 60px;
}
.twocolwrap .col100 p {
  font-size: 85%;
  font-size: 100%;
  margin-top: 0;
}
.twocolwrap .col100 h3 {
  margin-top: 0;
  font-size: 30px;
  line-height: 1em;
}
.twocolwrap .col50 {
  width: 100%;
  float: clear;
  overflow: hidden;
}
.twocolwrap .col50>div {
  float: left;
}
.twocolwrap .col50 .number {
  width: 20%;
}
.twocolwrap .col50 .number h1 {
  font-size: 90px;
  font-weight: 900;
  margin: 0 !important;
  text-align: center;
  letter-spacing: -0.1em;
}
.twocolwrap .col50 .desc {
  width: 45%;
  padding-right: 1em;
  padding-left: 1em;
}
.twocolwrap .col50 .desc p {
  font-size: 75%;
}
.twocolwrap .col50 .toughthumb {
  width: 35%;
}
.twocolwrap .col50 h3 {
  margin-top: 0;
}
.twocolwrap .row {
  clear: both;
  overflow: hidden;
}
.twocolwrap .headingrow {
  background: white;
  background-size: contain;
  background-repeat: repeat-y;
  padding: 15px;
  overflow: hidden;
  clear: both;
}
.twocolwrap .headingrow h1,
.twocolwrap .headingrow h2,
.twocolwrap .headingrow h3,
.twocolwrap .headingrow h4,
.twocolwrap .headingrow h5 {
  text-align: center;
}
.twocolwrap .headingrow .col33 {
  width: 33%;
  float: left;
}
.twocolwrap .headingrow .col33:nth-child(1) {
  color: white;
  width: 100%;
}
.twocolwrap .headingrow .col33:nth-child(2) {
  width: 100%;
  overflow: visible;
}
.twocolwrap .headingrow .col33:nth-child(3) {
  width: 100%;
}
.twocolwrap .headingrow h3 {
  color: black;
}
.twocolwrap .row,
.twocolwrap .headingrow {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .twocolwrap .headingrow {
    background: url(/images/tough10bg.png);
    background-size: contain;
    background-repeat: repeat-y;
    padding: 15px;
    overflow: hidden;
    clear: both;
  }
  .twocolwrap .headingrow h1,
  .twocolwrap .headingrow h2,
  .twocolwrap .headingrow h3,
  .twocolwrap .headingrow h4,
  .twocolwrap .headingrow h5 {
    text-align: left;
  }
  .twocolwrap .headingrow .col33 {
    width: 33%;
    float: left;
  }
  .twocolwrap .headingrow .col33:nth-child(1) {
    color: white;
    width: 30%;
  }
  .twocolwrap .headingrow .col33:nth-child(2) {
    width: 40%;
    overflow: visible;
  }
  .twocolwrap .headingrow .col33:nth-child(3) {
    width: 30%;
  }
  .twocolwrap .col50 {
    width: 50%;
    float: left;
  }
  .twocolwrap .headingrow .col33 {
    width: 33%;
    float: left;
  }
  .twocolwrap .headingrow .col33:nth-child(1) {
    color: white;
    width: 30%;
  }
  .twocolwrap .headingrow .col33:nth-child(2) {
    width: 40%;
    overflow: visible;
  }
  .twocolwrap .headingrow .col33:nth-child(3) {
    width: 30%;
  }
  .twocolwrap .row {
    display: flex;
    overflow: hidden;
  }
  .twocolwrap .row > .col50 {
    flex: 2;
    width: 50%;
  }
  .twocolwrap .row:nth-child(even) .col50 {
    background: #888;
    color: black;
  }
  .twocolwrap .row:nth-child(even) .col50 h3 {
    color: black;
  }
  .twocolwrap .row:nth-child(even) .col50:first-child {
    background: black;
    color: white;
  }
  .twocolwrap .row:nth-child(even) .col50:first-child h3 {
    color: #FEC210;
  }
  .twocolwrap .row:nth-child(odd) .col50 {
    background: #000;
    color: white;
  }
  .twocolwrap .row:nth-child(odd) .col50 h3 {
    color: #FEC210;
  }
  .twocolwrap .row:nth-child(odd) .col50:first-child {
    background: #888;
    color: black;
  }
  .twocolwrap .row:nth-child(odd) .col50:first-child h3 {
    color: black;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-2 {
    width: 11.66%;
  }
  .col-1 {
    width: 8.333%;
  }
  .col-5 {
    width: 41.6666%;
  }
  .col-6 {
    width: 50%;
  }
  .col {
    float: left;
  }
  .col-8 {
    width: 66.66%;
  }
  #sidebar-wrap {
    padding-left: 20px;
  }
  .row {
    margin: 0 auto;
    max-width: 1200px;
  }
  .tab-pane img.pull-right {
    display: block;
    max-width: 50%;
    float: right;
  }
  section {
    clear: both;
  }
  #experience .experience-teaser-wrap {
    padding-left: 20px;
  }
  #experience .experience-teaser-wrap:first-child {
    padding-left: none;
  }
  footer {
    overflow: hidden;
  }
  footer .col-1 {
    width: 5%;
  }
  footer .col-5 {
    width: 45%;
  }
}
@media (min-width: 992px) {
  ul#mainmenu-contents ul > li > a {
    color: white !important;
  }
  #modeldropdown-wrap {
    display: block;
  }
  header {
    background: url(../images/wc-header-bg2.png);
    background-repeat: repeat-x;
  }
  header #logo {
    width: 100px;
    height: 100px;
  }
  header #trigger {
    position: absolute;
    top: 30px;
  }
  header #trigger a {
    color: white;
  }
  #top_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #mainmenu {
    z-index: 100;
    color: #fff !important;
  }
  #mainmenu li:hover {
    background: #333 !important;
    transition: all .4s ease;
  }
  .home #top_nav ul#mainmenu-contents > li a {
    color: #fff !important;
  }
  #top_nav ul#mainmenu-contents {
    display: block;
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
    text-align: center;
    transition: all .4s ease;
  }
  #top_nav ul#mainmenu-contents ul {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    position: relative;
    padding-bottom: 1vw;
  }
  #top_nav ul#mainmenu-contents ul li.parent > a:after,
  #top_nav ul#mainmenu-contents ul li.deeper > a:after {
    content: ' >';
    color: #888;
  }
  #top_nav ul#mainmenu-contents ul li:hover {
    background: #666 !important;
  }
  #top_nav ul#mainmenu-contents ul li:hover > a {
    color: #fff;
    display: block;
  }
  #top_nav ul#mainmenu-contents li {
    position: relative;
  }
  #top_nav ul#mainmenu-contents > li {
    display: inline-block;
    position: static;
  }
  #top_nav ul#mainmenu-contents > li.item-101 {
    display: none;
  }
  #top_nav ul#mainmenu-contents > li:hover > a {
    color: white !important;
  }
  #top_nav ul#mainmenu-contents > li a {
    color: white;
    text-decoration: none;
    font-size: 1em;
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: all .4s ease;
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    margin-left: 2vw;
    margin-right: 3vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #top_nav ul#mainmenu-contents > li a:hover {
    color: white !important;
  }
  #top_nav ul#mainmenu-contents > li > a {
    font-size: 1em;
    text-transform: uppercase;
    margin-left: 1em;
    margin-right: 1em;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 17px;
    margin-bottom: 0.7em;
    padding: 0;
    letter-spacing: 90%;
  }
  #top_nav ul#mainmenu-contents > li:hover > ul {
    display: block;
    z-index: 99;
  }
  #top_nav ul#mainmenu-contents > li > ul {
    display: none;
    position: absolute;
    background: #333;
    width: 255px;
    padding-left: 0;
    margin-left: 0;
  }
  #top_nav ul#mainmenu-contents > li > ul > li {
    text-align: left;
  }
  #top_nav ul#mainmenu-contents > li > ul > li:hover {
    background: #666 !important;
  }
  #top_nav ul#mainmenu-contents > li > ul > li ul {
    display: none;
    position: absolute;
    background: #333;
    left: 250px;
    top: 0px;
    width: 300px;
  }
  #top_nav ul#mainmenu-contents > li > ul > li li:hover > ul {
    display: block;
  }
  #top_nav ul#mainmenu-contents > li > ul > li:hover > ul {
    display: block;
  }
}

/* homepage hero */

@keyframes fadeinleft {
	from {
		opacity:0;
		transform: translateX(-30%);
	}
	to {
		opacity:1;
		transform: translateX(0%);
	}
}
@keyframes fadeinright {
	from {
		opacity:0;
		transform: translateX(30%);
	}
	to {
		opacity:1;
		transform: translateX(0%);
	}
}



@media (min-width: 992px) {
	.layer {
		opacity:0;
	}
	#find-dealer-hero-form {
		position:absolute;
		top:50%;
		right:15px;
		
		
	}
	
	#find-dealer-hero-form label, #find-dealer-hero-form input {
		display:block;
		color:white;
		font-size:22px;
		text-align:center;
		margin:0 auto;
		margin-bottom:1em;
	}
	#find-dealer-hero-form input {
		border:none;
		background:transparent;
		border-bottom:1px solid white;
		font-size:26px;
		width:3em;
	}
	
	.homepage-hero-wrap {
		height:600px;
		overflow:hidden;
		background-position:center top;
		display:block;
		position:relative;
	}
	.homepage-hero-wrap .row {
		position:relative;
		height:100%;
	}
	
	#layer1 {
		position:absolute;
		top:100px;
		left:15px;
		animation-name: fadeinleft;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
		animation-fill-mode:forwards;
	}
	
	#layer2 {
		position:static;
		
		margin:0 auto;
		margin-top:20px;
		
		max-width:60%;
		animation-delay:0.2s;
		animation-name: fadeinleft;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
		animation-fill-mode:forwards;
		color:#fff;
		font-size:64px;
		text-transform:uppercase;
		text-shadow:1px 1px 5px #000;
		text-align:center;
		line-height:1em;
	}
	
	#layer3 {
		position:absolute;
		bottom:0;
		left:15px;
		animation-delay:0.0s;
		animation-name: fadeinright;
		animation-duration: 1.4s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
		animation-fill-mode:forwards;
	}
	
	#layer4 {
		position:absolute;
		top:450px;
		left:100px;
		animation-delay:0.4s;
		animation-name: fadeinleft;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
		animation-fill-mode:forwards;
	}
}

/* homepage hero*/

