.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: 50%;
	left: 10px;
	opacity: 0.5;
	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: 0px;
}

.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: #15baee;
	width:15px;
}
.slideheight{height:100%; width:100%; max-width:100%;}
.slide{
	height:100%;
	background-size:cover;
	background-position:center;
}
.slidetxt{
	width:calc(100%- 90px);
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	bottom:10%;
	font-size:54px;
	color:#fff;
	font-family: 'Yellowtail', cursive;
	padding:18px 36px;
	z-index:9;
	text-align:center;
}
.cont{
	color:#fff;
	padding:180px 36px 60px;
}
.team .img{
	height: 160px;
	width:160px;
	border-radius: 130px;
	margin: 0 auto -150px;
	background-size: cover;
	border:3px solid #fff;
	position:relative;
	z-index:5;
}
.team p{
	padding:0 27px;
}