.EquipmentContainer {
    background-image:url(../images/inbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.EquipmentInnerContainer {
	padding: 40px 140px 60px 140px;
}

.EquipmentTitleRow {
	margin-bottom: 20px;
}

.breadcrumb {
	padding: 8px 0px 0px 0px;
	margin-bottom: 20px;
	list-style: none;
	background: none;
	border-radius: 4px;
}

.breadcrumb-item a {
	color: #595757;
}

.EquipmentListRow:hover {
	
}

.EquipmentImgList {
	float: left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #CCC;
	width: 270px;
	height: 180px;
	text-decoration: none;
	padding: 0px;
	margin: 15px 18px;

	/*-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;*/
}

.EquipmentImgList:hover {
	/*	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40a6ed+0,40bced+52,409ded+100 */
	/*background:rgba(0,0,0,0.4);*/
	
}

.EquipmentImgList img {
	width: 100%;
	border-radius: 20px;
}

.eqImgCover {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 20px;
	/*display:none;*/
	opacity: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.EquipmentImgList:hover	.eqImgCover {
	/*display:block;	*/
	opacity: 1;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.eqMoreBtn {
	width: 150px;
	margin: 45% auto 0px auto;
	font-size: 16px;
	color: #FFF;
	border: #FFF solid 1px;
	display: block;
	padding: 8px 10px;
}

.EquipmentList {
	padding: 10px 0px;
	font-size: 18px;
	color: #403F41;
	font-weight: bold;
}
.EquipmentList p {
	height: 52px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.EquipmentList:hover a {
	color: #FFFFFF;
}

.EquipmentList a {
	text-decoration: none;
	display: block;
	color: #403F41;
}

.EquipmentListLine {
	width: 40px;
	height: 6px;
	display: block;
	background-color: #40BCED;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -20px;
}

.EquipmentList:hover a .ServiceListLine {
	background-color: #FFF;
}

.EquipmentListText {
	padding: 30px 15px;
}

@media only screen and (min-width : 1200px) {
}

@media only screen and (max-width : 1199px) {
	.EquipmentImgList {
		width: auto;
		height: auto;
	}
}

@media only screen and (min-width : 992px) {
}

@media only screen and (max-width : 991px) {
	.EquipmentInnerContainer {
		padding: 40px 70px 60px 70px;
	}
	.EquipmentList {
		margin: -5px 0px;
	}
}

@media only screen and (min-width : 768px) {
}

@media only screen and (max-width : 767px) {
	.EquipmentInnerContainer {
		padding: 40px 20px;
	}
	.EquipmentImgList {
		width: 90%;
		height: 90%;
		margin: 10px 10px;
	}
	.EquipmentBread {
		text-align: left;
		margin-bottom: -15px;
	}
}

@media only screen and (max-width : 440px) {
}

@media only screen and (max-width : 420px) {
}