/* #Theme Frame 
================================================== */

/* #Clearing
================================================== */

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
.sf-menu > li {
	padding-left: 0;
	display:inline-block;
}
.sf-menu > li.space {
	padding-left: 235px!important;
}
#footer-nav {
	margin-left:0;
}
#footer-nav li {
	display: inline;
	list-style-type: none;
	margin-left: 5px;
}
#copyright {
	margin-right:0%;
}
#home_container	{
	position:absolute;
	z-index:999;
	margin-top:25%;
	width:80%;
}
.product_slider .detail {
	width:100%;
}

#banner-fade,
#banner-slide{
	display:block;
	margin:0 auto;
	width:70%;
}
.over_bg	{
	background:url(../images/slider_img_over_shadow.png) no-repeat;
	display:block;
	position:absolute;
	z-index:9;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

/*============================================== HEADER SECTION ==============================================*/


/*============================================== SLIDER SECTION ==============================================*/
#slider {
	padding: 0px;
	overflow: hidden;
	display:none;
}
/*============================================== CONTENT SECTION ==============================================*/
/*============================================== Footer ==============================================*/
}



