/* =Skitter styles
----------------------------------------------- */
/*to change main size adjust it here AND at the bottom*/
/* line 7, ../sass/skitter.styles.scss */
.box_skitter ul {
  display: none;
}

/* line 8, ../sass/skitter.styles.scss */
.box_skitter .container_skitter {
  overflow: hidden;
  position: relative;
  z-index: 0 !important;
  cursor: default;
  width: 100%;
}

/* line 9, ../sass/skitter.styles.scss */
.box_skitter .image {
  overflow: hidden;
  z-index: 0 !important;
}

/* line 10, ../sass/skitter.styles.scss */
.box_skitter .image img {
  display: none;
}

/* =Box clone
-------------------------------------------------------------- */
/* line 14, ../sass/skitter.styles.scss */
.box_skitter .box_clone {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 20;
  width: 100% !important;
}

/* line 15, ../sass/skitter.styles.scss */
.box_skitter .box_clone img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

/* =Navigation
-------------------------------------------------------------- */
/* line 19, ../sass/skitter.styles.scss */
.box_skitter .prev_button {
  position: absolute;
  top: 50%;
  left: 35px;
  z-index: 100;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  background: url(../images/prev.png) no-repeat left top;
  display: none;
}

/* line 20, ../sass/skitter.styles.scss */
.box_skitter .next_button {
  position: absolute;
  top: 50%;
  right: 35px;
  z-index: 100;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  background: url(../images/next.png) no-repeat left top;
  display: none;
}

/* =Numbers
-------------------------------------------------------------- */
/* line 24, ../sass/skitter.styles.scss */
.box_skitter .info_slide {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
  background: #000;
  color: #fff;
  font: bold 11px arial;
  padding: 0px 0 0px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  opacity: 0;
  display: none;
}

/* line 25, ../sass/skitter.styles.scss */
.box_skitter .info_slide .image_number {
  background: #333;
  float: left;
  padding: 2px 10px;
  margin: 0 5px 0 0;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: none;
}

/* line 26, ../sass/skitter.styles.scss */
.box_skitter .info_slide .image_number_select {
  background: #cc0000;
  float: left;
  padding: 2px 10px;
  margin: 0 5px 0 0;
  display: none;
}

/* =Thumbs
	Change width and height to customization dimension thumb
-------------------------------------------------------------- */
/* line 31, ../sass/skitter.styles.scss */
.box_skitter .container_thumbs {
  position: relative;
  overflow: hidden;
  height: 50px;
  display: none;
}

/* line 32, ../sass/skitter.styles.scss */
.box_skitter .info_slide_thumb {
  height: 50px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  top: auto;
  top: 0;
  left: 0;
  padding: 0 !important;
  opacity: 1.0;
  display: none;
}

/* line 33, ../sass/skitter.styles.scss */
.box_skitter .info_slide_thumb .image_number {
  overflow: hidden;
  width: 100px;
  height: 50px;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: none;
}

/* line 34, ../sass/skitter.styles.scss */
.box_skitter .info_slide_thumb .image_number img {
  position: absolute;
  top: -30px;
  left: -30px;
  height: 100px;
  display: none;
}

/* line 35, ../sass/skitter.styles.scss */
.box_skitter .box_scroll_thumbs {
  padding: 0;
}

/* line 36, ../sass/skitter.styles.scss */
.box_skitter .box_scroll_thumbs .scroll_thumbs {
  position: absolute;
  bottom: 60px;
  left: 50px;
  background: #ccc;
  background: -moz-linear-gradient(-90deg, #555, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
  width: 200px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 101;
  cursor: pointer;
  border: 0px solid #333;
}

/* =Dots
-------------------------------------------------------------- */
/* line 40, ../sass/skitter.styles.scss */
.box_skitter .info_slide_dots {
  position: absolute;
  bottom: -40px;
  z-index: 151;
  padding: 5px 0 5px 5px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: none;
}

/* line 41, ../sass/skitter.styles.scss */
.box_skitter .info_slide_dots .image_number {
  background: #333;
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  text-indent: -9999em;
  overflow: hidden;
  display: none;
}

/* line 42, ../sass/skitter.styles.scss */
.box_skitter .info_slide_dots .image_number_select {
  background: #cc0000;
  float: left;
  margin: 0 5px 0 0;
  display: none;
}

/* =Loading
-------------------------------------------------------------- */
/* line 46, ../sass/skitter.styles.scss */
.loading {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 1000;
  margin: -16px -16px;
  color: #fff;
  text-indent: -9999em;
  overflow: hidden;
  background: url(../images/ajax-loader.gif) no-repeat left top;
  width: 32px;
  height: 32px;
}

/* =Label
-------------------------------------------------------------- */
/* line 50, ../sass/skitter.styles.scss */
.box_skitter .label_skitter {
  z-index: 150;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
}

/* line 51, ../sass/skitter.styles.scss */
.box_skitter .label_skitter {
  z-index: 150;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  display: none;
  opacity: 0.8;
  background: #000;
}

/* line 52, ../sass/skitter.styles.scss */
.box_skitter .label_skitter p {
  padding: 10px;
  margin: 0;
  font: normal 22px arial,tahoma;
  letter-spacing: -1px;
}

/* line 53, ../sass/skitter.styles.scss */
.box_skitter .info_slide * {
  font-family: Consolas,arial,tahoma !important;
  display: none;
}

/* line 54, ../sass/skitter.styles.scss */
.box_skitter .progressbar {
  background: #000;
  position: absolute;
  top: 5px;
  left: 15px;
  height: 5px;
  width: 200px;
  z-index: 99;
  border-radius: 20px;
}

/* =Preview slide
-------------------------------------------------------------- */
/* line 58, ../sass/skitter.styles.scss */
.box_skitter .preview_slide {
  display: none;
  position: absolute;
  z-index: 152;
  bottom: 30px;
  left: -40px;
  width: 100px;
  height: 100px;
  background: #fff;
  border: 1px solid #222;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
  overflow: hidden;
}

/* line 59, ../sass/skitter.styles.scss */
.box_skitter .preview_slide ul {
  height: 100px;
  overflow: hidden;
  margin: 0;
  list-style: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 60, ../sass/skitter.styles.scss */
.box_skitter .preview_slide ul li {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

/* line 61, ../sass/skitter.styles.scss */
.box_skitter .preview_slide ul li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: auto;
}

/* =Focus
-------------------------------------------------------------- */
/* line 65, ../sass/skitter.styles.scss */
#overlay_skitter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  opacity: 0;
  background: #000;
}

/* line 67, ../sass/skitter.styles.scss */
.box_skitter .focus_button {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  background: url(../images/focus-button.png) no-repeat left top;
  opacity: 0;
}

/* line 68, ../sass/skitter.styles.scss */
.box_skitter .play_pause_button {
  position: absolute;
  top: 50%;
  z-index: 151;
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: -25px;
  background: url(../images/pause-button.png) no-repeat left top;
  opacity: 0;
}

/* line 69, ../sass/skitter.styles.scss */
.box_skitter .play_pause_button.play_button {
  background: url(../images/play-button.png) no-repeat left top;
}

/* =Example for dimenions
-------------------------------------------------------------- */
/* line 73, ../sass/skitter.styles.scss */
.box_skitter_large {
  width: 100%;
  max-width: 868px;
  height: 320px;
  z-index: 0 !important;
}

@media (max-width: 480px) {
  /* line 78, ../sass/skitter.styles.scss */
  .box_skitter_large {
    width: 100%;
    height: 320px;
    z-index: 0 !important;
  }
}
@media (max-width: 767px) {
  /* line 83, ../sass/skitter.styles.scss */
  .box_skitter_large {
    width: 100%;
    height: 320px;
    z-index: 0 !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* line 89, ../sass/skitter.styles.scss */
  .box_skitter_large {
    width: 100%;
    height: 294px;
    z-index: 0 !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* line 95, ../sass/skitter.styles.scss */
  .box_skitter_large {
    width: 100%;
    max-width: 868px;
    height: 320px;
    z-index: 0 !important;
  }
}
