@CHARSET "UTF-8";

.main-wrapper .content-wrapper .sidebar .widget .content ul.equipment-listing {
	list-style: none;
	padding: 0px;
}

.main-wrapper .content-wrapper .sidebar .widget .content ul.equipment-listing li {
	width: 130px;
	height: 130px;
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.main-wrapper .content-wrapper .sidebar .widget .content ul.equipment-listing li.left {
	float: left;
	clear: left;
}

.main-wrapper .content-wrapper .sidebar .widget .content ul.equipment-listing li.right {
	float: right;
	clear: right;
}

.main-wrapper .content-wrapper .sidebar .widget .content ul.equipment-listing li.view-all {
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
	margin: 0;
	text-align: center;
}

.main-wrapper .content-wrapper .sidebar .widget .content ul.equipment-listing li .thumbnail {
	width: 120px;
	height: 120px;
	background-color: #131313 !important;
	background-image: url('../../img/equipment-thumb.jpeg');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	border: 5px #131313 solid;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #000;
	position: relative;
}

.main-wrapper .content-wrapper .sidebar .widget .content ul.equipment-listing li .thumbnail:HOVER {
	border-color: #EEE;
}

.main-wrapper .content-wrapper .sidebar .widget .content ul.equipment-listing li .detail {
	width: 110px;
	height: auto;
	padding: 5px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
}