.miniTemplateSlideshow { list-style: none; }
.articleText .headline {color:#E5AE82 !important; font-size:24px; font-weight:normal; margin:0 0 10px 0;}
.imageSelector a { color: #FFF !important; }
.redactor-editor h2 { color: #E5AE82 !important; font-size: 24px; font-weight: normal; margin: 0 0 10px 0; }
.articleText {  color: #000; font-size: 18px; line-height: 22px; }
#sliderContainer { margin-top: 10px; }
.z-disc-golf-bold { font-size: 30px; }
strong {
	display: inline !important;
}
.mini_template_article {
	list-style: none;
	max-width: 75% !important;
	margin: 40px auto !important;
	float: none !important;
}
.mini_template_article * {
	line-height: 130% !important;
}
.mini_template_article a {
	color: #f40629;
	text-decoration: none;
}
.mini_template_article a:hover {
	color: #333;
}
@media (max-width: 900px) {
	.imageContainer, .articleText { width: 100% !important; }
}

.related_articles {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	margin-bottom: 25px;
}
.related_article {
	width: 31.3333%;
	margin: 0 1%;
	display: block;
	vertical-align: top;
}
.related_article a {
	color: #FFF;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}
.related_article img {
	float: right;
	margin: 0 auto;
	margin-right: 5px;
	margin-left: 10px;
	width: 100%;
	height: auto;
}
.related_items_block {
	display: block;
	width: 100%;
	margin: 0 auto;
	/*background: #333;*/
}
.redLine {
	height:1px;
	border-bottom: 1px solid #FF0000;
	width: 100%;
}
.relatedText {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	padding-top: 0px;
	display: inline-block;
	padding-right: 10px;
	text-align: center;
	font-family: futura-pt;
}
.related_article p, .related_article p span {
	color: #fff !important;
	text-align: center !important;
	width: 100% !important;
}
.relatedDivider {
	width: 100%;
	padding-top: 10px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.share_buttons img {
	height: 34px;
	width: 34px;
	float: left;
}
.share_buttons {
	display: none;
}
.list-inline {
	margin-bottom: 0px;
}
.list-inline>li {
	display: inline-block;
	padding-bottom: 0px;
	padding-left: 0px;
}

@media screen and (max-width: 1080px) { 
	.related_articles { float: inherit; margin: 0 auto; max-width: 100%;}
	.share_buttons { margin-top: 0px; float: inherit; }
}
@media screen and (max-width: 850px) { 
	.related_article { display: block; clear: both; }
}