
#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: auto;
  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%;
    height: auto;

}
.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;
	text-align:
	center;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 10px;
	margin: 0 auto;
	max-width: none;
	top: 40%;
}
.wback_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	bottom: 45%;
	left: 6%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 50px;
	width: 50px;
	background: transparent url(../Image/arrows.png) no-repeat left top;
}
.wback_nav:active {
  opacity: 1.0;
}
.wback_nav.next {
 	left: auto;
	background-position: right top;
	right: 7%;
}
#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;
  height:auto;
}
.wslidess li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.wslidess li:first-child {
  position: relative;
  display: block;
  float: left;
}
.wslidess img {
  height: 100vh;
  border: 0;
  filter: brightness(0.9)!important;
}
.wback_tabs{
	display:none;
}
.wback_tabs li{
	display:inline-block;
}
.caption{
	/*background:rgba(1,7,3,0.5);*/
	width: 65%;
	height:
	auto;
}
.slide h1{
    font-family:
    'VerdanaPro', sans-serif;
    font-size: 45px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    color: #fff;
    text-shadow: #333 2px 3px 3px;
    }
.slide h3 {
  display: inline;
  font-size: 32px;
  font-weight: bold;
  color: #ffb03b;
  padding-top: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  text-shadow: #333 2px 3px 3px;
}
@media screen and (max-width: 1024px) {
	.slide h1{font-size:70px;}
	.slide h3{font-size:40px;}
}
@media screen and (max-width: 991px) {
	.slide h1{font-size:55px;}
	.slide h3{font-size:30px;}
	.wslidess img { height: 400px; border: 0;}
}
@media screen and (max-width: 769px) {
	.wslidess img { height: 350px; border: 0;}
}
@media screen and (max-width: 767px) {
.slide h1 { font-size: 40px;}
.slide h3 { font-size: 25px;}
}
@media screen and (max-width: 669px) {
	.slide{text-align:center;}
.slide h1 { font-size: 35px;}
.slide h3 { font-size: 20px;}
}
@media screen and (max-width: 600px) {
.wback_nav { top: 47%;}
.wslidess img {height: 250px;}
.wback_container {height: 250px;}
.slide h1 { font-size: 20px;}
.slide h3 { font-size: 12px;}
}
@media screen and (max-width: 375px) {
.slide h1 { font-size: 18px;}
}
/*----*/