/*--Slider--*/

#slider
{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  margin-top:-120px;
}
/***********************************/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width:100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left:0%;
  top: 0;
  width:100%;
}
.rslides li{
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  height: auto;
  border: 0;
}

.callbacks_tabs{
  list-style: none;
  position: absolute;
  top: 86.5%;
  z-index: 999;
  right: 45%;
  padding: 0em 0.6em 1em 0.3em;
  margin: 0;
}
.callbacks_tabs li{
   display: inline-block;
  margin: 0 .5em;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
   height: 17px;
  width: 17px;
  display: inline-block;
  background:#707386;
  border:5px solid #cc0033;
  border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
}
.callbacks_here a:after{
	background:#fff;
	border:5px solid #1f1e23;
}
@media (max-width:800px){
#slider{ margin-top:-170px;}
.callbacks_tabs{display:none;}
}
@media (max-width:550px){
.rslides img {height: 200px;}
}