#debug
{
	color: #ff0000;
	left: 0;
	position: fixed;
	top: 0;
}

.clear
{
	clear: both;
}

.dataSrc
{
	display: none;
}

.block
{
	display: block;
}

.hide
{
	display: none;
}

*{
	/*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    outline: 0;
}

/************************* LOADING ****************************/
.loadingWrapper
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fbf8f3;
	z-index: 1;
}

.loadingWrapper img
{
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -16px;
}

/****************************** my-mfp-zoom-in ******************************/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/************************* COMMON ****************************/

/***** footerMenuWrapper *****/
.footerMenuWrapper
{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: 50px 20px 30px;
}

.footerMenuWrapper .footerMenuContent
{
	position: relative;
}

.footerMenuWrapper .footerMoreInfo,
.footerMenuWrapper .footerFB,
.footerMenuWrapper .footerMail
{
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.footerMenuWrapper .mainFooterMenu
{
	margin-left: 20px;
	padding-top: 5px;
}

.footerMenuWrapper .footerCopy
{
	color: #fbf8f3;
}

.footerMenuWrapper a.footerMenuText
{
	margin-right: 20px;
	color: #fbf8f3;
	text-decoration: none;
	padding: 5px 0px;
	border-bottom: 2px solid #fbf8f3;
}

.footerMenuWrapper a.footerMenuText:hover
{
	border-bottom: 2px solid transparent;
}

.footerMenuWrapper .newLifeFooterLogo
{
	position: absolute;
	width: 222px;
	height: 83px;
	right: 25px;
	bottom: 40px;
	background: url('../images/common/footerLogo-1.png');
}


/***** wrapper *****/
body
{
	/*overflow-y: scroll;*/
	overflow-y: hidden;
}

.wrapper
{
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.btnReturnMainMenu
{
	/*position: absolute;
	width: 30px;
	height: 30px;
	background: url('../images/common/btnMenu.png');
	top: 10px;
	left: 10px;

	opacity: 1;

	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;*/
}

.btnReturnMainMenu
{
	position: absolute;
	height: 30px;
	top: 18px;
	/*left: 10px;*/
	left: 20px;
	/*display: none;*/

	opacity: 1;

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

.btnReturnMainMenu .btnButton
{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('../images/common/btnMenu.png');
	top: 0px;
	left: 0px;
}

.btnReturnMainMenu span.loginText
{
	position: absolute;
	width: 300px;
	height: 30px;
	margin-left: 40px;

	font-size: 12px;
	line-height: 1.2em;
	color: #F6F3EE;
}

.btnReturnMainMenu.false span.loginText
{
	display: none;
}

.btnReturnMainMenu.true span.loginText
{
	display: inline-block;
}

/*** sectionWrapper ***/
.sectionWrapper
{
	position: relative;
	height: 100%;
	background-color: #d2a531;
}

.sectionLoading
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	display: none;
}

.sectionLoading img
{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
}

.sectionItem.section1, .sectionItem.section1 .sectionLoading {background-color: #a08d80;}
.sectionItem.section2, .sectionItem.section2 .sectionLoading {background-color: #867159;}
.sectionItem.section3, .sectionItem.section3 .sectionLoading {background-color: #74542f;}
.sectionItem.section4, .sectionItem.section4 .sectionLoading {background-color: #dc9177;}
.sectionItem.section5, .sectionItem.section5 .sectionLoading {background-color: #d57a52;}
.sectionItem.section6, .sectionItem.section6 .sectionLoading {background-color: #c85d27;}
.sectionItem.section7, .sectionItem.section7 .sectionLoading {background-color: #ddc07f;}
.sectionItem.section8, .sectionItem.section8 .sectionLoading {background-color: #dbb24c;}
.sectionItem.section9, .sectionItem.section9 .sectionLoading {background-color: #d2a531;}

.sectionItem.section1 .sectionIndicatImg {height: 130px; background: url('../images/common/indicatorS1.png');}
.sectionItem.section2 .sectionIndicatImg {height: 110px; background: url('../images/common/indicatorS2.png');}
.sectionItem.section3 .sectionIndicatImg {height: 117px; background: url('../images/common/indicatorS3-1.png'); }
.sectionItem.section4 .sectionIndicatImg {height: 112px; background: url('../images/common/indicatorS4-1.png'); }
.sectionItem.section5 .sectionIndicatImg {height: 75px; background: url('../images/common/indicatorS5.png');}
.sectionItem.section6 .sectionIndicatImg {height: 95px; background: url('../images/common/indicatorS6.png');}
.sectionItem.section7 .sectionIndicatImg {height: 75px; background: url('../images/common/indicatorS7.png');}
.sectionItem.section8 .sectionIndicatImg {height: 75px; background: url('../images/common/indicatorS8.png');}
.sectionItem.section9 .sectionIndicatImg {height: 75px;  background: url('../images/common/indicatorS9.png'); }

/*** sectionGradient ***/
.sectionGradient
{
	position: absolute;
	width: 100%;
	height: 110px;
	left: 0px;
	bottom: 0px;
}

.thumbnailClickShadow
{
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;

	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	opacity: 0.5;
}

.animation .sectionItem.sectionAnimation .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(216,167,44,0) 0%, rgba(225,191,126,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,167,44,0)), color-stop(100%,rgba(225,191,126,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,167,44,0) 0%,rgba(225,191,126,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,167,44,0) 0%,rgba(225,191,126,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,167,44,0) 0%,rgba(225,191,126,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,167,44,0) 0%,rgba(225,191,126,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8a72c', endColorstr='#e1bf7e',GradientType=0 ); /* IE6-9 */

}

.faq .sectionItem.sectionFaq .sectionGradient,
.tnc .sectionItem.sectionPrivacy .sectionGradient,
.tnc .sectionItem.sectionTnc .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(160,140,128,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(160,140,128,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(160,140,128,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(160,140,128,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(160,140,128,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(160,140,128,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbf8f3', endColorstr='#a08c80',GradientType=0 ); /* IE6-9 */
}

.login .sectionItem.sectionLogin .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(216,167,44,0) 0%, rgba(216,167,44,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,167,44,0)), color-stop(100%,rgba(216,167,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,167,44,0) 0%,rgba(216,167,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,167,44,0) 0%,rgba(216,167,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,167,44,0) 0%,rgba(216,167,44,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,167,44,0) 0%,rgba(216,167,44,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8a72c', endColorstr='#d8a72c',GradientType=0 ); /* IE6-9 */

}

.sectionItem.section1 .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(160,141,128,0) 0%, rgba(160,141,128,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,141,128,0)), color-stop(100%,rgba(160,141,128,1)));
	background: -webkit-linear-gradient(top,  rgba(160,141,128,0) 0%,rgba(160,141,128,1) 100%);
	background: -o-linear-gradient(top,  rgba(160,141,128,0) 0%,rgba(160,141,128,1) 100%);
	background: -ms-linear-gradient(top,  rgba(160,141,128,0) 0%,rgba(160,141,128,1) 100%);
	background: linear-gradient(to bottom,  rgba(160,141,128,0) 0%,rgba(160,141,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a08d80', endColorstr='#a08d80',GradientType=0 );
}

.sectionItem.section2 .sectionGradient
{
	background: -moz-linear-gradient(top, rgba(134,113,89,0) 0%, rgba(134,113,89,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,113,89,0)), color-stop(100%,rgba(134,113,89,1)));
	background: -webkit-linear-gradient(top, rgba(134,113,89,0) 0%,rgba(134,113,89,1) 100%);
	background: -o-linear-gradient(top, rgba(134,113,89,0) 0%,rgba(134,113,89,1) 100%);
	background: -ms-linear-gradient(top, rgba(134,113,89,0) 0%,rgba(134,113,89,1) 100%);
	background: linear-gradient(to bottom, rgba(134,113,89,0) 0%,rgba(134,113,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00867159', endColorstr='#867159',GradientType=0 );
}

.sectionItem.section3 .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(116,84,47,0) 0%, rgba(116,84,47,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,84,47,0)), color-stop(100%,rgba(116,84,47,1)));
	background: -webkit-linear-gradient(top,  rgba(116,84,47,0) 0%,rgba(116,84,47,1) 100%);
	background: -o-linear-gradient(top,  rgba(116,84,47,0) 0%,rgba(116,84,47,1) 100%);
	background: -ms-linear-gradient(top,  rgba(116,84,47,0) 0%,rgba(116,84,47,1) 100%);
	background: linear-gradient(to bottom,  rgba(116,84,47,0) 0%,rgba(116,84,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074542f', endColorstr='#74542f',GradientType=0 );
}

.sectionItem.section4 .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(220,145,119,0) 0%, rgba(220,145,119,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,145,119,0)), color-stop(100%,rgba(220,145,119,1)));
	background: -webkit-linear-gradient(top,  rgba(220,145,119,0) 0%,rgba(220,145,119,1) 100%);
	background: -o-linear-gradient(top,  rgba(220,145,119,0) 0%,rgba(220,145,119,1) 100%);
	background: -ms-linear-gradient(top,  rgba(220,145,119,0) 0%,rgba(220,145,119,1) 100%);
	background: linear-gradient(to bottom,  rgba(220,145,119,0) 0%,rgba(220,145,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dc9177', endColorstr='#dc9177',GradientType=0 );
}

.sectionItem.section5 .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(213,122,82,0) 0%, rgba(213,122,82,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,122,82,0)), color-stop(100%,rgba(213,122,82,1)));
	background: -webkit-linear-gradient(top,  rgba(213,122,82,0) 0%,rgba(213,122,82,1) 100%);
	background: -o-linear-gradient(top,  rgba(213,122,82,0) 0%,rgba(213,122,82,1) 100%);
	background: -ms-linear-gradient(top,  rgba(213,122,82,0) 0%,rgba(213,122,82,1) 100%);
	background: linear-gradient(to bottom,  rgba(213,122,82,0) 0%,rgba(213,122,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d57a52', endColorstr='#d57a52',GradientType=0 );
}

.sectionItem.section6 .sectionGradient,
.sectionItem.sectionCheckout .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(200,93,39,0) 0%, rgba(200,93,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,93,39,0)), color-stop(100%,rgba(200,93,39,1)));
	background: -webkit-linear-gradient(top,  rgba(200,93,39,0) 0%,rgba(200,93,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(200,93,39,0) 0%,rgba(200,93,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(200,93,39,0) 0%,rgba(200,93,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(200,93,39,0) 0%,rgba(200,93,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c85d27', endColorstr='#c85d27',GradientType=0 );
}

.sectionItem.section7 .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(221,192,127,0) 0%, rgba(221,192,127,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,192,127,0)), color-stop(100%,rgba(221,192,127,1)));
	background: -webkit-linear-gradient(top,  rgba(221,192,127,0) 0%,rgba(221,192,127,1) 100%);
	background: -o-linear-gradient(top,  rgba(221,192,127,0) 0%,rgba(221,192,127,1) 100%);
	background: -ms-linear-gradient(top,  rgba(221,192,127,0) 0%,rgba(221,192,127,1) 100%);
	background: linear-gradient(to bottom,  rgba(221,192,127,0) 0%,rgba(221,192,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddc07f', endColorstr='#ddc07f',GradientType=0 );
}

.sectionItem.section8 .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(219,178,76,0) 0%, rgba(219,178,76,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,178,76,0)), color-stop(100%,rgba(219,178,76,1)));
	background: -webkit-linear-gradient(top,  rgba(219,178,76,0) 0%,rgba(219,178,76,1) 100%);
	background: -o-linear-gradient(top,  rgba(219,178,76,0) 0%,rgba(219,178,76,1) 100%);
	background: -ms-linear-gradient(top,  rgba(219,178,76,0) 0%,rgba(219,178,76,1) 100%);
	background: linear-gradient(to bottom,  rgba(219,178,76,0) 0%,rgba(219,178,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dbb24c', endColorstr='#dbb24c',GradientType=0 );
}

.sectionItem.section9 .sectionGradient
{
	background: -moz-linear-gradient(top,  rgba(210,165,49,0) 0%, rgba(210,165,49,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,165,49,0)), color-stop(100%,rgba(210,165,49,1)));
	background: -webkit-linear-gradient(top,  rgba(210,165,49,0) 0%,rgba(210,165,49,1) 100%);
	background: -o-linear-gradient(top,  rgba(210,165,49,0) 0%,rgba(210,165,49,1) 100%);
	background: -ms-linear-gradient(top,  rgba(210,165,49,0) 0%,rgba(210,165,49,1) 100%);
	background: linear-gradient(to bottom,  rgba(210,165,49,0) 0%,rgba(210,165,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2a531', endColorstr='#d2a531',GradientType=0 );
}

.jspVerticalBar
{
	background: transparent;
}

.jspTrack
{
	/*background-color: #BBBBBB;*/
	background-color: rgba(204,204,204,0.3);
}

.jspDrag
{
	background-color: #fbf8f3;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.jspDrag.jspHover,
.jspDrag.jspActive
{
	opacity: 1;
}


/********** sectionScrollContent **********/
.sectionScrollContent
{
	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 35px;
}

.sectionScrollContent .jspContainer
{
	width: 100% !important;
}

.sectionScrollContent .jspVerticalBar
{
	width: 5px;
}

.sectionScrollContent .mainInnerScrollContent
{
	position: relative;
	width: 100%;
	max-width:860px;
	margin: 0px auto;
	padding-bottom: 150px;
}

.section4 .sectionScrollContent .mainInnerScrollContent
{
	position: relative;
	width: 100%;
	max-width: 1025px;
	margin: 0px auto;
	
}

/*** sectionTitleWrapper ***/
.sectionTitleWrapper img.titleImg
{
	margin-bottom: 10px;
}

.sectionInnerContent
{
	position: relative;
}

/*** sectionColumnItem ***/
.sectionColumnItem
{

}
.sectionColumnItem.w30
{
	position: relative;
	width: 30%;
}

.sectionColumnItem.w40
{
	position: relative;
	width: 40%;
}

.sectionColumnItem.w50
{
	position: relative;
	width: 50%;
}

.sectionColumnItem.w60
{
	position: relative;
	width: 60%;
}

.sectionColumnItem.w70
{
	position: relative;
	width: 70%;
}

.sectionColumnItem.w100
{
	position: relative;
	width: 100%;
}

/*** strokeTitle ***/
.sectionItem .strokeTitle
{
	position: relative;
	width: 200px;
	height: 50px;
	border-top: 2px solid #EBE3DA;
	border-bottom: 2px solid #EBE3DA;
	margin-bottom: 20px;
}

.sectionItem.section1 .strokeTitle h2,
.sectionItem.section2 .strokeTitle h2
{
	line-height: 1em;
	margin-bottom: 0px;
	color: #E1B64A;
}

.sectionItem.section6 .strokeTitle h2
{
	line-height: 1em;
	margin-bottom: 0px;
	color: #F5D087;
}

.sectionItem.section7 .strokeTitle h2
{
	line-height: 1em;
	margin-bottom: 0px;
	color: #76542F;
}

.sectionItem.section9 .strokeTitle h2
{
	line-height: 1em;
	margin-bottom: 0px;
	color: #76542F;
}

/*** btnBackToTopWrapper ***/
.btnBackToTopWrapper
{
	position: relative;
	width: 100%;
	text-align: right;
	padding: 20px 0px 0px;
}

.btnBackToTop
{
	position: relative;
	width: 50px;
	text-align: center;
	text-decoration: none;
}


.btnBackToTop .topImg
{
	position: relative;
	display: block;
	width: 50px;
	height: 20px;
	background: url('../images/common/scrollToTopArrow.png');
	background-size: 100% auto;
}

.btnBackToTop .text
{
	position: relative;
	display: block;
	font-size: 12px;
	text-align: center;
	color: #E1B64A;
	padding: 10px 0px;
}

.sectionItem.section9 .btnBackToTop .topImg
{
	background: url('../images/common/scrollToTopArrowBrown.png');
}

.sectionItem.section9 .btnBackToTop .text
{
	color:#877259;
}

/*************/
/*** index ***/
/*************/

.index .sectionHeaderWrapper
{
	position: relative;
	width: 300px;
	height: 110px;
	background: url('../images/common/headerLogo.png');
	background-size: 100% auto;
	margin: 0px auto 50px;
	display: none;
}

.index .sectionItem
{
	position: relative;
	width: 11.1%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.index .menuItem
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.index .sectionContent
{
	position: relative;
	width: 100%;
	display: none;
}



.index .sectionIndicatImg
{
	position: absolute;
	width: 30px;
	background-color: #000;
	top: 20px;
	right: 23px;

	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-ms-transition: top 0.2s;
	-o-transition: top 0.2s;
	transition: top 0.2s;
}

.index .hover .sectionIndicatImg
{
	top: 30px;
}

.index .newLifeFooterLogo
{
	opacity: 1;

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

.index .newLifeFooterLogo.moveout
{
	opacity: 0;
}

/*** frontLogoWrapper ***/
.index .frontLogoWrapper
{
	position: absolute;
	width: 740px;
	height: 240px;
	background-color: #000;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -370px;
	background: url('../images/front/frontLogo.png') no-repeat;
	background-size: 100% auto;
	opacity: 1;

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

.index .frontLogoWrapper.moveout
{
	opacity: 0;
}

.index .heroImg
{
	position: absolute;
	display: block;
	width: 240px;
	height: 290px;
	top: 50%;
	margin-top: -169px;
	right: -132px;

	/*background: url('../images/front/coverHero.png');*/

/*	animation-name: heroAnimation;
	animation-duration: 5s;

	-webkit-transform-origin: 15% 38%;
	-moz-transform-origin: 15% 38%;
	-ms-transform-origin: 15% 38%;
	-o-transform-origin: 15% 38%;
	transform-origin: 15% 38%;
	
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);

	animation-iteration-count: infinite;*/

}

/*.index .heroImg .outerImgWrapper
{
	position: absolute;
	display: block;
	width: 240px;
	height: 290px;
	top: 50%;
	margin-left: -120px;
	left: 50%;
	margin-top: -145px;
	background: url('../images/front/coverHeroBg.png');
	background-size: 100% auto;
	background-repeat: none;

}
*/

.index .heroImg .outerImgWrapper
{
	position: absolute;
	display: block;
	width: 240px;
	height: 290px;
	top: 50%;
	margin-left: -120px;
	left: 50%;
	margin-top: -145px;
	background: url('../images/front/coverHeroBg.png');
	/*background-color: #000;

	opacity: 0.8;*/
}

.index .heroImg .innerImgWrapper
{
	position: absolute;
	display: block;
	width: 220px;
	height: 270px;
	top: 50%;
	margin-top: -135px;
	left: 50%;
	margin-left: -110px;
	/*background: url('../images/front/frontHeroImg1.png');*/
	/*background-color: #FC0;*/
}

.index .heroImg .innerImgWrapper .img1,
.index .heroImg .innerImgWrapper .img2
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.index .heroImg .innerImgWrapper .img1
{
	background: url('../images/front/frontHeroImg1.png');
	display: block;
}

.index .heroImg .innerImgWrapper .img2
{
	background: url('../images/front/frontHeroImg2.png');
	display: none;
}

/* Chrome, Safari, Opera */
/*@-webkit-keyframes heroAnimation {
	0% {-webkit-transform: scale(1,1);}
	10% {-webkit-transform: scale(1.2,1.2);}
	50% {-webkit-transform: scale(0.3,0.3);}
	70% {-webkit-transform: scale(0.3,0.3);}
	80% {-webkit-transform: scale(1,1);}
	100% {-webkit-transform: scale(1,1);}
}

@-moz-keyframes heroAnimation {
	0% {-moz-transform: scale(1,1);}
	10% {-moz-transform: scale(1.2,1.2);}
	50% {-moz-transform: scale(0.3,0.3);}
	70% {-moz-transform: scale(0.3,0.3);}
	80% {-moz-transform: scale(1,1);}
	100% {-moz-transform: scale(1,1);}
}

@-ms-keyframes heroAnimation {
	0% {-ms-transform: scale(1,1);}
	10% {-ms-transform: scale(1.2,1.2);}
	50% {-ms-transform: scale(0.3,0.3);}
	70% {-ms-transform: scale(0.3,0.3);}
	80% {-ms-transform: scale(1,1);}
	100% {-ms-transform: scale(1,1);}
}

@-o-keyframes heroAnimation {
	0% {-o-transform: scale(1,1);}
	10% {-o-transform: scale(1.2,1.2);}
	50% {-o-transform: scale(0.3,0.3);}
	70% {-o-transform: scale(0.3,0.3);}
	80% {-o-transform: scale(1,1);}
	100% {-o-transform: scale(1,1);}
}

@keyframes heroAnimation {
	0% {transform: scale(1,1);}
	10% {transform: scale(1.2,1.2);}
	50% {transform: scale(0.3,0.3);}
	70% {transform: scale(0.3,0.3);}
	80% {transform: scale(1,1);}
	100% {transform: scale(1,1);}
}*/

.index .btnReturnMainMenu
{
	display: none;
}