<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.wslidess_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  width: 100%;
}
.wslidess_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.wslidess_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: 450px;
  background: transparent;
  display: inline;
}
.wslidess_tabs li:first-child {
  margin-left: 0;
}
.wslidess_tabs .wslidess_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.wback_container {
  position: relative;
  z-index:0;
  /*top: -165px;*/
  float: left;
  width: 100%;
}
.wback {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.wback li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.wback img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.wback .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 17%;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 13%;
}
.wback_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 57%;
	left: 2%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 43px;
	width: 43px;
	background: transparent url("image/slider-arrows.png") no-repeat left top;
	margin-top: -65px;
}
.wback_nav:active {
  opacity: 1.0;
}
.wback_nav.next {
 	left: auto;
	background-position: right top;
	right: 2%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .wslidess_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.wslidess {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.wslidess li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
      height: 350px;
    overflow: hidden;
}
.wslidess li:first-child {
  position: relative;
  display: block;
  float: left;
}
.wslidess img {
  height: 350px;
  border: 0;
}
.wback_tabs{
	display:none;
}
.wback_tabs li{
	display:inline-block;
}
.slide{font-family:'Oswald', sans-serif; margin-bottom:10px; font-size:32px; font-weight:900px; text-transform:uppercase; padding:0px;}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size:14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .wback_nav {
    top: 47%;
    }
}
/*----*/</pre></body></html>