
.style-one {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.style-one *,
.style-one *:before,
.style-one *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.style-one img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
.style-one .title {
  position: absolute;
  top: 58%;
  left: 25px;
  padding: 5px 10px 10px;
}
.style-one .title:before,
.style-one .title:after {
  height: 2px;
  width: 800px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.style-one .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.style-one .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.style-one .title div:before,
.style-one .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.style-one .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.style-one .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.style-one h2,
.style-one h4 {
  margin: 0;
  text-transform: uppercase;
}
.style-one h2 {
  font-weight: 400;
}
.style-one h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
.style-one figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.style-one figcaption p {
  margin: 0;
}
.style-one a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.style-one:hover img,
.style-one.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
.style-one:hover .title:before,
.style-one.hover .title:before,
.style-one:hover .title:after,
.style-one.hover .title:after,
.style-one:hover .title div:before,
.style-one.hover .title div:before,
.style-one:hover .title div:after,
.style-one.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.style-one:hover .title:before,
.style-one.hover .title:before,
.style-one:hover .title:after,
.style-one.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.style-one:hover figcaption,
.style-one.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*-------------------------------------------------------------------
     .style-two
--------------------------------------------------------------------*/    
.style-two {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.style-two *,
.style-two *:before,
.style-two *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.style-two img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
.style-two .title {
  position: absolute;
  bottom: 58%;
  right: 25px;
  padding: 5px 10px 10px;
}
.style-two .title:before,
.style-two .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.style-two .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.style-two .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.style-two .title div:before,
.style-two .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.style-two .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.style-two .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.style-two h2,
.style-two h4 {
  margin: 0;
  text-transform: uppercase;
}
.style-two h2 {
  font-weight: 400;
}
.style-two h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
.style-two figcaption {
  position: absolute;
  top: 42%;
  right: 25px;
  text-align: right;
  opacity: 0;
  padding: 5px 10px 10px 60px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.style-two figcaption p {
  margin: 0;
}
.style-two a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.style-two:hover img,
.style-two.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
.style-two:hover .title:before,
.style-two.hover .title:before,
.style-two:hover .title:after,
.style-two.hover .title:after,
.style-two:hover .title div:before,
.style-two.hover .title div:before,
.style-two:hover .title div:after,
.style-two.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.style-two:hover .title:before,
.style-two.hover .title:before,
.style-two:hover .title:after,
.style-two.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.style-two:hover figcaption,
.style-two.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.showauthor  {font-size: 12px;}

.prev-next {
    position: absolute;
    height: 28px;
    width: 28px;
    color: #ccc;
    background-color: #444;
    font-size: 22px;
    padding-top: 0px;
    right: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    z-index: 100;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.prev-next:hover{
    background-color: #f1f1f1;
    color: #333;
}
#nsbox {
    position: relative;
    height: 30px;
}

#nsbox .prev {
    right: 34px;
}
