.products-section .row {
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px dashed #ccc;
}

.top-products-section .row {
	padding-bottom:15px;
}

.page .products-section:last-child .row {
	border-bottom:none;
}

.products-section a {
	text-decoration:none;
}

.products-section a:hover h2 {
	color:#303389;
}

.products-section h2 {
	font-family:'Roboto Condensed',Arial,sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#555;
	margin:10px 0px 15px;
	position:relative;
	padding-left:20px;
}

.products-section h2:before {
	content:'';
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:5px;
	background-color:#303389;
}

.top-products-section p,
.products-section p {
	font-size:16px;
	line-height:1.5em;
	color:#333;
}

.products-section .col-3 {
	text-align:center;
}

.products-section img {
	padding-top:10px;
	max-width:100%;
	max-height:100px;
}

.products-section a.button {
	display:inline-block;
	box-sizing:border-box;
	background-color:#303389;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:10px;
	padding:10px 25px;
	text-align:center;
	border-radius:3px;
	-webkit-transition: all 0.2s ease-in-out;                  
	-moz-transition: all 0.2s ease-in-out;                 
	-o-transition: all 0.2s ease-in-out;   
	-ms-transition: all 0.2s ease-in-out;          
	transition: all 0.2s ease-in-out;
}

.products-section a:hover {
	color:#E5C100;
}

@media all and (max-width: 799px) {
	.products-section h2 { 
		font-size:22px;
	}

	.top-products-section p,
	.products-section p { 
		font-size:15px;
	}
}


@media all and (max-width: 599px) {
	.products-section h2 {
		font-size:20px;
	}
}