@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,700');

 
* {
    border-radius: 0 !important;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}
 body {
     background-color: #000;
     color: #fff;
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.6em;
    word-wrap: break-word;
}
#content {
    background-color: #fff;
    color: #000;
    padding-top: 6.5rem;
}
mark {
    display: inline-block!important;
    padding: 2px 6px!important;
    }
b, strong {
    font-weight: 500;
}
small {
    /*font-size: 80%*/
}

#content hr {
    border-top-color: #fff;
}
.content hr:last-child {
  display: none;
}

button, input, optgroup, select, textarea {
    color: #222;
}


.btn-cart.enabled {
  background: #e5e5e5;
  color: #1a1a1a;
}

#db-footer {
    color: #717171 !important;
    font-size: 1rem !important;
}

.close {
    font-size: 4rem;
    font-weight: 100;
    position: relative;
    top: -0.25em;
}

/*#region Headings */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: helvetica, arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1em
    }


    h2,h3 {
        padding: 0 0 0.5rem;
        margin: 2rem 0 2rem;
        font-size: 1.2rem;
    }
    h2 a {color: inherit;}
    h2 a .fa {
        color: #aaa;
    }
h2 a:hover,h2 a:focus,
h2 a:hover .fa,h2 a:focus .fa {color: #aaa; text-decoration: none; }
    .page-header {
        border: none;
    }

    .search-results h2 {
        margin-top: 0;
    }
/*#endregion */

/*#region Links */
    a {
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #aaa;
    }

    a:active,
    a:hover {
        outline: 0;
        color: #666;
    }
    .modal a {
        color: #999;
    }
    .modal a:hover,.modal a:focus {
        color: #333;
    }
/*#endregion */

/*#region Buttons */
    .btn {
        font-family:  helvetica, arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: all 0.3s ease 0s;
    }
    .btn-cart {
        letter-spacing: 0;
    }
    .btn-cart, .modal .btn-primary {
        background-color: #e5e5e5;
        border-color: #e5e5e5;
        color: #000;
    }
    .btn-cart:hover,.btn-cart:focus,.btn-cart:active,.btn-cart:focus:active,
    .modal .btn-primary:hover,.modal .btn-primary:focus {
        background-color: #444;
        border-color: #444;
        color: #fff;
    }
    .btn-primary,
    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #fff;
        border-color: #E5E5E5;
        color: #000;
    }
    .btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:focus:active {
        background-color: #f5f5f5;
        border-color: #e5e5e5;
        color: #000;
    }
/*#endregion */

/*#region Header */
    .site-header {
        /*padding: 1.5625rem 0;*/
        text-align: center;
        /*position: relative;*/

        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
        background-color: #1a1a1a;
        z-index: 1031;
    }
    .header-logo {
        position: absolute;
        width: 100%;
        /*! height: 30px; */
        /*! left: 1rem; */
        top: 57px;
        -webkit-transition: 0.8s;
        transition: 0.8s;
        z-index: 10;
        margin: 0;
        font-size: 1rem;
        display: none;
        background: #000;
    }
    .header-logo img {
        width: 40px;
        height: 40px;
    }
    .header-logo span {
        font-size: 0.6em;
        position: absolute;
        top: 50%;
        right: -50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.8s;
        transition: 0.8s;
        color: #fff;
        opacity: 0;
    }
    
    .header-search {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 1032;
    }
    #header-search {
        position: absolute;
        width: 100%;
        display: none;
    }
    #search {
        display: none;
        position: relative;
    }
    .searchbox {
        font-size: 1rem;
        line-height: 2.2rem;
        padding: 0.5rem 0.75rem;
        border: none;
        outline: none;
        width: 100%;
        background-color: #333;
    }
    .searchbox:focus {
        background-color: #444;
        color: #fff;
    }
    #btn-search-show {
        position: absolute;
        top: 0;
        right: 2.3rem;
        padding: 0;
        margin: 0;
        line-height: 3.125rem;
        width: 2.3rem;
        color: #fff;
        font-size: 1.2rem;
    }
    .btn-close-search {
        margin: 0;
        padding: 0;
        background: transparent;
        border: none;
        color: #999;
        font-weight: 100;
        font-size: 3rem;
        line-height: 3.2rem;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .nav-sitelink {
        position: absolute;
        height: 30px;
        right: 17rem;
        top: 10px;
        display: none;
    }
    .nav-sitelink a {
        font-size: 0.6rem;
        color: #fff;
        transition: 0.8s;
        font-family: helvetica, arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1em;
        position: absolute;
        top: 50%;
        right: 0;
        white-space: nowrap;
    }
    .nav-sitelink a:hover, .nav-sitelink a:focus {
        color: #ccc;
        text-decoration: none;
    }

    .navbar-toggle {
        padding: 0;
        margin: 0;
        line-height: 3.125rem;
        width: 2.3rem;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.2rem;
        color: #fff;
    }

    .nav-user {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1031;
        width: 100%;
        height: 0;
    }
    .nav-user > li {
        display: inline-block;
        /*line-height: 3.125rem;*/
    }
    .nav-user > li > a {
        padding: 0 0.6rem;
        display: inline-block;
        font-size: 1rem;
        line-height: 3.125rem;
        text-decoration: none;
    }
    li.nav-basket {
        position: absolute;
        right: 17rem;
    }
    li.nav-account {
        position: absolute;
        left: 20px;
    width: auto;
    }
    li.nav-basket a {
        font-size: 0.7rem;
        font-weight: 300;
        height: 3.125rem;
    }
    li.nav-account > a {
        padding: 0;
        width: 2.3rem;
        text-align: center;
        font-size: 1.2rem;
        color: #fff;

    }
    li.nav-account .dropdown-menu {
        left: auto;
        right: 0;
    }

a.login > i.fa { display: none; }


/*#endregion */

/*#region Footer */
    .site-footer {
        margin: 3rem 0 0;
        padding: 3rem 0;
    }
/*#endregion */

/* #region Panels */
    .panel {
        background-color: #f5f5f5;
        border-color: transparent;
    }
    .panel > .panel-heading {
        background-color: transparent;
        border-color: transparent;
    }
    .panel-footer {
        padding: 15px;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }   

    .panel-footer.pre-order {
        background-color: rgba(52, 150, 114, 0.18);
    }
/* #endregion */

/* #region Thumbnail items */
    .thumbnail {
        border-radius: 0;
    }
    a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
        border: 1px solid #000;
    }
    a.thumbnail.MagicZoomPlus.active, a.thumbnail.MagicZoomPlus:focus, a.thumbnail.MagicZoomPlus:hover {
        border: 1px solid rgba(0,0,0,0.3);
    }

    .thumbnail-item {
        margin-bottom: 0;
    }
    .thumbnail-item-caption {
        padding: 1rem 1rem 0 1rem;
    }
    .thumbnail-item-heading {
        line-height: 1;
        font-size: 1rem;
        margin: 0;
    }
    .thumbnail-item-heading small,
    .thumbs .tall-thumbnail-item .caption h6 small {
        display: block;
        color: inherit;
/*        border-top: 1px solid #666;*/
        /*width: 90%;*/
        margin-top: 0.5rem;
        padding-top: 0.35rem;
        font-size: 0.6rem;
    }
    .thumbs .tall-thumbnail-item .caption {
        font-size: 1rem;
    }
    .thumbs .tall-thumbnail-item .caption .list-group-item-heading {
        font-size: inherit;
        line-height: 1;
    }
    .thumbnail-item-heading, .media-view .media-heading {
        margin-top: 0;
        min-height: 4.5rem;
        text-align: center;
}
    }
    .artwork-view:hover .thumbnail-item,.artwork-view:focus .thumbnail-item,
    .media-view .thumbnail:hover,.media-view .thumbnail:focus,
    .thumbnails .thumbnail:hover,.thumbnails .thumbnail:focus {
        
    }

    .js .thumbnail-item-actions {
        background-color: rgb(229, 229, 229);
    }
    
    .featured-item {
        /*padding: 15px;*/
    }

    .caption.discount {
        
    }
    .caption.discount h2 {
        
    }
    .caption.discount h2:after {        
        
    }

    .thumbnail-item img {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .overlay-link::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% ;
        height: calc( 100% - 5.5rem );
        content: "";
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
    }
    .overlay-link:hover::before,.overlay-link:focus::before {
        opacity: 1;
    }

    .artwork-view.col-md-3 {
        margin-bottom: 1.5rem;
    }

    .col-media {
        padding-bottom: 15px;
        padding-top: 15px;
        border: 1px solid transparent;
    }
    .media:not(.cart-item .media) {
        padding-bottom: 15px;
        border-bottom: 1px dotted #000;
    }
    .media-object:not(.cart-item .media-object) {
        border-right: 5px solid;
        max-width: 100px;
    }
    .owl-carousel,.owl-carousel-tall-thumbs {
        padding: 0 15px;
    }
    .owl-carousel .owl-item, .artwork-view.col-md-3 {
        padding: 0 1px 0 0;
        /* margin-bottom: 30px; */
        border: none;
        transition: all 0.3s ease 0s;
    }
    .owl-item > div, .owl-carousel-tall-thumbs .thumbnail,
    .artwork-view.col-md-3 .thumbnail-item,.artwork-view.col-md-3 .thumbnail-item,
    .artwork-view.col-md-4 .thumbnail-item,.artwork-view.col-md-4 .thumbnail-item {
        padding: 0;
        transition: all 0.3s ease 0s;
    }
/*    .owl-carousel .owl-item:hover > div,.owl-carousel .owl-item:focus > div,
    .owl-carousel-tall-thumbs .thumbnail:hover,.owl-carousel-tall-thumbs .thumbnail:focus,
    .col-media:hover,.col-media:focus,
    .artwork-view.col-md-3:hover .thumbnail-item img,.artwork-view.col-md-3:focus .thumbnail-item img,
    .artwork-view.col-md-4:hover .thumbnail-item img,.artwork-view.col-md-4:focus .thumbnail-item img {
         -webkit-filter: grayscale(100%);
            filter: grayscale(100%)
    }*/
    .owl-controls {
        padding-right: 15px;
        text-align: left;
    }
    .owl-stage-outer + .owl-controls {
        display: none;
    }
    .owl-controls > div {
        font-size: 2em;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.1;
        text-align: center;
        background-color: #fff;
        color: #999;
        cursor: pointer;
        display: inline-block;
        transition: all 0.3s ease 0s;
        border: 1px solid #eee; 
    }
    .owl-controls > div:hover,.owl-controls > div:focus {
        background-color: #fff;
        color: #000;
        border: 1px solid #000; }
    .owl-next {
        margin-left: 3px;
    }

.js .thumbnail-item-actions {
    background-color: rgb(229, 229, 229);
}
/* #endregion */

/* #region Sidebar */
    .sidebar-item {
        margin-bottom: 1.5rem;
        margin-top: 2rem;
    }
    .sidebar-item h2 {
        margin: 0;
        padding: 0;
        border: none;
        font-size: 0.8rem;
        line-height: 1.5625rem;
        color: #000;
        display: none;
    }
    .sidebar-item-sections h2 {
        /*display: none;*/
    }
    .sidebar-link-list {
        margin: 0 0 1.5em;
        padding: 0;
        list-style: none;
    }
    .sidebar-link-list a {
        display: block;
        padding: 0 5px;
        border: 0;
        background: transparent;
        color: #000;
        font-size: 1rem;
    }
    .sidebar-link-list a:hover,.sidebar-link-list a:focus {
        color: #000;
        text-decoration: none;
    }

    .sidebar-link-list a.active {
        font-weight: 700;
            color: #000;
        text-decoration: none;
    }
    
/*    .sidebar-item-sections li:first-child a::before {
        content: "Store ";
    }*/
    .sidebar-header {
        float: right
    }
    .sidebar-nav { min-height:3.125rem; border: none; }
    .navbar-fixed-top .navbar-collapse {
        max-height: calc(100vh - 3.125rem);
    }

    li.nav-basket a { background-color: #000; font-size: 1rem; color: #fff; }


/* #endregion */

/*#region jPlayer */
    a.jp-play,a.jp-pause {
      color: #000;
    }
    a.jp-play:hover,a.jp-play:focus,
    a.jp-pause:hover,a.jp-pause:focus {
        color: #999;
    }
    .jp-play-bar {
        background-color: rgba(0,0,0,0.1);
    }
    td.track {
      vertical-align: middle !important;
    }
/*#endregion */

.modal {
    color: #222
}

.checkout .radio.control-label {
  position: relative;
  right: 2em;
}

/*#region Tables */
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
      border-top: 1px solid #ccc;
    }
    .table > thead > tr > th {
      border-bottom: 2px solid #ccc;
    }
    .table-striped > tbody > tr:nth-of-type(2n+1) {
      background-color: rgba(0,0,0,0.08);
    }
/*#endregion */

.tab-content {
  padding: 1rem;
  background-color: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 2rem;
}
.modal .tab-content {
    border: none;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    color: #000;
}

@media (min-width: 768px){
    .container {
        width: 100%;
        max-width: none;
    }
    .main {
        background-color: #e5e5e5;
    }
    #content {
        padding: 2rem;
        min-height: 40rem;
    }
    .sidebar-nav .navbar-header {
        float: none;
    }
    .btn-cart {
        
    }
    .site-header,#head {
        padding: 0;
        /*height: 10rem;*/
        min-height: 4rem;
    }
    .site-header > .container {
        position: relative;
    }
    .header-logo {
        /*! top: 15px; */
        /*! left: 2rem; */
        display: block;
    }
    .header-logo img {
        width: 120px;
        height: 120px;
        vertical-align: top;
    }
    .header-logo span  {
        right: -70px;
        opacity: 1;
    }

    .header-social {
        
    position: absolute;
    right: 20px;
    top: 8.5rem;
    z-index: 20;
    }
    

    
        .header-social li a{
    color: #fff;
    }

    .header-search {
        width: 15rem;
        /*right: 1rem;
        top: 0.9rem;
        position: static;*/
        float: right;
        margin-right: 1rem;
        margin-top: 0.8rem;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    #header-search {
        position: static;
        display: block !important;
    }
    #search {
        display: block !important;
    }
    .searchbox {
        line-height: 1.2rem;
        line-height: 2.375rem;
        padding-top: 0;
        padding-bottom: 0;
    }
    #btn-search-show, #btn-search-hide {
        display: none;
    }
    #btn-search-submit {
        background: none;
        border: none;
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding: 0.5rem;
        position: absolute;
        right: 1px;
        top: 1px;
        color: #666;
        outline: none;
    }
    .searchbox:focus + #btn-search-submit {
        color: #fff;
    }
    #btn-search-submit:hover, #btn-search-submit:focus,
    .searchbox:focus + #btn-search-submit:hover {
        color: #2cb2df;
    }

    #sidebar {
        padding: 2rem 2rem;
        position: sticky;
        top: 9rem;
    }
    .sidebar-toggle {
        display: none;
    }
    .sidebar-collapse,.sidebar-items {
        display: block;
        height: auto !important;
    }
    .sidebar {
        
    }
    .sidebar-items {
        position: relative;
    }
    .sidebar-item h2 {
        margin: 0;
        
        display: none;
    }
    .sidebar-link-list {
        margin: 0;
    }
    .sidebar-link-list li {
    }
    .sidebar-link-list a {
        padding-left: 0;
        padding-right: 0;
    }


    .nav-user {
        margin-top: 0.8rem;
        margin-right: .35rem;
        /*! float: right; */
        position: static;
        left: auto;
        right: 1rem;
        width: auto;
    }
    .nav-user > li > a {
        font-size: 0.8rem;
        line-height: 2.375rem;
        padding: 0 0.6rem;
        width: auto;
        height: auto;
        text-transform: uppercase;
        font-weight: bold;
    }
    li.nav-basket, li.nav-account {
        position: absolute;
        /*! left: 0; */
    }
    li.nav-account > a {
        /*! background-color: #333; */
        color: #fff;
    }
    li.nav-account > a:hover,li.nav-account > a:focus {
        background-color: #444;
        color: #fff;
        text-decoration: none;
    }
}
@media (min-width: 992px){
    .header-logo {
        
    }
    .owl-controls {
        margin-top: 1.5em;
        text-align: right;
    }
    
}
@media (min-width: 1200px){
    
}

@media (min-width: 1024px ){
    #content { padding: 3rem; }
    #sidebar { padding: 3rem 1.5rem; }
}
@media (min-width: 1150px) {
    .header-logo {
        /*! width: 40px; */
        /*! height: 40px; */
        /*! top: 10px; */
    }
    .header-logo img {
        /*! width: 40px; */
        /*! height: 40px; */
    }
    .nav-sitelink {
        height: 40px;
    }
    #content { padding: 4rem; width: 80%; }
    #sidebar { /*padding: 4rem 2rem;*/ width: 20%; }
}
@media (min-width: 1280px) {
    .header-logo {
        /*! width: 50px; */
        /*! height: 50px; */
        /*! top: 10px; */
        /*! left: 3rem; */
    }
    .header-logo img {
        /*! width: 50px; */
        /*! height: 50px; */
    }
    .header-logo span {
        font-size: 0.85em;
        right: -90px;
    }
    .header-search {
        /*right: 3rem;
        top: 1.2rem;*/
    }
    .nav-sitelink {
        height: 50px;
        right: 19rem;
    }
    #content { padding: 5rem; width: 80%; }
    #sidebar { /*padding: 5rem 3rem;*/ width: 20%; }
    .site-header,#head { min-height: 7.5rem; }

    .header-search, .nav-user {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1440px) {
    .header-logo {
        /*! left: 4rem; */
    }
    .header-search {
        right: 4rem;
    }
    .nav-sitelink {
        right: 20rem;
    }
    #content { padding: 5rem 6rem; width: 85%; }
    #sidebar { /*padding: 5rem 4rem;*/  width: 15%; }
}

@media screen and (max-width: 767px){
    body {
        
    }
    .navbar-fixed-top {
        /*position: absolute;*/
        top: 0;
        background-color: #000;
    }
    #sidebar {
        
    }
    .navbar-header {
        
    }




    .navbar-brand {
        padding: 10px
    }
    .navbar-brand > img {
        height: 30px;
    }

    .navbar-collapse {
        background-color: #222;
    }
    .navbar-toggle {
        
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .header-social {
        
    }
    #basket {
        margin: 0;
        clear: both;
        right: 75px;
    }
    .btn-cart span{
        display: none;
    }
    
    .site-header {
        
    }
    .nav-user .hidden-xs {
       
    }
    .sidebar-header {
        width: 100%;
    }
    .sidebar-toggle {
        text-indent: 200%;
        overflow: hidden;
        width: 5rem;
        white-space: nowrap;
        position: relative;
        line-height: 2.5rem;
        background-color: transparent;
        border: none;
        position: relative;
        left: -15px;
    }
    .sidebar-toggle .fa {
        display: none;
    }
    .sidebar-toggle::before {
        content: "\f0c9";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 2em;
        position: absolute;
        left: -4.5rem;
    }
    .sidebar-link-list {
        clear: both;
    }

    .sidebar-link-list a {
        color: #fff;
    };

    .btn-cart,.sidebar-toggle {
        padding: 0.5rem 1rem;
        text-transform: uppercase;
        
        outline: none;
        color: #fff;
        font-size: 0.8rem !important;
        box-shadow: none;
        font-weight: 400;
        background: transparent;
    }

    
    .sidebar-toggle:hover,.sidebar-toggle:focus {
        background-color: #000;
        color: #fff;
        border-color: #E02B00;
    }

li.nav-account {
    position: absolute;
    top: 0;
    right: 80px;
    width: 40px;
}
    
}
@media (min-width: 768px) and (max-width: 1199px){
    
}