#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 240px;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 37%;
  width: 100%;
  display: none;
  height: 50px;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border-radius: 15px;
  width: 12px;
  height: 12px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *
  vertical-align: auto;
  zoom: 1;
  *
  display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #b7121d;
}


.slides-fullscreen-img{
  height: 350px;
  overflow: hidden;
  position : relative;
  cursor: pointer;
}

.slides-fullscreen-img a{
  background-repeat: none;
  background-size: cover;
}

.slides-fullscreen-img .slider-caption{
  position: absolute;
  left:0;
  right:0;
  top: 36%;
  z-index: 1000;
}
.slides-fullscreen-img .slider-caption-header{
  justify-content: flex-start;
  margin-top: 0px;
  display: flex;
}
.slides-fullscreen-img .slider-caption-header .left-caption{
  font-size: 20px;
  line-height: 63px;
  padding-left: 30px;
  padding-right: 40px;
  height: 63px;
  background: #fff;
  border-bottom-right-radius: 35px;
  color: #072147;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 30px;
  font-family: "Roboto Slab";
}

.slides-fullscreen-img .slider-caption-header .right-caption{
  height: 63px;
  width: 37px;
  /* background: url("/media/css/banner/right-caption.png") no-repeat right; */
  box-sizing: border-box;
}
.slides-fullscreen-img  a {
  -webkit-animation: cssAnimation 20s ease;
  -moz-animation: cssAnimation 20s ease;
  -o-animation: cssAnimation 20s ease;
}
.slides-fullscreen-img a{
  display: block;
  height: 550px;
}
@-webkit-keyframes cssAnimation {
  from { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
  to { -webkit-transform: rotate(1.5deg) scale(1.3) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
  from { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
  to { -moz-transform: rotate(1.5deg) scale(1.3) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
  from { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
  to { -o-transform: rotate(1.5deg) scale(1.3) skew(1deg) translate(0px); }
}


.slides-pagination{
  bottom:10px;
}
.slides-pagination a{
  background: #072147;
}


.slides-navigation .prev,
.slides-navigation .next{
  height: 51px;
  width: 31px;
  left: 80px !important;
  background: url("prev.png") no-repeat;
}

.slides-navigation .next{
  left:inherit !important;
  right: 80px !important;
  background: url("next.png") no-repeat;
}