* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

body {
  padding: 0;
  margin: 0;
}

body.top6 {
  background: #ffffff;
}

#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.content {
  float: left;
  margin: 0;
  padding: 1%;
  z-index: 1001;
  box-sizing: content-box;
  width: 98%;
  position: relative;
}

.content-block {
  position: relative;
  z-index: 2;
}

.upper {
  position: absolute;
  z-index: 2;
  width: 100%;
  box-sizing: border-box !important;
}

.slide {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
	overflow:hidden;
}