#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: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 20px;
  height:46px;
  width: 23px;
  background: url('../img/bg/prev.png') no-repeat;
}
.slides-navigation a.next {
  right: 20px;
  height:46px;
  width: 23px;
  background: url('../img/bg/next.png') no-repeat;
}

.slides-pagination,.social-bg{
  position: absolute;
  z-index: 100;
  bottom: 0;
  height:44px;
  text-align: center;
  width: 20%;
  left:0;
  right:0;
  margin:auto;
}
.social-bg{
  position: absolute;
  z-index: 99;
  bottom: 0;
  height:44px;
  text-align: center;
  width: 100%;
  background: url("../img/bg/header-bg1.png") center -66px;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  position: relative;
  z-index: 999;
  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:20px 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #fff;
}
#slides figure{
  position: absolute;
  left:0;
  bottom: 20%;
}
.flex-caption .row .columns h2,.flex-caption .row .columns h3,.post .post-content h1{
  background: none;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.post .post-content h1{
  color: #373737;
  font-size: 48px;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 300;
}
.post .post-content p{
  font-size: 18px;
  line-height: 30px;
}
.flex-caption .row .columns h2,.caption .row .columns h2{
  font-size: 60px !important;
  line-height: 1;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.flex-caption .row .columns h3,.caption .row .columns h3{
  margin-top:0 !important;
  padding:0 15px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 30px !important;
  font-weight: 100;
}
.caption .row .columns h3{

  padding:0 !important;
}
@media only screen and (max-width: 1100px) {
  #slides figure, .caption{
    width: 80%;
  }
  .flex-caption .row .columns h2, .caption .row .columns h2{
    font-size: 30px !important;
  }
  .flex-caption .row .columns h3, .caption .row .columns h3{
    font-size: 20px !important;
  }
}