/*--- standard variables ---*/
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
.slidesjs-container {
  z-index: 20;
}
a.slidesjs-slide {
  bottom: 0;
}
.slidesjs-slide a {
  display: block;
}
.slidesjs-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.slidesjs-slide img.portrait {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.slidesjs-slide .title {
  font-size: 300%;
  color: white;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 3% 0;
  padding: 0;
}
.slidesjs-slide .subtitle {
  font-size: 140%;
  font-weight: 300;
  color: #b7b8bf;
  margin: 0;
}
.slidesjs-slide .styledBtn {
  margin: 8% 0 0 0;
}
.content ul.slidesjs-pagination {
  z-index: 21;
  height: 8px;
  padding: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
  list-type: none;
  overflow: hidden;
}
.content ul.slidesjs-pagination li {
  display: block;
  float: left;
  margin: 0 2px;
}
.slidesjs-pagination a {
  cursor: pointer;
  display: block;
  height: 8px;
  text-indent: -9999px;
  font-size: 0;
  width: 8px;
  background: #cccccc;
}
.slidesjs-pagination a.active {
  background: white;
}
