/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */
#slideshow img{
	width:100% !important;
	height:auto !important;
}
.no-js .liquid-slider {
	width:100% !important;
  height:auto;
  overflow:scroll;
}
.ls-preloader {  
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100% !important;
  height:100% !important;
  /*width:750px;
  height:450px;*/
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}
.colorbox-manual{
	
	} 
/*** Containers ***/
#frontpage-slider-wrapper
{
width:100% !important;	
}
.ls-wrapper {
	width:100% !important;
  clear: both;
  /*overflow: auto;*/
  position: relative;
}
.liquid-slider {
  background: #f2f2f2;
  width: 100% !important;
  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 {
	width:100% !important;
	padding-top:25%;
	padding-bottom:25%;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  /*width:100%;*/
  width: 100% !important;
  height: auto;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .panel {  
  width: 100% !important;
  display: block;
  float: left;
}
.panel-wrapper {  
  /*padding: 15px 40px;*/
  width: 100% !important;
  padding: 0;
  position:relative;
}
#frontpage-slider-nav-ul {
	margin-right:30% !important;
	z-index:20000;
	}

/*** Tabbed Navigation ***/
.ls-nav {
	font-size:150%;
  overflow:hidden;
  clear:both;
}
.ls-nav a {
  background: rgba(0,0,0,0.3);
  color: #fff;
  margin-right: 1px;
  padding: 0px 15px;  
  outline:0;
    display:grid;
    align-items: center;
}
.ls-nav a:hover {
  background: rgba(0,0,0,0.7);
  color: #00a651;
  text-shadow: none;
}
.ls-nav .current a {
  background: rgba(0,0,0,0.7);
  color: #00a651;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {  
  padding:0;
  position:absolute;
  width: 30%;
  right: -30%;
  /* ----- */
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-nav ul li {
  display: inline-block;
    height:112px;
    margin-bottom:2px;
	width: 100%;
}
.ls-nav ul li a {
  width: 91%;
 /* padding-top:10% ;
  padding-bottom:10% ; 
  display: block; */
  float: left;
  text-decoration: none;
  /* margin-bottom:0.5%; */
}
@media (min-width: 1919px)  {
.ls-nav ul li a {
 
 /* padding-top:12.1%;
  padding-bottom:12.1%; */
    height:100%;
 
}	
}
@media (min-width: 1750px) and (max-width: 1919px)  {
.ls-nav ul li a {
 
  height:100%;
 
}	
}
@media (min-width: 1681px) and (max-width: 1749px)  {
.ls-nav ul li a {
 
 height:100%;
 
}	
}
@media (min-width: 1441px) and (max-width: 1680px)  {
.ls-nav ul li a {
 
 height:100%;
 
}	
}
@media (min-width: 1281px) and (max-width: 1440px)  {
.ls-nav ul li a {
 
height:100%;
 
}	
}
@media (min-width: 1120px) and (max-width: 1280px)  {
.ls-nav ul li a {
 
 height:100%;
 
}	
}
@media (min-width: 1025px) and (max-width: 1119px)  {
.ls-nav ul li a {
 
 height:100%;
 
}	
}
@media (min-width: 840px) and (max-width: 1025px)  {
.ls-nav ul li a {
 
 height:100%;
 
}	
}
@media (min-width: 640px) and (max-width: 839px)  {
.ls-nav ul li a {
 
 height:100%;
 
}	
}
@media (min-width: 320px) and (max-width: 639px)  {
.ls-nav ul li a {
 
 height:100%;
 
}	
}
/*** 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;
}
[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;
}
.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;
}
