/* Container Styles */

body {
    font-family: Roboto, "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    background-color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 0;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}


a, a:visited, a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
}

.homepage-btn {
    position: relative;
    z-index: 1;
}

/* Navbar Styles */

#navbar-rg {
    background-color: rgba(255,255,255, 0.75);
    border: 0;
    z-index: 9001;
}

#navbar-rg.alt:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/navbar/pattern3.png"); 
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#navbar-rg.alt.transparent:after {
    opacity: 0.5;
}

#navbar-rg .navbar-brand {
    color: #000;
}

#navbar-rg .navbar-brand.hidden-xs {
    font-size: 32px;
    padding: 0px 14px;
    line-height: 70px;
}

#navbar-rg .navbar-brand a {
    color: #000;
    text-decoration: none;
}

#navbar-rg #subnav-1 {
    min-height: 32px;
    line-height: 32px;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 0px;
    background-color: #404040;
    color: #fff;
}

#navbar-rg #subnav-1 a, #navbar-rg #subnav-1 a:hover, #navbar-rg #subnav-1 a:visited, #navbar-rg #subnav-1 a:active {
    color: #fff;
    text-decoration: none;
}

#navbar-rg #subnav-1 a {
    margin-right: 10px;
}

#navbar-rg #subnav-1 a:nth-of-type(4) {
    margin-right: 0px;
}

#navbar-rg #subnav-1 .text-center {
    font-size: 17px;
}

#navbar-rg #subnav-2 {
    min-height: 70px;
}

#navbar-rg #subnav-2 .nav-link:nth-of-type(1){
    margin-left: 15px;
}

#navbar-rg #subnav-2 .nav-link {
    white-space: nowrap;
    padding-top: 33px;
    float: left;
    margin-right: 21px;
}

#navbar-rg #subnav-2 .nav-link a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
}

#navbar-rg #subnav-2 .nav-link:hover, #navbar-rg #subnav-2 .nav-link.active {
    color: #666;
    cursor: pointer;
    border-bottom: 1px solid rgb(141, 196, 185);
}

#navbar-rg .navbar-form {
    margin-top: 18px;
}

#navbar-rg .md-search {
    font-size: 22px;
    line-height: 70px;
    text-align: right;
    cursor: pointer;
}

#navbar-rg .md-search i:hover {
    color: #777;
}

.navbar-search .search-group {
    position: relative;
}

.navbar-search .search-pre-text {
    margin-right: 10px;
}

@media (max-width: 1392px) {
    .navbar-search .search-pre-text {
        display: none;
    }
}

.navbar-search .search-group .icon-search {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    right: 8px;
    opacity: 0.65;
    z-index: 1000;
    cursor: pointer;
}

#navbar-rg #subnav-2 .form-control {
    border: 1px solid #6c6c6c;
    border-radius: 0;
    opacity: 0.65;
    color: #000;
    font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

#device-nav-slidein {
    background-color: rgba(87,87,87, 0.95);
    color: #bcbcbc;

    position: fixed;
    height: calc(100vh - 50px);
    width: 100%;
    left: 100%;
    top: 50px;

    overflow-y: auto;
    padding: 15px 15px 65px 15px;
    line-height: 28px;
}

#device-nav-slidein a {
    color: #bcbcbc;
    text-decoration: none;
}

#device-nav-slidein ul {
    list-style-type: none;
    padding: 0;
}

#device-nav-slidein .header, #device-nav-slidein .header a {
    color: #fff;
}

.double-spaced {
    line-height: 2em;
}

#device-nav-slidein .search-group {
    position: relative;
    color: #747182;
}

#device-nav-slidein .search-group .cancel {
    color: #bcbcbc;
    margin-top: 7px;
    text-align: center;
    cursor: pointer;
}

#device-nav-slidein .search-group input {
    padding: 5px 5px 5px 35px;
    border: none;
    background-color: #bcbcbc;
    border-radius: 6px;
    color: #000;
    font-size: 18px;
}

#device-nav-slidein .search-group:before {
    display: block;
    width: 14px;
    height: 14px;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    background-position: -48px 0;
    position: absolute;
    top:6px;
    left:8px;
    opacity: 0.65;
    z-index: 1000;
}

#device-nav-slidein .indented {
    margin-left: 30px;
}

#device-nav-slidein .mt {
    margin-top: 20px;
}

.alt-subnav {
    margin-top: 40px;
}

.alt-subnav .banner {
    display: inline-block;
    margin-top: -20px;
    line-height: 10px;
}

.alt-subnav .banner h3 {
    line-height: 40px;
    margin: 0;
}

.alt-subnav h3.headline {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
}

.tabs-white {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 0;
}

.tabs-white li {
    display: inline-block;
    padding: 8px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    margin: 0 9px;
}

.tabs-white li.active {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.signin-link {
    cursor: pointer;
}

/* Tablet Overrides */

@media (max-width: 991px) {
    footer .col-md-4 {
        text-align: left !important;
    }
}

/* Slider styles */

.rg-slider-container {
    overflow: hidden;
    position: relative;
    min-height: 300px;
}

.rg-slider {
    margin: 30px 0 0 0;
}

.rg-slider .img-slide-container {
    background-color: #fff;
    position: relative;
    z-index: 100;
    border-radius: 12px;
    cursor: pointer;
    /* touch-action: none;*/
}

.rg-slider .img-slide-container.slide {
    -webkit-transform: translate(0,-200px);
    -moz-transform:    translate(0,-200px);
    -o-transform:      translate(0,-200px);
    -ms-transform:     translate(0,-200px);
    transform:         translate(0,-200px);
}

.rg-slider .img-slide-container.animation-ready {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition:    0.5s ease-in-out;
    -o-transition:      0.5s ease-in-out;
    -ms-transition:     0.5s ease-in-out;
    transition:         0.5s ease-in-out;
}

.rg-slider .rg-slider-item {
    position: relative;
    cursor: pointer;
    min-height: 260px;
    visibility: hidden;
}

.rg-slider.loaded .rg-slider-item {
    position: relative;
    cursor: pointer;
    min-height: 260px;
    visibility: visible;
}

.rg-slider.slider-device-open {
    transition: margin 700ms;
}

.rg-slider .rg-slider-item img {
    max-height: 900px;
    display: block;
    margin: 0 auto;
}

.rg-slider .rg-slider-item div.text-center {
    position: absolute;
    bottom: 10px;
    z-index: 50;
    padding: 0 30px;
    margin-left: -15px;
}

.rg-slider-item .btn-resume {
    display: none;
    background-color: transparent;
    margin-bottom: 1.5em;
    border: 1px solid #404040;
}

@media (max-width: 767px) {
    .rg-slider-item .btn-resume {
        display: inline-block !important;
    }
}

.slide-left {
    -webkit-transition: 1s ease-in-out;
    -moz-transition:    1s ease-in-out;
    -o-transition:      1s ease-in-out;
    -ms-transition:     1s ease-in-out;
    transition:         1s ease-in-out;
}

.asym-showcase img {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    padding: 8%;
}

@media (min-width: 768px) {
    #dept-showcases {
        position: relative;
    }

    .asym-showcase img.asym-img-second {
        /* padding: 25%; */
    }

    .showcase-item-container.right {
        top: 200px;
    }
}

.showcase-item-container {
    position: relative;
}

.showcase-item-container h3 {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

@media (min-width: 1800px) {
    .showcase-item-container h3 {
        font-size: 32px;
        bottom: 60px;
    }
}

@media (min-width: 2100px) {
    .showcase-item-container h3 {
        font-size: 32px;
        bottom: 105px;
    }
}

/* Footer styles */

footer {
    border-top: 2px solid #e3e3e3;
    padding: 10px 0;
    text-transform: uppercase;
    line-height: 26px;
    margin-top: 50px;
    position: relative;
    font-family: "Roboto", 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    font-size: 10px;
}

footer a {
    display: inline-block;
    margin-right: 8px;
}

footer a, footer a:hover, footer a:visited, footer a:active {
    color: #6F6F6F;
    text-decoration: none;
}

/* Global Styles */

#affirm-estimate-singleproduct {
    font-size: 12px;
}

#affirm-estimate-singleproduct a {
    color: #3f3f3f;
}

#affirm-learn-more.small {
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
}

.rg-btn {
    border-radius: 4px;
    border: 1px solid #595959;
    color: #000;
    padding: 8px 55px;
    background-color: transparent;
    min-width: 230px;
    letter-spacing: normal;
}

.rg-btn.resizable {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: inherit;
    padding-right: inherit;
    min-width: 0px;
}

.rg-btn:hover, .rg-btn.btn-seafoam {
    background-color: #1bc4a5;
    border: 1px solid #000;
    color: #fff;
}

.btn-sold, .btn-sold:active, .btn-sold:visited, .btn-sold:hover, .btn-sold:focus {
    background-color: #404040;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.item-subtext {
    color: #7c7c7c;
}

#device-check {
    line-height: 1px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mtb25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.gray-more {
    color: #b1b1b1;
}

.text-sans {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.text-roboto-cnd {
    font-family: "Roboto Condensed", 'Open Sans Condensed', sans-serif;
}

.text-seafoam {
    color: #1bc4a5;
}

.text-darker-seafoam {
    color: #17987e;
}

.first-container {
    padding-top: 130px;
}

@media (max-width: 767px) {
    .first-container {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    .first-container.promo-open {
        padding-top: 210px;
    }
}

.rg-slider-container.promo-open {
    padding-top: 80px;
}

.first-container-small {
    padding-top: 30px;
}

.rg-tabs {
    text-align: center;
    height: 44px;
}

.rg-tabs .bottom-border {
    border-bottom: 2px solid #e3e3e3;
    margin-top: -2px;
}

.rg-tabs .tab {
    display: inline-block;
    min-width: 200px;
    padding: 8px 40px;
    margin: 0 15px;
    cursor: pointer;
    font-size: 16px;
}

.rg-tabs .tab.active {
    min-width: 200px;
    border-top: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    background-color: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 8px 40px;
    margin: 6px 15px 0px 15px;
    position: relative;
    z-index: 100;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.v-center-parent {
    width: 100%;
    display: table;
    position: relative;
}

.v-center-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.spacer-1 {
    height: 1em;
}

.spacer-2 {
    height: 2em;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightbox-blocker {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.lightbox {
    border: 1px solid #ccc;
    border-radius: 2px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 60px 80px 100px 80px;
    background-color: #fff;
    z-index: 99999;
}

.lightbox-unpad {
    margin: 0 -80px;
}

.lightbox i.close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .lightbox {
        height: 100%;
        width: 100%;
        top:0;
        left:0;
        padding: 40px 12px;
    }

    .lightbox-unpad {
        margin: 0 -12px;
    }
}

@media (min-width: 768px) {
    .lg-max-300 {
        max-width: 300px;
    }
}

.rg-tooltip {
    cursor: pointer;
    position: relative;
}

.rg-tooltip .rg-tooltip-body {
    display: none;
    background-color: #404040;
    padding: 10px 20px 10px 10px;
    color: #fff;
    position: absolute;
    font-size: 13px;
    left: 0px;
    font-family: Roboto, "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-weight: 400;
    z-index: 999;
}

.nav-link.rg-tooltip .rg-tooltip-body {
    top: 52px;
}

.nav-link.rg-tooltip .rg-tooltip-body ul {
    list-style-type: none;
    margin: 0 25px 0 0;
    padding: 0;
}

.nav-link.rg-tooltip .rg-tooltip-body ul li {
    line-height: 1.8em;
    border-bottom: 1px solid transparent;
}

.nav-link.rg-tooltip .rg-tooltip-body ul li a, #navbar-rg #subnav-2 .nav-link.rg-tooltip .rg-tooltip-body ul li a {
    text-decoration: none;
    color: #fff;
}

.rg-tooltip.search-pre-text .rg-tooltip-body {
    left: -160px;
    width: 280px;
    top: 1.5em;
}

@media (min-width: 768px) {
    .rg-tooltip:hover .rg-tooltip-body {
        display: block;
    }
}

.loader {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 99999999;
    font-size: 50px;
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 767px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

/* Product styles */

.product-mains {
    text-align: center;
}

@media (min-width: 768px) {
    .product-mains .v-center-parent {
        min-height: 670px;
    }
}

.product-mains img {
    display: inline;
}

.product-thumbs-container {
    height: 670px;
    overflow: hidden;
}

.product-thumbs {
    list-style-type: none;
    padding: 0;
    max-height: 670px;
    margin-bottom: 0;
    width: 100px;
    overflow: hidden;
}

.product-thumbs li {
    min-height: 100px;
    padding: 16px 0;
    opacity: 0.5;
    cursor: pointer;
}

.product-thumbs li.active {
    opacity: 1;
}

.product-thumbs li img {
    max-height: 100px;
    max-width: 100px;
}

.favorite {
    text-align: center;
}

.favorite img {
    cursor: pointer;
    display: inline;
}

@media (max-width: 767px) {
    #favorite-hover {
        display: none;
    }
}

@media (min-width: 768px) {
    #favorite-hover {
        position: relative;
        top: 15px;
    }

    #favorite-hover .rg-tooltip .rg-tooltip-body {
        display: block;
    }
}

.text-desc {
    line-height: 35px;
    font-size: 20px;
}

.text-note {
    line-height: 15px;
    font-size: 11px;
}

.col-layout-items img {
    display: inline;
    padding: 10px;
}

.col-layout-items.text-desc {
    line-height: 16px;
}

.col-layout-items.sliding-layout {
    overflow: hidden;
    position: relative;
}

.col-layout-items.sliding-layout .thumb-scroller-container, .homepage-subslider-viewport .thumb-scroller-container {
    width: 80px;
    height: 80%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9000;
}

.homepage-subslider-viewport .thumb-scroller-container {
    height: 100%;
    margin-top: 0;
}

.homepage-subslider-viewport .thumb-scroller-container .thumb-scroller {
    height: 110%;
    -webkit-text-stroke: 2px black;
    -moz-text-stroke: 2px black;
    -ms-text-stroke: 2px black;
    -o-text-stroke: 2px black;
    text-stroke: 2px black;
    color: white;
}

.col-layout-items.sliding-layout .thumb-scroller-container.right, .homepage-subslider-viewport .thumb-scroller-container.right {
    right: 0;
    left: auto;
}

.col-layout-items.sliding-layout .thumb-scroller-container .thumb-scroller, .homepage-subslider-viewport .thumb-scroller-container .thumb-scroller {
    height: 110%;
}

.col-layout-items.sliding-layout .thumb-scroller-container .thumb-scroller .glyphicon, .homepage-subslider-viewport .thumb-scroller-container .thumb-scroller .glyphicon {
    position: absolute;
    top: 55%;
    left: 50%;
    margin: -12px 0 0 -10px;
}

.col-layout-items.sliding-layout .sliding-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.col-layout-items.sliding-layout .sliding-item:first-of-type {
    display: block;
    position: relative;
}

.col-layout-items.sliding-layout .sliding-item.top {
    z-index: 1029;
}

.actual-guitar-disc {
    margin-top: 10px;
    white-space: nowrap;
}

@media (max-width: 980px) {
    #product-buyrail h1 {
        font-size: 23px;
    }
}

.social-container {
    width: 200px;
    height: 40px;
}

#product-buyrail .rg-btn {
    padding: 10px 16px;
    min-width: 0;
}

.thumb-scroller-container {
    margin-top: -20px;
    height: 50px;
    position: relative;
    z-index: 300;
}

.thumb-scroller {
    color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.1);
    max-width: 100px;
    height: 50px;
    font-size: 20px;
    padding-top: 12px;
    cursor: pointer;
    display:none;
}

.thumb-scroller.clear {
    color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
}

#fav-main-img {
    margin: 15px 0;
}

#fav-main-img .heart img {
    margin-top: 18px;
}

#fav-main-img .guitar img {
    margin-top: -10px;
    margin-left: -15px;
}

#question-dialog-main-table {
    width: 100%;
    margin: 15px 15px 0 15px;
}

#question-dialog-main-table #question-guitar {
    margin-top: -10px;
    margin-left: -15px;
    max-height: 180px;
}


#question-dialog-main-table td {
    padding-left: 15px;
}

#question-dialog-main-table td:first-of-type {
    padding-right: 15px;
    padding-left: 0;
}

.main-scroller-left {
    font-size: 50px;
    margin-right: -10px;
    color: rgba(0,0,0, 0.3);
    cursor: pointer;
}

.main-scroller-right {
    font-size: 50px;
    margin-left: -10px;
    color: rgba(0,0,0, 0.3);
    cursor: pointer;
}

@media (max-width: 767px) {
    .main-scroller-left {
        font-size: 25px;
        margin-right: -5px;
    }

    .main-scroller-right {
        font-size: 25px;
        margin-left: -5px;
    }
}

.tab-bodies h2 {
    line-height: 1.6em;
    font-size: 22px;
}

#product-similar-container div.col-sm-3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#product-similar-container img {
    max-height: 320px;
}

/* Category styles */

.filter-component {
    max-height: 290px;
    overflow-y: auto;
    padding-bottom: 10px;
}

.filter-caption {
    margin-top: 25px;
}

.filter-caption.filter-caption-first {
    margin-top: 10px;
}

.filter-fade {
    position: relative;
}

.filter-fade:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
  width: 100%;
  height: 30px;
   /* -webkit-box-shadow: inset 0px -24px 58px -17px rgba(255,255,255,0.86);
    -moz-box-shadow: inset 0px -24px 58px -17px rgba(255,255,255,0.86);
    box-shadow: inset 0px -24px 58px -17px rgba(255,255,255,0.86);*/
}

#filter-crumbs, #filter-count {
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 6px;
}

#filter-crumbs .info {
    float: left;
    margin-right: 10px;
}

#filter-crumbs .crumb {
    display: inline-block;
}

#filter-crumbs .crumb-x {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #8c8c8c;
    font-size: 13px;
    color: #fff;
    padding: 0px 8px;
    margin-right: 1px;
    display: inline-block;
    cursor: pointer;
}

#filter-crumbs .crumb-text {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #8c8c8c;
    font-size: 13px;
    color: #fff;
    padding: 0px 8px;
    display: inline-block;
}

#filter-crumbs .crumb-text.full-border-radius {
    border-radius: 4px;
}

.cat-side-inner {
    margin-top: 120px;
}

.cat-side ul {
    list-style-type: none;
    padding-left: 0;
}

.cat-side ul li {
    list-style-type: none;
    padding-left: 0;
    line-height: 26px;
}

.cat-side ul li a {
    color: #000;
    text-decoration: none;
}

.cat-side ul li.titleband {
    background-color: rgba(204, 204, 204, 0.25);
    font-weight: bold;
    padding-left: 20px;
    margin: 4px 0;
    line-height: 20px;

    /* Temporary disable */
    display: none;
}

.cat-header {
    margin-top: 120px;
}

.cat-header h4 {
    margin-top: 0;
    line-height: 26px;
}

.cat-header .line {
    height: 2px;
    background-color: transparent;
    margin-right: -30px;
}
@media (max-width: 767px) {
    .cat-header {
        margin-top: 80px;
    }

    .cat-header .line {
        height: 2px;
        background-color: transparent;
    }
}

.checkout-row .line {
    height: 2px;
    background-color: #e7e7e7;
    margin: 25px 0 10px 0;
}
@media (max-width: 767px) {
    .checkout-row .line {
        height: 0px;
        background-color: transparent;
        margin: 0;
    }
}

.cat-header .form-group {
    margin-bottom: 0px;
}

.cat-header select {
    margin-top: -7px;
}

.pager-container {
    margin-top: 30px;
}

.pager {
    display: inline-block;
    text-align: center;
    width: 32px;
    margin: 6px 2px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px 0;
    color: #ccc;
    cursor: pointer;

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
}

.pager:hover, .pager.active {
    background-color: #ccc;
    color: #000;
}

#category-items {
    position: relative;
}

#category-items .loader {
    position: static;
    margin: 30px auto 0 auto;
    display: block;
}

#category-items .tall {
    overflow-y: hidden;
    cursor: pointer;
    min-height: 320px;
}

#category-items .standard {
    overflow-y: hidden;
    cursor: pointer;
    min-height: 220px;
}

#product-viewport img {
    max-height: 800px;
    margin-left: -60px;
}

#product-viewport.effects img {
    max-height: 520px;
    margin-left: -60px;
}

@media (max-width: 767px) {
    #product-viewport img {
        max-height: 230px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .sort-container {
        margin-right: -60px;
    }

    .sort-container label {
        padding-right: 0;
    }

    .sort-container .sort-box {
        padding-left: 5px;
    }
}

 .item-column .crop-top {
    overflow: hidden;
}

.item-column .alt-text {
    opacity: 0;
    padding: 160px 0px 90px 0px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 16px;
    width: 100%;
}

.item-column .crop-top .img-item-back {
    opacity: 0;
    position: relative;
    top: -310px;
    left: 0;
    margin-bottom: -320px;
}

.item-column .item-desc-container {
    position: absolute;
    bottom: 3em;
    height: 0;
    margin-bottom: 3em;
    margin-left: -15px;
}

.item-column .crop-top .item-desc-container {
    margin-top: -20px;
}

.item-column:hover .crop-top .img-item-back {
    opacity: 1;
    -webkit-transition: opacity 0.65s ease-in-out;
    -moz-transition: opacity 0.65s ease-in-out;
    -o-transition: opacity 0.65s ease-in-out;
    -ms-transition: opacity 0.65s ease-in-out;
    transition: opacity 0.65s ease-in-out;
}

 .item-column .crop-top img {
    margin-top: -160px;
    max-height: 440px;

    -webkit-transition: 0.65s ease-in-out;
    -moz-transition: 0.65s ease-in-out;
    -o-transition: 0.65s ease-in-out;
    -ms-transition: 0.65s ease-in-out;
    transition: 0.65s ease-in-out;
}

 .item-column:hover .crop-top .img-item-front {
    opacity: 0;
    -webkit-transition: opacity 0.65s ease-in-out;
    -moz-transition: opacity 0.65s ease-in-out;
    -o-transition: opacity 0.65s ease-in-out;
    -ms-transition: opacity 0.65s ease-in-out;
    transition: opacity 0.65s ease-in-out;
}

.item-column:hover .alt-text {
    opacity: 1;
    -webkit-transition: opacity 0.65s ease-in-out;
    -moz-transition: opacity 0.65s ease-in-out;
    -o-transition: opacity 0.65s ease-in-out;
    -ms-transition: opacity 0.65s ease-in-out;
    transition: opacity 0.65s ease-in-out;
}

.cat-item-loading {
    height: 280px;
    padding-top: 132px;
}

@media (min-width: 1358px) {
    .item-column {
        height: 350px;
    }

    .item-column.tall {
        height: 530px;
    }

    .item-column.tall .alt-text {
        height: 460px;
        padding-top: 240px;
    }

    .item-column .standard .img-item-front {
        max-height: 220px;
    }

    .item-column .standard .img-item-front.pickup {
        max-height: 110px;
    }

    .cat-item-loading {
        height: 220px;
        padding-top: 88px;
    }
}

@media (max-width: 1357px) and (min-width: 768px) {
    .item-column {
        height: 350px;
    }

    .item-column.tall {
        height: 530px;
    }

    .item-column.tall .alt-text {
        height: 460px;
        padding-top: 240px;
    }

    .item-column .standard .img-item-front {
        max-height: 220px;
    }

    .item-column .standard .img-item-front.pickup {
        max-height: 110px;
    }

    .cat-item-loading {
        height: 220px;
        padding-top: 88px;
    }
}

@media (max-width: 767px) {
    .item-column .item-desc-container {
        position: absolute;
        bottom: 0;
    }

    .item-column {
        margin-bottom: 2em;
    }
}

/* Department Styles */

#buyrail-desc td {
    vertical-align: middle;
}

.cat-sub-header {
    color: rgb(51, 51, 51);
    margin: 0px 0 33px 0;
}

.cat-sub-header.short {
    margin: 0px 0 14px 0;
}

#department-items .main-text {
    margin-top: 10px;
}

#department-items .cat-header {
    margin-top: 60px;
}

#department-items .cat-header.first {
    margin-top: 30px;
}

@media (max-width: 767px) {
    #department-items .cat-header h5 {
        text-align: center;
        padding: 18px;
        font-size: 21px;
    }
}

/* Brand Styles */

.brand-logo {
    margin-top: 130px;
}

.mneg50 {
    margin-bottom: 50px;
}

.mneg25 {
    margin-top: -25%;
}

.mneg35 {
    margin-top: -35%;
}

.brand-footer-img {
    position: absolute;
    margin-left: -65px;
    left: 50%;
    top: -70px;
}

.brand-footer {
    height: 80px;
    margin-top: 100px;
    text-shadow: 1px 1px #fff;
}

@media (max-width: 767px) {
    .brand-footer {
        padding-top: 60px;
    }
}

.brand-footer .text-center {
    display: none;
}

.img-inline {
    display: inline-block;
}

.text-brand-label {
    margin-top: 40px;
    font-size: 12px;
    color: #7c7c7c;
}

.text-brand-label strong {
    color: #000;
    font-size: 14px;
}

a.no-decoration, a.no-decoration:active, a.no-decoration:visited, a.no-decoration:hover {
    text-decoration: none;
}

/* Cart page */

a.black, a.black:active, a.black:visited, a.black:hover {
    color: #000;
}

a.text-seafoam, a.text-seafoam:active, a.text-seafoam:visited, a.text-seafoam:hover {
    color: #1bc4a5;
}

a.no-select {
    cursor: default;
}

.breadcrumbs .active {
    font-weight: bold;
}

.rg-hr {
    border-bottom: 2px solid #e3e3e3;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .rg-hr-padded {
        margin-left: 30px;
        position: relative;
        left: -15px;
        width: calc(75% - 25px);
    }
}

.cart-row {
    margin: 40px 0;
}

.cart-row .padtop {
    padding-top: 50px;
}

.cart-row .img-center {
    max-height: 200px;
}

.continue-shopping {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .spacer-xs {
        margin: 1em 0;
    }
}

.checkout-row .accepted {
    padding-top: 28px;
}

.checkout-row h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.help-top-align {
    padding-top: 58px;
}

.ship-speed-row {
    margin: 10px 0;
}

.ship-speed-row input {
    margin-right: 15px;
}

.apply-btn {
    display:block;
    margin-top: 6px;
    margin-left: -20px;
}

.discount-text {
    margin-left: 60px;
    display:block;
    margin-top: 6px;
}

.panel-title.accepted-panel {
    padding-top: 2px;
}

.split-textbox input {
    width: 50%;
    float: left;
}

.split-textbox input:nth-of-type(1) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.split-textbox input:nth-of-type(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
}

/* About */

.about-tabs {
    font-weight: bold;
}

.about-tabs.tabs-left > li > a {
    color: #949494;
    cursor: pointer;
}

.about-tabs.tabs-left > li.active > a {
    color: #000;
}

.about-tabs .noselect {
    height: 30px;
}

.staff-contact {
    cursor: pointer;
}

#about-tabs .staff-entry {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#about-tabs #rainbow-contact-single .staff-entry {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.about-img-gal .row {
    margin: 10px -6px;
}

.about-img-gal .row .col-sm-3 {
    padding: 0 6px;
}

.about-img-gal img {
    cursor: pointer;
}

/* account */

#wishlist p {
    font-size: 13px;
}

#wishlist p strong {
    cursor: pointer;
}

#wishlist .row {
    margin-top: 20px;
}

#wishlist .row div.img-container {
    height: 200px;
}

#wishlist .row > div {
    height: 330px;
}

#wishlist img {
    max-height: 210px;
}

#wishlist .add-more {
    font-size: 30px;
    color: #fff;
    background-color: #e3e3e3;
    height: 190px;
    text-align: center;
    font-weight: bold;
}

#wishlist .add-more a {
    color: #fff;
}

#wishlist .add-more strong {
    font-size: 80px;
}

#profile .shipping-cb {
    padding-top: 10px;
}

.nice-bs-table {
    border: 1px solid #f2f2f2;
}

.nice-bs-table th {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 20px;
}

.nice-bs-table td {
    border: 1px solid #f2f2f2;
    padding: 20px;
}

.nice-bs-table .gridPager {
    height: 30px;
}

.nice-bs-table .gridPager td {
    padding: 5px;
}

.nice-bs-table .gridPager table td {
    padding: 5px;
    width: 32px;
    text-align: center;
    border: none;
}

.nice-bs-table .gridPager td a, .nice-bs-table .gridPager td span {
    color: #ccc;
    text-decoration: none;

    display: inline-block;
    text-align: center;
    width: 32px;
    margin: 6px 2px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px 0;
    color: #ccc;
    cursor: pointer;

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;

}

.nice-bs-table .gridPager td span:hover {
    color: #ccc;
    cursor: default;
}

.nice-bs-table .gridPager td a:hover {
    color: #000;
}

.nice-bs-table .date {
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.nice-bs-table .date span.glyphicon {
    font-weight: normal;
    float: right;
    color: #ccc;
    position: relative;
    display: inline-block;
    top: 3px;
}

.nice-bs-table .date:after {
    box-shadow: inset 15px 0 15px -15px rgba(0,0,0,0.15);
    content: " ";
    height: 100%;
    position: absolute;
    right: -15px;
    width: 15px;
    top: 0px;
}

.nice-bs-table .view-action {
    font-weight: bold;
}

.form-control {
    border-radius: 0px;
}

.required {
    color: red;
}

.error {
    color: red;
    font-weight: bold;
}

.form-group span.required {
    display: block;
}

.mobile-nav-structure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    margin-top: 50px;
    padding: 0 0 460px 0;
}

.mobile-nav-structure li {
    list-style-type: none;
    margin: 20px 20px;
}

.mobile-nav-structure li a {
    width: 100%;
    display: block;
    text-decoration: none;
}

#about-thumb-desc {
    margin: 4px 0px;
    font-weight: bold;
}

.tab-content a {
    color: #000;
    text-decoration: none;
}


@media (min-width: 1345px) {
    #footer-navlinks-left {
        white-space: nowrap;
    }
}

.mneg20 {
    margin-top: -20px;
}

/* Tour Styles */

.tourModal {
    width: 220px;
    min-height: 130px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    border: 1px solid #e3e3e3;
    z-index: 99999;
    padding-bottom: 30px;
}

.tourModal i.close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.tourModal .divider {
    width: 90%;
    margin-left: 5%;
    height: 2px;
    background-color: #e3e3e3;
}

.tourModal .next {
    position: absolute;
    bottom: 6px;
    right: 12px;
    cursor: pointer;
}

.tourModal .next span {
    font-size: 14px;
}

.tourModal .footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 220px;
    font-size: 11px;
    padding-bottom: 8px;
}

.tourModal .body {
    font-size: 12px;
    font-weight: bold;
    width: 200px;
    margin-top: 35px;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
    min-height: 50px;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
    position: absolute;
    top:   -10px;
    left: 50%;
    margin-left: -10px;
	width:  0; 
	height: 0; 
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid white;
}

.arrow-left {
    position: absolute;
    top:   50%;
    left: -10px;
    margin-top: -10px;
	width:  0; 
	height: 0; 
	border-top:    10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:  10px solid white; 
}

.refine-select {
    background-color: #E1E1E1;
    width: 100%;
}

.filter-mobile {
    margin-bottom: 30px;
}

.filter-mobile .glyphicon {
    margin: 0 0 0 8px;
    font-size: 13px;
}

.refine-clear {
    margin: 30px 0 0 0;
    color: #C5C5C5;
}

.refine-header {
    margin-bottom: 4px;
}

.refine-container .line {
    height: 2px;
    background-color: #e3e3e3;
    margin: 20px 0 40px 0;
}

#webDescr .show-more, #webDescr .show-less {
    cursor: pointer;
}

#passwordResetSuccess {
    padding-top: 6px;
    padding-bottom: 4px;
}

.product-desc-crunch { 
    overflow: hidden;
}

.product-desc-crunch:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255, 1) 100%);
    width: 100%;
    height: 70px;
    opacity: 1;
    transition: opacity .8s ease-in-out;
}

.product-desc-crunch.open:after {
    opacity: 0;
    transition: opacity .8s ease-in-out;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

#webDescrControls {
    margin-top: 15px;
    text-align: center;
}

.sliding-row .sliding-item img {
    max-height: 500px;
}

.sub-title {
    font-size: 26px;
}

.slider-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.slider-dots .dot {
    border-radius: 100%;
    background-color: #C5C5C5;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.slider-dots .dot.active {
    border-radius: 100%;
    background-color: #6c6c6c;
}

.slider-h1 {
    margin-bottom: 0px;
}

.slider-h2 {
    margin-top: 4px;
    margin-bottom: 20px;
}

.feature-caption, .sub-title.feature-caption {
    font-size: 36px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

#store-disclaimer {
    line-height:14px;
    margin-top: 30px;
    font-family: "Roboto", 'Open Sans', sans-serif;
    font-weight: 400;
    color: #6F6F6F;
    font-size: 10px;
}

#store-logo {
    margin-bottom: 30px;
}

.cat-sub-header h5 p {
    font-size: 14px;
    line-height: 26px;
}

#store-disclaimer {
    font-size: 11px;
    line-height: 24px;
    color: #a2a2a2;
}

.cat-sub-header h5 img {
    margin: 0 16px 10px 0;
}

#condition-globalnew-subheader {
    position: relative;
}

#condition-globalnew-subheader span {
    font-size: 15px;
    font-weight: bold;
    color: black;
}

#condition-globalnew-subheader div {
    font-size: 15px;
    display: inline-block;
    color: black;
}

#condition-globalnew-subheader div.horz-filter {
    position: relative;
    top: 1px;
}

#condition-globalnew-subheader div.horz-filter input {
    margin: 5px 0px 0px 10px
}

#condition-globalnew-subheader div.horz-filter.first {
    margin-left: 10px;
}

#new-arrivals-h1 {
    text-align: center;
}

#subnav-promo {
    height: 80px;
    padding-top: 25px;
    background-color: #8bc5b9;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

#subnav-promo .collapser {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
}

#subnav-promo-text a, #subnav-promo-text a:visited, #subnav-promo-text a:active, #subnav-promo-text a:focus, #subnav-promo-text a:hover {
    text-decoration: none;
    color: white;
}

#promo-toggle-link {
    padding: 2px 2px 4px 4px;
    background-color: #8bc5b9;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

#promo-toggle-link:hover {
    background-color: #8cead7;
    border: 1px solid #8cead7;
}

.homepage-subslider {
    overflow: hidden;
    text-align: left;
    position: relative;
    width: 100vw;
}

.homepage-subslider .slide-image img {
    width: 100vw;
}

@media (max-width: 767px) {
    .homepage-subslider .slide-image img {
        overflow: hidden;
        width: 100vw;
        margin-bottom: 80px;
    }
}

.homepage-subslider a.slide {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.homepage-subslider a.slide:first-of-type {
    display: block;
    position: relative;
    z-index: 1029;
}

.homepage-subslider h2 {
    font-weight: 800;
}

.homepage-subslider h4 {
    margin: 20px 0 30px 0;
    font-weight: bold;
}

.homepage-subslider-viewport {
    overflow: hidden;
    position: relative;
}

@media (max-width: 1179px) {
    .hidden-lt-1180 {
        display: none;
    }
}

#cat-mainloader-toplevel {
    height: 500px;
    padding-top: 280px;
    font-size: 50px;
    text-align: center;
    color: #404040;
}

.photos-are-of-text {
    text-transform: uppercase;
}

.dept-showcase-last-row {
    height: 200px;
}

@media (max-width: 860px) and (max-width: 768px){
    .dept-showcase-last-row {
        height: 10px;
    }
}

.similar-product-table {
    table-layout: fixed;
    width: 100%;
}

#ask-question-button {
    cursor: pointer;
}

#product-return-button {
    background-color: rgba(90, 90, 90, 0.5);
    position: absolute;
    right: 0;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

#product-return-arrow-left {
  width: 0; 
  height: 0; 
  border-top: 17px solid transparent;
  border-bottom: 18px solid transparent; 
  border-right: 15px solid rgba(90, 90, 90, 0.5);
  position: absolute;
  top: 0;
  left: -15px;
}

.notfound-search-container {
    padding: 70px 0 280px 0;
    font-size: 16px;
    text-align:center;
}

.notfound-search-container > div {
    padding-top: 1em;
    text-align: center;
}

.notfound-search-container > div > button {
    width: 300px;
    margin: 0 10px;
    display: inline-block;
}

@media (max-width: 767px) {
    .notfound-search-container > div > button {
        margin: 0 auto;
        display: block;
    }

    .notfound-search-container > div > button.btn-default {
        margin-bottom: 20px;
    }
}

.btn-default, .btn-default:active, .btn-default:visited, .btn-default:hover, .btn-default:focus {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.cat-sub-header-alt.banner-feature img {
    max-width: 1108px;
    width: 100%;
}

@media (max-width: 767px) {
    .cat-sub-header-alt.banner-feature img {
        margin: 20px 5px;
    }
}