/* app css stylesheet */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
body{
  font-family: "Source Sans Pro", Helvetica, sans;
  background-color: #171717;
}
a{
  color: #ffcb00;
  text-decoration: none;
  border:none;
  transition:.3s all linear;
  -moz-transition:.3s all linear;
  -webkit-transition:.3s all linear;
}
.contentWrapper .featureContent a, .contentWrapper .imageLinks a, .contentWrapper .artistMain p a, .contentWrapper .artistMain ul a, #dealerWrap a{
  color: #2614a5;
  padding: 0 2px 1px 2px;
  display: inline-block;
  border-bottom: 1px solid #ffcb00;
}
.contentWrapper .featureContent a:hover, .contentWrapper .imageLinks a:hover, .contentWrapper .artistMain p a:hover, .contentWrapper .artistMain ul a:hover, #dealerWrap a:hover{
  background:#ffcb00;
}

.contentWrapper .productStats a{
  padding: 0 2px 1px 2px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.contentWrapper .productStats a:hover{
  color: #2614a5;
  background: #fff;
}
.contentWrapper .productStats .shareThis a{
  display: inline;
  border-bottom:none;
}

a:active, a:focus{
  outline: none;
}
a:visited{
  color: #ffcb00;
}
input{
  border-radius: 0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
}
ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div{
  vertical-align: top;
}
.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}
#header{
  font-family: "Source Sans Pro", Helvetica, sans;
  width: 100%;
  background-color: #010c2d;
  color: #fff;
  left: 0;
  top: 0;
  height: 60px;
  position: fixed;
  z-index: 100;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
  /*overflow: hidden;*/
}
#header ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
#header input{
  background-color: #2C3551;
  color: #fff;
}
.searchBox{
  display: inline-block;
  padding:1em;
  float: right;
}
.searchBox.active{
  color: #ffcb00;
}
.mobileSearch{
    display: none;
    float: right;
    padding: 1em;
}
.results{
  transition:.3s all linear;
  -moz-transition:.3s all linear;
  -webkit-transition:.3s all linear;
  position: absolute;
  background: rgba(255, 255, 255, .95);
  width: 92%;
  margin: 0 2%;
  z-index: 9;
  padding: 0 2em 2em;
  font-size: .8em;
  /*width: 240px;
  height: 100%;
  right: -340px;*/
}
.results.active{
  right: 0;
}
.results input{
  font-family: "Source Sans Pro", Helvetica, sans;
  background: transparent;
  font-size: 1.8em;
  border-radius: 0;
  border-bottom: 1px solid #222;
  width: 100%;
  padding: .3em 0;
  color: #222;
}
.results input:focus{
 /* border: 1px transparent;
  border-bottom:1px solid #ffcb00;*/
}
.results a, .results a:visited{
  color: #002157;
}
.results .result{
  max-width: 100px;
  display: inline-block;
  margin: .2em .6em;
}
.results .result img{
  max-width: 100%;
}
.results h1{
  font-weight: 300;
}
.results h3{
  margin: .3em 0;
}
.results .product{
  max-width: 100px;
  display: inline-block;
  margin: .2em .6em;
}
.results .clear{
  float: right;
  font-size: 1.8em;
}
.results .product .details h1{
  font-size: 1.1em;
}
.mobileResults{
  padding: .5em;
}
.mobileResults img{
  max-width: 100%;
  max-height: 500px;
}
.mobileResults a, .mobileResults a:visited{
  color: #002157;
}
.mobileResults .result h3{
  margin: .3em 0;
}
.mobileResults .result{
  margin: .3em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #ffcb00;
}
input{
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
  padding: .3em;
  margin-right: .6em;
}
.homeWrapper input{
  margin-left: .6em;
  max-width: 95%;
}
input:focus{
  outline: none;
  border-bottom: 1px solid #ffcb00;
}
/*#logo:before {
content: "";
position: absolute;
z-index: -1;
height: 0;
width: 0;
top: 57px;
left: 13px;
border-width: 19px 63px;
border-style: solid;
border-color: #000 transparent transparent;
}*/
#logo{
  width: 110px;

  height: 60px;
  /*background:url(../img/vater.svg);
  background-position:0 -2px;
  background-color: #000;*/
  display: inline-block;
  margin: 0 20px;
  float: left;
  /*box-shadow: 0 0 2px rgba(0, 0, 0, .6);*/
}
#logo:hover{
  cursor: pointer;
}
#header a:active, #header a:hover{
  color: #ffcb00;
}
#header a.active{
  color: #ffcb00;
}
#header a{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
/* text-transform: uppercase; */
/* letter-spacing: 3px; */
  font-size: .8em;
}
#header ul li{
  display: inline-block;
  float: left;
  padding: 5px;
  margin: 8px 10px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
#header ul.social li{
  margin: 8px 4px;
}
#header ul.mainNav li ul.subnav{
  position: absolute;
  top: 60px;
  width: 800px;
  margin-left: -120px;
  background-color: #010c2d;
}
#header ul.mainNav li ul.subnav li{
  display: block;
  float: left;
  width: 140px;
  font-size: .8em;
  height: 20px;
}
#header ul.mainNav li ul.subnav li a{
  font-weight: 300;
  font-size: 1em;
}
#header ul.mainNav li ul.subnav li:last-child{
  height: auto;
}
#header ul.mainNav li ul.subnav li:hover{
  color: #ffcb00;
  cursor: pointer;
}
#header ul.mainNav li ul.subnav.mini{
  width: 200px;
  margin-left: -20px;
  display: block;
  /*transform:translateX(-25%);*/
}
#header ul.mainNav li ul.subnav.hidden{
  display:none;
}
@-webkit-keyframes LOGOLOOP {
  0%   { opacity: 0; }
  50%  {opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes LEFTLOOP {
  0%   { opacity: 0; top:40px; left: 300px;}
  50%  { opacity: 1; top:0px; left:0;}
  100% { opacity: 0; top:-40px; left: -300px;}
}
.loadingWrapper{
  background-color: rgba(255, 255, 255, .8);
  top:0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.loadingWrapper .holder .left{
  display: inline-block;
  position: absolute;
  -webkit-animation:LOGOLOOP 3s infinite;
  -webkit-transform:rotate(-45deg);

}
.loadingWrapper .holder .logo{
  -webkit-animation:LOGOLOOP 3s infinite;
  display: inline-block;
}
.loadingWrapper .holder .right{
  -webkit-transform:rotate(45deg);
  display: inline-block;
}
.loadingWrapper .holder{
  position: relative;
  margin: 200px auto;
  width: 100px;
}
.contentWrapper{
  margin: 60px auto;
  width: 75%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .6);
  padding:0;
  background: #fff;
}
.contentWrapper p{
  padding: 5px 20px
}
.contentWrapper h1{
  font-family: "Source Sans Pro", Helvetica, sans;
  color: #002157;
}
.contentWrapper h1.hero{
  font-weight: 100;
  margin: .3em 0;
  font-size: 3rem;
  display: block;
  width:100%;
}
#twitter-widget-0{
  margin-top: 2em;
}
.featureHolder{
  width: 46%;
  background-color: #010c2d;
  display: inline-block;
  padding: 1%;
  vertical-align: top;
  margin: 1%;
}
/*.featureHolder:nth-child(even){
  margin-right: 1%;
}*/
#vidWrap youtube, .heroImage youtube, .featuresWrap youtube, .billboardItem youtube, youtube{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  height: 0px;
  display: block;
}
#vidWrap youtube iframe, .heroImage youtube iframe, .featuresWrap youtube iframe, .billboardItem youtube iframe, youtube iframe{
  position:absolute;
  top:0px;
  left:0px;
}
#thumbnailHolder{
  height: 150px;
  position: relative;
  margin-left: -15%;
  bottom: 0px;
  width: 130%;
  overflow-x: scroll;
  transform: translateY(40px);
}
#thumbnailHolder ul li{
  display: inline-block;
  width: 150px;
  background-color: #171717;
  padding: .5em;
  vertical-align: top;
  height: 120px;
  border: 1px solid transparent;
}
#thumbnailHolder ul li:hover{
  cursor: pointer;
  border:  1px solid #ffcb00;
}
#thumbnailHolder ul li.active{
  border:  1px solid #ffcb00;
}
#thumbnailHolder ul li img{
  max-width: 100%;
}
#thumbnailHolder ul li h3{
  color: #fff;
  font-size: .3em;
  font-weight: 100;
}
ul.playlistThumbs{
  height: 120px;
}
.billboardIndicator:hover{
  cursor: pointer;
}
.billboardIndicator{
  position: relative;
  color: rgba(255, 255, 255, .6);
  top: -60px;
  width: 100%;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 20px;
  height: 0px;
}
.billboardIndicator .active{
  color: #ffcb00;
}
.billboardItem{
  text-align: center;
  background-color: #171717;
  margin-top: .5em;
  padding: 1.5em;
}
.billboardItem img{
  max-width: 100%;
}
.billboardItem .slide{
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.billboardItem .info{
  position: absolute;
  text-align: left;
  padding: 1rem;
  text-shadow: 0 0 5px rgba(2,2,2,.8);
}
.billboardItem .info h1{
  color: #fff;
  margin:0;
}
.billboardItem em{
  display: block;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.billboardItem em small{
  text-transform: none;
  letter-spacing: 0px;
}
.featureHolder h3{
  color: #fff;
  margin: .5em;
}
.featureHolder .featureImg{
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.featureHolder .featureImg img{
  width: 100%;
}
.homeWrapper i{
  margin: .4em;
  float: left;
  position: absolute;
  color: #fff;
}
.homeWrapper .next i, .homeWrapper .prev i{
  font-size: 3em;
  margin-top: 4.5em;
  opacity: .4;
}
.homeWrapper .prev{
  float: left;
}
.homeWrapper .prev i{
  margin-left: -1.6em;
}
.homeWrapper .next{
  float: right;
}
#featuredProd{
  /*width: 100%;*/
  padding: .5em;
  background-color: #cfcfcf;
  margin-bottom: .3em;

}
#featuredProd .linkWrapper{
  display: flex;
  justify-content: space-evenly;
}
#featuredProd a{
  background-color: #fff;
  flex-grow: 1;
  margin:.5rem;
  padding:1rem;
  width: 33.3%;
}
#featuredProd h3{
  color:#fff;
  margin: .5rem;
}
#featuredProd h1{
  border-top: 1px solid #999;
  margin:1rem 0 0 0;
  font-weight: 100;
}
#featuredProd a:hover h1{
  color: #ffcb00;
  text-decoration: none;
  transition:.3s all linear;
  -moz-transition:.3s all linear;
  -webkit-transition:.3s all linear;
}
#featuredProd img{
  max-width: 100%;
  /*max-height: 50%;*/
  margin-top: .5rem;
}

#storeLocator{
  display: inline-block;
  width: 30%;
  margin-right: 1%;
  background: url('../img/locator.jpg');
  padding: .5em;
  vertical-align: top;
  height: 420px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
#storeLocator h3{
  text-align: center;
  margin: 65% 1.5em;
  font-style: italic;
}
#tweets{
  vertical-align: top;
  display: inline-block;
  background-color: #010c2d;
  width: 30%;
  margin-right: 1%;
  color: #fff;
  padding: .5em;
}
#tweets iframe{
  height: 100% !important;
}
#insta{
  display: inline-block;
  background-color: #010c2d;
  width: 31%;
  padding: .5em;
  color: #fff;
}
#insta img{
  max-width: 100%;
  margin-bottom: .2em;
}
#storeLocator, #tweets, #insta{
  width: 29%;
  padding: 1%;
  margin:1%;
}
.storefooter{
  text-align: center;
  background-color: #171717;
  margin-top: .5em;
  padding: 1.5em;
}
.storefooter img{
  max-width: 100%;
}
#homeBg{
  background-color: #000;
  /*background: url('../img/sticksbg.jpg');*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: -20;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-filter: blur(4px);
}
#ronnie-memorial{
  /* position: absolute; */
  top: 0;
  left: 0;
  background: #fff;
  padding: 20px;
}
#ronnie-memorial .img-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
#ronnie-memorial p img, #ronnie-memorial .img-wrap img{
  max-height:300px;
  margin-bottom:10px;
  margin-right:10px;
}
#ronnie-memorial h1 em{
  font-weight: 100;
}
#ronnie-memorial p{
  clear: both;
}
#ronnie-memorial img.hero{
  width: 100%;
}
#ronnie-memorial p:nth-of-type(2n) img{
  float:left;
}
#rv-splash{
  position: relative;
  background: #171717;
  display: flex;
  justify-content: center;
  height: calc(100vh - 60px);
  /* margin-top: 60px; */
  align-items: center;
}
/* #rv-splash img, #rv-splash a{
  width:100%;
} */
#rv-splash a {
  height: 600px;
  width: auto;
}
#rv-splash a img{
  height: 100%;
}
.ron-caption{
  text-align: center;
  position: relative;
  transform: translateY(-100%);
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px;
  width: calc(100% - 40px);
  /* text-shadow: 0 0 28px rgba(0,0,0, .6); */
  color: #fff;
  background: rgba(0,0,0,.6);
}
.ron-caption h2{
  border-bottom: 1px solid yellow;
  padding-bottom: .83em;
}
.ron-caption h3{
  font-weight: 100;
  margin-top:0;
}
.staticMain p{
  padding: 0;
}
.staticMain .tip_shape{
  display: inline-block;
  max-width: 31%;
  vertical-align: top;
  background-color: #000;
  color: #fff;
  height: 120px;
  margin: .1em 0;
  padding-right: 1em;
}
.staticMain .tip_shape strong{
  color: #ffcb00;
}
.staticMain .tip_shape img, .staticMain .manu_block img{
  padding: 3px;
  margin-right: .5em;
  margin-bottom: 5px;
  float: left;
}
.staticMain .manu_block{
  max-width: 48%;
  vertical-align: top;
  display: inline-block;
  margin: .2em;
  font-size: .8em;
}
.staticMain .manu_block h2{
  margin: .2em;
}
.staticMain h1 em{
  font-weight: 300;
}
.vidButton{
  text-align: center;
}
.featuresWrap{
  padding: .1em 1em 1em 1em;
}
.featuresWrap h1{
  font-size: 1.6em;
  margin: .6em 0 0;
  line-height: 1.1em;
}
.featuresWrap h3{
  margin: .3em 0;
}
.featuresWrap img{
  max-width: 100%;
}
.featuresWrap .featureContent{
  margin: 1em 0;
}
.featuresWrap .media{
  background-color: transparent;
}
.featuresWrap i{
  position: relative;
  color: inherit;
  float: none;
  margin: 0;
}
.featuresWrap .media img{
  max-height: 100%;
  max-width: none;
}
.featuresWrap .media .vidThumb i{
  padding: 15px 20px;
}
.featureTags a{
  background-color: #010c2d;
  color: #fff;
  display: inline-block;
  padding: .2em .5em;
}
.featureTags a:hover h1{
  color:  #ffcb00;
}
.contact ul{
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 1%;
}
.contact ul.social{
  display: block;
  width: 100%;
}
.manuStep{
  color: #fff;
  min-height: 400px;
  padding: 3em;

}
.manuStep h1{
  color: #fff;
}
.manuStep p{
  margin: 0;
  padding: 0;
  font-size: 2em;
}
.manuStep .prev, .manuStep .next{
  font-size: 3em;
  position: absolute;
  top: 4em;
}
.manuStep .next{
  float: right;
  right: 2em;
}
.manuStep .prev{
  left: 2em;
}
.padded{
  padding: 5px 20px 5px;
}
.center{
  text-align: center;
}
.half{
  width: 49%;
  display: inline-block;
}
.halfWrap{
  padding: 0;
}
div.step{
  border-bottom: 1px solid #bdbdbd;
  clear: both;
  display: inline-block;
}
div.step.top h1{
  vertical-align: top;
  margin-top: 20px;
  display: block;
  text-align: center;
}
div.step.top{
  display: block;
  border-top: 1px solid #bdbdbd;
  margin-top: 20px;
}
div.step.top iframe{
  margin-right: 20px;
  display: inline-block;
}
div.step img{
  float: left;
  margin-right: 20px;
}
div.step:nth-child(2n){
  text-align: right;
  background-color: #efefef;
}
div.step:nth-child(2n) img{
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.staticMain p.guarantee{
  padding: 1.5rem;
  margin: 0;
  background-color:#d0d0d0;
  height: calc(400px - 3rem);
}
p.guarantee strong{
  display: block;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
/*h1.facts:first-of-type{
  margin-top: 0;
}*/
h1.facts{
  display: block;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 20px;
  margin-top: 0px;
}
ul.facts li{
  padding: .4rem;
}
ul.facts li:nth-child(2n){
  background-color: #efefef;
}
.lightBox{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}
.relatedProds h3{
  color: #010c2d;
}
.relatedProds{
  float: right;
  padding: .3em;
  width: 25%;
  background-color: #F9F9F9;
  margin: 1% 0 1% 2%;
}
.relatedProds.wide{
  float: none;
  width: 96%;
  padding: 2%;
  margin: 0;
  border-bottom: 1px solid #E8E8E8;
}
.relatedProds.wide .relatedHeader{
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-left: 5px;
  letter-spacing: 1px;
}
.relatedProds.wide .product{
  display: inline-block;
  width: calc(20% - 20px);
  background: #E8E8E8;
  margin: 5px;
  border-radius: 0 0 4px 4px;
}
.catRequest{
  font-size: .7em;
  display: inline-block;
  width: 44%;
}
.catRequest input.button{
  clear: both;
  background-color: #010c2d;
  color: #fff;
  border-radius: 4px;
  border: 0;
  font-size: 1.4em;
  padding: .5em;
  margin: .3em 0;
  font-family: 'Source Sans Pro';
  font-weight: 100;
}
small.cat{
  float: right;
  color: #fff;
  padding: 0 .2em;
  background-color: #010c2d; /* just in case */
}
small.American_Hickory{
  background-color: #254BBD;
}
small.Sugar_Maple{
  background-color: #a50000;
}
small.Nude{
  background-color: #FFAB2A;
}
small.Gospel{
  background-color: #00B841;
}
small.Players_Design{
  background-color: #00B8B8;
}
small.Int_Players_Design{
  background-color: #00B8B8;
}
small.Eternal_Black{
  background-color: #000;
}
small.Marching_Sticks{
  background-color: #138019;
}
small.VXD{
  background-color: #821EBD;
}
.catRequest input, #mc_embed_signup input{
  margin-left: 0;
  max-width: 100%;
  box-shadow: none;
}
.catRequest label{
  font-size: 1.1em;
  width: 82px;
  display: inline-block;
}
.catRequest select{
  margin-top: 10px;
  box-shadow: none;
}
.relatedProds a, .relatedProds a:visited{
  color: #000;
}
fb-comments{
  display: block;
  margin: .8em;
  clear: both;
}
.staticMain p{
  padding: 5px 20px 5px;
}
.staticMain ul.social li a{
  color: #010c2d;
}
.staticMain ul.social li{
  display: inline-block;
  font-size: 1.6em;
}
.staticMain ul.social i{
  float: none;
  color: #010c2d;
  position: relative;
}
.angular-google-map-container { height: 400px; }
footer{
  width: 98%;
  background-color: #171717;
  color: #fff;
  padding: 1%;
  position: relative;
  bottom: 0;
}
footer ul.social{
  display: inline-block;
  font-size: 1.3em;
}
footer ul.social li{
  display: inline-block;
  float: left;
  margin: 0 5px;
}
footer ul.social li a, footer ul.social li a:visited{
  color: #fff;
}
footer ul.social li a:hover{
  color: #ffcb00;
}
#dealerWrap p{
  padding:0;
}
#dealerWrap .mapHeader{
  background-color: #010c2d;
  color: #fff;
  padding: .8em;
}
#dealerWrap h3{
  margin: .5em 0;
}
#dealerWrap .mapHeader input{
  font-size: 1.1em;
  position: relative;
  top: -3px;
}
#dealerWrap .mapHeader h1{
  color: #fff;
  display: inline-block;
  margin: .2em .6em;
}
#dealerWrap{
  padding: 5px 20px;
}
#dealerWrap ng-map, #dealerWrap #map{
  width: 100%;
  height: 600px;
  display: inline-block !important;
}
#dealerWrap #shop-detail{
  width: 36%;
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
}
#dealerWrap #shop-detail li{
  background-color: transparent;
}
#dealerWrap h1{
  margin: .67em 0 .1em 0;
}
#dealerWrap ul li{
  padding: 5px;
  font-size: .75em;
  /*border-bottom: 1px solid #E8E8E8;*/
}
#dealerWrap ul li span{
  width: 20%;
  display: inline-block;
  vertical-align: text-top;
}
#dealerWrap ul li.sortBy{
  background-color: #010c2d;
  color: #fff;
  margin-top: 10px;
}
#dealerWrap ul li.sortBy span.region:hover, #dealerWrap ul li.sortBy span.name:hover, #dealerWrap ul li.sortBy span.city:hover{
  cursor: pointer;
}
#dealerWrap ul li.sortBy span.active{
  color: #ffcb00;
}
#dealerWrap ul li span.region{
  width: 5%;
}
#dealerWrap ul li span.phone{
  width: 14%;
}
#dealerWrap ul li span.address{
  width: 20%;
}
#dealerWrap ul li span.web{
  text-align: right;
  padding-left: 5px;
}
#dealerWrap table, #dealerWrap tbody{
  width: 100%;
}
/*#dealerWrap tbody{
  display: block;
}*/
#dealerWrap ul li:nth-child(even){
  background-color: #E8E8E8;
}
#dealerWrap select{
  padding: 20px;
  background:url('../img/downArrow.png') no-repeat;
  background-position: 96% 12px;
  background-size: 10px auto;
  border:1px solid #999;
  background-color: #fff;
  border:1px solid #999;
  padding: 5px 20px 5px 5px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
#dealerWrap select:focus{
  outline: none;
}
#dealerWrap select::after{
  font-family: 'FontAwesome';
  content: "\f063";
}
#dealerWrap #distList li.distItem{
  display: inline-block;
  background: transparent !important;
  width: 45%;
  margin-right: 2.5%;
  vertical-align: text-top;
  font-style: normal;
  font-size: .95em;
}
#dealerWrap #distList .distCountry{
  width: 48%;
  vertical-align: text-top;
  display: inline-block;
  clear: both;
  margin-right: 1%;
}
#dealerWrap #distListWrapper{
  display: none;
}
#dealerWrap #distListWrapper.active{
  display: block;
}
#dealerWrap #distList h2{
  background: #efefef;
  padding: 2%;
  font-weight: 500;
  text-align: center;

}
#dealerWrap #distList h2:hover{
  cursor: pointer;
}
#dealerWrap #distList h2:after{
  content:'	»';
  display:inline-block;
  margin-left: 10px;
  transition: .3s transform;
}
#dealerWrap #distList h2.active:after{
  transform: rotateZ(90deg);
}
#dealerWrap #distList .distCountry:nth-of-type(even){
  margin-right: 0;
  margin-left: 1%;
}
#dealerWrap #distList .distCountry h4{
  font-weight: 400;
  letter-spacing: 2px;
}
#dealerWrap #distList .distCountry hr{
  border-color: #010c2d;
}
#dealerWrap #distList li.distItem ul li:nth-child(even){
  background-color: transparent;
}
#dealerWrap #distList li.distItem address{
  font-style: normal;
}

#jay-weinberg{
  width: 130%;
  margin: 0px -15%;
  background: #000;
  color:#fff;
}
#jay-weinberg .aside{
  position: fixed;
  /* width: 140px; */
  right:20px;
  z-index: 100;
  max-height: calc(100vh - 60px);
  max-width: 160px;
}
#jay-weinberg div{
  padding-right: 200px;
}
#jay-weinberg.teaser a, #jay-weinberg.teaser a button{
  display: block;
  background:transparent;
  margin:20px auto;
}
#jay-weinberg.teaser a button:hover{
  color:#ffcb00;
}
#jay-weinberg.teaser section{
      padding: 20px;
}
#jay-weinberg .intro{
  background: url(https://vater.s3.amazonaws.com/assets/908_assets/Jay_hero.jpg);
  min-height: 100vh;
  /* display: flex; */
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
#jay-weinberg .name-lockup{
  position: absolute;
  width: calc(100% - 260px);
  bottom: 0;
  margin: 5vh;
}
#jay-weinberg .quote img.stick-lockup{
  display: none;
}
#jay-weinberg .im-fell{
  font-family: 'IM Fell English', sans-serif;
  text-transform: lowercase;
}
#jay-weinberg blockquote{
  width: 75%;
  margin:0px auto;
  font-size: 2rem;
  font-weight: bold;
  border:none;
  padding: 40px 0;
}
#jay-weinberg .quote{
  padding: 5vh 200px 5vh 5vw;
}
#jay-weinberg .quote img{
  max-width: 100%;
  margin:0px auto;
  display: block;
}
#jay-weinberg blockquote span{
  font-weight: lighter;
}
#jay-weinberg .description{
    background: #000;
    display:flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1.6rem;
}
#jay-weinberg .description p{
  background: rgba(0,0,0,.6);
  display: inline-block;
  margin-right:30%
}
#jay-weinberg .description p:nth-of-type(2n){
  margin-right:0%;
  margin-left:30%;
  /* text-align: right; */
}
#jay-weinberg .downloads {
  text-align: center;
}
#jay-weinberg .downloads a{
  display: inline-block;
  border: 1px solid;
  padding:20px;
  margin:0 20px 20px;
  border-radius: 4px;
  transition: color .3s, border-color .3s;
}
#jay-weinberg .downloads h3{
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
#jay-weinberg .downloads a:hover{
  color:#fff;
  border-color: #fff;
}
