/**
auth:kiko
*/
.carousel-pr {
    position: relative;
}
.controls {
  z-index: 2;
}
.controls > .button-left, .controls > .button-right {
  position: absolute;
  width: 52px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  z-index: 25;
  cursor: pointer;
  height: 100%;
  top: 5px;
}
.controls > .button-left {
	width: 50px;
	float: left;
}
.controls > .button-right {
	width: 50px;
	float: right;
}
.controls > .button-left > .icon,
.controls > .button-right > .icon {
  top: 150px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  box-shadow: 0px 3px 8px #999;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.controls > .button-left > .icon span,
.controls > .button-right > .icon span {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
}
.controls > .button-left > .icon:hover,
.controls > .button-right > .icon:hover {
	background-color: #ccc;
}
.controls > .button-left > .icon span {
	right: 0;
	left: 10px;
	transform: rotate(-135deg);
}
.carousel-wrapper {
  margin: 0;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px 5px 0px 5px;
}
.carousel-wrapper > .content-pr {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    left: 0;
    padding-right: 5px;
}

.carousel-wrapper > .content-pr .responsive-columns {
	margin-top: 0;
	margin: 0px 0 0 0 !important;
}

.carousel-wrapper > .content-pr .res-item {	
	clear: none !important;
}