.responsive-slider {
  width: 100%;
  position: relative;
}
.responsive-slider .touch-surface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-slider .slides {
  position: relative;
  overflow: hidden;
}
.responsive-slider .slides ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
}
.responsive-slider .slides ul li {
  display: inline-block;
  max-width: 100%;
   width:100%;
}

/*new add*/
.responsive-slider .slides ul li a.sliderBtn div p{
	/*background:#9F0;*/
	/*width:180px;*/
	height:30px;
	padding-top:6px;
	text-align:center;
	position:absolute;
	left:1%;
	bottom:10%;
	z-index:3000;
	color: #fff!important;
    -moz-box-shadow:inset 0px -3px 7px 0px #e78e82!important;
	-webkit-box-shadow:inset 0px -3px 7px 0px #e78e82!important;
	box-shadow:inset 0px -3px 7px 0px #e78e82!important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f06452), color-stop(1, #c32e1a))!important;
	background:-moz-linear-gradient(top, #f06452 5%, #c32e1a 100%)!important;
	background:-webkit-linear-gradient(top, #f06452 5%, #c32e1a 100%)!important;
	background:-o-linear-gradient(top, #f06452 5%, #c32e1a 100%)!important;
	background:-ms-linear-gradient(top, #f06452 5%, #c32e1a 100%)!important;
	background:linear-gradient(to bottom, #f06452 5%, #c32e1a 100%)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06452', endColorstr='#c32e1a',GradientType=0)!important;
	background-color:#f06452!important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #f44129!important;
	padding-left:20px!important;
	padding-right:20px!important;
	font-size:18px;
	text-transform:capitalize;
}

.responsive-slider .slides ul li a.sliderBtn div p:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cf5849), color-stop(1, #c32e1a))!important;
	background:-moz-linear-gradient(top, #cf5849 5%, #c32e1a 100%)!important;
	background:-webkit-linear-gradient(top, #cf5849 5%, #c32e1a 100%)!important;
	background:-o-linear-gradient(top, #cf5849 5%, #c32e1a 100%)!important;
	background:-ms-linear-gradient(top, #cf5849 5%, #c32e1a 100%)!important;
	background:linear-gradient(to bottom, #cf5849 5%, #c32e1a 100%)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5849', endColorstr='#c32e1a',GradientType=0)!important;
	background-color:#cf5849!important;
}

.responsive-slider .slides ul li a.sliderBtn div span{
	/*background:#9F0;*/
	/*width:180px;*/
	height:30px;
	padding-top:6px;
	text-align:center;
	position:absolute;
	left:1%;
	bottom:10%;
	z-index:3000;
	color: #fff!important;
    -moz-box-shadow:inset 0px -3px 7px 0px #e78e82!important;
	-webkit-box-shadow:inset 0px -3px 7px 0px #e78e82!important;
	box-shadow:inset 0px -3px 7px 0px #e78e82!important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f06452), color-stop(1, #c32e1a))!important;
	background:-moz-linear-gradient(top, #f06452 5%, #c32e1a 100%)!important;
	background:-webkit-linear-gradient(top, #f06452 5%, #c32e1a 100%)!important;
	background:-o-linear-gradient(top, #f06452 5%, #c32e1a 100%)!important;
	background:-ms-linear-gradient(top, #f06452 5%, #c32e1a 100%)!important;
	background:linear-gradient(to bottom, #f06452 5%, #c32e1a 100%)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06452', endColorstr='#c32e1a',GradientType=0)!important;
	background-color:#f06452!important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #f44129!important;
	padding-left:20px!important;
	padding-right:20px!important;
	font-size:18px;
	text-transform:capitalize;
}

.responsive-slider .slides ul li a.sliderBtn div span:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cf5849), color-stop(1, #c32e1a))!important;
	background:-moz-linear-gradient(top, #cf5849 5%, #c32e1a 100%)!important;
	background:-webkit-linear-gradient(top, #cf5849 5%, #c32e1a 100%)!important;
	background:-o-linear-gradient(top, #cf5849 5%, #c32e1a 100%)!important;
	background:-ms-linear-gradient(top, #cf5849 5%, #c32e1a 100%)!important;
	background:linear-gradient(to bottom, #cf5849 5%, #c32e1a 100%)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5849', endColorstr='#c32e1a',GradientType=0)!important;
	background-color:#cf5849!important;
}

/*new add*/

.responsive-slider .slides ul li .slide-body {
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 14px;
   width:100%;
}
.responsive-slider .slides ul li .slide-body img {
  max-width: 100%;
  width:100%;
}
.responsive-slider .slides ul li .slide-body .caption {
  position: absolute;
  color: #fff;
  text-shadow: 0px 1px 0px #000000;
}
.responsive-slider .slides ul li .slide-body .caption.header {
  top: 28%;
  left: 8%;
}
.responsive-slider .slides ul li .slide-body .caption.header h2 {
  font-size: 40px;
}
.responsive-slider .slides ul li .slide-body .caption.header h2 i {
  font-size: 35px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
    font-size: 25px;
  }
  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
.responsive-slider .slides ul li a.sliderBtn div{
	height:25px;
	padding-top:8px;
	text-align:center;
	position:absolute;
	right:1%;
	bottom:15%;
	padding-left:10px!important;
	padding-right:10px!important;
	font-size:12px;
}




}

@media (max-width: 480px) {
  .responsive-slider .slides ul li .slide-body .caption.header h2 {
    font-size: 16px;
  }
  .responsive-slider .slides ul li .slide-body .caption.header h2 i {
    font-size: 14px;
  }
}
.responsive-slider .slides ul li .slide-body .caption.sub {
  bottom: -8px;
  right: -20px;
  font-weight: bold;
}
@media (min-width: 481px) and (max-width: 767px) {
  .responsive-slider .slides ul li .slide-body .caption.sub {
    font-size: 11px;
    bottom: 0px;
    right: -10px;
  }
}
@media (max-width: 480px) {
  .responsive-slider .slides ul li .slide-body .caption.sub {
    font-size: 10px;
    bottom: 5px;
    right: 0;
  }
}
.responsive-slider .slides ul li .slide-body .caption.img-html5 {
  top: 13%;
  right: 8%;
  width: 30%;
}
.responsive-slider .slides ul li .slide-body .caption.img-html5 img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-css3 {
  top: 57%;
  right: 12%;
  width: 10%;
}
.responsive-slider .slides ul li .slide-body .caption.img-css3 img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap {
  top: 48%;
  right: 12%;
  width: 11%;
}
.responsive-slider .slides ul li .slide-body .caption.img-bootstrap img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-twitter {
  top: 19%;
  right: 12%;
  width: 11%;
}
.responsive-slider .slides ul li .slide-body .caption.img-twitter img {
  max-width: 100%;
}
.responsive-slider .slides ul li .slide-body .caption.img-jquery {
  top: 66%;
  right: 12%;
  width: 33%;
}
.responsive-slider .slides ul li .slide-body .caption.img-jquery img {
  max-width: 100%;
}
.responsive-slider .slider-control {
  position: absolute;
  font-size: 20px;
  color: #000;
  top: 40%;
  background-color: #fff;
  padding: 10px;
}
.responsive-slider .slider-control.left {
  left: 0;
  padding-left: 0;
  -webkit-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
}
.responsive-slider .slider-control.left:hover {
  text-decoration: none;
  padding-left: 10px;
}
.responsive-slider .slider-control.right {
  right: 0;
  padding-right: 0;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}
.responsive-slider .slider-control.right:hover {
  text-decoration: none;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .responsive-slider .slider-control.left,
  .responsive-slider .slider-control.right {
    display: none;
  }
}
.responsive-slider .pages {
  position: absolute;
  /*bottom: 0;*/
  /*left: 0;*/
  bottom:12%;                                                                  /*anup bottom:73px*/
  right:20px;
  width: 100%;
  /*text-align: center;*/
  text-align:right;
}
.responsive-slider .pages .page {
  display: inline-block;
  color: #FFF;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:#FF6600;
  text-align:center;
  line-height:22px;
 
}
.responsive-slider .pages .page.active {
  opacity: 1;
  background:#FF0000;
}
