.products {
    margin-top: 105px;
    margin-bottom: 40px;
    background-color: rgb(255, 255, 255);
}

.products .items {
    background: #ffffff;
    width: 100%;
    padding: 60px 0 30px 0;
}

.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}

.gamma_500 {
    border: 2px solid #D1D1D1;
    border-radius: 10px;
}

.gamma_500::before {
    content: " ";
    background-image: url("/images/500logo.png");
    background-repeat: no-repeat;
    height: 34px;
    width: 139px;
    position: absolute;
    top: -20px;
    left: 50px;
    z-index: 2;
}

.products .items ul {
    margin: 0;
    list-style: none;
    padding-top: 20px;
}

.products .items ul li {
    width: 33%;
    float: left;
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.products .items .gamma_500 ul li a p.model-name {
    background-color: #AD0A32;
    color: #ffffff;
    line-height: 1.4em;
    font-size: 0.7em;
}

.products .items ul li a p.model-name {
    background-color: #ffffff;
    color: #AD0A32;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    font-size: 0.7em;
}

.large-12 .cars ul li {
    width: 16.66%;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: transparent !important;
    border: none !important;
    color: #fff;
}

.nav > li > a {
    padding: 0px;
}

.nav > li > a:hover {
    background-color: transparent;
}

.nav-tabs > li > a {
    border: none;
}

.nav-tabs {
    border-bottom: none !important;
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch
}


.move-right>.inner-wrap {
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate(15.625rem, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0)
}

.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05)
    }
}

.no-csstransforms .move-right>.inner-wrap {
    left: 15.625rem
}

.move-right>.inner-wrap:before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    display: block;
    z-index: 99
}