.section5 .sectionScrollContent .mainInnerScrollContent
{
	max-width: 960px;
}

.section5 .sectionTitleWrapper
{
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	padding: 0px 15px;
	margin-bottom: 20px;
}

.newsIndexWrapper
{
	position: relative;
	/*display: none;	*/
}

.newsIndexWrapper .headerTitle
{
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	margin: 0px 15px;
	padding: 10px 0px;

	border-top: 3px solid #F5EEE6;

	font-size: 16px;
	color: #76542F;
	font-weight: bold; 
}

/********** newsItem **********/
.newsItem
{
	position: relative;
	width: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	padding: 0px 15px;
	margin-bottom: 20px;
}

.newsItem .imgWrapper
{
	position: relative;
	display: block;
	width: 100%;
}

.newsItem .imgWrapper .dateText
{
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
}

.newsItem .imgWrapper .dateText.white
{
	color: #fbf8f3;
}

.newsItem .imgWrapper .dateText.black
{
	color: #000000;
}

.newsItem .imgWrapper .dateText span
{
	font-weight: bold;
	vertical-align: top;
}

.newsItem .imgWrapper .dateText span.month
{
	font-size: 50px;
}

.newsItem .imgWrapper .dateText span.stroke
{
	position: relative;
	top: 4px;
	font-size: 22px;
	margin: 0px 5px;
}

.newsItem .imgWrapper .dateText span.date
{
	font-size: 50px;
}

.newsItem .newsContent
{
	position: relative;
	text-align: center;
	height: 130px;
}

.newsItem .displayTextLine
{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsItem .newsContent h2
{
	font-size: 16px;
	color: #76542F;
	text-align: left;

	font-weight: bold;

	padding: 5px 0px;
	line-height: 1.5em;
	max-height: 2em;

	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsItem .newsInnerContent
{
	border-top: 1px solid #fbf8f3;
	border-bottom: 1px solid #fbf8f3;
	
	padding: 5px 0px;
	line-height: 1.5em;
	max-height: 3em;

	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}

.newsItem .btnKnowMore
{
	position: relative;
	display: inline-block;
	padding: 15px 0px 5px;
	margin: 0px auto;
	color: #fbf8f3;
	text-decoration: none;
	text-align: center;

	font-size: 14px;
	line-height: 1em;
	border-bottom: 1px solid #fbf8f3;
}

.newsItem .btnKnowMore:hover
{
	border-bottom: 1px solid transparent;
}

/********** newsDetails **********/

.newsDetails
{
	position: relative;
	width: 900px;
	margin: 0px auto;
}

.newsDetails .innerContentTitle
{
	position: relative;
	padding: 15px 0px;
	border-bottom: 2px solid #fbf8f3;
	margin-bottom: 15px;

	font-size: 25px;
	color: #76542F;
	font-weight: bold;
}

.newsDetails .innerContentTitle .dateText
{
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.newsDetails .innerContentTitle .dateText span
{
	font-weight: bold;
	vertical-align: top;	
}

.newsDetails .innerContentTitle .dateText span.month
{
	font-size: 15px;
}

.newsDetails .innerContentTitle .dateText span.stroke
{
	font-size: 13px;
}

.newsDetails .innerContentTitle .dateText span.date
{
	font-size: 25px;
}

.newsDetails .newsVideoItem
{
	position: relative;
	display: block;
	width: 100%;
}

.newsDetails .videoThumbCover
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #A08C80;
	opacity: 0.5;

	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.newsDetails .newsVideoItem:hover .videoThumbCover
{
	opacity: 0;
}

.newsDetails .instructorImgWrapper
{
	position: relative;
}

.newsDetails .instructorImgWrapper .imgItem,
.newsDetails .instructorImgWrapper .videoItem
{
	position: relative;
	margin-bottom: 20px;
}

.newsDetails .newsMainContent
{
	position: relative;
	width: 100%;
	min-height: 240px;
	padding-bottom: 20px;
}

.newsDetails .columnContent.w50.leftItem
{
	padding-right: 20px;
	padding-bottom: 40px;
}

.newsDetails .sectionTitleWrapper
{
	margin-bottom: 35px;
	padding: 0px;
}

.newsDetails .sectionTitleWrapper .strokeTitle h2
{
	color: #F2D28A;
}

.newsDetails .newsDetailsContent
{
	position: relative;
	margin-bottom: 20px;
}

.newsDetails .newsDetailsContent p
{
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.newsDetails .newsDetailsContent ul
{
	list-style: disc;
	list-style-position: inside;
}

.newsDetails .newsDetailsContent ol
{
	list-style: decimal;
	list-style-position: inside;
}

.newsDetails .newsDetailsContent ul li,
.newsDetails .newsDetailsContent ol li
{
	font-size: 14px;
	line-height: 1.5em;
	color: #FAF7F2;
}


.newsDetails .newsDetailsContent a,
.newsDetails .newsDetailsContent p a
{
	color: #FAF7F2;
	text-decoration: underline;
}

.newsDetails .newsDetailsContent a:hover,
.newsDetails .newsDetailsContent p a:hover
{
	text-decoration: none;
}

.newsDetails .newsDetailsContent p.leadIn
{
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.newsDetails .newsDetailsLink
{
	position: relative;
	display: block;
}

.newsDetails .newsDetailsLink a.link
{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fbf8f3;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px solid #fbf8f3;
}

.newsDetails .newsDetailsLink a.link:hover
{
	border-bottom: 1px solid transparent;
}

.newsDetails .btnWrapper.news
{
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	bottom: -40px;
}

.newsDetails .btnWrapper.news .btnStyle
{
	position: absolute;
	width: 110px;
	top: 0px;
	left: 0px;
}

.newsDetails .btnWrapper.news .btnStyle span.text
{
	color: #E1B64A;
	padding: 5px 0px;
	border-bottom: 2px solid #E1B64A;
}

.newsDetails .btnWrapper.news .btnStyle:hover span.text
{
	border-bottom: 2px solid transparent;
}

.newsDetails .btnWrapper.news .btnReturnToIndex
{
	position: absolute;
	width: 50px;
	top: 0px;
	right: 0px;
	text-align: right;
}

.newsDetails .btnWrapper.news .btnPageWrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}

.newsDetails .btnWrapper.news .btnPageWrapper .btnPreviousPage,
.newsDetails .btnWrapper.news .btnPageWrapper .btnNextPage
{
	position: relative;
	width: auto;
	display: inline-block;
	margin-right: 40px;
	text-align: left;
}