/* CSS Document */

/* Dataviz Repsonsive: Background & Main Container */

html {
	height:100%;
	background-color: #4C4647;
}
body {
	width: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background: #9e9495; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e9495 0%, #4c4647 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9495), color-stop(98%,#4c4647)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e9495 0%,#4c4647 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e9495 0%,#4c4647 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e9495 0%,#4c4647 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e9495 0%,#4c4647 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9495', endColorstr='#4c4647',GradientType=0 ); /* IE6-9 */
}

#topspace {
	width: 100%;
	padding-bottom: 2%;
	}
#dvzcontainer {
	max-width: 1024px!important;
	width: 93%;
	height:100%;
	margin:0 auto;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 2px #2A2A2A;
	-moz-box-shadow: 0px 0px 5px 2px #2A2A2A;
	box-shadow: 0px 0px 5px 2px #2A2A2A;
	overflow:hidden;
}
.presswrapper {
	width: 92.3%;
	overflow:hidden;
	margin-left:3.77%;
}

.DVZhirebnr {
	width: 265px;
	position:fixed;
	top:0px;
	left:50%;
	margin: 0px 0px 0px -132px;
	z-index:999;
	opacity: 0.92;
	overflow:visible;
}
.DVZhirebnr span {
	width: 320px;
	padding-bottom:150px;
	float:left;
}
.DVZhirebnr img {
	margin: 0 0 -5 0;
	display:block;
}

.bannerspace {
	display:none;
}

/* Background & Main Container Media Queries: 1024px */

@media screen and (max-width: 1025px) {
	#topspace {
	display: none;
	}
	#dvzcontainer {
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
}

@media screen and (max-width: 769px) {
	.bannerspace {
	display:block;
	padding: 32% 0% 0% 0%;
	background-color:#FFFFFF;
	}
	.DVZhirebnr {
	width: 265px;
	position:fixed;
	top:0px;
	left:80%;
	margin: 0px 0px 0px -145px;
	z-index:999;
	opacity: 0.92;
	overflow:visible;
	}
}

@media screen and (max-width: 481px) {
	.DVZhirebnr {
	width: 200px;
	margin: 0px 0px 0px -125px;
	}
	.DVZhirebnr img {
	width:200px;
	height:61px;
	}
}

@media screen and (max-width: 321px) {
	.DVZhirebnr {
	width: 165px;
	margin: 0px 0px 0px -112px;
	}
	.DVZhirebnr img {
	width:165px;
	height:50px;
	}
}