/***********************************************************************
* 
*  Liquid Slider 0.1
*  Kevin Batdorf
*
*  http://liquidslider.kevinbatdorf.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.
*******************************************************/
.no-js .liquid-slider {
  height:350px;
  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.
*******************************************************/
.liquid-slider-wrapper .liquid-slider-preloader {  
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 75px;
  opacity:.90;

  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
******************************************************************/
.liquid-slider-wrapper {
  margin: -2.09em auto 0 auto;
  clear: both;
  overflow: visible;
  /*padding-bottom: 50px;*/
  padding-bottom:59px;
  box-sizing:content-box;
  position: relative;
  height:699px;
}

/******************************************************
* 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
*******************************************************/
.liquid-slider-wrapper .liquid-slider {
  width: 1030px;
  float: left;
  overflow: hidden;
  position: relative;
}
.liquid-slider-wrapper .panel-container {
  position: relative;

}
.liquid-slider-wrapper .liquid-slider .panel-container .fadeClass {
  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.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel {
  display: block;
  float: left;
  /* max-height: 488px; */
  /* max-width: 700px;  */
  /*width: 700px;*/
  width: 810px;
  max-width:810px;

  /*margin: 0 -2px;*/
}

.panel {
	background: url(../images/css/half-tone.png);
	padding-bottom: 51px;
}

/******************************************************
* These provide a base starting point for images and
* video. However, you will have to add more rules
* based on the content you use. Use the @media queries 
* at the bottom of this file.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel img{
  /*
  width:100%;
  height:auto;  
  margin:0 5px;
  */
  width:810px;
  max-height:564px;
}

.liquid-slider-wrapper .liquid-slider .panel video {
  /*
  width:100%;  
  height:auto;
  */
}

/******************************************************
* 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.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel-wrapper {  
  padding: 20px;

  position:relative;
}

/*****************************************************
* This will adjust styles for all navigation tabs
* less of course the select box used for mobile 
* navigation. The .current styles will apply only to 
* the current tab.
*
* You may use this section to create navigation for
* mobile devices if you set mobileNavigation: false
* Be sure to edit media queries for larger devices below
* I have included an example below in comments.
*
* .currentCrossLink refers to external crosslinking.
*******************************************************/
.liquid-slider-wrapper .liquid-nav a {
  /*background: #999;
	opacity: .75;*/
  /*   =======  NEW NAV STYLING  =======   */
  background: #797979;
  border-radius: 25px;
  height: 20px;
  width: 20px;
  border:2px solid white;
  /*   =======    =======   */
}
.liquid-slider-wrapper .liquid-nav a:hover {
  /*   =======  NEW NAV STYLING  =======   */
  background:#c5161c;
  /*   =======    =======   */
  color: #333333;
  opacity: 1;
  text-shadow: none;
}
.liquid-slider-wrapper .liquid-nav .current {
  /*   =======  NEW NAV STYLING  =======   */
  background:#c5161c;
  /*   =======    =======   */
}
.currentCrossLink {
  font-weight: bold;
}
.liquid-slider-wrapper .liquid-nav ul {  
  clear: both;
  display: block;
  float: none!important;
  margin: 0 auto;
  overflow: hidden;
  text-align:center;
  /*width: 125px;*/
  /*width:134px;*/
}


.liquid-slider-wrapper .liquid-nav ul li {
  /*   =======  NEW NAV STYLING  =======   */
  /*width: 15px;*/
  width:23px;
  /*   =======   =======   */
  display: inline-block;
  /*float: left;*/
  padding: 0 5px;
}
.liquid-slider-wrapper .liquid-nav ul li a {
  display: block;
  float: left;
  text-indent: -999em;
}
/*****************************************************
* Mobile Menu
* This will adjust styles for 149 styles. I have
* included a simple example to create a custom select
* box.
*******************************************************/
.liquid-slider-wrapper .liquid-nav {
  /*bottom:1.5em;*/
  bottom:1em;
  /*margin-left:34%;*/
  overflow:hidden;
  position: absolute;
  width:100%;
  z-index: 2;
}
.liquid-slider-wrapper .liquid-slider-select-box {  
  /* Delete these if you want the standard select box.
     Also delete the rules below */

  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/down_arrow.png) no-repeat right #ddd;
  
}
.liquid-slider-wrapper .liquid-slider-select-box select {  
  /* If you want the standard select box, use 
  width:100%
  And delete the rest of the styling here */

  width: 150%;
  -webkit-appearance: none;
  -mox-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: 1px solid #bbb;
  height: 35px;
  cursor:pointer;
}

/******************************************************
* Arrows
* This section refers to both the non-graphical and 
* graphical navigation arrows. 
*
* Some settings will be overwritten when using the 
* responsive setting.
*******************************************************/
.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-right {

  float: left;
}
.liquid-slider-wrapper .liquid-nav-left a, .liquid-slider-wrapper .liquid-nav-right a {
  /* non-graphical arrows */
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;

  display: block;
  text-align: center;
  text-decoration: none;
}
.liquid-slider-wrapper .liquid-nav-left-arrow, .liquid-slider-wrapper .liquid-nav-right-arrow {
  cursor: pointer;

  float: left;
}
.liquid-slider-wrapper .liquid-nav-left-arrow a, .liquid-slider-wrapper .liquid-nav-right-arrow a {

  display: block;
}
.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-left-arrow {

  clear: both;
}
.liquid-slider-wrapper .liquid-nav-right-arrow,
.liquid-slider-wrapper .liquid-nav-left-arrow { 
	/* =======  NEW NAV ARROW DESIGN  ======= */ 
	bottom: 50%; 
	margin-top:39px;
	/*width: 32%;*/ 
}
	
	.liquid-nav-right-arrow a, 
	.liquid-nav-left-arrow a {
		/* =======  NEW NAV ARROW DESIGN  ======= */ 
		/*background: #424242 url(../images/css/sprite.png) no-repeat;
		border-radius: 15px;*/
		display: block;
		position: relative;
		height: 78px;
		width: 78px;
	}
		.liquid-nav-right-arrow a:hover, 
		.liquid-nav-left-arrow a:hover {
			/* =======  NEW NAV ARROW DESIGN  ======= */ 
			/*background-color: #666;*/
		}
	
		.liquid-nav-left-arrow a 	{
			/* =======  NEW NAV ARROW DESIGN  ======= */ 
			/*background-position:  9px -713px; float: right; margin-right: 5px;*/ 
			background-image:url(../images/css/bigPrev_carousel.png);
			width:78px;
			height:78px;
		}
		.liquid-nav-right-arrow a 	{ 
			/* =======  NEW NAV ARROW DESIGN  ======= */
			/*background-position: 10px -743px; float: left;  margin-left: 5px;*/ 
			background-image:url(../images/css/bigNext_carousel.png);
			width:78px;
			height:78px;
		}
		.liquid-nav-left-arrow a:hover 	{
			/* =======  NEW NAV ARROW DESIGN  ======= */ 
			/*background-position:  9px -713px; float: right; margin-right: 5px;*/ 
			background-image:url(../images/css/bigPrev_carousel_hover.png);
		}
		.liquid-nav-right-arrow a:hover	{ 
			/* =======  NEW NAV ARROW DESIGN  ======= */
			/*background-position: 10px -743px; float: left;  margin-left: 5px;*/ 
			background-image:url(../images/css/bigNext_carousel_hover.png);
		}
	
	

.liquid-slider-wrapper .liquid-nav-left-arrow:hover {
  /* Left graphical arrows hover */
}
.liquid-slider-wrapper .liquid-nav-left-arrow:active {
  /* Left graphical arrows click */
}
.liquid-slider-wrapper .liquid-nav-right-arrow:hover {
  /* Right graphical arrows hover */
}
.liquid-slider-wrapper .liquid-nav-right-arrow:active {
  /* Right graphical arrows click */
  
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}

/******************************************************
* Responsive Styles
* Here are the main responsive styles. This mostly 
* covers the arrows, and most of the settings can be
* applied above.
*******************************************************/
.liquid-responsive .liquid-slider {

  width: 100%;
  margin: 0;
  overflow: visible;
}
.liquid-responsive .liquid-slider .panel .panel-wrapper {
  border: 2px solid #fff;
  border-bottom-width: 2px;
  border-top-width:4px;
  overflow: hidden;
  padding: 0;
}
.liquid-responsive .liquid-nav-left {
  /* Left non-graphical arrows */

  position: absolute;
  left: 0;
  z-index: 1;
}
.liquid-responsive .liquid-nav-left a {
  /* Left non-graphical arrows */
  background: #9A9A9A;
  width: 80px;
}
.liquid-responsive .liquid-nav-left a:hover {
  /* Left non-graphical hover */
  background: #747474;
}
.liquid-responsive .liquid-nav-right {
  /* Right non-graphical arrows */

  position: absolute;
  right: 0;
  z-index: 1;
}
.liquid-responsive .liquid-nav-right a {
  /* Right non-graphical arrows */
  background: #9A9A9A;
  width: 80px;
}
.liquid-responsive .liquid-nav-right a:hover {
  /* Right non-graphical arrows hover */
  background: #747474;
}
.liquid-responsive .liquid-nav-left-arrow {
  /* =======  NEW NAV ARROW DESIGN  ======= */
  /*left: 0;*/
  left:-90px;
  opacity: 1!important;
  position: absolute;
  z-index: 1;
}
.liquid-responsive .liquid-nav-right-arrow {
  /* =======  NEW NAV ARROW DESIGN  ======= */
  /*right: 0;*/
  right: -90px;
  opacity: 1!important;
  position: absolute;
  z-index: 1;
}

/*  =======  RESPONSIVE  =======  */

@media (max-width: 767px) {
	.panel h3 { float: right; width: 65%; margin-bottom:0px; font-size:1.3em; }
	.panel a.button.homeCarouselButton { bottom: -10px; width: 22%; font-size: 1.2em; text-align: center; padding: .5em .8em;}
}

@media (max-width: 480px) {
	.panel h3 { float: right; width: 65%; margin-bottom:0px; font-size:1.3em; }
	.panel a.button.homeCarouselButton { bottom: -10px; width: 22%; font-size: 1.2em; text-align: center; padding: .5em .8em;}
}