.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;
	bottom: 54px;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	height: 52px;
	width: 53px;
	background: transparent url("../images/nav.png") no-repeat left top;
	margin: 1px;
}
.callbacks_nav:active, .callbacks_nav:hover{
	background: transparent url("../images/nav-hover.png");
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 10px;
}
.slideheight .callbacks_nav {
	right: 50%;
	left:auto;
}
.slideheight .callbacks_nav.next {
	right:auto;
	left: 50%;
}
.team .img{
	height: 180px;
	width:180px;
	border-radius: 130px;
	margin: 0 auto 13px;
	background-size: cover;
	border:2px solid #ff7703;
}
.team p{
	padding:0 27px;
}
.slideheight{height:100%; width:100%; max-width:100%;}
.slide{
	height:100%;
	background-size:cover;
	background-position:center;
}
.slidetxt, .slidetxt2, .slidetxt3{
	width:30%;
	position:absolute;
	right:10%;
	bottom:20%;
	color:#fff;
	font-size: 45px;
	line-height: 36px;
	font-weight: 600;
}
.slidetxt2{
	left:auto;
	right:10%;
	top:20%;
	bottom:auto;
}
.slidetxt3{
	bottom:20%;
	left:10%;
	right:auto;
}
.slide h2{
	text-align:left;
	font-size:130px;
	line-height: 90px;
	padding:0 0 9px 0;
	font-weight: 600;
	-webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color:rgba(0,0,0,0);
	text-transform: none;
}
.slidetxtbott{
	width: 100%;
	position:absolute;
	bottom: 0;
	padding: 14px;
	color: #fff;
	font-size:22px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a5ff+0,6d02cc+45,6d02cc+45&0.75+0,0.7+45 */
	background: -moz-linear-gradient(-45deg,  rgba(2,165,255,0.75) 0%, rgba(109,2,204,0.7) 45%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(2,165,255,0.75) 0%,rgba(109,2,204,0.7) 45%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(2,165,255,0.75) 0%,rgba(109,2,204,0.7) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf02a5ff', endColorstr='#b36d02cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (max-width: 1300px) {
	.slidetxt, .slidetxt2, .slidetxt3{
		width:50%;
		bottom:20%;
		padding:27px;
		font-size: 36px;
		line-height: 27px;
	}
	.slide h2{
		font-size:100px;
		line-height: 70px;
	}
}
@media screen and (max-width: 1000px) {
	.slidetxt, .slidetxt2, .slidetxt3{
		width:70%;
		font-size: 30px;
		line-height: 24px;
	}
	.slidetxtbott{
		height: 45px;	
		padding: 14px;
		font-size:20px;
	}
	.callbacks_nav {
		bottom: 71px;
	}
}