/** Shopify CDN: Minification failed

Line 61:16 Expected identifier but found bad string token
Line 61:17 Unterminated string token

**/
/*! http://responsiveslides.com v1.55 by @viljamis */
.image-slider{
  position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  
  }

@media screen and (max-width: 460px) {
  .rslides {
    height: 100%;
  }}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
 
  
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_nav{
  position: absolute;
  top: 45%;
  z-index: 999;
/*   width: 40px;
  height: 40px; */
  line-height: 38px;
  border: none;
  margin-top: 0;
  z-index: 9999;'
  
  text-align: center;
  color: #fff !important;
}

@media screen and (max-width: 460px) {.rslides_nav{ top: 35%;}}

.rslides_nav.prev{
  left: 5px;
  margin-left: 10px;
  font-size: 0;
  
}
.rslides_nav.next{
  right: 5px;
  margin-right: 10px;
  font-size: 0;
  
}
.rslides_nav:before{
  font-family: "FontAwesome";
    color: #fff;
    opacity: 1;
    font-size: 25px;
    line-height: 40px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rslides_nav.next:before{
      content: "\f054";

}
.rslides_nav.prev:before {
    content: "\f053";

}


.slideshow__text-wrap {
    height: 100%;
}

.slideshow__link .slideshow__text-wrap {
    cursor: inherit
}


.slideshow__text-content {
    background-color: rgba(0,0,0, 0.3);
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    height: 50%;
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition-delay: 0.3s;
    z-index: 3  
}

@media screen and (max-width: 460px) {.slideshow__text-content {
 background-color: transparent;
}}

.slideshow__text-content {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
      
}

  
.slideshow__title {
  position: relative;
  padding-top: 10px;
  
  color: #fff;
    font-size: 2.3em;
  	background-color: transparent;
    
}


@media screen and (max-width: 460px) {.slideshow__title {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;  
  color: #fff;
    font-size: 1.3em;
  	background-color: transparent;
    line-height: 0em;
}}


.slideshow__subtitle {
  position: relative;
   
  
  
  color: #000 ;
    background-color: #fff;
    border: solid 1px #000 ;
    border-radius: 3px;
    padding: 10px 15px;
    width: 150px;
    font-weight: bold;   
}

@media screen and (max-width: 460px) {.slideshow__subtitle {
  position: absolute;
  top: 60%;  
  left: 27%;
  padding: 5px 10px;
}}



.slideshow__subtitle:hover {
    color: #fff;
    background-color: #0090c9 ;
    border: solid 2px #fff;
    border-radius: 3px;
    transition: 0.1s;
    opacity: 1;
}

.slidehr { position: relative;
  margin-top: -25px; 
  margin-bottom: 50px;
  
 }
@media screen and (max-width: 460px) {.slidehr { display:none;
  
}}