body {
	margin: 0px;
	padding: 0px;
}

.bar {
	position: relative;
	float: top;
	margin-top: 0;
	padding-top: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	background-color: black;
}

.bar img {
	margin-top: none;
	margin-left: none;
	padding: none;
	height: 50px;
	width: auto;
}

.page {
	margin-top: 40px;
	padding: 0px;
}

.kc-item img {
  position:absolute;
  pointer-events: non-selectable;   /* Make images non-selectable. */
  width:100%;             /* Make images expand to wrapper size. */
}

.bx-wrapper .bx-viewport{
	box-shadow: none;
}

.bx-wrapper{
	position: relative;
	margin-left: 20px;
	margin-top: 5px;
	max-width: 100%;
}

.bx-wrapper .bx-controls-direction a{
	position: relative;
	top: 100%;
	margin-top: -16px;
	z-index: 20;
}

.bx-pager {
  display: none;
}

.header {
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}

div.header {
	padding-left: 20px;
}

.bx-prev {
	font-size: 8pt;
	font-family: Arial;
	font-style: normal;
	color: gray;
	margin-left: 0px;
	text-decoration: none;
}

.bx-next {
	font-size: 8pt;
	font-family: Arial;
	font-style: normal;
	color: gray;
	margin-left: 25px;
	text-decoration: none;
}

.bx-wrapper .bx-right{
	left: 60px;
}

.rotten {
	position: absolute;
	right: 30px;
	display: inline-block;
	min-height: 800px;
	width: 250px;
	z-index: 60;
}

.rotten img{ 
	min-height: auto;
	width: 100%;
	height: auto;
	float: right;
}

@media(max-width: 1100px){

.rotten {
	display: absolute;
	right: -250px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

#button{
	width: 50px;
	height: 50px;
	position: relative;
	top: -32px;
	right: 50px;
	background-image: url("images/fresh.png");
	z-index: 80;
	background-size: 80%;
	background-repeat: no-repeat;
}

.visible{
	right: 10px;
}

}