/**
 * @package Jms Brands
 * @version 1.0
 * @Copyright (C) 2009 - 2014 Joommasters.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @Website: http://www.joommasters.com
**/
.brand-item {
  text-align: center; }

.brand-carousel.owl-carousel .owl-item {
  padding: 90px 0; }
  .brand-carousel.owl-carousel .owl-item img {
    display: inline;
    width: initial;
    opacity: 0.3; }
  .brand-carousel.owl-carousel .owl-item:hover img {
    opacity: 1; }

.brand-carousel.owl-carousel .owl-controls .owl-nav div[class*="owl"] {
  top: calc(50% - 15px);
  top: -webkit-calc(50% - 15px);
  top: -o-calc(50% - 15px);
  top: -moz-calc(50% - 15px); }

.brand-item a {
  text-align: center; }
