body { min-width: 997px!important; }
body .header-inner,
body .nav-bar-inner,
body .page-footer-inner {
	max-width: 997px;
	min-width: 997px;
}

.hero-banner {
	float: left;
	margin-bottom: 20px;
	width: 669px;
	height: 250px;
}
.hero-banner .swiper-wrapper { /*height: 250px;*/ }
.hero-banner .swiper-slide {
	width: 669px;
	text-align: center;
}
.hero-banner.fullsize,
.hero-banner.fullsize .swiper-slide {
	width: 979px;
}
.hero-banner .swiper-slide a { display: block; }
.hero-banner .swiper-button-prev,
.hero-banner .swiper-button-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -145px;
	width: 50px;
	height: 160px;
	color: #fff;
	font-size: 36px;
	line-height: 290px;
	text-align: center;
	cursor: pointer;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.hero-banner .swiper-button-prev {
	left: 0;
	text-shadow: 2px 0 8px #000;
}
.hero-banner .swiper-button-next {
	right: 0;
	text-shadow: -2px 0 8px #000;
}
.hero-banner:hover .swiper-button-prev,
.hero-banner:hover .swiper-button-next {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.hero-banner:hover .swiper-button-prev,
.hero-banner:hover .swiper-button-next { width: 80px; }
.hero-banner .swiper-button-prev:hover,
.hero-banner .swiper-button-next:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* banner outside */
#bodyArea .bodyArea { position: relative; }
.banner-outside {
	display: none;
	position: absolute;
	bottom: 0;
	width: 997px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.banner-outside.fixed {
	position: fixed;
	bottom: auto;
}
.banner-outside-left {
	position: relative;
	float: left;
}
.banner-outside-right {
	position: relative;
	float: right;
}
.banner-outside-left a,
.banner-outside-right a {
	position: relative;
	display: block;
}
.banner-outside-left a { left: -100%; }
.banner-outside-right a { right: -100%; }
.banner-outside-left img,
.banner-outside-right img { display: block; }
/* hot links */
.hotlinks {
	display: none;
	margin-bottom: 20px;
	overflow: hidden;
}
.hotlinks .nav-row { width: 100%; }
.hotlinks .btn {
	display: block;
	padding: 13px 15px;
	font-size: 16px;
}

/* deal logo */
.dailydeal-logo,
.spotlight-logo,
.whathot-logo {
	position: relative;
	padding-left: 44px;
}
.dailydeal-logo-icon,
.spotlight-logo-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background: #fc941e;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}
.spotlight-logo-icon { font-size: 24px; }
.dailydeal-logo-title,
.dailydeal-logo-subtitle,
.spotlight-logo-title,
.spotlight-logo-subtitle,
.whathot-logo-title,
.whathot-logo-subtitle {
	color: #fc941e;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
}
.dailydeal-logo-subtitle,
.spotlight-logo-subtitle,
.whathot-logo-subtitle { font-size: 12px; }
.countdown { width: auto; }
.featured-deals:after {
	content: "";
	display: table;
	clear: both;
}

/* keep main menu show to the homepage */
.keep-main-nav .main-nav-title,
.keep-main-nav .main-nav.is-active .btn-primary {
	cursor: default;
	border-color: #B35A00;
	background-color: #f78c1b;
	background: linear-gradient(to bottom, #FEB13A, #f78c1b);
	color: #552F00;
}
.keep-main-nav .main-nav .menu-box-arrow,
.keep-main-nav .main-nav .menu-box-body-inner { display: none; }
.keep-main-nav .hero-wrap .menu-box-arrow {
	display: block;
	right: auto;
	bottom: auto;
	top: -9px;
	left: 109px;
}
.keep-main-nav .hero-wrap:after {
	content: "";
	display: table;
	clear: both;
}
.keep-main-nav .hero-left {
	float: left;
	margin-bottom: 4px;
	width: 210px;
}
.keep-main-nav .hero-left .menu-box-body-inner { 
	display: block;
	position: relative;
	left: -1px;
	top: -26px;
	background: #f1f1f1;
}
.keep-main-nav .hero-left .menu-box-arrow:after { border-bottom-color: #f1f1f1; }
.keep-main-nav .hero-body {
	position: relative;
	margin: 0 0 10px 220px;
}
.keep-main-nav .hero .banner-topRights { display: none; }
.keep-main-nav .hero-bottom { margin-bottom: 20px; height: 138px; overflow: hidden; }
.keep-main-nav .hero-bottom a { display: block; }
.keep-main-nav .hero-bottom img {
	display: block;
	width: 100%;
	height: 138px;
}
.keep-main-nav .hero-bottom-2col a {
	display: inline-block;
	width: 370px;
}
.keep-main-nav .hero-banner { height: 200px; }
.keep-main-nav .hero-banner,
.keep-main-nav .hero-banner .swiper-slide,
.keep-main-nav .hero-banner .swiper-slide img { width: 759px; }
#container #bodyArea #bodyCenterArea #SitePromo,
.keep-main-nav #container #bodyArea #bodyCenterArea #SegmentPromo { margin-bottom: 20px; }