.home-image {
	width: 3470px !important;
	animation: slide 60s linear infinite;
}
@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1235px, 0, 0);
  }
}
body {
    overflow: hidden;
}

.footer {
	margin-top: 0px;
}
.top-bar-ic {
	padding-left: 0px;
}
.orbit-previous, .orbit-next {
	z-index: 4;
}

.title-bar.top-bar-responsive {
	padding-left: 5px;
}

.orbit-next, .orbit-previous {
	background: dimgrey;
    opacity: 0.8;
}