#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: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

/*.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width: 480px;
}
.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%;
  display: none;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  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: #222;
}*/
.vCategory, .vTitle, .vSubtitle, .vDate {
  text-indent: -999ex;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  /*left:0;*/
  left: -45rem;
  margin: auto;
  padding-top: 1.37rem;
  /*max-width: 1200px;*/
  /*width: 100%;*/
  width: 30rem;
  
}
.slides-pagination a {
  width: 480px;
  height: 160px;
  color: rgba(30,30,30,1);
  background: rgba(255,255,255,.4);
  display: block;
  margin:  0 0 1.25rem;
  padding: 1.25em;
  box-sizing: border-box;
  /*-webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */*/
}
.slides-pagination a.current {
  background: rgba(30,30,30,1);
  color:rgba(255,255,255,1);
  height: 220px;
}

@media all and (max-width: 720px) and (min-width: 320px) {
  .slides-pagination a {
    width: 100%;
  }
  .bannerSectionTitle {
    padding-bottom: 0;
  }
}





/*_____________________*/



/*.bannerContent {
  margin: 7.35rem 0 1.87rem 0;
}
#slides {
  max-height: 635px;
}

.fullWidthContent .bannersSection {
  padding-top: 1.37rem;
}
.banner {
  background: rgba(255,255,255,.4);
  padding: 1.25em;
  box-sizing: border-box;
  margin: 0 0 1.25rem ;
  width: 480px;
  height: 160px;
}
.banner.active {
  background: rgba(30,30,30,1);
  color:rgba(255,255,255,1);
  height: 220px;
}
.contentTitle {
  margin-bottom: 1.25rem;
}
.bannerTitle, .contentTitle {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  
}
.bannerTitle::first-letter {
  text-transform:capitalize;
}
.bannerTitle {
  margin-bottom: 1.25rem;
}
.bannerTitle,.bannerSubTitle {
  font-family: 'Lora', serif;
}
.bannerSubTitle {
  padding-bottom: 1.25rem;
}
.banner .bannerSubTitle {
  padding-bottom: 0;
}
.bannerSubTitle, .contentSubTitle {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  line-height: 1.2em;
  margin-bottom: 1.25rem;
}
.bannerSubTitle::first-letter, .contentSubTitle::first-letter {
  text-transform: capitalize;
}
.contentSubTitle::first-letter {
  text-transform: capitalize;
}
.banner .bannerSectionTitle {
  padding-bottom: 1.25rem;
}
.bannerSectionTitle,
.bannerDate {
  font-size: .8rem;
  text-transform:uppercase;
}
.bannerDate {


}
.bannerDate span {
  font-family: 'avenir-roman';
  margin-bottom: 0;
}
.bannerDate p {
  display: inline-block;
}*/