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

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

	input, textarea {
		-webkit-appearance: none;
		border-radius: 0;
		border: 1px solid #bbb;
	}

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

	#outerwrap.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;
	}
	
	#outerwrap.showMenu #logoWrap.largeNav {
		left: 30%;
	}

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

	#nav ul  {
		width: 746px;
		max-width: 100%;

	}

	#nav ul li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 0px 15px 0px 0px;
    padding: 6px 0px 6px 0;
    letter-spacing: 0pt;
	}

	#nav ul li a{
		font-size: 11px;
	}

	#booknow {
		display: none;
	}

	.cartNav {
		height: 31px;
	}

	.mdReserve {
	color: #E44044;
	border: 1px solid #E44044;
	margin-top: 5px;
	float: right;
	clear: right;
	padding: 5px 15px 5px 15px;
	}

#nav ul li a.reserve:hover {
	color: #d40000;
	border: 1px solid #d40000;
}
	
	#accountinfo a {
		font-size: 11px;
	}

	.freeShipping {
	/*	display: none;*/
	width: 100%;
	left: 0;
	}

	.topCart {
		width: 96%;
		padding: 0 2% 0 2%;
	}
	.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: 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;
	}

	#logoWrap.largeNav{
		background: none;
		height: auto;
		width: 98%;
		margin-top: 0;
		padding: 4px 1% 4px 1%;
		top: 0;
		left: 0;
		z-index: 4;
		background: rgba(0,0,0,0.9);
		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: 10px;
		width: 300px;
		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;
		padding-top: 15px;
	}

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

	#indeximgWrap {
		display: none;
	}

/*	#mobileBtnWrap {
		display: block !important;
	}*/
	
	/* 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;

	}
	
	#mobileSearch {
		float: right;
		position: relative;
		display: none !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: none;
	}

	#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: none;
	}

	#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 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: 93%;
		margin: 20px 0 0 2%;
		float: left;
		padding: 2%;
		color: #000;
		font-size: 16px;
		border: 1px solid #ddd;
	} 
	*/
	.sButt {
		display: none;
	}
	
	#footer {
		width: 100%;
	}
	
	.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;
}

.subNavWrap {
	padding: 10px 0 10px 0;
}

.subNav {
	width: 94%;
	padding: 0 3% 0 3%;
}

.shop_crumbs.collCrumbs {
	width: 96%;
	padding: 0 2% 0 2%;
}

.subCol {
    float: left;
    margin: 0px 20px 12px 0px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
}

.about101 {
	display: none;
}
	

	.profileForm {
    width: 86%;
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.25);
    margin: 25px auto;
    padding: 10px 4% 4% 4%;
    position: relative;
    z-index: 1;
    background: #FFF none repeat scroll 0% 0%;
    display: inline-block;
    text-align: left;
}

#options input{
	width: 90%;
	margin-right: 10%;
}

#options input[name="custom_email"]{
	width: 100%;
}

.order_det_pay.successWrap {
	width: 84%;
	padding: 2%;
	min-height: 0;

}

}  

