.row-sep-border > div {
	padding-top:10px;
	padding-bottom:10px;
	border-right:1px solid #e9e9e9;
}
.bg-grey .row-sep-border > div { border-right-color:#e0e0e0; }
.text-white .row-sep-border > div { border-right-color:rgba(255,255,255,.25); }
.ie .text-white .row-sep-border > div { border-right-color:#FFF; }
.row-sep-border > div:last-child { border-right:0px; }

.affa-info-list {
	padding:0px;
	margin:0px;
}
	.affa-info-list li {
		list-style-type:none;
		position:relative;
		min-height:26px;
		padding-left:40px;
		margin-bottom:10px;
	}
	.affa-info-list li:last-child { margin-bottom:0px }
		.affa-info-list li a, .affa-info-list li a:visited { color:#777; }
		.text-white .affa-info-list li a, .text-white .affa-info-list li a:visited { color:#FFF; }
		.affa-info-list li a:hover { color:#00d27f; }
		.text-white .affa-info-list li a:hover { color:#FFF; }
		.affa-info-list li .ion {
			position:absolute;
			top:0px;
			left:0px;
			width:20px;
			color:#c0c0c0;
			font-size:20px;
			line-height:26px;
			text-align:center;
		}
		.text-white .affa-info-list li .ion { color:#FFF; }

.affa-info-txt {
	text-align:center;
	margin-bottom:40px;
}
	.affa-info-txt .ion {
		color:#DDD;
		font-size:48px;
		line-height:1;
		margin-bottom:15px;
	}
	.affa-info-txt h4 {
		color:#d0d0d0;
		font-size:14px;
		line-height:22px;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin:0px;
	}
	.affa-info-txt p {
		color:#303030;
		font-size:18px;
		font-weight:500;
		margin:5px 0px 0px;
	}
	.affa-info-txt a, .affa-info-txt a:visited { color:#303030; }
	.affa-info-txt a:hover { color:#00d27f; }
	.text-white .affa-info-txt .ion, .text-white .affa-info-txt h4, .text-white .affa-info-txt p, .text-white .affa-info-txt a, .text-white .affa-info-txt a:visited { color:#FFF; }

.affa-info-txt2 {
	text-align:center;
	margin-bottom:40px;
}
.row-sep-border .affa-info-txt2 { margin-bottom:0px; }
	.affa-info-txt2 .ion {
		color:#DDD;
		font-size:64px;
		line-height:1;
		margin-bottom:15px;
	}
	.bg-grey .affa-info-txt2 .ion { color:#d0d0d0; }
	.text-white .affa-info-txt2 .ion { color:rgba(255,255,255,.3); }
	.ie .text-white .affa-info-txt2 .ion { color:#FFF; }
	.affa-info-txt2 h4 {
		font-size:18px;
		line-height:26px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin:0px;
	}
	.affa-info-txt2 p {
		font-size:16px;
		margin:15px 0px 0px;
	}
	.affa-info-txt2 a { color:#777; }
	.affa-info-txt2 a:hover { color:#00d27f; }
	.text-white .affa-info-txt2 a { color:#FFF; }

@media (max-width: 767px) {

	.row-sep-border > div {
		padding-top:0px;
		padding-bottom:0px;
		border-right:0px;
	}
	.row-sep-border .affa-info-txt2 { margin-bottom:40px; }
	.row-sep-border > div:last-child .affa-info-txt2 { margin-bottom:0px; }

}
