/* TOP NAVIGATION */

div.right-container {
text-transform: uppercase;
letter-spacing: 1px;
}

div.customerSupportTitle {
display: block !important;
}

div.custServTel {
display: none;
}

div.customerSupportEmail {
display: none;
}

div.siteTopLinks_HomeLink {
display: none;
}

div.siteTopLinks_ProductLink {
display: none;
}

.siteTopLinksMobileNT .contact-us {
display: inline-block!important;
}

.button.sale-container {
  background-color: red;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  width: 450px;
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 300;
  line-height: 200px;
  text-decoration: none;
  margin-right: 10px;
}

a:hover.sale-container { 
    background-color: #d10000;
    color: #fff;
}

.button.clearance-container {
  background-color: #01e689;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  width: 450px;
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 300;
  line-height: 200px;
  text-decoration: none;
}

a:hover.clearance-container { 
    background-color: #18cb73;
    color: #fff;
}

nav.primary-navigation ul.top > li.topLevel.li-6:hover > .dropdown {
    min-height: 250px;
    border-top: 10px solid #ff6600;
    padding-bottom: 4em;
    max-height: 2000px;
    visibility: visible;
}

nav.primary-navigation ul.top > li.topLevel.li-6:hover > a {
    background-color: #ff6600;
    text-decoration: none;
}


nav.primary-navigation ul.top > li.topLevel.li-7:hover > .dropdown {
    min-height: 250px;
    border-top: 10px solid #6AD0B9;
    padding-bottom: 4em;
    max-height: 2000px;
    visibility: visible;
	color: #000;
}

nav.primary-navigation ul.top > li.topLevel.li-7:hover > a {
    background-color: #6AD0B9;
    text-decoration: none;
    color: #000 !important;
}


a.button.HPmoto {
    background-color: #000;
    color: #fff!important;
    padding: 15px 30px!important;
    text-align: center;
    text-decoration: none;
    display: inline-block!important;
    font-size: 10px!important;
    cursor: pointer;
    margin: 10px;
    width: 200px;
}
a:hover.HPmoto { 
    background-color: #545454!important;
    color: #fff!important;
}
