/* ----- JT Brands Stylesheet ----- */

#filter-list {
	padding: 0;
    margin: 20px 0;
    text-align: center;
    display: block;
}

#filter-list li {
    display: inline-block;
    font-size: 14px;
    padding: 8px 18px;
    margin: 0 -2px 10px;
    background: #fff;
    color: #000;
    transition: all .3s linear;
}

#filter-list li a {
    font-size: 14px;
    color: #000;
    transition: all .3s linear;
}

#filter-list li:hover {
    background: rgb(78, 83, 90);
    color: #fff !important;
    transition: all .3s linear;
}

#filter-list li:hover a,
#filter-list li a:hover {
    color: #fff !important;
}

#filter-list .uk-active,
#filter-list .uk-active a {
    color: rgb(32, 103, 202) !important;
}


/* --- Default --- */
.brands-default .uk-overlay-background {
	padding: 15px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.85) 100%);
}

.brands-default > * {
	padding: 0 8px !important;
	margin-bottom: 20px;
}

.brands-default img {
    width: 100%;
    height: 202px;
}

.brands-default .brand-info {
    position: relative;
    background: #fff;
    padding: 15px;
}

.brands-default .brand-info p {
    margin: 0;
}

.brands-default .brand-title {
    font-size: 16px;
	margin: 0;
}

.brands-default .brand-info .store-location {
    font-size: 14px;
    color: #888;
}

.brands-default .brand-info .store-phone {
    position: absolute;
    right: 50px;
    bottom: 10px;
}

.brands-default .brand-info .store-email {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.brands-default .brand-info .store-phone i {
    color: #01a7cb;
    border: 1px solid #01a7cb;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    padding: 7px 8px;
    transition: all .4s ease;
}

.brands-default .brand-info .store-email i {
	background: #01a7cb;
    color: #fff;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    padding: 7px 7.5px;
    transition: all .4s ease;
}

.brands-default .store-short-info {
    visibility: hidden;
    height: 0;
    margin: 5px 0 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    transition: height .4s ease, visibility .2s ease;
}

.brands-default figure:hover .store-short-info {
    visibility: visible;
    height: 50px;
    transition: all .4s ease;
}


/* List Style */
.jt-brands-list .uk-grid {
    margin: 0 !important;
    background: #fff;
}

.jt-brands-list .uk-grid > * {
    padding: 10px !important;
	border-bottom: 1px solid #f0f0f0;
}

.brands-list .brand-title {
    position: relative;
    font-size: 15px;
}

.brands-list .brand-title:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -5px;
}

.brands-list .store-short-info {
    font-size: 13px;
    color: #9c9c9c;
}

.brands-list i {
	width: 25px;
	border-right: 1px solid #888;
	margin-right: 8px;
}

.brands-list .store-phone,
.brands-list .store-email {
	font-size: 13px;
}



/* List - Style 2 */
.jt-brands-list-2 .uk-grid {
    margin: 0 !important;
    background: #fff;
}

.jt-brands-list-2 .brands-top-bar {
    margin-bottom: 10px !important;
    background: #cf5f5f;
    color: #fff;
}

.jt-brands-list-2 .uk-grid > * {
    padding: 10px !important;
	border-bottom: 1px solid #f0f0f0;
}

.jt-brands-list-2 .brands-list-2 .uk-grid > *:first-child {
    background: #413e3e;
    border-bottom: 1px solid #383838;
}

.jt-brands-list-2 img {
	border-radius: 50%;
	height: 94px;
}

.brands-list-2 .brand-title {
    position: relative;
    font-size: 15px;
}

.brands-list-2 .brand-title:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -5px;
}

.brands-list-2 .store-short-info {
    font-size: 13px;
    color: #9c9c9c;
}

.brands-list-2 i {
	width: 25px;
	border-right: 1px solid #888;
	margin-right: 8px;
}

.brands-list-2 .store-phone,
.brands-list-2 .store-email {
	font-size: 13px;
}

.brands-list-2 .store-location {
	color: #cf5f5f;
}


/* Slideset */
.brands-slideset-style .uk-grid {
	margin: 0 !important;
}

.brands-slideset-style .uk-slidenav {
    color: #fff;
    margin-top: -50px;
}



/* Responsive Design */
@media (max-width: 978px) {
	.jt-brands-list .uk-grid > *, 
	.brands-list .uk-grid > *,
	.jt-brands-list-2 .uk-grid > *,
	.brands-list-2 .uk-grid > * {
		width: 100%;
		position: relative !important;
		left: auto !important;
		top: auto !important;
	}
	.jt-brands-list-2 img {
		height: auto;
		min-height: 250px;
	}
}