.single-gallery-page .gallery-nav {
	float: right; }

.single-gallery-page .gallery-area-heading {
	margin-bottom: 28px; }

.single-gallery-page .gallery-area-heading a {
	font-family: 'ProximaNovaMedium', Arial, sans-serif; }

.single-gallery-page .gallery-area-heading > a {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #524A43; }

.single-gallery-page .gallery-area-heading .gallery-nav a {
	font-size: 12px;
	line-height: 120%;
	text-align: right;
	letter-spacing: 0.05em;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #336DB5; }

.single-gallery-page .main-img {
	width: 100%;
	text-align:center;
	line-height: 0; }

.single-gallery-page .sm-imgs {
	padding: 0;
	margin: 0;
	text-align: center; }

.single-gallery-page .sm-imgs li {
	list-style: none;
	padding: 0;
	margin: 20px 8px;
	display: inline-block;
	width: 117px;
	position : relative;
	line-height: 0; }

.single-gallery-page .sm-imgs li.active a { display: block; }

.single-gallery-page .sm-imgs li.active a:before {
	content: ' ';
	display: block;
	width: 100%;
	height:100%;
	position : absolute;
	left: 0;
	top: 0;
	border: 2px solid #D7870B; }

.single-gallery-page .patient-stats-wrapper {
	width: 100%;
	float: none;
	background: #FFFAF1;
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
	padding: 16px 18px 0;
	margin: 20px 0; }

.single-gallery-page .content h2 {
	font-size: 34px;
	line-height: 120%;
	color: #336DB5;
	margin-bottom: 16px; }

.single-gallery-page .patient-stats-wrapper .meta-detail {
	margin-bottom: 15px;
	display: block; }

.single-gallery-page .patient-stats-wrapper .meta-detail .label {
	color: #336DB5;
	font-style: italic;
	font-weight: normal;
	font-size: 19px;
	line-height: 130%; }

.single-gallery-page .patient-info p {
	font-size: 17px;
	line-height: 150%;
	color: #524A43; }

.single-gallery-page .patient-disclaimer {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #524A43;
	margin: 30px auto 20px; }


@media (min-width: 650px) {

	.single-gallery-page .patient-stats-wrapper {
		width: 322px;
		float: right;
		margin: 0 0 18px 30px;
		min-height: 175px; }

	.single-gallery-page .sm-imgs li {
		width: 150px;
		margin: 20px 10px; }

	.single-gallery-page .patient-info p {
		font-size: 19px; }

}