#slider1{ margin-bottom:5px;}
#slider3 {max-width: 994px!important; height:490px;}
.callbacks_container{ padding-left:1px;}
.rslides_tabs {
  list-style: none;
  padding: 0;

  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  padding: 10px 0;
  width: 100%;
  }

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

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  color:#990000;
  display: inline;
  }

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

.rslides_tabs .rslides_here a {
  color: #000;
  font-weight: bold;
  }

/* a {
  color: #fff;
  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);
  }
.events {
  list-style: none;
  }
.callbacks_container {
  position: relative;
  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 img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  }

.caption {
  display: block;
  z-index: 2;
  font-family: 'Abel', sans-serif;
  font-size: 30px;
  text-shadow: none; text-align:right;  line-height: 34px;
  color: #fff; width:450px; padding:115px 0 0 0;
  margin: 0;
  }
 .callbacks .caption p{ text-align:center;  position: absolute;   margin-right:65px;
  right: 0;}
  .caption p span{ color:#E5D897;}
  .caption p a{ color:#FFFFFF;}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0); display:none;
  top: 57%;
  left: 540px;

  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.png") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
    opacity: 0.7;
  }

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

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

.rslides li {
  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;
  border: 0;
  }