/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */

.no-js .liquid-slider {
  height:350px;
  overflow:scroll;
}
.ls-preloader {  
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: visible;
  position: relative;
}
.ls-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.liquid-slider {
  background: #ffffff;
  width: 980px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  width:100%;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .panel {  
  width: 980px;
  display: block;
  float: left;
}
.panel-wrapper {  
  padding: 0px;
  position:relative;
}
.panel-wrapper .two-col {
	padding-bottom:0px;
}
.panel-wrapper .title {
	display:none;
}
/*** Tabbed Navigation ***/
.ls-nav {
  overflow:hidden;
  clear:both;
}
.ls-nav a {
  background: #fff;
  color: #000;
  margin-right: 1px;
  padding: 34px 12px 10px 12px;  
  outline:0;
  border-bottom:0px;
}
.ls-nav a:hover {
  color: #cb007c;
  text-shadow: none;
  border-bottom:0px;
}
.ls-nav .current a {
  color: #cb007c;
  background:url(../images/bg-nav-li-current.png) center 2px no-repeat;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {  
  padding:0;
  clear: both;
  display: block;
  margin: 0px auto 32px auto !important;
  width:100%;
  overflow: hidden;
  background:url(../images/bg-nav.png) 0px 10px repeat-x;
}
.ls-nav ul li {
  display: inline-block;
  text-align:center;
}
.slide-1 {
	width:100%;
}
.slide-2 {
	width:50%;
}
.slide-3 {
	width:33%;
}
.slide-4 {
	width:25%;
}
.slide-5 {
	width:20%;
}
.slide-6 {
	width:16.5%;
}
.slide-7 {
	width:14%;
}
.slide-8 {
	width:12.4%;
}
.slide-9 {
	width:11%;
}
.slide-10 {
	width:10%;
}
.ls-nav ul li a {
  background:url(../images/bg-nav-li.png) center 2px no-repeat;
  border-bottom:0px;
  display: inline-block;
  font-family:'museo', sans-serif;
  font-weight:500;
  text-decoration: none;
  font-size:12px;
}

/*** Mobile Navigation ***/
.ls-select-box { 
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat right #ddd;
}
.ls-select-box select {  
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  float: left;
  clear:both;
}
.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
  border-bottom:0px;
}
[class$="-arrow"] {
  width: 25px;
  height: 25px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 50px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
  border-bottom:0px;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
  border-bottom:0px;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: -50px;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: -50px;
  z-index: 2;
}
/* RESPONSIVE/MOBILE STYLES ------------ */

@media screen and (max-width: 800px)
{
	.ls-nav a {
		padding:34px 6px 0px 6px;
	}
	.ls-nav ul li a {
		font-size:11px;
	}
}
@media screen and (max-width: 500px)
{
	.lw-inner {
		padding:0px !important;
	}
	.lw-banner-image {
		margin-bottom:24px;
	}
	.panel {
		width:320px !important;
		overflow:hidden;
	}
	.panel-wrapper {
		padding:0px 0px;
		width:100% !important;
	}
	.panel-wrapper p {
		padding:0px 30px;
	}
}