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

	html, body { 
		width:100% !important;	
		min-width: 0px !important;
		overflow-x: hidden;
		}

	#outer_container {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100% !important;
		padding: 0;
		margin: 0;
		min-width: 320px !important;
		}

	#outer_container.showMenu {
		top: 0;
		left: 30%;
		max-height: 800px;
		overflow: hidden;
		position: fixed;
		z-index: 999;
		display: block;
		z-index: 1;
		border-left: 1px solid #eee;
	}

	#container {
		width: 100%;
		min-width: 0;
		top: 80px;
	}
	
	#outer_container.showMenu #logoWrap.largeNav {
		left: 30%;
	}

	#logoWrap.smallNav {
		display: none !important;
	}

	#topLogo {
		background: url('/static/img/liberty_logo2_03.png') no-repeat 0 8px;
		width: 300px;
		height: 40px;
		background-size: 100% auto;
		display: block;
		margin: 5px auto 0 auto;
	}

	#shopNav {
		top: 80px;
	}

	#catNav ul {
		width: 90%;
	}

	#catNav ul li a {
		font-size: 16px;
	}

	.freeShipping {
	/*	display: none;*/
	position: fixed;
	left: 0;
	}
	.freeShipping.showMenu {
		left: 30%;
	}
	

	.navWrap {
		position: relative;
		z-index: 999;
	}
	
	#topHeader, #satchmo-toolbar, .navWrap{
		width: 100% !important;
		margin: 0;
		padding: 0;
	}
	
	#logoWrap {
		margin: 0 !important;
	}
	
	
	
	#logoWrap.small .navWrap {
		margin: 0;	
	}
	
	
	#outerwrap.showMenu #logoWrap {
/*		left: 80%;*/
	}
	
	#nav, .cartNav {
		display: none;
	}
	
	#topHeader {
/* 		background: #B6305B;*/
		background: rgba(0,0,0,0.90);
		height: 38px;
		left: 0;
		padding-top: 2px;
		position: fixed !important;
	}
	
	#topHeader.fixed {
/*	background: url('/static/img/home/br2_03.png');*/
	}
	
	#outerwrap.showMenu #topHeader {

	}
	
	.topWrap {
		min-width: 0;
		width: 100% !important;
	}

	#mainNav {
		min-width: 0;
		max-width: auto;
	}

	#logoWrap.largeNav{
		background: none;
		height: auto;
		width: 100%;
		margin-top: 0;
		padding: 4px 0 4px 0;
		border-bottom: 1px solid #ddd;
		position: fixed;
		top: 27px;
		left: 0;
		z-index: 4;
		background: rgba(255,255,255,0.85);
		z-index: 9999;
	}
	
	#logoWrap.smallWrap {
		background: none;
		height: auto;
		width: 80%;
		position: fixed;
		top: 4px;
		left: 2px;
		z-index: 4;
	}

	#fullWrap {
		width: 100% !important;
	}

	#accountinfo_wrap, #shipping_icon, #tollfree, .cart_text {
		display: none !important;
	}

	#logo {
		z-index: 4;
		top: 0px;
		width: 170px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 9999;
	}
	
	#logo img{
		width: 100%;
		height: auto;
	}
	
	.cart {
		margin: 2px 0 0 0;
	}
	
	#nav {
		float: left;
		font-family:  Arial, sans-serif;
		color: #000;
		line-height: 90%;	
		border: none;
		position: relative;
		z-index: 4;
	}

	.pageCenter {
		width: 100% !important;
		min-height: 0;
	}	

	#indeximgWrap {
		display: none;
	}

	#mobileBtnWrap {
		display: block !important;
	}


	#mainNav {
		padding-top: 5px;
		height: 70px;
	}

	.topCart {
		margin-top: 15px;
	}

	#mainNav ul {
		margin: 0px 0 0 0;
	}

	#mainNav ul li a, #mainNav ul li div#collections {
		font-size: 13px;
	}

	#accountWrap {
		width: 200px;
		float: right;
		margin-top: -10px;
	}

	#accountInfo {
		width: 100%;
		margin: 0;
		display: none;
	}

	#index, #indexWrap {
		float: left;
		width: 100%;
	}

	.navFloat {
		top: -92px;
	}

	
	/* Mobile Navigation Styles ________________ */
	
	#mobileShopNav {
		float: left;
		width: 30%;
		/*background: rgba(255, 255, 255, .96);*/
		background: #f2f2f2;
		color: #fff;
/*		max-height: 800px;*/
		min-height: 800px;
		padding-top: 0%;
		opacity: 1;
		top: 0;
		z-index: 9999;
		position: absolute !important;
		border: none;
		display: block;
	}

	.navFloat {
		position: relative;
		top: 71px;
	}
	
	#mobileSearch {
		float: right;
		position: relative;
		display: block !important;
		margin: 0 5px 0 6px;
		z-index: 9999;
	}

	a#cartIcon_lg {
	float: right;
	width: 24px;
	height: 30px;
	margin: 0 5px 0 10px;
	overflow: hidden;
	z-index: 99999;
	position: relative;
	display: block;
	}

	#cartIcon_lg img{
		width: 100%;
		height: auto;
	}
	

	#mobileNavBtn:active {
		background-position: 0 -52px;	
	}

	#mobileBtnWrap {
		position: fixed;
		overflow: hidden;
		float: right;
		z-index: 0;
		top: 0;
		left: 80%;
		height: 100%;
		max-height: 800px;
		width: 20%;
		display: none;
/*		background: #000;*/
	}

	#menuNavBtn {
		float: left;
		position: relative;
		top: 5px;
		left: 10px;
		font-size: 14px;
		color: #aaa;
		cursor: pointer;
		text-align: left;
		z-index: 99999 !important;
		width: 34px;
		display: block;
	}

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

	#mobileNav ul li.store {
		display: none;
	}
	
	.closeArrow {
		float: left;
		margin: -10px 0 0 0;
		padding: 0;
	}

	.closeNav {
		float: left;
		clear: left;
		width: 75%;
		height: 30px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 32px;
		color: #000;
		text-align: left;
		padding: 2px 0% 2px 5%;
		margin: 0;
		z-index: 9999;
		border-bottom: 2px solid #000;
		background: rgba(255, 255, 255, .99);
		position: fixed;
		display: none;
	}

	.closeNav:hover {
		background: #000;	
	}

	#mobileNav li{
		float: left;
		clear: left;
		width: 95%;
	/*	height: 42px;*/
		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		font-size: 16px;
		color: #555;
		text-align: left;
		padding: 8% 0 8% 5%;
		border-bottom: 1px solid #fff;	
/*		background: #4BADE2;*/
	}

	#mobileNav li a{
		float: left;
		width: 100%;
		color: #555;
	}

	#mobileNav li.socialRow a{
		width: 32px;
	}

	#mobileNav li a:hover {
		background: #f2f2f2;
	}

	#mobileNav li a img{
		width: 32px;
		height: auto;
	}



	#mobileNav a.mobContact{
		background: #BA1827;
		border-bottom: 1px solid #941F26;	
	}

	#mobileNav a.mobBio{
		background: #222;
	}

	#mobileNav a:hover {
		background: #eee;
	}
	
	.m_menuWrap {
		width: 100%;
		float: left;
		position: relative;
		top: 40px;
	}

	.m_menuCategory {
		float: left;
		width: 90%;
	/*	height: 30px;*/
		border-bottom: 1px solid #ddd;
		text-align: left;
		padding: 5% 5% 5% 5%;
			font-size: 14px;
		font-weight: 700;
		text-align: left;
		font-family: "Open Sans", arial, sans-serif;
		-webkit-font-smoothing: antialiased;
	}
	
	.m_menuChild {
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	
	.m_menuChild a{
		float: left;
		width: 100%;
		padding: 5% 0 5% 0;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		font-family: "Open Sans", arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		border-top: 1px dotted #ddd;
	}
	
	.m_parentName {
		float: left;
		width: 80%;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		font-family: "Open Sans", arial, sans-serif;
		-webkit-font-smoothing: antialiased;
	}
	
	.m_openChild {
		float: right;
		font-size: 16px;
		font-weight: 900;
		font-family: "Open Sans", arial, sans-serif;
		margin-top: -5px;
	}
	
	.closeNav#worldClose {
		background: rgba(255, 255, 255, .99);
/*		background: #fff;*/
		color: #000;
	}
	
	.m_worldlinks {
		float: left;
		position: relative;
		top: 40px;
	}
	
	.m_worldlinks a{
		float: left;
		width: 90%;
	/*	height: 30px;*/
		border-bottom: 1px solid #888;
		text-align: left;
		padding: 5% 5% 5% 5%;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		font-family: "Open Sans", arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		color: #fff;	
	}
	
	#mobileSearchbar {
		float: left;
		width: 100% !important;
		position: fixed;
		top: 63px;
		left: 0;
		height: 100%;
		background: rgba(255,255,255, 0.80);
		display: none;
		z-index: 999;

	}

	#mobileSearchbar input{
		border-radius: 0;
		z-index: 99999;
		position: relative;
	}
	
	#search_keywords {
		width: 70%;
		margin: 3px 0 0 2%;
		float: left;
		color: #000;
		padding: 1% 0 1% 0;
		font-size: 16px;
		border: 1px solid #ddd;
	}

	input.sbutt {
    float: left;
    margin: 2px 1% 1% 1%;
    border: 0px none;
    background: none repeat scroll 0% 0% transparent;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    width: 20%;
    font-family: "Oswald",arial,sans-serif;
	}

	.searchForm {
    position: relative;
    left: 220px;
    top: 10px;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #D40000;
    width: 300px;
    height: 33px;
}

	.sButt {
		display: none;
	}
	
	#footer {
		width: 100%;
		display: block;

	}
	
	.footerWrap {
		width: 80%;
		margin-left: 10%;
	}
	
	.social_icons {
		margin: 0 0 5% 0;
	}
	
	.foot_link {
		width: 47%;
		margin: 0 3% 0 0;
		text-align: left;
		font-size: 13px;
	}
	
	.foot_link ul li {
		margin: 0 0 10px 0;
	}
	
	.newsletter {
		float: left;
		width: 100%;
		text-align: left;
		margin: 5% 0 0 0;
	}
	
	.foot_b {
			margin: 50px 0 0 0;
	}
	
.foot_cw {
	margin: 0 0 0 10%;
	text-align: left;
	width: 50%;
}

.foot_cw p{
	font-size: 11px !important;
}
	

}  

