/* LayerSlider theme Skin */

.ls-theme1 .ls-bottom-slidebuttons a,
.ls-theme1 .ls-nav-start,
.ls-theme1 .ls-nav-stop,
.ls-theme1 .ls-playvideo,
.ls-theme1 .ls-playvideo:after {
  transition: border .3s ease-in-out,
  border-radius .2s ease-in-out,
  background-color .3s ease-in-out,
  -o-transform .2s ease-in-out,
  -ms-transform .2s ease-in-out,
  -moz-transform .2s ease-in-out,
  -webkit-transform .2s ease-in-out,
  transform .2s ease-in-out
  !important;
}

.ls-theme1 .ls-playvideo {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}


.ls-theme1 .ls-playvideo:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 26px;
  height: 26px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255,255,255,0.75);
  right: 20px;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 3px solid rgba(255,255,255,0.75);
}

.ls-theme1 .ls-playvideo:hover {
  -o-transform: scaleX(1.2) scaleY(.7);
  -ms-transform: scaleX(1.2) scaleY(.7);
  -moz-transform: scaleX(1.2) scaleY(.7);
  -webkit-transform: scaleX(1.2) scaleY(.7);
  transform: scaleX(1.2) scaleY(.7);
}

.ls-theme1 .ls-playvideo:hover:after {
  border-top-color: rgba(255,255,255,1) !important;
  border-right-color: rgba(255,255,255,1) !important;
}

.ls-theme1 .ls-nav-prev,
.ls-theme1 .ls-nav-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #111111;
  text-align: center;
  transition: all 0.5s ease-out;
  border-radius: 50%;
  border: 2px solid rgba(204, 210, 212, 0.2) !important;
  background-color: transparent;
  color: #dedede;
  cursor: pointer;
}
.ls-theme1 .ls-nav-prev:after,
.ls-theme1 .ls-nav-next:after {
  font-family: fontAwesome;
  font-size: 16px;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 17px;
}
.ls-theme1 .ls-nav-prev:after {
  content: "\f053";
  left: 17px;
}

.ls-theme1 .ls-nav-next:after {
  content: "\f054";
  left: 20px;
}

.ls-theme1 .ls-nav-prev {
  left: 4%;
}

.ls-theme1 .ls-nav-next {
  right: 4%;
}
@media screen and (max-width: 1550px) {
  .ls-theme1 .ls-playvideo {
    width: 40px;
    height: 40px;
  }
  .ls-theme1 .ls-nav-prev,
  .ls-theme1 .ls-nav-next {
    width: 40px;
    height: 40px;
  }

  .ls-theme1 .ls-nav-prev:after,
  .ls-theme1 .ls-nav-next:after {
    top: 12px;
  }
  .ls-theme1 .ls-nav-prev:after {
    left: 12px;
  }
  .ls-theme1 .ls-nav-next:after {
    left: 15px;
  }

  .ls-theme1 .ls-nav-prev {
    left: 10px;
  }

  .ls-theme1 .ls-nav-next {
    right: 10px;
  }

}
@media screen and (max-width: 768px) {
  .ls-theme1 .ls-playvideo {
    width: 30px;
    height: 30px;
  }
  .ls-theme1 .ls-nav-prev,
  .ls-theme1 .ls-nav-next {
    width: 30px;
    height: 30px;
  }

  .ls-theme1 .ls-nav-prev:after,
  .ls-theme1 .ls-nav-next:after {
    top: 7px;
  }
  .ls-theme1 .ls-nav-prev:after {
    left: 8px;
  }
  .ls-theme1 .ls-nav-next:after {
    left: 9px;
  }
  .ls-theme1 .ls-nav-prev {
    left: 10px;
  }

  .ls-theme1 .ls-nav-next {
    right: 10px;
  }

}
.ls-theme1 .ls-nav-prev:hover,
.ls-theme1 .ls-nav-next:hover {
  background-color: white;
  color: #111;
  box-shadow: none;
}


.ls-theme1 .ls-bottom-slidebuttons a,
.ls-theme1 .ls-nav-sides {
  margin: 0 5px;
  width: 8px !important;
  height: 8px;
}

.ls-theme1 .ls-bottom-slidebuttons a {
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.75) !important;
}

.ls-theme1 .ls-bottom-slidebuttons a.ls-nav-active {
  background-color: rgba(255,255,255,0.75);
}

.ls-theme1 .ls-bottom-slidebuttons a:hover {
  border: 2px solid rgba(255,255,255,1) !important;
}

.ls-theme1 .ls-bottom-slidebuttons a.ls-nav-active:hover {
  background-color: rgba(255,255,255,1) !important;
}

.ls-theme1 .ls-nav-start:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid rgba(255,255,255,0.75);
  border-right: 2px solid rgba(255,255,255,0.75);
  left: -14px;
  top: -10px;
}

.ls-theme1 .ls-nav-start {
  position: relative;
  -o-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  -moz-transform: scaleX(1.5);
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
}

.ls-theme1 .ls-nav-start:hover:after,
.ls-theme1 .ls-nav-start-active:after {
  color: #111;
}

.ls-theme1 .ls-nav-stop {
  border-left: 2px solid rgba(255,255,255,0.75) !important;
  border-right: 2px solid rgba(255,255,255,0.75) !important;
  width: 4px;
  height: 12px;
  margin-left: 5px;
}

.ls-theme1 .ls-nav-stop:hover,
.ls-theme1 .ls-nav-stop-active {
  border-left: 2px solid rgba(255,255,255,1) !important;
  border-right: 2px solid rgba(255,255,255,1) !important;
}

.ls-theme1 .ls-bottom-slidebuttons,
.ls-theme1 .ls-bottom-slidebuttons a,
.ls-theme1 .ls-nav-start,
.ls-theme1 .ls-nav-stop,
.ls-theme1 .ls-nav-sides {
  display: inline-block !important;
}

.ls-theme1 .ls-bottom-nav-wrapper {
  top: -30px;
}

.ls-theme1 .ls-nav-sides {
  width: 0px;
}

.ls-theme1 .ls-thumbnail-hover {
  bottom: 30px;
  padding: 2px;
  margin-left: 7px;
}

.ls-theme1 .ls-thumbnail-hover-bg {
  background: #eee;
  border-radius: 3px;
}

.ls-theme1 .ls-thumbnail-hover span {
  border: 5px solid #eee;
  margin-left: -5px;
}

.ls-theme1 .ls-thumbnail {
  top: 10px;
}

.ls-theme1 .ls-thumbnail-inner {
  padding: 2px;
  margin-left: -2px;
  background: #fff;
}

.ls-theme1 .ls-thumbnail-slide a {
  margin-right: 2px;
}

.ls-theme1 .ls-nothumb {
  background: #eee;
}

.ls-theme1 .ls-loading-container {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background-position: -450px -150px;
}

.ls-theme1 .ls-loading-indicator {
  width: 22px;
  height: 22px;
  margin-top: 9px;
  background-image: url(loading.gif);
}

.ls-theme1 .ls-circle-timer {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}

.ls-theme1 .ls-ct-half,
.ls-theme1 .ls-ct-center {
  border-width: 2px;
}
