/*---------------
Skin : Single
---------------*/

/*Note: Use ID specific toplevel #ps for skinn css*/
.post-slides .item.skin-single {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 750px;
  background: #6bc3eb;
  text-align: center;
  cursor: pointer;
  list-style: none;
}
#category-key.skin-single a {
  margin: 15px 0 0 0;
}
#category-key.skin-single a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
#ps.single {
  padding-top: 0px;
  opacity: 0;
  margin: 10px 0;
}
#ps.single .owl-nav {
    height: 0px;
    margin-top: 0px;
    overflow: visible;
    top: 81px;
    position: absolute;
    width: 100%;
}
#ps.single .owl-nav .owl-prev, #ps.single .owl-nav .owl-next {
    color: #ffffff;
    font-size: 50px;
    height: 54px;
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    transition: opacity 0.35s ease 0s;
}
#ps.single .owl-nav .owl-prev:hover, #ps.single .owl-nav .owl-next:hover {
  opacity: 1;
}
.owl-prev{
  background: url();
}
#ps.single .owl-nav .owl-next {
  right: 0;
}
#ps.single a {
  z-index: 8;
}


#ps .skin-single {
  text-align: center;
  min-width: 100%;
}


#ps .skin-single img {
  min-height: auto;
  min-width: 100%;
  opacity: 1;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
#ps .skin-single slide {

  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
background-image: none;
}
#ps .skin-single slide > div.slide-content {
  background: none repeat scroll 0 0 rgba(112, 61, 101, 0.7);
  bottom: 10px;
  left: 0;
  margin: 0 ;
  padding: 0 5px;
  position: absolute;
  width: 100%;
}
#ps .skin-single h2 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px;
  min-height: 40px;
  text-align: left;
  text-transform: uppercase;
  transition: transform 0.35s ease 0s;
  width: 550px;
  word-spacing: normal;
}
#ps .skin-single p {
  max-width: 900px;
  color: #fff;
  padding: 0;
  font-size: 12px;
  margin: 20px auto;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  font-size: 12px;
  font-variant: normal;
  text-transform: none;
  font-weight: 200;
}

.owl-theme .owl-dots {
    bottom: 25px;
    position: absolute;
    right: 20px;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #e2dddc;
  border-radius: 30px;
  display: block;
  height: 15px;
  margin: 5px;
  transition: opacity 200ms ease 0s;
  width: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0 0 #e2dddc;
}



@media screen and (max-width: 900px) {

#ps .skin-single slide > div.slide-content {
    background: none repeat scroll 0 0 rgba(112, 61, 101, 0.7);
    height: 100px;
    bottom: 10px;
    left: 0;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    width: 100%;
    top: 25%;

}


 #ps .skin-single h2 {
        font-size: 14px;
    line-height: 18px;
    padding: 0 24px;
    width: 100%;
  }


  #ps .skin-single p {
    font-size: 22px;
    max-width: 550px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #ps .skin-single {
  min-height:none;
    height:auto;
  }

#ps.single .owl-nav {
    height: 50px !important;
    margin-top: -44px;
    overflow: visible;
    position: absolute;
    bottom:0;
    width: 100%;
}

  #ps.single .owl-nav .owl-prev, #ps.single .owl-nav .owl-next  {
    min-height: auto;
    line-height:50px;
    bottom:0;
  }

.owl-theme .owl-dots {
    bottom: 10px;
    position: relative;
    right: auto;
    height: 26px;
    padding-top: -11px;
    text-align: center;
    background: none repeat scroll 0 0 #703d66;
}




}
