.giantcontent.layout-slideshow .gc-info,
.giantcontent.layout-slideshow .gc-title {
  margin-bottom: 5px;
}
.giantcontent.layout-slideshow .gc-caption {
  left: 0;
  bottom: -100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.giantcontent.layout-slideshow .active .gc-caption {
  bottom: 0;
}
.giantcontent.layout-slideshow .gts-slideshow:after,
.giantcontent.layout-slideshow .gts-slideshow-outer:after,
.giantcontent.layout-slideshow .gts-slideshow-navigation:after,
.giantcontent.layout-slideshow .gts-slideshow-pagination:after,
.giantcontent.layout-slideshow .gts-slideshow-thumbnails:after {
  clear: both;
  content: " ";
  display: table;
}
.giantcontent.layout-slideshow .gts-slideshow-outer {
  max-width: 100%;
}
.giantcontent.layout-slideshow .gts-slideshow-inner {
  position: relative;
}
.giantcontent.layout-slideshow .gts-slideshow {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.giantcontent.layout-slideshow .gts-slideshow > li {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0 -100% 0 0;
  position: relative;
}
.giantcontent.layout-slideshow .gts-slideshow > li > a {
  padding: 0;
  display: block;
  background: none;
}
.giantcontent.layout-slideshow .gts-slideshow > li > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-prev,
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-next {
  top: 50%;
  color: #fff;
  width: 34px;
  height: 34px;
  border: 3px solid #fff;
  z-index: 2;
  opacity: .5;
  position: absolute;
  font-size: 20px;
  background: #000;
  margin-top: -20px;
  text-align: center;
  line-height: 34px;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-prev:hover,
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-next:hover {
  opacity: .8;
}
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-prev:before,
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-next:before {
  font-family: 'FontAwesome';
}
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-prev {
  left: 0;
  margin-left: 20px;
}
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-prev:before {
  content: "\f053";
}
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-next {
  right: 0;
  margin-right: 20px;
}
.giantcontent.layout-slideshow .gts-slideshow-navigation .gts-slideshow-next:before {
  content: "\f054";
}
.giantcontent.layout-slideshow .gts-slideshow-pagination {
  top: 20px;
  right: 20px;
  z-index: 2;
  position: absolute;
  text-align: center;
}
.giantcontent.layout-slideshow .gts-slideshow-pagination > a {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border: 2px solid #fff;
  display: inline-block;
  background: #999;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.giantcontent.layout-slideshow .gts-slideshow-pagination > a.active {
  cursor: default;
  background: #333;
}
.giantcontent.layout-slideshow .gts-slideshow-thumbnails {
  margin-top: 10px;
}
.giantcontent.layout-slideshow .gts-slideshow-thumbnails > a {
  float: left;
  border: 1px solid #ddd;
  padding: 7px;
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.giantcontent.layout-slideshow .gts-slideshow-thumbnails > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.giantcontent.layout-slideshow .gts-slideshow-thumbnails > a.active {
  cursor: default;
  background: #333;
}
.giantcontent.layout-slideshow .gts-slideshow-thumbnails > a:first-child {
  margin-left: 0 !important;
}
.giantcontent.layout-slideshow .gts-slideshow-grid {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
}
.giantcontent.layout-slideshow .gts-slideshow-gridlet {
  opacity: 1;
  position: absolute;
}
