/*** .sectionItem.section6 ***/
.sectionItem.section6 h1
{
	margin-bottom: 10px;
}

.section6 .sectionScrollContent .mainInnerScrollContent
{
	max-width: 960px;
	/*width: 960px;*/
}

.section6 .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;
}

.workshopSortingWrapper
{
	position: relative;
	width: 100%;
	-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;
}

.workshopSortingWrapper .workshopSortingItems
{
	position: relative;
}

.workshopSortingWrapper .workshopSortingItems .workshopSortingItem,
.workshopSortingWrapper .workshopSortingItems .stroke
{
	position: relative;
	font-size: 18px;
	line-height: 1em;
	color: #F6F3EE;
	text-decoration: none;

	padding-bottom: 3px;
	padding: 5px 0px;
	border-bottom: 2px solid transparent;

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

.workshopSortingWrapper .workshopSortingItems .stroke
{
	margin: 0px 5px;
}

.workshopSortingWrapper .workshopSortingItems .workshopSortingItem:hover,
.workshopSortingWrapper .workshopSortingItems .workshopSortingItem.selected
{
	color: #F0CB82;
	padding: 5px 0px;
	border-bottom: 2px solid #F0CB82;
}

.workshopSortingWrapper .indicatorWrapper
{
	padding: 10px 0px 0px;
}

.workshopSortingWrapper .indicatorWrapper a
{
	color : #FAF7F2;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;

}

.workshopSortingWrapper .indicatorWrapper a:hover
{
	border-bottom: 1px solid #FAF7F2;
}

/********** workshopItem **********/
.workshopItem
{
	position: relative;
	width: 25%;

	-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;
}

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

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

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

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

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

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

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

/*.workshopItem .imgWrapper .dateText span.date
{
	font-size: 50px;
}*/

.workshopItem .workshopContent
{
	position: relative;
	text-align: center;
	height: 190px;
}

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

.workshopItem .workshopContent h2
{
	font-size: 16px;
	color: #F0CB82;
	text-align: left;

	font-weight: bold;

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

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

.workshopItem .workshopInnerContent
{
	border-bottom: 1px solid #fbf8f3;
	padding: 0px 0px 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
	max-height: 3em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}

.workshopItem .workshopTutorContent
{
	border-bottom: 1px solid #fbf8f3;
	padding: 0px 0px 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
	max-height: 2em;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: left;
}

.workshopItem .workshopPlaceContent
{
	border-bottom: 1px solid #fbf8f3;
	padding: 0px 0px 5px;
	line-height: 1.5em;
	max-height: 2em;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: left;
}

.workshopItem .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;
}

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




/*** workshopSortFunction ***/
.workshopSortFnCatagoryLv1,
.workshopSortFnCatagoryLv2
{
	position: relative;
	overflow: hidden;
}

/*** workshopSortFnCatagoryLv1***/
.workshopSortFunction .commonCircleItem
{
	width: 225px;
	margin: 0px 50px;
}

.workshopSortFunction .commonCircleItem .circleItemContent
{
	padding: 60px 50px 0px;
	text-align: center;
}

.workshopSortFunction .commonCircleItem .circleItemContent h1,
.workshopSortFunction .commonCircleItem .circleItemContent p
{
	text-align: center;
}

.workshopSortFunction .commonCircleItem p.underline
{
	position: absolute;
	display: inline-block;
	width: 60px;
	left: 50%;
	margin-left: -30px;
	bottom: 60px;
	padding: 3px 0px;
	border-bottom: 2px solid #EBE3DA;
}

.workshopSortFunction .workshopCatContent
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}

/*** workshopSortFnCatagoryLv2***/

.workshopSortFnCatagoryLv2 .lv2TitleWrapper
{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.workshopSortFnCatagoryLv2 .btnBacktoLv1
{
	position: absolute;
	padding: 5px 0px;
	border-bottom: 2px solid #fbf8f3;
	bottom: 0px;
	right: 0px;

	text-decoration: none;

	font-size: 12px;
	line-height: 1em;
	color: #fbf8f3;

}

.workshopSortFnCatagoryLv2 .workshopLv2Row
{
	position: relative;
	width: 100%;
}

.workshopSortFnCatagoryLv2 .workshopLv2Item
{
	position: relative;
	width: 25%;
	text-align: left;
	text-decoration: none;
	margin-bottom: 20px;
}

.workshopSortFnCatagoryLv2 .workshopLv2No
{
	position: absolute;
	width: 20px;
	top: 0px;
	font-size: 24px;
	color: #EBE3DA;
}

.workshopSortFnCatagoryLv2 .workshopLv2Item .courseCatName
{
	position: relative;
	margin-left: 40px;
	font-size: 38px;
	color: #814820;
	-webkit-transition: color 0.25s;
	-moz-transition: color 0.25s;
	-ms-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}

.workshopSortFnCatagoryLv2 .workshopLv2Item:hover .courseCatName
{
	color: #EBE3DA;
}






/********** workshopDetails **********/
.workshopDetails .sectionInnerContent,
.newsDetails .sectionInnerContent
{
	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;
}

.section6 .workshopDetails .sectionInnerContent,
.section6 .newsDetails .sectionInnerContent
{
	padding: 0px 15px;
}


.workshopDetails .sectionInnerContent h1,
.newsDetails .sectionInnerContent h1
{
	font-size: 35px;
	color: #814820;
	margin-bottom: 0px;
}

.workshopDetails .sectionInnerContent .detailsColumnItem,
.newsDetails .sectionInnerContent .detailsColumnItem
{
	border-top: 3px solid #fbf8f3;
	padding-top: 10px;
}

.workshopDetails .sectionInnerContent .detailsColumnItem h2,
.newsDetails .sectionInnerContent .detailsColumnItem h2
{
	font-size: 16px;
	line-height: 1.4375em;
	margin-bottom: 30px;
	color: #fbf8f3;
}

/*** activitiesDetails ***/
.workshopDetails .activitiesDetails,
.newsDetails .activitiesDetails
{
	position: relative;
	margin-bottom: 15px;
}

.workshopDetails .activitiesDetails p,
.newsDetails .activitiesDetails p
{
	line-height: 19px;
}

.workshopDetails .activitiesDetailsRow,
.newsDetails .activitiesDetailsRow
{
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #fbf8f3;
	margin-bottom: 10px;
	min-height:20px;
}

.workshopDetails .activitiesDetailsRow p.titleText,
.newsDetails .activitiesDetailsRow p.titleText
{
	font-weight: bold;
}

.workshopDetails .activitiesDetailsRow ul,
.newsDetails .activitiesDetailsRow ul
{
	list-style: decimal;
	padding-left: 20px;
}

.workshopDetails .activitiesDetailsRow ul li,
.newsDetails .activitiesDetailsRow ul li
{
	font-size: 14px;
	line-height: 1.5em;
	color: #fbf8f3;
}

.workshopDetails .activitiesDetailsRow.last,
.newsDetails .activitiesDetailsRow.last
{
	padding-bottom: 0px;
	border-bottom: 0px;
}

.workshopDetails .activitiesDetailsRow .title,
.newsDetails .activitiesDetailsRow .title
{
	position: absolute;
	width: 50px;
	top: 0px;
	left: 0px;
}

.workshopDetails .activitiesDetailsRow .title p,
.newsDetails .activitiesDetailsRow .title p
{
	font-weight: bold;
}

.workshopDetails .activitiesDetailsRow .content,
.newsDetails .activitiesDetailsRow .content
{
	position: relative;
	display: block;
	margin-left: 50px;
}

/*** selectWorkshopWrapper ***/
.workshopDetails .selectWorkshopWrapper,
.newsDetails .selectWorkshopWrapper
{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.workshopDetails .selectTitleWrapper,
.newsDetails .selectTitleWrapper
{
	position: relative;
}

.workshopDetails .selectTitleWrapper p,
.newsDetails .selectTitleWrapper p
{
	position: relative;
	color: #F4CF86;
	margin-bottom: 15px;
	line-height: 1em;
}

.workshopDetails .selectTitleWrapper select,
.newsDetails .selectTitleWrapper select
{
	color: #773913;
}

.workshopDetails .sectionInnerContent .sectionColumnItem .btnWrapper,
.newsDetails .sectionInnerContent .sectionColumnItem .btnWrapper
{
	position: relative;
	margin-bottom: 15px;
}

.workshopDetails .sectionInnerContent .sectionColumnItem .btnWrapper span.text,
.newsDetails .sectionInnerContent .sectionColumnItem .btnWrapper span.text
{
	color: #CF5E25;
	padding: 5px 0px;
	border-bottom: 2px solid #CF5E25;
}

/*** relatedWorkshopWrapper ***/

.workshopDetails .relatedWorkshopWrapper,
.newsDetails .relatedWorkshopWrapper
{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.workshopDetails .relatedWorshopItem,
.newsDetails .relatedWorshopItem
{
	position: relative;
	/*width: 140px;*/
	width: 31%;
}

.workshopDetails .relatedWorshopItem.center,
.newsDetails .relatedWorshopItem.center
{
	margin: 0px 3.5%;
}

.workshopDetails .relatedWorshopItem .imgWrapper,
.newsDetails .relatedWorshopItem .imgWrapper
{
	position: relative;
	display: block;
	width: 100%;
}

.workshopDetails .relatedWorshopItem .workshopContent,
.newsDetails .relatedWorshopItem .workshopContent
{
	position: relative;
	text-align: center;
	min-height: 120px;
}

.workshopDetails .relatedWorshopItem .displayTextLine,
.newsDetails .relatedWorshopItem .displayTextLine
{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.workshopDetails .sectionInnerContent .detailsColumnItem .relatedWorshopItem .workshopContent h2,
.newsDetails .sectionInnerContent .detailsColumnItem .relatedWorshopItem .workshopContent h2
{
	font-size: 16px;
	color: #F3D28A;
	text-align: left;

	font-weight: bold;

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

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

	margin-bottom: 0px;
	border-bottom: 1px solid #fbf8f3;
}

.workshopDetails .relatedWorshopItem .workshopTutorContent,
.newsDetails .relatedWorshopItem .workshopTutorContent
{
	border-bottom: 1px solid #fbf8f3;
	padding: 5px 0px 5px;
	line-height: 1.5em;
	max-height: 2em;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: left;
}

.workshopDetails .relatedWorshopItem .btnKnowMore,
.newsDetails .relatedWorshopItem .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;
}

.workshopDetails .relatedWorshopItem .btnKnowMore:hover,
.newsDetails .relatedWorshopItem .btnKnowMore:hover
{
	border-bottom: 1px solid transparent;
}

/*** sectionDetailsImgWrapper ***/
.workshopDetails .sectionColumnItem.w50,
.newsDetails .sectionColumnItem.w50
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.workshopDetails .sectionColumnItem.rightItem,
.newsDetails .sectionColumnItem.rightItem
{
	padding-left: 20px;
}

.workshopDetails .sectionDetailsImgWrapper,
.newsDetails .sectionDetailsImgWrapper
{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.workshopDetails .sectionDetailsImgWrapper .imgItem,
.newsDetails .sectionDetailsImgWrapper .imgItem
{
	margin-bottom: 20px;
}

.workshopDetails .btnWrapper.btnDetailsWrapper,
.newsDetails .btnWrapper.btnDetailsWrapper
{
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	/*bottom: -40px;*/
}

.workshopDetails .btnWrapper.btnDetailsWrapper .btnReturnToIndex,
.newsDetails .btnWrapper.btnDetailsWrapper .btnReturnToIndex
{
	position: absolute;
	width: 50px;
	top: 0px;
	left: 0px;
	text-align: left;
}

.workshopDetails .btnWrapper.btnDetailsWrapper .btnReturnToIndex span.text,
.newsDetails .btnWrapper.btnDetailsWrapper .btnReturnToIndex span.text
{
	color: #fbf8f3;
	border-bottom: 2px solid #fbf8f3;
}

.workshopDetails .btnWrapper.btnDetailsWrapper .btnPageWrapper,
.newsDetails .btnWrapper.btnDetailsWrapper .btnPageWrapper
{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	color: #fbf8f3;
}

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

.workshopDetails .btnWrapper.btnDetailsWrapper .btnPageWrapper .btnPreviousPage span.text,
.workshopDetails .btnWrapper.btnDetailsWrapper .btnPageWrapper .btnNextPage span.text,
.newsDetails .btnWrapper.btnDetailsWrapper .btnPageWrapper .btnPreviousPage span.text,
.newsDetails .btnWrapper.btnDetailsWrapper .btnPageWrapper .btnNextPage span.text
{
	color: #fbf8f3;
	border-bottom: 2px solid #fbf8f3;
}