/* 
 * JUX Logo Showcase
 */
#jux_logo93 {
  /* Style for grid using isotope */
}
.jux_logo_showcase .logo_showcase_grid{
	text-align: center;
}
.jux_logo_showcase .jux_logo_item:hover {
  z-index: 1;
}
.jux_logo_item_info{
	text-align: center;
}
.jux_logo_item .jux_logo_item_info{
	position:relative;
}
.jux_logo_item .jux_logo_item_info a{
	text-decoration: none;
}
.owl-theme .owl-controls .owl-buttons div{
	color:transparent!important;
	position:absolute;
	background-repeat: no-repeat;
	border: 1px solid #929292;
    display: block;
    width: 25px;
    height: 25px;    
    bottom:50%;
    background-size: 68px 98px;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
          -o-transition: 0.2s ease-in-out;
}
.owl-next {
    background-image: url('../images/next.png');
    right:0px;
	background-position: -37px -37px;
}
.owl-prev {
    background-image: url('../images/prev.png');
    background-position: -5px -37px;
    left:0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background-position: -3px -37px;
} 
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	background-position: -39px -37px;
} 
.tooltip.top .tooltip-arrow{
	border-top-color:#A2A2A2!important;
}
.tooltip-inner{
	background-color: #A2A2A2!important;
}
