﻿/*
 *  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: #fff;
  width: 960px;
  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: 960px;
  display: block;
  float: left;
}
.panel-wrapper {  
  padding: 0px 0px;
  position:relative;
}

/*** Tabbed Navigation ***/
/*
.ls-nav {
  overflow:hidden;
  clear:both;
}
.ls-nav a {
  background: #d8d8d8;
  color: #333333;
  margin-right: 1px;
  padding: 10px 15px;  
  outline:0;
}
.ls-nav a:hover {
  background: #f2f2f2;
  color: #333333;
  text-shadow: none;
}
.ls-nav .current a {
  background: #f2f2f2;
}
.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;
  float: left;
  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: 30px;
  height: 30px;
  background-image: url(../images/arrow-banner.png);
  background-repeat: no-repeat;
  top: 40%;
  position:relative;
  position: absolute;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 0px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 0px;
}
.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;
}

/*----------------------------------------
  Banner 
----------------------------------------*/

#homepage-banner {
	margin-bottom: 10px;
}

/*  Banner Slider, Liquid Slider
----------------------------------------*/
.liquid-slider h2.title {
	display: none;
}
.liquid-slider .banner-wrapper {
	position: relative;
	width: 100%;
	/*max-width: 960px;*/
}
.liquid-slider .background {
	width: 100%;
	/*max-width: 960px;	*/
}
.liquid-slider .background img{
	width: 100%;
	max-width: 960px;	
}
.liquid-slider .transbox {
	position: absolute;
	top: 25px;
	text-indent: -9999px;		
	width: 390px;
	background-color:#fff;
	opacity:0.75;
	filter:alpha(opacity=75);
}
.liquid-slider .transbox-left{
	left: 30px;
}
.liquid-slider .transbox-right{
	right: 30px;	
}
.liquid-slider .transbox-height{
	height:120px;
}
.liquid-slider .transbox-height-2{
	height:128px;
}
.liquid-slider .content{
	position: absolute;
	top: 40px;
	width: 340px;
}
.liquid-slider .content-left{
	left: 55px;
}
.liquid-slider .content-right{
	right: 55px;	
}
.liquid-slider .content h2 {
	font-size: 26px;
	margin-bottom: 6px;
	color:#333;
	font-weight: normal;
}
.liquid-slider .content h3 {
	font-size: 16px;
	line-height: 20px;	
	color:#333;
	margin-bottom: 10px;
	font-weight: normal;			
}
.liquid-slider .content h4.more a{
	float: right;
	display: block;
	padding: 0px 15px;	
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.liquid-slider .content h4.more a:hover {
	opacity:1.0;
	filter:alpha(opacity=10);
}

/*  Tabbed Nav Style
----------------------------------------*/
.ls-nav {
  overflow:hidden;
  clear:both; 
}
.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;
  float: left;
}
.ls-nav a {
    text-indent: -9999px;
	width: 240px;
	height: 20px;
	/*background: #b3b3b3;*/
	background: #fff;
	border-top: 3px solid #b3b3b3;
}
.ls-nav a:hover {
	height: 17px;
	border-top: 6px solid #b3b3b3;
}
.ls-nav .current a {
	height: 17px;
}
.ls-nav .tab1.current a {
	border-top: 6px solid #801a7a; /* 2015.9 */
}
.ls-nav .tab2.current a {
	border-top: 6px solid #008039; /* 2015.9 */	
}
.ls-nav .tab3.current a {
	border-top: 6px solid #0085cc; /* 2015.9 */
}
.ls-nav .tab4.current a {
	border-top: 6px solid #e6a800;	
}

/* ---------- Pads / Smartphones ---------- */
@media screen and (max-width: 960px) {
/*----------------------------------------
  Banner 
----------------------------------------*/
#homepage-banner {
	margin-bottom: 35px;
	background-color: #ff0;	
}
/*  Tabbed Nav Style
----------------------------------------*/
.ls-nav {
	display: none;
}
}
@media screen and (max-width: 800px) {
.liquid-slider .transbox {
	top: 20px;
	width: 380px;
}
.liquid-slider .transbox-left{
	left: 20px;
}
.liquid-slider .transbox-right{
	right: 20px;	
}
.liquid-slider .transbox-height{
	height:110px;
}
.liquid-slider .content{
	top: 35px;
	width: 340px;
}
.liquid-slider .content-left{
	left: 40px;
}
.liquid-slider .content-right{
	right: 40px;	
}
.liquid-slider .content h2 {
	font-size: 22px;
}
.liquid-slider .content h3 {
	font-size: 15px;
	line-height: 18px;	
}
.liquid-slider .content h4.more a{
	font-size: 13px;
}
}
@media screen and (max-width: 600px) {
.liquid-slider .banner-wrapper {
	height: 175px;
}
.liquid-slider .transbox {
	top: 75px;
	width: 100%;
	opacity:0.80;
	filter:alpha(opacity=80);	
}
.liquid-slider .transbox-left{
	left: 0px;
}
.liquid-slider .transbox-right{
	right: 0px;	
}
.liquid-slider .transbox-height{
	height:75px;
}
.liquid-slider .content{
	top: 85px;
	width: 85%;
	padding: 0 7.5%;
}
.liquid-slider .content-left{
	left: 0;
}
.liquid-slider .content-right{
	left: 0;		
}
.liquid-slider .content h2 {
	font-size: 20px;
	margin-bottom: 5px;
}
.liquid-slider .content h3 {
	font-size: 14px;
	line-height: 15px;
	height: 30px;
}
.liquid-slider .content h4.more a{
	float: none;
	font-size: 13px;
	padding: 0px 7.5%;		
	margin: 0 -7.5%;
}
}