.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel > li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  position: relative; }

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer; }

.unslider-arrow.next {
  left: auto;
  right: 20px; }

.mobile--header {
  width: 100%;
  padding: 10px 0px;
  position: relative;
  display: block;
  font-family: 'Marcellus'; }
  .mobile--header.open-left .left-menu {
    max-height: 700px; }
  .mobile--header.open-left .ham hr {
    opacity: 0; }
    .mobile--header.open-left .ham hr:first-child {
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      display: block;
      opacity: 1;
      -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg); }
    .mobile--header.open-left .ham hr:last-child {
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      display: block;
      opacity: 1;
      -webkit-transform: translateY(-13px) rotate(-45deg);
      -ms-transform: translateY(-13px) rotate(-45deg);
      transform: translateY(-13px) rotate(-45deg); }
  .mobile--header.open-right .right-menu {
    max-height: 700px; }
  .mobile--header .cart-ham {
    position: absolute;
    right: 20px;
    height: 40px;
    width: 40px;
    top: 10px; }
    .mobile--header .cart-ham img {
      width: 100%; }
  .mobile--header .ham {
    position: absolute;
    left: 20px;
    height: 40px;
    width: 40px;
    top: 10px; }
    .mobile--header .ham hr {
      height: 1px;
      width: 100%;
      margin-bottom: 5px;
      background: White;
      transition: all ease 0.5s;
      opacity: 1; }
  .mobile--header .logo--vmoda {
    text-align: center;
    display: block; }
    .mobile--header .logo--vmoda img {
      height: 40px;
      width: auto; }
  .mobile--header .left-menu {
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-top: 16px;
    max-height: 0px;
    overflow: hidden;
    transition: all ease 0.5s; }
    .mobile--header .left-menu li {
      list-style: none;
      text-align: left;
      box-sizing: border-box;
      padding: 10px 0px 5px 25px;
      clear: both;
      line-height: 1.5; }
      .mobile--header .left-menu li a {
        color: White;
        text-decoration: none;
        font-weight: 300;
        letter-spacing: 0.1em;
        font-size: 18px;
        position: relative;
        display: block; }
        .mobile--header .left-menu li a.sub.open:after {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .mobile--header .left-menu li a.sub:after {
          right: 20px;
          top: 10px;
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #ccc;
          opacity: 0.8; }
      .mobile--header .left-menu li ul {
        overflow: hidden;
        max-height: 0px;
        margin: 0px;
        clear: both;
        transition: all ease 0.5s; }
        .mobile--header .left-menu li ul.open {
          max-height: 700px; }
        .mobile--header .left-menu li ul li {
          width: 100%;
          display: block;
          padding: 10px 0px; }
          .mobile--header .left-menu li ul li a {
            -webkit-font-smoothing: antialiased;
            color: White;
            display: block;
            font-size: 13px;
            opacity: 0.7;
            transition: all ease 0.2s;
            font-weight: 300;
            letter-spacing: 0.1em;
            font-family: Arial, Helvetica, sans-serif; }
            .mobile--header .left-menu li ul li a:hover {
              opacity: 1; }
  .mobile--header .right-menu {
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 16px;
    max-height: 0px;
    overflow: hidden;
    transition: all ease 0.5s; }
    .mobile--header .right-menu li {
      list-style: none;
      text-align: center;
      box-sizing: border-box;
      padding: 5px 0px;
      clear: both; }
      .mobile--header .right-menu li a {
        color: White;
        text-decoration: none;
        font-weight: normal;
        letter-spacing: 0.1em;
        font-size: 16px !important; }
      .mobile--header .right-menu li ul {
        max-height: 0px;
        clear: both;
        padding: 16px 0px; }
        .mobile--header .right-menu li ul li {
          clear: none;
          width: 50%;
          float: left; }
          .mobile--header .right-menu li ul li a {
            display: block;
            font-size: 12px !important;
            opacity: 0.7;
            transition: all ease 0.2s;
            letter-spacing: 0; }
            .mobile--header .right-menu li ul li a:hover {
              opacity: 1; }

.hex--mobile {
  padding: 20px 0px; }
  .hex--mobile .block {
    width: 80%;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 40px; }
    .hex--mobile .block a {
      text-align: center;
      margin: auto; }
    .hex--mobile .block #hex-talking {
      width: 100%;
      max-width: 200px;
      margin: auto; }

.mobile--footer {
  border-top: 2px solid #eb8023;
  box-sizing: border-box;
  padding: 24px 0px;
  background: #222;
  font-family: Arial, Helvetica, sans-serif; }
  .mobile--footer .block {
    margin-bottom: 24px; }
    .mobile--footer .block a {
      display: block;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      margin: 5px auto; }
    .mobile--footer .block.social {
      text-align: center; }
      .mobile--footer .block.social a {
        display: inline-block;
        margin: 0px 10px; }
      .mobile--footer .block.social img {
        display: inline-block;
        width: 20px; }
  .mobile--footer p {
    text-align: center;
    font-size: 10px;
    color: #ccc;
    display: block;
    opacity: 0.6; }

@media screen and (max-width: 620px) {
  .Content.Widest {
    width: 100% !important; } }

@media screen and (max-width: 620px) {
  .Content .ProductList {
    margin: 0px !important;
    width: 100%; }
    .Content .ProductList li {
      width: 100% !important;
      max-width: 100%;
      margin: 0px 0px 24px;
      height: auto;
      float: none;
      display: block;
      min-height: auto; }
      .Content .ProductList li img {
        width: 100%; } }

.mobile--accessories--header {
  text-align: center;
  box-sizing: border-box;
  padding: 0px 20px; }
  .mobile--accessories--header a {
    margin: 5px;
    display: inline-block; }

@media screen and (max-width: 620px) {
  #top-accessory-container {
    display: none; } }

.product-slider {
  width: 90%;
  display: block;
  margin: auto; }
  .product-slider img {
    width: 100%; }

.unslider {
  position: relative; }

.unslider-nav ol {
  width: 100%;
  text-align: center;
  padding-top: 16px; }
  .unslider-nav ol li {
    display: inline-block;
    margin: 0px 5px;
    color: transparent;
    background-color: #eb8023;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    opacity: 0.5; }
    .unslider-nav ol li.unslider-active {
      opacity: 1; }

@media screen and (max-width: 620px) {
  #addtocartbuttonpage {
    margin-left: 0px !important;
    margin-bottom: 20px; } }

.product--specs {
  box-sizing: border-box;
  padding: 20px;
  clear: both; }
  .product--specs h2 {
    color: White;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-size: 18px;
    position: relative;
    display: block;
    font-family: 'Marcellus';
    margin: 5px 0px; }
    .product--specs h2.open--head:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .product--specs h2:after {
      right: 20px;
      top: 10px;
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #ccc;
      opacity: 0.8; }
  .product--specs .content {
    max-height: 0px;
    overflow: hidden;
    transition: all ease 0.5s; }
    .product--specs .content.open {
      max-height: 5000px; }
    .product--specs .content p {
      opacity: 0.8;
      line-height: 1.2;
      margin-bottom: 16px;
      font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }

.unslider-arrow {
  bottom: 0px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 10px; }

@media screen and (max-width: 620px) {
  .BlockContent {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0px 20px; } }

@media screen and (max-width: 620px) {
  .ProductDetailsGrid {
    width: 100% !important;
    float: none !important;
    text-align: left !important; }
    .ProductDetailsGrid h1, .ProductDetailsGrid .ProductPrice {
      font-size: 14px !important; } }

@media screen and (max-width: 620px) {
  .fancy-margin {
    margin: 0px !important; } }

@media screen and (max-width: 620px) {
  .productAttributeList {
    margin-top: 0px !important;
    float: none !important;
    width: 100% !important; } }

@media screen and (max-width: 620px) {
  .DetailRow {
    margin-left: 0px !important;
    padding-top: 0px !important;
    float: none !important;
    width: 100% !important;
    text-align: left !important;
    color: inherit; } }

@media screen and (max-width: 600px) {
  .product--description--wrapper div:first-child {
    width: 90% !important;
    display: block;
    margin: auto; }
    .product--description--wrapper div:first-child img {
      display: none !important; }
    .product--description--wrapper div:first-child table, .product--description--wrapper div:first-child th, .product--description--wrapper div:first-child tr, .product--description--wrapper div:first-child td {
      box-sizing: border-box; }
    .product--description--wrapper div:first-child #verzamatrixtable {
      display: none; } }

@media screen and (max-width: 600px) {
  #ModalContainer {
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    box-sizing: border-box; }
    #ModalContainer .ModalContent {
      height: auto !important; }
      #ModalContainer .ModalContent img {
        width: 100% !important; }
    #ModalContainer #fastCartContainer.ProductList {
      width: 100% !important; }
      #ModalContainer #fastCartContainer.ProductList li {
        width: 100% !important; }
        #ModalContainer #fastCartContainer.ProductList li .ProductImage .QuickView {
          width: 100% !important;
          height: auto !important; }
    #ModalContainer #fastCartSuggestive li {
      width: 100% !important; } }

@media screen and (max-width: 620px) {
  .CartCode .CouponCode, .CartCode .GiftCertificate {
    float: none !important;
    width: 100% !important; } }

@media screen and (max-width: 620px) {
  #CartHeader h1 {
    font-size: 20px;
    padding: 0px 10px; }
    #CartHeader h1 span {
      display: none; } }

@media screen and (max-width: 620px) {
  #CartContent {
    padding: 0px;
    margin: 0px; }
  .CartThumb {
    width: 100% !important;
    display: block;
    margin: auto; }
  .GiftCertificate {
    padding: 0px !important;
    margin-top: 40px !important; }
  .CartItemQuantity {
    text-align: left; }
  .CartContents tr td {
    border: 0px; }
  .CartItemIndividualPrice {
    text-align: left; }
  .HorizontalFormContainer dt {
    display: block !important;
    text-align: left !important;
    float: none !important;
    width: 100% !important;
    margin: 5px 0px !important; }
  .HorizontalFormContainer dd {
    display: block !important;
    text-align: left !important;
    float: none !important;
    width: 100% !important;
    margin: 5px 0px !important; }
  .HorizontalFormContainer p.Submit {
    margin: 5px 0px !important; }
  .SubTotal td {
    display: table-cell !important; } }

.history__container {
  width: 1256px;
  margin: auto;
  margin-top: 50px;
  text-align: left; }
  @media screen and (max-width: 620px) {
    .history__container {
      width: 100%;
      margin-top: 20px; } }
  .history__container .storydivider {
    float: left;
    text-align: left;
    padding: 15px;
    width: 30%;
    color: #868686; }
    @media screen and (max-width: 620px) {
      .history__container .storydivider {
        width: 100%;
        display: block;
        float: none;
        box-sizing: border-box;
        padding: 20px; } }

.generic__container {
  width: 1256px;
  margin: auto;
  margin-top: 50px; }
  @media screen and (max-width: 620px) {
    .generic__container {
      box-sizing: border-box;
      padding: 20px;
      width: 100%;
      margin-top: 0px; }
      .generic__container img {
        display: block;
        width: 100%;
        height: auto !important; }
      .generic__container p {
        background: transparent !important;
        color: White !important; }
      .generic__container td {
        display: block; }
      .generic__container .PageHeader {
        margin: 0px;
        padding: 0px; } }

@media screen and (max-width: 620px) {
  #faq-chooser li {
    display: block !important;
    float: none !important;
    width: 90% !important;
    display: block;
    margin: 0px auto 5px;
    border: 0px !important; }
    #faq-chooser li a {
      border: 0px !important; } }

.faq__container {
  width: 1256px;
  margin: auto;
  margin-top: 50px; }
  @media screen and (max-width: 620px) {
    .faq__container {
      width: 100%;
      margin-top: 0px; } }

@media screen and (max-width: 620px) {
  #faq-container {
    box-sizing: border-box; }
    #faq-container img {
      width: 100%; } }

@media screen and (max-width: 620px) {
  .CreateAccount {
    width: 100%;
    float: none;
    display: block;
    box-sizing: border-box;
    clear: both;
    padding: 20px; } }

@media screen and (max-width: 620px) {
  .AccountLogin {
    width: 100%;
    float: none;
    display: block;
    box-sizing: border-box;
    clear: both;
    padding: 20px; } }

@media screen and (max-width: 620px) {
  .ExpressCheckoutCompletedContent {
    white-space: inherit;
    margin-top: 10px;
    left: 0px;
    position: relative; } }

@media screen and (max-width: 620px) {
  .ChangeLink {
    position: relative !important;
    right: 0px;
    margin-right: 10px;
    margin-left: 15px; } }

@media screen and (max-width: 620px) {
  .ExpressCheckoutContent {
    box-sizing: border-box;
    padding: 20px; } }

@media screen and (max-width: 620px) {
  .CheckoutRedeemCoupon {
    clear: both;
    float: none;
    width: 100% !important; } }

.CartContents {
  display: block;
  width: 100%; }
  .CartContents thead {
    display: none; }
  @media screen and (max-width: 620px) {
    .CartContents tr, .CartContents td {
      display: block;
      width: 100%; } }

@media screen and (max-width: 620px) {
  #artist-content-container-two {
    min-width: 100px !important;
    width: 100% !important; } }

#artist-yt-vid {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.25%; }
  #artist-yt-vid iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%; }

#artist-content-left-title-text-right {
  display: none; }

@media screen and (max-width: 620px) {
  #home-hex-pictures-container, #home-hex-row-one, #home-hex-row-two, #home-hex-row-three {
    min-width: 100px !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0px !important; }
    #home-hex-pictures-container div, #home-hex-row-one div, #home-hex-row-two div, #home-hex-row-three div {
      display: inline-block !important;
      width: 100% !important;
      margin: 10px auto !important;
      float: none !important; }
      #home-hex-pictures-container div a, #home-hex-row-one div a, #home-hex-row-two div a, #home-hex-row-three div a {
        display: inline-block !important;
        text-align: left; } }

@media screen and (max-width: 620px) {
  #artist-content-left {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    padding: 0px 20px; } }

@media screen and (max-width: 620px) {
  #artist-content-left-title-text {
    font-size: 24px !important; } }

@media screen and (max-width: 620px) {
  #artist-content-right {
    width: 90% !important;
    border-top: 1px solid #eb8023;
    float: none !important;
    margin-left: 5%; } }

@media screen and (max-width: 620px) {
  #artist-content-right-topsearch input {
    font-size: 24px !important; } }

@media screen and (max-width: 620px) {
  .resellers {
    width: 100% !important;
    padding: 0px 20px;
    margin-top: 0px !important; }
    .resellers #content {
      width: 100% !important; }
    .resellers table, .resellers tr, .resellers td {
      width: 100% !important;
      padding: 5px 0px;
      display: block !important; }
    .resellers h2 {
      width: 100% !important; }
    .resellers .sub-countries-online {
      width: 100% !important; } }

@media screen and (max-width: 620px) {
  .fugazi {
    padding: 0px 20px; }
    .fugazi img {
      display: block;
      width: 100%; }
    .fugazi #spot-fugazi {
      padding: 0px;
      margin: 20px 0px;
      width: 100%; }
    .fugazi table {
      width: 100% !important; } }

@media screen and (max-width: 620px) {
  .contact-page {
    padding: 0px 20px; }
    .contact-page img {
      display: block;
      width: 100%; }
    .contact-page #spot-fugazi {
      padding: 0px;
      margin: 20px 0px;
      width: 100%; }
    .contact-page table {
      width: 100% !important; }
      .contact-page table tr, .contact-page table td {
        display: block;
        text-align: left;
        width: 100% !important;
        margin: 10px 0px !important; }
      .contact-page table input, .contact-page table textarea {
        width: 100% !important; }
  .reset-margin {
    margin-top: 10px !important; }
  #contact-tile {
    width: 100% !important; }
    #contact-tile img {
      width: 60% !important;
      display: block;
      margin: auto !important; }
    #contact-tile div {
      padding: 2px; } }

@media screen and (max-width: 620px) {
  .shipping {
    padding: 0px 20px; }
    .shipping img {
      width: 100% !important;
      display: block;
      height: auto !important;
      margin: auto; }
    .shipping table {
      width: 100% !important; }
      .shipping table tr, .shipping table td {
        display: block; }
    .shipping ul {
      margin: 5px !important; } }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

.only-desktop {
  display: block; }
  @media screen and (max-width: 620px) {
    .only-desktop {
      display: none !important; } }

.only-mobile {
  display: none; }
  @media screen and (max-width: 620px) {
    .only-mobile {
      display: block;
      -webkit-font-smoothing: antialiased; } }

@media screen and (min-width: 620px) {
  .unslider {
    display: none !important; } }

@media screen and (max-width: 620px) {
  #grad-strip {
    background-color: #eb8023 !important;
    background-image: none !important; } }

.mobile--banner {
  transition: all ease 0.5s;
  overflow: hidden;
  max-height: 0px;
  cursor: pointer;
  margin-bottom: 0px; }
  .mobile--banner.open {
    max-height: 500px;
    margin-bottom: 10px; }

.page--about {
  display: block;
  padding: 0px 20px; }
  @media screen and (max-width: 620px) {
    .page--about div {
      width: 100% !important;
      float: none !important;
      clear: both !important;
      padding: 5px 0px !important;
      margin: 0px !important;
      height: auto !important; }
      .page--about div * {
        min-width: 100px !important;
        max-width: 1240px !important; }
      .page--about div .spacer-bar {
        background: transparent !important; }
      .page--about div img {
        width: 100% !important;
        height: auto !important; }
      .page--about div span {
        padding: 0px 10px; }
      .page--about div #b2bform table tr td {
        display: block;
        padding: 2px;
        text-align: left; }
      .page--about div .contact-form {
        background-size: cover;
        background-position: center;
        padding: 20px !important;
        background-color: #eb8023;
        background-image: none !important; } }

@media screen and (max-width: 620px) {
  #matrix-outer-table {
    display: none !important; } }

@media screen and (max-width: 620px) {
  input[type=submit] {
    -webkit-appearance: none; } }

@media screen and (max-width: 620px) {
  * {
    box-sizing: border-box; } }

#new-top-header .free-shipping-banner {
  float: left;
  width: 500px;
  display: block; }

#new-top-header .free-shipping-banner img {
  width: 100%;
  border: 0px; }

#new-top-header #usertopmenu li {
  margin-top: 3px; }

#new-top-header #usertopmenu li a {
  margin-top: 0px !important; }

.header--v-moda-logo {
  -webkit-flex: 0 0 130px;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px; }
  @media screen and (max-width: 620px) {
    .header--v-moda-logo {
      position: relative;
      display: block;
      margin: auto; } }

.header--menu {
  -webkit-flex: 0 0 880px;
  -ms-flex: 0 0 880px;
  flex: 0 0 880px;
  margin-top: 25px; }

.header--menu li {
  position: relative; }

.header--social {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px; }

#myslidemenu-container {
  width: 100%;
  max-width: 1200px;
  min-width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mobi--carousel {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 40px; }
  .mobi--carousel img {
    width: 100%;
    margin: 8px auto; }
  .mobi--carousel #ytvideo {
    width: 100%;
    padding-bottom: 100%;
    height: 0px;
    overflow: hidden;
    position: relative;
    margin: 8px auto; }
    .mobi--carousel #ytvideo iframe {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
