.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:1000px;
	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;
}
.slideheight{height:100%; width:100%; max-width:100%;}
.slide{
	height:100%;
	background-size:cover;
	background-position:center;
}
.slidetxt, .slidetxt2, .slidetxt3{
	background-color:rgba(0,0,0,.8);
	width:30%;
	position:absolute;
	right:10%;
	bottom:20%;
	color:#fff;
	padding:18px 36px;
}
.slidetxt2{
	left:auto;
	right:10%;
	top:20%;
	bottom:auto;
}
.slidetxt3{
	bottom:20%;
	left:10%;
	right:auto;
}
.slidetxt h2, .slidetxt2 h2,.slidetxt3 h2{
	text-align:left;
	font-size:32px;
	padding:0 0 9px 0;
}
.tealogo{
	max-width:249px;
	position:absolute;
	bottom:20px;
	right:30px;
}

@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%;
	}
}
@media screen and (max-width: 600px) {
	h1 {
		font: 24px/50px;
	}
  .callbacks_nav {
    top: 47%;
    }
	.team p{
	padding:0 18px;
}
  }