

/*Nevigation Button Style*/
.owl-carousel.tp-slider-css .owl-controls .owl-buttons {
    left: 0;
    margin-top: -25px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100%
    }

.owl-carousel.tp-slider-css .owl-controls .owl-buttons div {
    display: inline-block;
    font-size: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background: #666;
    padding: 6px 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    }

.owl-carousel.tp-slider-css .owl-controls .owl-buttons div:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
    }

.owl-carousel.tp-slider-css .owl-controls .owl-buttons div.owl-prev {
    margin-left: 0px;
    background: url(../img/angle.png) no-repeat scroll center center;
    padding: 25px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
    }

.owl-carousel.tp-slider-css .owl-controls .owl-buttons div.owl-next {
  background: url("../img/angle.png") no-repeat scroll center center;
  padding: 25px;
  position: absolute;
  right: 0px;
}

/*Pagination Button Style*/
.owl-carousel.tp-slider-css .owl-pagination {
  bottom: 0;
  left: 50%;
  margin: 0 auto 0 -75px;
  position: absolute;
  text-align: center;
}

.owl-carousel.tp-slider-css .owl-pagination div {
  background: #fbfcfc none repeat scroll 0 0;
  box-shadow: 0 0 3px #95a5a6;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  border-radius:0px;
  
}

.owl-carousel.tp-slider-css .owl-pagination div.active {
    background: #34495e;
	border: 0.5px solid #ddd;
    }
	
div.tp_slider_up {
  color: #fff;
  height: 182px;
  left: 65px;
  margin-top: -110px;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 280px;
}
div.tp_slider_inner {background:url(../img/content-bg.png) repeat-x top left; padding:10px}
div.tp_slider_inner h1 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  margin: 5px 0;
}
div.tp_slider_inner p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}

div.tp_slider_inner div.tp_read_more {  text-align: center }
div.tp_slider_inner div.tp_read_more a {
    background: #fff;
    border: 2px solid #4aa3df;
    color: #4aa3df;
    display: inline-block;
    font-size: 12px;
    padding: 2px 9px;
    text-decoration: none;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
    }

div.tp_slider_inner div.tp_read_more a:hover {
    background: none repeat scroll 0 0 #4AA3DF;
    color: #fff
    }

