/* Owl Carousel Bootstrap Custom CSS */




/* Demo Slides */

#owl-example .item{
	padding: 30px 0px;
	margin: 10px;
	
	text-align: center;
}
#owl-example .item img{
	width: auto;
	margin: 0 auto;
	display: block;
}



   
    #owl-demo .item{
      display: block;
      padding:0px;
      margin: 0px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
    }

    /* Jigu ide 
    .owl-theme .owl-controls .owl-buttons div {
      padding: 5px 9px;
    }

    .owl-theme .owl-buttons .owl-prev i {
      background: #b2b4bc;
      height: 40px;
      width: 40px;
      line-height: 40px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
    }
   .owl-theme .owl-buttons .owl-next i {
      background: #b2b4bc;
      height: 40px;
      width: 40px;
      line-height: 40px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
   }
   .owl-theme .owl-buttons .owl-next:hover i{
    background: #58ab00;
   }

.owl-theme .owl-buttons .owl-prev:hover i{
    background: #58ab00;
   }
   */

    /*To move navigation buttons outside use these settings:*/

    .owl-theme .owl-controls .owl-buttons div {
      position: absolute;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev{
      left: 0%;
      top: 75%;
      
    }

    .owl-theme .owl-controls .owl-buttons .owl-next{
      right: 88%;
      top: 75%;     
    }
    










