.burger{
  display: none;
}
#mobileNav{
  background-color: rgba(23, 23, 23, 0.95);
  height: 85%;
  padding-top: 0px;
  position: fixed;
  top:50px;
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  margin-left: -300px;
  transition:.3s all linear;
  -moz-transition:.3s all linear;
  -webkit-transition:.3s all linear;
  width: 200px;
  padding: 20px;
  z-index: 99;
  overflow-y:scroll;
}
#mobileNav.active{
  margin-left: 0;
}
#mobileNav ul li{
  padding: 5px;
  border-bottom: 1px solid #303030;
}
#mobileNav i{
  font-size: .7em;
  margin-top: -1em;
}
#mobileNav ul li:last-child{
  border-bottom: 0;
}
#mobileNav a{
  color: #fff;
}
#mobileNav a:hover{
  color: #ffcb00;
}
#mobileNav input{
  width: 100%;
  font-size: .8em;
  margin: 0;
  background-color: #000;
  color: #fff;
  padding: .2em;
}
#mobileNav button{
  font-size: .8em;
  background-color: transparent;
  color: #ffcb00;
  margin: 0;
}
#mobileNav button span{
  margin-right: .3em;
  display: inline-block;
  margin-top: -1.1em;
  font-size: 1.2em;
}
.searchMobile{
  display: none;
  position: absolute;
  left: 0;
  background: rgba(255,255,255, .6);
  top: 60px;
  z-index: 10;
  width: 100%;
}
.searchMobile.active{
  display: block;
}
@media screen and (max-width: 1150px){
  #header ul.social{
    display: none;
  }
}
@media screen and (min-width:950px){
  .burger{
    display: none !important;
  }
}

@media screen and (max-width:950px){
  #logo{
    margin: 0;
  }
  #header ul li{
    margin: 8px 4px;
  }
  .searchBox{
    display: none;
  }
  .mobileSearch{
    display: inline-block;
  }
   #header ul.mainNav li ul.subnav{
    margin-left: -220px;
  }
  .manuStep .prev, .manuStep .next {
    font-size: 3em;
    position: absolute;
    top: 4em;
  }
  .manuStep .prev {
    left: 1em;
  }
  .manuStep .next {
    right: 1em;
  }
  .productSingle .heroImage img.inline{
  max-width: 100%;
  max-height: 200px;
  /* float: left; */
  display: inline-block;
  }
  .catRequest{
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .contentWrapper{
    width: 95%;
  }
  #thumbnailHolder{
    margin-left: -2.5%;
    height: 200px;
    overflow-y:hidden;
  }
  #thumbnailHolder ul li h3{
    font-size: 1em;
  }
  #thumbnailHolder ul li{
    height: 180px;
  }
  .homeWrapper .prev {
    margin-left: 65px;
    margin-top: -50px;
  }
  .homeWrapper .next {
    margin-right: 50px;
    margin-top: -50px;
  }
  .manuStep{
    padding: 1% 15%;
    font-size: .7em;
  }
  .manuStep .prev, .manuStep .next {
    font-size: 2.5em;
    position: absolute;
    top: 4em;
  }
  .manuStep .prev {
    left: .4em;
  }
  .manuStep .next {
    right: .4em;
  }
}
@media screen and (max-width:600px){
  .homeWrapper .next, .homeWrapper .prev{
    display: none;
  }
  .billboardItem{
    padding: .8em;
  }
  .results{
    display: none;
  }
  .homeWrapper .next {
    margin-right: 25px;
    font-size: .3em;
    margin-top: 10px;
  }
  .homeWrapper .prev {
    margin-left: 25px;
    font-size: .3em;
    margin-top: 10px;
  }
  .burger{
    display: block;
    position: absolute;
    padding: 14px;
    font-size: 24px;
  }
  .searchBox{
    display: none;
  }
  #logo{
    width: 100%;
    text-align: center;
    position: absolute;
    display: inline;
    margin: 0;
  }
  #header ul{
    display: none;
  }
  #dealerWrap .mapHeader{
    margin-top: 10px;
  }
  #dealerWrap .mapHeader h1{
    color: #fff;
    display: inline-block;
    margin: .2em .6em;
    font-size: 1.3em;
  }
  #dealerWrap #distList .distCountry, #dealerWrap #distList .distCountry:nth-of-type(even){
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  #dealerWrap #distList li.distItem{
    width: 95%;
  }
  #featuredProd .linkWrapper{
    display: block;
  }
  #featuredProd a{
    width: calc(100% - 3rem);
    background-color: #fff;
    display: inline-block;
  }
  #featuredProd h1{
    font-size: 1.8rem;
  }
  #storeLocator{
    width: 98%;
    height: 120px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: .3em;
  }
  #tweets{
    width: 98%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: .3em;
  }
  #insta{
    width: 98%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: .3em;
  }
  .contentWrapper{
    width: 100%;
  }
  .featureHolder{
    width: 98%;
    margin: 0 0 .3em 0;
  }
  .productsMain .product{
    width: 100%;
    margin:5px 0;
  }
  .artistsMain .headerWrap{
    flex-direction: column;
  }
  .artistsMain form.findArtists{
    font-size: .8rem;
  }
  .artistsMain button{
    font-size: 1em;
  }
  .artistGridCell{
    display: inline-block;
    margin: 1%;
    max-width: none;
    width: 100%;
    height: 120px;
    position: relative;
  }
  .artistGridCell .info{
    padding: 1em;
  }
  .letterToggle {
  margin: 0;
  padding: .4em;
  }
  .artistStats{
    display: inline-block;
    width: 94.5%;
    position: relative;
    right: 0;
    top: 0;
    box-shadow: none;
  }
  .artistMain ul.social{
  font-size: 1.6em;
  display: inline-block;
  background-color: #FFF;
  width: 100%;
  }
  .artistMain .heroImage img {
  max-width: 100%;
  min-height: 100px;
  }
  .relatedProds{
    float: none;
    width: 95%;
    margin: 0;
  }
  .relatedProds.wide .product{
    display: inline-block;
    width: 90%;
  }
  .prodArtists .artistGridCell {
    width: 90%;
  }
  .tagsList .range{
    width: 100%;
    margin: 4% 0;
  }
  .artistMain .shareThis{
    text-align: left;
  }
  .productSingle #thumb{
    display: block;
    padding: 1.5em 0;
  }
  .productSingle #thumb img{
    max-width: 100%;
  }
  .productSingle .heroImage{
    padding: .5em 0;
  }
  .productStats .shareLinks{
    position: relative;
    right: 0;
  }
  .productStats .dimensions{
    margin-left: 0;
    border-left: 0;
  }
  p.prodDesc{
    width: 90%;
    display: inline-block;
    margin: 5px;
    padding: 5px;
  }
  .productStats sales-links {
    float: none;
    width: 95%;
    margin: 0;
    display: block;
  }
  .buyNow{
    width: 95%;
    padding: 0;
  }
  .buyNow .activeVendor{
    width: 90%;
  }
  .buyNow .activeVendor strong{
    width: 85%;
  }
  .filterHolder.popOut{
    width: 90%;
  }
  #thumbnailHolder{
    margin-left: 0;
    width: 100%;
  }
  #dealerWrap ul li span.region{
    width:10%;
  }
  #dealerWrap ul li span.web{
    width:10%;
  }
  select, .filterHolder select{
    border:none;
  }
  div.step:nth-child(2n){
    text-align: left;
  }
  div.step img{
    width: 80px;
  }
  div.step:nth-child(2n) img{
    float: left;
    margin-left: 0px;
    margin-right: 20px;
  }
  .half{
    width: 100%;
    display: block;
    clear: both;
  }
  .staticMain p.guarantee{
    height: auto;
  }
  .classicWrap .prodGrid{
    flex-direction: column;
  }
  .productsMain .catGrid{
    flex-direction: column;
  }
  #jay-weinberg{
    width: 100%;
    margin: 0px auto;
    background: #000;
    color:#fff;
  }
  #jay-weinberg .aside{
    display: none;
  }
  #jay-weinberg div{
    padding-right:0px;
  }
  #jay-weinberg .intro{
    min-height: 60vh;
    background-size: cover;
  }
  #jay-weinberg .name-lockup{
    width: calc(100% - 10vh);
  }
  #jay-weinberg .stick-lockup{
    max-width: calc(100% - 4vw);
    margin: 2vw;
    display: block;
    margin-bottom: 20px !important;
  }
  #jay-weinberg .quote img.stick-lockup{
    display: block;
  }
  #jay-weinberg .quote{
    padding: 5vh;
  }
  #jay-weinberg blockquote{
    font-size: 1.6em;
    width:100%;
  }
  #jay-weinberg .description{
    font-size: 1.6em;
    background-position: 50% 50%;
  }
  #jay-weinberg .description p{
    background: rgba(0,0,0,.6);
    display: inline-block;
    margin-right:0%
  }
  #jay-weinberg .description p:nth-of-type(2n){
    margin-right:0%;
    margin-left:0%;
    /* text-align: right; */
  }
  #jay-weinberg .im-fell{
    font-family: "Source Sans Pro", Helvetica, sans;
    text-transform: none;
  }
}
