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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  }

.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;
  width: 100%;
  border: 0;
  }
  
/** fusion slider custom styles **/
.rslides_tabs {
    margin: 0 !important;
    padding: 7px 0 !important;
    background: #333;
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: none;
    margin-right: 1px;
    list-style-type: none;
}

.rslides_tabs a {
    text-decoration: none;
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
    color: white;
}

.rslides_tabs a:hover {
    border: 0;
    color: white;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

.rslides_nav {
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    font-weight: bold;
    margin-top: -15px;
    opacity: 0.7;
}

.rslides_nav.prev {
    left: 0px;
    text-decoration: none;
}

.rslides_nav.next {
    right: 0px;
    text-decoration: none;
}

.rslides li,
.rslides .rslides_tabs {
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style-type: none;
}

.rslides .caption {
	display: block;
	position: absolute;
	z-index: 2;
	text-shadow: none;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
    word-wrap: break-word;
	margin: 0 !important;
	max-width: none;
}

.fusionslider {
    position: relative;
    z-index: 0;
}

.rp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.rp-padding {
	padding: 10px;
}

.rp-title{
	/* top:65%;
	bottom:26%;
	margin-left:5%; */
	margin-right:5%;
	float:left;
	min-width:30%;
	max-width:100%;
	text-align:center;
}

.rp-description{
	/* top:74%;
	bottom:12%;
	margin-left:5%; */
	margin-right:5%;
	float:left;
	min-width:30%;
	max-width:100%;
	text-align:center;
}

@media screen and (max-width: 768px) and (min-width: 521px) {
	.fusionslider, .fusionslider img{
		width:100%;
		height:auto !important;
		max-width:100% !important;
	}
	.rp-title{
		top:46% !important;
		margin-left:10% !important;
		bottom: initial;
	}
	.rp-description{
		top:60% !important;
		margin-left:10% !important;
		bottom: initial;
	}
}

@media only screen and (max-width: 520px) {
	.fusionslider, .fusionslider img{
		width:100%;
		height:auto !important;
		max-width:100% !important;
	}
	.rp-title{
		top:40% !important;
		margin-left:13% !important;
		bottom: initial;
	}
	.rp-description{
		top:60% !important;
		margin-left:13% !important;
		bottom: initial;
	}
}