body {}
/*section slides*/
@media screen and (max-width: 500px) {
	section.slides {
		height: auto;
		width: 100%;
		max-width: 1400px;
		overflow: auto;
		margin: 0 auto;
	}
	section.slides .desk_slide {
		display: none;
	}
	section.slides .mobi_slide {
		width: 100%;
		display: block;
	}
	section.slides img.desk_image {
		width: 100%;
		/*		display: none;*/
	}
	section.slides img.mobi_image {
		width: 100%;
		display: block;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slides {
		height: auto;
		width: 100%;
		max-width: 1400px;
		overflow: auto;
		margin: 0 auto;
	}
	section.slides .desk_slide {
		display: none;
		width: 100%;
		display: block;
	}
	section.slides .mobi_slide {
		display: none;
		width: 100%;
		/*		display: block;*/
	}
	section.slides img.desk_image {
		width: 100%;
		display: block;
		display: none;
	}
	section.slides img.mobi_image {
		width: 100%;
		display: block;
		display: none;
	}
}
@media screen and (min-width: 801px) {
	section.slides {
		background-color: black;
		width: 100%;
		max-width: 1400px;
		overflow: auto;
		margin: 0 auto;
	}
	section.slides .mobi_slide {
		display: none;
	}
	section.slides .desk_slide {
		height: 100%;
		width: 100%;
		display: block;
		background-image: url(images/desk_slide_1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.slides img.mobi_image {
		width: 100%;
		display: none;
	}
}
/*section vid mrkt*/
@media screen and (max-width: 500px) {
	section.vid_mrkt {
		margin-top: 0px;
		background-color: #fe0500;
		height: auto;
		width: 100%;
		overflow: auto;
	}
	section.vid_mrkt .wrap {
		height: 100%;
		width: 95%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		padding: 20px 0;
		box-sizing: border-box;
	}
	section.vid_mrkt video {
		width: 80vw;
		margin: 0 auto;
		display: block;
		background-color: black;
	}
	section.vid_mrkt video source {
		height: 100%;
		width: 100%;
		display: block;
	}
	section.vid_mrkt .wrap img {
		width: 95%;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.vid_mrkt {
		margin-top: 0px;
		background-color: #fe0500;
		height: auto;
		width: 100%;
		overflow: auto;
		padding: 30px 0;
		box-sizing: border-box;
	}
	section.vid_mrkt .wrap {
		height: 100%;
		width: 95%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		padding: 0px 0;
		box-sizing: border-box;
	}
	section.vid_mrkt video {
		width: 50%;
		float: left;
		display: block;
		background-color: black;
	}
	section.vid_mrkt video source {
		height: 100%;
		width: 100%;
		display: block;
	}
	section.vid_mrkt .wrap img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (min-width: 801px) {
	section.vid_mrkt {
		margin-top: 20px;
		background-color: #fe0500;
		height: 250px;
		width: 100%;
	}
	section.vid_mrkt .wrap {
		height: 100%;
		width: 95%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		padding: 20px 0;
		box-sizing: border-box;
	}
	section.vid_mrkt video {
		height: 100%;
		float: right;
	}
	section.vid_mrkt video source {
		height: 100%;
		width: 100%;
		display: block;
	}
	section.vid_mrkt .wrap img {
		height: 100%;
		float: left;
	}
}
/*section feat*/
@media screen and (max-width: 500px) {
	section.feat {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		overflow: auto;
		padding: 0px 0;
	}
	section.feat .wrap {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #2f2f2f;
	}
	section.feat .wrap a {
		padding: 5px 10px;
		box-sizing: border-box;
		width: 100%;
		display: block;
		/* float: left; */
		overflow: hidden;
		-webkit-transition: all linear 100ms;
		-moz-transition: all linear 100ms;
		-o-transition: all linear 100ms;
		transition: all linear 100ms;
	}
	section.feat .wrap a img {
		width: 100%;
		height: auto;
		cursor: pointer;
		border: solid 1px black;
	}
	section.feat .wrap a:hover {
		-webkit-transform: scaleX(1.02) scaleY(1.02);
		transform: scaleX(1.02) scaleY(1.02);
	}
	section.feat .wrap a:hover img {
		border: solid 1px rgba(0, 0, 0, 0);
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.feat {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		overflow: auto;
		padding: 0px 0;
	}
	section.feat .wrap {
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #2f2f2f;
		position: relative;
	}
	section.feat .wrap a {
		padding: 5px 0px;
		box-sizing: border-box;
		width: 50%;
		display: block;
		float: left;
		overflow: hidden;
		-webkit-transition: all linear 100ms;
		-moz-transition: all linear 100ms;
		-o-transition: all linear 100ms;
		transition: all linear 100ms;
		position: relative;
	}
	section.feat .wrap a:last-of-type {
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
	section.feat .wrap a:last-of-type img {
		min-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	section.feat .wrap a img {
		width: 100%;
		height: auto;
		cursor: pointer;
		border: solid 1px black;
	}
	section.feat .wrap a:hover {
		-webkit-transform: scaleX(1.02) scaleY(1.02);
		transform: scaleX(1.02) scaleY(1.02);
	}
	section.feat .wrap a:hover img {
		border: solid 1px rgba(0, 0, 0, 0);
	}
}
@media screen and (min-width: 801px) {
	section.feat {
		width: 95%;
		max-width: 1300px;
		margin: 0 auto;
		overflow: auto;
		padding: 20px 0;
	}
	section.feat .wrap {
		width: 100%;
		margin: 0 auto;
		padding: 20px 10px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #2f2f2f;
	}
	section.feat .wrap a {
		padding: 0 10px;
		box-sizing: border-box;
		width: 33.333%;
		display: block;
		float: left;
		overflow: hidden;
		-webkit-transition: all linear 100ms;
		-moz-transition: all linear 100ms;
		-o-transition: all linear 100ms;
		transition: all linear 100ms;
	}
	section.feat .wrap a img {
		width: 100%;
		height: auto;
		cursor: pointer;
		border: solid 1px black;
	}
}
/*section mrkt*/
@media screen and (max-width: 500px) {
	section.mrkt {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	}
	section.mrkt .wrap {
		width: 100%;
		margin: 0 auto;
		overflow: auto;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	section.mrkt .specials {
		float: left;
		width: 100%;
		overflow: auto;
		height: 60vw;
		background-image: url(images/mobi_specials_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.mrkt .specials img {
		width: 100%;
		display: none;
	}
	section.mrkt .list_box {
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 5px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.mrkt {
		width: 100%;
		max-width: 1400px;
		margin: 20px auto 0 auto;
	}
	section.mrkt .wrap {
		width: 100%;
		margin: 0 auto;
		overflow: auto;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	section.mrkt .specials {
		width: 70vw;
		height: 40vw;
		margin: 0 auto;
		overflow: auto;
		background-image: url(images/mobi_specials_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.mrkt .specials img {
		width: 100%;
		display: none;
	}
	section.mrkt .list_box {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 20px 5px;
		box-sizing: border-box;
		overflow: auto;
	}
}
@media screen and (min-width: 801px) {
	section.mrkt {
		width: 95%;
		max-width: 1300px;
		margin: 20px auto 0 auto;
		overflow: auto;
	}
	section.mrkt .wrap {
		width: 100%;
		margin: 0 auto;
		overflow: auto;
		/*		padding: 20px 0;*/
		box-sizing: border-box;
	}
	section.mrkt .specials {
		float: left;
		width: 20%;
		height: 605px;
		overflow: auto;
		position: relative;
		background-image: url(images/desk_specials_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-top: 10px;
	}
	section.mrkt .list_box {
		float: left;
		width: 80%;
		height: auto;
		overflow: auto;
		padding-left: 10px;
		box-sizing: border-box;
	}
}
/*section mrkt_b*/
@media screen and (max-width: 500px) {
	section.mrkt_b {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
	}
	section.mrkt_b .wrap {
		width: 100%;
		overflow: auto;
		margin: 0 auto;
	}
	section.mrkt_b .wrap img.mobi_bnnr {
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	section.mrkt_b .wrap img.desk_bnnr {
		display: none;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.mrkt_b {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
	}
	section.mrkt_b .wrap {
		width: 100%;
		max-width: 600px;
		overflow: auto;
		margin: 0 auto;
	}
	section.mrkt_b .wrap img.mobi_bnnr {
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	section.mrkt_b .wrap img.desk_bnnr {
		display: none;
	}
}
@media screen and (min-width: 801px) {
	section.mrkt_b {
		width: 95%;
		max-width: 1300px;
		margin: 20px auto 0 auto;
		overflow: auto;
	}
	section.mrkt_b .wrap {
		width: 100%;
		overflow: auto;
		margin: 0 auto
	}
	section.mrkt_b .wrap img.mobi_bnnr {
		display: none;
	}
	section.mrkt_b .wrap img.desk_bnnr {
		width: 100%;
	}
}
/*section clearance*/
@media screen and (max-width: 500px) {
	section.clearance {
		/*	display: none;*/
		width: 100%;
		margin: 20px auto 0 auto;
		padding: 0;
		overflow: auto;
		background-color: #f8f8f8;
	}
	section.clearance .desk_bnnr {
		display: none;
	}
	section.clearance .mobi_bnnr {
		width: 95%;
		max-width: 1300px;
		margin: 0 auto;
		overflow: auto;
		display: block;
	}
	section.clearance .mobi_bnnr img {
		width: 100%;
		margin: 0 auto;
	}
	section.clearance .wrap {
		margin: 0 auto;
		width: 95%;
		overflow: auto;
		padding: 5px 0 30px 0;
		box-sizing: border-box;
	}
	section.clearance .wrap img {
		width: 100%;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.clearance {
		/*	display: none;*/
		width: 100%;
		margin: 20px auto 0 auto;
		padding: 0;
		overflow: auto;
		background-color: #f8f8f8;
	}
	section.clearance .desk_bnnr {
		/*		display: none;*/
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	section.clearance .mobi_bnnr {
		width: 70vw;
		margin: 0 auto;
		overflow: auto;
		display: block;
		display: none;
	}
	section.clearance .mobi_bnnr img {
		width: 100%;
		margin: 0 auto;
	}
	section.clearance .wrap {
		margin: 0 auto;
		width: 95%;
		max-width: 600px;
		overflow: auto;
		padding: 5px 0 30px 0;
		box-sizing: border-box;
	}
	section.clearance .wrap img {
		width: 100%;
	}
}
@media screen and (min-width: 801px) {
	section.clearance {
		/*	display: none;*/
		width: 100%;
		max-width: 1400px;
		margin: 40px auto 0 auto;
		padding: 0px 0;
		overflow: auto;
	}
	section.clearance .bnnr {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto 20px auto;
	}
	section.clearance .mobi_bnnr {
		display: none;
	}
	section.clearance .desk_bnnr {
		width: 100%;
	}
	section.clearance .desk_bnnr img {
		width: 100%;
		margin: 0 auto;
	}
	section.clearance .wrap {
		margin: 0 auto;
		width: 95%;
		max-width: 1400px;
		overflow: auto;
		padding: 0;
		box-sizing: border-box;
		background-color: #0a0a0a;
		padding: 30px;
		box-sizing: border-box;
	}
	section.clearance .wrap img {
		width: 100%;
	}
}
/*featured categories*/
@media screen and (max-width: 500px) {
	section.ftd_ctgry {
		width: 95%;
		max-width: 1300px;
		margin: 0px auto 0px auto;
		padding: 30px 0 20px 0;
		overflow: auto;
	}
	section.ftd_ctgry h1 {
		font-size: 30px;
		text-align: center;
		margin: 0;
	}
	section.ftd_ctgry .list_box {
		overflow: auto;
		width: 100%;
		margin: 0 auto;
	}
	section.ftd_ctgry .list_box .item {
		float: left;
		width: 50%;
		overflow: auto;
		padding: 5px;
		box-sizing: border-box;
	}
	section.ftd_ctgry .list_box .item .innr {
		width: 100%;
		height: 90px;
		overflow: auto;
		background-color: #8f0106;
		display: block;
		text-decoration: none;
	}
	section.ftd_ctgry .list_box .item .name {
		font-size: 18px;
		font-weight: bold;
		padding: 15px;
		box-sizing: border-box;
		color: white;
	}
	section.ftd_ctgry .list_box .item .image {}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.ftd_ctgry {
		width: 95%;
		max-width: 1300px;
		margin: 0px auto 0px auto;
		padding: 30px 0 20px 0;
		overflow: auto;
	}
	section.ftd_ctgry h1 {
		font-size: 30px;
		text-align: center;
		margin: 0;
	}
	section.ftd_ctgry .list_box {
		overflow: auto;
		width: 100%;
		margin: 0 auto;
	}
	section.ftd_ctgry .list_box .item {
		float: left;
		width: 50%;
		overflow: auto;
		padding: 5px;
		box-sizing: border-box;
	}
	section.ftd_ctgry .list_box .item .innr {
		width: 100%;
		height: 90px;
		overflow: auto;
		background-color: #8f0106;
		display: block;
		text-decoration: none;
	}
	section.ftd_ctgry .list_box .item .name {
		font-size: 18px;
		font-weight: bold;
		padding: 15px;
		box-sizing: border-box;
		color: white;
	}
	section.ftd_ctgry .list_box .item .image {}
}
@media screen and (min-width: 801px) {
	section.ftd_ctgry {
		width: 95%;
		max-width: 1300px;
		margin: 0px auto 50px auto;
		padding: 30px 0 20px 0;
		overflow: auto;
	}
	section.ftd_ctgry h1 {
		font-size: 30px;
		text-align: center;
	}
	section.ftd_ctgry .list_box {
		overflow: auto;
		width: 100%;
		margin: 0 auto;
	}
	section.ftd_ctgry .list_box .item {
		float: left;
		width: 20%;
		overflow: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	section.ftd_ctgry .list_box .item .innr {
		width: 100%;
		height: 150px;
		overflow: auto;
		background-color: #8f0106;
		display: block;
		text-decoration: none;
	}
	section.ftd_ctgry .list_box .item .name {
		font-size: 22px;
		font-weight: bold;
		padding: 15px;
		box-sizing: border-box;
		color: white;
	}
	section.ftd_ctgry .list_box .item .image {}
}