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

.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;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* ---------------------------------------------- 

        Home Page Slider Images

------------------------------------------------- */

.homeSlide1, .homeSlide2, .homeSlide3, .homeSlide4, .homeSlide5{
	width: 100%;
	max-width: 1900px;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0 auto 0 auto;
}
.homeSlide1{
	background-image: url(../img/home/slider1.jpg);
}
.homeSlide2{
	background-image: url(../img/home/slider2.jpg);
}
.homeSlide3{
	background-image: url(../img/home/slider9.jpg);
}
.homeSlide4{
	background-image: url(../img/home/slider-londonirish.jpg);
}
.homeSlide5{
	background-image: url(../img/home/slider-dhryan.jpg);
}
@media screen and (max-width: 480px) {
.homeSlide1, .homeSlide2, .homeSlide3, .homeSlide4, .homeSlide5{
	width: 100%;
	height: 200px;
}
.homeSlide1{
	background-image: url(../img/home/slider1_thumb.jpg);
}
.homeSlide2{
	background-image: url(../img/home/slider2_thumb.jpg);
}
.homeSlide3{
	background-image: url(../img/home/slider9_thumb.jpg);
}
.homeSlide4{
	background-image: url(../img/home/slider-londonirish-thumb.jpg);
}
.homeSlide5{
	background-image: url(../img/home/slider-dhryan-thumb.jpg);
}
}
#fullPageSlider {
  width: 100%;
  }
.slider_wrapper2{
	width: 100%;
	height: auto;
	float: left;
	background-color: #333;
	margin-top: 120px;
  }
.slider_wrapper{
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
  } 

.rslides {
  margin: 0 auto;
  }


/* ---------------------------------------------- 

        Prev & Next Nav Buttons

------------------------------------------------- */

.callbacks_container {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  }
.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 url(../img/themes.gif) no-repeat left top;
	margin-top: -45px;
  }
@media screen and (max-width: 600px) {
.callbacks_nav {
    top: 47%;
    }
  }
@media screen and (max-width: 480px) {
.callbacks_nav {
	height: 30px;
	width: 21px;
	background: transparent url(../img/themes2.gif) no-repeat left top;
	margin-top: -6px;
  }
}
.callbacks_nav:active {
  opacity: 1.0;
  }

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