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

	#leftnav_container {
		display: none;
	}

    #account_wrap {
 /*   float: right;
    width: 180px;
    margin-right: 0px;
    padding: 10px 0 0 20px;*/
    display: none;
    }

    #logo.apr14, a#logo {
    /*    width: 70%;*/
        width: 570px;

    }
    #logo.apr14 img, a#logo img{
        width: 100%;
        height: auto;
     }



	#content {
    margin: 0px auto 30px auto;
    padding: 0 0 15px 0;
    float: none;
    position: relative;
    min-height: 350px;
    width: 100%;
    max-width: 848px;
    text-align: center;
	}

	#container {
    width: 100%;
    margin: 0px auto;
    line-height: 130%;
    padding: 0 0 0 0;
    font-weight: normal;
	}



	#nav ul {
    float: left;
    width: 100%;
    margin: 5px auto 10px auto;
    padding: 7px 0px;
    display: inline;
/*    min-width: 850px;*/
	}

    #nav ul li {
        padding: 0px 3% 0px 0px; 
/*        width: 82px;
        float: left;
        height: 113px;*/
    }

/*    #nav a#shop {
    background: url('/static/img/gfnav_shop.png') no-repeat 0 0;
    width: 100%;
    background-size: 100% auto;
    float: left;
    }*/
	
    #nav a#shop {
    background: url('/static/img/nav3/gfnav_shop.png') no-repeat 0 0;
    width: 74px;
    height: 92px;
    float: left;
}

#nav a#shop:hover, #nav a#shop.active {
    background-position: 0 -92px;
}

#nav a#dna {
    background: url('/static/img/nav3/gfnav_dna.png') no-repeat 0 0;
    width: 83px;
    height: 92px;
    float: left;
}

#nav a#dna:hover, #nav a#dna.active {
    background-position: 0 -92px;
}

#nav a#twowheels {
    background: url('/static/img/nav3/gfnav_twowheels.png') no-repeat 0 0;
    width: 159px;
    height: 92px;
    float: left;
}

#nav a#twowheels:hover, #nav a#twowheels.active {
    background-position: 0 -92px;
}

#nav a#gfpov {
    background: url('/static/img/nav3/gfnav_gfpov.png') no-repeat 0 0;
    width: 86px;
    height: 92px;
    float: left;
}

#nav a#gfpov:hover {
    background-position: 0 -92px;
}

#nav a#blog {
    background: url('/static/img/nav3/gfnav_blog.png') no-repeat 0 0;
    width: 67px;
    height: 92px;
    float: left;
}

#nav a#blog:hover {
    background-position: 0 -92px;
}

#nav a#contact {
    background: url('/static/img/nav3/gfnav_contact.png') no-repeat 0 0;
    width: 122px;
    height: 92px;
    float: left;
}

#nav a#contact:hover, #nav a#contact.active {
    background-position: 0 -92px;
}

.searchDyn #search_keywords {

    margin-top: 6px;

}

.dna{
    margin-left: 5%;
    width: 90%;
}


/*#thumbWrap a.bx-prev {
    top: -410px;
}*/


}
