@font-face {
    font-family: 'avenir';
    src: url('../fonts/Avenir.ttf');
    font-weight: normal;
    font-style: normal;
}

body, html {
    min-height: 100%;
    height: auto;
}

body {
    padding: 0;
    margin: 0;
    background-image: url('../img/bg.jpg');
    background-repeat: repeat-x;
    background-color: #626262;
    font-family: 'avenir', sans-serif;
    font-size: 15px;
}

img {
    outline: none;
    border: none;
}

p {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'avenir';
}

a {
    color: #00aeef;
    transition: all 1s;
    -webkit-transition: all 1s;
    text-decoration: none;
}

a:hover {
    color: #005b7d;
}

.black {
    color: #000000 !important;
}

#navFade {
    width: 100%;
    height: 120px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-image: url('../img/navFade.png');
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 1s;
    -webkit-transition: all 1s;
    display: none;
}

#frame {
    width: 100%;
    max-width: 1024px;
    height: auto;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
}

#blackout {
    position: absolute;
    z-index: 90;
    width: 100%;
    max-width: 1024px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(0, 0, 0, 0.9);
    display: none;
}

#innerFrame {
    transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 50;
    left: 0px;

}

#drawer {
    position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../img/drawerBG.jpg');
    z-index: 100;
    transition: all 1s;
    -webkit-transition: all 1s;

}

#drawerLevel1 {
    position: relative;
    z-index: 100;
    background-image: url('../img/drawerBG.jpg');
    width: 100%;
    height: 100%;
    overflow: scroll;
}

#drawerLevel2 {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 50;
    top: 0px;
    left: -100%;
    background-image: url('../img/drawerBG.jpg');
    transition: all 1s;
    -webkit-transition: all 1s;
}

#drawerTitle {
    width: 100%;
    height: auto;
    border-bottom: #313131 1px solid;

    background-position: right top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#drawerSectionTitle {
    padding: 16px;
    font-size: 16px;
    color: #b4b4b4;
}

#drawerSectionTitle b {
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
}

#drawerSectionTitle a {
    color: #ffffff;
    text-decoration: none;
}

#drawerSectionTitle a:hover {
    color: #8dc63f;
}

#drawerSectionTitle p {
    margin-top: 10px;
    width: 90%;
    line-height: 24px;
}

#drawerResults {
    width: 96%;
    height: auto;
    padding: 2%;
}

#drawerResults ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}

#drawerResults ul li {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 5px;
    border-bottom: #313131 1px solid;
    font-size: 12px;
    line-height: 18px;
    color: #b4b4b4;
    margin-bottom: 5px;
}

#drawerResults ul li a {
    color: #ffffff;
    text-decoration: none;
}

#drawerResults ul li a:hover {
    color: #8dc63f;
}

#drawerResults ul li b {
    font-size: 18px;
}

.resultsImage {
    float: left;
    margin: 5px;
    width: 25%;
    text-align: center
}

.resultsImage img {
    max-width: 100%;
}

.resultsContent {
    float: left;
    margin: 5px;
    width: 65%;
}

.resultsContnt b {
    color: #ffffff;
}

.relatedImage {
    float: left;
    margin: 5px;
    width: 40%;
    text-align: center
}

.relatedImage img {
    max-width: 100%;
}

.relatedContent {
    float: left;
    margin: 5px;
    width: 50%;
    line-height: 18px;
}

.resultsContnt b {
    color: #ffffff;
}

#loadMore {
    width: 50%;
    height: auto;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: url('../img/black.png');
    color: #b4b4b4;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
}

#loadMore:hover {
    color: #00aeef;

}

#navLevel2 {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    display: inline-block;
}

#signIn {
    background-image: url('../img/black.png');
    width: 100%;


}

#profilePic {
    float: left;
    margin: 20px;
    margin-right: 10px;
    padding: 5px;
    background-color: #7d7d7d;
    color: #626262;
    font-size: 18px

}

#signInSpace {
    float: left;
    font-size: 11px;
    color: #b4b4b4;
    padding-top: 20px;
}

#signInSpace b {
    color: #ffffff;
    font-size: 13px;
}

#closeDrawer {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #b4b4b4;
    font-size: 25px;
    cursor: pointer;
}

#closeDrawer:hover {
    color: #00aeef;
}

#closeDrawer2 {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #b4b4b4;
    font-size: 25px;
    cursor: pointer;
}

#closeDrawer2:hover {
    color: #8cc53f;
}

#drawerLevel1 ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    list-style: none;
}

#drawerLevel1 ul li {
    width: 100%;
    display: block;
    border-top: #3c3c3c 1px solid;
    border-bottom: #313131 1px solid;
    background-image: url('../img/liShadow.png');
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 1px;
}

#drawerLevel1 ul li a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    color: #b4b4b4;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
}

#drawerLevel1 ul li a:hover {
    color: #00aeef;
}

.theSubNav {
    display: none;
    position: relative;
}

ul.theSubNav li {
    background: none !important;
    margin-bottom: 0px !important;
    border-top: none !important;
}

ul.theSubNav li a {
    font-size: 12px !important;
    padding-left: 40px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

ul.theSubNav li a:hover {
    color: #ffffff !important;
    background-color: #8cc53f !important;
}

.selectedNav {
    background-image: url('../img/navSelected.png') !important;
    background-position: right center;
    background-color: #8cc53f !important;
    background-repeat: no-repeat;
    color: #ffffff !important;
}

.drawerOpen {
    left: 0px !important;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}

.drawerOpen2 {
    left: 0% !important;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
    z-index: 150 !important;
}

.drawerShadow {
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
}

.slide1 {
    left: 30% !important;
}

.slide2 {
    left: 90% !important;
}

#nav {
    position: relative;
    width: 100%;
    height: 110px;
    text-align: center;
    z-index: 500;
    background-color: #e1e1e1;
}

#navLevel1 {
    z-index: 100;
    width: 100%;
    height: 85px;
    background-image: url('../img/level1.png');
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

#hamburger {
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 10px;
    cursor: pointer;
    color: #00aeef;
    padding: 0;
    display: block;
    width: 25px;
    height: 30px;
}

#hamburger:hover {
    color: #00aeef;
}

#hamburger i {
    font-size: 30px;
}

#cart {
    position: absolute;
    top: 20px;
    left: 47px;
    font-size: 28px;
    color: #9b9b9b;
    cursor: pointer;
}

#cart:hover {
    color: #00aeef;
}

#cart.openCart {
    color: #00aeef !important;
}

#search {
    position: absolute;
    left: 90px;
    top: 20px;
    width: 20%;
    height: auto;
    font-size: 14px;
}

#search input {
    width: 100%;
    line-height: 14px;
    padding: 5px;
}

#resultsHolder ul {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);

}

#resultsHolder ul li {
    font-size: 11px;
    text-align: left;
    border: none;
}

.ui-corner-all
{
    border-radius: 0px !important;
    transform: none !important;
    border: none !important;
}

.ui-menu-item {
    border: none !important;
    transform: none !important;
}

#logo {
    padding-top: 20px;
    display: block;
    position: relative;
    width: 170px;
    margin: 0 auto;
}

#logo img {
    max-width: 100%;
}

.st_sharethis_custom {
    background: url('../img/sharethis.png');
    background-position: center center;
    background-repeat: no-repeat;
    padding: 9px;
}

#socialIcons, #cartHeader {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #9b9b9b;
    width: 150px;
    font-size: 20px;
}

#socialIcons a, #cartHeader a {
    text-decoration: none;
    color: #9b9b9b;
    margin-left: 5px;
    margin-right: 5px;
}

#socialIcons a:hover, #cartHeader a:hover {
    color: #00aeef;
}

#cartHeader {
    text-align: right;
}

#cartHeader .fa {
    font-size: 30px;
}

#cart .amount {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    background: #8dc63f;
    display: inline-block;
    padding: 2px 5px;
    font-size: 13px;
    position: absolute;
    top: -6px;
    right: 2px;
}

.shopping-cart-form {
    position: relative;
    width: 96%;
    min-height: 80px;
    height: auto;
    padding: 3%;
    display: none;
    border-bottom: 1px solid #a1a1a1;
}

#shptrn_addToCart input {
    font-size: 12px;
    line-height: 16px;
    padding: 1px;
    margin-top: 4px;
    height: auto;
    text-align: center;
    width: 20px;
    float: left;
}

#shptrn_addToCart label {
    float: left;
    margin-right: 8px;
    margin-left: 5px;
}

#shptrn_addToCart button {
    float: right;
    padding: 3px;
    background-color: #8dc63f;
}

#shptrn_addToCart button:hover {
    color: #e9e9e9;
}

.shptrn_cart_item h3 {
    font-size: 16px;
}

.shptrn_ci_part_num {
    font-size: 11px;
    padding: 3px;
}

.shptrn_ci_image {
    display: none;
}

.shptrn_ci_details {
    width: 40%;
}

.shptrn_ci_part_num {
    width: 15%;
    text-align: center;
}

.shptrn_ci_qty {
    width: 25%;
}

.shptrn_ci_qty input {
    font-size: 12px;
    line-height: 16px;
    padding: 1px;
    margin-top: 4px;
    height: auto;
    text-align: center;
    width: 20px;
}

.shptrn_ci_qty button {
    padding: 7px;
    margin-bottom: 10px;
}

.shptrn_ci_price {
    text-align: center;
}

.shptrn_cart_item {
    margin-bottom: 10px;
}

#shptrn_cart_items_header {
    display: none;
}

.shptrn_cart_price_row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shptrn_cart_price_row .left {
    font-size: 14px;

}

.shptrn_button {
    cursor: pointer;
}

.shptrn_cart_price_row .right {
    font-size: 18px;
}

.shptrn_checkout_button button {
    background-color: #8dc63f;
    color: #ffffff;
}

.shptrn_no_items_in_cart {
    font-size: 20px;
}

#navLevel2 {
    display: none;
}

#secondaryNav {
    position: relative;
    top: 25px;
    width: 15%;
    text-align: right;
    float: right;
    margin-right: 200px;
    font-size: 11px;
}

#secondaryNav a {
    text-decoration: none;
    color: #3d3d3d;
}

#secondaryNav a:hover {
    color: #00aeef;
}

#scratchBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;

    width: 170px;
    color: #3d3d3d;
    cursor: pointer;
    font-size: 11px;
    text-align: left;
}

#scratchBtnText {
    position: absolute;
    bottom: 5px;
    left: 20px;
}

#garageBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #8dc63f;
    width: 170px;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    text-align: left;
}

#garageBtnText {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff;
}

#contentFrame {
    width: 100%;
    height: auto;
    min-height: 500px;
    position: relative;
    display: block;
    margin-top: -40px;
    z-index: 200;
}

.scratch-color {
    width: 30%;
    height: 100px;
    float: left;
    margin: 1%;
    line-height: 16px;
    font-size: 14px;
}

.scratch-color-code {
    width: 40%;
    height: 100px;
    float: left;
    margin: 2%;
    line-height: 16px;
    font-size: 14px;
}

.color-box {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #b7b7b7;
    margin-bottom: 10px;

}

.scratchfixProduct {
    width: 98%;
    padding: 1%;
    height: 350px;
    background-image: url('../img/scratchfixBG.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;

}

.mightWant {
    position: relative;
    line-height: 40px;
    font-size: 40px;
    padding: 0;
    margin: 0;
}

.scratchfixProduct2 {
    width: 98%;
    padding: 1%;
    height: 350px;
    background-image: url('../img/scratchfixBG2.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;

}

.scratch-image {
    position: absolute;
    width: 15%;
    top: 13%;
    height: 100%;
    line-height: 100%;
    text-align: center;
}

.scratch-image a {
    color: #ffffff;
    font-size: 12px;

}

.scratch-image a:hover {
    color: #00aeef;
}

.scratch-logo {
    position: absolute;
    left: 1%;
    width: 20%;
    top: 10px;
}

.scratch-logo img {
    width: 80%;
    height: auto;
}

.scratch-desc {
    position: absolute;
    left: 21%;
    top: 10px;
    width: 79%;
    padding-top: 10px;
    height: auto;
    font-size: 16px;
    line-height: 16px;
}

.scratchfix-inner {
    position: absolute;
    width: 75%;
    left: 15%;
    top: 50px;
    height: auto;

}

.scratchfix-detail {
    width: 100%;
    position: relative;
    height: 100px;
    top: 120px;
    background-color: #ffffff;
    border: 1px solid #969696;
}

.scratchfix-detail2 {
    width: 45%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    top: 20px;
    background-color: #ffffff;
    border: 1px solid #969696;
}

.recommendTitle {
    display: block;
    width: 40%;
    padding: 2%;
    margin-bottom: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    float: left;
}

.recommendBuy {
    display: block;
    width: 53%;
    float: left;
}

.scratch-box {
    width: 19%;
    height: 100%;
    float: left;
    border-right: 1px solid #eaeaea;
}

.scratch-code {
    width: 48%;
    height: 100%;
    float: left;
    line-height:40px;
    font-size: 18px;
    padding-left: 2%;
	padding-top:10px;
}

/* Display SKU */
.scratch-sku {
	font-size: 13px;
  }

.skuTitle2 {
    width: 37%;
    padding-right: 2%;
    line-height: 18px;
}

.skuBuy {
    width: 29%;
    height: 100%;
    float: left;
    position: relative;
}

.skuButton {
    text-align: center;
    width: 96%;
    margin: 2%;
    margin-bottom: 5px;
    margin-top: 7px;
}

.buyOnline {
}

.lightGreen {
    background-color: #8dc63f;
    color: #ffffff;
    cursor: pointer;
}

.lightGreen a {
    color: #ffffff;
}

.lightGreen a:hover {
    color: #dcdcdc;
}

.buyOnline:hover {
    color: #e6e6e6;
}

.lightGray {
    background-color: #c2c2c2;
    color: #000000;
}

.lightGray a {
    color: #4c4c4c;
}

.lightGray a:hover {
    color: #000000;
}

.ecommerceBox {
    position: absolute;
    top: 32px;
    right: 5px;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #9f9f9f;
    display: none;
}

.ecommerceClose {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 20px;
    cursor: pointer;
}

.scratchWarning {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
}

.skuList li {
    margin-right: 1%;
    margin-bottom: 1%;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noshadow {
    box-shadow: none !important;

}

.white {
    color: #ffffff;
}

.hidden {
    display: none;
}

li#detailScratch {
    width: 90% !important;
    box-shadow: none;
}

#detailScratch .scratch-fix-selection, #roadmapScratch .scratch-fix-selection {
    box-shadow: none;
    display: block !important;
}

#detailScratch .scratch-fix-selection h1, #roadmapScratch .scratch-fix-selection h1 {
    color: #ffffff;
}

.scratch-slide-right {
    float: right;
    width: 65%;
    margin-right: 2%;
    margin-top: 70px;
    position: relative;
    z-index: 200;
}

.colorBlock img {
    border: 1px solid #cacaca;
}

li.bodySections {
    list-style: none;
    position: relative;
}

.noColor {
    background-image: url('../img/noColor.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.col-4 {
}

/* map style */

#mapFrame {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

#mapSliderFrame {
    width: 100%;
    height: 525px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 10;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.productMapFrame {
    height: 365px !important;
}

#roadmapBreadcrumbs {
    position: absolute;
    left: 0;
    top: 0;
    width: 99%;
    padding-left: 1%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid #000000;
    z-index: 5000;
    color: #ffffff;
    font-size: 14px;
}

#roadmapBreadcrumbs b {
    text-transform: uppercase;
}

#mapNavigator {
    width: auto;
    height: auto;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1000;
    font-size: 16px;
}

#mnavigator {
    font-size: 18px;
}

.desktop-btn button {
    padding: 5px !important;
    margin-top: 10px;
}

#mapSlider {
    position: relative;
    ;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 100;
}

#mapSlider li {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;

}

.sliderImage {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.slide-right {
    position: relative;
    z-index: 200;
}

#mapSlider li h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

#mapSlider li p {
    line-height: 19px;
    font-weight: bold;
}

.slide-left {
    position: relative;
    z-index: 200;
}

.sliderImage img {
    width: 100%;
    min-height: 100%;
    height: auto;

}

.selectedSlide {
    display: block !important;
}

.mapSlide {
    background-image: url('../img/mapSlider.jpg');
}

.mapSlide1 {
    background-image: url('../img/mapSlide1.jpg');
}

.mapSlide2 {
    background-image: url('../img/mapSlide2.jpg');
}

.mapSlide3 {
    background-image: url('../img/mapSlide3.jpg');
}

.mapSlide4 {
    background-image: url('../img/mapSlide4.jpg');
}

.mapSlide5 {
    background-image: url('../img/mapSlide5.jpg');
}

.mapSlide6 {
    background-image: url('../img/mapSlide5.jpg');
}

.productsSlide0 {
    background-image: url('../img/productsSlide0.jpg');
}

.productsSlide1 {
    background-image: url('../img/productsSlide1.jpg');
}

.productsSlide2 {
    background-image: url('../img/productsSlide2.jpg');
}

.productsSlide3 {
    background-image: url('../img/productsSlide3.jpg');
}

.productsSlide4 {
    background-image: url('../img/productsSlide4.jpg');
}

.productsSlide5 {
    background-image: url('../img/productsSlide5.jpg');
}

.productsSlide6 {
    background-image: url('../img/productsSlide5.jpg');
}

.hypersilver1 {
    background-image: url('../img/hypersilverSlide.jpg');
}

.learnMore, .btn {
    position: absolute;
    bottom: 100px;
    background-color: #00aeef;
    text-align: center;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    height: auto;
}

.learnMore:hover {
    background-color: #0076a3;
}

.learnMore a, .btn {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.lmp {
    position: relative !important;
    bottom: auto !important;
    top: 5px;
    width: 200px;
}

.lm1 {
    bottom: 165px;
    right: 100px;
}

.lm2 {
    bottom: 265px;
    right: 430px;
}

.lm3 {
    bottom: 195px;
    right: 310px;
}

.lm4 {
    bottom: 150px;
    left: 33px;
}

.lm5 {
    bottom: 130px;
    left: 43px;
}

.lm6 {
    left: 62px;
    bottom: 170px;
}

.lm7 {
    right: 240px;
    bottom: 200px;
}

.lm8 {
    left: 38px;
    bottom: 180px;
}

.lm9 {
    left: 38px;
    bottom: 180px;
}

.lm10 {
    right: 46px;
    bottom: 195px;
}

.moreLeft {
    left: 80px;
}

.moreLeft2 {
    left: 80px;
    bottom: 240px;

}

.moreRight {
    right: 100px;
}

.moreRight2 {
    right: 100px;
    bottom: 240px;
}

#thePin {
    position: absolute;
    left: 50%;
    margin-left: -135px;
    top: 100px;
    z-index: 30;
    width: 270px;
    height: 367px;
    text-align: center;
}

.animateable {
    transition: all 1s;
    -webkit-transition: all 1s;
}

.smallPin {
    margin-left: -25px !important;
    width: 50px !important;
    height: 90px !important;
    top: 270px !important;
}

.homePin {
    top: 370px !important;
}

#pinHandle {
    cursor: pointer;
    width: 214px;
    height: 100%;
    margin: 0 auto;
}

.smallHandle {
    width: 38px !important;
}

#pinLeft {
    position: absolute;
    left: 0px;
    top: 105px;
    cursor: pointer;
    width: 27px;
    height: 41px;
    background-image: url('../img/pinLeft.png');
}

#pinLeft:hover {
    background-image: url('../img/pinLeftHover.png');
}

#pinRight {
    position: absolute;
    right: 0px;
    top: 105px;
    cursor: pointer;
    width: 27px;
    height: 41px;
    background-image: url('../img/pinRight.png');
}

#pinRight:hover {
    background-image: url('../img/pinRightHover.png');
}

#theMap {
    position: absolute;
    left: 0;
    top: 415px;
    width: 100%;
    height: 130px;
    background-image: url('../img/map.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 50;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.productMap {
    top: 320px !important;
    background-image: none !important;
}

#zoomButtons {
    position: absolute;
    left: -5px;
    top: 265px;
    width: 50px;
    height: auto;
    text-align: center;
    color: #ffffff;
    z-index: 200;
    font-size: 9px;
    transition: all 1s;
    -webkit-transition: all 1s;

}

.homeZoom {
    top: 370px !important;
}

#zoomButtons i {
    font-size: 20px;
    margin-top: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
}

#zoomButtons i:hover {
    color: #ffffff;
}

.zoomable {
    color: #9b9b9b !important;

}

#mapHolder, #productsMapHolder {
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    height: 90px;
}

#mapHolder img, #productsMapHolder img {
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    position: absolute;
    left: 0;

}

#productsMapHolder {
    display: none;
}

.scaledMap img {
    width: 300% !important;
    left: -150% !important;

}

#theMarkers {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

#theMarkers li {
    position: absolute;
    width: 31px;
    height: 31px;
    background-image: url('../img/dot.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
}

.selectedDot {
    background-image: url('../img/selectedDot.png') !important;
}

#theMarkers li:hover {
    background-image: url('../img/selectedDot.png');
}

.homeOnes {
    display: none;
}

#m1 {
    left: 7%;
    top: 28px;
}

#mt1 {
    left: 4%;
    top: -1px;
}

#m2 {
    left: 21%;
    top: 24px;
}

#mt2 {
    left: 18%;
    top: -5px;
}

#m3 {
    left: 34%;
    top: 8px;
}

#mt3 {
    left: 31%;
    top: -15px;
}

#homeDot {
    left: 48%;
    top: 5px;
    text-align: center;
    color: #00aeef;
    font-size: 14px;
    background: none !important;
    margin-left: -1px;
    text-align: center;
    text-transform: capitalize;
    width: 60px !important;
    line-height: 0px;
    margin-left: -13px;
    text-shadow: 2px 2px 5px #ffffff;
}

#homeDot:hover {
    background-image: none !important;
    color: #0093ca !important;
}

#homeDot i {
    font-size: 60px;
    text-shadow: 1px 1px 2px #4b443d;
    line-height: 40px;
}

#m4 {
    left: 59%;
    top: 7px;
}

#mt4 {
    left: 57%;
    top: -15px;
}

#m5 {
    left: 74%;
    top: 25px;
}

#mt5 {
    left: 71%;
    top: 0px;
}

#m6 {
    left: 88%;
    top: 21px;
}

#mt6 {
    left: 85%;
    top: -10px;
}

#rm1 {
    left: 7%;
    top: 16px;
}

#rmt1 {
    left: 5%;
    top: -5px;
}

#rm2 {
    left: 23%;
    top: 15px;
}

#rmt2 {
    left: 21%;
    top: -12px;
}

#rm3 {
    left: 40%;
    top: 6px;
}

#rmt3 {
    left: 38%;
    top: -20px;
}

#rm4 {
    left: 52%;
    top: 3px;
}

#rmt4 {
    left: 50%;
    top: -19px;
}

#rm5 {
    left: 65%;
    top: 5px;
}

#rmt5 {
    left: 63%;
    top: -20px;
}

#rm6 {
    left: 79%;
    top: 7px;
}

#rmt6 {
    left: 77%;
    top: -20px;
}

#rm7 {
    left: 92%;
    top: 13px;
}

#rmt7 {
    left: 89%;
    top: -14px;
}

#rm8 {
    left: 87%;
    top: 25%;
}

#rmt8 {
    left: 85%;
    bottom: 75%;
}

#markerTitles {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 63px;
    text-align: center;
}

#markerTitles li {
    position: absolute;
    width: 90px;
    line-height: 16px;
    height: auto;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #ABABAB;
}

.roadHolder1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.roadHolder2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: auto;
}

.roadHolder3 {
    position: absolute;
    left: 200%;
    top: 0;
    width: 100%;
    height: auto;
}

.roadHolder4 {
    position: absolute;
    left: 300%;
    top: 0;
    width: 100%;
    height: auto;
}

.roadHolder5 {
    position: absolute;
    left: 400%;
    top: 0;
    width: 100%;
    height: auto;
}

.roadHolder6 {
    position: absolute;
    left: 500%;
    top: 0;
    width: 100%;
    height: auto;
}

.roadHolder7 {
    position: absolute;
    left: 600%;
    top: 0;
    width: 100%;
    height: auto;
}

#mainRoad {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

#movingRoad {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
}

.moveRoad {
    position: absolute;
    top: 39px;
    width: auto;
    height: auto;
    font-size: 25px;
    cursor: pointer;
    z-index: 1000;
}

#roadLeft {
    left: 5px;
}

#roadRight {
    right: 2px;
}

.moveRoad:hover {
    color: #000000;
}

#productNavFrame {
    position: relative;
    width: 100%;
    min-height: 255px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 45;
}

#productNavBG {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    /*background-image: url('../img/productNavBG.jpg');*/
}

#productNavBG img {
    position: absolute;
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.fullScale {
    width: 100% !important;
    left: 0% !important;
    top: 62px;
}

#productNav {
    position: relative;
    list-style: none;
    margin-top: -250px;
    margin-bottom: 0px;
    z-index: 200;
    padding-bottom: 0px;
}

.selectedSubSlide {
    display: block;
}

#productNav.homeSlides li {
    display: none;
    min-height: 380px;
    margin-top: -30px;
}

/*#productNav li {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 15px;
	display: none;
}
.LIinner {
	position: relative;
	width: 90%;
	top:10%;
	left: 5%;
}
.LIinner p {
	line-height: 25px;
	width: 95%;
	position: relative;
}*/
h1 {
    padding: 0;
    margin: 0;
    font-size: 50px;
    color: #535353;
    padding-bottom: 10px;
    display: block;
}

#cansHolder {
    width: 88%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 5px;

}

.canChevron {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #5f5f5f;
    cursor: pointer;
}

.canChevron:hover {
    color: #000000;
}

#cansLeft {
    left: 3%;
}

#cansRight {
    right: 3%;
}

.roundaboutList {
    position: relative;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 370px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    /*position: absolute;
    	left: 0px;*/
    display: none;
    z-index: 200;
    /*bottom: 0px;
    	*/

}

.roundaboutList li {
    position: absolute;
    width: 250px;
    text-align: center;
    height: auto;
    min-height: 270px;
    max-height: 280px;
    display: block;
    margin-top: 0px;
    cursor: pointer;
}

.cellHolder {
}

.roundaboutList li img {
    height: 100%;
    max-height: 280px;
    padding-top: 5%;
}

.selectedCan {}

.selectedCan img {

}

#divider {
    background-image: url('../img/divider.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 67px;
    z-index: 350;
}

#canTitles {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 300;
    background-color: #ffffff;
    height: 50px;
    font-size: 22px;
    width: 100%;

}

#canTitle {
    padding-top: 10px;
    color: #525252;
    font-size: 14px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

#canTitle a {
    color: #525252;
    text-decoration: none;
}

#canTitle a:hover {
    color: #00aeef;
}

#detailMenu {
    position: absolute;
    left: 0;
    top: 0px;
    display: none;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #c0c0c0;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 200;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#000000, direction=180, strength=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=180,strength=10, positive=true)";

}

#socialJunk {
    float: right;
    text-align: right;
}

#menuWTB {
    position: relative;
    display: inline-block;
    height: 35px;
    padding-top: 15px;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #8dc63f;
    text-transform: uppercase;
    float: left;
}

#menuWTB i {
    font-size: 20px;
}

#menuGarage {
    display: inline-block;
    height: 45px;
    position: relative;
    text-align: center;
    background-color: #e1e1e1;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    float: left;

    font-size: 14px;
    text-transform: uppercase;
}

#menuGarage span {
    position: relative;
    top: -8px;
}

#menuShare {
    display: inline-block;
    height: 45px;
    border-right: 1px solid #e1e1e1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: center;
    float: left;
}

#menuNav {
    display: inline-block;
    float: left;
    height: 50px;
    width: 32%;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #4a4a4a;
}

#menuNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 18px;
    margin-right: 15px;
    display: inline-block;
    float: right;
}

#sectionOverview {
    float: left;
    margin-top: 20px;
}

#menuNav li {
    float: left;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
    background-image: url('../img/menuDot.png');
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.menuHint {
    position: absolute;
    left: 2px;
    top: -15px;
    font-size: 9px;
    color: #3b3b3b;
    display: none;
    width: 300px;
}

#menuNav li:hover {
    background-image: url('../img/selectedMenuDot.png') !important;
}

.selectedMenuNav {
    background-image: url('../img/selectedMenuDot.png') !important;
}

#catList {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 5px;
    margin-left: 10px;
    width: 100%;
}

#catList li {
    display: inline-block !important;
    border: 1px solid #d6d6d6;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
    width: 46% !important;
    height: 120px;

    text-align: left;
    line-height: 14px;
    font-size: 14px;
}

#catList li img {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
}

#storeList {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 5px;
    margin-left: 10px;
    width: 100%;
}

#storeList li {
    display: inline-block !important;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
    width: 30% !important;
    height: auto;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
}

#storesList li img {
    display: block;

}

.storeImageFrame {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

ul#detailSections {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 90;
}

#detailSections li {
    display: block;
    width: 100%;
    position: relative;
}

li.searched {
    width: 97%;
    padding-left: 3%;
}

.searchHeading {
    background-color: #e0e0e0;
    width: 97%;
    padding-left: 3%;
    color: #494949;
}

.textInner {
    margin: 5px;
    margin-left: 45px;
    margin-right: 30px;
}

.textInner p {
    line-height: 20px;
    font-weight: normal;
}

.headingDark {
    background-image: url('../img/section5.jpg');
    padding-top: 1px;
    color: #ffffff;
}

.italics {
    font-style: italic;
}

.highlight {
    background-color: #dff6ff;
    text-transform: capitalize;
}

#sideScrollDots li {
    position: relative;
}

.searchSkus {
    background-image: url('../img/section5.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: none;
}

.section1 {
    height: 530px;

    background-position: center bottom;
    background-repeat: no-repeat;
}

#detailContent {
    position: relative;
    top: 90px;
    line-height: 25px;
    float: left;
}

.section2 {
    background-image: url('../img/section5.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

.selectorBar {
    width: 100%;
    height: 56px;
    background-color: #e0e0e0;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;

}

.selectedSelector {
    background-color: #8dc63f !important;
    color: #ffffff !important;
}

.greenTriangle {
    display: none;
    width: 23px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: -13px;
    margin-left: -12px;
    background-image: url('../img/greenTriangle.png');
    background-repeat: no-repeat;
}

.viewable {
    display: block !important;
}

.selectorBar li:hover {
    background-color: #c2c2c2;
    color: #ffffff;
}

.section4 {
}

.detailContentFull {
    position: relative;
    margin-left: 50px;
    padding-top: 20px;
    width: 80%;
    font-size: 14px;
    line-height: 25px;
}

#appGalleryHolder {
    width: 100%;
    height: 480px;
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;

}

.applicationScrollButtons {
    position: absolute;
    top: 45%;
    font-size: 40px;
    cursor: pointer;
    color: #ffffff;
    z-index: 200;

}

.scrollLeft {
    left: 30px;
}

.scrollRight {
    right: 30px;
}

#applicationGallery {
    position: relative;
    width: 999999px;
    height: 455px;
    padding: 0;
    margin: 0;
    list-style: none;
    left: -1410px;
    z-index: 100;
    top: 10px;
}

#applicationGallery li {
    float: left;
    width: 730px;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #000000;
}

#applicationGallery li img {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid #ffffff;
}

.visibleSlide img {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);

}

.bigVideo {
    width: 456px;
    height: 385px;
    position: absolute;
    left: 50px;
    top: 90px;
    background-image: url('../img/macScreen.png');
    background-repeat: no-repeat;
}

.bigVideo img {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

.videoThumbs {
    position: relative;
    top: 100px;
    left: 535px;
    width: 438px;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 30px;

}

#vidThumbs {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
    display: block;
}

#vidThumbs li {
    float: left;
    margin: 10px;
    margin-left: 0px;
    margin-right: 20px;
    width: 122px;
    height: 74px;
    background-image: url('../img/vidThumb.png');
    border: 1px solid #393939;
    cursor: pointer;
}

.section5 {
    background-image: url('../img/section5.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    background-size: cover;
}

h2 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 35px;
    color: #646464;
    font-weight: normal;
}

h3 {
    padding: 0;
    margin: 0;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 35px;
    color: #ffffff;
    font-weight: normal;
}

ul#features {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 50px;
}

ul#features li {
    font-size: 14px;
    font-weight: normal;
    color: #747474;
    padding: 12px 0;
    border-bottom: 1px solid #747474;
    text-align: left;
}

.leftCol {
    display: inline-block;
    width: 55%;

}

.rightCol {
    display: inline-block;
    width: 40%;

}

#canDiagram {
    position: absolute;
    right: 30px;
    top: 70px;
}

.section6 {
    background-image: url('../img/section6.jpg');
    background-position: center top;
    background-repeat: repeat-y;

}

#msds {
    width: 100%;
    height: 44px;
    overflow: hidden;
    background: url('../img/arrowDown.png') no-repeat right #ddd;
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: normal;
    color: #5d5d5d;

}

.section7 {
}

#lightBox {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../img/lightBox.png');
    display: none;
    left: 0;
    top: 0;
    z-index: 800;
}

#closeVideo {
    position: absolute;
    left: 50%;
    margin-left: 415px;
    top: 50%;
    margin-top: -260px;
    cursor: pointer;
    color: #b2b2b2;
    width: 16px;
    height: 16px;
    display: none;
}

#videoHolder {
    position: fixed;
    width: 853px;
    height: 480px;
    left: 50%;
    top: 50%;
    margin-left: -422px;
    margin-top: -240px;
    display: none;
    z-index: 900;
    background-color: #000000;
    background-image: url('../img/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.noBorder {
    border: none !important;
}

.msdsButton {
    width: 40%;
    margin-top: 20px;
    height: auto;
    background-image: url('../img/btnGrad.png');
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #b7b7b7;
    text-align: center;
    color: #000000;
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
    font-size: 16px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.msdsButton:hover {
    background-color: #93c450;
    background-image: url('../img/btnGreen.png');

}

.msdsButton a {
    display: block;
    color: #5d5d5d;
    ;
    padding: 5px;
    text-decoration: none;
}

.msdsButton a:hover {
    color: #ffffff;
}

/**********************
 * SLIDESHOW *
 *********************/
.carousel {
    position: relative;
    height: auto;
    display: block;
}

.carousel ul {
    padding-left: 0;
    position: relative;
    list-style: none;
    height: auto;
    display: block;
}

.carousel ul li {
    display: block;
}

.carousel figure {
    margin: 0;
}

.carousel figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}

.carousel .caption, .rslides .caption {
    position: absolute;
    color: #fff;
    top: 10px;
    left: 20px;
    width: 60%;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

.carousel .caption h3, .rslides .caption h3 {
    color: #fff;
}

.rslides .caption {
    top: 120px;
    width: 90%;
    width: 100%;
}

.rslides .desc, .carousel .desc {
    width: 100%;
}

.carousel .author, .rslides .author {
    color: #e8e8e8;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: -10px;
    width: 100%;
}

.carousel .caption h1, .carousel .caption h2, .carousel .caption h3,
.carousel .caption h4, .carousel .caption h5, .carousel .caption h6,
.rslides .caption h1,
.rslides .caption h2, .rslides .caption h3, .rslides .caption h4, .rslides .caption h5,
.rslides .caption h6 {
    font-size: 19px;
}

.carousel .arrow {
    font-size: 25px;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    z-index: 800;
    cursor: pointer;
}

.carousel .prev {
    left: 15px;
}

.carousel .next {
    right: 15px;
}

#gc_watchfaceoff {
	position: absolute;
	top: 211px;
	right: 57px;
}
#gc_castvote {
	position: absolute;
	top: 267px;
	right: 57px;
}

@media all and (min-width: 601px) and (max-width: 1023px) {
	#gc_watchfaceoff,
	#gc_castvote {
		right: auto;
		left: 70%;
	}
	
	#gc_watchfaceoff {
		top: 54%;
	}
	
	#gc_castvote {
		top: 65%;
	}
	
	#gc_watchfaceoff img,
	#gc_castvote img {
		width: 70%;
	}
}

@media all and (max-width: 600px) {
	#gc_watchfaceoff,
	#gc_castvote {
		right: auto;
		left: 70%;
	}
	
	#gc_watchfaceoff {
		top: 55%;
	}
	
	#gc_castvote {
		top: 65%;
	}
	
	#gc_watchfaceoff img,
	#gc_castvote img {
		width: 55%;
	}
}

/**********************
 * OVERALL CONTENT *
 *********************/
.container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 5%;
    width: 100%;
}

.grid-row {
    float: left;
    width: 100%;
}

.grid-row:before, .grid-row:after {
    content: " ";
    display: table;
}

.grid-row:after {
    clear: both;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
.col-10, .col-11, .col-12 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    float: none;
}

/**********************
 * SUCCESS STORIES *
 *********************/
#success-stories {
    position: relative;
    z-index: 2;
    margin-top: -90px;
    border-bottom: 7px solid #fff;
}

/**********************
 * FOOTER *
 *********************/
footer {
    margin-top: 0.5em;
    border-top: 1px solid #e3e3e3;
    font-size: 11px;
}

footer a {
    color: #b5b5b5;
}

footer .copyrights {
    text-transform: uppercase;
}

footer .quick-links a {
    display: inline-block;
    margin-right: 0.75em;
}

footer img {
    max-width: 100%;
}

footer .logo {
    margin: 1em 0;
}

/**********************
 * MISC *
 *********************/
.top-fade {
    border-top: #d6d5d5;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #d6d5d5 0%, #ffffff 20%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d5d5), color-stop(20%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6d5d5 0%, #ffffff 20%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6d5d5 0%, #ffffff 20%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6d5d5 0%, #ffffff 20%); /* IE10+ */
    background: linear-gradient(to bottom, #d6d5d5 0%, #ffffff 20%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d5', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}

.upward-slant-border {
    background: url(../img/layout/upward-slant-border.png) no-repeat bottom center;
    background-size: 100% auto;
}

.upward-slant-border-toptrans {
    background: url(../img/layout/upward-slant-border-toptrans.png) no-repeat bottom center;
    background-size: 100% auto;
}

.hidden-sm {
    display: none !important;
}

.visible-sm {
    display: inline-block !important;
}

hr {
    border: 0;
    height: 2px;
    background: #efefef;
    clear: both;
}

.btn, button, input[type="submit"] {
    display: inline-block;
    position: static;
    bottom: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 1s;
    -webkit-transition: all 1s;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 14px;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-grey {
    background: #353535;
}

.btn-green {
    background: #8dc63f;
}

.btn-paint {
	 background: #8dc63f !important;
}


.btn-grey-light {
    background: #b7b7b7;
}

.btn:hover {
    color: #fff;
    background: #008abf;
}

.btn-grey:hover {
    background: #353535;
}

.btn-grey-light:hover {
    background: #a5a5a5;
}

.btn-green:hover {
    background: #7bad36;
}

.btn-change {
    background: #fff;
    color: #3b3b3b;
    padding: 0px 8px;
    text-transform: lowercase;
    font-size: 90%;
}

.btn-change:hover {
    background: #eee;
    color: inherit;
}

.btn-disabled, .btn-disabled:hover {
    background: #dadada;
    color: #aeaeae;
    cursor: auto;
}

.clear:before,
.clear:after,
.container:before,
.container:after {
    content: " ";
    display: table;
}

.clear:after,
.container:after {
    clear: both;
}

.hidden-md {
    display: none;
}

#searchIcon {
    display: none;
}

#mapFrame {
    display: block;
}

.header-banner {
    height: 405px;
    width: 100%;
    background: url(../img/banners/howto.png) no-repeat top center;
    color: #fff;
}

.header-banner .content {
    padding-top: 3em;
}

.header-banner h1 {
    margin: 0 0 .25em;
    line-height: 40px;
    color: #ffffff;
}

#whatsnew a {
    color: #ffffff !important;
}

#crewMembers {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    height: auto;
    display: block;
}

#crewMembers li {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: rgb(233, 233, 233); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(233, 233, 233, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */

}

.memberName {
    width: 80%;
    height: auto;
    padding-bottom: 2px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 20px;
    line-height: 22px;
    color: #9c9c9c;
}

.memberInfo {
    width: 80%;
    min-height: 230px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;

}

.memberImage {
    width: 20%;
    height: auto;
    padding-top: 15px;
    text-align: center;
    display: inline-block;
    float: left;
}

.memberImage img {
    width: 80%;
    height: auto;
}

.memberDesc {
    width: 35%;
    height: auto;
    padding-top: 50px;
    font-size: 16px;
    line-height: 18px;
    color: #141414;
    float: left;
    display: inline-block;
    padding-bottom: 10px;
}

.memberDesc p {
    width: 90%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    width: 90%;
    margin: 0 auto;
}

.memberDescFull {
    width: 75%;
    height: auto;
    padding-top: 30px;
    font-size: 16px;
    line-height: 18px;
    color: #141414;
    float: left;
    display: inline-block;
    padding-bottom: 10px;
}

.memberDescFull p {
    width: 90%;
    padding: 0px;
    margin: 0px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5px;
}

.memberMore {
    width: 100%;
    text-align: right;
}

.memberProjectImage {
    width: 45%;
    height: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
}

.memberProjectImage img {
    width: 100%;
    height: auto;
}

.footnote {
    font-size: 11px !important;
    line-height: 12px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 599px) {
    #cart {
        top: 20px;
        left: auto;
        right: 10px

    }

    #searchIcon {
        position: absolute;
        left: 50px;
        top: 20px;
        font-size: 28px;
        color: #9b9b9b;
        display: block;
        cursor: pointer;
    }

    #search {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 105px;
        display: none;
        padding-top: 7px;
        background-color: #444444;
        text-align: center;
    }

    #search input {
        width: 90%;
    }

    #secondaryNav {
        display: none;
    }

    #garageBtn {
        width: 50%;
        text-align: center;
        line-height: 100%;
    }

    .groupShot {
        margin: 0 auto;
        width: 80%;
    }

    .section1 {
        padding-bottom: 0px !important;
    }

    #sideScrollDots {
        display: none;
    }

    ul#detailSections {
        padding-top: 30px !important;
    }

    #video {
        padding-top: 0px !important;
    }

    #benefits li {
        line-height: 130%;
    }

    #features {
        margin-bottom: 10px;
    }

    #features li {
        line-height: 130%;
    }

    .productMapFrame {
        height: 300px !important;
    }

    .slide-right, .slide-left {
        top: 50px;
        left: 2%;
        width: 96%;
        color: #ffffff;
    }

    #catList {
        margin-top: 0px;
        width: 90%;
        margin: 0 auto;
    }

    #catList li {
        width: 100% !important;
    }

    .video-content .sorter .left {
        width: 80% !important;
    }

    .header-banner {
        height: 300px;
        line-height: 20px;
    }

    #storeList li {
        width: 45% !important;
    }

    .mobileHide {
        display: none !important;
    }

    .scratch-fix-container #vehicle {
        margin-top: -60px !important;
    }

    .scratch-color {
        width: 30%;
        height: 100px;
        float: left;
        margin: 1%;
        line-height: 16px;
        font-size: 14px;
    }

    .scratch-color-code {
        width: 40%;
        height: 100px;
        float: left;
        margin: 2%;
        line-height: 16px;
        font-size: 14px;
    }

    .color-box {
        position: relative;
        width: 100%;
        height: 50px;
        border: 1px solid #b7b7b7;
        margin-bottom: 10px;

    }

    .scratchfixProduct {
        width: 98%;
        padding: 1%;
        min-height: 380px;
        background-image: url('../img/scratchfixBG.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        position: relative;

    }

    .mightWant {
        position: relative;
        line-height: 40px;
        font-size: 40px;
        padding: 0;
        margin: 0;
    }

    .scratchfixProduct2 {
        width: 98%;
        padding: 1%;
        height: 350px;
        background-image: url('../img/scratchfixBG2.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        position: relative;

    }

    .scratch-image {
        position: absolute;
        width: 15%;
        top: 13%;
        height: 100%;
        line-height: 100%;
        text-align: center;
    }

    .scratch-image a {
        color: #ffffff;
        font-size: 12px;

    }

    .scratch-image a:hover {
        color: #00aeef;
    }

    .scratch-logo {
        position: absolute;
        left: 1%;
        width: 20%;
        top: 10px;
        text-align: center;
    }

    .scratch-logo img {
        width: 80%;
        height: auto;
    }

    .scratch-desc {
        position: absolute;
        left: 21%;
        top: 0px;
        width: 79%;
        padding-top: 10px;
        height: auto;
        font-size: 12px;
        line-height: 14px;
    }

    .scratchfix-inner {
        position: absolute;
        width: 85%;
        left: 15%;
        top: 20px;
        height: auto;

    }

    .scratch-box {
        height: 50px;
        width: 40%;
    }

    .scratch-code {
        width: 50%;
        height: 50px;
        line-height: 50px;
    }

    .scratchfix-detail {
        width: 91%;
        left: 4%;
        position: relative;
        min-height: 100px;
        height: auto;
        top: 120px;
        background-color: #ffffff;
        border: 1px solid #969696;
    }

    .scratchfix-detail2 {
        width: 90%;
        float: left;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 20px;
        position: relative;
        height: auto;
        top: 20px;
        background-color: #ffffff;
        border: 1px solid #969696;
    }

    .skuBuy {
        width: 97%;
        float: left;
    }

    #mapFrameMobile p {
        line-height: 16px;
    }

    #nav-dropdown p {
        font-size: 14px;
        line-height: 14px;
        text-transform: none;

    }

    #nav-dropdown {
        display: block;
    }

    #storeList li {
        display: inline-block !important;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 15px;
        width: 98% !important;
        height: auto;
        text-align: center;
        line-height: 14px;
        font-size: 14px;
    }

    #weirdList {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 15px;
        margin-left: 10px;
        width: 100%;
    }

    #feauredList {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 15px;
        margin-left: 10px;
        width: 100%;
    }

    #feauredList li {
        display: inline-block !important;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 15px;
        width: 98% !important;
        height: auto;
        text-align: center;
        line-height: 14px;
        font-size: 14px;
    }

    #weirdList li {
        display: inline-block !important;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 15px;
        width: 98% !important;
        height: auto;
        text-align: center;
        line-height: 14px;
        font-size: 14px;
    }

    #weirdList li .storeImageFrame {
        background-color: #d5d5d5;
    }

    #feauredList li .storeImageFrame {
        background-color: #d5d5d5;
    }

    #weirdList li img {
        width: 55%;
        height: auto;
    }

    #feauredList li img {
        width: 55%;
        height: auto;
    }

    .shptrn_cart_item h3 {
        font-size: 14px;
        line-height: 17px;
    }

    .shptrn_button {
        font-size: 10px;
    }

    .shptrn_ci_part_num {
        font-size: 10px;
    }

    #whatsNewBanner {
        position: absolute;
        right: 0px;
        width: 100%;
        top: 60px;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
    }

    #whatsNewBanner h1 {
        font-size: 50px;
        text-shadow: 0 0 5px #8a8a8a;
        margin-bottom: 0px;
    }

    #whatsnew {
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
        list-style: none;
    }

    #whatsnew li {
        width: 100%;
        background-repeat: no-repeat;

        background-color: #ffffff;
        position: relative;

    }

    #bedArmor {
        height: 510px;
        background-image: url('../img/banners/wn1m.jpg');
        background-position: center top;
    }

    #newTriangle {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    #baDates {
        position: absolute;
        right: 15px;
        top: 9px;
        width: 100%;
        text-align: right;
        color: #e2e2e2;
        font-size: 18px;
        text-transform: uppercase;
    }

    #baText {
        width: 100%;
        height: 100%;
        position: relative;
        color: #ffffff;
    }

    #baFrame {
        position: relative;
        width: 80%;
        margin: 0 auto;
        left: 0;
        top: 150px;
        font-size: 31px;
        line-height: 45px;
        text-align: center;
    }

    #baFrame img {
        width: 90%;
        max-width: 290px;
        height: auto;
    }

    .baNum {
        font-size: 90px;
    }

    .baRebate {
        font-size: 40px;
    }

    #baBox {
        width: 58%;
        height: auto;
        position: absolute;
        right: 2%;
        top: 20px;
        text-align: right;
        display: none;
    }

    #baBox img {
        width: 100%;
        height: auto;
        max-width: 540px;
    }

    #baShield {
        position: absolute;
        top: 55px;
        right: 15px;
    }

    #baCase {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        text-align: center;

    }
	
	#garageChall {
		position: relative;
		background-color: #000 !important;
		width: 100%;
	}
	
	.hero_desktop {
		display: none;
	}
	
	.hero_mobile {
		display: block;
	}
	
	#garageChall_header {
		margin: 25px 0;
		text-align: center;
	}
	
	#garageChall_watchfaceoff {
		text-align: center;
	}
	
	#garageChall_castvote {
		margin: 18px 0 24px;
		text-align: center;
	}
	
	#garageChall_url {
		padding-bottom: 35px;
		text-align: center;
	}

    #customWrap {
        height: 363px;
        background-image: url('../img/banners/wn2m.jpg');
        background-position: center top;

    }

    #wrapCans {
        position: absolute;
        right: 0px;
        bottom: 60px;
        width: 100%;
        text-align: center;
    }

    #wrapCar {
        position: absolute;
        left: 0%;
        bottom: 10px;
        text-align: left;
        width: 60%;
        overflow: hidden;
        display: none;
    }

    #wrapCar img {
        width: auto;
        min-width: 400px;
        height: auto;
    }

    #wrapMore {
        position: absolute;
        right: 20px;
        bottom: 2px;
        color: #000000;
        text-transform: uppercase;
        font-style: 20px;
    }

    #cammoWrap {
        height: 800px;
        background-image: url('../img/banners/wn3.jpg');
        background-position: center top;
    }

    #leftAd {
        position: relative;
        left: 0px;
        width: 100%;
        height: 400px;
        background-image: url('../img/banners/camom.jpg');
        background-position: right top;
    }

    #camoCans {
        position: absolute;
        left: 0px;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }

    #camoCans img {
        width: 100%;
        max-width: 205px;
        min-width: 180px;
        height: auto;
    }

    #camoText {
        width: 55%;
        position: absolute;
        right: 0px;
        top: 140px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 35px;
        display: none;
    }

    #camoText p {
        margin-left: 50px;
    }

    #camoMore {
        position: absolute;
        right: 10px;
        bottom: 0px;
        font-size: 20px;
        text-transform: uppercase;
        color: #ffffff;
    }

    #camoDiscover {
        position: absolute;
        right: 20px;
        bottom: 7px;
        font-size: 20px;
        text-transform: uppercase;
        color: #000000;

    }

    #camoWatch {
        position: absolute;
        right: 20px;
        top: 7px;
        font-size: 18px;
        text-transform: uppercase;
        color: #e0e0e0;
        line-height: 18px;
        text-align: right;

    }

    #rAD {
        position: relative;
        width: 100%;
        height: 400px;
        left: 0px;
        top: 0px;
        background-image: url('../img/banners/armorCamo.jpg');
        background-position: right top;

    }

    #baLogo {
        position: absolute;
        right: 0px;
        top: 50px;
        width: 100%;
        text-align: center;
        display: none;
    }

    #mobileCamo {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #baLogo img {
        width: 100%;
        max-width: 181px;
        min-width: 140px;
        height: auto;
    }

    #trimBumper {
        height: 411px;
        background-image: url('../img/banners/wn4.jpg');
        background-position: left top;
    }

    #renew {
        position: absolute;
        top: 150px;
        left: 80px;
    }

    #trimLearnMore {
        position: absolute;
        left: 105px;
        bottom: 38px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
    }

    #trimCan {
        position: absolute;
        right: 15px;
        bottom: 5px;
        width: 30%;
        text-align: right;
    }

    #trimCan img {
        width: 100%;
        max-width: 145px;
        min-width: 120px;
        height: auto;
    }

    #fadex {
        position: absolute;
        left: 410px;
        top: 345px;
        width: 42%;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 28px;
        display: none;
    }

    #tirePaint {
        height: 348px;
        background-image: url('../img/banners/wn5m.jpg');
        background-position: center top;
    }

    #tireLearnMore {
        position: absolute;
        right: 0px;
        width: 100%;
        text-align: center;
        bottom: 21px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
    }

    #tireBonds {
        position: absolute;
        right: 0px;
        width: 100%;
        text-align: center;
        top: 140px;
    }

    #mGarage {
        height: 405px;
        background-image: url('../img/banners/wn6m.jpg');
        background-position: center bottom;
    }

    #joinFree {
        position: absolute;
        right: 0px;
        top: 0px;
        display: none;
    }

    #joinFrame {
        width: 100%;
        padding-top: 30px;
        margin: 0 auto;
        color: #ffffff;
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
    }

    #joinFrame h2 {
        text-transform: none;
        color: #ffffff;
    }

    #joinFrame p {
        margin-top: 40px;
        line-height: 35px;
    }

    #joinCreate {
        color: #000000;
        font-size: 15px;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        text-align: center;
    }

    #pCrew {
        height: 393px;
        background-image: url('../img/banners/pcBanner.jpg');
        background-position: center top;
    }

    #pcText {
        position: absolute;
        width: 92%;
        left: 8%;
        bottom: 150px;
        line-height: 30px;
        font-size: 28px;
        text-align: center;
        text-shadow: 2px 0px 5px rgba(90, 90, 90, 1);
    }

    #rattleCan {
        height: 393px;
        background-image: url('../img/banners/rattlecanBanner.jpg');
        background-position: left top;
    }

    #powernation {
        position: absolute;
        right: 0px;
        bottom: 2px;
        width: 100%;
        text-align: center;
    }

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

@media (min-width: 600px) {
    #whatsNewBanner {
        position: absolute;
        left: 120px;
        top: 40px;
        color: #ffffff;
        font-size: 20px;
    }

    #mobileCamo {
        display: none;
    }

    #baShield {
        display: none;
    }

    #baCase {
        display: none;
    }

    #whatsNewBanner h1 {
        font-size: 50px;
        margin-left: -70px;
        text-shadow: 0 0 5px #8a8a8a;
        margin-bottom: 0px;
    }

    #whatsnew {
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
        list-style: none;
    }

    #whatsnew li {
        width: 100%;
        background-repeat: no-repeat;

        background-color: #ffffff;
        position: relative;

    }

    #bedArmor {
        height: 440px;
        background-image: url('../img/banners/wn1.jpg');
        background-position: center top;
    }

    #newTriangle {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    #baDates {
        position: absolute;
        left: 0px;
        top: 9px;
        width: 100%;
        text-align: center;
        color: #e2e2e2;
        font-size: 18px;
        text-transform: uppercase;
    }

    #baText {
        width: 40%;
        height: 100%;
        position: relative;
        color: #ffffff;
    }

    #baFrame {
        position: relative;
        width: 90%;
        left: 20%;
        top: 130px;
        font-size: 31px;
        line-height: 45px;
    }

    #baFrame img {
        width: 80%;
    }

    .baNum {
        font-size: 90px;
    }

    .baRebate {
        font-size: 40px;
    }

    #baBox {
        width: 58%;
        height: auto;
        position: absolute;
        right: 2%;
        top: 20px;
        text-align: right;
    }

    #baBox img {
        width: 100%;
        height: auto;
        max-width: 540px;
    }
	
	#garageChall {
		position: relative;
		height: 393px;
		background-color: #000 !important;
		width: 100%;
	}
	
	.hero_desktop {
		display: block;
	}
	
	.hero_mobile {
		display: none;
	}
	
	#garageChall_header {
		position: absolute;
		top: 26px;
		right: 22px;
	}
	
	#garageChall_watchfaceoff {
		position: absolute;
		top: 211px;
		right: 57px;
	}
	
	#garageChall_castvote {
		position: absolute;
		top: 267px;
		right: 57px;
	}
	
	#garageChall_url {
		position: absolute;
		bottom: 24px;
		right: 100px;
	}

    #customWrap {
        height: 393px;
        background-image: url('../img/banners/wn2.jpg');
        background-position: right top;

    }

    #wrapCans {
        position: absolute;
        right: 80px;
        bottom: 60px;
    }

    #wrapCar {
        position: absolute;
        left: 0%;
        bottom: 10px;
        text-align: left;
        width: 60%;
        overflow: hidden;
    }

    #wrapCar img {
        width: auto;
        min-width: 400px;
        height: auto;
    }

    #wrapMore {
        position: absolute;
        right: 60px;
        bottom: 2px;
        color: #000000;
        text-transform: uppercase;
        font-style: 16px;
    }

    #cammoWrap {
        height: 414px;
        background-image: url('../img/banners/wn3.jpg');
        background-position: center top;
    }

    #leftAd {
        position: relative;
        left: 0px;
        width: 60%;
        height: 100%;
        z-index: 100;
    }

    #camoCans {
        position: absolute;
        left: 30px;
        bottom: 10px;
        width: 45%;
    }

    #camoCans img {
        width: 100%;
        max-width: 245px;
        min-width: 180px;
        height: auto;
    }

    #camoText {
        width: 55%;
        position: absolute;
        right: 0px;
        top: 140px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 35px;
    }

    #camoText p {
        margin-left: 50px;
    }

    #camoMore {
        position: absolute;
        right: 100px;
        bottom: 7px;
        font-size: 20px;
        text-transform: uppercase;
        color: #ffffff;
    }

    #camoDiscover {
        position: absolute;
        right: 20px;
        bottom: 7px;
        font-size: 20px;
        text-transform: uppercase;
        color: #000000;

    }

    #camoWatch {
        position: absolute;
        right: 20px;
        top: 7px;
        font-size: 18px;
        text-transform: uppercase;
        color: #e0e0e0;
        line-height: 18px;
        text-align: right;

    }

    #rAD {
        position: absolute;
        width: 40%;
        height: 414px;
        right: 0px;
        top: 0px;
        z-index: 150;
        display: block !important;

    }

    #baLogo {
        position: absolute;
        right: 30px;
        top: 50px;
        width: 50%;
        text-align: right
    }

    #baLogo img {
        width: 100%;
        max-width: 181px;
        min-width: 140px;
        height: auto;
    }

    #trimBumper {
        height: 411px;
        background-image: url('../img/banners/wn4.jpg');
        background-position: left top;
    }

    #renew {
        position: absolute;
        top: 150px;
        left: 80px;
    }

    #trimLearnMore {
        position: absolute;
        left: 105px;
        bottom: 38px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
    }

    #trimCan {
        position: absolute;
        right: 15px;
        top: 5px;
        width: 15%;
        text-align: right;
    }

    #trimCan img {
        width: 100%;
        max-width: 145px;
        min-width: 120px;
        height: auto;
    }

    #fadex {
        position: absolute;
        left: 410px;
        top: 345px;
        width: 42%;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 28px;
    }

    #tirePaint {
        height: 411px;
        background-image: url('../img/banners/wn5.jpg');
        background-position: right top;
    }

    #pCrew {
        height: 393px;
        background-image: url('../img/banners/pcBanner.jpg');
        background-position: right top;
    }

    #pcText {
        position: absolute;
        width: 35%;
        right: 40px;
        top: 150px;
        font-size: 20px;
        text-align: center;
    }

    #rattleCan {
        height: 393px;
        background-image: url('../img/banners/rattlecanBanner.jpg');
        background-position: left top;
    }

    #powernation {
        position: absolute;
        right: 0px;
        bottom: 2px;
    }

    #tireLearnMore {
        position: absolute;
        right: 70px;
        bottom: 55px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
    }

    #tireBonds {
        position: absolute;
        right: 174px;
        top: 160px;
    }

    #mGarage {
        height: 509px;
        background-image: url('../img/banners/wn6.jpg');
        background-position: center top;
    }

    #joinFree {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    #joinFrame {
        width: 500px;
        padding-top: 70px;
        margin: 0 auto;
        color: #ffffff;
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
    }

    #joinFrame h2 {
        text-transform: none;
        color: #ffffff;
    }

    #joinFrame p {
        margin-top: 70px;
        line-height: 45px;
    }

    #joinCreate {
        color: #000000;
        font-size: 15px;
        text-transform: uppercase;
        position: absolute;
        left: 50%;
        bottom: 10px;
        margin-left: -20px;
    }

    #nav-dropdown {
        display: none;
    }

    .slide-right, .slide-left {
        top: 50px;

        color: #ffffff;
    }

    #cart {
        top: 20px;
        left: auto;
        right: 150px;

    }

    #search {
        left: 50px;
    }

    #logo {
        padding-top: 10px;
        width: 215px;
    }

    #storeList li {
        display: inline-block !important;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 15px;
        width: 47% !important;
        height: auto;
        text-align: center;
        line-height: 14px;
        font-size: 14px;
    }

    /**********************
    	 * OVERALL CONTENT *
    	 *********************/
    .grid-row {
        margin: 0 -12px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
    .col-10, .col-11, .col-12 {
        padding: 12px;
        float: left;
    }

    .col-1 {
        width: 8.333333333333333%;
    }

    .col-2 {
        width: 16.66666666666667%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33333333333333%;
    }

    .col-5 {
        width: 41.66666666666667%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33333333333333%;
    }

    .col-8 {
        width: 66.66666666666667%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33333333333333%;
    }

    .col-11 {
        width: 91.66666666666667%;
    }

    .col-12 {
        width: 100%;
    }

    .col-offset-12 {
        margin-left: 100%;
    }

    .col-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-offset-9 {
        margin-left: 75%;
    }

    .col-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-offset-6 {
        margin-left: 50%;
    }

    .col-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-offset-3 {
        margin-left: 25%;
    }

    .col-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-offset-1 {
        margin-left: 8.33333333%;
    }

    /**********************
    	 * SUCCESS STORIES *
    	 *********************/
    #success-stories {
        margin-top: -120px;
    }

    /**********************
    	 * SLIDESHOW *
    	 *********************/
    .carousel .caption,
    .rslides .caption {
        top: 50px;
        left: 20px;
        width: 60%;
        font-size: 13px;
    }

    .carousel .caption h1, .carousel .caption h2, .carousel .caption h3,
    .carousel .caption h4, .carousel .caption h5, .carousel .caption h6,
    .rslides .caption h1,
    .rslides .caption h2, .rslides .caption h3, .rslides .caption h4, .rslides .caption h5,
    .rslides .caption h6 {
        font-size: 23px;
    }

    .rslides .caption {
        top: 120px;
    }

    /**********************
    	 * FOOTER *
    	 *********************/
    footer .copyrights,
    footer .quick-links {
        text-align: right;
    }

    footer .quick-links a {
        margin-left: 0.75em;
        margin-right: 0;
    }

    footer .logo {
        margin: 0;
    }

    .hidden-sm {
        display: inline-block !important;
    }

    .visible-sm {
        display: none !important;
    }

    #mapFrame .slide-right {
        width: 50%;
        color: #fff;
        float: right;
        margin-right: 1em;
        margin-top: .6em;
    }

    #mapFrame .slide-right h1 {
        color: #fff;
        font-size: 1.8em;
        line-height: 1.1;
    }

    #mapFrame .slide-left {
        width: 50%;
        color: #fff;
        float: left;
        margin-left: 1em;
        margin-top: .6em;
    }

    #mapFrame .slide-left h1 {
        color: #fff;
        font-size: 1.8em;
        line-height: 1.1;
    }

    #mapFrameMobile {
        display: none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #storeList li {
        display: inline-block !important;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 15px;
        width: 30% !important;
        height: auto;
        text-align: center;
        line-height: 14px;
        font-size: 14px;
    }

    #feauredList {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 5px;
        margin-left: 10px;
        width: 100%;
    }

    #feauredList li {
        display: inline-block !important;
        margin-bottom: 15px;
        margin-left: 1%;
        width: 95% !important;
        height: auto;
        text-align: center;
        line-height: 14px;
        font-size: 18px;

    }

    #feauredList li img {
        width: 35%;
        height: auto;
    }

    #weirdList li img {
        width: 55%;
        height: auto;
    }

    #weirdList {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 15px;
        margin-left: 10px;
        width: 100%;
    }

    #weirdList li {
        display: inline-block !important;
        margin-left: 1%;
        margin-bottom: 15px;
        width: 47% !important;
        height: auto;
        text-align: center;
        line-height: 14px;
        font-size: 16px;

    }

    #weirdList li .storeImageFrame {
        background-color: #d5d5d5;
    }

    #feauredList li .storeImageFrame {
        background-color: #d5d5d5;
    }

    #drawer {
        left: -30%;
        width: 30%;
    }

    #drawerLevel2 {
        left: -120%;
        width: 220%;
    }

    .drawerOpen2 {
        left: 100% !important;
        z-index: 50 !important;
    }

    .slide2 {
        left: 95% !important;
    }

    #contentFrame {
        margin-top: 0;
    }

    /**********************
    	 * SUCCESS STORIES *
    	 *********************/
    #success-stories {
        margin-top: -140px;
    }

    /**********************
    	 * SLIDESHOW *
    	 *********************/
    .carousel .caption,
    .rslides .caption {
        top: 90px;
        left: 30px;
        width: 50%;
        font-size: 15px;
    }

    .carousel .caption h1, .carousel .caption h2, .carousel .caption h3,
    .carousel .caption h4, .carousel .caption h5, .carousel .caption h6,
    .rslides .caption h1,
    .rslides .caption h2, .rslides .caption h3, .rslides .caption h4, .rslides .caption h5,
    .rslides .caption h6 {
        font-size: 28px;
    }

    .rslides .caption {
        top: 150px;
    }

    .hidden-md {
        display: block;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #drawerLevel2 {
        width: 190%;
    }

    .slide2 {
        left: 87% !important;
    }

    /**********************
    	 * SUCCESS STORIES *
    	 *********************/
    #success-stories {
        margin-top: -180px;
    }

    /**********************
    	 * SLIDESHOW *
    	 *********************/
    .carousel .caption,
    .rslides .caption {
        top: 150px;
        left: 50px;
        width: 50%;
    }

    .rslides .caption {
        top: 260px;
    }

    .carousel .caption h1, .carousel .caption h2, .carousel .caption h3,
    .carousel .caption h4, .carousel .caption h5, .carousel .caption h6,
    .rslides .caption h1,
    .rslides .caption h2, .rslides .caption h3, .rslides .caption h4, .rslides .caption h5,
    .rslides .caption h6 {
        font-size: 34px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


