.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;
	float: left;
	border: 0;
}
.callbacks_container {
	position: relative;
	max-width:700px;
	margin: 0 auto;
	padding: 0;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 10px;
	opacity: 0.6;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 57px;
	width: 30px;
	background: transparent url("../images/nav.png") no-repeat left top;
	margin-top: -45px;
}
.callbacks_nav:active, .callbacks_nav:hover{
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 10px;
}
.slideheight .callbacks_nav {
	left: 90px;
	right:auto;
}
.slideheight .callbacks_nav.next {
	left:auto;
	right: 90px;
}
.callbacks_nav:focus {
	outline: none;
}
.callbacks_tabs {
	margin-top: -0px;
	text-align: center;
}
.callbacks_tabs li {
	display: inline;
	float: none;
	margin-right: 5px;
}
.callbacks_tabs a{
	margin:18px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background: #ccc;
	background:#ccc;
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius:9px;
	vertical-align:top;
}
.callbacks_here a {
	background: #f00;
	height:9px;
}
.cont{
	color:#fff;
	padding:180px 36px 60px;
}

.team .img{
	height: 180px;
	width:180px;
	border-radius: 130px;
	margin: 0 auto -150px;
	background-size: cover;
	border:6px solid #fff;
	position:relative;
	z-index:5;
}
.team p{
	padding:0 27px;
}
.testimoni .callbacks_nav {
	position: absolute;
	top: 100px;
	left: -160px;
	z-index: 3;
	height: 129px;
	width: 150px;
	background-image:url(../images/leftnav.png);
	background-size:cover;
	opacity:.4;
}
.testimoni .callbacks_nav:hover {
	opacity:1;
}
.testimoni .callbacks_nav.next {
	-webkit-transform : rotate(180deg) scale(0.5); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : rotate(180deg) scale(0.5); /* IE 9 */
    transform         : rotate(180deg) scale(0.5); /* Firefox 16+, IE 10+, Opera */
	top:auto;
	bottom:30px;
	left: auto;
	right: -120px;
	
}
.slideheight{height:100%; width:100%; max-width:100%;}
.slide{
	height:100%;
	background-size:cover;
	background-position:center;
}
.slidetxt, .slidetxt2, .slidetxt3{
	background-color:rgba(255,255,255,.8);
	width:30%;
	border-radius:22px;
	position:absolute;
	right:10%;
	bottom:10%;
	color:#111;
	padding:18px 36px;
	z-index:9;
}
.slidetxt2{
	left:auto;
	right:10%;
	top:20%;
	bottom:auto;
}
.slidetxt3{
	bottom:20%;
	left:10%;
	right:auto;
}
.slidetxt h2, .slidetxt2 h2,.slidetxt3 h2{
	font-size:32px;
	padding:0 0 9px 0;
}
@media screen and (max-width: 1300px) {
	.slidetxt, .slidetxt2, .slidetxt3{
		width:50%;
		bottom:20%;
		padding:27px;
	}
}

@media screen and (max-width: 1000px) {
	.slidetxt, .slidetxt2, .slidetxt3{
		width:70%;
		bottom:10%;
	}
	.testimoni .callbacks_nav {
		-webkit-transform : scale(0.5); /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform     : scale(0.5); /* IE 9 */
		transform         : scale(0.5); /* Firefox 16+, IE 10+, Opera */
		left: 0px;
	}
	.testimoni .callbacks_nav.next {
		-webkit-transform : rotate(180deg) scale(0.3); /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform     : rotate(180deg) scale(0.3); /* IE 9 */
		transform         : rotate(180deg) scale(0.3); /* Firefox 16+, IE 10+, Opera */
		right: -40px;
		
	}
}
@media screen and (max-width: 600px) {
	h1 {
		font: 24px/50px;
	}
  .callbacks_nav {
    top: 47%;
    }
	.team p{
	padding:0 18px;
}
  }