#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .descHolder{
	position: absolute;
	width: 100%;
	margin: 26vh 0 0 0px;
}
#slides .descHolder .widthWrapper{
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: center;
}
#slides .descHolder h1{
	font-size: 60px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 60px;
	text-transform: uppercase;
}
#slides .descHolder h1 span{
	font-size: 35px;
	display: block;
}
#slides .descHolder p{
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 25px;
	color: #ffffff;
}
#slides .descHolder a.btnCTA{
	border: 0px;
	border-radius: 22px;
	background: rgba(245,145,68,0.75);
	display: inline-block;
	padding: 15px 25px 15px 25px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#slides .descHolder a.btnCTA:hover{
	background: rgba(245,145,68,1);
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: -69px 0 0 0px;
  position: absolute;
  z-index: 3;
  width: 158px;
  right: 136px;
}
.slides-navigation a {
  display: block;
}
.slides-navigation a.prev {
  float: left;
}
.slides-navigation a.next {
  float: right;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  width: 25px;
  height: 1px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #787a7c;
  margin: 2px 3px 180px 3px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #b6d6ff;
}

/*	--------------------------------------------------
	For Hi-Res Monitor
	-------------------------------------------------- */
@media screen and (min-width: 1600px) and (max-width: 3000px) {

}

/*	--------------------------------------------------
	For Mobile Portrait
	-------------------------------------------------- */
@media screen and (min-width: 200px) and (max-width: 780px) {
#slides .descHolder{
	margin: 20vh 0 0 0px;
}
#slides .descHolder .widthWrapper{
	width: 90%;
}
#slides .descHolder h1{
	font-size: 28px;
	margin-bottom: 35px;
}
#slides .descHolder h1 span{
	font-size: 18px;
}
#slides .descHolder p{
	font-size: 15px;
}
.slides-navigation {
  right: 50%;
  margin-right: -79px;
}
}