/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */

.no-js .liquid-slider {
  height:350px;
  height:490px;
  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 ***/
#slider,
#slider1,
#slider2,
#slider3 {
	margin:0px auto 0px auto !important;
	width:320px !important;
	text-align:center !important;
}
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
}
.liquid-slider {
  background: #f2f2f2;
  width:100%;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
/*height:545px !important;*/
}
.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:100%;
  display: block;
  float: left;
}
.panel-wrapper {  
  padding: 15px 40px;
  position:relative;
}

/*** Tabbed Navigation ***/
.ls-nav {
  overflow:hidden;
  clear:both;
}
.ls-nav ul {
}
/*.ls-nav .tab6 a,
.ls-nav .tab7 a {
	background-color:#e94516;
}*/
.ls-nav .weekend a {
	background-color:#e60012;
}
.ls-nav ul li {
}
.ls-nav a {
  background: #d8d8d8;
  background-color:#a9937f;
  color: #333333;
  color:#fff;
  margin-right: 1px;
  padding: 12px 15px 5px 15px;  
  outline:0;
  /*background-image:url(../images/schedule/schedule_arrow.gif);
  background-repeat:no-repeat;
  background-position:50% 4px;*/
}
#trial_schedule .ls-nav a {
  padding-left: 0;  
  padding-right: 0;
  width: 42px;
  display: flex;
  justify-content: center;
}
/*.ls-nav a:hover {
  background: #f2f2f2;
  background-color:#e94516;
  color: #333333;
  color:#fff;
  text-shadow: none;
}*/
.ls-nav .current a {
  /*background: #f2f2f2;*/
  color:#fff;
  /*background-color:#fff;*/
  background-color:#7a6755;
  border:1px solid #7a6755;
  padding:9px 23px 8px 23px;
}
.ls-nav .weekend.current a {
  /*background: #f2f2f2;*/
  color:#fff;
  /*background-color:#fff;*/
  background-color:#e60012;
  border:1px solid #e60012;
  padding:9px 23px 8px 23px;
}
#trial_schedule .ls-nav .current a {
  width: 60px;
}
.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;
-moz-border-radius:7px 7px 0px 0px / 7px 7px 0px 0px;
-webkit-border-radius:7px 7px 0px 0px / 7px 7px 0px 0px;
-o-border-radius:7px 7px 0px 0px / 7px 7px 0px 0px;
-ms-border-radius:7px 7px 0px 0px / 7px 7px 0px 0px;
	border-bottom:none !important;
}

/*** 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:35px;
  height:80px;
  background-repeat: no-repeat;
  background-size:contain;
  margin-top: 50px;
  margin-top:239px;
  margin-top:170px;
  position:relative;
}
.ls-nav-right-arrow {
  background-image: url(../../_images/liquidslider_right.png);
}
.ls-nav-left-arrow {
  background-image: url(../../_images/liquidslider_left.png);
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-nav-right-arrow:active,
.ls-nav-left-arrow:active {
	background-color:rgba(255,197,130,0.6);
}
.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;
}



div.slider-panel {
	padding-bottom:10px;
}
div.panel-wrapper {
	/*margin:6px auto 0px auto;*/
	margin:0 auto;
	padding:0px 0px 8px 0px !important;
	/*width:280px;*/
    width:320px;
	background-color:#fff;
	border:2px solid #7a6755;
-moz-border-radius:0px 0px 7px 7px / 0px 0px 7px 7px;
-webkit-border-radius:0px 0px 7px 7px / 0px 0px 7px 7px;
-o-border-radius:0px 0px 7px 7px / 0px 0px 7px 7px;
-ms-border-radius:0px 0px 7px 7px / 0px 0px 7px 7px;
}
div.panel-wrapper.weekend {
	border-color:#e60012;
}
div.panel-wrapper.weekend p {
	border-color:#e94516 !important;
}
div.panel-wrapper .title {
	display:none;
}
div.panel-wrapper h4 {
	color:#fff;
	background-color:#7a6755;
	margin:0 !important;
	padding:3px 0px 2px 0px;
	font-size:11px;
	text-align:center;
}
div.panel-wrapper.weekend h4 {
	background-color:#e60012;
}
div.panel-wrapper p {
	margin:8px 8px 0px 8px !important;
	/*width:256px !important;
	width:260px !important;*/
	border:2px solid #7a6755;
	padding:3px 5px 2px 5px;
	line-height:1.4em;
	/*text-align:center;*/
/*-moz-border-radius:7px;
-webkit-border-radius:7px;
-o-border-radius:7px;
-ms-border-radius:7px;*/	
}
div.panel-wrapper p,
div.panel-wrapper p span {
	font-size:12px !important;
}
div.panel-wrapper p span.schedule_noob {
	display:inline-block;
	width:10px;
	height:17px;
	background-image:url(../pic/schedule/schedule_noob_sp.gif);
	background-repeat:no-repeat;
}
div.panel-wrapper a {
	text-decoration:none;
}

/*#trial-slider-nav-ul {
	float: none !important;
	display: flex !important;
	justify-content: center !important;
}
#monthly_schedule ul {
	float: none !important;
	display: flex !important;
	justify-content: center !important;
}
div.ls-select-box {
	display: none !important;
}*/