
@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;
}
.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) right 15px center no-repeat;
	padding: 0 0 0 15px;
	font-size: 200%;
	line-height: 45px;
	cursor: pointer;
	color: #fff;
}
.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-color: #0390d2;
	/* 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: left;
}
.header-menu > ul > li:hover a,
.header-menu > ul > li:hover > span {
	color: #0a4396;
	background-color: #ade5ff;
}
.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;
    right: 0;
	width: 48px;
	height: 44px;
	border: 1px solid #0390d2;
	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;
	left: 0;
	box-shadow: none;
	background-color: #0090d2 !important;
}
.header-menu .sublist li a {
	border: 1px solid #ddd;
	border-bottom: none;
	background: none;
	padding: 13px 50px 13px 30px;
}
.header-menu .sublist .sublist > li > a {
	padding-left: 40px;
}
.header-menu .sublist .sublist .sublist > li > a {
	padding-left: 50px;
}

.item-box .product-item {
	overflow: visible;
}
.item-box .product-item .picture {
	margin: 0 0 1px;
}
.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;
}

}