/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  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;
	height: auto;
	float: left;
	border: 0;
	width: 100%;
  }
.slider-info {
	position: absolute;
	top: 173px;
	left: 18%;
	text-align: center;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
    border-radius: 0.3em;
}
.slider-info p{
	font-family: 'Roboto', sans-serif;
	color: #012231;
	font-size:3em;
	text-transform:uppercase;
}
.slider-info span{
	font-family: 'Roboto', sans-serif;
	width: 58%;
	color: #012231;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	left: 20%;
	position: absolute;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.slider-info a{
	font-family: 'Roboto', sans-serif;
	background: #012231;
	color: #d6d6d6;
	padding: 15px 40px;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	left: 43%;
	position: absolute;
	top: 182%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.slider-info a:hover{
	background:#289cd8;
	color:#FFF;
}
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.slider-info {
		left: 15%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.slider-info {
		left: 11%;
		top: 137px;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.slider-info {
		top: 82px;
		left: 2%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.slider-info {
		top: 48px;
		left: 6%;
	}
	.slider-info p {
		font-size: 2em;
	}
	.slider-info span {
		width:70%;
		margin:0 auto;
	}
.slider-info a {
		top: 254%
	}

}

.callbacks_container {
	position: relative;
	width: 100%;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent no-repeat left top;
	margin-top: -45px;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 9999;
	margin: 0;
	padding: 0;
}

.callbacks_tabs li {
	display: inline-block;
	float: none;
	margin-right: 5px;
	width: 20px !important;
	height: 20px !important;
}

.callbacks_tabs a {
	visibility: visible;
	text-indent: -9999px;
	font-size: 0px !important;
	overflow: hidden;
	height: 15px !important;
	width: 15px !important;
	display: inline-block;
	background: #fff;
	background: rgba(255,255,255, .4);
	border-radius: 15px;
	border: 1px solid #fff;
}

.callbacks_tabs .callbacks_here a {
	background: #fff;
}