hr{
	margin-top: 60px;
	border: 0;
	height: 1px;
	border-top: 1px solid #ccc;
	width: 60%;
}

h3{
	font-size: 1.3em;
	color: #2d2d2d;
	text-transform: uppercase;
	margin-bottom: 22px;
	line-height: 28px;
	text-align: center;
}

article{
	text-align: center;
	margin-bottom: 50px;
}


article p{
	margin-bottom: 22px;
	line-height: 18px;
}

article .imgs .cols{
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

article .imgs .cols h6{
	font-size: 1.1em;
	color: #5c6666;
	margin-top: 12px;
	margin-bottom: 12px;
}

article .imgs .cols ul li{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 8px;
}

article .imgs .img img{
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}


article.gallery a{
	width: 100%;
	margin-bottom: 40px;
	display: block;
}

article.gallery a img{
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}




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

@media only screen and (min-width:768px){
	hr{
		margin-top: 20px;
		width: 60%;
	}

	article.gallery{
		display: block;
		width: 720px;
		margin: 0 auto;
	}

	article.gallery > a{
		float: left;
		width: calc(720px/3);
		padding: 6px;
		margin-bottom: 20px;
	}

}

@media only screen and (min-width:996px){
	article .imgs .cols:after{
		clear: both;
		content: '';
		display: table;
	}

	article .imgs .img{
		float: left;
		width: 400px;
		height: auto;
		text-align: left;
	}

	article .imgs .txt{
		float: left;
		width: calc(100% - 400px);
		text-align: left;
		padding-left: 20px;
	}

	article.gallery{
		width: 920px;
	}

	article.gallery > a{
		width: calc(920px/4);
		padding: 8px;
	}
}

@media only screen and (min-width:1200px) {
	article.gallery{
		width: 1100px;
	}

	article.gallery > a{
		width: calc(1100px/5);
	}
}	
