@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
html{height:100%;}
body {
	height:100%;
	color:#eee;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	text-align:justify;
	outline:0px;
	background:#000;
	background-image: url("../../images/bg2.jpg");
	background-position: center;
}
.home{
	width:100%;
	height:calc(100% - 40px);
	padding: 20px 0;
}
.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: 27px;
	opacity: 0.2;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 56px;
	width: 31px;
	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: 27px;
}

.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;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius:7px;
	vertical-align:top;
}
.callbacks_here a {
	background: #e50000;
	width:15px;
}
.slideheight{height:100%; width:100%; max-width:100%;}
.slide{
	height:100%;
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
}
.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;
}