/* Responsive Only Container */
.mobile,
button.toggle,
button.toggle-login,
button.toggle-logout,
.mobile-nav {
	display: none;
}

@media (max-width: 768px) {
	.mobile {
		display: block;
	}
	/* Container */
	#container {
		width: 100%;
		min-width: 100%;
	}
	/* Page */
	#page-area {
		width: 100%;
	}
	/* Top Navigation */
	#header-top {
		display: none;
	}
	.heisetopnavi_login {
		display: none;
	}
	#bannerzone .leaderboard, #bannerzone .skyscraper {
	  	display:none;
	}
	.heisetopnavi {
		min-width: 100%;
		padding: 0;
	}
	.heisetopnavi .heisetopnavi_header {
		width: 100%;
		min-width: 100%;
	}
	.heisetopnavi ul.heisetopnavi_navi {
		margin: auto;
		float: none;
	}
	.heisetopnavi ul.heisetopnavi_navi ul.heisetopnavi_sub {
		display: none;
	}
	/* Main Header */
	#header-main {
		height: auto;
		padding-bottom: 20px;
		background-color: #0064ad;
	}
	#logo, #nav-user, #nav-top {
		float: none;
		clear: both;
	}
	#nav-user, #nav-top {
		display: none;
	}
	#nav-user li.first a, #nav-top li.first a {
		padding-left: 0;
	}
	#nav-main li li.first > a, #nav-main li li a {
		font-size: 12px;
	}
	/* Search Box */
	#search-box {
		float: none;
	}
	#search-box #search-string {
		margin: 0;
		padding: 6px 0 6px 10px;
		float: right;
	}
	#search-box #search-btn {
		float: right;
		position: relative;
		right: -279px;
		top: 2px;
	}
	#search-filter-area {
		width: 100%;
		margin-left: -16px;
	}
	/* Main Navigation */
	button.toggle {
		float: left;
		display: block;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 9px 10px;
		background: transparent;
	}
	button.toggle:hover, button.toggle:focus {
		background: #ccc;
	}
	button.toggle .icon-bar {
		background-color: #333;
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	button.toggle .icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button.toggle-login, button.toggle-logout {
		float: right;
		display: block;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 9px 10px;
		background: transparent;
	}
	button.toggle-login:hover, button.toggle-login:focus, button.toggle-logout:hover, button.toggle-logout:focus {
		background: #ccc;
	}
	#nav-main {
		height: auto;
		padding: 5px;
		background-position: 0 bottom;
	}
	#nav-main ul {
		display: none;
		margin-top: 5px;
		position: absolute;
		z-index: 9999;
		background: #fff;
		width: 100%;
		left: 0;
		-moz-box-shaddow: 7px 7px 7px #444;
		-webkit-box-shaddow: 7px 7px 7px #444;
		box-shadow: 7px 7px 7px #444;
	}
	#nav-main ul li {
		display: block;
		float: none;
		height: auto;
	}
	#nav-main ul li.divider {
		margin-top: 25px;
		border-top: 1px solid #333;
		height: 25px;
	}
	#nav-main ul li a {
		float: none;
		padding: 10px;
		font-size: 12px;
		line-height: normal;
		background: none;
	}
	#nav-main li.first > a {
		padding: 10px;
	}
	#nav-main li li.first > a,
	#nav-main li li a {
		padding: 5px;
	}
	#nav-main li:hover, #nav-main li a:hover {
		background-color: #fff;
		-moz-box-shaddow: none;
		-webkit-box-shaddow: none;
		box-shadow: none;
	}
	#nav-main li ul {
		position: inherit;
		top: 0;
		padding: 10px 33px;
		background: transparent;
		-moz-box-shaddow: none;
		-webkit-box-shaddow: none;
		box-shadow: none;
	}
	/* Breadcrump */
	#breadcrumbs {
		padding: 8px 20px;
	}
	/* Login Box */
	#login-box {
		display: none;
		float: none;
		width: auto;
		height: auto;
	}
	/* Slider */
	#stage {
		padding: 0;
		background-position: 0 bottom;
		height: auto;
		width: 100%;
	}
	#slider, #pzheadcontainer #partnerzonestage, #main-area #pzheadcontainer, #page-area #pzheadcontainer, #pz-header {
		width: 100%;
	}
	#pzheadcontainer #partnerzonestage.small {
		height:160px;
	}
	#slider .slider-wrap {
		height: 260px;
	}
	#slider .csc-default {
		width: 100%;
		height: 260px;
	}
	#slider .slider-status {
		margin: 0;
		padding: 10px 0;
	}
	#slider div.csc-textpic .csc-textpic-imagewrap img, #pz-header img {
		width: 100% !important;
		height: auto !important;
	}
	#slider .slider-status {
		padding-left: 0;
		text-align: center;
	}
	#slider .slider-status li {
		float: none;
		display: inline-block;
	}
	#slider .csc-textpic-intext-right-nowrap,
	#slider .csc-textpic-intext-left-nowrap {
		width: 100%;
		padding: 0;
	}
	#slider .csc-textpic-intext-right-nowrap .csc-textpic-text,
	#slider .csc-textpic-intext-left-nowrap .csc-textpic-text {
		width: auto;
		padding: 10px;
	}
	#slider .csc-textpic-intext-left-nowrap .csc-textpic-text h1 {
		font-size:25px;
	}
	/* Sidebar */
	#sidebar {
		display: none;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.hbs-latest h2 {
		padding: 0 25px;
	}
	.hbs-latest ul {
		margin-bottom: 25px;
		padding-right: 25px;
	}
	#sidebar .csc-textpic-imagewrap {
		float: none;
	}
	/* Content */
	#main-area {
		padding: 20px 0;
	}
	.hbs-detail {
		width: 100%;
	}
	.hbs-detail-logo {
		margin-left: 0;
	}
	.hbs-detail-main-content {
		padding-left: 0;
		padding-right: 0;
	}
	.rating {
		clear: both;
	}
	#content-main {
		width: 100%;
	}
	#content-main.hbs-detail-main {
		width: auto;
		padding: 0 25px 40px 25px;
		overflow: hidden;
		background: url(../images/bg_content_detail.png) repeat-x left bottom;
	}
	.hbs-list-item .category-breadcrumb {
		width: 100%;
		float: none;
	}
	/* Social */
	.social_share_privacy_area li {
		margin-bottom: 20px !important;
	}
	.social_share_privacy_area li.settings_info {
		clear: both;
	}
	/* Footer */
	#nav-footer-sitemap {
		width: 100%;
		height: auto;
	}
	#nav-footer-sitemap ul {
		background-color: #0064ad;
	}
	#nav-footer-sitemap > ul > li {
		margin: 0 0 20px 0;
		width: 100%;
		height: auto !important;
	}
	/* Comments */
	.tx-comments-pi1,
	.tx-comments-pi1 legend,
	.tx-comments-comment-form-inner,
	.tx-comments-pi1 .tx-comments-comment-input,
	.tx-comments-pi1 textarea {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}
	
		/* Blau */
#slider .blue-content .csc-textpic-intext-right-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(6,161,228,0.95) 0%, rgba(6,160,227,0.95) 1%, rgba(9,129,198,1) 57%, rgba(10,118,187,0.7) 78%, rgba(12,106,176,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(6,161,228,0.95)), color-stop(1%,rgba(6,160,227,0.95)), color-stop(57%,rgba(9,129,198,1)), color-stop(78%,rgba(10,118,187,0.7)), color-stop(100%,rgba(12,106,176,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(6,161,228,0.95) 0%,rgba(6,160,227,0.95) 1%,rgba(9,129,198,1) 57%,rgba(10,118,187,0.7) 78%,rgba(12,106,176,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(6,161,228,0.95) 0%,rgba(6,160,227,0.95) 1%,rgba(9,129,198,1) 57%,rgba(10,118,187,0.7) 78%,rgba(12,106,176,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(6,161,228,0.95) 0%,rgba(6,160,227,0.95) 1%,rgba(9,129,198,1) 57%,rgba(10,118,187,0.7) 78%,rgba(12,106,176,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(6,161,228,0.95) 0%,rgba(6,160,227,0.95) 1%,rgba(9,129,198,1) 57%,rgba(10,118,187,0.7) 78%,rgba(12,106,176,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f206a1e4', endColorstr='#000c6ab0',GradientType=1 ); /* IE6-9 */
}
#slider .blue-content .csc-textpic-intext-left-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(12,106,176,0) 0%, rgba(10,118,187,0.7) 15%, rgba(10,118,187,1) 34%, rgba(6,160,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(12,106,176,0)), color-stop(15%,rgba(10,118,187,0.7)), color-stop(34%,rgba(10,118,187,1)), color-stop(100%,rgba(6,160,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(12,106,176,0) 0%,rgba(10,118,187,0.7) 15%,rgba(10,118,187,1) 34%,rgba(6,160,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(12,106,176,0) 0%,rgba(10,118,187,0.7) 15%,rgba(10,118,187,1) 34%,rgba(6,160,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(12,106,176,0) 0%,rgba(10,118,187,0.7) 15%,rgba(10,118,187,1) 34%,rgba(6,160,227,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(12,106,176,0) 0%,rgba(10,118,187,0.7) 15%,rgba(10,118,187,1) 34%,rgba(6,160,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c6ab0', endColorstr='#06a0e3',GradientType=1 ); /* IE6-9 */
}

/* Weiß */
#slider .white-content .csc-textpic-intext-right-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.95) 0%, rgba(255,251,251,1) 57%, rgba(255,251,251,0.99) 58%, rgba(255,250,250,0.7) 78%, rgba(255,249,249,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.95)), color-stop(57%,rgba(255,251,251,1)), color-stop(58%,rgba(255,251,251,0.99)), color-stop(78%,rgba(255,250,250,0.7)), color-stop(100%,rgba(255,249,249,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.95) 0%,rgba(255,251,251,1) 57%,rgba(255,251,251,0.99) 58%,rgba(255,250,250,0.7) 78%,rgba(255,249,249,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.95) 0%,rgba(255,251,251,1) 57%,rgba(255,251,251,0.99) 58%,rgba(255,250,250,0.7) 78%,rgba(255,249,249,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.95) 0%,rgba(255,251,251,1) 57%,rgba(255,251,251,0.99) 58%,rgba(255,250,250,0.7) 78%,rgba(255,249,249,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.95) 0%,rgba(255,251,251,1) 57%,rgba(255,251,251,0.99) 58%,rgba(255,250,250,0.7) 78%,rgba(255,249,249,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#00fff9f9',GradientType=1 ); /* IE6-9 */
	color: #2d2d2d;
}
#slider .white-content .csc-textpic-intext-left-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(255,249,249,0) 0%, rgba(255,250,250,0.7) 5%, rgba(255,251,251,1) 34%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,249,249,0)), color-stop(5%,rgba(255,250,250,0.7)), color-stop(34%,rgba(255,251,251,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,249,249,0) 0%,rgba(255,250,250,0.7) 5%,rgba(255,251,251,1) 34%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,249,249,0) 0%,rgba(255,250,250,0.7) 5%,rgba(255,251,251,1) 34%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,249,249,0) 0%,rgba(255,250,250,0.7) 5%,rgba(255,251,251,1) 34%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,249,249,0) 0%,rgba(255,250,250,0.7) 5%,rgba(255,251,251,1) 34%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff9f9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	color: #2d2d2d;
}

/* Grün */
#slider .green-content .csc-textpic-intext-right-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(165,205,0,0.95) 0%, rgba(165,204,0,1) 57%, rgba(165,205,0,0.7) 78%, rgba(165,205,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(165,205,0,0.95)), color-stop(57%,rgba(165,204,0,1)), color-stop(78%,rgba(165,205,0,0.7)), color-stop(100%,rgba(165,205,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(165,205,0,0.95) 0%,rgba(165,204,0,1) 57%,rgba(165,205,0,0.7) 78%,rgba(165,205,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(165,205,0,0.95) 0%,rgba(165,204,0,1) 57%,rgba(165,205,0,0.7) 78%,rgba(165,205,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(165,205,0,0.95) 0%,rgba(165,204,0,1) 57%,rgba(165,205,0,0.7) 78%,rgba(165,205,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(165,205,0,0.95) 0%,rgba(165,204,0,1) 57%,rgba(165,205,0,0.7) 78%,rgba(165,205,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a5cd00', endColorstr='#00a5cd00',GradientType=1 ); /* IE6-9 */
}
#slider .green-content .csc-textpic-intext-left-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(165,205,0,0) 0%, rgba(165,205,0,0.7) 15%, rgba(165,205,0,1) 34%, rgba(165,205,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(165,205,0,0)), color-stop(15%,rgba(165,205,0,0.7)), color-stop(34%,rgba(165,205,0,1)), color-stop(100%,rgba(165,205,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(165,205,0,0) 0%,rgba(165,205,0,0.7) 15%,rgba(165,205,0,1) 34%,rgba(165,205,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(165,205,0,0) 0%,rgba(165,205,0,0.7) 15%,rgba(165,205,0,1) 34%,rgba(165,205,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(165,205,0,0) 0%,rgba(165,205,0,0.7) 15%,rgba(165,205,0,1) 34%,rgba(165,205,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(165,205,0,0) 0%,rgba(165,205,0,0.7) 15%,rgba(165,205,0,1) 34%,rgba(165,205,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5cd00', endColorstr='#a5cd00',GradientType=1 ); /* IE6-9 */
}

/* Orange */
#slider .orange-content .csc-textpic-intext-right-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(234,97,53,0.95) 0%, rgba(234,97,53,1) 57%, rgba(234,97,53,0.7) 78%, rgba(234,97,53,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,97,53,0.95)), color-stop(57%,rgba(234,97,53,1)), color-stop(78%,rgba(234,97,53,0.7)), color-stop(100%,rgba(234,97,53,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(234,97,53,0.95) 0%,rgba(234,97,53,1) 57%,rgba(234,97,53,0.7) 78%,rgba(234,97,53,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(234,97,53,0.95) 0%,rgba(234,97,53,1) 57%,rgba(234,97,53,0.7) 78%,rgba(234,97,53,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(234,97,53,0.95) 0%,rgba(234,97,53,1) 57%,rgba(234,97,53,0.7) 78%,rgba(234,97,53,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(234,97,53,0.95) 0%,rgba(234,97,53,1) 57%,rgba(234,97,53,0.7) 78%,rgba(234,97,53,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ea6135', endColorstr='#00ea6135',GradientType=1 ); /* IE6-9 */
}
#slider .orange-content .csc-textpic-intext-left-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(234,97,53,0) 0%, rgba(234,97,53,0.7) 15%, rgba(234,97,53,1) 34%, rgba(234,97,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,97,53,0)), color-stop(15%,rgba(234,97,53,0.7)), color-stop(34%,rgba(234,97,53,1)), color-stop(100%,rgba(234,97,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(234,97,53,0) 0%,rgba(234,97,53,0.7) 15%,rgba(234,97,53,1) 34%,rgba(234,97,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(234,97,53,0) 0%,rgba(234,97,53,0.7) 15%,rgba(234,97,53,1) 34%,rgba(234,97,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(234,97,53,0) 0%,rgba(234,97,53,0.7) 15%,rgba(234,97,53,1) 34%,rgba(234,97,53,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(234,97,53,0) 0%,rgba(234,97,53,0.7) 15%,rgba(234,97,53,1) 34%,rgba(234,97,53,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ea6135', endColorstr='#ea6135',GradientType=1 ); /* IE6-9 */
}

/* Grau */
#slider .grey-content .csc-textpic-intext-right-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(153,153,153,0.95) 0%, rgba(153,153,153,1) 57%, rgba(153,153,153,0.7) 78%, rgba(153,153,153,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(153,153,153,0.95)), color-stop(57%,rgba(153,153,153,1)), color-stop(78%,rgba(153,153,153,0.7)), color-stop(100%,rgba(153,153,153,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(153,153,153,0.95) 0%,rgba(153,153,153,1) 57%,rgba(153,153,153,0.7) 78%,rgba(153,153,153,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(153,153,153,0.95) 0%,rgba(153,153,153,1) 57%,rgba(153,153,153,0.7) 78%,rgba(153,153,153,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(153,153,153,0.95) 0%,rgba(153,153,153,1) 57%,rgba(153,153,153,0.7) 78%,rgba(153,153,153,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(153,153,153,0.95) 0%,rgba(153,153,153,1) 57%,rgba(153,153,153,0.7) 78%,rgba(153,153,153,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2999999', endColorstr='#00999999',GradientType=1 ); /* IE6-9 */
}
#slider .grey-content .csc-textpic-intext-left-nowrap .csc-textpic-text {
	background: -moz-linear-gradient(left,  rgba(153,153,153,0) 0%, rgba(153,153,153,0.7) 15%, rgba(153,153,153,1) 34%, rgba(153,153,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(153,153,153,0)), color-stop(15%,rgba(153,153,153,0.7)), color-stop(34%,rgba(153,153,153,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(153,153,153,0.7) 15%,rgba(153,153,153,1) 34%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(153,153,153,0.7) 15%,rgba(153,153,153,1) 34%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(153,153,153,0.7) 15%,rgba(153,153,153,1) 34%,rgba(153,153,153,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(153,153,153,0) 0%,rgba(153,153,153,0.7) 15%,rgba(153,153,153,1) 34%,rgba(153,153,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#999999',GradientType=1 ); /* IE6-9 */
}

}

@media (max-width: 480px) {
	#pzheadcontainer #partnerzonestage.small {
		height:140px;
	}
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}