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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 80%;
  height: 500px;
  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;
  width: 100%;
  border: 0;
  }*/
.centered-btns_nav {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0px;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: url("../img/themes.gif") no-repeat scroll left top transparent;
    /*margin-top: -45px;*/
}
.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 170px;
}
.centered-btns_nav.centered-btns1_nav {
		display: block;
}
.centered-btns_nav.centered-btns2_nav {
		display: none;
}
.rslides img {
	height: 500px;
	width: 350px;
	margin: 0px 40px !important;
}
#hospitality .rslides img {
	height: auto;
	width: 100%;
	margin: auto !important;
}

.rslides .horizontal img {
	width: 90%;
	height: auto;
	margin: 150px 0 0 10% !important;
}
@media screen and (max-width: 992px) {
	.rslides.mobile {
  		position: relative;
  		list-style: none;
  		overflow: hidden;
  		width: 100%;
  		height: auto;
  		padding: 0;
  		margin: 20px 0 0 0;
  	}
	.rslides.mobile li {
  		-webkit-backface-visibility: hidden;
  		position: absolute;
  		display: block;
  		width: 100%;
  		left: 0;
  		top: 0;
  	}
	.rslides.mobile li img {
		width: 80%;
		height: auto;
		margin: 0px 12.5% !important;
	}
	.centered-btns_nav.centered-btns1_nav {
		display: none;
	}
	#hospitality .centered-btns_nav.centered-btns1_nav {
		display: block;
	}
	.centered-btns_nav.centered-btns2_nav {
		display: block;
	}
	.centered-btns_nav {
		width: 28px;
		top: 60%;
	}
	.centered-btns2_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
}
@media screen and (max-width: 1199px) {
	.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	height: 450px;
  	padding: 0;
  	margin: 0;
  	}
	.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
	}
	.rslides img {
		height: 400px;
		width: 290px;
		margin: 0px 30px !important;
	}
	#hospitality .rslides img {
		height: auto;
		width: 100%;
		margin: 0px auto !important;
	}
	.rslides .horizontal img {
	width: 90%;
	height: auto;
	margin: 100px 0 0 10% !important;
	}
}
@media screen and (min-width: 1600px) {
	.rslides {
 		position: relative;
 		list-style: none;
  		overflow: hidden;
  		width: 70%;
  		height: 550px;
  		padding: 0;
  		margin: 0;
  	}
	.rslides img {
		height: auto !important;
		width: 400px;
		margin: 0px 40px !important;
	}
	.centered-btns_nav.next {
    	left: auto;
    	background-position: right top;
    	right: 400px;
	}
	#hospitality .centered-btns_nav.next {
    	left: auto;
    	background-position: right top;
    	right: 0;
	}
}