@media only screen and (max-width: 800px){
	
	h2.heading_block																	{ padding: 10px 0px; }
	h2.heading_block img																{ width: 100%; height: auto; }
	
	.col_block.col_1.col_type_3,
	.col_block.col_2.col_type_3															{ margin-right: 0; }
	.col_block.col_type_3																{ width: 100%; margin-top: 10px; }
	footer #footer_wrapper .footer_column h6											{ white-space: nowrap; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
	
	#banner 																			{ margin-left: -20px; width: 108%; }
	
	#sidebar_wrapper																	{ right: -20px; width: 40%; }
	
	header#header 																		{ height: 195px; }
	
	header #logo																		{ width: 100%; background-repeat: no-repeat; background-position: center top; }
	
	header #search_login #search_form													{ display: none; }
	
	header #globlal_nav																	{ width: 100%; text-align: center; padding: 0; margin: 100px 0px 0px 25px; }
	header #globlal_nav li 																{ margin: 0 10px;}
	
	header #main_nav_mobile 															{ display: block; background-color: #20103c; margin-top: 10px; height: 35px; color: #fff; padding: 0 20px; z-index: 99998; width: 100%; margin-left: -20px; line-height: 35px; font-weight: 700; text-transform: uppercase; }
	header #main_nav_mobile .current													{ position: absolute; left: 20px; font-weight: 500; }
	header #main_nav_mobile .current .prev_page											{ font-weight: 500; }
	header #main_nav_mobile .menu_toggle												{ position: absolute; right: 20px; padding: 0px 25px; cursor: pointer; margin-right: -20px; background-image: url('../img/menu_icon.png'); background-position: left center; background-repeat: no-repeat; }
	
	header #main_nav																	{ margin-top: 150px; }
	header #main_nav #sub_nav_wrap														{ display: none; }
	header #main_nav #sub_nav_wrap.open													{ display: block; background-color: #2f214f; margin: 0; color: #fff; width: 100%; height: auto; width: 100%; margin-left: -20px; padding: 0 20px; }
	header #main_nav #sub_nav_wrap ul 													{ width: 100%; padding: 0 20px; margin-left: -20px; }
	header #main_nav #sub_nav_wrap ul li												{ display: block; border-top: 1px dotted #443074; width: 100%; padding: 0px 20px; margin-left: -20px; }
	header #main_nav #sub_nav_wrap ul li:hover											{ background-color: #20103c; }
	header #main_nav #sub_nav_wrap ul li a												{ color: #fff; display: block; padding: 5px 0; }
	header #main_nav #sub_nav_wrap ul li a:hover										{ text-decoration: none; }
	header #main_nav #sub_nav_wrap li:hover ul.sub-menu									{ display: none; }
	header #main_nav #sub_nav_wrap li.open ul.sub-menu									{ display: block; }
	header #main_nav #sub_nav_wrap ul.sub-menu											{ display: none; overflow: hidden; position: relative; float: none; background-color: #fff; width: 100%; padding: 0 20px; }
	header #main_nav #sub_nav_wrap ul.sub-menu a										{ color: #32234C; }
	header #main_nav #sub_nav_wrap ul.sub-menu li.nav_closer							{ display: none; }
		
	header #main_nav #sub_nav_wrap ul.sub-menu li										{ width: 100%; padding: 0px 20px; margin: 0px 0px 0px -20px; border-color: #32234C; }
	header #main_nav #sub_nav_wrap ul.sub-menu li:hover									{ background-color: #f7f7f7; }
	
	#article_wrapper ul.products li.product,
	#article_wrapper .product .related ul li 											{ margin-right: 4%; }
	
}