
@media all and (max-width: 1024px) {

.header-line,
.master-wrapper-content {
	max-width: 980px; /*fix for jCarousel "number of items" calculation*/
}

.header-menu {
    background: none;
    margin: 0 auto 20px;
	border: 1px solid #bbb;
}
.top-menu, .dropdown {
	display: none;
}
.menu-title {
    display: block !important;
	background: #eeeeee; /* Old browsers */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%); /* W3C */
}
.menu-title span {
	display: block;
	background: url(../img/responsive-nav-icon.png) 15px center no-repeat;
	box-shadow: inset 0 1px #fff;
	padding: 0 15px 0 0;
	font-size: 200%;
	line-height: 45px;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
}
.header-menu ul > li {
	display: block;
    position: relative;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	border: none !important;
	border-top: 1px solid #bbb !important;
	background: #f3f3f3 !important; /* Old browsers */
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #eeeeee 100%) !important; /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #f3f3f3 0%, #eeeeee 100%) !important; /* W3C */
	box-shadow: inset 0 1px #fff !important;
	padding: 11px 15px;
	text-align: right;
	text-shadow: 1px 1px #fff !important; 
}
.header-menu > ul > li:hover a,
.header-menu > ul > li:hover > span {
	color: inherit;
}
.header-menu > ul > li:hover > a:before,
.header-menu > ul > li:hover > span:before {
	display: none;
}
.header-menu > ul .plus-button {
    position: absolute;
    top: 1px;
    left: 0;
	width: 48px;
	height: 44px;
	border-right: 1px solid #bbb;
	background: url('../img/responsive-plus.png') center no-repeat;
	cursor: pointer;
	opacity: 0.8;
}
.header-menu > ul .plus-button.close {
	background: url('../img/responsive-minus.png') center no-repeat;
}

.header-menu .sublist-wrap {
	position: static;
	box-shadow: none;
	padding: 0;
	font-size: 14px;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: 0;
	right: 0;
	box-shadow: none;
	background-color: #fff !important;
}
.header-menu .sublist li a {
	border: 1px solid #ddd;
	border-bottom: none;
	background: none;
	padding: 13px 30px 13px 50px;
}
.header-menu .sublist .sublist > li > a {
	padding-right: 40px;
}
.header-menu .sublist .sublist .sublist > li > a {
	padding-right: 50px;
}

.item-box .product-item {
	overflow: visible;
}
.item-box .product-item .picture {
	margin: 0 0 1px;
	border-bottom: 1px solid #ddd;
}
.item-box .product-item .details {
	position: static;
	width: 100%;
	outline: 1px solid #fff;
	opacity: 1;
}
.item-box .product-item .description {
	display: none;
}
.item-box .product-item .add-info {
	position: static;
	padding: 10px;
	text-align: center;
}

}