/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
    #owl-partner .item-partner{
		width:100px;
        margin: 0 auto;
		padding:0;
		text-align:center;
    }
    #owl-showcase .item{
		width:274px;
        margin: 0 auto;
		padding:0;
		text-align:center;
		background:url(../img/showcase-pc.png) top center no-repeat;
    }
	#owl-showcase .item .layer-info{
		margin:70px 0 0 0;
	}
	#owl-showcase .item p{
		font-size:12px;
		text-align:center;
		line-height:16px;
	}
	#owl-showcase .item p a{
		font-size:12px;
		font-weight:400;
		color:#6687a0!important;
		text-decoration:none;
	}
	#owl-showcase .item p a:hover{
		color:#003861;
		text-decoration:none;
	}

	/* Services Link */
	#owl-showcase .item .layer-services{
		margin:-10px 0 0;
	}
	#owl-showcase .item .layer-services a{
		font-size:12px;
		font-weight:300;
		color:#666666!important;
		text-decoration:none;
		display:block;
		line-height:14px;
	}
	#owl-showcase .item .layer-services a:hover{
		color:#000000;
		text-decoration:none;
	}
	
	/* Tag */
	#owl-showcase .item span.layer-tag{
		margin:0 auto 15px;
		font-size:0;
		display:inline-block;
	}
	#owl-showcase .item span.layer-tag a{
		float:left;
		margin:0 4px 4px 0;
		padding:3px 6px;
		background:#dddddd;
		border-radius:4px;
		font-size:11px;
		color:#333333;
		line-height:14px;			
	}
	 #owl-showcase .item span.layer-tag a:hover{
		 text-decoration:none;
		 background:#e6e6e6;
	 }
	 #owl-showcase .item span.layer-tag img{
		float:left;
		margin:1px 4px 0 0; 
	 }	
	
			
	
/* 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: 85%;
	margin:0 auto;
	padding:0 0 30px;
	border-bottom:0px solid #dddddd;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin:0 auto
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	width:274px;
	margin:0 auto;
	text-align:center;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-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;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

