.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*============= end opening slide code ============*/
* {
  margin: 0;
  padding: 0;
  text-align: center;
}

.wrapper {
  padding: 6px;
background-color: rgba(14,131,46,1.00);
  }


.rslides {
  margin: 0 auto 40px;
  }

.slider
{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  font-size: 16px;
  max-width: 700px;
  padding: 1px 0;
  text-align: center;
  width: 100%;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  color: rgba(155,204,194,1.00);
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 0px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 6px 6px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }




.events {
  list-style: none;
  }


@media screen and (max-width: 540px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
    
  .rslides_tabs {
  list-style: none;
  font-size: 12px;
  max-width: 700px;
  padding: 1px 0;
  text-align: center;
  width: 100%;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  color: rgba(155,204,194,1.00);
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 0px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 3px 3px;
  height: auto;
  background: transparent;
  display: inline;
  }
    
    
  }
