/***********************************************************************
*
*  Liquid Slider
*  Kevin Batdorf
*
*  http://liquidslider.com
*
*  GPL license 
*
************************************************************************/
/******************************************************
* No JavaScript
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
/* line 18, ../sass/liquid-slider.scss */
.no-js .liquid-slider {
  overflow: scroll;
}

/******************************************************
* Preloader
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
/* line 28, ../sass/liquid-slider.scss */
.liquid-slider-wrapper .liquid-slider-preloader {
  background: url(../img/loading.gif) #f2f2f2 no-repeat center 75px;
  /* Do not edit below this line */
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
}

/******************************************************************
* Base Styles 
* The styles here will apply to everything. I recommend you keep
* the styles in here specific to mobile defices, then use
* the media queries at the bottom to define further styles for larger
* screen-sizes. Think Mobile First. But be cautious of how
* your site will look in older IE browsers.
*
* Additional media queries are at the bottom of this document
******************************************************************/
/* line 49, ../sass/liquid-slider.scss */
.liquid-slider-wrapper {
  margin: 0 auto;
  /* Do not edit below this line */
  clear: both;
  overflow: auto;
  position: relative;
}

/******************************************************
* Main Container
* This is the main container (minus the navigation).
* Be sure to match the width with the .panel class, 
* or it won't work properly. Also, width only applies
* if you are not using the responsive setting.
*
* The responsive slider will interpret the width as the
* max width instead
*******************************************************/
/* line 67, ../sass/liquid-slider.scss */
.liquid-slider-wrapper .liquid-slider {
  background: #f2f2f2;
  width: 1030px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative;
}

/* line 75, ../sass/liquid-slider.scss */
.liquid-slider-wrapper .panel-container {
  /* Do not edit below this line */
  position: relative;
}

/* line 80, ../sass/liquid-slider.scss */
.liquid-slider-wrapper .liquid-slider .panel-container .fadeClass {
  /* Do not edit below this line */
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/******************************************************
* Panels
* This is for the panels. If you are using the 
* responsive setting, this will act as the max-width
* for the entire slider.
*******************************************************/
/* line 94, ../sass/liquid-slider.scss */
.liquid-slider-wrapper .liquid-slider .panel {
  width: 1030px;
  min-height: 200px;
  /* Do not edit below this line */
  display: block;
  float: left;
}

/******************************************************
* This is mainly used to adjust the padding inside each 
* panel. If you are using the responsive setting, you
* need to use the settings below as this will not apply.
*******************************************************/
/* line 107, ../sass/liquid-slider.scss */
.liquid-slider-wrapper .liquid-slider .panel-wrapper {
  padding: 20px;
  /* Do not edit below this line */
  position: relative;
}

/******************************************************
* Responsive Styles
* Here are the main responsive styles. This mostly 
* covers the arrows, and most of the settings can be
* applied above.
*******************************************************/
/* line 119, ../sass/liquid-slider.scss */
.liquid-responsive .liquid-slider {
  /* Do not edit below this line */
  width: 100%;
  margin: 0;
}

/* line 124, ../sass/liquid-slider.scss */
.liquid-responsive .liquid-slider .panel .panel-wrapper {
  padding: 10px;
}

/* line 127, ../sass/liquid-slider.scss */
.associates [class*="arrow-"] {
  width: 25px;
  height: 25px;
  float: left;
  margin: 0 2px 5px 0;
  display: none;
}

/* line 134, ../sass/liquid-slider.scss */
.arrow-right {
  background: url(../img/arrow.png) no-repeat top right;
}

/* line 137, ../sass/liquid-slider.scss */
.arrow-left {
  background: url(../img/arrow.png) no-repeat top left;
}

/* line 140, ../sass/liquid-slider.scss */
.arrow-left:hover {
  background: url(../img/arrow.png) no-repeat bottom left;
}

/* line 143, ../sass/liquid-slider.scss */
.arrow-right:hover {
  background: url(../img/arrow.png) no-repeat bottom right;
}

/* line 147, ../sass/liquid-slider.scss */
.liquid-slider img {
  width: 100%;
  height: auto;
}

/* line 151, ../sass/liquid-slider.scss */
.liquid-slider p, .liquid-slider h3 {
  margin: 5px 0;
}
