.contact {}
.contact-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.contact .contact-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.contact .contact-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.contact-img,
.contact-audio,
.contact-youtube,
.contact-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.contact-slider img,
.contact-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.contact-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("images/bx-video.png") no-repeat center;
}
.contact-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.contact-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.contact-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.contact-slider-slide {
	float: left;
	z-index: 100;
}
.contact-slider-arrow-container-left,
.contact-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.contact-slider-arrow-container-left {
	left: 0;
}
.contact-slider-arrow-container-right {
	right: 0;
}
.contact-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.contact-slider-arrow-container-left:hover .contact-slider-arrow,
.contact-slider-arrow-container-right:hover .contact-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.contact-slider-arrow-container-left .contact-slider-arrow {
	left: 20px;
}
.contact-slider-arrow-container-right .contact-slider-arrow {
	right: 20px;
}
.contact-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.contact-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.contact-slider-control li:hover,
.contact-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.contact-slider-arrow,
.contact-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
/* /// */
.contact-title,
.contact-title a {
	color: #000;
	margin: 0;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}
.contact-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .contact-title {
	font-size: 24pt;
}
.bx-md .contact-title {
	font-size: 20pt;
}
.bx-xs .contact-title {
	font-size: 18pt;
}
.contact-separator,
.contact-view,
.contact-date,
.contact-comments,
.contact-author,
.contact-other {
	color: #a4a4a4;
	font-size: 15px;
	padding-bottom: 8px;
	/* white-space: nowrap; */
}
.contact-rating,
.contact-separator,
.contact-date{
	display: inline-block;
}
.contact-separator {
	margin: 0 10px;
}
.contact-view i.fa,
.contact-date i.fa,
.contact-comments i.fa,
.contact-author i.fa,
.contact-tags i.fa,
.contact-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.contact-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.contact-content {
	font-size: 14px;
	margin-bottom: 5px;
}

.contact-other dt {
    float: left;
    clear: both;
	font-size: 14px;
	font-style: italic;
    font-weight: normal;
}

.contact-other dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    /* color: #000; */
	color: #16683f;
	text-align: right;
	max-width: 85%;
}