* {
  margin: 0;
  padding: 0;
}


#wrapper {
  padding: 20px;
  }

p,h3,h4,pre {
  text-align: left;
  max-width: 540px;
  margin: 0 auto 20px;
  }

.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
	list-style: none;
	padding: 0;
	background-color: rgba(87,253,245,0.99);
	/*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: 1200px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	border-radius: 0px 0px 20px 20px;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.5);
  color: #F336FF;
  font-weight: bold;
  }

a {
  color: #009315;
  text-decoration: none;
  }

#download {
  background: #333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
  }

#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
  font-size: 11px;
  }

/* Callback example */

h3 {
  font: 20px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
  }

.events {
  list-style: none;
  }

.callbacks_container {
  /*margin-bottom: 50px;*/
  position: relative;
  /*float: left;*/
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
.callbacks .banner_img{width: 80%;}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.title_cap{display:inline-block; font-size: 1.5em;color: #f5ff00;/*border-bottom: 3px solid #fbfce3;*/margin-bottom: 8px;position: relative;}
.title_cap:after{position: absolute; content: '';bottom: 0;left: 0;background-color: #fbfce3;height: 3px;width: 100%; transform: scaleX(0);transform-origin: 0%;animation: bottomline .5s 3s 1 forwards;}

@keyframes bottomline {
    0% {transform: scaleX(0);}
	100% {transform: scaleX(1);}
}
@-webkit-keyframes bottomline {
    0% {transform: scaleX(0);}
	100% {transform: scaleX(1);}
}
@-moz-keyframes bottomline {
    0% {transform: scaleX(0);}
	100% {transform: scaleX(1);}
}
@-o-keyframes bottomline {
    0% {transform: scaleX(0);}
	100% {transform: scaleX(1);}
}

.callbacks .caption {
  display: inline-block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fdfbea;
  background: rgb(168, 98, 17);
  width: 20%;
  height: 100%;
  padding: 10px;
  margin: 0 auto;
  max-width: none;
  right: 0;
  top: 0;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 55%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("demo/themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
	float: left;
	border: 1px solid #FFFFFF;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #FF3BB5;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }
@media(max-width:1081px){
	.callbacks .banner_img{width: 100%;}

	.callbacks .caption {
		display: inline-block;
  		position: relative;
  		z-index: 2;
  		font-size: 1em;
  		text-shadow: none;
  		color: #fdfbea;
  		background: rgb(168, 98, 17);
  		width: 100%;
  		padding: 10px;
  		margin: 0 auto;
  		max-width: none;
		min-height: 150px;
  		right: 0;
		left: 0;
		bottom: 0;
  	}

}

@media(max-width:1080px){
	.callbacks .banner_img{width: 100%;}
	.callbacks .caption {min-height: 186px;}
}
@media(max-width:788px){
	.callbacks .banner_img{width: 100%;}
	.callbacks .caption {min-height: 210px;}
}
@media(max-width:560px){
	.callbacks .caption {min-height: 234px;}
}

@media(max-width:500px){
	.callbacks .caption {min-height: 250px;}
	.callbacks_nav {background: transparent url("demo/themes/themes02.png") no-repeat left top;}
}
@media(max-width:430px){
	.callbacks .caption {min-height: 283px;}
}
@media(max-width:360px){
	.callbacks .caption {min-height: 307px;}
}