

/* Start:/real-automation/style.css?16801896821576*/
body, html {
	font-family: Arial, RobotoRegular, "Trebuchet MS";
	font-size: 14px;
}

.real-auto .green-title {
	color: rgb(102, 181, 0);
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.real-auto .gray-title {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.real-auto .line {
	border-bottom: 1px solid #d5d5d5;
}
.real-auto table {
	border: 0;
	width: 100%;
	border-collapse: collapse;
}
.real-auto table .td1 {
	padding-top: 15px;
	vertical-align: top;
}
.real-auto .green-btn {
	background: #64b600;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 15px 8px 15px;
	display: inline-block;
	text-decoration: none;
}

.erpProjects {
	width: 100%;
	overflow: hidden;
	margin: 20px -3px 40px -3px;
	box-sizing: border-box;
}
.erpProjects div {
	box-sizing: border-box;
}
.erpProjects .erpItem {
	padding: 3px 3px;
	float: left;
	width: 50%;
}
.erpProjects .erpItem .erpData {
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 293px;
	display: block;
}
.erpProjects .erpItem .erpCompany {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding: 10px 30px;
	display: table;
	visibility: visible;
	opacity: 1;
	transition: visibility 0.6s ease, opacity 0.6s ease;
}
.erpProjects .erpItem .erpCompany p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 3px 1px 5px rgba(0, 0, 0, 0.42);
	padding: 0;
	margin: 0;
}

/* End */
/* /real-automation/style.css?16801896821576 */
