/*
 *  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: auto;
  position: relative;
}
.liquid-slider {
 /* background: #f2f2f2;*/
  width: 600px;
  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 .ls-panel {  
  width: 600px;
  display: block;
  float: left;
}
.panel-wrapper {  
  padding: 15px 0px;
  position:relative;
}

/*** Tabbed Navigation ***/
.ls-nav {
  overflow:hidden;
  clear:both;
}
.ls-nav a {
  background: url('../images/liquidslider-passiv.png');
  color: #ffffff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  outline:0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  padding-bottom: 8px;
}
.ls-nav a:hover {
  background: url('../images/liquidslider-no-arrow.png') 50% 100% no-repeat;
  color: #ffffff;
  text-shadow: none;
}
.ls-nav .current a {
  background: url('../images/liquidslider-arrow-white.png') 50% 100% no-repeat;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {  
  padding:0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-nav ul li {
  display: inline;
}
.ls-nav ul li a {
  display: block;
  text-decoration: none;
}

/*** 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 {
  top:0;
  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;
}
[class$="-arrow"] {
  width: 25px;
  height: 25px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  margin-top: -45px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 5px;
  width: 0px;
  height: 36px;
  background: url('../images/next.png') no-repeat transparent;
  opacity: 1 !important;
  margin-top: -45px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 5px;
  width: 0px;
  height: 36px;
  background: url('../images/prev.png') no-repeat transparent;
  opacity: 1 !important;
  margin-top: -45px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}
#slider-id-1-wrapper {
	max-width: 100% !important;
}
#slider-id-1-nav-ul {
	display: table !important;
	width: 100%;
	
}
#slider-id-1-nav-ul li {
	display: table-cell !important;
	width: 16%;
}
#slider-id-1-wrapper .tab1 {
	background-color: #ff6600;
}
#slider-id-1-wrapper .tab2 {
	background-color: #bf6e37;
}
#slider-id-1-wrapper .tab3 {
	background-color: #9b7359;
}
#slider-id-1-wrapper .tab4 {
	background-color: #8b7567;
}
#slider-id-1-wrapper .tab5 {
	background-color: #80766d;
}
#slider-id-1-wrapper .tab6 {
	background-color: #777777;
}
.liquidslider-content {
	height: auto;
	/*min-height: 190px;*/
}
.liquidslider-list {
	display: table;
	width: 100%;
}
.liquidslider-list li {
	display: table-cell;
	width: 50%;
}
.liquidslider-list li span {
	font-weight: 700;
	font-size: 18px;
}
.liquidslider-list li p {
	margin-bottom: 10px;
	font-size: 18px;
}
#slider-id-2-nav-ul {
	float: none !important;
	text-align: center;
	width: 768px;
}
#slider-id-2-nav-ul li {
	display: inline-block;
	margin: 0 5px;
}
#slider-id-2-wrapper {
	max-width: 100% !important;
	padding-bottom: 80px;
	position: relative;
}
.inner-liquidslider-2 {
	max-width: 768px;
	margin: 0 auto;
}
#slider-id-2-wrapper .ls-nav a {
	background: none;
	border: none;
	padding: 0;
}
#slider-id-2-wrapper .liquidslider-list li {
	width: auto;
	vertical-align: middle;
}
#slider-id-2-wrapper .liquidslider-list li:first-child {
	width: 110px;
	padding-right: 30px;
}
#slider-id-2-nav-ul li a img {
	opacity: 0.5;
}
#slider-id-2-nav-ul li.current a img, #slider-id-2-nav-ul li:hover a img  {
	opacity: 1;
}
#slider-id-2-wrapper .ls-nav { 
	bottom: 0px;
	position: absolute;
}
#slider-id-2-wrapper .liquidslider-list li p { 
	font-size: 16px;
	margin-bottom: 10px;
	color: #777777;
}
#slider-id-2-wrapper .panel-wrapper {
	padding-top: 10px;
}
#slider-id-2-wrapper .liquidslider-list img {
	border: 1px solid #999999;
	height: 150px;
}
.unit-liquidslider-2 {
	padding-top: 0;
	margin-bottom: 23px;
}

@media (max-width: 979px) {
	.liquidslider-list li p {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 14px;
	}
	.liquidslider-list li span {
		font-size: 14px;
	}
}
@media (max-width: 769px) {
	#slider-id-2-wrapper .ls-nav-left-arrow {
		 background: url('../images/l-arrow-777.png') no-repeat transparent;
		 width: 33px;
		 margin: 0;
		 opacity: 1 !important;
		 visibility: visible !important;
		 top: 70px;
		 left: 15px;
	}
	#slider-id-2-wrapper .ls-nav-right-arrow {
		 background: url('../images/r-arrow-777.png') no-repeat transparent;
		 width: 33px;
		 margin: 0;
		 opacity: 1 !important;
		 visibility: visible !important;
		 top: 70px;
		 right: 15px;
	}
	#slider-id-2-wrapper .ls-nav-left-arrow:hover {
		 /*background: url('../images/prev.png') no-repeat transparent;*/
	}
	#slider-id-2-wrapper .ls-nav-right-arrow:hover {
		 /*background: url('../images/next.png') no-repeat transparent;*/
	}
	#slider-id-2-nav-ul {
		display: none !important;
	}
	#slider-id-2-wrapper .liquidslider-list li {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	#slider-id-2-wrapper .liquidslider-list li:first-child {
		margin-bottom: 10px;
		padding-right: 0px;
	}
	#slider-id-2-wrapper .liquidslider-list {
		width: 90% !important;
		margin: 0 auto;
	}
	#slider-id-2-wrapper {
		padding-bottom: 0;
	}
}

@media (max-width: 750px) {
	#slider-id-1-nav-ul { 
		display: block !important;
		width: 490px;
		margin: 0 auto;
		text-align: center;
		float: none !important;
	}
	#slider-id-1-nav-ul li { 
		display: inline-block !important;
		width: 160px;
		margin-bottom: 2px;
	}
	.ls-nav a {
	   padding-bottom: 0;
	}
	.ls-nav a:hover {
	   background: none;
	}
	.ls-nav .current a {
	   background: none;
	}
	.liquidslider-list { 
		display: block;
		width: 400px;
		margin: 0 auto;
	}
	.liquidslider-list li { 
		display: block;
		width: 100%;
	}
}
@media (max-width: 490px) {
	#slider-id-1-nav-ul { 
		width: 325px;
	}
	.liquidslider-list li p br { 
		display: none;
	}
	.liquidslider-list { 
		width: 90%;
	}
}
@media (max-width: 400px) {
	.liquidslider-list li p br{
		display: none;
	}
	
}
@media (max-width: 325px) {
	#slider-id-1-nav-ul { 
		width: 165px;
	}
}
