/***********************************************************************
*
*  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-responsive{
  background: #000;
  width: 4280px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative;
}

.liquid-responsive{
  background: url(./img/ionunBackground2000x181.png) repeat left;
  width: 4280px;
  /* 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: 4280px;
  min-height: 925px;
  /* Do not edit below this line */
  /* display: inline; */
  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 */
[class*="arrow-"] {
  width: 25px;
  height: 25px;
  float: left;
  margin: 0 2px 5px 0;
  display: block;
}

/* line 134, ../sass/liquid-slider.scss */
.arrow-right {
  background: url(../img/arrow5.png) no-repeat top right;
  float: right;
}

/* line 137, ../sass/liquid-slider.scss */
.arrow-left {
  background: url(../img/arrow5.png) no-repeat top left;
}

/* line 140, ../sass/liquid-slider.scss */
.arrow-left:hover {
  background: url(../img/arrow5.png) no-repeat bottom left;
}

/* line 143, ../sass/liquid-slider.scss */
.arrow-right:hover {
  background: url(../img/arrow5.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;
}


.ls-nav a {
 
  background: #C4B1E0;
  color: #333333;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
  margin-right: 3px;
  padding: 5px 8px 10px;  
  outline:0;
  float: left;
}

.ls-nav  a:hover{
  
  color: #1A0A2E;
  background: #E8E8C4;
  text-shadow: none;
}

.ls-nav .current{
  background: #1A0A2E;
  color: #E8E8C4;
  text-shadow: none;
}


.ls-navlow a {
 
  background: #C4B1E0;
  color: #333333;
  font-family: Arial;
  font-size: 10px;
  text-decoration: none;
  margin-right: 3px;
  padding: 5px 7px 11px;  
  outline:0;
  float: left;;
}

.ls-navlow a:hover{
  
  color: #1A0A2E;
  background: #E8E8C4;
  text-shadow: none;
}

.ls-navlow .current{
  background: #1A0A2E;
  color: #E8E8C4;
  text-shadow: none;
}
 
#dext {
float:right;
} 


.ls-nav2 a:link{
 background: rgba(0,0,0,0);
 color: rgba(0,0,0,0);
}

.ls-nav2 a:hover{
 background: rgba(0,0,0,0);
 color: rgba(0,0,0,0);
}

.ls-nav2 a:active{
 background: rgba(0,0,0,0);
 color: rgba(0,0,0,0);
}






