.homeslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.homeslider li {
  width: 100%;
  float:left;
}

.homeslider img {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  border: 0;
}

.homeslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.homeslider_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("../homeslider.gif") no-repeat left top;
  margin-top: -45px;
}

.homeslider_nav:active {
  opacity: 1.0;
}

.homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.homeslider .direction {
  display: none;
}

.homeslider .owl-pagination {
bottom:36px;
left:auto;
position:absolute;
right:150px;
z-index:1
}
.homeslider .owl-pagination .owl-page
{
float:none;
vertical-align:top;
height:25px;
margin:20px 0;
position:relative;
text-align:center;
width:25px;
cursor:pointer
}
.homeslider .owl-pagination .owl-page.active span
{
color:#f5ca04
}
.homeslider .owl-pagination .owl-page.active:after
{
background-color:#f5ca04;
width:60px
}
.homeslider .owl-pagination .owl-page:last-child:before
{
display:none
}
.homeslider .owl-pagination .owl-page:after
{
background-color:#fff;
bottom:-6px;
content:"";
height:1px;
position:absolute;
right:0;
transition:width 0.5s ease 0s,background-color 0.9s ease 0s;
-moz-transition:width 0.5s ease 0s,background-color 0.9s ease 0s;
-webkit-transition:width 0.5s ease 0s,background-color 0.9s ease 0s;
-khtml-transition:width 0.5s ease 0s,background-color 0.9s ease 0s;
-o-transition:width 0.5s ease 0s,background-color 0.9s ease 0s;
width:30px
}

.homeslider .owl-pagination .owl-page span
{
color:#fff
}
.homeslider .owl-pagination .owl-page span:before
{
content:"0"
}
@media(max-width:991px)
{
.homeslider .owl-pagination {
  bottom: 30px;
  right: 50px;
}
}
@media(max-width:767px)
{
.homeslider .owl-pagination {
  bottom: 10px;
  right: 20px;
}
.homeslider .owl-pagination .owl-page {
  margin: 15px 0;
}
}
@media(max-width:320px)
{
.homeslider .owl-pagination {
  bottom: 0px;
  right: 20px;
}
.homeslider .owl-pagination .owl-page {
  height: 15px;
  width: 15px;
}
}
