/*+clearfix {*/
SECTION:after, ARTICLE:after, ASIDE:after, NAV.pagination:after, .header-image:after, .header__image-cover:after, .site-header-main:after, #footer_wrapper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
SECTION, ARTICLE, ASIDE, NAV.pagination, .header-image, .header__image-cover, .site-header-main, #footer_wrapper
{
	display: block;
	*height: 1px;
}
/*+}*/
/*Structure*/
/*[clearfix]*/
SECTION
{
}
/*[clearfix]*/
ARTICLE, ASIDE
{
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
FIGURE
{
	margin: 0;
}
/*[clearfix]*/
NAV.pagination
{
	height: 30px;
	height: 3rem;
	padding-top: 7px;
	margin-bottom: 25px;
	width: 100%;
}
.site-inner
{
	background-color: #FFFFFF;
}
.page-numbers
{
	float: left;
	height: 30px;
	line-height: 20px;
	font-size: 16px;
	margin-right: 10px;
	margin-right: 1rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	font-weight: bold;
}
.pagination A
{
	background-color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}
.pagination A:hover
{
	background-color: #E74C3C;
	text-decoration: none;
	color: #F3F3F3;
}
.current
{
	background-color: rgba(230, 76, 60, 0.8);
	color: #FFFFFF;
}
.pages
{
	margin-right: 5px;
	margin-right: 0.5rem;
}
I
{
	margin-right: 4px;
}
.c2.sticky_column
{
	position: -webkit-sticky;
	position: sticky;
	min-width: 179px;
	top: 10px;
}
.menu-item-311
{
	border-right: 1px solid #767A7C;
	border-left: 1px solid #767A7C;
}
/*Header*/
#masthead
{
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 1500;
}
/*[clearfix]*/
.header-image
{
}
.site-header-main
{
	display: table;
	height: 100%;
}
.site-header-main DIV
{
	display: table-cell;
	vertical-align: middle;
}
.logo
{
	margin-right: 1rem;
}
.logo IMG
{
	width: auto;
	height: 10rem;
	margin: 2rem auto;
}
.bhc_name
{
	font-size: 3rem;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.strapline
{
	font-weight: bold;
	font-size: 3rem;
	width: 80%;
}
.c12.header__image
{
	height: 320px;
	background-position: center 30%;
	background-size: cover;
	padding: 0 !important;
	margin-bottom: 2rem;
}
/*[clearfix]*/
.header__image-cover
{
	background-image: linear-gradient(rgba(1, 1, 1, 0.45), rgba(1, 1, 1, 0.1));
	height: 100%;
}
/*[clearfix]*/
.site-header-main
{
	line-height: 1;
	padding: 1rem 0;
	z-index: 10;
	-webkit-transition: background-size 0.25s linear;
	-moz-transition: background-size 0.25s linear;
	-o-transition: background-size 0.25s linear;
	transition: background-size 0.25s linear;
	background-color: transparent;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
	background-size: 100% 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: auto;
}
.site-header-main.stuck
{
	background-size: 100% 100%;
}
#site-header-menu
{
	background-color:rgba(var(--black), 0.4);
	line-height: 1.7;
}
#site-header-menu:hover
{
	background-color:rgba(var(--black), 0.8);
}
#contact__details
{
	float: right;
	padding: 14px 0 0;
	margin-bottom: 5px;
	min-width: 11.8rem;
}
#contact__details, #contact__details A
{
	color: #000000;
}
.icss.mobile
{
	display: block;
}
/*Footer*/
/*[clearfix]*/
#footer_wrapper
{
	padding: 0 1rem;
	margin-top: 9rem;
}
.site-title
{
}
.site-info
{
	font-size: 1.4rem;
}
.site-info P
{
	max-width: 100%;
}
.site-info P:nth-child(2)
{
	margin-bottom: 0;
}
.logo-footer IMG
{
	height: 7.6rem;
	width: auto;
}
/* Sidebar */
.widget
{
	margin: 0 0 3.5em;
}
.s1.c3 ASIDE
{
	margin-top: 16px;
}
.widget-title, .widgettitle
{
	font-size: 2rem;
	padding: 12px 15px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #2A2929;
}
.entry-meta, .entry-footer
{
	font-size: 13px;
}
.entry-meta SPAN
{
	margin-right: 10px;
}
.widget UL
{
	padding-left: 0;
	list-style: none;
}
.widget LI
{
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.4 !important;
}
.widget LI A
{
}
.widget LI A:hover
{
}
/*Gallery*/
@-webkit-keyframes slideIn
{
	0%
	{
		-webkit-transform: translate3d(0, 18px, 0);
		transform: translate3d(0, 18px, 0);
		opacity: 0;
	}
	20%
	{
		opacity: 0;
	}
	100%
	{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0.99;
	}
}
@keyframes slideIn
{
	0%
	{
		-webkit-transform: translate3d(0, 18px, 0);
		transform: translate3d(0, 18px, 0);
		opacity: 0;
	}
	20%
	{
		opacity: 0;
	}
	100%
	{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0.99;
	}
}
.photo__gallery
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.photo__gallery FIGURE
{
	width: 50%;
	display: inline-block;
	margin-bottom: 4rem;
}
.gallery_thumb
{
	display: inline-block;
	height: 240px;
	width: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
}
.gallery_thumb.overlay
{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAvCAYAAAHr4sgEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdEQkRCOUJBRTJCMTFFNUIwNzBGRDgwOEEzNkZFOUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdEQkRCOUNBRTJCMTFFNUIwNzBGRDgwOEEzNkZFOUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowN0RCREI5OUFFMkIxMUU1QjA3MEZEODA4QTM2RkU5QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0RCREI5QUFFMkIxMUU1QjA3MEZEODA4QTM2RkU5QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmAxZXkAAAP7SURBVHjaYmAgAvzHwSYDsAHxSiDewYDPTIAAQkcmRJuPbtR/ZihDC4jXIEl8RNYBwnrIurG6CCCA8Nk5HYgVgHgZPs3rCRhURsg3RMn/J1bxf1I8SrRCgABixiOnCsR8QPwBJsCERVEv1DYRIJaHslOxmTYRaiI68AXiKFLcjyGniUdxLLqbmfAoZiTJGcxYMst7IH6BJg7y3BJkgTaoyVVQ2gOI/aHsMGwKPQnFItEKQeAosQoBAogUBArWRUipFIb/AXEPuYaeghqSS0DdRKi6BcQYygpVnE6iY+YRk61ACjrJ9O0BIP5EyHBRMg23JeT6/9C8TA44glxIYAMsUAuKSDR4JczV+HJtJzRSfaCK6wkYugCq7iW2HI+eo2A4EEluEhD/QZP/CsQ1xGbT/6RkV0IgnRaGYks+VAUAAcRIhh5+IFaC+vIWEH+jhkPcgPgxloLrGhAbkmsoOxD/hhp0G4hjgFgNWlNlQqsIkNwrUg2Wgmr8CK1vcAExaNH7n0AVj1EE3CbBMV+JbWgcI7MlCtIzgRhF3mQY3kLIUYEUtp9BehVxFVwhQPyDwqTrhctwSSB+R6Hh0rgMfwrEwhQa/hiXhC8FYc4E1StPKFKCyDC8mxiH7acgnXcQq/AJCQb/JNZBq6BNfZDi70DMi0etPFIpyYhcw+NrrP+FqvkIbeSAUlEXtDEKijgXIK6AOuIhtHdGMChgGLnVZA7EN7CU56dwdD+INphigGzwx5FtMKyKoonBMCBLC0MBAoyRgbZAFDq2oQ+qPIBYEFqBg1oTr6H18wUgvgytfwcMOADxHiz5DNbp+wLtE3zDoeYbtCWuRg/HSgDxLjQHgBol4dASh1gzCoD4Dpo5k6DdD6oCbiDeh2TJbWjJRg0Aaox+RjK7l1qOdoGW8/+hAyFGNIrNRKTG7TMglqHEMH+kkDhAoKdJDSANxM+h9n0gpqLDBmSgDTyQIReh/Q16AHVoxv4P7fSTHFiNSKHtS+cSqx3Jbi9SXQ7LfKAe22k6O3wvEtuUVIf/R6q4GOnscCacHCLAcaQa0YLODnfB4g6SKpvXSKMInHRytC607Q4ryciKbQ+kTHKCwCADNQBoPOct1L7X0OKRbGCN1OX5TItRKyjIQwqk+wzkD8qi5A1QK28TksFPoINT1AA5QPwLyewGSg1EHslcBnU8qM+4Bq1xBGqmZkDzBLEVTCPSABkMN1PTweh4DpI6I6gnfuNQ+weaxP7ikAel5X4GyEAdRR0JkIMrcciBuqURQLydQAsSNNyoA21jiEAz83do6N4D4kvQluUfaqQxfCEM6uN5MQwyQMjBnoPJsSxDzcHIBfzRoeRgdCAOrQm/DgUHAwCCAGaey81GdQAAAABJRU5ErkJggg==') center no-repeat rgba(250, 250, 250, 0.5);
	opacity: 0;
}
.gallery_thumb
{
	opacity: 1;
	display: block;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.gallery_thumb:hover
{
	opacity: 0.5;
}
.gallery_element
{
	-webkit-animation: slideIn 2s ease-out 0.2s forwards;
	animation: slideIn 2s ease-out 0.2s forwards;
	-webkit-transform: translate3d(0, 18px, 0);
	transform: translate3d(0, 18px, 0);
	opacity: 0;
	opacity: 1 \9;
	width: 360px;
	height: 240px;
}
/*-----------------------------------------
Social Networks
-----------------------------------------*/
#colophon .row:nth-child(2) .c6
{
	margin: 16px 0 24px;
	margin: 1rem 0 1.5rem;
}
.social__sites
{
	height: 28px;
	width: 28px;
	margin-right: 3.5rem;
	margin-top: 2rem;
}
.social__sites.facebook
{
}
.twitter-follow-button, .fb-like
{
	float: right;
	margin-right: 32px;
	margin-right: 2rem;
}
DIV.social__networks
{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	float: right;
	margin-right: 15%;
}
DIV.social__networks DIV
{
	color: #FFFFFF;
	padding-top: 1.4rem;
	font-size: 1.4rem;
	margin-left: 3rem;
	/*+border-radius: 47px;*/
}
DIV.social__networks DIV A IMG
{
	height: 4rem;
	width: auto;
}
DIV.social__networks SPAN.icon
{
	display: table-cell;
	vertical-align: bottom;
	height: 25px;
	width: 25px;
	padding-left: 0;
}
DIV.social__networks SPAN.text
{
	vertical-align: bottom;
	display: table-cell;
	padding-left: 5%;
}
#email
{
	background-color: rgb(136, 136, 136);
}
DIV.social__networks #email SPAN.icon
{
	width: 35px;
}
#linkedin
{
	background-color: rgb(43, 163, 225);
}
#twitter
{
	background-color: rgb(0, 195, 243);
}
A.youtube
{
	background-position: -102px 0px;
	margin-right: 0px;
}
A.instagram
{
	background-position: -102px 0px;
	margin-right: 0px;
}
#facebook
{
	background-color: rgb(45, 95, 154);
}
#whatsapp
{
	background-color: rgb(29, 158, 17);
	display: none;
}
/*-----------------------------------------
Typography
-----------------------------------------*/
.label
{
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
.lead
{
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
}
SMALL, .small
{
	font-size: 85%;
}
MARK, .mark
{
	background-color: #FCF8E3;
	padding: 0.2em;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.text-justify
{
	text-align: justify;
}
.text-nowrap
{
	white-space: nowrap;
}
.text-lowercase
{
	text-transform: lowercase;
}
.text-uppercase
{
	text-transform: uppercase;
}
.text-capitalize
{
	text-transform: capitalize;
}
.text-muted
{
	color: #777777;
}