@CHARSET "UTF-8";

@font-face 
{
    font-family: 'Gotham';
    src: url(fonts/Gotham-Book.woff) format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg') format('svg');
}

@font-face 
{
    font-family: 'Gotham-Light';
    src: url(fonts/Gotham-Light.woff) format('woff'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg') format('svg');
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url(fonts/Gotham-Medium.woff) format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg') format('svg');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url(fonts/Gotham-Bold.woff) format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg') format('svg');
}

@font-face {
    font-family: 'Gotham-Black';
    src: url(fonts/Gotham-Black.woff) format('woff'), url('fonts/Gotham-Black.ttf') format('truetype'), url('fonts/Gotham-Black.svg') format('svg');
}

*{
    border-radius: 0;
    font-weight: normal !important;
}

::selection 
{
  background: #eee; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #eee; /* Gecko Browsers */
}

*:focus {
    outline: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
html {
    font-family: 'Gotham', Sans-serif, Arial;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    background-color: #fff;
    margin: 0px;
    padding: 0px;

    font-size: 14px;
    line-height: 1.42857143;

    color: #000;
    overflow: hidden;
}
@media screen and (max-width: 679px){
    body.cart_not_empty{
        /*margin-bottom: 55px;*/
    }
}
.slider-text{
    line-height: 20px;
    display: table;
    height: 80px;
    background: #000;
    color: #FFF;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
    font-size: 20px;
    text-align: center;
    padding: 0;
    padding-left: 15px;
    margin: 0;
    text-transform: Uppercase;
    padding-right: 14px;
    width: 100%;
}

.slider-text .slider-text-wrap{
    display: table-cell;

    vertical-align: middle;
}
.slider-text .main-text{
    font-size: 20px;
    display: inline-block !important;
    margin-bottom: 0px;
    line-height: 17px;
}
.slider-text .sub-text{
    font-family: 'Gotham', Sans-serif, Arial;
    font-size: 10px;
    margin-top: 6px;
    display: inline-block !important;
    text-transform: none;
    line-height: 11px;
}
.slider-text-target{
    display: none;
}
#layerslider-container-fw {
    width: 100%;
    margin: 50px auto;
}

#dim {
    min-width: 1000px;
    overflow: hidden;
}

header {
    padding-bottom: 40px;
}

.page {
    position: relative;
    width: 900px;
    margin: 0px auto 50px auto;
    padding: 5px;
    box-shadow: 0px 0px 30px -5px black;
}

body.normal .page {
    box-shadow: none;
}

.bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0px 3px 15px -10px #000;
    -moz-box-shadow: 0px 3px 15px -10px #000;
    -webkit-box-shadow: 0px 3px 15px -10px #000;
}

.inner {
    position: relative;
    padding: 45px 45px 85px 45px;
    box-shadow: 0px 0px 100px #f1f1f1 inset;
    background: white;
}

#doc_banner {
    margin: 100px 0px 100px -125px;
}

.inner a {
    border-bottom: 1px dotted #222;
}

.inner a:hover {
    color: #000;
    border-color: #000;
}

.inner h2.description a {
    color: #555;
    border-color: #555;
}

.inner h2.description a:hover {
    color: #111;
    border-color: #111;
}

nav a {
    border: 0px !important;
}


.page .inner p {
    margin-left: 30px;
}

.page .inner ul {
    margin: 20px 0px 0px 50px;
    list-style: circle;
}

.page .inner p {
    margin-top: 20px;
    list-style: circle;
}

.sep {
    width: 840px;
    height: 4px;
    margin: 50px 0px 0px -15px;
    background: url(../img/static.png) 0px -206px;
}

nav {
    margin-top: 30px;
}

nav a,
nav span {
    margin-top: 10px;
    float: left;
    display: block;
    line-height: 80px;
    height: 80px;
    color: #555;
    margin-right: 30px;
    font-size: 12px;
}

nav a {
    width: 80px;
    margin-right: 10px;
    background-image: url(../img/logos.png);
}

#kmlogo {
    background-position: 0px -80px;
}

#kmlogo:hover {
    background-position: 0px 0px;
}

#fblogo {
    background-position: -80px -80px;
}

#fblogo:hover {
    background-position: -80px 0px;
}

#cclogo {
    background-position: -160px -80px;
}

#cclogo:hover {
    background-position: -160px 0px;
}



body.dark {
    background: #2d2d2d none;
}

body.dark * {
    text-shadow: none;
    color: #999;
}

body.dark .page .bg {
    background: #222;
    box-shadow: 0px 3px 15px -5px #000;
    -moz-box-shadow: 0px 3px 15px -5px #000;
    -webkit-box-shadow: 0px 3px 15px -5px #000;
}

body.dark .page .inner {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #111;
}

body.dark .inner a {
    color: #999;
    border-bottom: 1px dotted #555;
}

body.dark .inner a:hover {
    color: #bbb;
    border-bottom: 1px dotted #777;
}



.doc {
    margin-left: 155px;
    padding-bottom: 115px;
}

.doc h3 {
    margin-top: 100px;
}

.doc ul {
    margin: 10px 0px 0px 50px !important;
    list-style: upper-alpha !important;
}

.doc ul li {
    margin-bottom: 10px;
}

.doc ul li ul {
    margin: 10px 0px 15px 30px !important;
    list-style: decimal !important;
}

.doc ul li ul li {
    margin-bottom: 5px;
}

.ls-container {
    margin-left: auto;
    margin-right: auto;
}



#wrapper {
    margin: 50px auto;
}

#ls-transition-gallery {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    width: 100%;
}

#ls-transition-gallery td, #ls-transition-gallery th {
    padding: 5px 5px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
}

#ls-transition-gallery td:first-child {
    border-right: 1px solid #e3e3e3;
}

.ls-popup {
    width: 300px;
    height: 150px;
    position: absolute;
    padding: 20px;
    background: white;
    color: #eee;
    z-index: 6000;
    box-shadow: 0px 7px 30px -5px black;
}

.ls-popup .inner {
    width: 300px;
    height: 150px;
    padding: 0px;
    box-shadow: none;
    background: none;
}

#wrapper a {
    border: none;
}

#wrapper h3 {
    margin: 30px 0px;
}

#wrapper td * {
    font-size: 12px !important;
}

/* File: catalog/view/theme/gogroove/js/megaslider/layerslider.css */

/* Global settings */

.ls-container {
    visibility: hidden;
    position: relative;
}

.ls-lt-container {
    position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
    text-align: left !important;
    direction: ltr !important;
}

.ls-container-fullscreen {
    margin: 0px auto !important;
    padding: 2% !important;
    background: black !important;
    border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
    display: none !important;
}

.ls-overflow-hidden {
    overflow: hidden;
}

.ls-inner {
    position: relative;
    background-position: center center;
    z-index: 2;
}

.ls-loading-container {
    position: absolute !important;
    display: none;
    z-index: 3 !important;
    left: 50% !important;
    top: 50% !important;
}

.ls-loading-indicator {
    margin: 0px auto;
}

.ls-inner,
.ls-layer {
    width: 100%;
    height: 100%;
}

.ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden;
}

.ls-active,
.ls-animating {
    display: block !important;
}

.ls-layer > * {
    position: absolute;
    line-height: normal;
    margin: 0px;
    left: 0px;
    top: 0px;
}

.ls-layer .ls-bg {
    left: 50%;
    top: 50%;
}

.ls-yourlogo {
    position: absolute;
    z-index: 99;
}



/* Navigation */

.ls-bottom-nav-wrapper {
    height: 0px;
}

.ls-bottom-slidebuttons {
    text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
    z-index: 2;
    height: 0px;
    position: relative;
    text-align: right;
    margin: 0px auto;
}

.ls-below-thumbnails {
    display: none;
    z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
    outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
    direction: ltr !important;
}

.ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
    position: relative;
}

.ls-nothumb {
    text-align: center !important;
}

.ls-link {

    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;

}



/* Embedded videos */

.ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ls-videopreview {
    width : 100%;
    height : 100%;
    position : absolute;
    left : 0px;
    top : 0px;
    cursor : pointer;
}

.ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
}



/* Thumbnails */

.ls-tn {
    display: none !important;
}

.ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0px;
}

.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden;
}

.ls-thumbnail-hover img {
    max-width: none !important;
    position: absolute;
    display: inline-block;
    visibility: visible !important;
    left: 50%;
    top: 0px;
}

.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4;
}

.ls-thumbnail {
    position: relative;
    margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
    width: 100%;
}

.ls-thumbnail-slide-container {
    overflow: hidden !important;
    position: relative;
}

.ls-touchscroll {
    overflow-x: auto !important;
}

.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative;
}

.ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0px;
    height: 0px;
    position: relative;
}

.ls-thumbnail-slide img {
    max-width: none !important;
    max-height: 100% !important;
    height: 100%;
    visibility: visible !important;
}

.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0px;
    overflow: hidden !important;
    visibility: hidden;
}

.ls-shadow img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 0px !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
    visibility: hidden;
}



/* WP plugin fullWidth */

.ls-wp-fullwidth-container {
    width: 100%;
    position: relative;
}

.ls-wp-fullwidth-helper {
    position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
    overflow: hidden;
}

.ls-lt-tile {
    position: relative;
    float: left;
    perspective: 500px;
    -o-perspective: 500px;
    -ms-perspective: 500px;
    -moz-perspective: 500px;
    -webkit-perspective: 500px;
}

.ls-curtiles {
    overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ls-curtile, .ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.ls-curtile {
    left: 0px;
    top: 0px;
}

.ls-curtile img,
.ls-nexttile img {
    position: absolute;
    filter: inherit;
}

.ls-3d-container {
    position: relative;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    overflow: visible !important;
}

.ls-3d-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
    overflow: hidden;
    background: #777;
    margin: 0px;
    padding: 0px;
    position: absolute;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}



/* Full screen */

.ls-fullscreen {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: none;
    padding: 0px;
    border: 0px;
}

html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: none;
    padding: 0px;
    border: 0px;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
    background: none !important;
    min-width: 0 !important;
    max-width: none !important;
    box-shadow: none;
    border: 0px;
    padding: 0px;
}

html * .ls-wp-container .ls-layer > *,
body * .ls-wp-container .ls-layer > *,
#ls-global * .ls-wp-container .ls-layer > * {
    line-height: normal;
    outline: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
    margin: 0px;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
    display: none;
}

.site {
    overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    color: white !important;
    text-shadow: none !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left !important;
    font-style: normal !important;
}

.ls-debug-console h1 {
    padding-top: 10px !important;
    font-size: 17px !important;
    font-weight: bold !important;
}

.ls-debug-console h1:first-child {
    padding-top: 0px !important;
}

.ls-debug-console ul {
    padding-top: 10px !important;
    list-style: none !important;
}

.ls-debug-console li {
    margin-left: 10px !important;
    font-size: 13px !important;
    position: relative !important;
    font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
    display: none;
    width: 260px;
    left: -10px;
}

.ls-debug-console li ul {
    position: absolute !important;
    bottom: 100% !important;
    padding: 10px 10px 10px 0px !important;
    background: white !important;
    box-shadow: 0px 0px 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
    display: block;
}

.ls-debug-console li ul * {
    color: black !important;
}

.ls-debug-console a {
    text-decoration: none !important;
    border-bottom: 1px dotted white !important;
}

.ls-error {
    background: white !important;
    height: auto !important;
    width: auto !important;
    color: white !important;
    padding: 20px 40px 30px 80px !important;
    position: relative !important;
    box-shadow: 0px 2px 20px -5px black;
}

.ls-error p {
    line-height: normal !important;
    text-shadow: none !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    text-align: justify !important;
    font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
    line-height: 40px !important;
    color: red !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.ls-error .ls-error-text {
    color: #555 !important;
    font-weight: normal !important;
    font-size: 13px !important;
}

.ls-error .ls-exclam {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 40px !important;
    background: red !important;
    text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-layer > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-webkit-hack,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-layer > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-webkit-hack,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-layer > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
}

/* Firefox embedded video fix */

html * .ls-container .ls-video-layer,
body * .ls-container .ls-video-layer,
#ls-global * .ls-container .ls-video-layer,
html * .ls-container .ls-layer iframe,
body * .ls-container .ls-layer iframe,
#ls-global * .ls-container .ls-layer iframe {
    backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    transform: none !important;
    -moz-transform: none !important;
}

html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
    #ls-test3d {
        position: absolute;
        left: 9px;
        height: 3px;
    }
}

/* File: catalog/view/javascript/jquery/liscroll/liScroll.css */
/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
    border: 1px solid #CCC;
    -moz-box-shadow: inset 0 0 3px #DDD;
    -webkit-box-shadow: inset 0 0 3px #DDD;
    box-shadow: inset 0 0 3px #DDD;
    background: #FFF;
    width: 340px;
    height: 25px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 5px;
    top: 5px;
    width: 330px;
    overflow: hidden;
}
ul.newsticker { /* that's your list */
    position: relative;
    left: 350px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    background: #FFF;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #F18200;
    font: bold 10px Verdana;
    margin: 0 50px 0 0;
}
ul.newsticker span {
    margin: 0 10px 0 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
	background-color: #E5E5E5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:32px;
	height:24px; 
	display:inline-block;
	line-height:24px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -24px;
}
label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_238eced2efb975320f384f55165f7eea.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-size: 24px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:focus {
    outline: none;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}*/
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #000;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
    
    line-height: 26px;
}
/*h4,
.h4 {
  font-size: 18px;
}*/
h5,
.h5 {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}
h6,
.h6 {
    font-size: 16px;
    font-family: 'Gotham-Black', Sans-serif, Arial;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
    word-break: break-all;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
    content: "";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
    display: block;
    padding: 9px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    width: 100%;
    margin-top: 5px;
    /*margin-left:-15px;*/
    float:left;
}

.row-full {
    width: 100%;
    margin-top: 5px;
    float:left;
}

table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px;
    /* IE8-9 */
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #696969;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"] {
    line-height: 30px;
}
.form-group {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    /*float: left;*/
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #999;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 30px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.label-default {
    background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    /*float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;*/
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
#review_form .right {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.rating-wrap{
    display: inline-block;
    position: relative;
    margin: 20px 0 20px 0;
}
#tab-review h3{
    margin: 40px 0 15px 0;
}
.rating-stars{
    background-image: url(../image/stars-0.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 77px;
    height: 16px;
    position: relative;
    top: -1px;
    margin-left: 30px;
}
#review_form textarea{
    width: 100%;
    margin-top: 15px;
}
@media screen and (max-width: 610px){
    #review_form .right{
        position: relative;
        width: 100%;
    }
    #review_form .right .button{
        width: 100%;
    }
    .rating-wrap {
        display: block;
        bottom: initial;
        margin-left: 0;
        margin-bottom: 5px;
    }
    #review_form textarea{
        margin-top: 0;
    }
    #review_form input.large-field{
        width: 100% !important;
    }
    #tab-review h3{
        margin: 40px 0 15px 0;
    }
}
#review_form{
    position: relative;
}
#review_form h6{
    display: inline-block;
    margin-right: 20px;
}
#review_form h6 b{
    font-size: 13px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
#product-arrow-left, #product-arrow-right{
    display: none;
}
@media screen and (max-width: 1230px) {
    #product-arrow-left, #product-arrow-right {
        display: block;
        position: absolute;
        width: 25px;
        height: 30px;
        z-index: 30;
        top: 120px;
    }

    #product-arrow-left {
        background: url(../images/html_slider/slider-prev-hover.png);
        background-repeat: no-repeat;
        background-size: 100%;
        left: 5px;
    }

    #product-arrow-right {
        background: url(../images/html_slider/slider-next-hover.png);
        background-repeat: no-repeat;
        background-size: 100%;
        right: 5px;
    }
}
/* File: catalog/view/theme/gogroove/stylesheet/openamazon2hi.css */

body, td, th, input, textarea, select, a {
    font-size: 12px;
}
h1, .welcome
{
    font-family: 'Gotham-Bold', Sans-serif, Arial;
    line-height: 42px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h2 {
    font-family: 'Gotham-Bold', Sans-serif, Arial;
    font-size: 42px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
h2 {
    color: #000;
    font-size: 32px;
    margin-top: 0px;/*-10px;*/
    line-height:32px;
    margin-bottom: 5px;
    margin-left: 2px;
}
h3 {
    font-family:'Gotham-Black', Sans-serif, Arial;
    text-transform: uppercase;
    color: #000000;
    margin:0px;
    margin-top: 10px;
}
h4 {
    font-family:'Gotham-Bold', Sans-serif, Arial;
    text-transform: uppercase;
    color: #000000;
}
@media screen and (min-width: 1200px)
{
    h4 {
    margin:0px;
    }
}
p {
    font-family:'Gotham', Sans-serif, Arial;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    
    margin-top: 5px;
    line-height: 18px;
}
a, a:visited, a b {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover 
{
    text-decoration: underline;
    outline: none;
}

a:active 
{
    outline: none;
}

a img 
{
    border: none;
    max-width: 100%;
	vertical-align: bottom;
}

form 
{
    padding: 0;
    margin: 0;
    display: inline;
}

input[type='text'], input[type='password'], textarea 
{
    background: #FFF;
    padding: 3px;
    padding-left: 6px;
    margin-left: 0px;
    border: 1px solid #dcdcdc;
    margin-right: 0px;
    height: 30px;
}

select 
{
    background: #FCFCFC;
    padding: 2px;
    border: 1px solid #CCC;
    color: #000;
    height: 30px;
}
/* Layout */
#container {
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    text-align: left;
}
#column-left {
    display: block;
    float: left;
    width: 23%;
    z-index: 8;
    margin-right: 12px;
}
#content-bottom-rigt{
    margin-left: 24%;
}

#column-right {
    float: right;
    width: 180px;
    z-index: 8;
}
#content {

    z-index: 8;
    position: relative;

    background-color: #fff;
    clear:left;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 12px;
}
#column-right + #content {
    margin-right: 195px;
}
/* Header */
#header {
    position: relative;
    height: auto;
    background: transparent;
    padding-right: 0px;

    /*margin-bottom: 10px;*/
}
#header .navigation-bar {
    width: 100%;
    height: 60px !important;
    background: #fff;
    margin-bottom: 0px;
}
#header #navigation-menu {
    display: block;
    color: #000;
    font-size: 16px;
    position: relative;
    width: 329px;
    margin: auto;
    top: -60px;
}
#header #navigation-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header #navigation-menu ul li {
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
}
#header #logo {
    position: relative;
    top: 6px;
    left: 10%;
    z-index: 1000;
    width: 50px;
    height: 55px;
    margin: 0;
}
@media screen and (max-width: 679px){
    #header #logo {
        width: 35px;
        top: 6px;
        left: 25px;
    }
}
#submenu {
    display: inline-block;
    color: #000;
    position: absolute;
    left: 115px;
    top: 26px;
    font-size: 14px;
}
#header .slogan {
    padding: 0 10px;
    font-size: 13px;
    /*text-shadow: 1px 1px 1px silver;*/
    display:none;
}
#header .scroller {
    position: absolute;
    top: 45px;								/* Optional 45px */
    left: 330px;
    z-index: 10;
    color: #555;
}
/* Header Top Right Image */
#header .div3 {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 80px;							/* Optional 80px */
    width: 380px;
}
#header .div3 img {
    display: block;
    position: relative;
    float: right;
    z-index: 5;
    overflow: hidden;
}
/* Header Links Bar */
#header .div4 {
    display: block;
    position: relative;
    clear: both;
    top: 16px;							/* Optional 80px */
    left: 430px;
    width: 100px;
    height: 26px;
    white-space: nowrap;
}
#header .div4 a {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin: 0 1px;
    z-index: 12;
}


#header .div4 p {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin: 0 1px;
    z-index: 12;
}

#header .div4 a:hover {
    /* color: #8cbf3f; */
    color: #ccc;
}
#header .div4 span {
    background: url('../image/openamazon2/split.png') top center no-repeat;
    margin-top: 0;
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 6px;
    padding-right: 2px;
    padding-left: 2px;
}
/* Header Date Bar */
#search .call{
    position: absolute;
    font-size: 18px !important;
    float: left;
    padding : 4px;
    height: 32px;
    display: none;
}

#header .search_bar{
    margin-top: 0;
    display: inline-block;
    top: 0;
    width: 150px;
    position: absolute;
    right: 10%;
}
#header #nav-icon{
    display: none;
}
@media screen and (max-width: 679px){
    #header .search_bar{
        width: 100%;
        top: 0px;
    }
    #header #nav-icon {
        position: absolute;
        display: block;
        right: 30px;
        top: 17px;
        cursor: pointer;
        z-index: 100000;
    }
	#header .navigation-bar {
		height: 60px !important;
		-webkit-transition: margin-bottom 0.3s ease, height 0.3s ease;
		transition: margin-bottom 0.3s ease, height 0.3s ease;
	}
}
#header #dropdown {
    position: relative;
    top: 0;
    right: 0;
    border: none;
    z-index: 500;
    overflow: visible;
    width: 100%;
    height: 60px;
    transition: width 0.2s ease;
}
#search-button{
	display: inline-block;
    position: absolute;
    width: 50px;
    height: 60px;
    right: 0;
    float: right;
    text-align: center;
}
#search-button img{
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: top 0.3s ease, right 0.2s ease;
    transition: top 0.3s ease, right 0.2s ease;
}

#header #search select {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: none;
    height: 46px;
    outline:none;
    border-radius: 3px 0 0 3px;
}

/* Select arrow styling Only Firefox */
body:not(:-moz-handler-blocked) #header #dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 100%;
    line-height: 35px;
    padding: 0 8px;
    color: white;
    pointer-events:none;
    background: #bbb;
    border-top:1px solid  #8CBF3F;
    border-bottom:1px solid #8CBF3F;
}

#dropdown .customStyleSelectBox {
    background: url('../image/openamazon2/all.png') left center repeat-x;
    font-size: 13px;
    color: #444;
    padding: 1px 0px 1px 8px;
    border: 0px;
    line-height: 32px;
    display: none;
}
#dropdown .customStyleSelectBox.changed {
    background: url('../image/openamazon2/all.png') left center repeat-x;
}
#dropdown .customStyleSelectBoxInner {
    background: url('../image/openamazon2/all-arrow.png') no-repeat center right;
    z-index: 520;
}
/* Search Input Field */
#header .search_bar #search
{
    visibility: hidden;
}
@media screen and (min-width: 830px){
    #header .search_bar #search {
        position: absolute;
        
        top: 60px;
        width: 300px;
        height: 0px;
        z-index: 200;
        left: -150px;
        padding: 0px 5px 0px 5px;
        transition: visibility 0.2s ease, padding 0.2s ease, height 0.2s ease;
        background-color: #191919;
    }
    #header .search_bar.cart_not_empty #search{
        left: -260px;
    }
}
#header #search.active {

height: 35px;

visibility: visible !important;

padding: 5px;
}
#header #search input {
    padding: 0;
    padding-left: 10px;
    width: 100%;
    height: 0px;
    font-size: 14px;
    background-color: #fff;
    border: none;
    outline: none;
    position: relative;
    top: 0px;
    z-index: 15;
    transition: height 0.2s ease;
}
#header #search.active input{
    height: 25px;
}
@media screen and (max-width: 679px){
    #header .search_bar.cart_not_empty #cart{
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        top: initial;
        right: 0px;
        z-index: 700;
        background-color: #fff;
        -webkit-transition: top 0.3s ease, bottom 0.3s ease;
        -moz-transition: top 0.3s ease, bottom 0.3s ease;
        transition: top 0.3s ease, bottom 0.3s ease;
    }
    #header .search_bar.cart_not_empty #cart.active .content{
        display: block;
        position: fixed;
        bottom: 50px;
        top: initial;
        left: 0;
        right: 0;
        width: 100%;
    }
    #header #signin{
        display: none;
    }
    #header #search {
        left: 0px;
        width: 100%;
        top: 40px;
        padding: 0 !important;
    }
    #header #search.active{
        visibility: visible;
    }
    #header #search input {
		width: 100%;
		height: 0px;
		left: 0px;
		font-size: 16px;
		position: relative;
		display: block;
		background-color: #eee;
		outline: none;
		top: 0;
		z-index: 0;
		margin: 0px;
		padding: 5px;
		padding-left: 25px;
		border: none;
		-webkit-transition: height 0.3s ease, top 0.3s ease;
		transition: height 0.3s ease, top 0.3s ease;
	}

    #header #search.active input {
        height: 55px;
        border: none;
    }
    #header .navigation-bar.active {
        height: 110px !important;
    }
    .search_bar.cart_not_empty #dropdown {
        right: 0px;
    }
    #header #dropdown {
        position: relative;
        top: 0;
        right: 0px;
        border: none;
        z-index: 9;
        float: right;
        overflow: visible;
        width: 100%;
        height: 55px;
        transition: width 0.2s ease;
        margin-right: 0;
    }
    #header #search-button{
        display: inline-block;
        width: 50px;
        height: 60px;
        position: absolute;
        right: 60px;
		border: none;
    }
    #header #dropdown.active {
        width: 100%;
        overflow: visible;
        left: 0px;
    }
}
/* Header Bar Right */
#header #contact-phone {
    display: none;
}
#header #contact-phone a
{
    text-decoration: none;
    color: #777777;
}
@media screen and (max-width: 679px){
    #header #contact-phone{
		display: block;
		background-color: transparent;
		background: none;
		color: #777777;
		text-align: right;
		font-size: 12px;
		width: 100%;
        height: 0px;
        padding: 0;
    }
    #contact-phone a{
        display: block;
        height: 58px;
        width: 60px;
        margin: 0;
        z-index: 100;
        position: absolute;
        right: 110px;
        cursor: pointer;
    }
    #header #contact-phone span {
        position: absolute;
        width: 35%;
        right: 20px;
        top: 0px;
        background-image: url(../icons/call-icon.png);
        background-repeat: no-repeat;
        background-position: 0% 18px;
        text-align: center;
        color: transparent !important;
        height: 50px;
        z-index: 20;
    }
	#language{
		right: 160px;
		top: -2px;
	}
	#header .search_bar{
		right: 0;
	}
}
/* Header Bar Right Signin */
@media screen and (min-width: 680px){
    #header #signin {
        z-index: 501;
        width: auto;
        top: -8px;
        float: right;
        margin-left: 47px;
        border: none;
        color: #777;
        padding-top: 8px;
        height: 30px;
        position: relative;
        right: 15px;
        display: inline-block;
    }
}

#header #signin .account-list{
    text-align: left;
}
#header #signin .heading {
    position: relative;

    border-left: 1px solid #777;
    height: 16px;
    padding-left: 30px;
}

#header #signin .heading span{

    color: #777;
    font-size: 12px;
}
#header #signin .heading a {
    color: #777;
    font-size: 12px;
    text-decoration: none;
}
#header #signin .heading a span {
    padding-left: 2px;
    color: #777;
    font-size: 13px;
    position: relative;
}

#header #signin .content {
    clear: both;
    display: none;
    position: absolute;
    top: 30px;
    right: -45px;
    padding: 8px;
    min-height: 80px;
    width: 260px;
    border: none;
    background: rgba(0, 0, 0, 0.8);
    background: #000\9;
    z-index: 9999;
}
#header #signin input.login-input{
    background-color: #FFF;
    border: none;
    outline: none;
    font-family: 'Gotham', Sans-serif, Arial;
    margin-bottom: 10px;
    width: 100%;
    color: #000000;
}
#header #signin label{
    position: relative;
    left: 3px;
    top: -2px;
    font-size: 11px;
}
#signin p {
    margin-top: 9px;
}
#header #signin .content *{
    color: #FFF;
}
#header #signin .content input[type="text"], #header #signin .content input[type="password"]{
    color: #000;
}
#header #signin .button{
    background-color: #191919;
    display: inline;
}
#header #signin:hover .heading a {
    color: #777;
}
#header #signin:hover .content {
    display: block;
}
/* Header Bar Right Cart */
#header #cart {
    z-index: 9;
    width: 40px;
    display: none;
    margin: 0;
    border: none;
    padding: 0;
    height: 55px;
    float: right;
    position: relative;
    right: 25px;
    top: -103px;
}
#header #cart *{
    color: #FFF;
}
#header #cart .mini-cart-info .image {
    width: 55px;
}
#header .search_bar.cart_not_empty #cart{
    display: inline-block;
    
    display:none;
}
#header #cart .heading {
    position: relative;
    height: 60px;
}
#header #cart .heading.empty_cart {
    background: none;
    display: none;
}
#header #cart .heading.not_empty_cart {
    background: url('../../../../../image/data/accessorypower/icons/cart.png');
    background-repeat: no-repeat;
    background-position: 50% 40%;
    display: block;
}
#header #cart .heading a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 32px;
    display: block;
    margin-top: 16px;
}
#header #cart .heading a span {
    padding-left: 17px;
}
#header #cart .content {
    clear: both;
    display: none;
    position: absolute;
    top: 55px;
    right: -55px;
    padding: 8px;
    width: 300px;
    border: none;
    background: rgba(0, 0, 0, 0.8);
    background: #000\9;
    z-index: 9999;
}
#header #cart.active .content, #header #cart:hover .content {
    display: block;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {
    color: #000;
    vertical-align: middle;
    padding: 10px 5px;
    text-align: left;
}
@media screen and (min-width: 480px)
{
    .mini-cart-info .image {
        width: 1px;
    }
}
@media screen and (max-width: 479px)
{
    .mini-cart-info .image {
        display: none;
    }
}
.mini-cart-info .image img {
    border: 1px solid #EEE;
    text-align: left;
}
.mini-cart-info .image img:hover {
    /*	border: 1px solid #BD1A31;*/
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
    margin-bottom: 10px;
}
#header #cart .mini-cart-info{
    margin-bottom: 20px;
}
#header #cart .mini-cart-total tr{
    display: block;
    position: absolute;
    right: 10px;
    bottom: 53px;
    font-size: 14px;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #000;
    padding: 4px;
}

.mini-cart-total .img-update{
    margin-left: 15px;
    float:left;
    cursor: pointer;
}

#header #cart .checkout {
    text-align: center;
    clear: both;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}

@media screen and (min-width: 680px)
{
    #free_total_content {
        font-size: 15px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        text-align: left;
    }
    .subtotal-text
    {
        font-size: 16px;
        text-align: right;
        font-family:'Gotham-Bold', Sans-serif, Arial;
        width:100%;
    }
    .subtotal-value{
        font-size: 16px;
        text-align: right;
        padding-left: 10px;
    }
}
@media screen and (max-width: 679px)
{
    #free_total_content {
        font-size: 15px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        text-align: center;
        margin-bottom: 10px;
    }
    .subtotal-text
    {
        font-size: 16px;
        text-align: center;
        font-family:'Gotham-Bold', Sans-serif, Arial;
    }
    .subtotal-value{
        font-size: 16px;
        text-align: center;
    }
}


#free_total_content .emphasis {
    color: #C92424;
}
/* Language */
/*#language {
    position: absolute;
    top: 15px;
    left: 335px;
    width: 200px;
    line-height: 17px;
}
#language img {
    cursor: pointer;
}*/
/* Rss */
#rss {
    position: absolute;
    top: 16px;
    left: 610px;
    width: 16px;
    line-height: 17px;
}
/* Content */
#content.h-padded .breadcrumb{
    margin: -20px -10px;
}

.breadcrumb {
    padding: 0px 2px;
    font-weight: bolder;
    color: #fff;
    position: relative;
    background-color: #808080;
    z-index: 5;
    width: 100%;
    border-radius: 0;
}
.breadcrumb a {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    padding: 3px 8px 3px 4px;
}
.breadcrumb a:hover {
    /* color: #5e7332; */
    color:#000;
}
.success, .warning, .attention, .information {
    /*padding: 10px 10px 10px 33px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #555;
        line-height: 65px;*/
    font-size: 14px;
}
.success {
    padding-right: 10%;
    padding-left: 10%;
    background: #f0f0f0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    background-image: url('../image/close-black.png');
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;
}
.success a
{
    font-size: 14px;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}
.warning {
    /*background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;*/
    padding-right: 10%;
    padding-left: 10%;
    background: #FFD1D1;
    padding-right: 10%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    background-image: url('../image/close-black.png');
    background-repeat: no-repeat;
    background-position: right top;

    cursor: pointer;
}
.attention {
    /*background: #FFF5CC url('../image/attention.png') 10px center no-repeat*/
    padding-right: 10%;
    padding-left: 10%;
    background: #FFF5CC;
    padding-right: 10%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    background-image: url('../image/close-black.png');
    background-repeat: no-repeat;
    background-position: right top;

    cursor: pointer;
}
.information {
    /*background: #E8F6FF url('../image/information.png') 10px center no-repeat*/
    padding-right: 10%;
    padding-left: 10%;
    background: #f0f0f0;
    padding-right: 10%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../image/close-black.png');
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;
}

.success .close, .warning .close, .attention .close, .information .close {
    cursor: pointer;
    background: #000000;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.required {
    color: #880000;
    font-weight: bold;
}

.error {
    display: inline-block;
    color: #BD1A31;
    font-size: 11px;
}

.valid {
    display: inline-block;
    /*color: #8cbf3f;
    font-style: italic;
    font-size: 11px;*/
    color: #000;
}

#FUserPassword
{
    color: #000 !important;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}

/* Tables */
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: 150px;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}
table.form > * > * > td {
    color: #000;
}
table.form td {
    padding: 4px;
    overflow-wrap: break-word;
}

#contact-form input.large-field, select.large-field {
    width: auto !important;
    border: 1px solid #dcdcdc;
    background-color: white;
    padding: 0px 10px;
}

@media screen and (max-width: 609px)
{
    #contact-form input.large-field, select.large-field {
        width: 100% !important;
    }
}

input.large-field, select.large-field {
    width: 100% !important;
    border: 1px solid #dcdcdc;
    background-color: white;
    padding: 0px 10px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin-bottom: 20px;
}
table.list td {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222;
    font-weight: bold;
}
table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}
table.list .left {
    text-align: left;
    padding: 7px;
    word-break: normal;
    min-width: 50px;
}
table.list .right {
    text-align: right;
    padding: 7px;
    word-break: break-all;
    min-width: 80px;
}
table.list .center {
    text-align: normal;
    padding: 7px;
    word-break: break-all;
    min-width: 50px;
}
table.radio {
    /*width: 100%;*/
    width: 50%;
    min-width: 200px;
    border-collapse: collapse;
    display: table;
}
table.radio td {
    padding: 5px;
    vertical-align: middle;
    text-align: left;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr.highlight:hover td {
    /*background: #D6E7F8;*/
    cursor: pointer;
}

table.radio label {
    /*  width: 100%;  */
    height: 15px;
    /*display: inline-block;*/
}

table.radio input[type="radio"]{
    margin-left: auto;
}

/* Pagination */
.pagination {
    display: inline-block;
    width: 100%;
    background: transparent;
    height: 30px;
    border: none;
    text-align: center;
}

.pagination.category-page .links{
    width: 80%;
}

.pagination .links, .pagination .results {
    padding: 6px 0px 6px 0px;
    display: inline-block;
    width: 100%;
}

.pagination .results{
    font-size: 11px;
    padding-top: 15px;
}

.pagination .links a {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 1px 5px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.pagination .arrow-right{
    float: right;
    margin: 0px 0px 0px 0px !important;
}

.pagination .arrow-left{
    float: left;
    margin: 0px 0px 0px 0px !important;
}

.pagination .links .selected {
    display: inline-block;
    border: none;
    padding: 4px 12px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    background: #000;
}

.pagination .links span{
	margin: 0 5px 0 5px;
	cursor: pointer;
}

a.button-addtocart, input.button-addtocart, .button-addtocart{
    min-width: 150px;
    height: 35px;
    padding: 10px 0px;
    margin: 0;
    border: 0px none !important;
    box-shadow: none;
    text-align: center;
    padding-right: 3px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background: #333;
}

a.button-addtocart:HOVER, input.button-addtocart:HOVER, .button-addtocart:HOVER{
    background: #444;
}

/* Buttons */
.buttons {
    margin-bottom: 10px;
    height: 40px;
    vertical-align: top;
    display: table;
    width: 100%;
}
.buttons .left {
    display: table-cell;
    text-align: left;
}
.buttons .right {
    display: table-cell;
    text-align: right;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* Tabs */
.tab-content {
    margin: 0 auto 0px auto;
    z-index: 2;
    text-align: left;
}

h3.title {
    font-family: 'Gotham-Black', Sans-serif, Arial;
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    width: 250px;
    position: relative;
    display: inline-block;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

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

.related-products-wrap {
    height: auto;
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
}

.related-products-wrap .related-products {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: table;
}

#heading-title{
    display: inline-block;
}

.horizontal-list-container{
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    left: 0px;
    padding-left: 40px;
    padding-right: 40px;
}

.horizontal-list-scroll-wrap{
    overflow: hidden;
}

.horizontal-list-scroll{
    width: 100%;
    //height: 100%;
    //overflow: hidden;
    display: inline-block;
    position: relative;
    left: 0px;
    //overflow-x: auto;
    white-space: nowrap;
    padding-top: 15px;
}

#replacement-parts-section #product-list-explore-scroll-hide{
    height: 295px;
    width: 100%;
    top: 0;
}
#replacement-parts-section #arrow-wrap{
    width: 90%;
    display: inline-block;
    top: 0;
}
#replacement-parts-section h6{
    text-align: left;
}
#replacement-parts-section div#explore-arrow-left, #replacement-parts-section div#explore-arrow-right{
    top: 150px;
}
#replacement-parts-section div#explore-arrow-right{
    right: -45px;
}
#replacement-parts-section div#explore-arrow-left{
    left: -53px;
}
@media screen and (min-width: 1000px){
    #replacement-parts-section .product-list{
        width: 90%;
    }
}

@media screen and (min-width: 621px) and (max-width: 999px){
    #replacement-parts-section .product-list{
        width: 85%;
    }
}

@media screen and (max-width: 620px){
    #replacement-parts-section .product-list{
        width: 75%;
    }
}

@media screen and (max-width: 500px){
    #replacement-parts-section #arrow-wrap{
        width: 80%;
        left: 4px;
    }
    #replacement-parts-section #product-list-explore-scroll-hide{
        left: -10px;
    }
}

div#arrow-wrap{
    position: relative;
    display: inline-block;
}

.support-videos-arrow-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.support-explore-arrow-left, .support-explore-arrow-right{
    content: "";
    width: 40px;
    height: 50px;
    float: left;
    position: absolute;
    display: inline-block;
    top: 80px;
    cursor: pointer;
    opacity: 0.3;
    z-index: 1;
}

.support-explore-arrow-left {
    background: url(../images/html_slider/slider-prev-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
}
.support-explore-arrow-right {
    background: url(../images/html_slider/slider-next-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
}

div#explore-arrow-left, div#explore-arrow-right {
    content: "";
    width: 46px;
    height: 56px;

    position: absolute;
    display: inline-block;

    top: 156px;
    cursor: pointer;
}

div#explore-arrow-left {
    background: url(../images/html_slider/slider-prev-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -40px;
}

div#explore-arrow-right {
    background: url(../images/html_slider/slider-next-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -40px;
}

.category_title .left-arrow, .category_title .right-arrow{
	height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 0px;
	cursor: pointer;
}

.category_title .left-arrow{
	background: url(../images/prev-white.png);
    left: 10%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.category_title .right-arrow{
    background: url(../images/next-white.png);
    right: 10%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.product-list.explore{
    opacity: 1.0;
    width: 840px;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 450px;
    position: relative;
    left: 0px;
    display: inline-block;
    margin: 0;
    text-align: left !important;
}

#product-list-explore-scroll-hide {
    height: 380px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    left: 0px;
}

@media (max-width: 1260px){
    .related-products-wrap h3.title {
        display: block;
        top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        text-align: center;
    }
    
    .related-products-wrap {
        height: auto;
    }

    div#explore-arrow-left{
        position: absolute;
        left: 5%;
        top: 155px;
    }
    
    div#explore-arrow-right{
        position: absolute;
        right: 5%;
        top: 155px;
    }
    
    .related-products-wrap .related-products {
        width: 100%;
        margin: 0;
        position: relative;
        text-align: center;
        margin-top: 20px;
    }
}

@media screen and (max-width:550px){
    div#arrow-wrap{
        display: block;
        height: 311px;
    }
    
    #product-list-explore-scroll-hide {
        width: 210px;
        top: -60px;
    }
    
    .product-list.explore{
        width: 100%;
    }
    
    div#explore-arrow-left, div#explore-arrow-right {
        top: 120px;
    }
}

@media screen and (min-width:551px) and (max-width: 785px){    
    div#arrow-wrap{
        display: block;
        height: 311px;
    }
    
    #product-list-explore-scroll-hide {
        width: 420px;
        top: -60px;
    }
    
    .product-list.explore{
        width: 100%;
    }
    
    div#explore-arrow-left, div#explore-arrow-right {
        top: 120px;
    }
}

@media screen and (min-width:786px) and (max-width: 1020px){   
    div#arrow-wrap{
        display: block;
        height: 311px;
    }
    
    #product-list-explore-scroll-hide {
        width: 630px;
        top: -60px;
    }
    
    .product-list.explore{
        width: 100%;
    }
    
    div#explore-arrow-left, div#explore-arrow-right {
        top: 120px;
    }
}

@media screen and (min-width:1021px) and (max-width: 1260px){
    div#arrow-wrap{
        display: block;
        height: 311px;
    }
    
    #product-list-explore-scroll-hide {
        width: 840px;
        top: -60px;
    }
    
    .product-list.explore{
        width: 100%;
    }
    
    div#explore-arrow-left, div#explore-arrow-right {
        top: 120px;
    }
} 

@media screen and (min-width:1261px) and (max-width: 1490px){
    .product-list.explore{
        width: 840px;
    }
}

@media screen and (min-width:1491px) and (max-width: 1750px){
    .product-list.explore{
        width: 1060px;
    }
}

@media screen and (min-width:1751px) and (max-width: 2000px){
    .product-list.explore{
        width: 1280px;
    }
}

@media screen and (min-width:2001px){
    .product-list.explore{
        width: 1500px;
    }
}

.tab-faq.tab-content {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 40px;
    display: none;
}
#tab-faq h1{
    cursor:pointer;
    margin-bottom: 10px;
}

#tab-faq h1 .arrow{
    margin-left: 5px;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    display: inline-block;
    vertical-align: top;
}

#tab-faq h1 .arrow.arrow-down{
    background-image: url('../image/slider-red-down-dark2.png');
}

#tab-faq h1 .arrow.arrow-up{
    background-image: url('../image/slider-red-up-dark2.png');
}

#tab-faq h1 img{
    vertical-align: top;
    margin-left: 10px;
}
.tab-forum.tab-content {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 40px;
}
.tab-review.tab-content {
    margin-left: 10%;
    margin-right: 10%;
}
/* Content */
#content .content {
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #ddd;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
.collapsed-info .product-list{
    text-align: center;
    width: 90%;
}
.collapsed-info .product-list .product-block{
    position: relative;
}
.product-block.product .short-description{
	margin-bottom: 10px;
}
.collapsed-info .product-list .price{
    top: 40px !important;
}
.collapsed-info .compatibility-group{
	display: inline-block;
	text-align: left;
	margin: 0 40px 0 40px;
	vertical-align: top;
}
.collapsed-info .compatibility-group-title{
	font-family: 'Gotham-black', Sans-serif, Arial;
    text-transform: uppercase;
	font-size: 18px;
}
.collapsed-info .compatibility-models{
	list-style: none;
	padding: 0;
	margin: 20px 0 20px 0;
}
.collapsed-info .compatibility-model{
	font-size: 12px;
}
/* Category */
.category-info {
    overflow: inherit;
}

.category-info .title {
    float: left;
    margin-right: 25px;
}
.category-info .image {
    float: right;
    padding: 3px 5px;
    margin-left: 25px;
    margin-right: 20px;
    background: #FFF;
}

//Explore Page//
#category-description 
{}

.explore-title
{
    font-family: 'Gotham-Black', Sans-serif, Arial;
    font-size: 36px;
    text-align: center !important;
    margin-bottom: 0px;
    padding-top: 40px;
    margin-bottom: 20px;
    line-height: 42px;
    text-transform: uppercase;
}

#category-description .logo-wrapper
{
    padding: 0% 10% !important;
    display: table;
    margin-bottom: 40px;
}

@media screen and (max-width:679px)
{
    #category-description .logo-wrapper {
    padding: 0% 5% !important;
    display: table;
    margin-bottom: 40px;
    }
}

#category-description img
{
    display: table-cell;
    margin-right: 20px;
}
#category-description p
{
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
}

@media screen and (max-width: 1119px)
{
    #category-description img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #category-description p {
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
        display: block;
    }
}

.category-list {
    overflow: auto;
    margin-bottom: 10px;
}
.category-list ul {
    float: left;
    width: 17%;
    /* list-style: url('../image/openamazon2/bullet-m2.png'); */
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}
.category-list li {
    padding-bottom: 5px;
}
.category-list a {
    text-decoration: none;
    font-weight: bold;
}
.category-list a:hover {
    /* color: #F18200; */
    color:#8cbf3f;
    font-weight: bold;
}
.category-list img {
    background: #FFF;
}
/* Manufacturer */
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-info {
    overflow: auto;
}
.manufacturer-info .title {
    float: left;
    margin-right: 25px;
}
.manufacturer-info .image {
    float: right;
    padding: 0px 5px 3px 5px;
    margin-left: 25px;
    margin-right: 20px;
    background: #FFF;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 10px;
}
/* Product Compare */
.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: bold;
    padding-left: 15px;
}
.product-compare a {
    text-decoration: none;
    font-weight: bold;
}
/* Product List */
.product-list.explore .product-block{
    display: inline-block;
    position: relative;
    left: 0px;
}
.product-list.explore .price{
    top: 48px !important;
}
.product-list{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    margin-top: 0px;
    position: relative;
    /*overflow: hidden;*/
    transition: height 1.0s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.0s ease, width 0.3s ease !important;
    -webkit-transition: height 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.0s ease, width 0.3s ease !important;
}
#container #content .product-block-wrap{
    padding-bottom: 20px;
    min-height: 400px;
}
.product-list.show{
    opacity: 1.0;
}

.product-list tr{
    border-bottom: 1px solid black;
}

.product-list td{
    padding: 10px;
}

.product-list th{
    text-align: center;
}

.product-list > div {
    overflow: auto;
    margin-bottom: 15px;
}
.product-list .right {
    float: right;
    margin-left: 15px;
}
.product-list > div + div {
    border-top: 1px solid #EEE;
    padding-top: 16px;
}
.product-list .image {
    float: left;
    margin-right: 10px;
}
.product-list .image img {
    padding: 3px;
}
.product-list .name {
    margin-bottom: 3px;
}
.product-list .name a {
    /* color: #224477; */
    font-weight: bold;
    text-decoration: none;
}
.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D;
}
.product-list .rating {
    color: #7B7B7B;
}
.product-list .reving {	/* Review-List Page */
    color: #7B7B7B;
    float: right;
}
.product-list .date {		/* Review-List Page */
    height: 30px;
    margin: 1px 6px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #444;
}
.product-list .author {	/* Review-List Page */
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #444;
    margin-bottom: 4px;
}
.product-list .price {
    float: right;
    height: 50px;
    text-align: right;
    width: 150px;
}
.product-list .price-tax {
    font-size: 14px;
    font-weight: normal;
    color: #777;
}
.product-list .cart {
    margin-bottom: 12px;
}
.product-list .compare a {
    color: #333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/openamazon2/add.png') left 60% no-repeat;
}
.product-list .bottom {
    clear: both;
    float: right;
}
.product-list .social{
    float: right;
}
.product-list table td a {
    font-size: 13px;
}
.product-list .product-block{
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border: none;
    padding-right: 0;
    padding-left: 0;
    margin-right: 20px;
    margin-left: 0;
    margin-top: 25px;
    text-align: left;
    color: #000000;
    overflow: visible;
    white-space: nowrap;
    width: 200px;
}
.product-block.product{
	position: relative;
	margin: 50px 0 20px 0px;
}

#product-list-explore .product-block.product{
    position: relative;
    margin: 50px 5px 20px 5px;
}

#replacement-parts-section .product-list .product-block{
    margin-top: 0;
    padding: 0;
}
.product-list .product-block img{
    width: 100%;
    max-width: 200px;
}
.product-list .product-block .header {
    max-width: 178px;
    min-height: 16px;
    max-height: 60px;
    margin-top: 5px;
    font-weight: bold;
    color: #000000;

}
@media screen and (max-width: 550px){
    .product-list .product-block .header {
        max-height: 45px;
    }
}
.product-list .product-block .subheader {
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    height: 22px;
    margin-bottom: 5px;
}
.product-list .product-block .header a{
    font-size: 20px;
    color: #000;
}
.product-list .product-block .header a:visited, .product-list .product-block .header a:link{
    color: #000;
}
.product-list .product-block .description{
    height: 60px;
}
.product-list .product-block .price {
    font-size: 14px;
    font-weight: normal;
    border: none;
    margin-bottom: 5px;
    width: 200px;
    height: 25px;
    overflow: visible;
    padding: 0px 18px 18px 18px;
    white-space: normal;
    position: absolute;
    top: 38px;
    color: #FFF;
    opacity: 1.0;
    line-height: 1.6;
    z-index: 1;
}
.product-list .product-block .price > span{
    overflow: hidden;
    height: 0px;
    width: 200px;
    display: block;
    position: relative;
    right: 20px;
    line-height: 1.3;
    top: 30px;
    padding: 18px;
    -webkit-transition: height 0.3s ease, top 0.3s ease, background-color 0.3s ease, opacity 0.3s ease, color 0.3s ease, line-height 0.3s ease, padding 0.3s ease;
    -moz-transition: height 0.3s ease, top 0.3s ease, background-color 0.3s ease, opacity 0.3s ease, color 0.3s ease, line-height 0.3s ease, padding 0.3s ease;
    transition: height 0.3s ease, top 0.3s ease, background-color 0.3s ease, opacity 0.3s ease, color 0.3s ease, line-height 0.3s ease, padding 0.3s ease;
}

.product-list .product-block .price:after, .product-list .product-block .price:before{
    content: "";
    width: 35px;
    height: 25px;
    background-image: url(../image/arrow-down-black.png);
    background-position: 50% 6px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 2px;
    z-index: 10;
    -webkit-transition: -webkit-filter 0.3s ease, background-color 0.3s ease;
    transition: -webkit-filter 0.3s ease, background-color 0.3s ease;
}

.product-list .product-block .price:before{
    background-color: transparent;
    z-index: 11;
    opacity: 0.0;
    background-image: url(../image/arrow-down.png);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.product-list .product-block .price:hover:after, .product-list .product-block .price.active:after{
    background-color: #000;//rgba(189, 26, 49, 0.9);
}
.product-list .product-block .price:hover:before, .product-list .product-block .price.active:before{
    opacity: 1.0;
}
.product-list .product-block .price:hover > span, .product-list .product-block .price.active > span{
    height: 230px;
    background-color: #000;
    line-height: 1.3;
    opacity: 0.9;
    padding: 18px 18px 18px 18px;
}
.product-list .product-block .price .short-description{

    height: auto;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: 8px;
    left: 0px;
    display: none;
}

.product-list .product-block .price .price-hidden{
    position: absolute;
    bottom: -70px;
    text-align: center;
    width: 120px;
    display:block;
    line-height: 1.6;
    left: 42px;
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
}

.product-list .product-block .price .price-hidden div {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 2px;
    width: 120px;
    border: 1px solid #FFF;
}

.product-list .product-block .price:hover .price-hidden, .product-list .product-block .price.active .price-hidden {
    bottom: 8px;
}

.product-list .product-block .price:hover .short-description, .product-list .product-block .price.active .short-description{
    display: block;
}
.product-list .product-block .price .price-hidden.amount {
    font-weight: bold;
}
.product-list .product-block .price:hover .price-hidden.amount, .product-list .product-block .price.active .price-hidden.amount {
    bottom: 75px;
}
span#more-colors {
    width: 100%;
    text-align: left;
    display: block;
    margin-top: 15px;
    font-family: 'Gotham-Black', Sans-serif, Arial;
}
/* Product Grid */
.product-grid {
    width: 100%;
    overflow: auto;
    margin-top: 10px;
}
.product-grid > div {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: center;
    height: 200px;
    position: relative;
}
#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}
.shuffle h3{
    line-height: 20px;
}
.product-grid .image {
    display: block;
    margin-bottom: 0px;
}
.product-grid .image img {
    padding: 3px;
}

.product-grid .name{
    display: none;
}

.product-grid .name a {
    /* color: #224477; */
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}
.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: none;
    margin-bottom: 4px;
}
.product-grid .reving {	/* Review-List Page */
    display: block;
    margin-bottom: 4px;
}
.product-grid .date {	/* Review-List Page */
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    margin-bottom: 4px;
}
.product-grid .author {	/* Review-List Page */
    display: block;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #444;
    margin-bottom: 4px;
}
.product-grid .price {
    display: block;
    margin-bottom: 4px;
}
.product-grid .price-old {
}
.product-grid .price-new {
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-bottom: 3px;
    position: absolute;
    bottom: 10px;
    margin-left: 20px;
}
.product-grid .compare a {
    color: #333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/openamazon2/add.png') left center no-repeat;
}
.product-grid .social{
    display: none;
}
/* Product */
.product-top {
    overflow: hidden;
}
.product-top .image {
    float: right;
    margin-right: 10px;
}
.product-top .title {

    margin-bottom: 20px;
}

.product-top .title h1{
    color: #000;
    font-family: 'Gotham-Black', Sans-serif, Arial;
    font-size: 38px;
    margin-bottom: 5px;
    text-transform: none;
}

@media screen and (max-width: 480px){
    .product-top .title h1{
        font-size: 35px;
    }
    .product-top .title h2{
          font-size: 28px;
          margin-top: 5px;
          line-height: 30px;
    }
}

.product-info {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    min-height: 700px;
    border-top: 1px solid #eee;
}
.product-info > .left {
    position: absolute;
    display: inline-block;
    width: 30%;
    text-align: left;
    padding-top: 70px;
    left: 10%;
}
.product-info > .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 100px;
    /*min-height: 400px;*/
}
.product-info .image {
    background: #FFF;
    /* float: left; */
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.product-info .image-additional {
    width: 480px;
    clear: both;
    overflow: hidden;
}
.product-info .image-additional img {
    background: #FFF;
    border: 1px solid #CCDDEE;
}
.product-info .image-additional img:hover {
    border: 1px solid #F18200;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.product-info .attributes-type {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.product-info .attributes-list {
    /* color: #224477; */
    font-weight: bold;
    padding: 1px 0px 1px 6px;
    /*	list-style: url('../image/openamazon2/bullet-m2.png'); */
}
.product-info .description {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #4D4D4D;
    display: none;
}
.product-info .description span {
    /* color: #224477; */
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}

.product-info .actions a
{
    margin-right: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 480px)
{
    .product-info .actions
    {
        margin-bottom: 20px;
    }
    .product-info .actions a
    {
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
}
.product-info .stock{
    font-size:19px;
    margin-top: 12px;
}
.product-info .price {
    /* max-width: 250px; */
    /* margin-right: 12px; */
}
.product-info .cart-details .price select{
    background: #fff;
    border: 1px solid #CCC;
    font-size: 25px;
    /* margin-left: 20px; */
    border: none;
}

.product-info .cart-details .price td{
    vertical-align: bottom;
}

.product-info .cart-details .price td.qty{
    /* border: 1px solid #ccc; */
    margin-left: 20px;
}

.product-info .cart-details .price td.qty div{
    border: 1px solid #ccc;
    display: inline-table;
}

.product-info .cart-details .price td.qty div{

}
.product-info .cart-details .price td.qty div > span{
    font-size: 20px;
    font-weight: normal;
    margin-left: 5px;
}
.product-info .cart-details .price td.price{
    /* padding-right: 30px; */
    height: 45px;
    width: 123px;
}
.product-info .cart-details .price{
    font-size: 20px;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
    top: 18px;
    width: 120px;
    float: left;
    position: relative;
}

@-moz-document url-prefix() {
    .product-info .cart-details .price{
        font-size: 15px;
    }
}

.product-info .price-old {
    font-size: 15px;
}

.product-info .you-save {
    font-size: 13px;
    font-weight: bold;
    color: #3270A6;
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #777;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #576e28;
}
.product-info .price .discount, .discount {
    font-weight: bold;
    font-size: 14px;
    color: gray;
}
.product-info .addto {
    position: relative;
    float: left;
    padding-top: 15px;
    overflow: hidden;
    font-size: 16px;
    line-height:16px;
    font-weight: bolder;
    color: #5C5C5C;
    clear: left;
}
.product-info .addto a{
    color: #5C5C5C;
    font-size: 16px;
}
.product-info .info_pages {
    font-weight: bold;
}
.product-info .compare{
    clear: left;
}
.product-info .options {
    padding: 8px;
    margin-bottom: 10px;
    color: #000;

}
.product-info .options .option{
    display: table;
}
.product-info .options .option > * {
    display: table-cell;
    vertical-align: middle;
}
.product-info .description-content{
    line-height: 1.7;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-info .description-content h2{
    color: #888;
    text-shadow: none;
    font-size: 14pt;
}

.product-info .description-content span{
    font-size: 16px;
    font-weight: bolder;
    color: #5e7332;
    margin-bottom: 12px;
}
.options-container div{
    display: block;
    margin-right: 10px;
}
.product-info .options .option-dropdown{
    display: none;
}
.product-info #filter-sort, .custom-select{
    width: 200px;
    padding: 0px;
    display: inline-block;
    position: relative;
    margin: 0px;
    min-width: 0px;
    max-width: 400px;
    margin-left: 5px;
}
.filter-sort-label{
	position: absolute;
	top: 5px;
    left: -70px;
	font-family: 'Gotham-Black', Sans-serif, Arial;
        font-size: 14px;
}
.product-info #product-sort{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.product-info #product-sort .selected, .custom-select .selected{
    padding-left: 5px;
    background-image: url(../../../../../image/data/accessorypower/icons/arrow-down-black.png);
}
.product-info #product-sort ul{
    z-index: 510;
}
.product-info .right .cart-details{
    display: block;
    overflow: auto;
    margin-bottom: 10px;
    padding: 8px 0px 10px 8px;
    width: 310px;
    margin-left: -17px;
    margin-top: 45px;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCDDEE;
    cursor: pointer;
}
.product-info .cart {
    height: 100%;
    color: #4D4D4D;
    display: inline-block;
    /* position: absolute; */
    /* right: 10%; */
}
.product-info .cart div#button-cart, #out-of-stock-label {
    float: left;
    vertical-align: middle;
    width: 150px;
    height: 100%;
}
#out-of-stock-label{
    cursor: default;
    background-color: #222;
}
.product-info .cart div > span {
    padding-top: 12px;
    display: block;
    color: #FFF;
}
.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #888;
    clear: both;
}
.product-info .review {
    color: #4D4D4D;
    width: auto;
    overflow: auto;
    margin-bottom: 10px;
    font-size: 12px;
}
.product-info .cart-nav{
    width: 100%;
    height: 60px;
    background-color: #000000;
    position: relative;
    z-index: 500;
}
.product-info .cart-nav-placeholder{
    width: 100%;
    height: 60px;
    position: relative;
    background-color: transparent;
    display: none;
}
@media screen and (max-width: 480px){
    .product-info .cart-nav-placeholder{
        display: none !important;
    }
}
.product-name{
    color: #FFF;
    position: absolute;
    left: 10%;
    padding-top: 11px;
    font-size: 16px;
    text-align: left;
}
.product-name h5.no-description{
    margin-top: 10px;
}
.product-short-desc {
    font-size: 10px;
}
.product-info .cart-details{
    position: absolute;
    display: inline-block;
    right: 10%;
    /*width: 300px;*/
    height: 100%;
}
@media screen and (max-width: 840px){
    /*.product-info .cart-details {
        right: 0px;
    }*/
    .product-name{
        left: 10%;
        width: 40%;
        padding-top: 22px;
        
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-name h5.no-description{
        margin-top: 0px;
    }
    .product-short-desc{
        display: none;
    }
}
@media screen and (max-width: 680px){
    .product-info{
        padding-top: 75px;
    }
    .product-info > .right {
        padding-top: 75px;
    }
    .product-info .cart-details{
        position: absolute;
        bottom: 28px;
        width: 100%;
        height: 50px;
        right: 0px;
        padding-right: 5px;
    }
    .product-info .cart-nav {
        height: 90px;
        position: absolute;
        top: -2px;
        left: 0;
    }
    .product-short-desc{
        display: none;
    }
    .product-name {
        left: 0px;
        width: 100%;
        font-size: 13px;
        padding-top: 12px;
        text-align: center;
        
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-name h5{
        text-transform: uppercase;
        font-size: 18px;
        display: inline-block;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .product-name h5.no-description{
        margin-top: 0px;
    }
    .product-info .cart-details {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 45px;
        right: 0px;
        padding-right: 0px;
    }
    .product-info .cart-details .price {
        position: absolute;
        left: 0px;
        bottom: -10px;
        font-size: 16px;
        top: 14px;
        right: initial;
        width: 50%;
    }
    .product-info .cart div {
        height: 28px;
        line-height: 0;
        width: 100% !important;
        position: absolute;
        right: 0px;
        bottom: 0px;
        font-size: 15px;
    }
    .product-info .cart div > span{
        padding-top: 15px;
    }
}

.product-info .review a{
    font-size: 16px;
    font-weight: bolder;
}

.product-info .review .star {
    overflow: hidden;
    padding: 5px;
    min-height: 20px;
    font-size: 16px;
    font-weight: bolder;

}
.product-info .review .star img {
    padding: 3px 1px 0px 1px;
}
.product-info .review .share {
    overflow: hidden;
    padding: 5px;
    border-bottom: 1px solid #DDD;
    min-height: 20px;
}
.product-info .review .share a {
    text-decoration: none;
}

.cart-details .share{
    display: block;
    float: right;
    clear: left;
    margin-right: 12px;
}
.cart-details .share div{
    display: block; float: right;
    margin: 0px 4px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #5C5C5C ;
}

/* Review List */
.review-list {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border-top: 2px solid #EEE;
}
.review-list .author {
    float: left;
    margin-bottom: 12px;
}

.review-list .author b{
    color: #000;
}

.review-list .rating {
    float: right;
}
.review-list .text {
    clear: both;
}
/* Attribute */
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
    color: #111;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute tr td:first-child {
    color: #000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
/* Product Page Bottom */
.collapsed-info{
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: -1px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.collapsed-info:last-child{
    margin-bottom: 30px;
}
.collapsed-info-title{
    width: 100%;
    text-align: center;
    height: 40px;
    color: #000;
    padding-top: 10px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}
/* Compare */
.compare-info {
    margin-top: 0px;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #111;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #111;
    font-weight: bold;
    text-align: left;
}
.compare-info td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    width: 120px;
    height: 25px;
    position: relative;
    left: 0px;
    z-index: 0;
}
.table-scroll{
    overflow: hidden;
}
.compare-info .table-fixed{
    position: relative;
    background-color: #FFF;
    left: 0px !important;
    z-index: 30 !important;
}
.compare-info .name a {
    font-weight: bold;
    color: #000;
}
.compare-info .name a:visited{
    color: #000;
}

.compare-info .price {
    display: block;
    margin-bottom: 4px;
}
.compare-info .price .price-tax {
    display: none;
}
.compare-info .highlighted{
    background-color: #F0F0F0;
    position: relative;
    left: 0px !important;
    z-index: 20 !important;
}

.compare-info .highlighted img{
    border: 1px solid #ccc;
}
@media screen and (max-width: 480px){
    .compare-info .table-fixed{
        width: 73px;
        font-size: 10px;
    }
    .compare-info td{
        width: 90px;
    }
}
/* Login */
@media screen and (min-width: 680px)
{
    .login-content {
        margin-bottom: 20px;
        /*overflow: auto;*/
        display: table;
        width: 100%;
    }
    .login-content .left {
        display: table-cell;
        width: 45%;
        /* min-width: 250px; */
        vertical-align: top;
        text-align: left;
        padding-right: 5%;
    }
    .login-content .right {
        display: table-cell;
        /* width: 45%; */
        padding-left: 5%;
        text-align: left;
    }
    .login-content .left .content, .login-content .right .content {
        min-height: 190px;
    }
}
@media screen and (max-width: 679px)
{
    .login-content {
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
    .login-content .left {
        display: block;
        vertical-align: top;
        text-align: left;
        margin-bottom: 40px;
    }
    .login-content .right {
        display: block;
        text-align: left;
    }
    .login-content .left .content, .login-content .right .content {
        min-height: 190px;
    }
}

/* Orders */
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* Returns */
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    overflow: auto;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 45%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 45%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    clear: both;
    margin-top: 10px;
    float: left;
    background: #EFEFEF url('../image/openamazon2/captcha.png') top right no-repeat;
    width: 250px;
    text-align: left;
    border: 1px solid #DDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}
.return-captcha img {
    margin: 8px 0px;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
/* Download */
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
/* Cart */
/*
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDD;
}
.cart-info tbody .image img {
	border: 1px solid #CCDDEE;
}
.cart-info tbody .image img:hover {
	border: 1px solid #F18200;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
*/
.cart-module > div {
    display: none;
}
.cart-total {
    border-top: 1px solid #DDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
/* Checkout */
.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    /*overflow: auto;*/
}
/*.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;

}*/
.checkout-product table {
    border-collapse: collapse;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin-bottom: 20px;

    margin-top: 20px;
    width: 90%;
}

.checkout-product tr:hover{
    background-color: #FCFCFC;
}

.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDD;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
    /*padding-right: 200px;*/
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDD;
}
/* Contact */
.contact-info {
    min-height: 90px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.contact-info .left {
    display: inline-block;
    text-align: left;
    width: 80%;
    margin-bottom: 10px;
}
.contact-info .right {
    display: inline-block;
    text-align: left;
}


/* Top Footer */

@media screen and (min-width: 840px){
    #footer {
        clear: both;
        overflow: hidden;
        background-color: #000000;
        position: relative;
    }
    #footer .column {
        float: left;
        width: 15%;
        min-height: 145px;
        height: auto !important;
        margin-bottom: 10px;
        text-align: center;
        color: #fff;
    }
    #footer .column .head {
        padding-top: 5px;
        color: #fff;
        font-size: 14px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        text-align: left;
        margin-left: 15px;
        margin-top: 0;
        margin-bottom: 8px;
    }
    #footer .column .head img {
        margin-top: 0;
        margin-right: 2px;
    }
    #footer .column img {
        overflow: hidden;
    }
    #footer #logo {
        width: 70px;
        height: 70px;
        margin-left: auto;
        margin-right: 15px;
    }
    #footer .column ul {
        margin-top: 0px;
        margin-left: 5px;
        padding-left: 12px;
        text-align: left;
        list-style: none;
        line-height: 1.5em;
    }
    #footer .column ul li {
        margin-bottom: 3px;
    }
    #footer .column a {
        text-decoration: none;
        color: #BBBBBB;
        font-size: 12px;
    }
    #footer .column a:hover {
        text-decoration: none;
        color: #FFFFFF;
    }
    #footer-blog {
        position: relative;
        width: 100%;
        color: #FFFFFF;
        text-align: center;
        overflow: auto;
    }
    #footer-blog a{
        color: #FFFFFF;
    }
}

@media screen and (max-width: 839px){
    #footer {
        clear: both;
        overflow: hidden;
        min-height: 80px;
        background-color: #000000;
        position: relative;
        padding: 0;
        z-index: 100 !important;
    }
    #footer .column {
        float: left;
        text-align: center;
        color: #fff;
        display: block;
        width: 100%;
        position: relative;
        -webkit-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }
    #footer .column:nth-child(1) {
        display: none;
    }
    #footer .column .head {
        padding-top: 20px;
        color: #fff;
        width: 100%;
        height: 60px;
        position: relative;
        font-size: 14px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        text-align: left;
        margin: 0;
        padding-left: 20px;
        display: block;
        z-index: 16;
        background-color: #000000;
        border-top: 1px solid #191919;
        border-bottom: 1px solid #191919;
    }
    #footer .column .head img {
        margin-top: 0;
        margin-right: 2px;
    }
    #footer #logo {
        width: 70px;
        height: 70px;
        margin-left: auto;
        margin-right: auto;
    }
    #footer .column img {
        overflow: hidden;
    }
    #footer .column ul {
        padding-left: 0px;

        text-align: left;
        list-style: none;
        line-height: 1.5em;
        position: absolute;
        background-color: #191919;
        width: 100%;
        overflow: hidden;
        z-index: 9;
        top: 60px;
        height: 0px;
        -webkit-transition: height 0.3s ease;
    }
    #footer .column ul li {
        margin-bottom: -1px;
        position: relative;
        top: 0px;
        width: 100%;
        z-index: 1;
        height: 60px;
        line-height: 5em;
        border-bottom: 1px solid #2A2A2A;
        border-top: 1px solid #2A2A2A;
    }
    #footer .column ul li a{
        width: 100%;
        height: 60px;
        display: block;
        padding-left: 40px;
        color: #FFFFFF;
        font-size: 12px;
    }

    #footer .column ul li:active a, #header ul li:active a{
        color: #FFF;
    }
    #footer .column a {
        text-decoration: none;
        color: #BBBBBB;
        font-size: 12px;
    }
    #footer .column a:hover {

        color: #FFFFFF;
    }
}

/* Full Bottom Footer */
#bottom {
    clear: both;
    padding: 5px 10px;
    overflow: auto;
    background: #191919;
    color: #777777;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    z-index: 100 !important;
}
#bottom a {
    color: #333;
}
#bottom a:hover {
    /* color: #F18200; */
    /* color:#8cbf3f; */
    color: #ff7373;
}
#bottom .infos {
    clear: both;
    width: 100%;
    padding: 8px 0px;
}
#bottom .left {
    float: left;
    width: 48%;
    padding-top: 5px;
    margin-left: 15px;
    text-align: left;
}
#bottom .right {
    float: right;
    width: 48%;
    padding-top: 0px;
    margin-right: 15px;
    text-align: right;
}
#bottom .siteurl {
    clear: both;
    width: 100%;
    padding-bottom: 5px;
    color: #333;
}

#footer .copyright-wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#footer .copyright {
    
    background-color: #000000;
    display: inline-block;
    text-align: left;
    float: left;
    /*z-index: 1000;*/
    color: #666666;
    font-size: 11px;
}

#footer .footer-links
{
    float: right;
}
#footer .footer-links ul{
    display: inline-block;
    text-align: right;
}
#footer .footer-links ul li{
    display: inline-block;
    text-align: right;
    margin-left: 10px;
    font-size: 11px;
}
#footer .footer-links ul li a{
    color: #BBBBBB;
    text-transform: uppercase;
    font-size: 12px;
}
#footer .footer-links ul li a:hover{
    color: #fff;
}


#footer #footer-wrapper
{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
#footer #logo {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: 15px;
}
#bottom span {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
}
#bottom #footer-logos{
    list-style: none;
    display: inline-block;
    margin: 0px 10px 0px 10px;
    padding: 0;
    padding-top: 5px;
    border: none;
}
#bottom #footer-logos li {
    display: inline-block;
    margin-left: 10px;


    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#bottom #footer-logos li:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#bottom #footer-logos-label
{
    display: inline-block;
    position: relative;
    top: -5px;
}

@media screen and (max-width: 444px)
{
    #bottom #footer-logos-label {
        top: 0px;
    }
}
/* Slim Bottom Footer */
#bottom2 {
    clear: both;
    position: relative;
    left: -10px;
    padding: 0px 10px;
    overflow: auto;
    height: 80px;
    background: #FFF url('../image/openamazon2/footer-1.png') bottom center repeat-x;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    border-top: 1px solid #CCC;
}
#bottom2 a {
    color: #333;
}
#bottom2 a:hover {
    /* color: #F18200;*/
    color:#8cbf3f;
}
#bottom2 .left {
    float: left;
    width: 48%;
    padding-top: 5px;
    margin-left: 15px;
    text-align: left;
}
#bottom2 .right {
    float: right;
    width: 48%;
    padding-top: 0px;
    margin-right: 15px;
    text-align: right;
}
#bottom2 .copyright {
    clear: both;
    width: 100%;
    color: #333;
}
/* Banner */
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 10px;
}
/* Slideshow */
.nivo {
    margin-bottom: 10px;
}
/* Extra Account Styles */
.account-list {
    text-decoration: none;
    padding: 1px 0px 1px 12px;
    /* background: url('../image/openamazon2/bullet-m2.png') left center no-repeat; */
}
.account-code {
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
    color: #555;
}
/* Extra Wishlist Styles */
.wishtop {
    margin:10px 0px;
    text-align:center;
}
.wishtext {
    text-align:left;
    padding:5px;
}
/* Captcha */
#recaptcha_widget{
    margin-bottom: 20px;
    position: relative;
}
#recaptcha_widget * {
    color: #000;
    font-family: 'Gotham', Sans-serif, Arial;
    display: inline-block;
}
#recaptcha_widget .label{
    font-size: 10px;
    position: relative;
    right: 5px;
}
#recaptcha_widget input{
    width: 75%;
}
#recaptcha_widget span img{
    margin-top: 10px;
    margin-right: 5px;
}
#recaptcha_widget .captcha-wrap{
    display: inline-block;
    border: 1px solid #DCDCDC;
    padding: 5px;
    position: relative;
}
#recaptcha_challenge_image{
    width: 100% !important;
}
#recaptcha_image{
    margin-bottom: 10px;
    width: 100% !important;
}
#recaptcha_widget .recaptcha_only_if_image a{
    display: none;
}
#recaptcha_widget .recaptcha_only_if_audio a{
    display: none;
}
#recaptcha_widget #recaptcha-reload{
    position: absolute;
    right: 10px;
    bottom: 12px;
}
#recaptcha_widget #recaptcha-help{
    position: absolute;
    right: 37px;
    bottom: 12px;
}
/* Round Box (standard) */
div.roundbox, .roundbox {
    background: #FFF;
    padding: 3px 5px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
}
div.roundbox .accounts {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    margin-right: 10px;
    text-align: left;
    width: 200px;
    height: 60px;
    vertical-align: middle;
}
div.roundbox .accounts a, div.roundbox .accounts a:visited
{
    color: #000000;
}

.accounts a img
{
    width: 45px;
}
div.roundbox .message {
    font-weight: bold;
}
/* Round Box (success) */
div.roundbox-success {
    background: #F8F8F8;
    padding: 3px 5px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    color: #222;
    font-size: 15px;
}
div.roundbox-success a {
    color: #000;
    font-size: 15px;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}
div.roundbox-success a:hover {
    /*
	color: #F57917;
    color:#BD1A31;*/
}
#notification {
    margin-left: 0px;
}



/*
Content Top Customization adding 2 column layout
*/
.content_top_header {
    clear: both;
}
.content_top_left{
    float: left;
    text-align: center;
    width: 23%;
}
.content_top_left img{
    width: 100%;
}

.content_top_right{
    margin-left: 24%;
    text-align: center;
}
.rotator .name {
    padding: 0 2px;
    clear: left;
}

.rotator{
    text-align: center;
}

.vertical_border{
    height: 80%;
    position: absolute;
    right:0;
    top: 0;
    border-left:2px solid #E5E5E5;
}

.cat-list ul li ul{
    list-style: none;
}

.cat-list ul li ul li:BEFORE{
    content: "\0BB \020";
}

.copyright .social, .copyright	.addthis_toolbox, .copyright div {
    display: inline-block;
    vertical-align: middle;
}

/* common values for price class */
.club_price {
}

.nonmember_price,.price-nonmember{
    font-weight: bold;
    font-style:italic;
    color: #3270a6;
}
.price-special{
    font-weight: bold;
    font-style:italic;
    color: #FDB300;
}
.product-block-right{
    display: inline-block;
    position: absolute;
    left: 215px;
    width: 90%;
}

.product-block-right .header h3 {
    margin-top: 0px;
}

.product-line-text{
    font-family: 'Gotham', Sans-serif, Arial;
}

.price {
    font-size: 12px;
    color: #FFF;
    padding: 0;
    display: inline-block;
    width: 100%;
    font-family: 'Gotham', Sans-serif, Arial;
}

.product-block-right .price{
    color: #000;
}

.price-old{
    font-weight: bold;
    font-style:italic;
    color: #3270a6;
    text-decoration: line-through;
    font-stretch: condensed;
}

.stock{
    color: #3270a6;
}

.price-new {
    font-weight: bold;
    font-style: oblique;
}

.review_share{
    margin-top: 7px;
    color: #3270a6;
}

.review_share .addthis_toolbox span, .review_share .at_a11y{
    margin-bottom: 0;
}

.rating img, .star img{
    vertical-align: middle;
}

.rating-stars input{
    display: inline-block;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 10px;
    top: 1px;
    left: 11px;
    margin-left: -6px;
    width: 10px;
    cursor: pointer;
}

/* Checkout page steps */
#confirm .checkout-content .left{
    margin-left: 12px;
    margin-top: 5px;
    position: absolute;
}

.checkout_container #header .div1{
    height: 109px !important;
}

.checkout_container .div6{
    z-index: 11;
    padding: 3px 10px 7px 25px;
    height: 40px;;
}

.checkout_container .div6 .div5_ll{
    color: #999999;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 17px;
    position: absolute;
    right: 45px;
    z-index: 999;
}

.checkout_container .div6 .checkout_step{
    float: left;
    /* width: 180px; */
    z-index: 12;
    /* background-color: green; */
    margin-left: 10px ;
    padding: 13px 12px;
    text-align: center;
    vertical-align: middle;

}

.checkout_step a img
{
    margin-top: -3px;
    margin-left: 5px;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}

.checkout_container .div6 .checkout_step a , .checkout_container .div6 .checkout_step span{
    font-size: 18px;
    color: #999999;
    font-weight: bolder;
}

.checkout_container .div6 .checkout_step_active
,.checkout_container .div6 .checkout_step_active a
,.checkout_container .div6 .checkout_step_active span{
    color: #e82f2c;
    /* text-decoration: underline; */
}

.checkout_container .success, .checkout_container .warning, .checkout_container .attention, .checkout_container .information {
    margin-top: 0px;
}
.checkout_container #bottom{
    /*
	position: absolute;
	bottom: 0px;
	width: 100%; */
    border-top: 2px solid #ED2525/*#8CBF3F*/;
}

/*

#checkout, #payment-address, #shipping-address, #shipping-method, #payment-method, #confirm{
 	display: none;
}
.checkout-heading a {
	display: none;
}


#checkout.checkout{
	display: inherit;
}
#payment-address.billing{
	display: inherit;
}
#shipping-address.address{
	display: inherit;
}
#shipping-method.shipping{
	display: inherit;
}
#payment-method.payment{
	display: inherit;
}
#confirm.confirm{
	display: inherit;
}
*/

.default_cim{
    display: inline-block;
    margin-right: 12px;
}

/* Disable compare links */
.compare {
    display: none;
}

.flexslider{
    overflow: hidden;
}


/*#cart-contents{
	width:300px;
	float:right;
	padding:10px;

}*/

.setdefault_cim_payment_account
{
    margin-right: 20px;
}

.confirm .checkout-content .content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.checkout-confirm-table{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.checkout-content-table{
    /*margin: 40px auto;
	clear: both;*/
}

.payment_method_label{
    font-size: 14px;
    font-weight: bold;
}
.payment_method_html {
    margin-top: 10px;
}

#payment_billing_address_tbl select, #payment_billing_address_tbl input{
    width: 100%;
}

.out-of-stock{
    background-color: #FFD1D1;
}
/*.feeddisplay_title{
	font-size: 12pt;
	color: #107A28;
	font-weight: bold;
	text-decoration: underline;
}*/

/* menu */
#menu {
    height: 45px;
    margin-bottom: 15px;
    padding: 0px 5px;
    text-align: center;
    background: #d8d8d8; /* Old browsers */
    background: -moz-linear-gradient(top,  #d8d8d8 0%, #a0a0a0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#a0a0a0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d8d8d8 0%,#a0a0a0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d8d8d8 0%,#a0a0a0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d8d8d8 0%,#a0a0a0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d8d8d8 0%,#a0a0a0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
}
#menu ul {
    list-style: none;
    margin: 0 auto;
    width: 900px;
    display: block;
}
#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding: 9px 0px 5px 0px;
}
#menu > ul > li:hover {
}

ul.menu-ul > li:first-child > a{
    border-left: 3px solid #9C0303;
}

#menu > ul > li > a {
    font-size: 20px;
    color: #FFF;
    line-height: 14px;
    text-decoration: none;
    display: block;
    padding: 6px 20px 6px 20px;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
    /*text-shadow: 1px 1px #333;*/
    border-right: 3px solid #9C0303;
}
#menu > ul > li:hover > a {
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu > ul > li > div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    padding: 5px;
    border: 1px solid #000000;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
    background: #000000;
}
#menu > ul > li > div > ul > li > a {
    color: #FFFFFF;
}

.red-separator{
    clear: both;
    width: 100%;
    height: 1px;
    background: #ed2525;
    background: -moz-linear-gradient(top, #ed2525 0%, #e82f2c 31%, #960000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed2525), color-stop(31%,#e82f2c), color-stop(100%,#960000));
    background: -webkit-linear-gradient(top, #ed2525 0%,#e82f2c 31%,#960000 100%);
    background: -o-linear-gradient(top, #ed2525 0%,#e82f2c 31%,#960000 100%);
    background: -ms-linear-gradient(top, #ed2525 0%,#e82f2c 31%,#960000 100%);
    background: linear-gradient(to bottom, #ed2525 0%,#e82f2c 31%,#960000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2525', endColorstr='#960000',GradientType=0 );
}

.red-separator-steve{
    clear: both;
    width: 100%;
    height: 20px;
    font-size: 9px;
    color: white;
    overflow:hidden;
    padding-top: 3px;
    background: #cf0404; /* Old browsers */

}

.nav-float{
    margin: 0 auto;
    background: #b8b8b8; /* Old browsers */
    background: -moz-linear-gradient(top,  #b8b8b8 0%, #808080 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8b8b8), color-stop(100%,#808080)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b8b8b8 0%,#808080 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b8b8b8 0%,#808080 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b8b8b8 0%,#808080 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b8b8b8 0%,#808080 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#808080',GradientType=0 ); /* IE6-9 */
}

.nav-float div{
    float: left;
    margin-top: 10px;
    font-size: 12px;
    color: white;
    left: 10%;
    position: absolute;
    text-transform: uppercase;
}


.nav-float img.logo{
    float: right;

    margin-top: 2px;
    position: absolute;
    right: 10%;
    position: absolute;
}

.nav-float li a{
    font-size: 17px;
    color: white;
    margin: 0;
    /*text-shadow: 1px 1px #555;*/
    padding: 0px 20px !important;
    border-right: 3px solid #9C0303;
}

.nav-float li:last-of-type a{
    border-right: none;
}

.nav-float .nav-float-breadcrumbs{
    background-color:white;
    width:80%;
    text-align:left;
    border-right:none;
    top: 40px;
    left: 0px;
    position: absolute;
    margin-left: 10%;
    margin-right: 10%;
}

.nav-float .nav-float-breadcrumbs.category{
    background: none;
    top: 34px;
    color: #fff;
    z-index: 100;
}

.nav-float .nav-float-breadcrumbs a{
    font-size: 13px;
}

.nav-float .nav-float-breadcrumbs.category a{
    font-size: 10px;
    color: #fff;
}

.nav-float .nav-float-breadcrumbs.category a:hover{
    font-size: 10px;
    color: #000;
}

.images-box{
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.images-box .arrow{
    position: relative;
    top: 230px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    color: #888;
    z-index: 100;
}

.images-box .arrow-left{
    left: 14px;
    float: left;
    background: url(../images/html_slider/slider-prev-hover.png);
    background-repeat: no-repeat;
    opacity: 0.2;
    width: 57px;
    height: 57px;
    margin-right: 40px;
}

@media screen and (max-width: 1400px) {
    .images-box .arrow-left {
        margin-right: 5px;
    }
}

.images-box .arrow-left:hover{
    background: url(../images/html_slider/slider-prev-hover.png);
    background-repeat: no-repeat;
    opacity: 1.0;
}


.images-box .arrow-right{
    right: 14px;
    float: right;
    background: url(../images/html_slider/slider-next-hover.png);
    background-repeat: no-repeat;
    opacity: 0.2;
    width: 57px;
    height: 57px;
    margin-left: 40px;
}

@media screen and (max-width: 1400px) {
    .images-box .arrow-right {
        margin-left: 5px;
    }
}

.images-box .arrow-right:hover{
    background: url(../images/html_slider/slider-next-hover.png);
    background-repeat: no-repeat;
    opacity: 1.0;
}

.images-box img{
    position: relative;
    max-width: 100%;
    height: auto;
    left: -5px;
}
.product-info .product-top .title h2{
    font-family: 'Gotham', Sans-serif, Arial;
    text-transform: none;
}
@media screen and (max-width: 1130px){
    .product-info > .left {
        width: 75%;
        margin-top: 0px;
        position: relative;
        padding: 0px;
        left: 0px;
        text-align: center;
    }
    .product-info{
        text-align: center;
    }
    .product-info > .right {
        position: relative;
        width: 100%;
        top: 0 !important;
		min-height: 0 !important;
        left: 0px;
        padding: 0;
    }
    .product-info .images-box img{
        width: 70%;
        max-width: 460px;
    }
	.product-info .left #video-gallery{
		padding-top: 0 !important;
		text-align: center !important;
	}
	#featured-video-player{
		width: 90%;
	}
	#featured-video-player iframe{
		width: 100%;
	}
}

@media screen and (min-width: 481px) 
{
    .product-commercial-container
    {
        height: auto;
        background-color: #fff;
        overflow: hidden;
        margin-bottom: -10px;
    }

    .product-commercial
    {
        display: block;
        width: 100%;
        position: relative;
        z-index:1;
    }

    .product-commercial p, .product-commercial h3
    {
        text-align: center;
        /*margin-top: 5%;
        margin-bottom: 5%;*/
    }

    .clipParent
    {
        display: none;
    }
    .non-clipped-image
    {
        display:block;
        min-height: 200px;
    }
    .product-commercial-wrapper
    {
        display: table-cell;
        vertical-align: middle;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}
@media screen and (max-width: 480px)
{
    .product-commercial-container
    {
        height: auto;
        background-color: #fff;
        overflow: hidden;
        margin-bottom: -10px;
    }
    .product-commercial
    {
        display: block;
        width: auto;
        height: 200px;
        position: relative;
        z-index:1;
        margin-bottom: 30px;
    }

    .product-commercial p, .product-commercial h3
    {
        text-align: center;
    }

    .clipParent
    {
        display: none;
    }
    .non-clipped-image
    {
        display:block;
        height: 200px;
    }

    #social-link-item
    {
        display:inline-block;

        margin: 5px 10px 0px 0;
        height: 30px;
        overflow: hidden;
        cursor: pointer;
    }
    .product-commercial-wrapper
    {
        display: table-cell;
        vertical-align: middle;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

#nav-float.affix {
    text-align:center;
    position: fixed;
    top: 0;
    width: 100%;
}

#nav-float{
    text-align: center;
    display: block;
    list-style: none;
    z-index: 3;
    padding-left: 20px;
}

#nav-float li{
    /* float:left; test */
    display: inline-block;
    padding: 5px 0;
    border-bottom: 5px solid rgb(160, 160, 160);
}

#nav-float li.active{
    border-bottom: 5px solid #9C0303;
}

#nav-float li .div-dropdown{
    display:none;
    position: absolute;
    border: 10px solid rgb(160, 160, 160);
    background-color: white;
    padding: 5px;
    margin-top: 10px;
    font-size: 15px;
    left: 0;
}

#nav-float li .div-dropdown a{
    color:black;
    text-shadow:none;
    border:none;
    margin:0px;
    padding:0px !important;
}

#tab-video{
    position: relative;
}

#video-overlay{
    width: 640px;
    height: 390px;
    position: absolute;
    margin-left: -320px;
    left: 50%;
    z-index: 2;
}

.tab-video{
    position: relative;
}

.video-overlay{
    width: 640px;
    height: 390px;
    position: absolute;
    /*margin-left: -180px;*/
    /*left: 50%;*/
    z-index: 2;
}

.video-overlay img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px auto auto -50px;
}

.tab-content#tab-video {
    text-align: center;
}
#video-overlay img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px auto auto -50px;
}

#ytplayer{
    position: relative;
    z-index: 1;
    /*left: 50%;*/
    /*margin-left: -320px;*/
}

.navbar{
    min-height: 40px !important;
}

.nav-float-wrapper{
    height: 43px;
}

.nav>li>a:hover, .nav>li>a:focus{
    background: none !important;
}
#support-place-holder{
    /*height: 200px;*/
}
.support-tab{
    background:#FFFFFF;
    width: 100%;
    overflow: hidden;
    display: block;
}

.support-tab-child{
    background:#FFFFFF;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 720px;
}

.support-tab-button{
    background: #CCCCCC;
    width: 110px;
    height: 80px;
    text-align: center;
    display: table;
}

.support-tab-button-text{
    color: #FFFFFF !important;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
}

.button.support{
    display: inline-block;
    height: 23px;
    position: relative;
    padding: 3px 25px;
    min-width: 20px;
}

.support_product{
    border: 1px solid #BBBBBB;
    margin-top: 0.5em;
    margin-bottom: 12px;
    padding: 0.55em 1.1em;
    color: #000000;
    font-size: 14px;
}
.support_item_image{
	display: inline-block;
	vertical-align: top;
	width: 29%;
	text-align: left;
            margin-top: 20px;
}
.support_item_message{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	padding-right: 10%;
	text-align: left;
            margin-top: 20px;
}
@media screen and (max-width:910px)
{
    .support_item_message
    {
        padding-right: 0;
    }
}
.support_instructions
{
    margin-top: 10px;
}
.support_item_message.small{
	display: none;
	width: 100%;
}
.support_product_information{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	text-align: left;
            margin-top: 20px;
}
.support_product_information div{
	margin-bottom: 10px;
}
.support_items{
	display: block;
}
.support_small_image{
	display: none;
}
.billing_address_update_option {
    display: inline-block;
    margin: 30px 40px 30px 0px;
    text-align: left;
    vertical-align: bottom;
    width: 175px;
}
#update-billing-new-address label{
    width: 15%;
    display: inline-block;
    min-width: 85px;
    max-width: 100px;
}
#update-billing-new-address input, #update-billing-new-address select{
    width: 40%;
    margin-bottom: 10px;
    max-width: 260px;
}

.support_item > div > ul
{
    list-style-type: square;
    text-decoration: none !important;
    font-weight: normal !important;
    font-size: 13px !important;
}

.support_item > div > ul li
{
    color: #888;
}

.support_item > div > ul li:hover {
    color: #000000;
    font-weight: bold;
}

.support_item {
    border: none;
    cursor: pointer;
}

.support_content {
    margin-left: 45px;
}

@media screen and (max-width: 910px){
    .support_item_image, .support_product_information{
        width: 100%;
        margin-bottom: 10px;
        margin: 0 auto;
        text-align: center;
    }

    .support_item_message{
        display: none;
    }

    .support_item_message.small{
        display: block;
        margin-bottom: 10px;
    }

    .support_item_message.small h3{
        font-size: 20px;
    }
        
    .support_content{
        margin-left: 10px;
    }
        
	.support_content ul{
		padding: 0px;
	}
}
@media screen and (max-width: 650px){
	.support_small_image{
		display: block;
	}
	.support_item_image{
		display: none;
	}
	.support_item_message{
		top: 470px;
		left: 0;
		text-align: center;
	}
}
.warranty-view h3{
	margin-bottom: 10px;
}
.warranty-confirm-form input{
	width: 40%;
}
#support-warning{
    font-family: 'Gotham', Sans-serif, Arial;
    color: #BD1A31;
    padding: 0.35em 2.8em;
    margin-bottom: 10px;
}

div.product_lines{
    margin: 0px;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    height: 60px;
	overflow: hidden;
	-webkit-transition: height 0.2s ease;
	-moz-transition: height 0.2s ease;
	-o-transition: height 0.2s ease;
	transition: height 0.2s ease;
}
div.category_title{
    margin: 0px;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    height: 50px;
	overflow: hidden;
	-webkit-transition: height 0.2s ease;
	-moz-transition: height 0.2s ease;
	-o-transition: height 0.2s ease;
	transition: height 0.2s ease;
}
div.category_title{
	font-size: 20px;
	font-family: 'Gotham', Sans-serif, Arial;
	padding: 12px 0 10px 0;
	position: relative;
}
div.category_title span{
	font-family: 'Gotham-Black', Sans-serif, Arial;
        font-size: 20px;
}
div.category_title .brands-categories-list{
	list-style: none;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
	margin-top: 10px;
}
div.category_title .brands-categories-list *{
	color: #FFFFFF;
}
div.category_title .brands-categories-list > *{
    border-top: 1px solid #222;
}
div.category_title .brands-categories-list a{
	width: 100%;
    display: block;
    height: 50px;
    padding: 18px 25px;
        font-size: 12px;
}
@media screen and (max-width: 580px){
	div.category_title{
		cursor: pointer;
	}
}
div.product_lines a {
    color: #FFFFFF;
}

div.product_line{
    width: auto;
    min-width: 120px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    border: none;
    margin-right: -6px;
    text-align: left;
}

@media screen and (min-width: 841px)
{
    .first-tab{
        border-left: 1px solid #222;
    }
    .product_line .header{

        border-right: 1px solid #222;
    }
}
.product_line .header{
    height: 100%;
    text-align: center;
    background-color: transparent;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.product_line .header.active{
    /*.background-color: #BD1A31;*/
    transition: background-color 0.3s ease;
}


div.product_line .product a{
    font-size: 16px;
    color: #555;
}

div.product_line .header span{
    font-size: 14px;
    position: relative;
    top: 22px;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
}

@media screen and (max-width: 840px){
    div.product_line .header span{
        margin-left: 0px;
    }
}

div.product_line .description{
    font-size: 20px;
    color: #ed2525;
}

div.product_line .subdescription{
    font-size: 16px;
    color: #555;
    border-bottom: 2px dotted #555;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#filter-sort{
    display: block;
    width: 65%;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    margin-top: 20px;
    position: relative;
    height: 35px;
}
#filter-sort .selected, .custom-select .selected{
    height: 85%;
    width: 100%;
    font-family: 'Gotham', Sans-serif, Arial;
    color: #000;
    border: 1px solid #E5E5E5;
    padding-top: 5px;
    padding-left: 10px;
	font-size: 12px;
}
#filter-sort .selected::before, .custom-select .selected::before{
	background-image: url(../images/arrow-down-custom.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 10px 12px;
    content: '';
    height: 30px;
    width: 31px;
    border-left: 1px solid #E5E5E5;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
}
#filter-sort ul, .custom-select ul{
    list-style: none;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    line-height: 30px;
    position: absolute;
    background-color: #FFF;
    z-index: 10;
    border: 1px solid #E5E5E5;
    display: none;
    width: 100%;
}
#filter-sort ul.active, .custom-select ul.active{
    display: block;
}
.support-tab #filter-sort ul.active{
    position: absolute;
    width: 100%;
}
.support-opacity{
    opacity: 0.5;
}
#filter-sort ul li {	padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}
#filter-sort ul li:hover, .custom-select ul li:hover{
    background-color: #000;
    color: #FFF;
}
select:focus{
    outline: none;}

#filter-brand{
	display: inline-block;
    background-color: transparent;
    width: 19%;
    position: absolute;
    height: 35px;
    left: 0px;
    overflow: visible;
}

#filter-sub-category{
	display: inline-block;
    background-color: transparent;
    width: 19%;
    position: absolute;
    height: 35px;
    left: 21%;
    overflow: visible;
}

@media screen and (max-width: 1300px){
	#filter-brand{
		width: 30%;
	}
	#filter-sub-category{
		width: 30%;
		left: 0;
		top: 40px;
	}
}

#filter-products ul{
    height: 146px;
    overflow-y: scroll;
}

#product-sort{
    display: inline-block;
    position: absolute;
    right: -70px;
    width: 30%;
    height: 35px;
    background-color: transparent;
}
@media screen and (max-width: 735px)
{
    #product-sort
    {
        right: 0px !important;
    }
}
/* Support */
#livechat-online
{
    text-align: center;
    font-family: 'Gotham', Sans-serif, Arial;
    color: #FFFFFF;
    padding: 2px;
    text-transform: uppercase;
}
#livechat-offline
{
    text-align: center;
    font-family: 'Gotham', Sans-serif, Arial;
    color: #ffffff;
    background: #888;
    padding: 2px;
    text-transform: uppercase;
}
.support_loading
{
    margin-bottom: 10px;
    color: #bebebe;
    margin-left: 20px;
}
.support_article_content_in > div > strong
{
    cursor: default;
}
.support_article_content_in > div > strong
{
    text-transform: capitalize;
    cursor: default;
}
.support_article_content_in > div > ol
{
    cursor: default;
    padding-left: 20px;
}
.support_article_content_in > div > ol > li
{
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: default;
}

.support_article_content_in ul
{
    list-style-type: square;
}
.support_article_content_in ul > li > ul
{
    list-style-type: square;
}
.manual-button
{
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 20px;
}
.manual-button a
{
    color: #000000 !important;
    font-family: 'Gotham', Sans-serif, Arial;
    font-size: 12px;
    text-align: center;
}
.manual-button a img
{
    width: 60px;
    margin-bottom: 5px;
}
.manual-wrapper
{
    margin-bottom: 20px;
    display: inline;
}
.support-tab #product-select
{
    display: block;
    width: 100%;
    background-color: transparent;
    margin-top: 10px;
    height: auto;
}
.support-tab #product-select .selected, .custom-select .selected
{
    height: 100%;
    width: 100%;
    font-family: 'Gotham', Sans-serif, Arial;
    font-size: 13px;
    color: #000;
    border: 1px solid #E5E5E5;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding-top: 7px;
    padding-left: 10px;
    background-image: url(../../../../../image/data/accessorypower/icons/arrow-down-black.png);
}
.support-tab #product-select ul.active
{
    position: absolute;
    width: 100%;
}
.support-tab #product-select ul, .custom-select ul
{
    list-style: none;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    line-height: 30px;
    position: absolute;
    background-color: #FFF;
    z-index: 10;
    border: 1px solid #E5E5E5;
    display: none;
    width: 100%;    
    max-height: 300px;
    overflow-y: scroll;
}
.support-tab #product-select ul.active, .custom-select ul.active
{
    display: block;
}

.support-tab #product-select ul li {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.support-tab #product-select ul li:hover, .custom-select ul li:hover {
    background-color: #000000;
    color: #FFF;
}

.support-faq-title
{
    margin: 20px 0px 5px;
}
@media screen and (min-width: 970px)
{
    .support-tab .support-filter{
        display: inline-block;
        width: 33% !important;
        position: relative !important;
        height: 35px;
    }
    .support-tab .filter-sort-title{
        display: block;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 969px)
{
    .support-tab .support-filter{
        display: block;
        position: relative !important;
        height: 35px;
        width: 100% !important;
        margin-bottom: 10px;
    }
    .support-tab .filter-sort-title{
        margin-bottom: 10px;
        display: block;
    }
}

@media screen and (max-width: 735px){
    #filter-sort {
        min-width: 0px;
        display: block;
        width: 90%;
        position: relative;
        height: auto;
    }
    #filter-product-line {
        display: block;
        width: 100%;
        position: relative;
    }
    #product-sort {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 35px;
    }
	.filter-sort-label{
		position: relative;
		top: 0;
		left: 0;
	}
	#filter-sort .selected::before, .custom-select .selected::before{
		top: 22px;
	}
	.category_title .left-arrow, .category_title .right-arrow{
		display: none;
	}
	#filter-brand{
		display: block;
		width: 100%;
		position: relative;
		margin-bottom: 15px;
	}
	#filter-sub-category{
		display: block;
		width: 100%;
		position: relative;
		margin-bottom: 15px;
		top: 10px;
	}
	#filter-sub-category .selected::before{
		top: 0;
	}
}

@media screen and (max-width: 840px){
    div.product_lines {
        height: 60px;
        overflow: hidden;
    }
    div.product_line .header span {
        font-family : 'Gotham-Bold', Sans-serif, Arial;
        text-transform: uppercase;
    }
    div.product_line {
        display: block;
        visibility: hidden;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 25;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .product_line .header{
        text-align: left;
        padding-left: 10%;
    }
    
    .product_lines .product_line .header.active:after{
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        z-index: 20;
        background: url(../image/arrow-down.png);
        background-repeat: no-repeat;
        right: 20px;
        top: 26px;
    }
    
    .product_lines.expanded .product_line .header.active:after{
        right: 20px;
        top: 21px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media screen and (max-width: 679px){
    .product_line .header {
        text-align: left;
        padding-left: 7%;
    }
    
    .product_lines .product_line .header.active:after{
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        z-index: 20;
        background: url(../image/arrow-down.png);
        background-repeat: no-repeat;
        right: 20px;
        top: 26px;
    }
    
    .product_lines.expanded .product_line .header.active:after{
        right: 20px;
        top: 21px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media screen and (max-width: 840px){
    .dropdown-background
    {
        background-color: #000;
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0px;
        right: 0px;
        opacity: 0.3;
        -moz-opacity:0.3;
        -khtml-opacity: 0.3;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
    }
    .dropdown-background-white
    {
        background-color: #fff;
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0px;
        right: 0px;
        opacity: 0.2;
        -moz-opacity:0.2;
        -khtml-opacity: 0.2;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
    }
}
.tab-content-wrap{
    display: none;
    transition: display 0.3s ease;
}

.tab-content-wrap.active {
    display: block;
}

.red-line{
    height: 5px;
    background-color: #ed2525;
}

h1.heading{
    margin-left: 10%;
    font-size: 40px;
    color: #555;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 0px;
}

.product-price{
    font-size: 24px;
    color: #aaa;
}

.knowledge_base_product{
    margin-bottom: 20px;
}

.knowledge_base_product a{
    font-size:20px;
    color: #555;
}

.knowledge_base_product a:hover{
    color: #C92424;
}

.kb_article{
    width: 80%;
    margin: 20px auto;
}

@media screen and (max-width: 780px)
{
    .h-padded{
        /*padding: 30px;
        padding: 25px 8%;*/
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (min-width: 781px)
{

    .h-padded{
        /*padding: 30px;
        padding: 25px 8%;*/
        margin: 0 auto;
    }
}

.text-right{
    text-align: right;
}

/*a.checkout-btn{
	padding: 6px 100px;
	font-size: 20px;
}*/

.checkout-table-total {
    width: 200px;
}

.product-group{
    margin-bottom: 20px;
    padding: 0px;
    display: inline-block;
}

.rating-average{
    font-size: 16px;
    margin: 5px;
    margin-bottom: 20px;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}

@media screen and (min-width: 481px){
    .width-80{
        width: 80%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .width-80{
        width: 80%;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
}

div.to_top{
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 10;
}

div.to_top_panel{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 11px;
    color: #4d7285;
    padding-top: 10px;
    position: relative;
    z-index: 10;
}

div.to_top_button{
    position: fixed;
    z-index: 1000;
    /*bottom: 17px;
        right: 17px;*/
    bottom: 90px;
    right: 10px;
    background: black;
}
.to_top_text{
    font-weight:bold;
    color:#ffffff;
}

div.add_to_card_button{
    position: fixed;
    z-index: 1000;
    bottom: 75px;
    right: 18px;
}

iframe[src="about:blank"]{display:none;}
.nav-float.nav.navbar.category{
    /* padding-bottom: 10px; */
}

#header .div4 > div {
    padding-top: 3px;
}

.menu-fix{
    margin-top: -40px;
    padding-top: 40px;
}
.rating-average div{
    border-top: 1px solid black;
    float: none !important;
    font-size: 12px;
}

.shop_now{
    padding: 5px 3px;
    text-align: center;
    border: 1px solid;
    font-size: 11px;
    font-weight: bold;
    margin: 4px 0 0 25px;
    border-color: #000;
    width: 130px;
    float: right;
    right: 0px;
    color: #FFF;
}
.price-hidden{
	position: relative;
}
.shop_now:hover{
    background-color: #000;
    color: #FFF;
}

.explore-learn-more{
    padding: 5px 3px;
    text-align: center;
    border: 1px solid;
    font-size: 11px;
    font-weight: bold;
    margin: 4px 0 0 25px;
    border-color: #fff;
    width: 130px;
    float: right;
    right: 0px;
    color: #fff;
}
.explore-learn-more:hover{
    background-color: #191919;
}


.store-product-wrap{
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1.0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

@media screen and (max-width:735px)
{
    .store-product-wrap{
	width: 100% !important;
    }
}

@media screen and (min-width:736px)
{
    .store-product-wrap{
	width: 80%;
    }
}

.store-product-wrap.transitioning{
    opacity: 0.0;
}
.product-block .img{
    display: inline-block;
}
.product-block .img img{	     			
    height: 160px; 			
    width: 160px; 
}

.product-block .header{
	display: inline-block;
	margin-bottom: 0px;
}

.product-block .header h3 a {
    font-size: 18px;
}

.product-block .subheader{
	margin-bottom: 5px;
        font-size: 16px;
}

.product-color-accent{
    width: 8px;
    height: 160px;
    display: inline-block;
    position: absolute;
    left: 175px;
    top: 0px;
    margin-left: 0px;
}

.product-color-accent.gogroove{
	background-color: #BD1A31;
}

.product-color-accent.enhance{
	background-color: #1B6AAF;
}

.product-color-accent.usagear{
	background-color: #E9A763;
}

.product-color-accent.revive{
	background-color: #73C489;
}

.product-color-accent.datastream{
	background-color: #000;
}
.product-color-accent.trucell{
	background-color: #000;
}
.product-color-accent.datamine{
	background-color: #000;
}

@media screen and (max-width: 735px){
    .product-block .img{
        display: block;
        text-align: center;
    }

    .product-block .img img{
        max-width: 260px;
    }

    .product-color-accent {
        width: 80%;
        height: 7px;
        display: block;
        position: relative;
        margin-left: auto;
        top: 0;
        left: 0;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .product-block-right {
        display: block;
        position: relative;
        left: 10%;
        width: 80%;
    }
}

@media screen and (min-width: 736px){
    .product-block-right {
        display: inline-block;
        position: absolute;
        left: 195px;
        width: 72%;
    }
}

@media screen and (min-width: 1000px){
    .product-block-right {
        display: inline-block;
        position: absolute;
        left: 195px;
        width: 78%;
    }
}

@media screen and (min-width: 1300px){
    .product-block-right {
        display: inline-block;
        position: absolute;
        left: 195px;
        width: 85%;
    }
}

@media screen and (min-width: 1600px){
    .product-block-right {
        display: inline-block;
        position: absolute;
        left: 195px;
        width: 90%;
    }
}

.shop_now span{
    font-weight: normal;
}

.shop_now input[type="button"]{
    color: #FFF;
    font-family: 'Gotham', Sans-serif, Arial;
    font-size: 11px;
    text-transform: uppercase;
    background: transparent;
    border: medium none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
/* File: catalog/view/theme/default/stylesheet/searchp.css */
.ajaxsearch-results ul{
    display:block;
    list-style:none;
    margin:0px;
    padding:0px;
    margin-left:1px;
    width: 100%;

    border: 1px solid #000000;
    position: absolute;
    z-index: 150;

    background-color:#000000;
    background: transparent; /* default fallback */
    background: rgba(0, 0, 0, 0.7); /* nice browsers */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000); /* IE 6/7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)"; /* IE8 */
}

.ajaxsearch-results ul li{
    color: #FFFFFF;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 5px;
    padding: 6px 10px;
}
.ajaxsearch-results ul li a{
    color: #FFFFFF;
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 6;
}
.ajaxsearch-results ul li:hover {
    background: none repeat scroll 0 0 #000000;
}
/* Search Results */
#filter-sort.search-page{
    position: absolute;
    text-align: left;
    width: 30%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    right: 0;
}
#filter-sort.search-page #product-sort{
    right: initial;
    width: 100%;
}
.content.roundbox.search-page{
    position: relative;
    margin: 0;
    padding: 0 !important;
    border: none !important;
    display: inline-block;
    vertical-align: top;
    width: 17%;
}
.content.roundbox.search-page p label{
    font-size: 12px;
}
.content.roundbox.search-page h4{
    font-family: 'Gotham-Black', Sans-serif, Arial;
    font-size: 16px;
    margin-bottom: 5px;
}
h2#search-title-big{
    position: absolute;
    top: 30px;
    left: 21%;
    width: 48%;
    margin-bottom: 0px;
}
h2#search-title-small{
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    margin: 0;
    margin-top: 20px;
}
#no-search-results{
    padding: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
}
#no-search-results > *{
    text-transform: none;
}
@media screen and (min-width: 871px){
    .content.roundbox.search-page input[type='text'], .content.roundbox.search-page .custom-select {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        height: 30px;
    }
    .content.roundbox.search-page{
        float: left;
        min-width: 165px;
    }
    h2#search-title-big {
        display: inline-block;
    }
    h2#search-title-small{
        text-align: left;
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
}
.content.roundbox.search-page input[type='text']{
    padding-left: 10px;
}
.search-page #button-search{
    position: relative;
    width: 100%;
    margin-top: 5px;
    min-width: 0;
    text-align: center;
}
.information-wrapper .product-block-wrap{
    display: inline-block;
    position: relative;
    width: 75%;
    top: 40px;
    margin-bottom: 20px;
}
@media screen and (max-width: 870px){
    h2#search-title-big {
        display: none;
    }
    h2#search-title-small{
        display: inline-block;
        position: relative;
        width: 100%;
        text-align: center;
        left: 0;
        top: 0;
        margin: 0;
        margin-bottom: 20px;
    }
    .content.roundbox.search-page{
        display: block;
        width: 70%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .content.roundbox.search-page > *{
        /*width: 55%;
        text-align: center;*/
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .content.roundbox.search-page input[type='text'], .content.roundbox.search-page .custom-select {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
        height: 30px;
        text-align: left;
    }
    .content.roundbox.search-page input[type='text']
    {
        padding-left: 10px;
    }
    #filter-sort.search-page #product-sort {
        width: 100% !important;
    }
    input#button-search {
        width: 70%;
        right: initial !important;
        bottom: initial !important;
        position: relative !important;
    }
    #filter-sort.search-page{
        position: relative;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .information-wrapper{
        text-align: center;
    }
    .information-wrapper .product-block-wrap {
        width: 85%;
    }
    h2#search-title{
        top: 130px;
    }
}
@media screen and (max-width: 450px){
    #filter-sort.search-page{
        width: 100% !important;
    }
    .content.roundbox.search-page{
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* Homepage Categories */

.categories-wrapper
{
    background: #191919;
    margin:auto;
    width: 100%;
}

@media screen and (min-width: 1360px)
{
    #home-categories .categories-container
    {
        width: 1300px;
        margin: 0 auto;
        padding-top: 10px;

        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }
    .home-category
    {
        background:#000000;
        min-width:310px;
        display: inline-block;
        margin: 0 5px 10px 5px;
    }
    .category-overlay-text
    {
        text-align: center;
        color: #FFF;
        font-family: 'Gotham-Medium', Sans-serif, Arial;
        text-transform: uppercase;
        font-size:16px;
        line-height:45px;
    }
}

@media screen and (min-width: 1120px) and (max-width: 1359px)
{
    #home-categories .categories-container
    {
        width: 100%;
        margin: 0 auto;
        padding-top: 10px;

        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }
    .home-category
    {
        background:#000000;
        width:24%;
        display: inline-block;
        margin: 0 5px 10px 5px;
    }
    .category-overlay-text
    {
        text-align: center;
        color: #FFF;
        font-family: 'Gotham-Medium', Sans-serif, Arial;
        text-transform: uppercase;
        font-size:16px;
        line-height:45px;
    }
}
@media screen and (min-width: 680px) and (max-width: 1119px)
{
    #home-categories .categories-container
    {
        width: 650px;
        margin: 0 auto;
        padding-top: 10px;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }
    .home-category
    {
        background:#000000;
        min-width:310px;
        display: inline-block;
        margin: 0 5px 10px 5px;
    }
    .category-overlay-text
    {
        text-align: center;
        color: #FFF;
        font-family: 'Gotham-Medium', Sans-serif, Arial;
        text-transform: uppercase;
        font-size:16px;
        line-height:45px;
    }
}
@media screen and (min-width: 481px) and (max-width: 679px)
{
    #home-categories
    {
        padding: 0.5%;
    }
    .category-overlay-text
    {
        text-align: center;
        color: #FFF;
        font-family: 'Gotham-Medium', Sans-serif, Arial;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 45px;
    }
    .home-category {
        background: #000000;
        width: 49%;
        display: inline-block;
        margin: 0.5%;
    }
    .home-category a img
    {
        width: 100%;
    }
}
@media screen and (max-width: 480px)
{
    .images-box .arrow{
        top: 170px;
    }
    #home-categories .categories-container
    {
        width: 100%;
        margin: 0 auto;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .home-category
    {
        background:#000000;
        width: 100%;/*310px; 
        max-width: 320px;*/
        display: inline-block;
        margin:0;
    }

    .home-category a img
    {
        width: 100%;
    }
    .category-overlay-text
    {
        text-align: center;
        color: #FFF;
        font-family: 'Gotham-Medium', Sans-serif, Arial;
        text-transform: uppercase;
        font-size:16px;
        line-height:45px;
        min-height: 45px;
    }
    .home-category img
    {
        width:100%;
    }
}

.home-category a img:hover
{
    /*-webkit-filter: grayscale(100%);*/
    /*-webkit-filter: brightness(115%); */
    /*-webkit-filter: contrast(140%);*/

    /*-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease; */
}

.home-category:hover
{
    background: #BD1A31;
    /*-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;*/

    /*-webkit-transition-delay: 0.1s; 
    transition-delay: 0.1s;*/

    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;

}
.social-feed
{
    background: #BD1A31;
    color: #FFFFFF;
    padding:30px;
    text-align:center;
    font-size: 15px;
}

.social-feed a
{
    color: #FFFFFF;
}

@media screen and (min-width: 1360px)
{
    .slider-min-height
    {
        min-height: 650px;
        background: #000000;
    }
}
@media screen and (min-width: 680px) and (max-width: 1359px)
{
    .slider-min-height
    {
        min-height:450px;
        background: #000000;
    }
}
@media screen and (max-width: 679px)
{
    .slider-min-height
    {
        min-height: 300px;
        background: #000000;
    }
}

/* Home Social and Video */

@media screen and (min-width: 1200px)
{
    .home-social-container
    {
        height: 400px;
        overflow: hidden;
        margin-bottom: -10px;

        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }
    .home-social-left
    {
        display: table;
        float: left;
        text-align: left;
        max-width: 50%;
        overflow:hidden;
        max-height: 400px;
        /*padding:5%;*/
        position: relative;
    }
    .home-social-right
    {
        display: block;
        float: right;
        width: 50%;
        overflow:hidden;
        max-height: 400px;

        z-index:1;
        position: relative;
    }
    .home-social-right #clipImage
    {
        padding:0;
        float: left;

        clip-path: url("#clipShape");
        -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
        /*clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);*/
        -moz-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
        -o-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
    }

    #social-link-item
    {
        float: left;
        margin: 5px 15px 0px 0;
        height: 30px;        overflow: hidden;
        cursor: pointer;
    }

    .home-social-left p, .home-social-right p, .home-social-left h3, .home-social-right h3
    {
        margin-top: 10px;
    }

    .home-social-wrapper
    {
        padding-left: 20%;
        display: table-cell;
        vertical-align: middle;
        padding-right: 5%;
        height:400px;
    }
}
@media screen and (min-width: 481px) and (max-width: 1199px)
{
    .home-social-container
    {
        height: auto;
        background-color: #fff;
        overflow: hidden;
        margin-bottom: -10px;
    }

    .home-social-left
    {
        display: table;
        width: 100%;
        background-color: #fff;
        padding:5%;
    }
    .home-social-right
    {
        display: block;
        width: 100%;
        position: relative;
        z-index:1;
    }

    .home-social-left p, .home-social-right p, .home-social-left h3, .home-social-right h3
    {
        text-align: center;
        /*margin-top: 5%;
        margin-bottom: 5%;*/
    }

    .clipParent
    {
        display: none;
    }
    .non-clipped-image
    {
        display:block;
        min-height: 200px;
    }

    #social-link-item
    {
        display:inline-block;

        margin: 5px 15px 0px 0;
        height: 30px;
        overflow: hidden;
        cursor: pointer;
    }
    .home-social-wrapper
    {
        display: table-cell;
        vertical-align: middle;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}
@media screen and (max-width: 480px)
{
    .home-social-container
    {
        height: auto;
        background-color: #fff;
        overflow: hidden;
        margin-bottom: -10px;
    }

    .home-social-left
    {
        display: table;
        width: 100%;
        background-color: #fff;
        padding:5%;
    }
    .home-social-right
    {
        display: block;
        width: auto;
        height: 200px;
        background-color: red;
        position: relative;
        z-index:1;
    }

    .home-social-left p, .home-social-right p, .home-social-left h3, .home-social-right h3
    {
        text-align: center;
    }

    .clipParent
    {
        display: none;
    }
    .non-clipped-image
    {
        display:block;
        height: 200px;
    }

    #social-link-item
    {
        display:inline-block;

        margin: 5px 10px 0px 0;
        height: 30px;
        overflow: hidden;
        cursor: pointer;
    }
    .home-social-wrapper
    {
        display: table-cell;
        vertical-align: middle;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

.social-links-list
{
    margin-top: 10px;
    text-align: center;
    list-style: none;
    height: 40px;
}

#social-link-item a img:hover
{
    position: relative;
    top: -100%;
}
@media not all and (-webkit-min-device-pixel-ratio:0)
{
    canvas, .clipParent
    {
        display: none;
    }
}



/* Explore Sections, Feature Icons List */
@media screen and (min-width: 2001px)
{
    .section-wrap
    {
        display: table;
        vertical-align: middle;
        width: 80%;
        margin: 0 auto;
    }

    .section-inner
    {
        display: table-cell;
        width: 100%;
        padding: 0 5% 0 5%;
    }

    .section-inner-left img, .section-inner-right img
    {
        margin-top: -6%;
        margin-bottom: -6%;
    }

    .section-inner-right
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: 3%;
        margin-bottom: 3%;
        vertical-align: middle;
        float: right;
    }
    .section-inner-left
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: 3%;
        margin-bottom: 3%;
        vertical-align: middle;
        float: left;
    }

    .section-inner-right-bottom img, .section-inner-left-bottom img
    {
        margin-top: -6%;
    }
    .section-inner-right-bottom
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: 3%;
        margin-bottom: -40px;
        vertical-align: middle;
        float: right;
    }
    .section-inner-left-bottom
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: 3%;
        margin-bottom: -40px;
        vertical-align: middle;
        float: left;
    }
    .section-inner-right-top
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: -40px;
        vertical-align: middle;
        float: right;
    }
    .section-inner-left-top
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: -40px;
        vertical-align: middle;
        float: left;
    }
    .icons-list-left
    {
        text-align: center;
        list-style: none;
        float:left;
    }
    .icons-list-right
    {
        text-align: center;
        list-style: none;
        float:right;
    }
    .icons-list-item
    {
        display:inline-block;
    }
    .button-right, a.button-right, input.button-right
    {
        color: #FFFFFF;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: right;
    }
    .button-left, a.button-left, input.button-left
    {
        color: #FFFFFF;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: left;
    }
    .button-red-right, a.button-red-right, input.button-red-right
    {
        color: #FFFFFF;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        border-color: #BD1A31;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: right;
    }
    .button-red-left, a.button-red-left, input.button-red-left
    {
        color: #FFFFFF;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        border: 1px solid;
        padding:10px 15px;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: left;
    }
    .icons-button-wrapper
    {
        height: 60px;
    }
    .explore-product-title
    {
        height: 40px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        font-size: 16px;
        float: left;
        text-align: left;
        line-height: 40px;
        margin-right: 25px;
    }
}
@media screen and (min-width: 1120px) and (max-width: 2000px)
{
    .section-wrap
    {
        display: table-cell;
        vertical-align: middle;
    }
    .section-inner-left img, .section-inner-right img
    {
        margin-top: -10%;
        margin-bottom: -10%;
    }
    .section-inner-right
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: 5%;
        margin-bottom: 5%;
        vertical-align: middle;
        float: right;
    }
    .section-inner-left
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: 5%;
        margin-bottom: 5%;
        vertical-align: middle;
        float: left;
    }
    .section-inner-right-bottom img, .section-inner-left-bottom img
    {
        margin-top: -11%;
        vertical-align: bottom;
    }
    .section-inner-right-bottom
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: 5%;
        margin-bottom: -40px;
        vertical-align: middle;
        float: right;
    }
    .section-inner-left-bottom
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: 5%;
        margin-bottom: -40px;
        vertical-align: middle;
        float: left;
    }
    .section-inner-right-top
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: -40px;
        vertical-align: middle;
        float: right;
    }
    .section-inner-left-top
    {
        display: table-cell;
        width: 45%;
        /*padding: 0 0 0 5%;*/
        margin-top: -40px;
        vertical-align: middle;
        float: left;
    }

    .section-inner
    {
        display: table-cell;
        width: 100%;
        /*padding: 0 5% 0 5%;*/
    }

    .icons-list-left
    {
        text-align: center;
        list-style: none;
        float:left;
    }
    .icons-list-right
    {
        text-align: center;
        list-style: none;
        float:right;
    }
    .icons-list-item
    {
        display:inline-block;
    }
    .button-right, a.button-right, input.button-right
    {
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: right;
    }
    .button-left, a.button-left, input.button-left
    {
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: left;
    }
    .button-red-right, a.button-red-right, input.button-red-right
    {
        color: #FFFFFF;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: right;
    }
    .button-red-left, a.button-red-left, input.button-red-left
    {
        color: #FFFFFF;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: left;
    }
    .icons-button-wrapper
    {
        height: 60px;
    }
    .explore-product-title
    {
        height: 40px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        font-size: 16px;
        float: left;
        text-align: left;
        line-height: 40px;
        margin-right: 25px;
    }
}
@media screen and (max-width: 1119px)
{
    .section-wrap
    {
        display: block;
    }
    .section-inner-right, .section-inner-left
    {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom:20px;
    }

    .section-inner-left-bottom, .section-inner-right-bottom, .section-inner-left-top, .section-inner-right-top
    {
        text-align: center;
        margin-bottom: 40px;
    }

    .section-inner
    {
        display: block;
        width: 100%;
        padding: 0 5% 0 5%;
        text-align: center;
    }

    .icons-list-left, .icons-list-right
    {
        text-align: center;
        list-style: none;
        margin-bottom:20px;
    }

    .icons-list-item
    {
        display:inline-block;
    }
    .button-right, a.button-right, input.button-right
    {
        color: #FFFFFF;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
    }
    .button-left, a.button-left, input.button-left
    {
        color: #000;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
    }
    .button-red-right, a.button-red-right, input.button-red-right
    {
        color: #FFFFFF;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        border-color: #BD1A31;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
    }
    .button-red-left, a.button-red-left, input.button-red-left
    {
        color: #FFFFFF;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding:10px 15px;
        border: 1px solid;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
    }
    .icons-button-wrapper
    {
        text-align: center;
        padding-top: 10px;
    }
    .explore-product-title
    {
        height: 40px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        font-size: 15px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and  (min-width: 1120px)
{
    .image-right
    {
        float: right;
        max-width: 500px;
    }
    .image-left
    {
        float: left;
        max-width: 500px;
    }
}
@media screen and  (min-width: 600px) and (max-width: 1119px)
{
    .image-right, .image-left
    {
        float: none;
        text-align: center;
        max-width: 500px;
    }
    .section-inner-left-top .image-left, .section-inner-right-top .image-right
    {
        margin-top: -40px;
    }
}
@media screen and  (max-width: 599px)
{
    h1
    {
        font-size: 34px;
    }
    .image-right, .image-left
    {
        float: none;
        text-align: center;
        max-width: 100%;
    }
    .section-inner-left-top .image-left, .section-inner-right-top .image-right
    {
        margin-top: -11.2%;
    }

}
/* Sections */
.section-right
{
    height: 100%;
    float: right;
    width: 50%;
}
.section-left
{
    height: 100%;
    float: left;
    width: 50%;
}
@media screen and (min-width: 1120px)
{
    .section
    {
        width: 100%;
        min-height: 400px;
        height: auto;
        padding: 0px 10%; /*80px;*/
        display: table;
        overflow: hidden;
    }
    
    .split-section-left
    {
        width: 50%;
        height: 460px; /*min height*/
        display: table;
        opacity: 0.9;
        margin-left: 0;
    }
    .split-section-right
    {
        width: 50%;
        height: 460px; /*min height*/
        display: table;
        opacity: 0.9;
        margin-left: 50%;
    }

    .split-section-inner
    {
        display: table-cell;
        padding: 10%;
        margin-top: 0%;
        /* margin-bottom: 10%; */
        vertical-align: middle;
    }
}
@media screen and (min-width: 600px) and (max-width: 1119px)
{
    .section
    {
        width: 100%;
        min-height: 400px;
        height: auto;
        padding: 40px 80px;
        display: table-cell;
    }
    
    .split-section-left
    {
        width: 100%;
        min-height: auto;
        display: table;
        opacity: 0.9;
        margin-left: 0;
    }
    .split-section-right
    {
        width: 100%;
        min-height: auto;
        display: table;
        opacity: 0.9;
        margin-left: 0%;
    }

    .split-section-inner
    {
        display: table-cell;
        padding: 10%;
        margin-top: 0%;
        /* margin-bottom: 10%; */
        vertical-align: middle;
        text-align:center;
    }
}
@media screen and (max-width: 599px)
{
    .section
    {
        width: 100%;
        min-height: 400px;
        height: auto;
        padding: 10% 5%;
    }
    
    .split-section-left
    {
        width: 100%;
        min-height: auto;
        display: table;
        opacity: 0.9;
        margin-left: 0;
    }
    .split-section-right
    {
        width: 100%;
        min-height: auto;
        display: table;
        opacity: 0.9;
        margin-left: 0%;
    }

    .split-section-inner
    {
        display: table-cell;
        padding: 10%;
        margin-top: 0%;
        /* margin-bottom: 10%; */
        vertical-align: middle;
        text-align:center;
    }
}

.red
{
    background-color: #BD1A31 !important;
    color: #FFFFFF !important;
}
.blue
{
    background-color: #186ab1 !important;
    color: #FFFFFF !important;
}
.green
{
    background-color: #72C489 !important;
    color: #FFFFFF !important;
}
.yellow
{
    background-color: #eaa762 !important;
    color: #FFFFFF !important;
}

.gray
{
    background-color: #191919;
    color: #FFFFFF;
}

.black
{
    background-color: #000000;
    color: #FFFFFF;
}
.white
{
    background-color: #FFF;
    color: #000;
}
.light-gray
{
    background-color: #f5f5f5;
    color: #000000;
}

.red-text
{
    color: #BD1A31;
}
.light-gray-text
{
    color: #f5f5f5;
}
.gray-text
{
    color: #191919;
}

.red h1, .red h2, .red h3, .red p,
.gray h1, .gray h2, .gray h3, .gray p,
.black h1, .black h2, .black h3, .black p,
.blue h1, .blue h2, .blue h3, .blue p,
.green h1, .green h2, .green h3, .green p,
.yellow h1, .yellow h2, .yellow h3, .yellow p
{
    margin-top: 0px;
    color: #FFFFFF;
}
.button, a.button, input.button
{
    color: #000;
    font-family: 'Gotham', Sans-serif, Arial;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid;
    text-align: center;
    min-width: 150px;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
    height: 35px;
    display: inline-block;
}

.button-red, a.button-red, input.button-red
{
    color: #000000;
    font-family: 'Gotham', Sans-serif, Arial;
    text-transform: uppercase;
    /* background: #bd1a31; */
    border: 1px solid;
    text-align: center;
    min-width: 150px;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
    height: 35px;
    display: inline-block;
}
.button-red:hover, a.button-red-left:hover, input.button-red-left:hover, a.button-red-right:hover, input.button-red-right:hover
{
    background: #000;
    border-color: #000;
}
.checkout .button{
    /*display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
    background-color: #191919;*/
}
.button-small
{
    color: #FFFFFF;
    font-family: 'Gotham', Sans-serif, Arial;
    font-size: 11px;
    text-transform: uppercase;
    background: #000000;
    padding:10px;
    border: none;
    text-align: center;
    width: 120px;
    cursor: pointer;
}

.button:hover, .button-small:hover, a.button:hover, input.button:hover,
a.button-left:hover, input.button-left:hover, a.button-right:hover, input.button-right:hover
{
    background-color: #000 !important;
    border-color: #000 !important;
    color: #FFFFFF;
}

.title-extra-bold
{
    font-family: 'Gotham-Black', Sans-serif, Arial;
    font-size: 48px;
    text-transform: uppercase;
}

/* Video Embed */
/* Play Video Button */
.play
{
    cursor:pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.play img
{
    width: 85px;
    height: 85px;
}
.play-wrapper
{
    position: absolute;
    top:50%;
    left: 50%;
    z-index:1;
    margin-left: -42px;
    margin-top: -42px;
}
.play:hover, .play:active
{
    opacity: 1;
    filter: alpha(opacity=100);
}


.play-small img
{
    width: 50px;
    height: 50px;
}
.play-small-wrapper
{
    position: absolute;
    top:50%;
    left: 50%;
    z-index:1;
    margin-left: -25px;
    margin-top: -25px;
}
.play-small
{
    cursor:pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
/* Close Video Button */
.close-wrapper .close, .close-wrapper-ces .close
{
    cursor:pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: #000;
    width: 40px;
    height: 40px;
    z-index:1;
}
.close-wrapper
{
    position: absolute;
    right:0px;
    top: 0px;
    z-index:1;
}

.close-wrapper-ces
{
    position: absolute;
    right: 0px;
    top: 86px;
    z-index: 1;
}
.close:hover, .close:active
{
    opacity: 1;
    filter: alpha(opacity=100);
    /*background: #BD1A31;*/
}

.video-container {
    /*padding-bottom: 56.25%;
padding-top: 30px; */
    position: relative;
    height: 400px;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.information-copy
{
    margin-bottom: 30px;
}
/* Bread Crumbs */
@media screen and (max-width: 780px)
{
    #crumbs-wrapper
    {
        display: none;
    }
}
@media screen and (min-width: 781px)
{
    #crumbs-wrapper
    {
        display: block;
        background-color:#191919;
        height: 50px;
        overflow: hidden;
    }
}
#crumbs
{
    padding: 0;
    height: 50px;
    text-align: center;
}
#crumbs ul
{
    list-style: none;
    display: inline-table;
    height: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
    /*overflow: hidden;*/
}
#crumbs ul li {
    display: inline;
}

#crumbs ul li a
{
    display: block;
    float: left;
    height: 50px;
    background: #191919;
    text-align: center;
    padding: 16px 40px 0 80px;
    position: relative;
    margin: 0 6px 0 0;
    font-size: 14px;
    text-decoration: none;
    color: #dcdcdc;
}
#crumbs ul li a:after
{
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #191919;
    position: absolute;
    right: -40px;
    top: -15px;
    z-index: 1;
}
#crumbs ul li a:before
{
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #222;
    position: absolute;
    left: 0;
    top: -15px;
}
#crumbs ul li:first-child a
{
    padding: 16px 40px 0 11%;
    /*border-top-left-radius: 10px; border-bottom-left-radius: 10px;*/
}
#crumbs ul li:first-child a:before
{
    display: none;
}

#crumbs ul li:last-child a
{
    padding-right: 80px;
    /*border-top-right-radius: 10px; border-bottom-right-radius: 10px;*/
}
#crumbs ul li:last-child a:after
{
    margin-right: 10px;
}
#crumbs ul li a:hover
{
    background: #2B2B2B;
}
#crumbs ul li a:hover:after
{
    border-left-color: #2B2B2B;
}

@media screen\0 /*IE 8,9,10*/
{
    #crumbs ul li a
    {
        margin-top: -13px;
    }
}

/* Bread Crumbs End */

/* Footer Social Icons */
.footer-social-list
{
    height: 55px;
    overflow: hidden;
    text-align: right;
    padding-top: 12px;
    margin: 0 auto;
    
    /*height: 32px;
    overflow: hidden;
    margin-bottom: 15px;text-align: center;
    margin-top: 10px;*/
}

.footer-social-list h3
{
    float: left;
    font-size: 14px;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
    line-height: 36px;
    color:#fff;
}
.footer-social-list ul
{
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 0px;
}
.footer-social-list ul li
{
    float:left;
    margin-right: 10px;
}
.footer-social-list ul li a img
{
    height: 32px;
    background: #222;
}
/*.footer-social-list ul li a img:hover
{
    background-color: #444;
}*/

.fbicon:hover
{
    background-color: #4068a4;
}
.gpicon:hover
{
    background-color: #d34231;
}
.liicon:hover
{
    background-color: #0f77a7;
}
.twicon:hover
{
    background-color: #28a5e0;
}
.yticon:hover
{
    background-color: #b61f24;
}

/* Information Pages */
@media screen and (min-width: 680px){
    .heading-title-wrapper{
        min-height: 80px;
        padding-top: 10px;
        line-height: 32px;
        padding-left: 10%;
        padding-right: 10%;
        background-color: #000;
        padding-bottom: 5px;
    }
    
    .heading-title-wrapper h1 {
        color: #ffffff;
        font-size: 32px;
        font-family: 'Gotham-Bold', Sans-serif, Arial !important;
        line-height: 32px;
    }
    
    .information-wrapper {
        position: relative;
        margin-left: 10%;
        margin-right: 10%;
        padding-top: 20px !important;
        padding-bottom: 20px !important; 
        text-align: left;
        min-height: 550px;
    }
}

@media screen and (max-width: 679px) {
    .heading-title-wrapper {
        min-height: 80px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        background-color: #000;
        text-align: center;
    }
    
    .heading-title-wrapper h1 {
        color: #ffffff;
        font-size: 24px;
        font-family: 'Gotham-Bold', Sans-serif, Arial !important;
        line-height: 24px;
    }
    
    .information-wrapper{
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
        min-height: 640px;
    }
}



/* About Us Page */

@media screen and (max-width: 597px)
{
    .partner-wrapper-left, .partner-wrapper-right
    {
        display: block;
        margin: 0px;
        margin-top: 10px;
    }
}
@media screen and (min-width: 598px)
{
    .partner-wrapper-left
    {
        display: inline-block;
        margin-right:25px;
        margin-top: 10px;
    }
    .partner-wrapper-right
    {
        display: inline-block;
        margin-left:25px;
        margin-top: 10px;
    }
}
.partner-list
{
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.partner-list li
{
    width: 60px;
    height:60px;
    margin-right: 10px;
    display: inline-block;
}
.partner-list li a img
{
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(#grayscale);*/
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}
.partner-list li a img:hover
{
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
    -moz-opacity:1;
}
/* Shipping & Handeling Page */
table
{
    width: 100%;
    border-collapse: collapse;
}
#shipping-table, #delivery-table, #replacement-table
{
    margin-bottom: 20px;
}
/* Zebra striping */
#shipping-table tr:nth-of-type(odd), #delivery-table tr:nth-of-type(odd), #replacement-table tr:nth-of-type(odd){
    background: #f5f5f5;
}
#shipping-table th, #delivery-table th, #replacement-table th {
    background: #191919;
    color: white;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}
#shipping-table td, #shipping-table th, #delivery-table td, #delivery-table th, #replacement-table td, #replacement-table th  {
    padding: 6px;
    /*border: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    text-align: left;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media screen and (max-width: 760px)
{

    /* Force table to not be like tables anymore */
    #shipping-table table, #shipping-table thead, #shipping-table tbody, #shipping-table th, #shipping-table td, #shipping-table tr {
        display: block;
    }
    #delivery-table table, #delivery-table thead, #delivery-table tbody, #delivery-table th, #delivery-table td, #delivery-table tr {
        display: block;
    }
    #replacement-table table, #replacement-table thead, #replacement-table tbody, #replacement-table th, #replacement-table td, #replacement-table tr {
        display: block;
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    #shipping-table thead tr, #delivery-table  thead tr, #replacement-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #shipping-table tr, #delivery-table tr, #replacement-table tr{ /*border: 1px solid #ccc;*/
        /*border-bottom: 1px solid #ccc;*/
    }

    #shipping-table td, #delivery-table td, #replacement-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 60%;
    }

    #shipping-table td:before, #delivery-table td:before, #replacement-table td:before{
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
    }

    /*
Label the data
*/
    #shipping-table td:nth-of-type(1):before { content: "Shipping Level"; }
    #shipping-table td:nth-of-type(2):before { content: "Time in Transit"; }
    #shipping-table td:nth-of-type(3):before { content: "Per Shipment"; }
    #shipping-table td:nth-of-type(4):before { content: "Per Item"; }
    #shipping-table td:nth-of-type(5):before { content: "Same Day Shipping"; }

    #delivery-table td:nth-of-type(1):before { content: "Business Days"; }
    #delivery-table td:nth-of-type(2):before { content: "Day 1"; }
    #delivery-table td:nth-of-type(3):before { content: "Day 2"; }
    #delivery-table td:nth-of-type(4):before { content: "Day 3"; }
    #delivery-table td:nth-of-type(5):before { content: "Day 4"; }
    
    #replacement-table td:nth-of-type(1):before { content: "Product"; }
    #replacement-table td:nth-of-type(2):before { content: "Type"; }
    #replacement-table td:nth-of-type(3):before { content: "Category"; }
}

.text-left
{
    text-align: left;
}

/* Checkout - Cart */
#cart-info-table-wrapper {
}
#cart-info-table table
{
    width: 100%;
    border-collapse: collapse;
}
#cart-info-table
{
    margin-bottom: 20px;
}
/* Zebra striping */
#cart-info tr:nth-of-type(odd){
    background: #f5f5f5;
}
#cart-info-table th{
    background: #191919;
    color: white;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}
#cart-info-table td, #cart-info-table th {
    padding: 6px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
    min-width: 110px;
}

#cart-info-table td a
{
    font-size: 14px;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media screen and (max-width: 760px)
{

    /* Force table to not be like tables anymore */
    #cart-info-table table, #cart-info-table thead, #cart-info-table tbody,
    #cart-info-table th, #cart-info-table td, #cart-info-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #cart-info-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #cart-info-table tr{ /*border: 1px solid #ccc;*/
        /*border-bottom: 1px solid #ccc;*/
    }

    #cart-info-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    #cart-info-table td:before{
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
    }
    /*
Label the data
*/
    #cart-info-table td:nth-of-type(1):before { content: "Image"; }
    #cart-info-table td:nth-of-type(2):before { content: "Product Name"; }
    #cart-info-table td:nth-of-type(3):before { content: "Quantity"; }
    #cart-info-table td:nth-of-type(4):before { content: "Total"; }
}

.textarea{
    max-width:  100%;
    min-height: 125px;
    max-height: 350px;
}

/* Checkout Cart Buttons */
@media screen and (min-width: 680px)
{
    .cart-buttons {
        margin-bottom: 10px;
        height: 40px;
        vertical-align: top;
        display: table;
        width: 100%;
        margin-top: 15px;
    }
    .cart-buttons .left {
        float: left;
        text-align: left;
    }
    .cart-buttons .right {
        float: right;
        text-align: right;
    }
    .buttons .center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #checkout-btn
    {
        width: 180px;
    }
}
@media screen and (max-width: 679px)
{
    .cart-buttons {
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }
    .cart-buttons .left, .cart-buttons .right,.buttons .center {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .cart-buttons .left .button, .cart-buttons .right .button,.buttons .center .button,
    .cart-buttons .left input.button, .cart-buttons .right input.button,.buttons .center input.button,
    .cart-buttons .button-red, #checkout-buton .button-red, #cimpayment .button-red, .price .button
    {
        width: 100%;
    }
}
.cart-module-input input
{
    margin-bottom: 10px;
}

.credit-payment-wrapper
{
    text-align: center;
}
.gray-out
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}
.gray-out:hover
{
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
    -moz-opacity:1;
}
.payment-list
{
    text-align: center;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
}
.payment-list li
{
    display:inline-block;
    margin-bottom: 10px;
}

@media screen and (max-width: 437px)
{
    .payment-account-buttons-wrapper
    {
        text-align: center;
    }
    .payment-account-buttons-wrapper a
    {
        margin-top: 10px;
    }
}
@media screen and (min-width: 438px)
{
    .payment-account-buttons-wrapper
    {
        text-align: right;
    }
}


@media screen and (min-width: 1080px)
{
    .checkout-shipping-address-wrapper
    {
        display: inline-block;
        vertical-align: top;
        width: 65%;
    }
    .checkout-side-cart
    {
        display: inline-block;
        width: 34%;
    }
}
@media screen and (max-width: 1079px)
{
    .checkout-shipping-address-wrapper
    {
        display: block;
        vertical-align: top;
        width: 100%;
        text-align: left;
    }
    .checkout-side-cart
    {
        display: block;
        width: 100%;
    }
}
#shipping-existing
{
    display: block;
    margin-top:10px;
}

/* Checkout steps */
@media screen and (max-width: 819px)
{
    #steps-wrapper
    {
        /*display: none;*/
        display: block;
        background-color:#f0f0f0;
        height: 50px;
        background: #f0f0f0;
        overflow: hidden;
        -webkit-transition: height 0.3s ease;
        -moz-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }
    #steps-wrapper.expanded{
        height: 200px;
    }
    #steps
    {
        padding: 0;
        height: 50px;
        text-align: center;
        position: relative;
        -webkit-transition: top 0.3s ease;
        -moz-transition: top 0.3s ease;
        -o-transition: top 0.3s ease;
        transition: top 0.3s ease;
    }
    #steps ul
    {
        list-style: none;
        display: block;
        height: 50px;
        padding: 0;
        margin: 0;
    }
    #steps ul li {
        display: block;
        clear: both;
        width: 100%;
    }

    #steps ul li a,  #steps ul li span
    {
        display: block;
        float: left;
        height: 50px;
        background: #f0f0f0;
        text-align: center;
        padding: 18px 0px 0 30px;
        position: relative;
        font-size: 13px;
        text-decoration: none;
        color: #000000;
        width: 100%;
        border-top: 1px solid #C5C5C5;
        cursor: pointer;
    }
    #steps ul li.checkout_step_active a:hover, #steps ul li.checkout_step_active span:hover
    {
        background: #E0E0E0;
    }
    #steps ul li:first-child > a, #steps ul li:first-child > span
    {
        border-top: none !important;
    }
}
@media screen and (min-width: 820px)
{
    #steps-wrapper
    {
        display: block;
        background-color:#f0f0f0;
        height: 50px;
        background: #f0f0f0;
        overflow: hidden;
    }
    #steps
    {
        padding: 0;
        height: 50px;
        text-align: center;
    }
    #steps ul
    {
        list-style: none;
        display: inline-table;
        height: 50px;
        /*width: 100%;*/
        padding: 0;
        margin: 0;
        /*overflow: hidden;*/
    }
    #steps ul li {
        display: inline;
    }

    #steps ul li a,  #steps ul li span
    {
        display: block;
        float: left;
        height: 50px;
        background: #f0f0f0;
        text-align: center;
        padding: 18px 0px 0 30px;
        position: relative;
        /*margin: 0 6px 0 0;*/
        font-size: 13px;
        text-decoration: none;
        color: #000000;
    }
}


@media screen\0 /*IE 8,9,10*/
{
    #steps ul li a, #steps ul li span
    {
        margin-top: -13px;
    }
}

/* Bread Crumbs End */

#cvv {
    margin-top: 10px;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}

#content .content
{
    text-align: left;
}

/* Order Info Tables */
#order-info-table, #order-status-table
{
    margin-bottom: 20px;
}
/* Zebra striping */
#order-info-table tr:nth-of-type(odd), #order-status-table tr:nth-of-type(odd){
    background: #f5f5f5;
}
#order-info-table th, #order-status-table th {
    background: #191919;
    color: white;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}
#order-info-table td, #order-info-table th, #order-status-table td, #order-status-table th  {
    padding: 6px;
    /*border: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    text-align: left;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media screen and (max-width: 760px)
{

    /* Force table to not be like tables anymore */
    #order-info-table table, #order-info-table thead, #order-info-table tbody, #order-info-table th, #order-info-table td, #order-info-table tr
    {
        display: block;
    }
    #order-status-table table, #order-status-table thead, #order-status-table tbody, #order-status-table th, #order-status-table td, #order-status-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #order-info-table thead tr, #order-status-table  thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #order-info-table tr, #order-status-table tr{ /*border: 1px solid #ccc;*/
        /*border-bottom: 1px solid #ccc;*/
    }

    #order-info-table td, #order-status-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        position: relative;
        padding-left: 40%;
    }

    #order-info-table td:before, #order-status-table td:before{
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
    }

    /*
    Label the data
    */
    #order-info-table tbody td:nth-of-type(1):before { content: "Product Name"; }
    #order-info-table tbody td:nth-of-type(2):before { content: "Model"; }
    #order-info-table tbody td:nth-of-type(3):before { content: "Quantity"; }
    #order-info-table tbody td:nth-of-type(4):before { content: "Price"; }
    #order-info-table tbody td:nth-of-type(5):before { content: "Total"; }
    #order-info-table tbody td.Sub-Total:before { content: "Sub-Total:"; }
    #order-info-table tbody td.Standard:before { content: "Standard:"; }
    #order-info-table tbody td.Total:before { content: "Total:"; }

    #order-status-table td:nth-of-type(1):before { content: "Date Added"; }
    #order-status-table td:nth-of-type(2):before { content: "Status"; }
    #order-status-table td:nth-of-type(3):before { content: "Comment"; }
    #order-status-table td:nth-of-type(4):before { content: "Tracking"; }


    #order-info-table .filler-cell{
        display: none;
    }
}

@media screen and (max-width: 395px){
    #order-info-table td, #order-status-table td {
        padding-left: 5%;
        padding-top: 10%;
    }
    table#order-history{

    }
    table#order-history tr{
        display: block;
    }
    table#order-history tr td{
        display: block;
        width: 50%;
        height: 40px;
    }
    table#order-history tbody {
        position: absolute;
        bottom: 140px;
        width: 80%;
        left: 50%;
    }
}

/* Register Page */
#privacy-policy{
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
@media screen and (min-width: 460px)
{
    .input-with-label input[type="text"], .input-with-label input[type="password"], .input-with-label select
    {
        display: block;
        width: 320px;
        color: #000 !important;
        font-size: 12px;
    }
}
@media screen and (max-width: 459px)
{
    .input-with-label input[type="text"], .input-with-label input[type="password"], .input-with-label select
    {
        display: block;
        width: 100%;
    }
}

/* Home Slider Button */
@media screen and (min-width: 1200px)
{
    .home-slider-button
    {
        border: 2px solid #FFFFFF;
        color: #FFFFFF !important;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding: 10px 15px;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: right;
    }
    .home-slider-button-black
    {
        border: 2px solid #000000;
        color: #000000;
        font-family: 'Gotham', Sans-serif, Arial;
        text-transform: uppercase;
        padding: 10px 15px;
        text-align: center;
        width: 150px;
        cursor: pointer;
        font-size: 12px;
        float: right;
    }

}
@media screen and (max-width: 1199px)
{
    .home-slider-button, .home-slider-button-black
    {
        display: none;
    }
}
.infromation-wrapper > a, .infromation-wrapper > a:visited,
.infromation-wrapper > * a, .infromation-wrapper > * a:visited,
.information-wrapper .text-left ul li a, .information-wrapper .text-left ul li a:visited,
.information-wrapper .text-left p span a, .information-wrapper .text-left p span a:visited,
.information-wrapper .text-left p a, .information-wrapper .text-left p a:visited
{
    color: #888;
    text-decoration: none;
    font-size: 14px;
}

#contact-form .left b, #contact-form .right b, #contact-form b
{
    font-size: 14px;
}

/* Contact Us */
@media screen and (min-width: 610px)
{
    #contact-form {
        /*padding: 10px;
        border: 1px solid #e5e5e5;*/
        margin-bottom: 20px;

    }
    #contact-form .left {
        display: table-cell;
        width: 80%;

        text-align: left;
    }
    #contact-form .right {
        display: table-cell;
        text-align: left;
    }
}
@media screen and (max-width: 609px)
{
    #contact-form {
        /*padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #e5e5e5;*/
    }
    #contact-form .left {
        display: block;
        width: 80%;

        text-align: left;
    }
    #contact-form .right {
        display: block;
        text-align: left;
    }
}

/* Sitemap */
.sitemap-info > ul
{
    list-style: none;
    display: inline-table;
}

.sitemap-info ul li a
{
    color: #888;
}
.sitemap-info > ul ul
{
    list-style-type: square;
    
}
.sitemap-info > ul ul
{
    list-style-type: square;
    
}
.sitemap-info h2 a, .sitemap-info h2 span
{
    font-size: 16px;
    font-family: 'Gotham-Black', Sans-serif, Arial;
}
.sitemap-info h2 a:hover, .sitemap-info ul li a:hover
{
    /*color: #BD1A31;*/
    color:#000;
}

/* Account Edit Address */
.form > div .label-text
{
    display:inline-block;
    width: 120px;
}
.form > div .input-field
{
    display:inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.form > div .input-field input[type="text"], .input-field select
{
    width: 100%;
}

/* Account new payment */
.form-payment > div .label-text
{
    display:inline-block;
    width: 120px;
}
.form-payment > div .input-field
{
    display:inline-block;
    margin-bottom: 10px;
}
.form-payment > div .input-field input[type="text"], .input-field select
{
    width: 190px;
}

@media screen and (min-width: 679px)
{
    #new-account > .left-button a
    {
        float: left;

        display: inline-block;
    }
    #new-account > .right-button a
    {
        float: right;
        display: inline-block;
    }
}
@media screen and (max-width: 680px)
{
    #new-account > .left-button a
    {
        float: none;

        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
    #new-account > .right-button a
    {
        float: none;
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

}
/* FAQ page */
@media screen and (max-width: 780px)
{
    .faq-item
    {
        margin-top: 20px;
        padding: 0em 0.9em;
        background-color: inherit;
        border: none;
        text-align: center;
    }
    .faq-back-to-contents
    {
        text-align: center;
        margin: 20px;
        display: block;
        cursor: pointer;
        color: #BD1A31;
    }
}
@media screen and (min-width: 781px)
{
    .faq-item
    {
        margin-top: 20px;
        background-color: inherit;
        border: none;
        text-align: left;
    }
    .faq-back-to-contents
    {
        text-align: left;
        margin-top: 20px;
        display: block;
        cursor: pointer;
        color: #BD1A31;
    }
}

/* Checkout Invoice Table */
@media screen and (max-width:599px)
{
    #checkout-success-table-large
    {
        display:none;
    }

    #checkout-success-table-small
    {
        display:table;
    }

    #checkout-success-table-small td
    {
        padding: 7px;
        border: 1px solid #DDD;
    }
    .td-header
    {
        background: #DDD;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
    }
}
@media screen and (min-width:600px)
{
    #checkout-success-table-large
    {
        display:table;
    }
    #checkout-success-table-small
    {
        display:none;
    }
}
@media screen and (max-width: 679px)
{
    .stick {
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 100% !important;
        left: 0;
    }
    .stick .button, .stick .button-red
    {
        width: 100%;
        height: 60px;
        line-height: 40px;
        font-size:16px;
        font-family:'Gotham-Bold', Sans-serif, Arial;
    }
}

/* Test Footer */
@media screen and (max-width: 839px)
{
    #footer-list-wrapper
    {
        background: #000000;
    }
    #footer-list-wrapper ul
    {
        padding: 0;
        margin: 0;

        list-style: none;

        transition: height 0.5s ease;
    }
    #footer-list-wrapper ul li
    {
        color: #fff;
        width: 100%;
        position: relative;
        font-size: 14px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        text-align: left;
        margin: 0;
        display: block;
        background: #000;
        border-top: 1px solid #191919;


        transition: height 0.5s ease;
    }
    #footer-list-wrapper > ul > li:last-child
    {
        border-bottom: 1px solid #191919;
    }

    #footer-list-wrapper ul li div.footer-item
    {
        padding: 20px;
        background: #000;
        cursor: pointer;
    }
    #footer-list-wrapper ul li div.footer-arrow
    {
        position: absolute;
        right: 30px;
        top: 25px;
        z-index: 100;
        width: 16px;
        height: 11px;
        display: inline-block;
        background-image: url(../image/arrow-down.png);
    }
    #footer-list-wrapper .sub-list
    {
        display:none;
        padding-left: 0px;
        text-align: left;
        list-style: none;
        background-color: #191919;
        width: 100%;

        transition: height 0.5s ease;
    }

    #footer-list-wrapper .sub-list li
    {
        display: block;
        text-align: left;
        padding-bottom: 10px;
        width: 100%;
        height: 60px;
        border-top: 1px solid #2A2A2A;
        background: #191919;

        transition: height 0.5s ease;
    }

    #footer-list-wrapper .sublist li:last-child
    {
        border-bottom: 1px solid #2A2A2A;
    }

    #footer-list-wrapper .sub-list li:hover, #footer-list-wrapper .sub-list li:active
    {
        background: #2a2a2a;
    }
    #footer-list-wrapper .sub-list li a
    {
        width: 100%;
        height: 60px;
        display: block;
        padding-left: 40px;
        color: #BBBBBB;
        font-size: 12px;
        font-family: 'Gotham', Sans-serif, Arial;
        margin-top: 20px;
    }

    #footer .copyright {
        clear: both;
        width: 100%;
        background-color: #000000;
        padding: 5px 5px;
        display: inline-block;
        text-align: center;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
        /*z-index: 1000;*/
        color: #666666;
    }
}

@media screen and (min-width: 840px)
{
    #footer-list-wrapper
    {
        background: #000000;
        text-align: center;
    }
    #footer-list-wrapper ul
    {
        display: inline-block;
        list-style: none;
        margin: 0 auto;
    }
    #footer-list-wrapper ul li
    {
        float: left;
        color: #fff;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: left;
    }

    #footer-list-wrapper ul li div.footer-item
    {
        text-align: left;
        color: #fff;
        font-size: 14px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    #footer-list-wrapper ul li div.footer-arrow
    {
        display: none;
    }
    #footer-list-wrapper .sub-list
    {
        margin: 0;
        padding: 0;
        text-align: left;
        margin-left: 0px;
        padding-left: 0px;
    }

    #footer-list-wrapper .sub-list li
    {
        text-align: left;
        display: block;
        clear: both;
        margin-bottom: 3px;
        margin-left: 0;
        -webkit-transition: height 0.3s ease;
    }
    #footer-list-wrapper .sub-list li a:hover, #footer-list-wrapper .sub-list li a:active
    {
        color: #ffffff;
    }
    #footer-list-wrapper .sub-list li a
    {
        text-decoration: none;
        color: #BBBBBB;
        font-size: 12px;
        font-family: 'Gotham', Sans-serif, Arial;
    }
}


@media screen and (max-width: 1020px)
{
    #footer .footer-links ul 
    {
        display: inline-block;
        text-align: center;
        padding-left: 0px;
    }
    
    .footer-social-list h3 
    {
        font-size: 14px;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
        line-height: 36px;
        display: block;
        color: #fff;
        text-align: center;
        float:none;
    }
    
    .footer-social-list ul {
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0px;
    }
    
    .footer-social-list
    {
        height: auto;
        text-align: center;
    }
    
    #footer .footer-links {
        float: none;
    }
    #footer .copyright
    {
        display: block;
        float: none;
        text-align: center;
        margin: 5px 0px;
    }
}
.unboxed-list
{
    text-align: left;
    list-style-type: square;
    margin-top: 20px;
    font-size: 14px;
}
#replacement-parts-section
{
    margin-top: 10px;
    text-align: center;
}

@media screen and (min-width: 640px)
{
    .replacement-parts-input
    {
        height: 35px !important;
        width: 320px !important;
        border: 1px solid #dcdcdc !important;
        background-color: white !important;
        padding-left: 10px !important;
    }
}
@media screen and (max-width: 639px)
{
    .replacement-parts-input
    {
        height: 35px !important;
        width: 100% !important;
        border: 1px solid #dcdcdc !important;
        background-color: white !important;
        padding-left: 10px !important;
    }
}


/*-- Home Page --*/
@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}



/* Firefox < 16 */
@-moz-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
	}

#home-brands
{
	text-align:center;
	margin:0 auto;
	width:100%;
	margin-bottom:40px;
	position: relative;
	z-index: 100;
	background-color: #FFF;
}

@media screen and (max-width:535px)
{
    #home-brands{
        margin-bottom:0px;
    }
}

#home-brands h3
{
	font-family:'Gotham-Bold', Sans-serif, Arial;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	font-size:15px;
}

#home-brands p
{
	max-width:900px;
	margin:0 auto;
	text-align:center;
	font-family:'Gotham', Sans-serif, Arial;
	font-size: 14px;
        color: white;
}

#home-brands ul
{
	list-style:none;
	padding:0px;
	padding-top:30px;
	overflow:hidden;
}
#home-brands ul li
{
    display: inline-table;
    padding:0px;
    margin:5px;
    cursor:pointer;
    position: relative;
    width: 250px;
    height: 400px;
}

#home-brands .logo-container
{
	width:100%;
	text-align:center;
}
#home-brands .text > h3
{
	color:White;
}

#home-brands .gogroove
{
background: url(../../../../../image/data/accessorypower/gogroove.png); 
/*background-size: 100% 100%;*/
background-repeat:no-repeat;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      background-position: center;
}
#home-brands .usagear{
background: url(../../../../../image/data/accessorypower/usagear.png); 
/*background-size: 100% 100%;*/
background-repeat:no-repeat;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      background-position: center;
}
#home-brands .enhance{
background: url(../../../../../image/data/accessorypower/enhance.png); 
/*background-size: 100% 100%;*/
background-repeat:no-repeat;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      background-position: center;
}
#home-brands .revive{
background: url(../../../../../image/data/accessorypower/revive.png); 
/*background-size: 100% 100%;*/
background-repeat:no-repeat;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      background-position: center;
}

#home-brands .overlay
{
	position: absolute;
    bottom: 0;
    width:100%;
    height: 100%;
    opacity: 1.0;

    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}

#home-brands .overlay .logo
{
        margin-top: 40%;

        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

#home-brands .overlay-description
{
        color:#fff;
        font-family: 'Gotham', Sans-serif, Arial;
        font-size:12px;
        display: block;
        padding-left: 5px;
        padding-right: 5px;

         -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 1.5s; /* Firefox < 16 */
-ms-animation: fadein 1.5s; /* Internet Explorer */
 -o-animation: fadein 1.5s; /* Opera < 12.1 */
    animation: fadein 1.5s;
}

#home-brands .gogroove:hover
{
      /*background-size: 110% 110%;*/
      background-position: 0px -20px;
}
#home-brands .enhance:hover
{
      /*background-size: 110% 110%;*/
      background-position: 0px -20px;
}
#home-brands .usagear:hover
{
      /*background-size: 110% 110%;*/
      background-position: 0px -20px;
}
#home-brands .revive:hover
{
      /*background-size: 110% 110%;*/
      background-position: 0px -20px;
}

#home-brands .gogroove .overlay
{
      background-color: rgba(189,26,49,0.8); /*#bd1a31;*/
}
#home-brands .enhance .overlay
{
      /*background-color: rgba(24,106,177,0.8); #7ebe94;*/
      background-color: rgba(27,106,175,0.8)
}
#home-brands .usagear .overlay
{
      /*background-color: rgba(233,167,99,0.8); #186ab1;*/
      background-color: rgba(233,167,99,0.8);
}
#home-brands .revive .overlay
{
      /*background-color: rgba(126,190,148,0.8);#e9a763;*/
      background-color: rgba(115,196,137,0.8);
}

@media screen and (min-width:1051px)
{
    #home-brands ul
    {
      width:1040px;
      margin:0 auto;
    }
    
    #home-brands ul li
    {
      float:left;
    }
}

@media screen and (max-width: 535px)
{
  #home-brands ul li
  {
      margin: 0px;
      width: 100%;
      display: block;
  }
  
  #home-brands .gogroove{
    background-position: center;
    background-size: cover;
  }
  #home-brands .enhance{
    background-position: center;
    background-size: cover;
  }
  #home-brands .usagear{
    background-position: center;
    background-size: cover;
  }
  #home-brands .revive{
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width:536px) and (max-width: 1050px)
{
    #home-brands ul
    {
      width:520px;
      margin:0 auto;
    }
    
    #home-brands ul li
    {
      float:left;
    }
}

#home-brands-copy
{
    padding: 40px 20px 0 20px;
	position: relative;
	z-index: 100;
	background-color: #FFF;
}
        
#home-brands-copy h2
{
	font-family:'Gotham-Black', Sans-serif, Arial;
	text-align:center;
	text-transform:uppercase;
	font-size:26px;
}

#home-brands-copy h3
{
	font-family:'Gotham-Bold', Sans-serif, Arial;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	font-size:15px;
}
#home-brands-copy p
{
	max-width:960px;
	margin:0 auto;
	text-align:center;
	font-family:'Gotham', Sans-serif, Arial;
	font-size: 14px;
}

/*-- All Products --*/
#home-allproducts
{
    width: 100%;
    background: black;
    color: white;
    padding-bottom: 20px;
}
#home-allproducts h2
{
    font-family:'Gotham-Black', Sans-serif, Arial;
    text-align:center;
    text-transform:uppercase;
    font-size:26px;
    color: white;
    padding-top: 30px;
    margin-bottom: 20px;
}

#home-categories-wrapper
{
    text-align: center;
}
#home-categories-wrapper ul {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
}
#home-categories-wrapper ul li {
    float: left;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}
#home-categories-wrapper .sub-list {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
}
#home-categories-wrapper .sub-list li {
    text-align: left;
    display: block;
    clear: both;
    margin-bottom: 3px;
    margin-left: 0;
    -webkit-transition: height 0.3s ease;
}
#home-categories-wrapper .sub-list li a {
    text-decoration: none;
    color: #BBBBBB;
    font-size: 12px;
    font-family: 'Gotham', Sans-serif, Arial;
}

#home-categories-wrapper .sub-list li a:hover, #footer-list-wrapper .sub-list li a:active
{
    color: #ffffff;
}


@media screen and (max-width: 535px)
{
    #home-categories-wrapper ul {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    }
    #home-categories-wrapper ul li {
        float: left;
        color: #fff;
        margin: 0px;
        width: 100%;
        text-align: left;
        padding: 0px;
    }
    #home-categories-wrapper .sub-list {
        margin: 0;
        padding: 0;
        text-align: left;
        margin-left: 0px;
        width: 100% !important;
        padding-left: 0px;

    }
    #home-categories-wrapper .sub-list li {
        text-align: center;
        display: block;
        clear: both;
        margin: 0px;
        -webkit-transition: height 0.3s ease;
        border-top: 1px solid #222;
        padding: 10px 0px;
    }
    
    #home-categories-wrapper .sub-list.last li:last-child
    {
        border-bottom: 1px solid #222;
    }
}
/*-- Events --*/
#home-events
{
    width: 80%;
    margin: 0 auto;
    background: white;
}
#home-events ul
{
    width: 100%;
    height: 300px;
    padding: 0px;
    margin-bottom: 0px;
}
#home-events ul li
{
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
/*--- NEWS SECTION ---*/
#news-wrapper
{
    position: relative;
    top: 0px;
    display: inline-block;
    width:760px;
}
/*-- Become a dealer --*/
#become-dealer
{
    display: inline-block;
padding-bottom: 20px; 
	height: 100%; }
#become-dealer h3
{
    font-family: 'Gotham-Black', Sans-serif, Arial;
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    padding-top: 30px;
    padding-bottom: 20px;
}
#become-dealer p
{
    padding-bottom: 30px;
}

#home-news
{
    width:65%;
}
#home-dealer
{
    width:35%;
height: 100%;}


@media screen and (max-width:1500px)
{
    #home-news
    {
        width:100%;
    }
    #home-events ul li {
        float: none;
        display: block;
        margin: 0 auto;
        min-width: 250px;
        text-align: center;
    }
    #news-wrapper
    {
        width: auto;
    }
    .news-header-title
    {
        text-align: center;
    }
    
    #home-events ul {
        height: auto;
    }
    
    #become-dealer
    {
        margin-bottom: 30px;
    }
    
    #become-dealer h3,#become-dealer a
    {
        text-align: center;
        float:none;
    }
    
    #home-dealer
    {
        width: auto;
    }
    
    .news-header-title {
        margin-bottom: 20px;
    }
}

.slider-subtitle
{
    margin: 0px;
    text-align: center;
    background-color: #000000;
    height: 60px;
}

.slider-subtitle h3{
    color: #FFFFFF;
    line-height: 60px;
}

.remove-paddings{
    padding-left:0px !important;
    padding-right:0px !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.form-cell-1col{
    float: left;
    min-height: 62px;
    padding-left:15px;
    margin-bottom: 5px;
    width: 100%;
}

.form-cell{
    float: left;
    min-height: 62px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 5px;
}

.captcha-container{
    width:200px;
}
    
@media screen and (min-width:700px){
    .form-cell{
        width: 50%;
    }
}
@media screen and (max-width:699px){
    .form-cell{
        width: 100%;
    }
}

.col-lg-12{
    width:100%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom:10px;
    float:left;
}

.table-section {
    display: table;
    width: 100%;
}
.col-sm-6
{
    width: 50%;
    float: left;
    /* padding-left: 5px; */
    padding-right: 10px;
}
.form-inner-group {
    margin-bottom: 15px;
    width: 50%;
    float: left;
}

.checkout-remove-image
{
    position: relative;
    top: -7px;
}

.gogroove{
	background-color: #BD1A31 !important;
}
.enhance{
	background-color: #1B6AAF !important;
}
.usagear{
	background-color: #E9A763 !important;
}
.revive{
	background-color: #73C489 !important;
}
.gogroove:hover{
	background-color: #c02e43 !important;
}
.enhance:hover{
	background-color: #3182c9 !important;
}
.usagear:hover{
	background-color: #ecb276 !important;
}
.revive:hover{
	background-color: #81cd95 !important;
}


#language
{
	position: absolute;
    float: right;
    width: 90px;
    height: 100%;
}

@media screen and (max-width:679px)
{
	.dd-options
	{
		top: 50px;
		left: 17px;
	}
}
.dd-options
{
	top: 60px;
    left: -1px;
}
.dd-select
{
    border: none !important;
}
.dd-container{
	width: auto !important;
	height: 100% !important;
}
.dd-select{
	width: auto !important;
	height: 100% !important;
}
.dd-selected{
	height: 100% !important;
}
.dd-image-right{
	margin-top: -2px;
}
.dd-selected-image.dd-image-right {
    margin-top: 15px;
	margin-right: 25px;
}
.dd-pointer-down{
	right: 15px;
	top: 25px;
}

label.dd-option-text {
    font-size: 13px !important;
}

/*Product Warranty*/
@media screen and (min-width:1000px) 			
{ 			
	.warranty-col-right 			
   { 			
	  position: absolute; 			
	  width: 30%; 			
	  top: 30px; 			
	  right: 0; 			
   } 			
			
   .warranty-col-left 			
   { 			
	  max-width: 65%; 			
	  margin-top: -10px; 			
   } 			
} 			
	
.section-wrapper{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px !important;
    padding-bottom: 30px !important;
    text-align: left;
}
			
@media screen and (max-width:999px) 			
{ 			
   .warranty-col-left 			
   { 			
	  position: relative; 			
	  width: 100%; 			
	  margin-top: 20px; 			
   } 			
			
   .warranty-col-right 			
   { 			
	   position: relative; 			
	   width: 100%; 			
	   margin-top: -10px; 			
   } 			
} .ui-datepicker-title {
    text-align: center;
    margin: 10px;
}

span.ui-icon.ui-icon-circle-triangle-e {
    float: right;
}

a.ui-state-default {
    text-align: left;
    padding: 5px;
}

#ui-datepicker-div {
    border: 1px solid rgb(204, 204, 204);
    padding: 12px;
    display: block;
    background: rgb(255, 255, 255);
    display: none;
}

#warranty_claim_form input, #warranty_claim_form label{
	display: inline-block;
	//margin-right: 30px;
}

#warranty_claim_form textarea{
	width: 100%;
}

.warranty_form h3{
	margin-bottom: 15px;
}

.warranty_form > div{
	margin-bottom: 15px;
}
/*Warranties table*/
/* Checkout - Cart */
#warranties-table-wrapper {
}
#warranties-table table
{
    width: 100%;
    border-collapse: collapse;
}
#warranties-table
{
    margin-bottom: 20px;
}
/* Zebra striping */
#warranties tr:nth-of-type(odd){
    background: #f5f5f5;
}
#warranties-table th{
    /*background: #eee;*/
    color: #000;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
}
#warranties-table td, #warranties-table th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 13px;
}

#warranties-table td a
{
    font-size: 13px;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media screen and (max-width: 760px)
{

    /* Force table to not be like tables anymore */
    #warranties-table table, #warranties-table thead, #warranties-table tbody,
    #warranties-table th, #warranties-table td, #warranties-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #warranties-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #warranties-table tr{ /*border: 1px solid #ccc;*/
        /*border-bottom: 1px solid #ccc;*/
    }

    #warranties-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    #warranties-table td:before{
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
    }
    /*
Label the data
*/
    #warranties-table td:nth-of-type(1):before { content: "Image"; }
    #warranties-table td:nth-of-type(2):before { content: "Product"; }
    #warranties-table td:nth-of-type(3):before { content: "Serial Number"; }
    #warranties-table td:nth-of-type(4):before { content: "Purchase Date"; }
    #warranties-table td:nth-of-type(5):before { content: "Status"; }
    #warranties-table td:nth-of-type(6):before { content: "Expiration"; }
    #warranties-table td:nth-of-type(7):before { content: "Actions"; }
}

#warranty input.input-field, #warranty select.input-field {
    width: 60%;
}

@media screen and (max-width: 679px)
{
    #warranty tr {
        display: block;
        width: 100% !important;
    }
    
    #warranty td {
        padding: 4px;
        display: block;
    }
    
    #warranty input.input-field, #warranty select.input-field {
        width: 100%;
    }
}

.warranty-button
{
    color: #000;
    font-family: 'Gotham', Sans-serif, Arial;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid;
    text-align: center;
    min-width: 90px;
    cursor: pointer;
    font-size: 12px !important;
    padding: 4px 10px;
    display: inline-block;
}

.warranty-button:hover
{
    color: #fff;
    background: #000;
}

@media screen and (min-width:980px)
{
    #warranty-form div#product_image
    {
        position: absolute;
        right: 0px;
    }
    
    #warranty-view-image
    {
        position: absolute;
        right: 30px;
        width: 20% !important;
    }
}
@media screen and (max-width:979px)
{
    #warranty-form div#product_image
    {
        position: initial;
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }
    
    #warranty-view-image
    {
        position: initial;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }
}

.warranty-account-title
{
    font-size: 24px;
    font-family: 'Gotham-Black', Sans-serif, Arial;
    color: #000;
    text-transform: uppercase;
    line-height: 16px;
    margin: 5px 0 15px 0;
}

.warranty-account-list
{
    padding-left: 0;
    list-style: none;
}
.warranty-account-list li
{
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.warranty-account-list li a
{
    color: #888;
    margin-right: 10px;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.warranty-account-list li a:hover
{
    color: #000;
}

.warranty-faq-title{
    margin: 20px 0px 5px;
    border-bottom: 1px solid #BBBBBB;
    margin-top: 0.5em;
    margin-bottom: 12px;
    padding: 0.55em 0em;
    color: #888;
    font-family: 'Gotham-Medium', Sans-serif, Arial;
    font-size: 14px;
    cursor: pointer;
}
.warranty-faq-title:hover
{
    color: #000;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.warranty-faq-answer
{
    display: none;
    margin: 0 auto 0px auto;
    text-align: left;
    
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

@media screen and (min-width: 680px)
{
    .warrranty-title
    {
        text-align:center;
        color: #ffffff;
        font-size: 28px;
        font-family: 'Gotham-Bold', Sans-serif, Arial !important;
        line-height: 0;
    }

    .warranty-title-wrapper
    {
        height: 60px;
        padding-top: 10px;
        line-height: 28px;
        background-color: #000;
    }
}

@media screen and (max-width: 679px)
{
    .warranty-title-wrapper 
	{
		min-height: 80px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		background-color: #000;
		text-align: center;
	}
	.warrranty-title
	{
		color: #ffffff;
		font-size: 24px;
		font-family: 'Gotham-Bold', Sans-serif, Arial !important;
		line-height: 24px;
	}
}


@media screen and (max-width: 959px)
{
    .recycle-outside
    {
        display: table-cell;
        vertical-align: middle;
        padding-left: 0px;
        padding-top: 20px;
    }
    
    .recycle-zip-field
    {
        height: 35px !important;
        width: 100%;
        padding-left: 10px !important;
        margin-bottom: 20px;
        font-size: 13px;
    }
    
    .recycle-button
    {
        width: 100% !important;
    }
}

@media screen and (min-width: 960px)
{
    .recycle-outside
    {
        display: block;
        vertical-align: middle;
        padding-top: 20px;
    }
    
    .recycle-zip-field
    {
        height: 35px !important;
        width: 40%;
        padding-left: 10px !important;
        font-size: 13px;
    }
}

.recycle-outside p a
{
    text-decoration: underline;
    font-size: 14px;
}


@media screen and (max-width: 840px)
{
    .white-highlight
    {
        background: #000 !important;
        color: #fff;
    }
}
@media screen and (min-width: 841px)
{
    .white-highlight
    {
        background: #fff !important;
        color: #000;
    }
}

/* Product page actions button */
@media screen and (min-width: 481px)
{
    ul#actions
    {
        background: #000;
        list-style: none;
        text-align: left;
        color: #fff;
        margin-top: 60px;
        padding: 0px;

    }

    ul#actions li
    {
        font-family: 'Gotham', Sans-serif, Arial;
        padding: 15px 20px;
        cursor: pointer;
        border-top: solid 1px #333;
    }
    
    ul#actions li a
    {
        color: #fff;
    }
    
    ul#actions li:hover
    {
        background: #191919;
    }
}
@media screen and (max-width: 680px)
{
    .product-info .cart
    {
        width: 100%;
    }
    
    ul#actions
    {
        background: #000;
        list-style: none;
        text-align: center;
        color: #fff;
        margin-top: 45px;
        padding: 0px;

    }
     ul#actions li
    {
        font-family: 'Gotham', Sans-serif, Arial;
        padding: 15px 20px;
        cursor: pointer;
        border-top: solid 1px #333;
    }
    
    ul#actions li a
    {
        color: #fff;
    }
    ul#actions li:hover
    {
        background: #191919;
    }
}

/* Product Page Buy Now Button */

@media screen and (min-width:681px)
{
    .product-buy-button
    {   
    min-width: 150px;
    height: 100%;
    padding: 23px 0px;
    margin: 0;
    border: 0px none !important;
    box-shadow: none;
    text-align: center;
    padding-right: 3px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background: #191919;
    color: #fff !important;
    }
    
    .product-buy-button:hover
    {
        background: #333;
    }
}
@media screen and (max-width:680px)
{
    .product-buy-button
    {   
    width: 100% !important;
    height: 100%;
    padding: 15px 0px;
    margin: 0;
    border: 0px none !important;    
    border-top: #222 solid 1px !important;
    box-shadow: none;
    text-align: center;
    padding-right: 3px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    background: #191919;
    color: #fff !important;
    }
    
    .product-buy-button:hover
    {
        background: #333;
    }
}

/* Careers */
@media screen and (min-width: 600px)
{
   h2.whr-group {
    margin-bottom: -10px;
    margin-left: 0px;
    margin-top: 20px;
    font-family: 'Gotham', Sans-serif, Arial;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    }
    ul.whr-items {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-left: 25px;
    }
    li.whr-location, .whr-date {
        list-style: none;
        margin-bottom: 5px;
    } 
    li.whr-item {
        border-bottom: solid 1px #eee;
        padding-bottom: 20px;
    }
    ul.whr-info {
        padding-left: 0px;
    }
    .vacanies-title
    {
        font-family: 'Gotham-Black', Sans-serif, Arial;
        font-size: 36px !important;
        margin-bottom: 20px;
        text-transform: uppercase;
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 599px)
{
   h2.whr-group {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 20px;
    font-family: 'Gotham', Sans-serif, Arial;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    }
    ul.whr-items {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-left: 0px;
    }
    li.whr-location, .whr-date {
        list-style: none;
        margin-bottom: 5px;
    } 
    ul.whr-info {
        padding-left: 0px;
    }
    h3.whr-title {
        line-height: 16px;
        margin-bottom: 20px;
    }
    li.whr-item {
        border-bottom: solid 1px #eee;
        padding-bottom: 20px;
    }
    
    .vacanies-title
    {    
        font-family: 'Gotham-Black', Sans-serif, Arial;
        font-size: 26px !important;
        line-height: 26px !important;
        margin-bottom: 20px;
        text-transform: uppercase;
        margin-top: 20px;
        text-align: center;
    }
}

#life-ap
{
    margin-top:20px;
}

@media screen and (min-width: 1025px)
{
    .life-ap-list
    {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

    .life-ap-list li
    {
        display: table-cell;
        width: 33%;
        margin: 0 auto;
        text-align: center;
        padding: 0 20px;
    }
    .life-ap-list li img
    {
        max-width: 100%;
    }
    
    .life-ap-list p
    {
        margin-top: 10px;
        
        padding: 0px 40px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px)
{
    .life-ap-list
    {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: block;
    }

    .life-ap-list li
    {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0 10px;
    }
    .life-ap-list li img
    {
        max-width: 100%;
    }
    
    .life-ap-list p
    {
        margin-top: 10px;
    }
}

.teams-list
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    
    margin-top: 20px;
}
.teams-list li
{
    list-style: none;
    border-bottom: solid 1px #eee;
}

#teams-ap .collapsed-info{
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: -1px;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
#teams-ap .collapsed-info:last-child{
    margin-bottom: 30px;
}
#teams-ap .collapsed-info-title{
    width: 100%;
    text-align: center;
    height: 40px;
    color: #000;
    padding-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.imgEffect {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    
    width: 100%;
    margin-top: -10%;
}



.ytvideo-wrapper
{
    text-align: center;
    margin-top: 10px;
}

.ytvideo-imgwrapper
{
    overflow: hidden;
    height: 160px;
}

.ytvideo-item-title
{
    font-family: 'Gotham', Sans-serif, Arial;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    margin-top: 5px;
    text-overflow: ellipsis;
}

.ytvideo-playicon {
    width: 50px;
    background: transparent;
    position: absolute;
    left: 39%;
    top: 28%;
    opacity: 0.6;
    z-index: 1;
}

.ytvideo-playvideo
{
    width:100% ;
    height:400px ;
}

.ytvideo-title {
    
    margin-bottom: 10px;
    margin-top: 10px;
}

.ytvideo-container {
    overflow: hidden;
    height: 230px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
}


@media screen and (min-width: 1400px)
{
    .ytvideo-container {
    width: 290px;//33%;
        margin: 0px 10px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 685px)
{
    .ytvideo-container {
    width: 290px;//32.8%;
    margin: 0px 10px;
    }
}

@media screen and (max-width:999px)
{
    .ytvideo-wrapper {
        text-align: left;
        margin-bottom: 20px;
    }
    
}

@media screen and (max-width:684px) and (min-width: 370px)
{
    .ytvideo-container {
        overflow: hidden;
        width: 100%;
        height: auto;
        display: inline-block;
        cursor: pointer;
        position: relative;
    }
    .ytvideo-playicon {
    width: 50px;
    background: transparent none repeat scroll 0% 0%;
    position: absolute;
    left: 44%;
    top: 28%;
    opacity: 0.6;
    z-index: 1;
    }
    
}
@media screen and (max-width:369px)
{
    .ytvideo-container {
        overflow: hidden;
        width: 100%;
        height: 120px;
        display: inline-block;
        cursor: pointer;
        position: relative;
margin-top: 5px; 	
		margin-bottom: 5px;     }
    
    .ytvideo-playicon {
    width: 50px;
    background: transparent none repeat scroll 0% 0%;
    position: absolute;
    left: 40%;
    top: 28%;
    opacity: 0.6;
    z-index: 1;
    }
    
}

/*Homepage Blog News*/
@media screen and (max-width: 540px){
    .news-item {
        overflow: hidden;
        display: inline-block;
        height: auto !important;
    }
}
.news-item {
    overflow: hidden;
    display: inline-block;
    height: 288px;
}
.news-item .news-image {
    display: block;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.news-item:last-child {
    border: none;
}


@media screen and (max-width: 540px){
    .home-news-item {
        overflow: hidden;
        display: inline-block;
        height: auto !important;
    }
}
.home-news-item {
    overflow: hidden;
    display: inline-block;
    height: 200px;
}
.home-news-item .news-image {
    display: block;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.home-news-item:last-child {
    border: none;
}

.news {
    border-bottom: 1px solid #DBDEE1;
    padding-bottom: 10px;
}

.news:last-child {
    border: none;
}

.news-title a {
    font-size: 16px;
}


@media screen and (min-width:1500px){
    
    .news-title {
    display: block;
    text-align: left;
    width: 95%;
    height: auto; /*30px;*/
    line-height: 16px;
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    margin-top: 5px;
    }
    
    .home-news-title {
    display: block;
    text-align: left;
    width: 205px;
    max-height: 38px !important; /*30px;*/
    line-height: 16px;
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    margin-top: 5px;
    }
}

@media screen and (max-width:1499px){
    
    .news-title {
    display: block;
    text-align: left;
    /*width: 230px;*/
    line-height: 16px;
    overflow: hidden;
    margin-top: 5px;
    }
    
    .home-news-title
    {
        display: block;
        text-align: left;
        width: 220px;
        height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
    }
}

.news-header-title
{
    font-family: 'Gotham-Black', Sans-serif, Arial;
    
    text-transform: uppercase;
    font-size: 26px;
    padding-top: 30px;
}
.news-date {
    font-family: 'Gotham', Sans-serif, Arial;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.news-list-date
{
    font-family: 'Gotham', Sans-serif, Arial;
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 540px){
    #about.news-desc {
        width: 310px;//220px;
        padding: 10px 5px;
    }
    
    .home-news-desc {
    width: 220px;
    padding: 10px 5px;
}
}
@media screen and (max-width: 539px){
    #about.news-desc {
        width: 100%;//220px;
        padding: 10px 5px;
    }
}

.news-desc > p {
    text-align: center;
    font-size: 12px;
    margin: 0px;
    margin-top: 2px;
    width: 290px;
    /*white-space: nowrap;*/
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-desc > p {
    text-align: center;
    font-size: 12px;
    margin: 0px;
    margin-top: 2px;
    width: 220px;
    /*white-space: nowrap;*/
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buttons-wrapper {
    padding-top: 25px;
}

.btn-block {
    float: right;
}

#dealer-form .steps.clearfix{
    display:none !important;
}

/*-- Item Date --*/
.post-time {
    position: absolute;
    top: -90px;
    left: -71px;
    width: 140px;
    height: 140px;
    transform: rotate(45deg);
    -moz-transform:rotate(45deg);  
    -webkit-transform:rotate(45deg);  
    -o-transform:rotate(45deg);  
    -ms-transform:rotate(45deg); 
  
    background-color: black;
}

.post-time p {
    font-size: 16px;
    font-family: 'Gotham-Black', Sans-serif, Arial;
    color: #FFF;
    transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);  
    -webkit-transform:rotate(-45deg);  
    -o-transform:rotate(-45deg);  
    -ms-transform:rotate(-45deg); 
    position: absolute;
    top: 70px;
    right: 3px;
    line-height: 16px;
}

.post-time p span {
    font-size: 13px;
    font-family: 'Gotham', Sans-serif, Arial;
    font-weight: 400;
    display: block;
    text-align: left;
}
/**/


/*-- Product warranty view Inputs --*/

.txt-warranty-product
{
    width: 433px;
}

.cell-add-new-address{
    float: left;
    min-height: 62px;
    padding-left: 7px;
    margin-bottom: 5px;
}

.field-add-new-address{
    width: 370px;
}

.cell-default-address{
     text-align: left;
}

.btn-margintop{
    margin-top: 8px;
}

#txtareaMoreInformation{
    border: none;
    padding: 0px;
    height: auto;
    resize: vertical;
}

#tdMoreInformation{
    
    vertical-align: top;
}

@media screen and (max-width:1200px) and (min-width:980px){

    .txt-warranty-product
    {
        width: 45%;
    }
}

@media screen and (max-width:780px){

    .field-add-new-address{
        width: 100%;
    }
    
    .txt-warranty-product
    {
        width: 100%;
    }
    
    .cell-default-address{
        text-align: center !important;
    }
   
}

@media screen and (max-width:380px){
 
        #tblWarrantyDetails td {
        display: block;
    }
    
    #imgWarrantyViewImage {
        width: 100%;
    }
}

.warranty_terms
{
    margin-top: 20px;
}

/*-- Product Search --*/

#categoriesBrowser{
    background: none;
}

@media screen and (min-width: 680px){
    
    div[name="searchWrapper"]{
    
        padding-bottom: 50px !important;
    }

}

@media screen and (max-width: 679px) {
    div[name="searchWrapper"]{
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width: 735px){
    #categoriesBrowser::before{
        top: 0px !important;
    }

    div[name="relevanceSelector"]::before{
        top: 0px !important;
    }
}

.amazon-description { 
    margin-bottom: 20px;
}

.amazon-title {
    text-transform: none !important;
}

.pav-video{
    width: 100%;
}

.product-list .product-block .subheader .product-replacement-subheader{
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list .product-block .product-replacement-toggle{
    top: 12px !important;
}

.whr-date {
	display: none;
}

.model-text
{
    font-size: 8px !important;
}

/* MODAL */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px 40px;
    border: 1px solid #888;
    width: 80%;
    max-width: 680px;
}

.modal-content h3
{
    margin-bottom: 20px;
}
.modal-content p
{
    
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* END OF MODAL */

@media screen and (min-width: 600px)
{
    #st_Widget .st_LogoImage
    {
        max-height: 60px !important;
    }
}

/* CES section */
#iframe-wrapper
{
    margin-bottom: -4px !important;
}
.schedule-table tr:nth-of-type(odd) {
    background: #f5f5f5;
}
  .schedule-table td, .schedule-table th {
    padding: 6px;
    /* border: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    text-align: left;
}
  .schedule-table th {
    background: #191919;
    color: white;
    font-family: 'Gotham-Bold', Sans-serif, Arial;
    width: 25%;
}
  .schedule-table tr:nth-of-type(odd) {
    background: #f5f5f5;
}

@media screen and (max-width: 760px)
{

    /* Force table to not be like tables anymore */
    .schedule-table table, .schedule-table thead, .schedule-table tbody,
    .schedule-table th, .schedule-table td, .schedule-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .schedule-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .schedule-table tr{ /*border: 1px solid #ccc;*/
        /*border-bottom: 1px solid #ccc;*/
    }

    .schedule-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .schedule-table td:before{
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-family: 'Gotham-Bold', Sans-serif, Arial;
    }
    .schedule-table td:nth-of-type(1):before { content: "Day"; }
    .schedule-table td:nth-of-type(2):before { content: "Time"; }
    .schedule-table td:nth-of-type(3):before { content: "Speaker"; }
    .schedule-table td:nth-of-type(4):before { content: "Outlet"; }
}

.link-button
{
    text-decoration: underline;
}

.about-tab-content-wrapper
{
    text-align: center; 
    margin-top: 0px;
}

.fullwidth
{
    width: 100%;
}


@media screen and (min-width: 840px)
{
    h3.category-title
    {
        display: inline-block;
    }
    .searchBox{
      background-image:url('../../../../../image/data/accessorypower/icons/button-search-gray.png') !important;
      background-repeat:no-repeat  !important;
      padding-left: 40px !important;
      background-position-x: 10px !important;
      background-position-y: 10px !important;
      height: 35px !important;
    width: 240px;
    position: absolute;
    right: 25px;
    display: inline-block;


    }
}

@media screen and (max-width: 839px){
    .searchBox{
        background-image:url('../../../../../image/data/accessorypower/icons/button-search-gray.png') !important;
        background-repeat:no-repeat  !important;
        padding-left: 40px !important;
        background-position-x: 10px !important;
        background-position-y: 10px !important;
        height: 40px !important;
        width: 100%;
        position: inherit;
        display: block;
        margin: 5px 10px;
    }
}
.no-results 
{
    display: none;
}
.no-results p
{
    margin-top: 20px;
    color:#818181;
}

.about-subheader-wrapper
{
    display: block;
    min-height: 40px;
}