/* 
 * 	Core Owl Carousel CSS File
 *	v1.18
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons div{
	cursor: pointer;
}
.owl-controlls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

#owl-demo .item img{
	display: block;
	width: auto;
	height: auto;
}


.owl-buttons {
  position: absolute;
  right: 0;
  top: -15px;
}
.owl-buttons .disabled {
  background-color: #3D3D3D !important;
  background-position: left top !important;
  cursor: default !important;
  opacity: 0.8 !important;
}

.owl-buttons .owl-prev {
  background: url(../images/carousel_prev.png) no-repeat scroll 0 0 #3D3D3D;
  right: 23px !important;
}
.owl-buttons .owl-next{
  background: url(../images/carousel_next.png) no-repeat scroll 0 0 #3D3D3D;
  right: 0 !important;
}
.owl-prev , .owl-next {
  border: medium none;
  border-radius: 0 0 0 0 !important;
  cursor: pointer;
  display: block;
  height: 21px;
  left: auto !important;
  opacity: 1 !important;
  padding: 0 !important;
  position: absolute !important;
  top: -27px !important;
  transition: background-color 300ms ease 0s;
  width: 21px !important;
  text-indent:25px;
  color:#fff;
}

#owl-demo-2 .owl-item{
	padding:0 10px 0 10px;
}
#owl-demo-2 .owl-item .item{
	background-color:#ececec;
	border-bottom: 5px solid #017CE6;
}
.news-content {
  padding: 10px 15px 15px;
}

#owl-demo-2 .owl-buttons {
  position: absolute;
  right: 9px;
  top: -15px;
}