﻿@media (max-width: 768px) {
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-nav {
    margin: 7.5px 0;
    width: 100%;
}
    .navbar-nav > li:after{display:none;}
    .top-title{margin-bottom:0;}
    .navbar{margin-bottom:10px;}
    .hardware-list .style {
    font-size: .8em;
    line-height: 1;
}
    .col-3{
            width: 32%;
    }
    .col-3 p {
    font-size: 1em;
    line-height: 1;
    min-height: 2em;
}
    .colorhardware {
    max-width:100%;
}
    .hardware-type .style {
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
}
    
.track-length .box {
    font-size: 1em;
    margin-bottom: 3%;
}
.track-length .box2{
    font-size:1em;
}
.options-img{
    max-width:100%;
}

.container,.body-content{
    padding-left:0;padding-right:0;
}
    .sub-desc{
        font-size:18px;
    }
    #contacttable td{
        padding:4%;
    }
}
@media (max-width: 480px) {
    footer .links li {
    width: 49%;
    text-align: left;
}
    footer .links em {
        display:none;
}


}

.shoppingcart tr td {
    border: 1px solid lightgray;
}