.flip-container .back,
.flip-container .flip-container,
.flip-container .flipper,
.flip-container .front {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block
}

.flip-container {
	perspective: 1000px
}

.flip-container .flipper {
	transform-style: preserve-3d;
	transition: all .5s
}

.flip-container .back,
.flip-container .front {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.flip-container.vertical .back {
	transform: rotateY(180deg)
}

.flip-container.vertical .flipper {
	transform-origin: 100% 50%
}

[class*=btnStyle__] {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center
}

[class*=btnStyle__][class*="--m"] {
	width: 160px;
	height: 50px
}

[class*=btnStyle__][class*=s1].inview .btnDot__wrapper [class*=btnStroke__item][class*="--0"],
[class*=btnStyle__][class*=s1].inview .btnDot__wrapper [class*=btnStroke__item][class*="--2"] {
	width: 100%
}

[class*=btnStyle__][class*=s1] {
	box-sizing: border-box;
	transition: all .4s;
	box-shadow: 0 0 0 2px transparent
}

[class*=btnStyle__][class*=s1].inview .btnDot__wrapper [class*=btnStroke__item][class*="--1"],
[class*=btnStyle__][class*=s1].inview .btnDot__wrapper [class*=btnStroke__item][class*="--3"] {
	height: 100%
}

[class*=btnStyle__][class*=s1].inview .btnDot__wrapper [class*=btnDot__item] {
	opacity: 1
}

[class*=btnStyle__][class*=s1] .btnText {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform: scale(1);
	transition: all .4s;
	color: #666
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnStroke__item] {
	position: absolute;
	background-color: #666;
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnStroke__item][class*="--0"],
[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnStroke__item][class*="--2"] {
	width: 0%;
	height: 1px
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnStroke__item][class*="--1"],
[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnStroke__item][class*="--3"] {
	width: 1px;
	height: 0%
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnStroke__item][class*="--0"] {
	top: 0;
	left: 0
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnStroke__item][class*="--1"],
[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnStroke__item][class*="--2"] {
	bottom: 0;
	right: 0
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnStroke__item][class*="--3"] {
	top: 0;
	left: 0
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnDot__item] {
	position: absolute;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	background-color: #666;
	border-radius: 50%;
	opacity: 0;
	transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition-delay: 0s
}

[class*=btnStyle__][class*=s1].inview:hover [class*=btnStroke__item][class*="--0"],
[class*=btnStyle__][class*=s1].inview:hover [class*=btnStroke__item][class*="--2"] {
	width: 0%
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnDot__item][class*="--0"] {
	top: 0;
	left: 0
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnDot__item][class*="--1"] {
	top: 0;
	left: 100%
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnDot__item][class*="--2"] {
	top: 100%;
	left: 0
}

[class*=btnStyle__][class*=s1] .btnDot__wrapper [class*=btnDot__item][class*="--3"] {
	top: 100%;
	left: 100%
}

[class*=btnStyle__][class*=s1].inview:hover {
	transition-delay: .75s;
	background-color: #f9f9f9
}

[class*=btnStyle__][class*=s1].inview:hover .btnText {
	color: #666;
	transition-delay: .6s;
	transform: scale(1.1)
}

[class*=btnStyle__][class*=s1].inview:hover [class*=btnDot__item] {
	transition-delay: .25s;
	transform: scale(1.5);
	opacity: 0
}

[class*=btnStyle__][class*=s1].inview:hover [class*=btnStroke__item][class*="--1"],
[class*=btnStyle__][class*=s1].inview:hover [class*=btnStroke__item][class*="--3"] {
	height: 0%
}

.flip-container .flipper,
.menu__dim {
	position: absolute;
	width: 100%;
	height: 100%
}

.flip-container {
	perspective: 1000px
}

.flip-container .back,
.flip-container .flip-container,
.flip-container .front {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%
}

.flip-container .flipper {
	display: block;
	transform-style: preserve-3d;
	transition: all .5s
}

.flip-container .back,
.flip-container .front {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.flip-container.vertical .back {
	transform: rotateY(180deg)
}

.flip-container.vertical .flipper {
	transform-origin: 100% 50%
}

.layer__parkingRoute svg {
	stroke: #ba9f86;
	fill: transparent
}

#parkingRoute_d,
#parkingRoute_m {
	stroke-width: 2px;
	stroke-dasharray: 8px;
	stroke: #ba9f86 !important;
	stroke-linecap: round;
	stroke-opacity: 0
}

#parkingRoute_d #line1,
#parkingRoute_m #line1 {
	animation: parkingroute-line1 7s infinite
}

#parkingRoute_d #line2,
#parkingRoute_m #line2 {
	animation: parkingroute-line2 7s infinite
}

#parkingRoute_d #line3,
#parkingRoute_m #line3 {
	animation: parkingroute-line3 7s infinite
}

#parkingRoute_d #line4,
#parkingRoute_m #line4 {
	animation: parkingroute-line4 7s infinite
}

#parkingRoute_d #line5,
#parkingRoute_m #line5 {
	animation: parkingroute-line5 7s infinite
}

#parkingRoute_d #line6,
#parkingRoute_m #line6 {
	animation: parkingroute-line6 7s infinite
}

#parkingRoute_d #line7,
#parkingRoute_m #line7 {
	animation: parkingroute-line7 7s infinite
}

#parkingRoute_d #line8,
#parkingRoute_m #line8 {
	animation: parkingroute-line8 7s infinite
}

#parkingRoute_d #line9,
#parkingRoute_m #line9 {
	animation: parkingroute-line9 7s infinite
}

#parkingRoute_d #line6_1_,
#parkingRoute_m #line6_1_ {
	animation: parkingroute-line1_1_ 7s infinite
}

#parkingRoute_d #line5_1_,
#parkingRoute_m #line5_1_ {
	animation: parkingroute-line2_1_ 7s infinite
}

#parkingRoute_d #line4_1_,
#parkingRoute_m #line4_1_ {
	animation: parkingroute-line3_1_ 7s infinite
}

#parkingRoute_d #line3_1_,
#parkingRoute_m #line3_1_ {
	animation: parkingroute-line4_1_ 7s infinite
}

#parkingRoute_d #line2_1_,
#parkingRoute_m #line2_1_ {
	animation: parkingroute-line5_1_ 7s infinite
}

#parkingRoute_d #line1_1_,
#parkingRoute_m #line1_1_ {
	animation: parkingroute-line6_1_ 7s infinite
}

#parkingRoute_d #line7_1_,
#parkingRoute_m #line7_1_ {
	animation: parkingroute-line1_2_ 7s infinite
}

#parkingRoute_d #line6_2_,
#parkingRoute_m #line6_2_ {
	animation: parkingroute-line2_2_ 7s infinite
}

#parkingRoute_d #line5_2_,
#parkingRoute_m #line5_2_ {
	animation: parkingroute-line3_2_ 7s infinite
}

#parkingRoute_d #line4_2_,
#parkingRoute_m #line4_2_ {
	animation: parkingroute-line4_2_ 7s infinite
}

#parkingRoute_d #line3_2_,
#parkingRoute_m #line3_2_ {
	animation: parkingroute-line5_2_ 7s infinite
}

#parkingRoute_d #line2_2_,
#parkingRoute_m #line2_2_ {
	animation: parkingroute-line6_2_ 7s infinite
}

#parkingRoute_d #line1_2_,
#parkingRoute_m #line1_2_ {
	animation: parkingroute-line7_2_ 7s infinite
}

@keyframes parkingroute-line1 {

	0%,
	10% {
		stroke-opacity: 0
	}

	100%,
	15% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line2 {

	0%,
	15% {
		stroke-opacity: 0
	}

	100%,
	20% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line3 {

	0%,
	20% {
		stroke-opacity: 0
	}

	100%,
	25% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line4 {

	0%,
	25% {
		stroke-opacity: 0
	}

	100%,
	30% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line5 {

	0%,
	30% {
		stroke-opacity: 0
	}

	100%,
	35% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line6 {

	0%,
	35% {
		stroke-opacity: 0
	}

	100%,
	40% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line7 {

	0%,
	40% {
		stroke-opacity: 0
	}

	100%,
	45% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line8 {

	0%,
	45% {
		stroke-opacity: 0
	}

	100%,
	50% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line9 {

	0%,
	50% {
		stroke-opacity: 0
	}

	100%,
	55% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line6_1_ {

	0%,
	25% {
		stroke-opacity: 0
	}

	100%,
	30% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line5_1_ {

	0%,
	30% {
		stroke-opacity: 0
	}

	100%,
	35% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line4_1_ {

	0%,
	35% {
		stroke-opacity: 0
	}

	100%,
	40% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line3_1_ {

	0%,
	40% {
		stroke-opacity: 0
	}

	100%,
	45% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line2_1_ {

	0%,
	45% {
		stroke-opacity: 0
	}

	100%,
	50% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line1_1_ {

	0%,
	50% {
		stroke-opacity: 0
	}

	100%,
	55% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line7_2_ {

	0%,
	20% {
		stroke-opacity: 0
	}

	100%,
	25% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line6_2_ {

	0%,
	25% {
		stroke-opacity: 0
	}

	100%,
	30% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line5_2_ {

	0%,
	30% {
		stroke-opacity: 0
	}

	100%,
	35% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line4_2_ {

	0%,
	35% {
		stroke-opacity: 0
	}

	100%,
	40% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line3_2_ {

	0%,
	40% {
		stroke-opacity: 0
	}

	100%,
	45% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line2_2_ {

	0%,
	45% {
		stroke-opacity: 0
	}

	100%,
	50% {
		stroke-opacity: 1
	}
}

@keyframes parkingroute-line1_2_ {

	0%,
	50% {
		stroke-opacity: 0
	}

	100%,
	55% {
		stroke-opacity: 1
	}
}

.menu__dim {
	top: 0;
	left: 0;
	background-color: #666;
	display: none;
	visibility: hidden;
	opacity: 0
}

.loading__wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 3
}

.loading__wrapper .loading {
	position: absolute;
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../../img/images/common/loading.gif);
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px
}

.canvas__wrapper {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	overflow: hidden
}

.canvas__wrapper[data-pos=top] {
	height: 150px;
	top: 0
}

@media only screen and (max-width:759px) {
	.canvas__wrapper[data-pos=top] {
		height: 75px
	}
}

.canvas__wrapper[data-pos=top]::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 85%, #fff 100%)
}

.canvas__wrapper[data-pos=bottom] {
	height: 300px;
	bottom: 0
}

@media only screen and (max-width:759px) {
	.canvas__wrapper[data-pos=bottom] {
		height: 150px
	}
}

.canvas__wrapper[data-pos=bottom]::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%)
}

.canvas__wrapper canvas {
	position: absolute;
	display: block;
	width: 140% !important;
	height: 140% !important;
	top: -20%;
	left: -20%
}

.commonBanner,
.commonPadding {
	position: relative;
	display: block
}

.header {
	z-index: 2
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-8px)
	}

	60% {
		transform: translateY(-4px)
	}
}

@keyframes fadeinout {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .6
	}
}

.commonPadding {
	max-width: 1700px;
	padding: 0 20px;
	margin: 0 auto
}

.commonBanner {
	width: 100%;
	overflow: hidden
}

@media only screen and (min-width:1000px) {
	.commonBanner .fixed__banner {
		position: fixed;
		display: block;
		width: 100%;
		top: 0;
		left: 0;
		right: 0
	}
}

@media only screen and (max-width:999px) {
	.commonBanner .fixed__banner {
		position: relative;
		display: block
	}
}

.commonBanner h1.banner__title {
	color: #FFF;
	text-align: left
}

@media only screen and (min-width:1000px) {
	.commonBanner {
		height: 576px
	}

	.commonBanner .img__wrapper {
		position: absolute;
		display: block;
		width: 1920px;
		height: 576px;
		left: 50%;
		margin-left: -960px
	}

	.commonBanner img.mobile__img {
		display: none
	}

	.commonBanner .text__wrapper {
		position: relative;
		display: block;
		max-width: 1700px;
		padding: 0 20px;
		margin: 0 auto;
		height: 576px
	}

	.commonBanner h1.banner__title {
		position: absolute;
		display: block;
		left: 20px;
		bottom: 15%
	}
}

@media only screen and (max-width:999px) {
	.commonBanner .img__wrapper {
		position: relative;
		display: block;
		width: 100%;
		padding-top: 60%
	}

	.commonBanner img.desktop__img {
		display: none
	}

	.commonBanner .text__wrapper {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}

	.commonBanner .text__wrapper .inner__text {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.commonBanner .shadowHolder {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.commonBanner .banner__topShadow {
	position: absolute;
	width: 100%;
	top: 0;
	height: 15%;
	background: linear-gradient(to bottom, rgba(34, 34, 34, .8) 0, rgba(34, 34, 34, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc222222', endColorstr='#00222222', GradientType=0);
	opacity: .5
}

.commonBanner .banner__bottomShadow {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 15%;
	background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0, rgba(34, 34, 34, .8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#cc222222', GradientType=0);
	opacity: .5
}

.pageContent {
	position: relative;
	padding-top: 70px;
	padding-bottom: 140px;
	background-color: #FFF
}

@media only screen and (max-width:759px) {
	.commonBanner h1.banner__title {
		text-align: center;
		line-height: 1em
	}

	.pageContent {
		padding-top: 35px;
		padding-bottom: 70px
	}
}

.pageContent[data-bg=pattern] {
	background-image: url(../../img/images/index/index__pattern.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover
}

.pageContent[data-section=brands],
.pageContent[data-section=features],
.pageContent[data-section=contact] {
	position: relative;
	display: block;
	overflow: hidden
}

.commonSection__title {
	position: relative;
	display: block;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 40px
}

.commonSection__title .title__ico {
	position: relative;
	display: block;
	margin: 0 auto 10px;
	width: 100px;
	height: 100px
}

.commonSection__title .title__ico .icoInner {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden
}

.commonSection__title h2 {
	position: relative;
	display: block;
	margin-bottom: 40px
}

.commonSection__title .section__leadin {
	position: relative;
	display: block;
	max-width: 800px;
	padding: 0 20px;
	margin: 0 auto 40px
}

.commonSection__title .section__leadin[data-style=alignLeft] {
	text-align: left
}

.commonSection__title .section__leadin p:last-child {
	margin-bottom: 0
}

.index .indexBrands__wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 900px;
	padding: 0 10px
}

@media only screen and (max-width:759px) {
	.index .indexBrands__wrapper {
		padding: 0 20px
	}
}

.index .indexBrands__wrapper::after {
	content: "";
	position: relative;
	display: block;
	clear: both
}

.index .indexBrands__wrapper .indexBrands__item {
	position: relative;
	display: block;
	float: left;
	width: 25%;
	padding: 0 40px 20px
}

@media only screen and (max-width:759px) {
	.index .indexBrands__wrapper .indexBrands__item {
		width: 50%
	}
}

.index .indexBrands__wrapper .indexBrands__item .logo__item {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%
}

.index .featureSlick__wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 10px
}

.index .featureSlick__wrapper .slick__arrow {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	z-index: 1
}

.index .featureSlick__wrapper .slick__arrow[data-type=left] {
	left: -50px
}

.index .featureSlick__wrapper .slick__arrow[data-type=right] {
	right: -50px
}

.index .featureSlick__wrapper .slick__arrow .svg__banner__arrow--left--st0,
.index .featureSlick__wrapper .slick__arrow .svg__banner__arrow--right--st0 {
	stroke: #666
}

@media only screen and (max-width:759px) {
	.index .featureSlick__wrapper {
		padding: 0
	}
}

@media only screen and (min-width:1000px) {
	.index .featureSlick__wrapper .featureSlick {
		position: relative;
		display: block
	}

	.index .featureSlick__wrapper .featureSlick .featureSlick__item {
		position: relative;
		display: block;
		margin: 0 10px;
		outline: 0
	}

	.index .featureSlick__wrapper .featureSlick .featureSlick__item:hover .feature__text .feature__bg {
		transform: scale(1);
		background-color: rgba(102, 102, 102, .8)
	}

	.index .featureSlick__wrapper .featureSlick .featureSlick__item:hover .feature__text .feature__textInner {
		transform: translateY(0);
		opacity: 1
	}

	.index .featureSlick__wrapper .featureSlick .feature__item {
		position: relative;
		width: 100%;
		padding-top: 100%;
		background-color: #CCC
	}

	.index .featureSlick__wrapper .featureSlick .feature__text {
		position: absolute;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		bottom: 0;
		padding: 20px;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.index .featureSlick__wrapper .featureSlick .feature__text .feature__bg {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
		background-color: rgba(102, 102, 102, 0);
		transform: scale(.95);
		transition: all .25s
	}

	.index .featureSlick__wrapper .featureSlick .feature__text .feature__textInner {
		transform: translateY(20px);
		opacity: 0;
		transition: all .25s
	}

	.index .featureSlick__wrapper .featureSlick .feature__text .feature__textInner h4 {
		position: relative;
		display: block;
		color: #FFF
	}

	.index .featureSlick__wrapper .featureSlick .feature__text .feature__textInner .textStroke {
		position: relative;
		display: block;
		width: 25%;
		height: 1px;
		background-color: #FFF;
		margin: 15px 0
	}

	.index .featureSlick__wrapper .featureSlick .feature__text .feature__textInner p {
		position: relative;
		color: #FFF;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-height: 1.2em;
		max-height: 3.6em;
		text-align: justify
	}

	body[pagelang=lang_en] .index .featureSlick__wrapper .featureSlick .feature__text .feature__textInner p {
		text-align: left
	}
}

@media only screen and (max-width:999px) {
	.index .featureSlick__wrapper .featureSlick {
		position: relative;
		display: block
	}

	.index .featureSlick__wrapper .featureSlick .featureSlick__item {
		position: relative;
		display: block;
		margin: 0 10px;
		outline: 0
	}

	.index .featureSlick__wrapper .featureSlick .feature__item {
		position: relative;
		width: 100%;
		padding-top: 100%;
		background-color: #CCC
	}

	.index .featureSlick__wrapper .featureSlick .feature__text {
		position: relative;
		display: block;
		padding: 20px;
		background-color: #FFF
	}

	.index .featureSlick__wrapper .featureSlick .feature__text .feature__bg {
		display: none
	}

	.index .featureSlick__wrapper .featureSlick .feature__text .feature__textInner .textStroke {
		position: relative;
		display: block;
		width: 60px;
		height: 1px;
		background-color: #666;
		margin: 15px 0
	}

	.index .featureSlick__wrapper .featureSlick .feature__text .feature__textInner p {
		line-height: 1.5em;
		min-height: 3em;
		margin-bottom: 0
	}
}

.breadcrumb,
.breadcrumb .breadcrumb__item,
.breadcrumb::after,
.pageContent__holder {
	display: block;
	position: relative
}

.pageContent__holder {
	max-width: 1700px;
	padding: 0 20px;
	margin: 0 auto
}

.breadcrumb {
	margin-bottom: 50px
}

.breadcrumb::after {
	content: "";
	clear: both
}

.breadcrumb .breadcrumb__item {
	float: left
}

.breadcrumb .breadcrumb__item:last-child::after {
	display: none
}

.breadcrumb .breadcrumb__item::after {
	content: "/";
	padding-left: 5px;
	padding-right: 15px
}

.breadcrumb .breadcrumb__text {
	position: relative;
	display: inline-block;
	color: #666;
	text-decoration: none;
	padding: 10px 10px 10px 0;
	transition: all .25s
}

@media only screen and (max-width:759px) {
	.breadcrumb {
		margin-bottom: 30px
	}

	.breadcrumb .breadcrumb__text {
		padding: 5px 5px 5px 0
	}

	.complex .tableGrid__wrapper[data-pos=top] {
		margin-bottom: 40px
	}
}

.breadcrumb .breadcrumb__text:hover {
	color: #ba9f86
}

@media only screen and (min-width:1500px) {
	.complex .pageContent__holder {
		max-width: 1380px
	}
}

@media only screen and (min-width:1000px) and (max-width:1499px) {
	.complex .pageContent__holder {
		max-width: 800px
	}

	.complex .tableGrid__wrapper[data-pos=top] {
		margin-bottom: 40px
	}

	.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs .text {
		max-width: 400px
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {
	.complex .tableGrid__wrapper[data-pos=top] {
		margin-bottom: 40px
	}

	.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs .text {
		max-width: 400px
	}
}

.complex .tableGrid__wrapper [class*=tGrid__] {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.complex .tableGrid__wrapper [class*=tGrid__][data-align=right] {
	float: right
}

.complex .tableGrid__wrapper [class*=tGrid__][data-align=left] {
	float: left
}

.complex .tableGrid__wrapper [class*=gradPadding__] {
	position: relative;
	display: block;
	width: 100%
}

.complex .tableGrid__wrapper [class*=gradPadding__][class*="1-1"] {
	padding-top: 100%
}

.complex .tableGrid__wrapper [class*=gradPadding__][class*="2-1"] {
	padding-top: 50%
}

.complex .tableGrid__wrapper [class*=gradPadding__][class*="1-2"] {
	padding-top: 200%
}

@media only screen and (max-width:1499px) {
	.complex .tableGrid__wrapper [class*=gradPadding__][data-type=mobileCancel] {
		padding-top: 0
	}

	.complex .tableGrid__wrapper [class*=gradPadding__][data-type=mobileCancel] .common__abs {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden
	}

	.complex .tableGrid__wrapper [class*=gradPadding__][data-type=mobileCancel] .common__abs[data-type=flex] {
		display: block;
		padding: 0
	}

	.complex .tableGrid__wrapper [class*=gradPadding__][data-type=mobileCancel] .common__abs .innerText {
		margin-bottom: 40px
	}
}

.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs[data-type=flex] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10%
}

.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs .text {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto 20px
}

.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs .innerText {
	position: relative;
	display: block;
	text-align: center
}

.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs .logo {
	position: relative;
	display: block;
	margin: 0 auto 20px
}

.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs .logo svg {
	position: relative;
	display: block
}

.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs .logo[data-type=niccolo] {
	width: 180px
}

.complex .tableGrid__wrapper [class*=gradPadding__] .common__abs .logo[data-type=ifs] {
	width: 200px
}

@media only screen and (min-width:1500px) {
	.pageNotFound .pageContent__holder {
		max-width: 1380px
	}
}

.news .pageContent[data-section=media] {
	background-color: #f9f9f9;
	overflow: hidden
}

.news .pageNews__wrapper {
	position: relative;
	display: block;
	margin: 0 auto
}

.news .pageNews__wrapper .pageNews__noRecord {
	position: relative;
	display: block;
	min-height: 90px;
	text-align: center
}

.news .mediaSlick__wrapper {
	position: relative;
	display: block
}

.news .mediaSlick__wrapper .slick-list {
	overflow: initial
}

.lang__text {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: underline;
	padding: 0 10px;
	font-size: inherit
}

.listItem__wrapper .listItem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px 60px;
	outline: 0
}

@media only screen and (min-width:1000px) and (max-width:1499px) {
	.pageNotFound .pageContent__holder {
		max-width: 800px
	}

	.listItem__wrapper .listItem {
		width: 33.333333%
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {
	.listItem__wrapper .listItem {
		width: 50%
	}
}

@media only screen and (max-width:759px) {
	.listItem__wrapper .listItem {
		width: 100%
	}
}

.listItem__wrapper .listItem[data-size=large] {
	width: 33.333333%
}

@media only screen and (min-width:1000px) and (max-width:1499px) {
	.listItem__wrapper .listItem[data-size=large] {
		width: 33.333333%
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {
	.listItem__wrapper .listItem[data-size=large] {
		width: 33.333333%
	}
}

@media only screen and (max-width:759px) {
	.listItem__wrapper .listItem[data-size=large] {
		width: 100%
	}
}

.listItem__wrapper .listItem[data-size=large] .listItem__imgWrapper {
	padding-top: 68%
}

.listItem__wrapper .listItem a {
	outline: 0
}

.listItem__wrapper .listItem.active .listItem__imgWrapper .common__abs {
	transform: scale(.95)
}

.listItem__wrapper .listItem.active .listItem__imgWrapper .common__abs img {
	transform: scale(1.15)
}

.listItem__wrapper .listItem .listItem__imgWrapper {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 50%;
	margin-bottom: 30px
}

.listItem__wrapper .listItem .listItem__imgWrapper .common__abs {
	overflow: hidden;
	transition: all .25s
}

.listItem__wrapper .listItem .listItem__imgWrapper .common__abs img {
	transition: all .25s
}

.listItem__wrapper .listItem .listItem__imgWrapper .common__abs:hover {
	transform: scale(.95)
}

.listItem__wrapper .listItem .listItem__imgWrapper .common__abs:hover img {
	transform: scale(1.15)
}

.smIco__wrapper:hover .smClose,
.smIco__wrapper[data-color=grey]:hover .smClose {
	transform: rotate(180deg)
}

.listItem__wrapper .listItem .listItem__textWrapper {
	position: relative;
	display: block;
	padding: 0
}

.listItem__wrapper .listItem .listItem__textWrapper .inner__text {
	padding-right: 40px
}

.listItem__wrapper .listItem .listItem__textWrapper .inner__text h3.title {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 1.2em;
	max-height: 2.4em;
	height: 2.4em
}

.listItem__wrapper .listItem .listItem__textWrapper .inner__text p.message {
	position: relative;
	margin-bottom: 10px;
	line-height: 1.4em !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 2.8em;
	height: 2.8em;
	color: #000;
	font-size: 16px;
}

.listItem__wrapper .listItem .listItem__textWrapper .inner__text p.date {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-height: 1.2em;
	max-height: 1.2em;
	margin-bottom: 0
}

.listItem__wrapper .listItem .listItem__textWrapper .tag {
	position: relative;
	display: block;
	margin: 20px 0 0
}

.listItem__wrapper .listItem .listItem__textWrapper .tag .tag__ico {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 1.6em;
	height: 1.6em
}

.listItem__wrapper .listItem .listItem__textWrapper .tag .tag__items {
	padding-left: 2em
}

.listItem__wrapper .listItem .listItem__textWrapper .tag .tag__item {
	position: relative;
	display: inline-block;
	line-height: 1.6em
}

.listItem__wrapper .categoryCheck {
	position: absolute;
	background-color: rgba(0, 0, 0, .8);
	color: #FFF;
	top: 0;
	left: 0
}

.listItem__wrapper .categoryDate {
	position: absolute;
	background-color: rgba(186, 159, 134, .8);
	color: #FFF;
	bottom: 0;
	right: 0
}

.listItem__wrapper .listItem__sm__dim {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5)
}

.listItem__wrapper .listItem__sm__dim .dimFlex {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.smIco__wrapper {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 10px;
	border-radius: 50%;
	perspective: 1000;
	transition: all .25s;
	border: 1px solid #FFF
}

@media only screen and (max-width:759px) {
	.smIco__wrapper {
		width: 28px;
		height: 28px
	}
}

.smIco__wrapper[data-color=grey] {
	border: 1px solid #666
}

.smIco__wrapper[data-color=grey] .svg__menu__ico {
	fill: #666
}

.smIco__wrapper .svg__menu__ico,
.smIco__wrapper[data-color=grey]:hover .svg__menu__ico {
	fill: #FFF
}

.smIco__wrapper[data-color=grey] .smClose::after,
.smIco__wrapper[data-color=grey] .smClose::before {
	background-color: #666
}

.smIco__wrapper[data-color=grey]:hover {
	background-color: #ba9f86;
	border: 1px solid #ba9f86
}

.smIco__wrapper:hover,
.smIco__wrapper[data-color=grey]:hover .smClose::after,
.smIco__wrapper[data-color=grey]:hover .smClose::before {
	background-color: #FFF
}

.smIco__wrapper:hover .svg__menu__ico {
	fill: #666
}

.smIco__wrapper:hover .smClose::after,
.smIco__wrapper:hover .smClose::before {
	background-color: #666
}

.smIco__wrapper .smIco {
	position: relative;
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none
}

.smIco__wrapper .smIco svg {
	position: relative;
	display: block
}

.smIco__wrapper .smIco[data-type=weChat]:hover .weChatPop {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition-delay: 0s
}

.smIco__wrapper .smClose {
	position: absolute;
	display: block;
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
	transform: rotate(0);
	transition: all .25s
}

.smIco__wrapper .smClose::after,
.smIco__wrapper .smClose::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background-color: #FFF
}

.smIco__wrapper .smClose::before {
	transform: rotate(45deg)
}

.smIco__wrapper .smClose::after {
	transform: rotate(-45deg)
}

.weChatPop {
	position: absolute;
	display: block;
	width: 150px;
	bottom: 30px;
	margin-left: -75px;
	left: 15px;
	padding-bottom: 10px;
	visibility: hidden;
	opacity: 0;
	transform: scale(1.05);
	transition: visibility 0s linear .25s, opacity .25s linear, transform .25s linear
}

.weChatPop[data-item="2"] {
	width: 280px
}

.weChatPop[data-item="2"][data-align=right] {
	margin-left: -190px
}

.weChatPop[data-align=right] {
	margin-left: -120px
}

.weChatPop[data-align=right] .weChatPop__inner::after {
	margin-left: 45px
}

.weChatPop .weChatPop__inner {
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, .8);
	padding-top: 0
}

.weChatPop .weChatPop__inner::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: rgba(0, 0, 0, .8) transparent transparent
}

.logoItem .logoItemInner,
.logoItem:hover .logoItemInner {
	border: 1px solid transparent
}

.weChatPop .weChat__img {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	background-color: #FFF;
	transform: scale(.9)
}

.weChatPop .weChat__text {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 20px
}

.weChatPop .weChat__text_50 {
	position: relative;
	display: block;
	text-align: center;
	width: 50%;
	font-size: 12px
}

.logoItem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 10px 20px
}
.logoItem1 {
	width: 33.3333%;
}
.logoItem .logoItemInner {
	position: relative;
	display: block
}

@media only screen and (min-width:760px) and (max-width:999px) {
	.logoItem {
		width: 50%;
		padding: 0 10px 30px
	}
}

@media only screen and (max-width:759px) {
	.logoItem {
		width: 50%;
		padding: 0 10px 30px
	}
	.logoItem1 {
		width: 100%;
	}
}

.logoItem .logoItem__imgWrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 60%;
	padding-top: 60%
}

.logoItem .logoItem__imgWrapper .common__abs {
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px
}

.logoItem .logoItem__textWrapper {
	padding: 0 20px 30px
}

.logoItem .logoItem__textWrapper .shop__name {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 5px
}

.logoItem .logoItem__textWrapper h5 {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center
}

.ico__share {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #666;
	border-radius: 50%;
	perspective: 1000;
	margin: 0 auto;
	transition: all .25s
}

.ico__share .svg__ico__share_st0 {
	fill: #666;
	transition: all .25s
}

.ico__share:hover {
	border: 1px solid #ba9f86;
	background-color: #ba9f86
}

.ico__share:hover .svg__ico__share_st0 {
	fill: #FFF
}

.filter__wrapper {
	position: relative;
	padding: 0 10px 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid #666
}

.filter__wrapper::after {
	content: "";
	position: relative;
	display: block;
	clear: both
}

@media only screen and (max-width:759px) {
	.filter__wrapper {
		padding: 0 20px 20px
	}
}

.common__searchPanel {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px
}

.common__searchPanel .search__form .clearResult {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	margin-top: -12.5px;
	left: 10px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear .5s, opacity .5s linear
}

.common__searchPanel .search__form .clearResult::after,
.common__searchPanel .search__form .clearResult::before {
	content: "";
	position: absolute;
	width: 80%;
	left: 10%;
	height: 1px;
	background-color: #666;
	top: 50%;
	margin-top: -1px
}

.common__searchPanel .search__form .clearResult::before {
	transform: rotate(45deg)
}

.common__searchPanel .search__form .clearResult::after {
	transform: rotate(-45deg)
}

.common__searchPanel .search__form.focus input[type=text] {
	padding-left: 40px
}

.common__searchPanel .search__form.focus .clearResult {
	visibility: visible;
	opacity: 1;
	transition-delay: .25s
}

.common__searchPanel button.search__ico {
	position: absolute;
	right: 7.5px;
	top: 7.5px;
	padding: 0
}

.common__searchPanel input[type=text] {
	background-color: transparent;
	color: #666;
	border-bottom: 0;
	padding-right: 40px;
	outline: 0;
	transition: all .25s;
	transition-delay: .25s
}

.directory .common__searchPanel {
	position: relative;
	float: left
}

.directory .tagReset {
	margin-right: 30px
}

.tagCtrl__item {
	position: relative;
	display: block;
	float: left
}

@media only screen and (max-width:759px) {

	.common__searchPanel,
	.directory .common__searchPanel {
		position: relative;
		width: 100%;
		margin-bottom: 10px
	}

	.tagCtrl__item {
		width: 100%
	}
}

.tagCtrl__text {
	position: relative;
	display: block;
	float: left;
	line-height: 25px;
	padding: 10px 30px 10px 0
}

.tagReset {
	position: relative;
	display: block;
	float: left
}

.tagReset a.btn__reset {
	position: relative;
	display: block;
	padding: 10px 0;
	color: #666;
	text-decoration: none
}

.tagReset a.btn__reset .text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 5px
}

.tagReset a.btn__reset .ico__reset {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px
}

.filter__tag {
	position: relative;
	display: block;
	margin-right: 20px;
	padding-right: 20px
}

@media only screen and (max-width:759px) {
	.filter__tag {
		margin-right: 0;
		padding-right: 0
	}
}

.filter__tag .tab__trigger {
	position: relative;
	display: inline-block;
	color: #666;
	text-decoration: none;
	padding: 10px 0
}

@media only screen and (max-width:759px) {
	.filter__tag .tab__trigger {
		display: block;
		padding: 10px 10px 10px 0
	}
}

.filter__tag .tab__trigger.selected .flipper {
	transform: rotateX(180deg)
}

.filter__tag .tab__trigger:hover .trigger__text {
	color: #ba9f86
}

.filter__tag .tab__trigger .trigger__text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: all .25s
}

.filter__tag .tab__trigger .trigger__arrow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-top: -3px
}

@media only screen and (max-width:759px) {
	.filter__tag .tab__trigger .trigger__arrow {
		position: absolute;
		display: block;
		right: 10px;
		top: 50%;
		margin-top: -12.5px
	}

	.filter__tag .result__itemWrapper {
		padding-left: 14px
	}
}

.filter__tag .tab__result {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden
}

.filter__tag .tab__resultInner {
	position: relative;
	display: block;
	top: 0
}

.filter__tag .result__itemWrapper {
	position: relative;
	display: block
}

.filter__tag .result__item {
	position: relative;
	display: inline-block;
	color: #666;
	text-decoration: none;
	padding: 10px 10px 10px 0;
	transition: all .25s
}

.filter__tag .result__item.selected,
.filter__tag .result__item:hover {
	color: #ba9f86
}

.scrollmore__noResult {
	position: relative;
	display: block;
	padding: 20px;
	text-align: center
}

.loadmore__btnWrapper {
	position: relative;
	display: block;
	text-align: center;
	padding: 0 0 20px
}

.loadmore__btnWrapper .btn__loadMore {
	position: relative;
	display: block;
	width: 50px;
	margin: 0 auto;
	animation: bounce 2s infinite
}

.loadmore__btnWrapper .btn__loadMore svg {
	position: relative;
	display: block
}

.vip .vip__content {
	position: relative;
	display: block;
	max-width: 1380px;
	margin: 0 auto
}

.vip .commonSection__title {
	color: #ba9f86
}

.vip .vipSlick {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 40px
}

.vip .vipSlick .slick-list::after,
.vip .vipSlick .slick-list::before {
	content: "";
	position: absolute;
	width: 200px;
	height: 100%;
	z-index: 1;
	top: 0
}

.vip .vipSlick .slick-list::before {
	left: 0;
	background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.vip .vipSlick .slick-list::after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.vip .vipSlick .slick__arrow {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top: -55px;
	z-index: 1
}

.vip .vipSlick .slick__arrow[data-type=left] {
	left: 60px
}

.vip .vipSlick .slick__arrow[data-type=right] {
	right: 60px
}

.vip .vipSlick .slick__arrow .svg__banner__arrow--left--st0,
.vip .vipSlick .slick__arrow .svg__banner__arrow--right--st0 {
	stroke: #666;
	transition: all .25s
}

.vip .vipSlick .slick__arrow:hover .svg__banner__arrow--left--st0,
.vip .vipSlick .slick__arrow:hover .svg__banner__arrow--right--st0 {
	stroke: #ba9f86
}

.vip .vipSlick .vipSlick__item {
	position: relative;
	display: block;
	padding: 0 25px;
	outline: 0
}

@media only screen and (max-width:759px) {
	.vip .vipSlick .slick__arrow {
		width: 60px;
		height: 60px;
		margin-top: -40px
	}

	.vip .vipSlick .slick__arrow[data-type=left] {
		left: 0
	}

	.vip .vipSlick .slick__arrow[data-type=right] {
		right: 0
	}

	.vip .vipSlick .vipSlick__item {
		padding: 0
	}
}

.vip .vipSlick .vipSlick__item .innerItem {
	position: relative;
	display: block;
	opacity: .5;
	transform: scale(.9);
	transition: all .3s ease
}

.vip .vipSlick .vipSlick__item .vipImg__shadow {
	position: relative;
	width: 100%;
	padding-top: 10%;
	opacity: 0;
	transform: scale(.2);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	transition: all .3s ease
}

.vip .vipSlick .vipSlick__item.slick-center .innerItem,
.vip .vipSlick .vipSlick__item.slick-center .vipImg__shadow {
	opacity: 1;
	transform: scale(1)
}

.vip .vipSlick .vipSlick__item .vip__text {
	position: relative;
	display: block;
	text-align: center;
	color: #ba9f86;
	margin-bottom: 10px
}

.vip .vipSlick .vipSlick__item .vip__img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 63.6%;
	margin-bottom: 10px
}

.vip .vipSlick .vipSlick__item .vip__img .common__abs {
	outline: 0
}

.vip .vipIconsDisplay {
	position: relative;
	display: block;
	margin: 0 auto 40px;
	text-align: center
}

.vip .vipIconsDisplay .iconDisplay__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 11%;
	padding: 20px;
	color: #ba9f86;
	text-decoration: none
}

@media only screen and (max-width:759px) {
	.vip .vipIconsDisplay .iconDisplay__item {
		width: 25%;
		padding: 5px
	}

	.vip .vipContenteDisplay .leadin {
		margin-top: 40px
	}
}

.vip .vipIconsDisplay .iconDisplay__item.selected {
	background-color: #f9f9f9
}

.vip .vipIconsDisplay .iconDisplay__item .innerItem {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%
}

.vip .vipContenteDisplay {
	position: relative;
	width: 100%
}

.vip .vipContenteDisplay .leadin {
	position: relative;
	display: block;
	margin-bottom: 20px
}

.vip .vipContenteDisplay .leadin h3,
.vip .vipContenteDisplay .leadin p {
	color: #ba9f86
}

.vip .vipContenteDisplay .leadin h3 {
	margin-bottom: 20px
}

.vip .vipContenteDisplay .leadin p:last-child {
	margin-bottom: 0
}

.vip .vipContenteDisplay .qrCode {
	position: relative;
	display: block;
}
.vip .vipContenteDisplay .qrCode .qrCode__inner {
	display: flex;
	    align-items: end;
}
.vip .vipContenteDisplay .qrCode img {
	width: 130px;
	margin-right: 10px;
}
.vip .vipContenteDisplay .qrCode .text {
	position: relative;
	display: block;
	text-align: center;
	color: #ba9f86
}

@media only screen and (max-width:999px) {
	.vip .vipContenteDisplay .qrCode {
		display: none
	}
}

.vip .vipContenteDisplay .vipContentSlick .contentSlick__item {
	position: relative;
	display: block
}

.vip .vipContenteDisplay .vipContentSlick .contentSlick__item .inner {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 66.6666667%
}

.vip .vipContenteDisplay .vipContentSlick .contentSlick__item .common__abs {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.vip .vipContenteDisplay .vipContentSlick .slick-dots {
	padding: 10px
}

.contactUs .contactUs__content .contactUs__form {
	position: relative;
	max-width: 1160px;
	padding: 0 20px;
	margin: 0 auto 40px
}

.contactUs .contactUs__thankyou {
	display: none
}

.gettingThere .gettingThere__content {
	position: relative;
	display: block;
	margin: 0 auto
}

.gettingThere .pageContent {
	padding-top: 0;
	padding-bottom: 0
}

.gettingThere .gettingThere__outerWrapper {
	position: relative;
	display: block
}

.gettingThere .gettingMain {
	padding-bottom: 140px
}

@media only screen and (max-width:759px) {
	.gettingThere .gettingMain {
		padding-bottom: 0
	}
}

.gettingThere .gettingThere__header {
	position: relative;
	display: block;
	background-color: #f9f9f9
}

@media only screen and (min-width:760px) {
	.vip .vipIconsDisplay {
		min-height: 200px
	}

	.gettingThere .gettingInfo,
	.gettingThere .gettingInfo .gettingInfo__item .info__content span {
		position: relative;
		display: block
	}

	.gettingThere .gettingThere__header {
		padding: 70px 0
	}

	.gettingThere .gettingInfo {
		margin: 0 auto;
		max-width: 1160px;
		padding: 0 20px
	}

	.gettingThere .gettingInfo .gettingInfo__item {
		text-align: center;
		position: relative;
	}
	.gettingThere .gettingInfo .gettingInfo__item .code-img{
		top: -100px;
		background-color: rgba(0,0,0,0.8);
		padding: 15px;
		border-radius: 7px;
		position: absolute;
		opacity: 0;
		transition: all 0.4s;
	}
	.gettingThere .gettingInfo .gettingInfo__item .code-img img{
		width: 200px;
		height: 200px;
	}
	.gettingThere .gettingInfo .gettingInfo__item:hover .code-img{
		opacity: 1;
	}
	.gettingThere .gettingInfo .gettingInfo__item .info__img img{
		width: 160px;
		height: 160px;
		display: block;
		margin: 0 auto;
		/* position: relative;
		display: block;
		margin: 0 auto 10px;
		width: 100px;
		height: 100px */
	}
	.gettingThere .gettingInfo .gettingInfo__item .info__img {
		
	}
	.gettingThere .gettingInfo .gettingInfo__item .info__img .info__imgInner {
		position: relative;
		width: 100%;
		padding-top: 100%;
		overflow: hidden
	}

	.gettingThere .gettingInfo .gettingInfo__item a.info__link {
		color: inherit;
		text-decoration: none;
		padding: 0 5px 2px;
		margin-bottom: 2px;
		border-bottom: 1px solid transparent;
		transition: all .25s
	}

	.gettingThere .gettingInfo .gettingInfo__item a.info__link:hover {
		border-bottom: 1px solid #666
	}
}

@media only screen and (max-width:759px) {
	.gettingThere .gettingThere__header {
		padding: 30px 0
	}

	.gettingThere .gettingInfo {
		position: relative;
		display: block;
		width: 100%
	}

	.gettingThere .gettingInfo .gettingInfo__item {
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom: 30px
	}
	.gettingThere .gettingInfo .gettingInfo__item .code-img{
		top: -35px;
		left: calc(50% - 62px);
		background-color: rgba(0,0,0,0.8);
		padding: 15px;
		border-radius: 7px;
		position: absolute;
		opacity: 0;
		transition: all 0.4s;
	}
	.gettingThere .gettingInfo .gettingInfo__item .code-img img{
		width: 100px;
		height: 100px;
	}
	.gettingThere .gettingInfo .gettingInfo__item:hover .code-img{
		opacity: 1;
	}
	.gettingThere .gettingInfo .gettingInfo__item:last-child {
		margin-bottom: 0
	}
	
	.gettingThere .gettingInfo .gettingInfo__item .info__img img{
		width: 70px;
		height: 70px;
		display: block;
		margin: 0 auto;
	}
	/* .gettingThere .gettingInfo .gettingInfo__item .info__img {
		position: absolute;
		width: 60px;
		height: 60px
	} */

	.gettingThere .gettingInfo .gettingInfo__item .info__content {
		position: relative;
		padding-left: 20px;
		padding-top: 10px;
		min-height: 60px;
		margin: 0
	}

	.gettingThere .gettingInfo .gettingInfo__item .info__content span {
		position: relative;
		display: block
	}

	.gettingThere .gettingInfo .gettingInfo__item a.info__link {
		color: inherit;
		text-decoration: none
	}
}

.gettingThere .gettingThere__main {
	position: relative;
	display: block
}

@media only screen and (min-width:760px) {
	.gettingThere .gettingTrigger__wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		max-width: 1160px;
		padding: 70px 20px
	}

	.gettingThere .gettingTrigger__menu {
		position: relative;
		display: block;
		padding: 0 120px;
		text-align: center
	}

	.gettingThere .gettingTrigger__item {
		position: relative;
		display: inline-block;
		padding: 0 30px;
		text-decoration: none;
		color: inherit
	}

	.gettingThere .gettingTrigger__item .ico,
	.gettingThere .gettingTrigger__item .text {
		position: relative;
		display: inline-block;
		vertical-align: middle
	}

	.gettingThere .gettingTrigger__item .ico {
		width: 30px;
		height: 30px
	}

	.gettingThere .gettingTrigger__item.selected .ico .svg__icoPin {
		fill: #ba9f86
	}

	.gettingThere .gettingTrigger__item.selected .text {
		color: #ba9f86
	}

	.gettingThere .gettingTrigger__item::after {
		content: "";
		position: absolute;
		top: 20%;
		height: 60%;
		width: 1px;
		background-color: #666;
		right: 0
	}

	.gettingThere .gettingTrigger__item:nth-child(3)::after {
		display: none
	}

	.gettingThere .gettingDisplay__wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		max-width: 1160px;
		padding: 0 20px
	}

	.gettingThere .gettingDisplay__map {
		position: relative;
		display: block;
		width: 100%;
		padding-top: 45%;
		margin-bottom: 30px
	}

	.gettingThere .gettingDisplay__map .common__abs {
		background-color: #FFF;
		border: 1px solid #aaa;
		overflow: hidden
	}

	.gettingThere .gettingDisplay__map .layer__ifs,
	.gettingThere .gettingDisplay__map .layer__map,
	.gettingThere .gettingDisplay__map .layer__parking,
	.gettingThere .gettingDisplay__map .layer__parkingRoute,
	.gettingThere .gettingDisplay__map .layer__pointer,
	.gettingThere .gettingDisplay__map .layer__road,
	.gettingThere .gettingDisplay__map .layer__route {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-size: 100% auto
	}

	.gettingThere .gettingDisplay__map .layer__sc.layer__road {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv2.svg)
	}

	.gettingThere .gettingDisplay__map .layer__en.layer__road {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv2__en.svg)
	}

	.gettingThere .gettingDisplay__map .layer__ifs {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv3.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="0"] .layer__sc.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_d_lv1.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="0"] .layer__en.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_d_lv1__en.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="0"] .layer__road {
		background-image: none
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="0"] .layer__ifs {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_d_lv3.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="0"] .layer__sc.layer__parking {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_d_lv4.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="0"] .layer__en.layer__parking {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_d_lv4__en.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="1"] .layer__sc.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv1.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="1"] .layer__en.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv1__en.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="2"] .layer__sc.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv1.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="2"] .layer__en.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv1__en.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="0"] .layer__route svg,
	.gettingThere .gettingDisplay__map .map__item[data-index="1"] .layer__route svg {
		animation: fadeinout 2s infinite
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin {
		position: absolute;
		display: block;
		width: 3%;
		padding-top: 3.6%;
		background-size: 100% auto
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin[data-type=taxi] {
		background-image: url(http://www.csifs.cn/images/getting_there/pin_taxi.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin[data-type=bus] {
		width: 11%;
		padding-top: 8%;
		background-repeat: no-repeat;
		background-position: center center
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__en[data-type=bus].pin__1 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station01__en.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__en[data-type=bus].pin__2 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station02__en.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__en[data-type=bus].pin__3 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station03__en.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__sc[data-type=bus].pin__1 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station01.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__sc[data-type=bus].pin__2 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station02.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__sc[data-type=bus].pin__3 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station03.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__en[data-type=mtr].pin__1 {
		background-image: url(http://www.csifs.cn/images/getting_there/mtr_exit_2__en.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__en[data-type=mtr].pin__2 {
		background-image: url(http://www.csifs.cn/images/getting_there/mtr_exit_1__en.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__sc[data-type=mtr].pin__1 {
		background-image: url(http://www.csifs.cn/images/getting_there/mtr_exit_2.svg)
	}

	.gettingThere .gettingDisplay__map .layer__pointer .pin.layer__sc[data-type=mtr].pin__2 {
		background-image: url(http://www.csifs.cn/images/getting_there/mtr_exit_1.svg)
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="0"] .pin__1 {
		top: 23%;
		left: 53%
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="1"] .pin__1 {
		top: 44.2%;
		left: 39.5%
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="1"] .pin__2 {
		top: 54.8%;
		left: 39.4%
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="2"] .pin__1 {
		top: 55%;
		left: 53.9%
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="2"] .pin__2 {
		top: 60%;
		left: 39%
	}

	.gettingThere .gettingDisplay__map .map__item[data-index="2"] .pin__3 {
		top: 36%;
		left: 33%
	}

	.gettingThere .btn__baidu {
		position: absolute;
		right: 0;
		height: 40px;
		background-color: #ba9f86;
		color: #FFF;
		text-decoration: none;
		top: 50%;
		margin-top: -20px;
		line-height: 40px;
		padding: 0 20px;
		transition: all .25s
	}

	.gettingThere .btn__baidu:hover {
		background-color: #c3ac96
	}
}

.gettingThere .btn__openMap {
	color: #ba9f86;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #ba9f86
}

@media only screen and (max-width:759px) {

	.gettingThere .tab__item,
	.gettingThere .tab__trigger {
		display: block;
		position: relative
	}

	.gettingThere .tab__item {
		border-bottom: 1px solid #aaa
	}

	.gettingThere .tab__item:last-child {
		border-bottom: 0
	}

	.gettingThere .gettingTrigger__item {
		position: relative;
		display: block;
		padding: 20px;
		text-decoration: none;
		color: inherit
	}

	.gettingThere .gettingTrigger__item .ico,
	.gettingThere .gettingTrigger__item .text {
		position: relative;
		display: inline-block;
		vertical-align: middle
	}

	.gettingThere .gettingTrigger__item .ico {
		width: 30px;
		height: 30px;
		margin-right: 0
	}

	.gettingThere .gettingTrigger__item.selected .ico .svg__icoPin {
		fill: #ba9f86
	}

	.gettingThere .gettingTrigger__item.selected .text {
		color: #ba9f86
	}

	.gettingThere .gettingTrigger__item::after {
		content: ""
	}

	.gettingThere .tab__mapHolder {
		position: relative;
		display: block;
		width: 100%;
		padding-top: 60%;
		background-color: #CCC;
		margin-bottom: 20px
	}

	.gettingThere .tab__mapHolder .common__abs {
		background-color: #FFF;
		overflow: hidden
	}

	.gettingThere .tab__mapHolder .layer__ifs,
	.gettingThere .tab__mapHolder .layer__map,
	.gettingThere .tab__mapHolder .layer__parking,
	.gettingThere .tab__mapHolder .layer__parkingRoute,
	.gettingThere .tab__mapHolder .layer__pointer,
	.gettingThere .tab__mapHolder .layer__road,
	.gettingThere .tab__mapHolder .layer__route {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-size: 100% auto
	}

	.gettingThere .tab__mapHolder .layer__sc.layer__road {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv2.svg)
	}

	.gettingThere .tab__mapHolder .layer__en.layer__road {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv2__en.svg)
	}

	.gettingThere .tab__mapHolder .layer__ifs {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv3_m.svg)
	}

	.gettingThere .tab__mapHolder .layer__parking {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_m_lv4.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="0"] .layer__sc.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_m_lv1.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="0"] .layer__en.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_m_lv1__en.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="0"] .layer__road {
		background-image: none
	}

	.gettingThere .tab__mapHolder .map__item[data-index="0"] .layer__ifs {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_m_lv3.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="0"] .layer__sc.layer__parking {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_m_lv4.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="0"] .layer__en.layer__parking {
		background-image: url(http://www.csifs.cn/images/getting_there/driving_m_lv4__en.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="1"] .layer__sc.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv1_m.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="1"] .layer__en.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv1_m__en.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="2"] .layer__sc.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv1_m.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="2"] .layer__en.layer__map {
		background-image: url(http://www.csifs.cn/images/getting_there/map_lv1_m__en_b.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="0"] .layer__route svg,
	.gettingThere .tab__mapHolder .map__item[data-index="1"] .layer__route svg {
		animation: fadeinout 2s infinite
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin {
		position: absolute;
		display: block;
		width: 6%;
		padding-top: 7.2%;
		background-size: 100% auto
	}

	.gettingThere .btn__baidu,
	.gettingThere .tab__display,
	.gettingThere .tab__displayInner {
		position: relative;
		display: block
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin[data-type=taxi] {
		background-image: url(http://www.csifs.cn/images/getting_there/pin_taxi.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin[data-type=bus] {
		width: 24%;
		padding-top: 14%;
		background-repeat: no-repeat;
		background-position: center center
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__en[data-type=bus].pin__1 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station01__en.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__en[data-type=bus].pin__2 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station02__en.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__en[data-type=bus].pin__3 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station03__en.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__sc[data-type=bus].pin__1 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station01.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__sc[data-type=bus].pin__2 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station02.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__sc[data-type=bus].pin__3 {
		background-image: url(http://www.csifs.cn/images/getting_there/bus_station03.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__en[data-type=mtr].pin__1 {
		background-image: url(http://www.csifs.cn/images/getting_there/mtr_exit_2__en.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__en[data-type=mtr].pin__2 {
		background-image: url(http://www.csifs.cn/images/getting_there/mtr_exit_1__en.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__sc[data-type=mtr].pin__1 {
		background-image: url(http://www.csifs.cn/images/getting_there/mtr_exit_2.svg)
	}

	.gettingThere .tab__mapHolder .layer__pointer .pin.layer__sc[data-type=mtr].pin__2 {
		background-image: url(http://www.csifs.cn/images/getting_there/mtr_exit_1.svg)
	}

	.gettingThere .tab__mapHolder .map__item[data-index="0"] .pin__1 {
		top: 14%;
		left: 53%
	}

	.gettingThere .tab__mapHolder .map__item[data-index="1"] .pin__1 {
		top: 39%;
		left: 33.6%
	}

	.gettingThere .tab__mapHolder .map__item[data-index="1"] .pin__2 {
		top: 52%;
		left: 33.4%
	}

	.gettingThere .tab__mapHolder .map__item[data-index="2"] .pin__1 {
		top: 55%;
		left: 52%
	}

	.gettingThere .tab__mapHolder .map__item[data-index="2"] .pin__2 {
		top: 61%;
		left: 31%
	}

	.gettingThere .tab__mapHolder .map__item[data-index="2"] .pin__3 {
		top: 31%;
		left: 21%
	}

	.gettingThere .tab__contentHolder {
		position: relative;
		display: block;
		padding: 0 20px 20px
	}

	.gettingThere .tab__display {
		overflow: hidden
	}

	.gettingThere .btn__baidu {
		padding: 20px;
		line-height: 30px;
		background-color: #ba9f86;
		color: #FFF;
		text-decoration: none
	}
}

.gettingThere #allmap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.gettingThere .link__holder {
	position: relative;
	display: block;
	margin: 0 0 0 auto;
	text-align: right
}

.gettingThere .list__title,
.gettingThere .message__listTitle {
	position: relative;
	padding-left: 2.5em;
	min-height: 2em;
	margin-bottom: .5em
}

.gettingThere .list__title .ico,
.gettingThere .message__listTitle .ico {
	position: absolute;
	width: 2em;
	height: 2em;
	top: 0;
	left: 0
}

.gettingThere .list__title .ico .svg__ico__bus_st0,
.gettingThere .list__title .ico .svg__ico__mtr_st0,
.gettingThere .list__title .ico .svg__ico__road_st0,
.gettingThere .message__listTitle .ico .svg__ico__bus_st0,
.gettingThere .message__listTitle .ico .svg__ico__mtr_st0,
.gettingThere .message__listTitle .ico .svg__ico__road_st0 {
	fill: #ba9f86
}

.gettingThere .list__title .text,
.gettingThere .message__listTitle .text {
	position: relative;
	display: block;
	color: #ba9f86;
	line-height: 2em
}

.gettingThere .message__listTitle {
	margin-bottom: 10px
}

.gettingThere .message__busList {
	position: relative;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding-left: 40px;
	padding-right: 40px
}

.gettingThere .message__busList:last-child {
	border-bottom: 0
}

.gettingThere .message__busList .list__busArrange {
	position: relative;
	margin-bottom: 5px
}

.gettingThere .message__busList .list__busArrange .title__text {
	position: relative;
	padding: 5px 0
}

.gettingThere .message__busList .list__busArrange .content__text {
	position: relative;
	display: block;
	padding: 5px 0
}

.gettingThere .message__busList .busList__title .ico {
	position: relative;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	margin-right: 10px;
	display: none
}

.gettingThere .message__busList .busList__title .text {
	position: relative;
	line-height: 2em
}

.gettingThere .message__list {
	position: relative;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC
}

.gettingThere .message__list:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}

.gettingThere .message__list .list__message {
	padding-left: 3em
}

.gettingThere .message__list .list__message .message {
	position: relative;
	display: block;
	line-height: 2em
}

.newsDetail .newsDetail__wrappe {
	position: relative;
	display: block;
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto
}

.newsDetail .detail__title {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px
}

.newsDetail a.btn__return {
	position: absolute;
	display: block;
	text-decoration: none;
	top: 50%;
	margin-top: -17.5px;
	width: 25px;
	height: 25px;
	right: 0
}

.newsDetail .detail__content,
.newsDetail a.btn__return .ico__return {
	position: relative;
	display: block
}

.newsDetail .detail__content .detail__innerTitle {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 10px
}

.newsDetail .detail__content .detail__innerTitle h2 {
	color: #ba9f86
}

.newsDetail .detail__content .detail__innerTitle .detail__info {
	position: relative;
	display: block;
	margin-bottom: 20px
}

.newsDetail .detail__content .detail__innerTitle .detail__info .info__date,
.newsDetail .detail__content .detail__innerTitle .detail__info .info__source {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	text-decoration: none
}

.newsDetail .detail__content .detail__innerTitle .detail__info span {
	border-right: 1px solid #666;
	padding-right: 15px;
	margin-right: 15px
}

.newsDetail .detail__content .detail__innerTitle .detail__info span:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0
}

.newsDetail .detail__content .detail__innerContent {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: justify
}
.newsDetail .detail__content .detail__innerContent img {
	max-width: 100%;
}
.newsDetail .detail__content .detail__innerContent h4 {
	margin-bottom: .5em;
	color: #ba9f86
}

.newsDetail .detail__content .detail__innerContent p {
	margin-bottom: 1.5em
}

.newsDetail .detail__content .detail__innerContent p:last-child {
	margin-bottom: 0
}

.newsDetail .detailSlick {
	position: relative;
	display: block;
	margin-bottom: 20px
}

.newsDetail .detailSlick .detailSlick__item {
	position: relative;
	display: block;
	outline: 0
}

.newsDetail .detailSlick .detailSlick__item .detail__item {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 68%;
	background-size: cover;
	background-repeat: no-repeat
}

.pageShare {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 30px
}

.pageShare .ico__pageShare {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #666;
	border-radius: 50%;
	perspective: 1000;
	margin: 0 auto;
	transition: all .25s
}

.pageShare .ico__pageShare .svg__ico__share_st0 {
	fill: #666
}

.pageShare .ico__pageShare:hover {
	border: 1px solid #ba9f86;
	background-color: #ba9f86
}

.pageShare .ico__pageShare:hover .svg__ico__share_st0 {
	fill: #FFF
}

.pageShare .pageShare__flex {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.pageShare .pageShare__triggerWrapper {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.pageShare .pageShare__content {
	position: relative;
	height: 50px;
	margin: 0 auto;
	display: none
}

.eventDetail .eventDetail__content {
	position: relative;
	display: block;
	max-width: 1400px;
	margin: 0 auto
}

.eventDetail .eventDetail__content .commonDetail__leftMenu .fixed__holder .leftMenu__inner {
	position: relative
}

@media only screen and (min-width:1000px) {
	.eventDetail .eventDetail__content {
		display: -ms-flexbox;
		display: flex
	}

	.eventDetail .eventDetail__content .commonDetail__leftMenu {
		width: 300px;
		margin: 0;
		padding: 0;
		position: relative
	}

	.eventDetail .eventDetail__content .commonDetail__rightContent {
		width: calc(100% - 300px);
		margin: 0;
		padding: 0;
		position: relative
	}
}

.eventDetail.fixedHeader .commonDetail__leftMenu {
	position: fixed;
	width: 100%;
	height: 1px;
	top: 80px;
	left: 0
}

.eventDetail.fixedHeader .commonDetail__leftMenu .fixed__holder {
	position: relative;
	display: block;
	max-width: 1400px;
	height: 1px;
	margin: 0 auto
}

.eventDetail.fixedHeader .commonDetail__leftMenu .leftMenu__inner {
	position: relative;
	width: 300px
}

.eventDetail.fixedFooter .commonDetail__rightContent .leftMenu__inner {
	top: auto;
	bottom: 0
}

.directoryDetail .directoryDetail__content {
	position: relative;
	display: block;
	max-width: 1400px;
	margin: 0 auto
}

.directoryDetail .ifs__map_gesture {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 640px
}

@media only screen and (max-width:999px) {
	.commonDetail__leftMenu {
		margin-bottom: 60px
	}

	.commonDetail__leftMenu.withQR .leftMenu__body .leftMenu__top {
		padding-right: 150px
	}
}

.commonDetail__leftMenu.withQR .leftMenu__bottom .event__qrcode .menu__content {
	background-color: #fff
}

.commonDetail__leftMenu .leftMenu__head {
	position: relative;
	margin-bottom: 30px
}

.commonDetail__leftMenu .leftMenu__body {
	position: relative;
	min-height: 166px
}

.commonDetail__leftMenu .leftMenu__body .leftMenu__top {
	position: relative;
	display: block
}

.commonDetail__leftMenu .leftMenu__body .leftMenu__bottom {
	position: absolute;
	width: 137px;
	top: 0;
	right: 0
}

@media only screen and (min-width:1000px) {
	.commonDetail__leftMenu .leftMenu__body .leftMenu__top {
		padding-right: 0;
		padding-bottom: 30px
	}

	.commonDetail__leftMenu .leftMenu__body .leftMenu__bottom {
		width: auto;
		position: relative
	}

	.commonDetail__leftMenu .leftMenu__inner {
		position: absolute;
		width: 300px;
		left: 0;
		top: 0;
		padding: 0 20px;
		overflow: hidden
	}

	.commonDetail__leftMenu .leftMenu__inner .shopLogo__wrapper {
		position: relative;
		display: block;
		margin-bottom: 20px
	}
}

@media only screen and (max-width:999px) {
	.commonDetail__leftMenu .leftMenu__inner {
		position: relative;
		width: 100%;
		padding: 0 20px
	}

	.commonDetail__leftMenu .leftMenu__inner .shopLogo__wrapper {
		position: absolute;
		display: block;
		top: 0;
		left: 20px;
		width: 120px;
		height: 120px
	}

	.commonDetail__leftMenu .leftMenu__inner .shopLogo__wrapper .shop__logo {
		margin-bottom: 0
	}

	.commonDetail__leftMenu .leftMenu__inner .shopInfo__wrapper {
		position: relative;
		display: block;
		margin-left: 140px
	}
}

.commonDetail__leftMenu [data-type=event__info],
.commonDetail__leftMenu h2 {
	position: relative;
	margin-bottom: 30px
}

.commonDetail__leftMenu [data-type=event__info]:last-child,
.commonDetail__leftMenu h2:last-child {
	margin-bottom: 0
}

@media only screen and (max-width:759px) {

	.commonDetail__leftMenu [data-type=event__info],
	.commonDetail__leftMenu h2 {
		margin-bottom: 20px
	}

	.commonDetail__leftMenu [data-type=event__info]:last-child,
	.commonDetail__leftMenu h2:last-child {
		margin-bottom: 0
	}

	.commonDetail__leftMenu [data-type=event__info] .menu__content[data-subtype=qrcode] {
		max-width: 200px
	}
}

.commonDetail__leftMenu [data-type=event__info] .menu__content,
.commonDetail__leftMenu [data-type=event__info] .menu__title {
	position: relative;
	display: block;
	margin-bottom: 0;
	text-align: justify
}

.commonDetail__leftMenu [data-type=event__info] .menu__content[data-type=img__holder] {
	position: relative;
	display: block;
	padding: 10px;
	border: 1px solid #aaa
}

@media only screen and (max-width:999px) {
	.commonDetail__leftMenu [data-type=event__info] .menu__content[data-type=img__holder] {
		padding: 5px
	}
}

.commonDetail__leftMenu .event__qrcode[data-type=event__info] .menu__title {
	margin-bottom: 10px
}

@media only screen and (min-width:1000px) {
	.commonDetail__rightContent {
		position: relative;
		display: block;
		margin-left: 300px;
		padding: 0 20px 50px
	}
}

@media only screen and (max-width:999px) {
	.commonDetail__rightContent {
		position: relative;
		display: block;
		padding: 0 20px
	}
}

.commonDetail__rightContent h3 {
	position: relative;
	display: block;
	margin-bottom: 30px
}

@media only screen and (max-width:759px) {
	.commonDetail__rightContent h3 {
		margin-bottom: 20px
	}
}

.commonDetail__rightContent p {
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-align: justify
}

.commonDetail__rightContent .directory__info {
	position: relative;
	display: block;
	width: 100%
}

.commonDetail__rightContent .directory__info [class*=cGrid__] {
	padding: 0
}

.commonDetail__rightContent .directory__info .content_detail {
	padding-left: 0
}
.commonDetail__rightContent .directory__info .content_detail img {
	max-width: 100%;
}
@media only screen and (max-width:759px) {
	.commonDetail__rightContent p {
		margin-bottom: 10px
	}

	.commonDetail__rightContent .directory__info .content_detail {
		padding-left: 0
	}
}

.commonDetail__rightContent .directory__select {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	text-align: center
}

.commonDetail__rightContent .directory__select .mapMenu__item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 120px;
	height: 40px;
	margin: 0 10px;
	color: #666;
	text-decoration: none;
	background-color: #f9f9f9;
	text-align: center;
	transition: all .25s
}

.commonDetail__rightContent .directory__select .mapMenu__item.selected,
.commonDetail__rightContent .directory__select .mapMenu__item:hover {
	color: #FFF;
	background-color: #ba9f86
}

.commonDetail__rightContent .directory__pin {
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	border: 1px solid #aaa;
	margin-bottom: 30px
}

.detail__template {
	position: relative;
	display: block;
	margin-bottom: 20px
}

.detail__template:last-child {
	margin-bottom: 0
}

.detail__template [class*=cGrid__] {
	padding-left: 1%;
	padding-right: 1%;
	overflow: hidden
}

@media only screen and (max-width:759px) {
	.commonDetail__rightContent .directory__pin {
		height: 250px
	}

	.detail__template [class*=cGrid__] {
		padding-left: 0;
		padding-right: 0
	}
}

.detail__template .img__holder {
	position: relative;
	width: 100%
}

.detail__template .img__holder[data-type=vertical] {
	padding-top: 150%
}

.detail__template .img__holder[data-type=landscape] {
	padding-top: 72.6%
}

.detail__template .img__holder .common__abs {
	overflow: hidden
}

.detail__template[data-type=video] {
	position: relative;
	width: 100%
}

.detail__template[data-type=video] .video__holder {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%
}

.detail__template[data-type=video] .video__holder iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.detail__template .caption {
	position: relative;
	display: block;
	margin-bottom: 0;
	padding: 10px
}

.detail__template .slick__item {
	outline: 0
}

.detail__link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 0 5px 5px;
	margin-bottom: 5px;
	color: #666;
	border-bottom: 1px solid #666
}

.directory .ifs__map {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1200px
}

.directory .ifs__map_gesture {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 520px
}

.directory .title__wrapper {
	text-align: center
}

.directory .map__wrapper {
	position: relative;
	display: block
}

.directory .map__wrapper:after {
	content: "";
	position: relative;
	display: block;
	clear: both
}

.directory .mapDisplay {
	position: relative;
	display: block;
	margin-right: 180px;
	height: 420px;
	background-color: #FFF
}

.directory .mapMenu {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 160px;
	padding: 5px 10px
}

.directory .mapMenu__item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin: 5px 0;
	color: #666;
	text-decoration: none;
	background-color: #f9f9f9;
	text-align: center
}

.slick-dots li,
.slick-dots li button {
	vertical-align: top;
	width: 10px;
	height: 10px
}

.directory .mapMenu__item.selected {
	color: #FFF;
	background-color: #ba9f86
}

.directory .btn__wrapper {
	position: relative;
	display: block;
	margin: 10px auto;
	text-align: center
}

.directory .btn__relinkMap {
	position: relative;
	display: inline-block;
	background-color: #CC0;
	padding: 10px;
	color: #333;
	text-align: center;
	text-decoration: none;
	margin: 0 auto
}

@media only screen and (min-width:1000px) {
	.directory .btn__wrapper {
		display: none
	}
}

@media only screen and (max-width:999px) {
	.directory #mapDisplay__proto {
		width: 100%;
	}
	.directory .mapMenu {
		position: relative;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.directory .mapMenu__item {
		width: 33.333%;
		box-shadow: 0 0 4px #999;
	}
}

.eventDetail .detail__content,
.newsDetail .detail__content,
.slick-dots {
	display: block;
	position: relative
}

.eventDetail .detail__content .noRecord,
.newsDetail .detail__content .noRecord {
	position: relative;
	display: block;
	text-align: center;
	padding: 20px
}

.eventDetail .detail__content .noRecord h3,
.newsDetail .detail__content .noRecord h3 {
	margin-bottom: 30px
}

.slick-dots {
	bottom: 0;
	padding: 20px 0;
	line-height: 0
}

.slick-dots li {
	margin: 0 5px
}

.slick-dots li button {
	border: 1px solid #aaa;
	background: #aaa;
	border-radius: 50%;
	padding: 0
}

.slick-dots li button:before {
	display: none;
	content: ""
}

.slick-dots li.slick-active button {
	background: rgb(186,159,134);
	border: 1px solid rgb(186,159,134);
}

.copyWeChatLink {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 5px 5px;
	border-bottom: 1px solid #FFF
}

input[type=text][name=submitSearch] {
	border: 1px solid #666;
	padding-left: 10px
}

.btnHolder__playVideo {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0
}

.btnHolder__playVideo .btn__playVideo {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	padding: 0 5px
}

@media only screen and (min-width:1000px) and (max-width:1499px) {
	.btnHolder__playVideo {
		display: none
	}
}

button.mfp-close {
	position: absolute;
	display: block;
	top: -44px !important;
	right: 0
}

button.mfp-close::after,
button.mfp-close::before {
	content: "";
	position: absolute;
	background-color: #FFF
}

button.mfp-close::before {
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	transform: rotate(45deg)
}

button.mfp-close::after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: rotate(45deg)
}

.popup__wrapper {
	position: relative;
	box-sizing: border-box
}

.popup__wrapper[data-type=generic] {
	width: 100%;
	background-color: #FFF;
	margin: 20px auto;
	max-width: 800px;
	padding: 70px 35px
}

@media only screen and (max-width:759px) {
	.popup__wrapper[data-type=generic] {
		padding: 35px 20px
	}
}

.popup__wrapper[data-type=indexVideo] {
	width: 100%;
	background-color: #FFF;
	margin: 20px auto;
	max-width: 800px;
	padding: 0
}

.popup__wrapper[data-type=indexVideo] video {
	position: relative;
	display: block;
	width: 100%
}

.bannerMobileHolder,
.bannerTabletHolder {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: top center;
	background-size: cover
}

.flip-container .back,
.flip-container .flip-container,
.flip-container .flipper,
.flip-container .front {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block
}

.flip-container {
	perspective: 1000px
}

.flip-container .flipper {
	transform-style: preserve-3d;
	transition: all .5s
}

.banner__bottomShadow,
.banner__topShadow {
	height: 30%;
	opacity: .5;
	width: 100%;
	position: absolute
}

.flip-container .back,
.flip-container .front {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.flip-container.vertical .back {
	transform: rotateY(180deg)
}

.flip-container.vertical .flipper {
	transform-origin: 100% 50%
}

.banner__topShadow {
	top: 0;
	background: linear-gradient(to bottom, rgba(34, 34, 34, .8) 0, rgba(34, 34, 34, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc222222', endColorstr='#00222222', GradientType=0)
}

.banner__bottomShadow {
	bottom: 0;
	background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0, rgba(34, 34, 34, .8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00222222', endColorstr='#cc222222', GradientType=0)
}

.banner__imgHolder,
.imgHolder,
.shadowHolder {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.banner__imgHolder1,
.imgHolder1,
.shadowHolder1 {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner__imgHolder video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto
}

.imgHolder1 .imgItem {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover
}

.indexBanner,
.indexVideoBanner {
	position: relative;
	display: block;
	overflow: hidden
}

@media only screen and (min-width:1000px) {

	.indexBanner .index__textWrapper,
	.indexVideoBanner .index__textWrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		max-width: none;
		padding: 0 6.25%
	}

	.indexBanner .index__textWrapper .textWrapper,
	.indexVideoBanner .index__textWrapper .textWrapper {
		position: absolute;
		bottom: 0;
		left: 6.25%;
		right: 6.25%;
		padding-bottom: 40px
	}

	.indexBanner .index__textWrapper .title__link,
	.indexVideoBanner .index__textWrapper .title__link {
		position: relative;
		display: inline-block;
		text-decoration: none;
		color: #FFF;
		line-height: 1.2em;
		padding-left: 5px
	}

	.indexBanner .index__textWrapper .banner__stroke,
	.indexVideoBanner .index__textWrapper .banner__stroke {
		position: relative;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #FFF;
		margin: 20px 0
	}

	.indexBanner .index__textWrapper .banner__stroke .stroke__item,
	.indexVideoBanner .index__textWrapper .banner__stroke .stroke__item {
		position: absolute;
		display: block;
		width: 7.2%
	}

	.indexBanner .index__textWrapper .banner__stroke .stroke__item[data-pos=left],
	.indexVideoBanner .index__textWrapper .banner__stroke .stroke__item[data-pos=left] {
		left: -7.2%;
		transform: translateY(-75%)
	}

	.indexBanner .index__textWrapper .banner__stroke .stroke__item[data-pos=right],
	.indexVideoBanner .index__textWrapper .banner__stroke .stroke__item[data-pos=right] {
		right: -7.2%;
		transform: translateY(-75%);
		background-color: #f66
	}

	.indexBanner .index__textWrapper .banner__stroke .stroke__item .inner__stroke_item,
	.indexVideoBanner .index__textWrapper .banner__stroke .stroke__item .inner__stroke_item {
		position: relative;
		display: block;
		width: 100%;
		padding-top: 400%
	}
}

@media only screen and (min-width:1000px) and (max-width:999px) {

	.indexBanner .index__textWrapper .banner__stroke .stroke__item,
	.indexVideoBanner .index__textWrapper .banner__stroke .stroke__item {
		display: none
	}
}

@media only screen and (min-width:1000px) {

	.indexBanner .index__textWrapper .banner__title,
	.indexVideoBanner .index__textWrapper .banner__title {
		position: relative;
		display: block
	}

	.indexBanner .index__textWrapper .banner__title .title__link,
	.indexBanner .index__textWrapper .banner__title h2,
	.indexVideoBanner .index__textWrapper .banner__title .title__link,
	.indexVideoBanner .index__textWrapper .banner__title h2 {
		color: #FFF;
		margin-bottom: 0
	}

	.indexBanner .index__textWrapper .banner__title .banner__title_type,
	.indexVideoBanner .index__textWrapper .banner__title .banner__title_type {
		position: relative;
		display: block;
		width: 100%;
		height: 60px
	}

	.indexBanner .index__textWrapper .banner__title .banner__title_type .bannerIco,
	.indexVideoBanner .index__textWrapper .banner__title .banner__title_type .bannerIco {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px
	}

	.indexBanner .index__textWrapper .banner__title .banner__title_type h2,
	.indexVideoBanner .index__textWrapper .banner__title .banner__title_type h2 {
		position: relative;
		display: block;
		height: 60px;
		padding-left: 70px;
		line-height: 60px
	}

	.indexBanner .index__textWrapper .banner__description p.banner__message,
	.indexVideoBanner .index__textWrapper .banner__description p.banner__message {
		padding-left: 5px;
		margin-bottom: 20px;
		color: #FFF
	}

	.indexBanner .index__textWrapper .banner__description p.banner__message:last-child,
	.indexVideoBanner .index__textWrapper .banner__description p.banner__message:last-child {
		margin-bottom: 0
	}

	.indexBanner .index__textWrapper .banner__description .banner__link,
	.indexVideoBanner .index__textWrapper .banner__description .banner__link {
		position: relative;
		top: 16px;
		display: inline-block;
		text-decoration: none;
		color: #FFF;
		padding: 9px 35px 5px 5px;
		font-size: 18px;
	}

	.indexBanner .index__textWrapper .banner__description .banner__link::after,
	.indexVideoBanner .index__textWrapper .banner__description .banner__link::after {
		content: "";
		position: absolute;
		width: 18px;
		height: 18px;
		top: 50%;
		right: 15px;
		margin-top: -9px;
		background-image: url(http://www.csifs.cn/images/common/svg__linkArrow.svg);
		background-size: 100% auto
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {

	.indexBanner,
	.indexVideoBanner {
		max-height: 600px
	}
}

@media only screen and (max-width:759px) {

	/* .indexBanner,
	.indexVideoBanner {
		max-height: 800px
	} */
}

@media only screen and (max-width:999px) {

	.indexBanner .index__textWrapper,
	.indexVideoBanner .index__textWrapper {
		position: relative;
		display: block
	}

	.indexBanner .index__textWrapper .textWrapper,
	.indexVideoBanner .index__textWrapper .textWrapper {
		position: absolute;
		bottom: 0;
		left: 20px;
		right: 20px
	}

	.indexBanner .index__textWrapper .title__link,
	.indexVideoBanner .index__textWrapper .title__link {
		position: relative;
		display: inline-block;
		text-decoration: none;
		color: #FFF;
		line-height: 1.2em;
		text-align: center
	}

	.indexBanner .index__textWrapper .banner__bottomArea,
	.indexVideoBanner .index__textWrapper .banner__bottomArea {
		position: relative;
		display: block;
		overflow: hidden
	}

	.indexBanner .index__textWrapper .banner__stroke,
	.indexVideoBanner .index__textWrapper .banner__stroke {
		position: relative;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #FFF;
		margin: 20px 0
	}

	.indexBanner .index__textWrapper .banner__stroke .stroke__item,
	.indexVideoBanner .index__textWrapper .banner__stroke .stroke__item {
		display: none
	}

	.indexBanner .index__textWrapper .banner__title,
	.indexVideoBanner .index__textWrapper .banner__title {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.indexBanner .index__textWrapper .banner__title .title__link,
	.indexBanner .index__textWrapper .banner__title h2,
	.indexVideoBanner .index__textWrapper .banner__title .title__link,
	.indexVideoBanner .index__textWrapper .banner__title h2 {
		color: #FFF;
		margin-bottom: 0
	}

	.indexBanner .index__textWrapper .banner__title .banner__title_type,
	.indexVideoBanner .index__textWrapper .banner__title .banner__title_type {
		position: relative;
		display: block;
		width: 100%
	}

	.indexBanner .index__textWrapper .banner__title .banner__title_type .bannerIco,
	.indexVideoBanner .index__textWrapper .banner__title .banner__title_type .bannerIco {
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		margin: 0 auto
	}

	.indexBanner .index__textWrapper .banner__title .banner__title_type h2,
	.indexVideoBanner .index__textWrapper .banner__title .banner__title_type h2 {
		position: relative;
		text-align: center;
		height: 60px;
		line-height: 60px
	}

	.indexBanner .index__textWrapper .banner__description,
	.indexVideoBanner .index__textWrapper .banner__description {
		position: relative;
		display: block;
		padding-bottom: 21px
	}

	.indexBanner .index__textWrapper .banner__description p.banner__message,
	.indexVideoBanner .index__textWrapper .banner__description p.banner__message {
		padding-left: 5px;
		margin-bottom: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-height: 1.2em;
		max-height: 3.6em;
		color: #FFF
	}

	.indexBanner .index__textWrapper .banner__description p.banner__message:last-child,
	.indexVideoBanner .index__textWrapper .banner__description p.banner__message:last-child {
		margin-bottom: 0
	}

	.indexBanner .index__textWrapper .banner__description .banner__link,
	.indexVideoBanner .index__textWrapper .banner__description .banner__link {
		position: relative;
		display: inline-block;
		text-decoration: none;
		font-size: 16px;
		color: #FFF;
		padding: 5px 35px 5px 5px
	}

	.indexBanner .index__textWrapper .banner__description .banner__link::after,
	.indexVideoBanner .index__textWrapper .banner__description .banner__link::after {
		content: "";
		position: absolute;
		width: 24px;
		height: 24px;
		top: 50%;
		right: 5px;
		margin-top: -12px;
		background-image: url(http://www.csifs.cn/images/common/svg__linkArrow.svg);
		background-size: 100% auto
	}
}

.indexBanner .spiltLink__text,
.indexVideoBanner .spiltLink__text {
	position: relative;
	display: inline-block
}

.indexBanner [class*=bannerArrowOuter__],
.indexVideoBanner [class*=bannerArrowOuter__] {
	position: absolute;
	right: 0;
	width: 100px;
	height: 50px
}

.indexBanner [class*=bannerArrowOuter__][class*=desktop],
.indexVideoBanner [class*=bannerArrowOuter__][class*=desktop] {
	bottom: 0
}

.indexBanner [class*=bannerArrowOuter__][class*=mobile],
.indexVideoBanner [class*=bannerArrowOuter__][class*=mobile] {
	bottom: 20px
}

.indexBanner [class*=bannerArrowOuter__] .arrow,
.indexVideoBanner [class*=bannerArrowOuter__] .arrow {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #FFF;
	top: 0
}

.indexBanner [class*=bannerArrowOuter__] .arrow[data-type=left],
.indexVideoBanner [class*=bannerArrowOuter__] .arrow[data-type=left] {
	left: 1px
}

.indexBanner [class*=bannerArrowOuter__] .arrow[data-type=right],
.indexVideoBanner [class*=bannerArrowOuter__] .arrow[data-type=right] {
	right: 0
}

@media only screen and (max-width:759px) {

	.indexBanner [class*=bannerArrowOuter__],
	.indexVideoBanner [class*=bannerArrowOuter__] {
		width: 70px;
		height: 35px
	}

	.indexBanner [class*=bannerArrowOuter__] .arrow,
	.indexVideoBanner [class*=bannerArrowOuter__] .arrow {
		width: 35px;
		height: 35px
	}
}

@charset "UTF-8";

.flip-container .back,
.flip-container .flip-container,
.flip-container .flipper,
.flip-container .front {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%
}

.cGrid__1-1,
.cGrid__1-10,
.cGrid__1-11,
.cGrid__1-12,
.cGrid__1-2,
.cGrid__1-3,
.cGrid__1-4,
.cGrid__1-5,
.cGrid__1-6,
.cGrid__1-7,
.cGrid__1-8,
.cGrid__1-9,
.cGrid__10-10,
.cGrid__10-11,
.cGrid__10-12,
.cGrid__11-11,
.cGrid__11-12,
.cGrid__12-12,
.cGrid__2-10,
.cGrid__2-11,
.cGrid__2-12,
.cGrid__2-2,
.cGrid__2-3,
.cGrid__2-4,
.cGrid__2-5,
.cGrid__2-6,
.cGrid__2-7,
.cGrid__2-8,
.cGrid__2-9,
.cGrid__3-10,
.cGrid__3-11,
.cGrid__3-12,
.cGrid__3-3,
.cGrid__3-4,
.cGrid__3-5,
.cGrid__3-6,
.cGrid__3-7,
.cGrid__3-8,
.cGrid__4-10,
.cGrid__4-11,
.cGrid__4-12,
.cGrid__4-4,
.cGrid__4-5,
.cGrid__4-6,
.cGrid__4-7,
.cGrid__4-8,
.cGrid__4-9,
.cGrid__5-10,
.cGrid__5-11,
.cGrid__5-12,
.cGrid__5-5,
.cGrid__5-6,
.cGrid__5-7,
.cGrid__5-8,
.cGrid__5-9,
.cGrid__6-10,
.cGrid__6-11,
.cGrid__6-12,
.cGrid__6-6,
.cGrid__6-7,
.cGrid__6-8,
.cGrid__6-9,
.cGrid__7-10,
.cGrid__7-11,
.cGrid__7-12,
.cGrid__7-7,
.cGrid__7-8,
.cGrid__7-9,
.cGrid__8-10,
.cGrid__8-11,
.cGrid__8-12,
.cGrid__8-8,
.cGrid__8-9,
.cGrid__9-10,
.cGrid__9-11,
.cGrid__9-12,
.cGrid__9-9,
.tGrid__1-1,
.tGrid__1-10,
.tGrid__1-11,
.tGrid__1-12,
.tGrid__1-2,
.tGrid__1-3,
.tGrid__1-4,
.tGrid__1-5,
.tGrid__1-6,
.tGrid__1-7,
.tGrid__1-8,
.tGrid__1-9,
.tGrid__10-10,
.tGrid__10-11,
.tGrid__10-12,
.tGrid__11-11,
.tGrid__11-12,
.tGrid__12-12,
.tGrid__2-10,
.tGrid__2-11,
.tGrid__2-12,
.tGrid__2-2,
.tGrid__2-3,
.tGrid__2-4,
.tGrid__2-5,
.tGrid__2-6,
.tGrid__2-7,
.tGrid__2-8,
.tGrid__2-9,
.tGrid__3-10,
.tGrid__3-11,
.tGrid__3-12,
.tGrid__3-3,
.tGrid__3-4,
.tGrid__3-5,
.tGrid__3-6,
.tGrid__3-7,
.tGrid__3-8,
.tGrid__4-10,
.tGrid__4-11,
.tGrid__4-12,
.tGrid__4-4,
.tGrid__4-5,
.tGrid__4-6,
.tGrid__4-7,
.tGrid__4-8,
.tGrid__4-9,
.tGrid__5-10,
.tGrid__5-11,
.tGrid__5-12,
.tGrid__5-5,
.tGrid__5-6,
.tGrid__5-7,
.tGrid__5-8,
.tGrid__5-9,
.tGrid__6-10,
.tGrid__6-11,
.tGrid__6-12,
.tGrid__6-6,
.tGrid__6-7,
.tGrid__6-8,
.tGrid__6-9,
.tGrid__7-10,
.tGrid__7-11,
.tGrid__7-12,
.tGrid__7-7,
.tGrid__7-8,
.tGrid__7-9,
.tGrid__8-10,
.tGrid__8-11,
.tGrid__8-12,
.tGrid__8-8,
.tGrid__8-9,
.tGrid__9-10,
.tGrid__9-11,
.tGrid__9-12,
.tGrid__9-9 {
	padding-left: 15px;
	padding-right: 15px
}

.flip-container {
	perspective: 1000px
}

.flip-container .flipper {
	transform-style: preserve-3d;
	transition: all .5s
}

.flip-container .back,
.flip-container .front {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.flip-container.vertical .back {
	transform: rotateY(180deg)
}

.flip-container.vertical .flipper {
	transform-origin: 100% 50%
}

@media only screen and (min-width:1500px) {

	.onlyM,
	.onlyMD,
	.onlyP {
		display: none !important
	}
}

@media only screen and (min-width:1000px) and (max-width:1499px) {

	.onlyM,
	.onlyMD,
	.onlyP {
		display: none !important
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {

	.onlyD,
	.onlyM {
		display: none !important
	}
}

@media only screen and (max-width:759px) {

	.onlyD,
	.onlyP,
	.onlyPD {
		display: none !important
	}
}

.mfp-zoom-in .mfp-with-anim {
	transition: all .2s ease-in-out;
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-bg {
	transition: opacity .3s;
	opacity: 0
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	transform: scale(1);
	opacity: 1
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	transition: all .3s .5s;
	opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
	transition: all .3s ease-in-out;
	transform: translateX(-50px);
	opacity: 0
}

.mfp-move-horizontal.mfp-bg {
	transition: all .3s;
	opacity: 0
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	transform: translateX(0);
	opacity: 1
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transform: translateX(50px);
	opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	transition: all .2s .5s;
	opacity: 0
}

.mfp-move-from-top .mfp-content {
	vertical-align: top
}

.mfp-move-from-top .mfp-with-anim {
	transition: all .2s ease-in-out;
	transform: translateY(-100px);
	opacity: 0
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
	transform: translateY(0);
	opacity: 1
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
	transform: translateY(-50px);
	opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	transition: all .2s .5s;
	opacity: 0
}

.mfp-3d-unfold .mfp-content {
	perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
	transform-style: preserve-3d;
	transition: all .3s ease-in-out;
	transform: rotateY(-60deg);
	opacity: 0
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	transform: rotateY(0);
	opacity: 1
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	transform: rotateY(60deg);
	opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	transition: all .5s .5s;
	opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
	transition: all .3s ease-in-out;
	transform: scale(1.3);
	opacity: 0
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all .3s
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	transform: scale(1);
	opacity: 1
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	transition: all .3s .5s;
	opacity: 0
}

.mfp-slide-bottom .mfp-with-anim {
	transition: all .2s ease-in-out;
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
	opacity: 0
}

.mfp-slide-bottom.mfp-bg {
	transition: all .3s;
	opacity: 0
}

.mfp-slide-bottom.mfp-ready .mfp-with-anim {
	transform: translateY(0) perspective(600px) rotateX(0);
	opacity: 1
}

.mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-slide-bottom.mfp-removing .mfp-with-anim {
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
	opacity: 0
}

.mfp-slide-bottom.mfp-removing.mfp-bg {
	transition: all .3s .5s;
	opacity: 0
}

.mfp-wrap {
	-webkit-overflow-scrolling: touch
}

* {
	box-sizing: border-box
}

.ghost {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.common__abs {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

img.img100 {
	position: relative;
	display: block;
	width: 100%
}

.cGrid__1-1,
.tGrid__1-1 {
	width: 100%
}

.cGrid__1-2,
.tGrid__1-2 {
	width: 50%
}

.cGrid__2-2,
.tGrid__2-2 {
	width: 100%
}

.cGrid__1-3,
.tGrid__1-3 {
	width: 33.33333%
}

.cGrid__2-3,
.tGrid__2-3 {
	width: 66.66667%
}

.cGrid__3-3,
.tGrid__3-3 {
	width: 100%
}

.cGrid__1-4,
.tGrid__1-4 {
	width: 25%
}

.cGrid__2-4,
.tGrid__2-4 {
	width: 50%
}

.cGrid__3-4,
.tGrid__3-4 {
	width: 75%
}

.cGrid__4-4,
.tGrid__4-4 {
	width: 100%
}

.cGrid__1-5,
.tGrid__1-5 {
	width: 20%
}

.cGrid__2-5,
.tGrid__2-5 {
	width: 40%
}

.cGrid__3-5,
.tGrid__3-5 {
	width: 60%
}

.cGrid__4-5,
.tGrid__4-5 {
	width: 80%
}

.cGrid__5-5,
.tGrid__5-5 {
	width: 100%
}

.cGrid__1-6,
.tGrid__1-6 {
	width: 16.66667%
}

.cGrid__2-6,
.tGrid__2-6 {
	width: 33.33333%
}

.cGrid__3-6,
.tGrid__3-6 {
	width: 50%
}

.cGrid__4-6,
.tGrid__4-6 {
	width: 66.66667%
}

.cGrid__5-6,
.tGrid__5-6 {
	width: 83.33333%
}

.cGrid__6-6,
.tGrid__6-6 {
	width: 100%
}

.cGrid__1-7,
.tGrid__1-7 {
	width: 14.28571%
}

.cGrid__2-7,
.tGrid__2-7 {
	width: 28.57143%
}

.cGrid__3-7,
.tGrid__3-7 {
	width: 42.85714%
}

.cGrid__4-7,
.tGrid__4-7 {
	width: 57.14286%
}

.cGrid__5-7,
.tGrid__5-7 {
	width: 71.42857%
}

.cGrid__6-7,
.tGrid__6-7 {
	width: 85.71429%
}

.cGrid__7-7,
.tGrid__7-7 {
	width: 100%
}

.cGrid__1-8,
.tGrid__1-8 {
	width: 12.5%
}

.cGrid__2-8,
.tGrid__2-8 {
	width: 25%
}

.cGrid__3-8,
.tGrid__3-8 {
	width: 37.5%
}

.cGrid__4-8,
.tGrid__4-8 {
	width: 50%
}

.cGrid__5-8,
.tGrid__5-8 {
	width: 62.5%
}

.cGrid__6-8,
.tGrid__6-8 {
	width: 75%
}

.cGrid__7-8,
.tGrid__7-8 {
	width: 87.5%
}

.cGrid__8-8,
.tGrid__8-8 {
	width: 100%
}

.cGrid__1-9,
.tGrid__1-9 {
	width: 11.11111%
}

.cGrid__2-9,
.tGrid__2-9 {
	width: 22.22222%
}

.cGrid__3-9,
.tGrid__3-9 {
	width: 33.33333%;
	padding-left: 15px;
	padding-right: 15px
}

.cGrid__4-9,
.tGrid__4-9 {
	width: 44.44444%
}

.cGrid__5-9,
.tGrid__5-9 {
	width: 55.55556%
}

.cGrid__6-9,
.tGrid__6-9 {
	width: 66.66667%
}

.cGrid__7-9,
.tGrid__7-9 {
	width: 77.77778%
}

.cGrid__8-9,
.tGrid__8-9 {
	width: 88.88889%
}

.cGrid__9-9,
.tGrid__9-9 {
	width: 100%
}

.cGrid__1-10,
.tGrid__1-10 {
	width: 10%
}

.cGrid__2-10,
.tGrid__2-10 {
	width: 20%
}

.cGrid__3-10,
.tGrid__3-10 {
	width: 30%
}

.cGrid__4-10,
.tGrid__4-10 {
	width: 40%
}

.cGrid__5-10,
.tGrid__5-10 {
	width: 50%
}

.cGrid__6-10,
.tGrid__6-10 {
	width: 60%
}

.cGrid__7-10,
.tGrid__7-10 {
	width: 70%
}

.cGrid__8-10,
.tGrid__8-10 {
	width: 80%
}

.cGrid__9-10,
.tGrid__9-10 {
	width: 90%
}

.cGrid__10-10,
.tGrid__10-10 {
	width: 100%
}

.cGrid__1-11,
.tGrid__1-11 {
	width: 9.09091%
}

.cGrid__2-11,
.tGrid__2-11 {
	width: 18.18182%
}

.cGrid__3-11,
.tGrid__3-11 {
	width: 27.27273%
}

.cGrid__4-11,
.tGrid__4-11 {
	width: 36.36364%
}

.cGrid__5-11,
.tGrid__5-11 {
	width: 45.45455%
}

.cGrid__6-11,
.tGrid__6-11 {
	width: 54.54545%
}

.cGrid__7-11,
.tGrid__7-11 {
	width: 63.63636%
}

.cGrid__8-11,
.tGrid__8-11 {
	width: 72.72727%
}

.cGrid__9-11,
.tGrid__9-11 {
	width: 81.81818%
}

.cGrid__10-11,
.tGrid__10-11 {
	width: 90.90909%
}

.cGrid__11-11,
.tGrid__11-11 {
	width: 100%
}

.cGrid__1-12,
.tGrid__1-12 {
	width: 8.33333%
}

.cGrid__2-12,
.tGrid__2-12 {
	width: 16.66667%
}

.cGrid__3-12,
.tGrid__3-12 {
	width: 25%
}

.cGrid__4-12,
.tGrid__4-12 {
	width: 33.33333%
}

.cGrid__5-12,
.tGrid__5-12 {
	width: 41.66667%
}

.cGrid__6-12,
.tGrid__6-12 {
	width: 50%
}

.cGrid__7-12,
.tGrid__7-12 {
	width: 58.33333%
}

.cGrid__8-12,
.tGrid__8-12 {
	width: 66.66667%
}

.cGrid__9-12,
.tGrid__9-12 {
	width: 75%
}

.cGrid__10-12,
.tGrid__10-12 {
	width: 83.33333%
}

.cGrid__11-12,
.tGrid__11-12 {
	width: 91.66667%
}

.cGrid__12-12,
.tGrid__12-12 {
	width: 100%
}

@media only screen and (min-width:1500px) {

	.cGrid__1-10_xld,
	.cGrid__1-11_xld,
	.cGrid__1-12_xld,
	.cGrid__1-1_xld,
	.cGrid__1-2_xld,
	.cGrid__1-3_xld,
	.cGrid__1-4_xld,
	.cGrid__1-5_xld,
	.cGrid__1-6_xld,
	.cGrid__1-7_xld,
	.cGrid__1-8_xld,
	.cGrid__1-9_xld,
	.cGrid__10-10_xld,
	.cGrid__10-11_xld,
	.cGrid__10-12_xld,
	.cGrid__11-11_xld,
	.cGrid__11-12_xld,
	.cGrid__12-12_xld,
	.cGrid__2-10_xld,
	.cGrid__2-11_xld,
	.cGrid__2-12_xld,
	.cGrid__2-2_xld,
	.cGrid__2-3_xld,
	.cGrid__2-4_xld,
	.cGrid__2-5_xld,
	.cGrid__2-6_xld,
	.cGrid__2-7_xld,
	.cGrid__2-8_xld,
	.cGrid__2-9_xld,
	.cGrid__3-10_xld,
	.cGrid__3-11_xld,
	.cGrid__3-12_xld,
	.cGrid__3-3_xld,
	.cGrid__3-4_xld,
	.cGrid__3-5_xld,
	.cGrid__3-6_xld,
	.cGrid__3-7_xld,
	.cGrid__3-8_xld,
	.cGrid__4-10_xld,
	.cGrid__4-11_xld,
	.cGrid__4-12_xld,
	.cGrid__4-4_xld,
	.cGrid__4-5_xld,
	.cGrid__4-6_xld,
	.cGrid__4-7_xld,
	.cGrid__4-8_xld,
	.cGrid__4-9_xld,
	.cGrid__5-10_xld,
	.cGrid__5-11_xld,
	.cGrid__5-12_xld,
	.cGrid__5-5_xld,
	.cGrid__5-6_xld,
	.cGrid__5-7_xld,
	.cGrid__5-8_xld,
	.cGrid__5-9_xld,
	.cGrid__6-10_xld,
	.cGrid__6-11_xld,
	.cGrid__6-12_xld,
	.cGrid__6-6_xld,
	.cGrid__6-7_xld,
	.cGrid__6-8_xld,
	.cGrid__6-9_xld,
	.cGrid__7-10_xld,
	.cGrid__7-11_xld,
	.cGrid__7-12_xld,
	.cGrid__7-7_xld,
	.cGrid__7-8_xld,
	.cGrid__7-9_xld,
	.cGrid__8-10_xld,
	.cGrid__8-11_xld,
	.cGrid__8-12_xld,
	.cGrid__8-8_xld,
	.cGrid__8-9_xld,
	.cGrid__9-10_xld,
	.cGrid__9-11_xld,
	.cGrid__9-12_xld,
	.cGrid__9-9_xld,
	.tGrid__1-10_xld,
	.tGrid__1-11_xld,
	.tGrid__1-12_xld,
	.tGrid__1-1_xld,
	.tGrid__1-2_xld,
	.tGrid__1-3_xld,
	.tGrid__1-4_xld,
	.tGrid__1-5_xld,
	.tGrid__1-6_xld,
	.tGrid__1-7_xld,
	.tGrid__1-8_xld,
	.tGrid__1-9_xld,
	.tGrid__10-10_xld,
	.tGrid__10-11_xld,
	.tGrid__10-12_xld,
	.tGrid__11-11_xld,
	.tGrid__11-12_xld,
	.tGrid__12-12_xld,
	.tGrid__2-10_xld,
	.tGrid__2-11_xld,
	.tGrid__2-12_xld,
	.tGrid__2-2_xld,
	.tGrid__2-3_xld,
	.tGrid__2-4_xld,
	.tGrid__2-5_xld,
	.tGrid__2-6_xld,
	.tGrid__2-7_xld,
	.tGrid__2-8_xld,
	.tGrid__2-9_xld,
	.tGrid__3-10_xld,
	.tGrid__3-11_xld,
	.tGrid__3-12_xld,
	.tGrid__3-3_xld,
	.tGrid__3-4_xld,
	.tGrid__3-5_xld,
	.tGrid__3-6_xld,
	.tGrid__3-7_xld,
	.tGrid__3-8_xld,
	.tGrid__4-10_xld,
	.tGrid__4-11_xld,
	.tGrid__4-12_xld,
	.tGrid__4-4_xld,
	.tGrid__4-5_xld,
	.tGrid__4-6_xld,
	.tGrid__4-7_xld,
	.tGrid__4-8_xld,
	.tGrid__4-9_xld,
	.tGrid__5-10_xld,
	.tGrid__5-11_xld,
	.tGrid__5-12_xld,
	.tGrid__5-5_xld,
	.tGrid__5-6_xld,
	.tGrid__5-7_xld,
	.tGrid__5-8_xld,
	.tGrid__5-9_xld,
	.tGrid__6-10_xld,
	.tGrid__6-11_xld,
	.tGrid__6-12_xld,
	.tGrid__6-6_xld,
	.tGrid__6-7_xld,
	.tGrid__6-8_xld,
	.tGrid__6-9_xld,
	.tGrid__7-10_xld,
	.tGrid__7-11_xld,
	.tGrid__7-12_xld,
	.tGrid__7-7_xld,
	.tGrid__7-8_xld,
	.tGrid__7-9_xld,
	.tGrid__8-10_xld,
	.tGrid__8-11_xld,
	.tGrid__8-12_xld,
	.tGrid__8-8_xld,
	.tGrid__8-9_xld,
	.tGrid__9-10_xld,
	.tGrid__9-11_xld,
	.tGrid__9-12_xld,
	.tGrid__9-9_xld {
		padding-left: 15px;
		padding-right: 15px
	}

	.cGrid__1-1_xld,
	.tGrid__1-1_xld {
		width: 100%
	}

	.cGrid__1-2_xld,
	.tGrid__1-2_xld {
		width: 50%
	}

	.cGrid__2-2_xld,
	.tGrid__2-2_xld {
		width: 100%
	}

	.cGrid__1-3_xld,
	.tGrid__1-3_xld {
		width: 33.33333%
	}

	.cGrid__2-3_xld,
	.tGrid__2-3_xld {
		width: 66.66667%
	}

	.cGrid__3-3_xld,
	.tGrid__3-3_xld {
		width: 100%
	}

	.cGrid__1-4_xld,
	.tGrid__1-4_xld {
		width: 25%
	}

	.cGrid__2-4_xld,
	.tGrid__2-4_xld {
		width: 50%
	}

	.cGrid__3-4_xld,
	.tGrid__3-4_xld {
		width: 75%
	}

	.cGrid__4-4_xld,
	.tGrid__4-4_xld {
		width: 100%
	}

	.cGrid__1-5_xld,
	.tGrid__1-5_xld {
		width: 20%
	}

	.cGrid__2-5_xld,
	.tGrid__2-5_xld {
		width: 40%
	}

	.cGrid__3-5_xld,
	.tGrid__3-5_xld {
		width: 60%
	}

	.cGrid__4-5_xld,
	.tGrid__4-5_xld {
		width: 80%
	}

	.cGrid__5-5_xld,
	.tGrid__5-5_xld {
		width: 100%
	}

	.cGrid__1-6_xld,
	.tGrid__1-6_xld {
		width: 16.66667%
	}

	.cGrid__2-6_xld,
	.tGrid__2-6_xld {
		width: 33.33333%
	}

	.cGrid__3-6_xld,
	.tGrid__3-6_xld {
		width: 50%
	}

	.cGrid__4-6_xld,
	.tGrid__4-6_xld {
		width: 66.66667%
	}

	.cGrid__5-6_xld,
	.tGrid__5-6_xld {
		width: 83.33333%
	}

	.cGrid__6-6_xld,
	.tGrid__6-6_xld {
		width: 100%
	}

	.cGrid__1-7_xld,
	.tGrid__1-7_xld {
		width: 14.28571%
	}

	.cGrid__2-7_xld,
	.tGrid__2-7_xld {
		width: 28.57143%
	}

	.cGrid__3-7_xld,
	.tGrid__3-7_xld {
		width: 42.85714%
	}

	.cGrid__4-7_xld,
	.tGrid__4-7_xld {
		width: 57.14286%
	}

	.cGrid__5-7_xld,
	.tGrid__5-7_xld {
		width: 71.42857%
	}

	.cGrid__6-7_xld,
	.tGrid__6-7_xld {
		width: 85.71429%
	}

	.cGrid__7-7_xld,
	.tGrid__7-7_xld {
		width: 100%
	}

	.cGrid__1-8_xld,
	.tGrid__1-8_xld {
		width: 12.5%
	}

	.cGrid__2-8_xld,
	.tGrid__2-8_xld {
		width: 25%
	}

	.cGrid__3-8_xld,
	.tGrid__3-8_xld {
		width: 37.5%
	}

	.cGrid__4-8_xld,
	.tGrid__4-8_xld {
		width: 50%
	}

	.cGrid__5-8_xld,
	.tGrid__5-8_xld {
		width: 62.5%
	}

	.cGrid__6-8_xld,
	.tGrid__6-8_xld {
		width: 75%
	}

	.cGrid__7-8_xld,
	.tGrid__7-8_xld {
		width: 87.5%
	}

	.cGrid__8-8_xld,
	.tGrid__8-8_xld {
		width: 100%
	}

	.cGrid__1-9_xld,
	.tGrid__1-9_xld {
		width: 11.11111%
	}

	.cGrid__2-9_xld,
	.tGrid__2-9_xld {
		width: 22.22222%
	}

	.cGrid__3-9_xld,
	.tGrid__3-9_xld {
		width: 33.33333%;
		padding-left: 15px;
		padding-right: 15px
	}

	.cGrid__4-9_xld,
	.tGrid__4-9_xld {
		width: 44.44444%
	}

	.cGrid__5-9_xld,
	.tGrid__5-9_xld {
		width: 55.55556%
	}

	.cGrid__6-9_xld,
	.tGrid__6-9_xld {
		width: 66.66667%
	}

	.cGrid__7-9_xld,
	.tGrid__7-9_xld {
		width: 77.77778%
	}

	.cGrid__8-9_xld,
	.tGrid__8-9_xld {
		width: 88.88889%
	}

	.cGrid__9-9_xld,
	.tGrid__9-9_xld {
		width: 100%
	}

	.cGrid__1-10_xld,
	.tGrid__1-10_xld {
		width: 10%
	}

	.cGrid__2-10_xld,
	.tGrid__2-10_xld {
		width: 20%
	}

	.cGrid__3-10_xld,
	.tGrid__3-10_xld {
		width: 30%
	}

	.cGrid__4-10_xld,
	.tGrid__4-10_xld {
		width: 40%
	}

	.cGrid__5-10_xld,
	.tGrid__5-10_xld {
		width: 50%
	}

	.cGrid__6-10_xld,
	.tGrid__6-10_xld {
		width: 60%
	}

	.cGrid__7-10_xld,
	.tGrid__7-10_xld {
		width: 70%
	}

	.cGrid__8-10_xld,
	.tGrid__8-10_xld {
		width: 80%
	}

	.cGrid__9-10_xld,
	.tGrid__9-10_xld {
		width: 90%
	}

	.cGrid__10-10_xld,
	.tGrid__10-10_xld {
		width: 100%
	}

	.cGrid__1-11_xld,
	.tGrid__1-11_xld {
		width: 9.09091%
	}

	.cGrid__2-11_xld,
	.tGrid__2-11_xld {
		width: 18.18182%
	}

	.cGrid__3-11_xld,
	.tGrid__3-11_xld {
		width: 27.27273%
	}

	.cGrid__4-11_xld,
	.tGrid__4-11_xld {
		width: 36.36364%
	}

	.cGrid__5-11_xld,
	.tGrid__5-11_xld {
		width: 45.45455%
	}

	.cGrid__6-11_xld,
	.tGrid__6-11_xld {
		width: 54.54545%
	}

	.cGrid__7-11_xld,
	.tGrid__7-11_xld {
		width: 63.63636%
	}

	.cGrid__8-11_xld,
	.tGrid__8-11_xld {
		width: 72.72727%
	}

	.cGrid__9-11_xld,
	.tGrid__9-11_xld {
		width: 81.81818%
	}

	.cGrid__10-11_xld,
	.tGrid__10-11_xld {
		width: 90.90909%
	}

	.cGrid__11-11_xld,
	.tGrid__11-11_xld {
		width: 100%
	}

	.cGrid__1-12_xld,
	.tGrid__1-12_xld {
		width: 8.33333%
	}

	.cGrid__2-12_xld,
	.tGrid__2-12_xld {
		width: 16.66667%
	}

	.cGrid__3-12_xld,
	.tGrid__3-12_xld {
		width: 25%
	}

	.cGrid__4-12_xld,
	.tGrid__4-12_xld {
		width: 33.33333%
	}

	.cGrid__5-12_xld,
	.tGrid__5-12_xld {
		width: 41.66667%
	}

	.cGrid__6-12_xld,
	.tGrid__6-12_xld {
		width: 50%
	}

	.cGrid__7-12_xld,
	.tGrid__7-12_xld {
		width: 58.33333%
	}

	.cGrid__8-12_xld,
	.tGrid__8-12_xld {
		width: 66.66667%
	}

	.cGrid__9-12_xld,
	.tGrid__9-12_xld {
		width: 75%
	}

	.cGrid__10-12_xld,
	.tGrid__10-12_xld {
		width: 83.33333%
	}

	.cGrid__11-12_xld,
	.tGrid__11-12_xld {
		width: 91.66667%
	}

	.cGrid__12-12_xld,
	.tGrid__12-12_xld {
		width: 100%
	}

	[data-os-xld="1-1"],
	[data-os-xld="4-4"],
	[data-os-xld="5-5"],
	[data-os-xld="6-6"],
	[data-os-xld="7-7"],
	[data-os-xld="2-2"],
	[data-os-xld="8-8"],
	[data-os-xld="9-9"],
	[data-os-xld="10-10"],
	[data-os-xld="3-3"],
	[data-os-xld="11-11"],
	[data-os-xld="12-12"] {
		margin-left: 100%
	}

	[data-os-xld="3-6"],
	[data-os-xld="1-2"],
	[data-os-xld="4-8"],
	[data-os-xld="5-10"],
	[data-os-xld="6-12"],
	[data-os-xld="2-4"] {
		margin-left: 50%
	}

	[data-os-xld="2-6"],
	[data-os-xld="3-9"],
	[data-os-xld="1-3"],
	[data-os-xld="4-12"] {
		margin-left: 33.33333%
	}

	[data-os-xld="4-6"],
	[data-os-xld="6-9"],
	[data-os-xld="2-3"],
	[data-os-xld="8-12"] {
		margin-left: 66.66667%
	}

	[data-os-xld="2-8"],
	[data-os-xld="3-12"],
	[data-os-xld="1-4"] {
		margin-left: 25%
	}

	[data-os-xld="6-8"],
	[data-os-xld="9-12"],
	[data-os-xld="3-4"] {
		margin-left: 75%
	}

	[data-os-xld="1-5"],
	[data-os-xld="2-10"] {
		margin-left: 20%
	}

	[data-os-xld="2-5"],
	[data-os-xld="4-10"] {
		margin-left: 40%
	}

	[data-os-xld="3-5"],
	[data-os-xld="6-10"] {
		margin-left: 60%
	}

	[data-os-xld="4-5"],
	[data-os-xld="8-10"] {
		margin-left: 80%
	}

	[data-os-xld="1-6"],
	[data-os-xld="2-12"] {
		margin-left: 16.66667%
	}

	[data-os-xld="5-6"],
	[data-os-xld="10-12"] {
		margin-left: 83.33333%
	}

	[data-os-xld="1-7"] {
		margin-left: 14.28571%
	}

	[data-os-xld="2-7"] {
		margin-left: 28.57143%
	}

	[data-os-xld="3-7"] {
		margin-left: 42.85714%
	}

	[data-os-xld="4-7"] {
		margin-left: 57.14286%
	}

	[data-os-xld="5-7"] {
		margin-left: 71.42857%
	}

	[data-os-xld="6-7"] {
		margin-left: 85.71429%
	}

	[data-os-xld="1-8"] {
		margin-left: 12.5%
	}

	[data-os-xld="3-8"] {
		margin-left: 37.5%
	}

	[data-os-xld="5-8"] {
		margin-left: 62.5%
	}

	[data-os-xld="7-8"] {
		margin-left: 87.5%
	}

	[data-os-xld="1-9"] {
		margin-left: 11.11111%
	}

	[data-os-xld="2-9"] {
		margin-left: 22.22222%
	}

	[data-os-xld="4-9"] {
		margin-left: 44.44444%
	}

	[data-os-xld="5-9"] {
		margin-left: 55.55556%
	}

	[data-os-xld="7-9"] {
		margin-left: 77.77778%
	}

	[data-os-xld="8-9"] {
		margin-left: 88.88889%
	}

	[data-os-xld="1-10"] {
		margin-left: 10%
	}

	[data-os-xld="3-10"] {
		margin-left: 30%
	}

	[data-os-xld="7-10"] {
		margin-left: 70%
	}

	[data-os-xld="9-10"] {
		margin-left: 90%
	}

	[data-os-xld="1-11"] {
		margin-left: 9.09091%
	}

	[data-os-xld="2-11"] {
		margin-left: 18.18182%
	}

	[data-os-xld="3-11"] {
		margin-left: 27.27273%
	}

	[data-os-xld="4-11"] {
		margin-left: 36.36364%
	}

	[data-os-xld="5-11"] {
		margin-left: 45.45455%
	}

	[data-os-xld="6-11"] {
		margin-left: 54.54545%
	}

	[data-os-xld="7-11"] {
		margin-left: 63.63636%
	}

	[data-os-xld="8-11"] {
		margin-left: 72.72727%
	}

	[data-os-xld="9-11"] {
		margin-left: 81.81818%
	}

	[data-os-xld="10-11"] {
		margin-left: 90.90909%
	}

	[data-os-xld="1-12"] {
		margin-left: 8.33333%
	}

	[data-os-xld="5-12"] {
		margin-left: 41.66667%
	}

	[data-os-xld="7-12"] {
		margin-left: 58.33333%
	}

	[data-os-xld="11-12"] {
		margin-left: 91.66667%
	}
}

@media only screen and (min-width:1000px) and (max-width:1499px) {

	.cGrid__1-10_d,
	.cGrid__1-11_d,
	.cGrid__1-12_d,
	.cGrid__1-1_d,
	.cGrid__1-2_d,
	.cGrid__1-3_d,
	.cGrid__1-4_d,
	.cGrid__1-5_d,
	.cGrid__1-6_d,
	.cGrid__1-7_d,
	.cGrid__1-8_d,
	.cGrid__1-9_d,
	.cGrid__10-10_d,
	.cGrid__10-11_d,
	.cGrid__10-12_d,
	.cGrid__11-11_d,
	.cGrid__11-12_d,
	.cGrid__12-12_d,
	.cGrid__2-10_d,
	.cGrid__2-11_d,
	.cGrid__2-12_d,
	.cGrid__2-2_d,
	.cGrid__2-3_d,
	.cGrid__2-4_d,
	.cGrid__2-5_d,
	.cGrid__2-6_d,
	.cGrid__2-7_d,
	.cGrid__2-8_d,
	.cGrid__2-9_d,
	.cGrid__3-10_d,
	.cGrid__3-11_d,
	.cGrid__3-12_d,
	.cGrid__3-3_d,
	.cGrid__3-4_d,
	.cGrid__3-5_d,
	.cGrid__3-6_d,
	.cGrid__3-7_d,
	.cGrid__3-8_d,
	.cGrid__4-10_d,
	.cGrid__4-11_d,
	.cGrid__4-12_d,
	.cGrid__4-4_d,
	.cGrid__4-5_d,
	.cGrid__4-6_d,
	.cGrid__4-7_d,
	.cGrid__4-8_d,
	.cGrid__4-9_d,
	.cGrid__5-10_d,
	.cGrid__5-11_d,
	.cGrid__5-12_d,
	.cGrid__5-5_d,
	.cGrid__5-6_d,
	.cGrid__5-7_d,
	.cGrid__5-8_d,
	.cGrid__5-9_d,
	.cGrid__6-10_d,
	.cGrid__6-11_d,
	.cGrid__6-12_d,
	.cGrid__6-6_d,
	.cGrid__6-7_d,
	.cGrid__6-8_d,
	.cGrid__6-9_d,
	.cGrid__7-10_d,
	.cGrid__7-11_d,
	.cGrid__7-12_d,
	.cGrid__7-7_d,
	.cGrid__7-8_d,
	.cGrid__7-9_d,
	.cGrid__8-10_d,
	.cGrid__8-11_d,
	.cGrid__8-12_d,
	.cGrid__8-8_d,
	.cGrid__8-9_d,
	.cGrid__9-10_d,
	.cGrid__9-11_d,
	.cGrid__9-12_d,
	.cGrid__9-9_d,
	.tGrid__1-10_d,
	.tGrid__1-11_d,
	.tGrid__1-12_d,
	.tGrid__1-1_d,
	.tGrid__1-2_d,
	.tGrid__1-3_d,
	.tGrid__1-4_d,
	.tGrid__1-5_d,
	.tGrid__1-6_d,
	.tGrid__1-7_d,
	.tGrid__1-8_d,
	.tGrid__1-9_d,
	.tGrid__10-10_d,
	.tGrid__10-11_d,
	.tGrid__10-12_d,
	.tGrid__11-11_d,
	.tGrid__11-12_d,
	.tGrid__12-12_d,
	.tGrid__2-10_d,
	.tGrid__2-11_d,
	.tGrid__2-12_d,
	.tGrid__2-2_d,
	.tGrid__2-3_d,
	.tGrid__2-4_d,
	.tGrid__2-5_d,
	.tGrid__2-6_d,
	.tGrid__2-7_d,
	.tGrid__2-8_d,
	.tGrid__2-9_d,
	.tGrid__3-10_d,
	.tGrid__3-11_d,
	.tGrid__3-12_d,
	.tGrid__3-3_d,
	.tGrid__3-4_d,
	.tGrid__3-5_d,
	.tGrid__3-6_d,
	.tGrid__3-7_d,
	.tGrid__3-8_d,
	.tGrid__4-10_d,
	.tGrid__4-11_d,
	.tGrid__4-12_d,
	.tGrid__4-4_d,
	.tGrid__4-5_d,
	.tGrid__4-6_d,
	.tGrid__4-7_d,
	.tGrid__4-8_d,
	.tGrid__4-9_d,
	.tGrid__5-10_d,
	.tGrid__5-11_d,
	.tGrid__5-12_d,
	.tGrid__5-5_d,
	.tGrid__5-6_d,
	.tGrid__5-7_d,
	.tGrid__5-8_d,
	.tGrid__5-9_d,
	.tGrid__6-10_d,
	.tGrid__6-11_d,
	.tGrid__6-12_d,
	.tGrid__6-6_d,
	.tGrid__6-7_d,
	.tGrid__6-8_d,
	.tGrid__6-9_d,
	.tGrid__7-10_d,
	.tGrid__7-11_d,
	.tGrid__7-12_d,
	.tGrid__7-7_d,
	.tGrid__7-8_d,
	.tGrid__7-9_d,
	.tGrid__8-10_d,
	.tGrid__8-11_d,
	.tGrid__8-12_d,
	.tGrid__8-8_d,
	.tGrid__8-9_d,
	.tGrid__9-10_d,
	.tGrid__9-11_d,
	.tGrid__9-12_d,
	.tGrid__9-9_d {
		padding-left: 15px;
		padding-right: 15px
	}

	.cGrid__1-1_d,
	.tGrid__1-1_d {
		width: 100%
	}

	.cGrid__1-2_d,
	.tGrid__1-2_d {
		width: 50%
	}

	.cGrid__2-2_d,
	.tGrid__2-2_d {
		width: 100%
	}

	.cGrid__1-3_d,
	.tGrid__1-3_d {
		width: 33.33333%
	}

	.cGrid__2-3_d,
	.tGrid__2-3_d {
		width: 66.66667%
	}

	.cGrid__3-3_d,
	.tGrid__3-3_d {
		width: 100%
	}

	.cGrid__1-4_d,
	.tGrid__1-4_d {
		width: 25%
	}

	.cGrid__2-4_d,
	.tGrid__2-4_d {
		width: 50%
	}

	.cGrid__3-4_d,
	.tGrid__3-4_d {
		width: 75%
	}

	.cGrid__4-4_d,
	.tGrid__4-4_d {
		width: 100%
	}

	.cGrid__1-5_d,
	.tGrid__1-5_d {
		width: 20%
	}

	.cGrid__2-5_d,
	.tGrid__2-5_d {
		width: 40%
	}

	.cGrid__3-5_d,
	.tGrid__3-5_d {
		width: 60%
	}

	.cGrid__4-5_d,
	.tGrid__4-5_d {
		width: 80%
	}

	.cGrid__5-5_d,
	.tGrid__5-5_d {
		width: 100%
	}

	.cGrid__1-6_d,
	.tGrid__1-6_d {
		width: 16.66667%
	}

	.cGrid__2-6_d,
	.tGrid__2-6_d {
		width: 33.33333%
	}

	.cGrid__3-6_d,
	.tGrid__3-6_d {
		width: 50%
	}

	.cGrid__4-6_d,
	.tGrid__4-6_d {
		width: 66.66667%
	}

	.cGrid__5-6_d,
	.tGrid__5-6_d {
		width: 83.33333%
	}

	.cGrid__6-6_d,
	.tGrid__6-6_d {
		width: 100%
	}

	.cGrid__1-7_d,
	.tGrid__1-7_d {
		width: 14.28571%
	}

	.cGrid__2-7_d,
	.tGrid__2-7_d {
		width: 28.57143%
	}

	.cGrid__3-7_d,
	.tGrid__3-7_d {
		width: 42.85714%
	}

	.cGrid__4-7_d,
	.tGrid__4-7_d {
		width: 57.14286%
	}

	.cGrid__5-7_d,
	.tGrid__5-7_d {
		width: 71.42857%
	}

	.cGrid__6-7_d,
	.tGrid__6-7_d {
		width: 85.71429%
	}

	.cGrid__7-7_d,
	.tGrid__7-7_d {
		width: 100%
	}

	.cGrid__1-8_d,
	.tGrid__1-8_d {
		width: 12.5%
	}

	.cGrid__2-8_d,
	.tGrid__2-8_d {
		width: 25%
	}

	.cGrid__3-8_d,
	.tGrid__3-8_d {
		width: 37.5%
	}

	.cGrid__4-8_d,
	.tGrid__4-8_d {
		width: 50%
	}

	.cGrid__5-8_d,
	.tGrid__5-8_d {
		width: 62.5%
	}

	.cGrid__6-8_d,
	.tGrid__6-8_d {
		width: 75%
	}

	.cGrid__7-8_d,
	.tGrid__7-8_d {
		width: 87.5%
	}

	.cGrid__8-8_d,
	.tGrid__8-8_d {
		width: 100%
	}

	.cGrid__1-9_d,
	.tGrid__1-9_d {
		width: 11.11111%
	}

	.cGrid__2-9_d,
	.tGrid__2-9_d {
		width: 22.22222%
	}

	.cGrid__3-9_d,
	.tGrid__3-9_d {
		width: 33.33333%;
		padding-left: 15px;
		padding-right: 15px
	}

	.cGrid__4-9_d,
	.tGrid__4-9_d {
		width: 44.44444%
	}

	.cGrid__5-9_d,
	.tGrid__5-9_d {
		width: 55.55556%
	}

	.cGrid__6-9_d,
	.tGrid__6-9_d {
		width: 66.66667%
	}

	.cGrid__7-9_d,
	.tGrid__7-9_d {
		width: 77.77778%
	}

	.cGrid__8-9_d,
	.tGrid__8-9_d {
		width: 88.88889%
	}

	.cGrid__9-9_d,
	.tGrid__9-9_d {
		width: 100%
	}

	.cGrid__1-10_d,
	.tGrid__1-10_d {
		width: 10%
	}

	.cGrid__2-10_d,
	.tGrid__2-10_d {
		width: 20%
	}

	.cGrid__3-10_d,
	.tGrid__3-10_d {
		width: 30%
	}

	.cGrid__4-10_d,
	.tGrid__4-10_d {
		width: 40%
	}

	.cGrid__5-10_d,
	.tGrid__5-10_d {
		width: 50%
	}

	.cGrid__6-10_d,
	.tGrid__6-10_d {
		width: 60%
	}

	.cGrid__7-10_d,
	.tGrid__7-10_d {
		width: 70%
	}

	.cGrid__8-10_d,
	.tGrid__8-10_d {
		width: 80%
	}

	.cGrid__9-10_d,
	.tGrid__9-10_d {
		width: 90%
	}

	.cGrid__10-10_d,
	.tGrid__10-10_d {
		width: 100%
	}

	.cGrid__1-11_d,
	.tGrid__1-11_d {
		width: 9.09091%
	}

	.cGrid__2-11_d,
	.tGrid__2-11_d {
		width: 18.18182%
	}

	.cGrid__3-11_d,
	.tGrid__3-11_d {
		width: 27.27273%
	}

	.cGrid__4-11_d,
	.tGrid__4-11_d {
		width: 36.36364%
	}

	.cGrid__5-11_d,
	.tGrid__5-11_d {
		width: 45.45455%
	}

	.cGrid__6-11_d,
	.tGrid__6-11_d {
		width: 54.54545%
	}

	.cGrid__7-11_d,
	.tGrid__7-11_d {
		width: 63.63636%
	}

	.cGrid__8-11_d,
	.tGrid__8-11_d {
		width: 72.72727%
	}

	.cGrid__9-11_d,
	.tGrid__9-11_d {
		width: 81.81818%
	}

	.cGrid__10-11_d,
	.tGrid__10-11_d {
		width: 90.90909%
	}

	.cGrid__11-11_d,
	.tGrid__11-11_d {
		width: 100%
	}

	.cGrid__1-12_d,
	.tGrid__1-12_d {
		width: 8.33333%
	}

	.cGrid__2-12_d,
	.tGrid__2-12_d {
		width: 16.66667%
	}

	.cGrid__3-12_d,
	.tGrid__3-12_d {
		width: 25%
	}

	.cGrid__4-12_d,
	.tGrid__4-12_d {
		width: 33.33333%
	}

	.cGrid__5-12_d,
	.tGrid__5-12_d {
		width: 41.66667%
	}

	.cGrid__6-12_d,
	.tGrid__6-12_d {
		width: 50%
	}

	.cGrid__7-12_d,
	.tGrid__7-12_d {
		width: 58.33333%
	}

	.cGrid__8-12_d,
	.tGrid__8-12_d {
		width: 66.66667%
	}

	.cGrid__9-12_d,
	.tGrid__9-12_d {
		width: 75%
	}

	.cGrid__10-12_d,
	.tGrid__10-12_d {
		width: 83.33333%
	}

	.cGrid__11-12_d,
	.tGrid__11-12_d {
		width: 91.66667%
	}

	.cGrid__12-12_d,
	.tGrid__12-12_d {
		width: 100%
	}

	[data-os-d="1-1"],
	[data-os-d="4-4"],
	[data-os-d="5-5"],
	[data-os-d="6-6"],
	[data-os-d="7-7"],
	[data-os-d="2-2"],
	[data-os-d="8-8"],
	[data-os-d="9-9"],
	[data-os-d="10-10"],
	[data-os-d="3-3"],
	[data-os-d="11-11"],
	[data-os-d="12-12"] {
		margin-left: 100%
	}

	[data-os-d="3-6"],
	[data-os-d="1-2"],
	[data-os-d="4-8"],
	[data-os-d="5-10"],
	[data-os-d="6-12"],
	[data-os-d="2-4"] {
		margin-left: 50%
	}

	[data-os-d="2-6"],
	[data-os-d="3-9"],
	[data-os-d="1-3"],
	[data-os-d="4-12"] {
		margin-left: 33.33333%
	}

	[data-os-d="4-6"],
	[data-os-d="6-9"],
	[data-os-d="2-3"],
	[data-os-d="8-12"] {
		margin-left: 66.66667%
	}

	[data-os-d="2-8"],
	[data-os-d="3-12"],
	[data-os-d="1-4"] {
		margin-left: 25%
	}

	[data-os-d="6-8"],
	[data-os-d="9-12"],
	[data-os-d="3-4"] {
		margin-left: 75%
	}

	[data-os-d="1-5"],
	[data-os-d="2-10"] {
		margin-left: 20%
	}

	[data-os-d="2-5"],
	[data-os-d="4-10"] {
		margin-left: 40%
	}

	[data-os-d="3-5"],
	[data-os-d="6-10"] {
		margin-left: 60%
	}

	[data-os-d="4-5"],
	[data-os-d="8-10"] {
		margin-left: 80%
	}

	[data-os-d="1-6"],
	[data-os-d="2-12"] {
		margin-left: 16.66667%
	}

	[data-os-d="5-6"],
	[data-os-d="10-12"] {
		margin-left: 83.33333%
	}

	[data-os-d="1-7"] {
		margin-left: 14.28571%
	}

	[data-os-d="2-7"] {
		margin-left: 28.57143%
	}

	[data-os-d="3-7"] {
		margin-left: 42.85714%
	}

	[data-os-d="4-7"] {
		margin-left: 57.14286%
	}

	[data-os-d="5-7"] {
		margin-left: 71.42857%
	}

	[data-os-d="6-7"] {
		margin-left: 85.71429%
	}

	[data-os-d="1-8"] {
		margin-left: 12.5%
	}

	[data-os-d="3-8"] {
		margin-left: 37.5%
	}

	[data-os-d="5-8"] {
		margin-left: 62.5%
	}

	[data-os-d="7-8"] {
		margin-left: 87.5%
	}

	[data-os-d="1-9"] {
		margin-left: 11.11111%
	}

	[data-os-d="2-9"] {
		margin-left: 22.22222%
	}

	[data-os-d="4-9"] {
		margin-left: 44.44444%
	}

	[data-os-d="5-9"] {
		margin-left: 55.55556%
	}

	[data-os-d="7-9"] {
		margin-left: 77.77778%
	}

	[data-os-d="8-9"] {
		margin-left: 88.88889%
	}

	[data-os-d="1-10"] {
		margin-left: 10%
	}

	[data-os-d="3-10"] {
		margin-left: 30%
	}

	[data-os-d="7-10"] {
		margin-left: 70%
	}

	[data-os-d="9-10"] {
		margin-left: 90%
	}

	[data-os-d="1-11"] {
		margin-left: 9.09091%
	}

	[data-os-d="2-11"] {
		margin-left: 18.18182%
	}

	[data-os-d="3-11"] {
		margin-left: 27.27273%
	}

	[data-os-d="4-11"] {
		margin-left: 36.36364%
	}

	[data-os-d="5-11"] {
		margin-left: 45.45455%
	}

	[data-os-d="6-11"] {
		margin-left: 54.54545%
	}

	[data-os-d="7-11"] {
		margin-left: 63.63636%
	}

	[data-os-d="8-11"] {
		margin-left: 72.72727%
	}

	[data-os-d="9-11"] {
		margin-left: 81.81818%
	}

	[data-os-d="10-11"] {
		margin-left: 90.90909%
	}

	[data-os-d="1-12"] {
		margin-left: 8.33333%
	}

	[data-os-d="5-12"] {
		margin-left: 41.66667%
	}

	[data-os-d="7-12"] {
		margin-left: 58.33333%
	}

	[data-os-d="11-12"] {
		margin-left: 91.66667%
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {

	.cGrid__1-10_t,
	.cGrid__1-11_t,
	.cGrid__1-12_t,
	.cGrid__1-1_t,
	.cGrid__1-2_t,
	.cGrid__1-3_t,
	.cGrid__1-4_t,
	.cGrid__1-5_t,
	.cGrid__1-6_t,
	.cGrid__1-7_t,
	.cGrid__1-8_t,
	.cGrid__1-9_t,
	.cGrid__10-10_t,
	.cGrid__10-11_t,
	.cGrid__10-12_t,
	.cGrid__11-11_t,
	.cGrid__11-12_t,
	.cGrid__12-12_t,
	.cGrid__2-10_t,
	.cGrid__2-11_t,
	.cGrid__2-12_t,
	.cGrid__2-2_t,
	.cGrid__2-3_t,
	.cGrid__2-4_t,
	.cGrid__2-5_t,
	.cGrid__2-6_t,
	.cGrid__2-7_t,
	.cGrid__2-8_t,
	.cGrid__2-9_t,
	.cGrid__3-10_t,
	.cGrid__3-11_t,
	.cGrid__3-12_t,
	.cGrid__3-3_t,
	.cGrid__3-4_t,
	.cGrid__3-5_t,
	.cGrid__3-6_t,
	.cGrid__3-7_t,
	.cGrid__3-8_t,
	.cGrid__4-10_t,
	.cGrid__4-11_t,
	.cGrid__4-12_t,
	.cGrid__4-4_t,
	.cGrid__4-5_t,
	.cGrid__4-6_t,
	.cGrid__4-7_t,
	.cGrid__4-8_t,
	.cGrid__4-9_t,
	.cGrid__5-10_t,
	.cGrid__5-11_t,
	.cGrid__5-12_t,
	.cGrid__5-5_t,
	.cGrid__5-6_t,
	.cGrid__5-7_t,
	.cGrid__5-8_t,
	.cGrid__5-9_t,
	.cGrid__6-10_t,
	.cGrid__6-11_t,
	.cGrid__6-12_t,
	.cGrid__6-6_t,
	.cGrid__6-7_t,
	.cGrid__6-8_t,
	.cGrid__6-9_t,
	.cGrid__7-10_t,
	.cGrid__7-11_t,
	.cGrid__7-12_t,
	.cGrid__7-7_t,
	.cGrid__7-8_t,
	.cGrid__7-9_t,
	.cGrid__8-10_t,
	.cGrid__8-11_t,
	.cGrid__8-12_t,
	.cGrid__8-8_t,
	.cGrid__8-9_t,
	.cGrid__9-10_t,
	.cGrid__9-11_t,
	.cGrid__9-12_t,
	.cGrid__9-9_t,
	.tGrid__1-10_t,
	.tGrid__1-11_t,
	.tGrid__1-12_t,
	.tGrid__1-1_t,
	.tGrid__1-2_t,
	.tGrid__1-3_t,
	.tGrid__1-4_t,
	.tGrid__1-5_t,
	.tGrid__1-6_t,
	.tGrid__1-7_t,
	.tGrid__1-8_t,
	.tGrid__1-9_t,
	.tGrid__10-10_t,
	.tGrid__10-11_t,
	.tGrid__10-12_t,
	.tGrid__11-11_t,
	.tGrid__11-12_t,
	.tGrid__12-12_t,
	.tGrid__2-10_t,
	.tGrid__2-11_t,
	.tGrid__2-12_t,
	.tGrid__2-2_t,
	.tGrid__2-3_t,
	.tGrid__2-4_t,
	.tGrid__2-5_t,
	.tGrid__2-6_t,
	.tGrid__2-7_t,
	.tGrid__2-8_t,
	.tGrid__2-9_t,
	.tGrid__3-10_t,
	.tGrid__3-11_t,
	.tGrid__3-12_t,
	.tGrid__3-3_t,
	.tGrid__3-4_t,
	.tGrid__3-5_t,
	.tGrid__3-6_t,
	.tGrid__3-7_t,
	.tGrid__3-8_t,
	.tGrid__4-10_t,
	.tGrid__4-11_t,
	.tGrid__4-12_t,
	.tGrid__4-4_t,
	.tGrid__4-5_t,
	.tGrid__4-6_t,
	.tGrid__4-7_t,
	.tGrid__4-8_t,
	.tGrid__4-9_t,
	.tGrid__5-10_t,
	.tGrid__5-11_t,
	.tGrid__5-12_t,
	.tGrid__5-5_t,
	.tGrid__5-6_t,
	.tGrid__5-7_t,
	.tGrid__5-8_t,
	.tGrid__5-9_t,
	.tGrid__6-10_t,
	.tGrid__6-11_t,
	.tGrid__6-12_t,
	.tGrid__6-6_t,
	.tGrid__6-7_t,
	.tGrid__6-8_t,
	.tGrid__6-9_t,
	.tGrid__7-10_t,
	.tGrid__7-11_t,
	.tGrid__7-12_t,
	.tGrid__7-7_t,
	.tGrid__7-8_t,
	.tGrid__7-9_t,
	.tGrid__8-10_t,
	.tGrid__8-11_t,
	.tGrid__8-12_t,
	.tGrid__8-8_t,
	.tGrid__8-9_t,
	.tGrid__9-10_t,
	.tGrid__9-11_t,
	.tGrid__9-12_t,
	.tGrid__9-9_t {
		padding-left: 15px;
		padding-right: 15px
	}

	.cGrid__1-1_t,
	.tGrid__1-1_t {
		width: 100%
	}

	.cGrid__1-2_t,
	.tGrid__1-2_t {
		width: 50%
	}

	.cGrid__2-2_t,
	.tGrid__2-2_t {
		width: 100%
	}

	.cGrid__1-3_t,
	.tGrid__1-3_t {
		width: 33.33333%
	}

	.cGrid__2-3_t,
	.tGrid__2-3_t {
		width: 66.66667%
	}

	.cGrid__3-3_t,
	.tGrid__3-3_t {
		width: 100%
	}

	.cGrid__1-4_t,
	.tGrid__1-4_t {
		width: 25%
	}

	.cGrid__2-4_t,
	.tGrid__2-4_t {
		width: 50%
	}

	.cGrid__3-4_t,
	.tGrid__3-4_t {
		width: 75%
	}

	.cGrid__4-4_t,
	.tGrid__4-4_t {
		width: 100%
	}

	.cGrid__1-5_t,
	.tGrid__1-5_t {
		width: 20%
	}

	.cGrid__2-5_t,
	.tGrid__2-5_t {
		width: 40%
	}

	.cGrid__3-5_t,
	.tGrid__3-5_t {
		width: 60%
	}

	.cGrid__4-5_t,
	.tGrid__4-5_t {
		width: 80%
	}

	.cGrid__5-5_t,
	.tGrid__5-5_t {
		width: 100%
	}

	.cGrid__1-6_t,
	.tGrid__1-6_t {
		width: 16.66667%
	}

	.cGrid__2-6_t,
	.tGrid__2-6_t {
		width: 33.33333%
	}

	.cGrid__3-6_t,
	.tGrid__3-6_t {
		width: 50%
	}

	.cGrid__4-6_t,
	.tGrid__4-6_t {
		width: 66.66667%
	}

	.cGrid__5-6_t,
	.tGrid__5-6_t {
		width: 83.33333%
	}

	.cGrid__6-6_t,
	.tGrid__6-6_t {
		width: 100%
	}

	.cGrid__1-7_t,
	.tGrid__1-7_t {
		width: 14.28571%
	}

	.cGrid__2-7_t,
	.tGrid__2-7_t {
		width: 28.57143%
	}

	.cGrid__3-7_t,
	.tGrid__3-7_t {
		width: 42.85714%
	}

	.cGrid__4-7_t,
	.tGrid__4-7_t {
		width: 57.14286%
	}

	.cGrid__5-7_t,
	.tGrid__5-7_t {
		width: 71.42857%
	}

	.cGrid__6-7_t,
	.tGrid__6-7_t {
		width: 85.71429%
	}

	.cGrid__7-7_t,
	.tGrid__7-7_t {
		width: 100%
	}

	.cGrid__1-8_t,
	.tGrid__1-8_t {
		width: 12.5%
	}

	.cGrid__2-8_t,
	.tGrid__2-8_t {
		width: 25%
	}

	.cGrid__3-8_t,
	.tGrid__3-8_t {
		width: 37.5%
	}

	.cGrid__4-8_t,
	.tGrid__4-8_t {
		width: 50%
	}

	.cGrid__5-8_t,
	.tGrid__5-8_t {
		width: 62.5%
	}

	.cGrid__6-8_t,
	.tGrid__6-8_t {
		width: 75%
	}

	.cGrid__7-8_t,
	.tGrid__7-8_t {
		width: 87.5%
	}

	.cGrid__8-8_t,
	.tGrid__8-8_t {
		width: 100%
	}

	.cGrid__1-9_t,
	.tGrid__1-9_t {
		width: 11.11111%
	}

	.cGrid__2-9_t,
	.tGrid__2-9_t {
		width: 22.22222%
	}

	.cGrid__3-9_t,
	.tGrid__3-9_t {
		width: 33.33333%;
		padding-left: 15px;
		padding-right: 15px
	}

	.cGrid__4-9_t,
	.tGrid__4-9_t {
		width: 44.44444%
	}

	.cGrid__5-9_t,
	.tGrid__5-9_t {
		width: 55.55556%
	}

	.cGrid__6-9_t,
	.tGrid__6-9_t {
		width: 66.66667%
	}

	.cGrid__7-9_t,
	.tGrid__7-9_t {
		width: 77.77778%
	}

	.cGrid__8-9_t,
	.tGrid__8-9_t {
		width: 88.88889%
	}

	.cGrid__9-9_t,
	.tGrid__9-9_t {
		width: 100%
	}

	.cGrid__1-10_t,
	.tGrid__1-10_t {
		width: 10%
	}

	.cGrid__2-10_t,
	.tGrid__2-10_t {
		width: 20%
	}

	.cGrid__3-10_t,
	.tGrid__3-10_t {
		width: 30%
	}

	.cGrid__4-10_t,
	.tGrid__4-10_t {
		width: 40%
	}

	.cGrid__5-10_t,
	.tGrid__5-10_t {
		width: 50%
	}

	.cGrid__6-10_t,
	.tGrid__6-10_t {
		width: 60%
	}

	.cGrid__7-10_t,
	.tGrid__7-10_t {
		width: 70%
	}

	.cGrid__8-10_t,
	.tGrid__8-10_t {
		width: 80%
	}

	.cGrid__9-10_t,
	.tGrid__9-10_t {
		width: 90%
	}

	.cGrid__10-10_t,
	.tGrid__10-10_t {
		width: 100%
	}

	.cGrid__1-11_t,
	.tGrid__1-11_t {
		width: 9.09091%
	}

	.cGrid__2-11_t,
	.tGrid__2-11_t {
		width: 18.18182%
	}

	.cGrid__3-11_t,
	.tGrid__3-11_t {
		width: 27.27273%
	}

	.cGrid__4-11_t,
	.tGrid__4-11_t {
		width: 36.36364%
	}

	.cGrid__5-11_t,
	.tGrid__5-11_t {
		width: 45.45455%
	}

	.cGrid__6-11_t,
	.tGrid__6-11_t {
		width: 54.54545%
	}

	.cGrid__7-11_t,
	.tGrid__7-11_t {
		width: 63.63636%
	}

	.cGrid__8-11_t,
	.tGrid__8-11_t {
		width: 72.72727%
	}

	.cGrid__9-11_t,
	.tGrid__9-11_t {
		width: 81.81818%
	}

	.cGrid__10-11_t,
	.tGrid__10-11_t {
		width: 90.90909%
	}

	.cGrid__11-11_t,
	.tGrid__11-11_t {
		width: 100%
	}

	.cGrid__1-12_t,
	.tGrid__1-12_t {
		width: 8.33333%
	}

	.cGrid__2-12_t,
	.tGrid__2-12_t {
		width: 16.66667%
	}

	.cGrid__3-12_t,
	.tGrid__3-12_t {
		width: 25%
	}

	.cGrid__4-12_t,
	.tGrid__4-12_t {
		width: 33.33333%
	}

	.cGrid__5-12_t,
	.tGrid__5-12_t {
		width: 41.66667%
	}

	.cGrid__6-12_t,
	.tGrid__6-12_t {
		width: 50%
	}

	.cGrid__7-12_t,
	.tGrid__7-12_t {
		width: 58.33333%
	}

	.cGrid__8-12_t,
	.tGrid__8-12_t {
		width: 66.66667%
	}

	.cGrid__9-12_t,
	.tGrid__9-12_t {
		width: 75%
	}

	.cGrid__10-12_t,
	.tGrid__10-12_t {
		width: 83.33333%
	}

	.cGrid__11-12_t,
	.tGrid__11-12_t {
		width: 91.66667%
	}

	.cGrid__12-12_t,
	.tGrid__12-12_t {
		width: 100%
	}

	[data-os-t="1-1"],
	[data-os-t="4-4"],
	[data-os-t="5-5"],
	[data-os-t="6-6"],
	[data-os-t="7-7"],
	[data-os-t="2-2"],
	[data-os-t="8-8"],
	[data-os-t="9-9"],
	[data-os-t="10-10"],
	[data-os-t="3-3"],
	[data-os-t="11-11"],
	[data-os-t="12-12"] {
		margin-left: 100%
	}

	[data-os-t="3-6"],
	[data-os-t="1-2"],
	[data-os-t="4-8"],
	[data-os-t="5-10"],
	[data-os-t="6-12"],
	[data-os-t="2-4"] {
		margin-left: 50%
	}

	[data-os-t="2-6"],
	[data-os-t="3-9"],
	[data-os-t="1-3"],
	[data-os-t="4-12"] {
		margin-left: 33.33333%
	}

	[data-os-t="4-6"],
	[data-os-t="6-9"],
	[data-os-t="2-3"],
	[data-os-t="8-12"] {
		margin-left: 66.66667%
	}

	[data-os-t="2-8"],
	[data-os-t="3-12"],
	[data-os-t="1-4"] {
		margin-left: 25%
	}

	[data-os-t="6-8"],
	[data-os-t="9-12"],
	[data-os-t="3-4"] {
		margin-left: 75%
	}

	[data-os-t="1-5"],
	[data-os-t="2-10"] {
		margin-left: 20%
	}

	[data-os-t="2-5"],
	[data-os-t="4-10"] {
		margin-left: 40%
	}

	[data-os-t="3-5"],
	[data-os-t="6-10"] {
		margin-left: 60%
	}

	[data-os-t="4-5"],
	[data-os-t="8-10"] {
		margin-left: 80%
	}

	[data-os-t="1-6"],
	[data-os-t="2-12"] {
		margin-left: 16.66667%
	}

	[data-os-t="5-6"],
	[data-os-t="10-12"] {
		margin-left: 83.33333%
	}

	[data-os-t="1-7"] {
		margin-left: 14.28571%
	}

	[data-os-t="2-7"] {
		margin-left: 28.57143%
	}

	[data-os-t="3-7"] {
		margin-left: 42.85714%
	}

	[data-os-t="4-7"] {
		margin-left: 57.14286%
	}

	[data-os-t="5-7"] {
		margin-left: 71.42857%
	}

	[data-os-t="6-7"] {
		margin-left: 85.71429%
	}

	[data-os-t="1-8"] {
		margin-left: 12.5%
	}

	[data-os-t="3-8"] {
		margin-left: 37.5%
	}

	[data-os-t="5-8"] {
		margin-left: 62.5%
	}

	[data-os-t="7-8"] {
		margin-left: 87.5%
	}

	[data-os-t="1-9"] {
		margin-left: 11.11111%
	}

	[data-os-t="2-9"] {
		margin-left: 22.22222%
	}

	[data-os-t="4-9"] {
		margin-left: 44.44444%
	}

	[data-os-t="5-9"] {
		margin-left: 55.55556%
	}

	[data-os-t="7-9"] {
		margin-left: 77.77778%
	}

	[data-os-t="8-9"] {
		margin-left: 88.88889%
	}

	[data-os-t="1-10"] {
		margin-left: 10%
	}

	[data-os-t="3-10"] {
		margin-left: 30%
	}

	[data-os-t="7-10"] {
		margin-left: 70%
	}

	[data-os-t="9-10"] {
		margin-left: 90%
	}

	[data-os-t="1-11"] {
		margin-left: 9.09091%
	}

	[data-os-t="2-11"] {
		margin-left: 18.18182%
	}

	[data-os-t="3-11"] {
		margin-left: 27.27273%
	}

	[data-os-t="4-11"] {
		margin-left: 36.36364%
	}

	[data-os-t="5-11"] {
		margin-left: 45.45455%
	}

	[data-os-t="6-11"] {
		margin-left: 54.54545%
	}

	[data-os-t="7-11"] {
		margin-left: 63.63636%
	}

	[data-os-t="8-11"] {
		margin-left: 72.72727%
	}

	[data-os-t="9-11"] {
		margin-left: 81.81818%
	}

	[data-os-t="10-11"] {
		margin-left: 90.90909%
	}

	[data-os-t="1-12"] {
		margin-left: 8.33333%
	}

	[data-os-t="5-12"] {
		margin-left: 41.66667%
	}

	[data-os-t="7-12"] {
		margin-left: 58.33333%
	}

	[data-os-t="11-12"] {
		margin-left: 91.66667%
	}
}

@media only screen and (max-width:759px) {

	.cGrid__1-10_m,
	.cGrid__1-11_m,
	.cGrid__1-12_m,
	.cGrid__1-1_m,
	.cGrid__1-2_m,
	.cGrid__1-3_m,
	.cGrid__1-4_m,
	.cGrid__1-5_m,
	.cGrid__1-6_m,
	.cGrid__1-7_m,
	.cGrid__1-8_m,
	.cGrid__1-9_m,
	.cGrid__10-10_m,
	.cGrid__10-11_m,
	.cGrid__10-12_m,
	.cGrid__11-11_m,
	.cGrid__11-12_m,
	.cGrid__12-12_m,
	.cGrid__2-10_m,
	.cGrid__2-11_m,
	.cGrid__2-12_m,
	.cGrid__2-2_m,
	.cGrid__2-3_m,
	.cGrid__2-4_m,
	.cGrid__2-5_m,
	.cGrid__2-6_m,
	.cGrid__2-7_m,
	.cGrid__2-8_m,
	.cGrid__2-9_m,
	.cGrid__3-10_m,
	.cGrid__3-11_m,
	.cGrid__3-12_m,
	.cGrid__3-3_m,
	.cGrid__3-4_m,
	.cGrid__3-5_m,
	.cGrid__3-6_m,
	.cGrid__3-7_m,
	.cGrid__3-8_m,
	.cGrid__4-10_m,
	.cGrid__4-11_m,
	.cGrid__4-12_m,
	.cGrid__4-4_m,
	.cGrid__4-5_m,
	.cGrid__4-6_m,
	.cGrid__4-7_m,
	.cGrid__4-8_m,
	.cGrid__4-9_m,
	.cGrid__5-10_m,
	.cGrid__5-11_m,
	.cGrid__5-12_m,
	.cGrid__5-5_m,
	.cGrid__5-6_m,
	.cGrid__5-7_m,
	.cGrid__5-8_m,
	.cGrid__5-9_m,
	.cGrid__6-10_m,
	.cGrid__6-11_m,
	.cGrid__6-12_m,
	.cGrid__6-6_m,
	.cGrid__6-7_m,
	.cGrid__6-8_m,
	.cGrid__6-9_m,
	.cGrid__7-10_m,
	.cGrid__7-11_m,
	.cGrid__7-12_m,
	.cGrid__7-7_m,
	.cGrid__7-8_m,
	.cGrid__7-9_m,
	.cGrid__8-10_m,
	.cGrid__8-11_m,
	.cGrid__8-12_m,
	.cGrid__8-8_m,
	.cGrid__8-9_m,
	.cGrid__9-10_m,
	.cGrid__9-11_m,
	.cGrid__9-12_m,
	.cGrid__9-9_m,
	.tGrid__1-10_m,
	.tGrid__1-11_m,
	.tGrid__1-12_m,
	.tGrid__1-1_m,
	.tGrid__1-2_m,
	.tGrid__1-3_m,
	.tGrid__1-4_m,
	.tGrid__1-5_m,
	.tGrid__1-6_m,
	.tGrid__1-7_m,
	.tGrid__1-8_m,
	.tGrid__1-9_m,
	.tGrid__10-10_m,
	.tGrid__10-11_m,
	.tGrid__10-12_m,
	.tGrid__11-11_m,
	.tGrid__11-12_m,
	.tGrid__12-12_m,
	.tGrid__2-10_m,
	.tGrid__2-11_m,
	.tGrid__2-12_m,
	.tGrid__2-2_m,
	.tGrid__2-3_m,
	.tGrid__2-4_m,
	.tGrid__2-5_m,
	.tGrid__2-6_m,
	.tGrid__2-7_m,
	.tGrid__2-8_m,
	.tGrid__2-9_m,
	.tGrid__3-10_m,
	.tGrid__3-11_m,
	.tGrid__3-12_m,
	.tGrid__3-3_m,
	.tGrid__3-4_m,
	.tGrid__3-5_m,
	.tGrid__3-6_m,
	.tGrid__3-7_m,
	.tGrid__3-8_m,
	.tGrid__4-10_m,
	.tGrid__4-11_m,
	.tGrid__4-12_m,
	.tGrid__4-4_m,
	.tGrid__4-5_m,
	.tGrid__4-6_m,
	.tGrid__4-7_m,
	.tGrid__4-8_m,
	.tGrid__4-9_m,
	.tGrid__5-10_m,
	.tGrid__5-11_m,
	.tGrid__5-12_m,
	.tGrid__5-5_m,
	.tGrid__5-6_m,
	.tGrid__5-7_m,
	.tGrid__5-8_m,
	.tGrid__5-9_m,
	.tGrid__6-10_m,
	.tGrid__6-11_m,
	.tGrid__6-12_m,
	.tGrid__6-6_m,
	.tGrid__6-7_m,
	.tGrid__6-8_m,
	.tGrid__6-9_m,
	.tGrid__7-10_m,
	.tGrid__7-11_m,
	.tGrid__7-12_m,
	.tGrid__7-7_m,
	.tGrid__7-8_m,
	.tGrid__7-9_m,
	.tGrid__8-10_m,
	.tGrid__8-11_m,
	.tGrid__8-12_m,
	.tGrid__8-8_m,
	.tGrid__8-9_m,
	.tGrid__9-10_m,
	.tGrid__9-11_m,
	.tGrid__9-12_m,
	.tGrid__9-9_m {
		padding-left: 15px;
		padding-right: 15px
	}

	.cGrid__1-1_m,
	.tGrid__1-1_m {
		width: 100%
	}

	.cGrid__1-2_m,
	.tGrid__1-2_m {
		width: 50%
	}

	.cGrid__2-2_m,
	.tGrid__2-2_m {
		width: 100%
	}

	.cGrid__1-3_m,
	.tGrid__1-3_m {
		width: 33.33333%
	}

	.cGrid__2-3_m,
	.tGrid__2-3_m {
		width: 66.66667%
	}

	.cGrid__3-3_m,
	.tGrid__3-3_m {
		width: 100%
	}

	.cGrid__1-4_m,
	.tGrid__1-4_m {
		width: 25%
	}

	.cGrid__2-4_m,
	.tGrid__2-4_m {
		width: 50%
	}

	.cGrid__3-4_m,
	.tGrid__3-4_m {
		width: 75%
	}

	.cGrid__4-4_m,
	.tGrid__4-4_m {
		width: 100%
	}

	.cGrid__1-5_m,
	.tGrid__1-5_m {
		width: 20%
	}

	.cGrid__2-5_m,
	.tGrid__2-5_m {
		width: 40%
	}

	.cGrid__3-5_m,
	.tGrid__3-5_m {
		width: 60%
	}

	.cGrid__4-5_m,
	.tGrid__4-5_m {
		width: 80%
	}

	.cGrid__5-5_m,
	.tGrid__5-5_m {
		width: 100%
	}

	.cGrid__1-6_m,
	.tGrid__1-6_m {
		width: 16.66667%
	}

	.cGrid__2-6_m,
	.tGrid__2-6_m {
		width: 33.33333%
	}

	.cGrid__3-6_m,
	.tGrid__3-6_m {
		width: 50%
	}

	.cGrid__4-6_m,
	.tGrid__4-6_m {
		width: 66.66667%
	}

	.cGrid__5-6_m,
	.tGrid__5-6_m {
		width: 83.33333%
	}

	.cGrid__6-6_m,
	.tGrid__6-6_m {
		width: 100%
	}

	.cGrid__1-7_m,
	.tGrid__1-7_m {
		width: 14.28571%
	}

	.cGrid__2-7_m,
	.tGrid__2-7_m {
		width: 28.57143%
	}

	.cGrid__3-7_m,
	.tGrid__3-7_m {
		width: 42.85714%
	}

	.cGrid__4-7_m,
	.tGrid__4-7_m {
		width: 57.14286%
	}

	.cGrid__5-7_m,
	.tGrid__5-7_m {
		width: 71.42857%
	}

	.cGrid__6-7_m,
	.tGrid__6-7_m {
		width: 85.71429%
	}

	.cGrid__7-7_m,
	.tGrid__7-7_m {
		width: 100%
	}

	.cGrid__1-8_m,
	.tGrid__1-8_m {
		width: 12.5%
	}

	.cGrid__2-8_m,
	.tGrid__2-8_m {
		width: 25%
	}

	.cGrid__3-8_m,
	.tGrid__3-8_m {
		width: 37.5%
	}

	.cGrid__4-8_m,
	.tGrid__4-8_m {
		width: 50%
	}

	.cGrid__5-8_m,
	.tGrid__5-8_m {
		width: 62.5%
	}

	.cGrid__6-8_m,
	.tGrid__6-8_m {
		width: 75%
	}

	.cGrid__7-8_m,
	.tGrid__7-8_m {
		width: 87.5%
	}

	.cGrid__8-8_m,
	.tGrid__8-8_m {
		width: 100%
	}

	.cGrid__1-9_m,
	.tGrid__1-9_m {
		width: 11.11111%
	}

	.cGrid__2-9_m,
	.tGrid__2-9_m {
		width: 22.22222%
	}

	.cGrid__3-9_m,
	.tGrid__3-9_m {
		width: 33.33333%;
		padding-left: 15px;
		padding-right: 15px
	}

	.cGrid__4-9_m,
	.tGrid__4-9_m {
		width: 44.44444%
	}

	.cGrid__5-9_m,
	.tGrid__5-9_m {
		width: 55.55556%
	}

	.cGrid__6-9_m,
	.tGrid__6-9_m {
		width: 66.66667%
	}

	.cGrid__7-9_m,
	.tGrid__7-9_m {
		width: 77.77778%
	}

	.cGrid__8-9_m,
	.tGrid__8-9_m {
		width: 88.88889%
	}

	.cGrid__9-9_m,
	.tGrid__9-9_m {
		width: 100%
	}

	.cGrid__1-10_m,
	.tGrid__1-10_m {
		width: 10%
	}

	.cGrid__2-10_m,
	.tGrid__2-10_m {
		width: 20%
	}

	.cGrid__3-10_m,
	.tGrid__3-10_m {
		width: 30%
	}

	.cGrid__4-10_m,
	.tGrid__4-10_m {
		width: 40%
	}

	.cGrid__5-10_m,
	.tGrid__5-10_m {
		width: 50%
	}

	.cGrid__6-10_m,
	.tGrid__6-10_m {
		width: 60%
	}

	.cGrid__7-10_m,
	.tGrid__7-10_m {
		width: 70%
	}

	.cGrid__8-10_m,
	.tGrid__8-10_m {
		width: 80%
	}

	.cGrid__9-10_m,
	.tGrid__9-10_m {
		width: 90%
	}

	.cGrid__10-10_m,
	.tGrid__10-10_m {
		width: 100%
	}

	.cGrid__1-11_m,
	.tGrid__1-11_m {
		width: 9.09091%
	}

	.cGrid__2-11_m,
	.tGrid__2-11_m {
		width: 18.18182%
	}

	.cGrid__3-11_m,
	.tGrid__3-11_m {
		width: 27.27273%
	}

	.cGrid__4-11_m,
	.tGrid__4-11_m {
		width: 36.36364%
	}

	.cGrid__5-11_m,
	.tGrid__5-11_m {
		width: 45.45455%
	}

	.cGrid__6-11_m,
	.tGrid__6-11_m {
		width: 54.54545%
	}

	.cGrid__7-11_m,
	.tGrid__7-11_m {
		width: 63.63636%
	}

	.cGrid__8-11_m,
	.tGrid__8-11_m {
		width: 72.72727%
	}

	.cGrid__9-11_m,
	.tGrid__9-11_m {
		width: 81.81818%
	}

	.cGrid__10-11_m,
	.tGrid__10-11_m {
		width: 90.90909%
	}

	.cGrid__11-11_m,
	.tGrid__11-11_m {
		width: 100%
	}

	.cGrid__1-12_m,
	.tGrid__1-12_m {
		width: 8.33333%
	}

	.cGrid__2-12_m,
	.tGrid__2-12_m {
		width: 16.66667%
	}

	.cGrid__3-12_m,
	.tGrid__3-12_m {
		width: 25%
	}

	.cGrid__4-12_m,
	.tGrid__4-12_m {
		width: 33.33333%
	}

	.cGrid__5-12_m,
	.tGrid__5-12_m {
		width: 41.66667%
	}

	.cGrid__6-12_m,
	.tGrid__6-12_m {
		width: 50%
	}

	.cGrid__7-12_m,
	.tGrid__7-12_m {
		width: 58.33333%
	}

	.cGrid__8-12_m,
	.tGrid__8-12_m {
		width: 66.66667%
	}

	.cGrid__9-12_m,
	.tGrid__9-12_m {
		width: 75%
	}

	.cGrid__10-12_m,
	.tGrid__10-12_m {
		width: 83.33333%
	}

	.cGrid__11-12_m,
	.tGrid__11-12_m {
		width: 91.66667%
	}

	.cGrid__12-12_m,
	.tGrid__12-12_m {
		width: 100%
	}

	[data-os-m="1-1"],
	[data-os-m="4-4"],
	[data-os-m="5-5"],
	[data-os-m="6-6"],
	[data-os-m="7-7"],
	[data-os-m="2-2"],
	[data-os-m="8-8"],
	[data-os-m="9-9"],
	[data-os-m="10-10"],
	[data-os-m="3-3"],
	[data-os-m="11-11"],
	[data-os-m="12-12"] {
		margin-left: 100%
	}

	[data-os-m="3-6"],
	[data-os-m="1-2"],
	[data-os-m="4-8"],
	[data-os-m="5-10"],
	[data-os-m="6-12"],
	[data-os-m="2-4"] {
		margin-left: 50%
	}

	[data-os-m="2-6"],
	[data-os-m="3-9"],
	[data-os-m="1-3"],
	[data-os-m="4-12"] {
		margin-left: 33.33333%
	}

	[data-os-m="4-6"],
	[data-os-m="6-9"],
	[data-os-m="2-3"],
	[data-os-m="8-12"] {
		margin-left: 66.66667%
	}

	[data-os-m="2-8"],
	[data-os-m="3-12"],
	[data-os-m="1-4"] {
		margin-left: 25%
	}

	[data-os-m="6-8"],
	[data-os-m="9-12"],
	[data-os-m="3-4"] {
		margin-left: 75%
	}

	[data-os-m="1-5"],
	[data-os-m="2-10"] {
		margin-left: 20%
	}

	[data-os-m="2-5"],
	[data-os-m="4-10"] {
		margin-left: 40%
	}

	[data-os-m="3-5"],
	[data-os-m="6-10"] {
		margin-left: 60%
	}

	[data-os-m="4-5"],
	[data-os-m="8-10"] {
		margin-left: 80%
	}

	[data-os-m="1-6"],
	[data-os-m="2-12"] {
		margin-left: 16.66667%
	}

	[data-os-m="5-6"],
	[data-os-m="10-12"] {
		margin-left: 83.33333%
	}

	[data-os-m="1-7"] {
		margin-left: 14.28571%
	}

	[data-os-m="2-7"] {
		margin-left: 28.57143%
	}

	[data-os-m="3-7"] {
		margin-left: 42.85714%
	}

	[data-os-m="4-7"] {
		margin-left: 57.14286%
	}

	[data-os-m="5-7"] {
		margin-left: 71.42857%
	}

	[data-os-m="6-7"] {
		margin-left: 85.71429%
	}

	[data-os-m="1-8"] {
		margin-left: 12.5%
	}

	[data-os-m="3-8"] {
		margin-left: 37.5%
	}

	[data-os-m="5-8"] {
		margin-left: 62.5%
	}

	[data-os-m="7-8"] {
		margin-left: 87.5%
	}

	[data-os-m="1-9"] {
		margin-left: 11.11111%
	}

	[data-os-m="2-9"] {
		margin-left: 22.22222%
	}

	[data-os-m="4-9"] {
		margin-left: 44.44444%
	}

	[data-os-m="5-9"] {
		margin-left: 55.55556%
	}

	[data-os-m="7-9"] {
		margin-left: 77.77778%
	}

	[data-os-m="8-9"] {
		margin-left: 88.88889%
	}

	[data-os-m="1-10"] {
		margin-left: 10%
	}

	[data-os-m="3-10"] {
		margin-left: 30%
	}

	[data-os-m="7-10"] {
		margin-left: 70%
	}

	[data-os-m="9-10"] {
		margin-left: 90%
	}

	[data-os-m="1-11"] {
		margin-left: 9.09091%
	}

	[data-os-m="2-11"] {
		margin-left: 18.18182%
	}

	[data-os-m="3-11"] {
		margin-left: 27.27273%
	}

	[data-os-m="4-11"] {
		margin-left: 36.36364%
	}

	[data-os-m="5-11"] {
		margin-left: 45.45455%
	}

	[data-os-m="6-11"] {
		margin-left: 54.54545%
	}

	[data-os-m="7-11"] {
		margin-left: 63.63636%
	}

	[data-os-m="8-11"] {
		margin-left: 72.72727%
	}

	[data-os-m="9-11"] {
		margin-left: 81.81818%
	}

	[data-os-m="10-11"] {
		margin-left: 90.90909%
	}

	[data-os-m="1-12"] {
		margin-left: 8.33333%
	}

	[data-os-m="5-12"] {
		margin-left: 41.66667%
	}

	[data-os-m="7-12"] {
		margin-left: 58.33333%
	}

	[data-os-m="11-12"] {
		margin-left: 91.66667%
	}
}

.tableGrid__wrapper,
[class*=gridBox] {
	width: 100%;
	position: relative
}

[data-os="1-1"],
[data-os="4-4"],
[data-os="5-5"],
[data-os="6-6"],
[data-os="7-7"],
[data-os="2-2"],
[data-os="8-8"],
[data-os="9-9"],
[data-os="10-10"],
[data-os="3-3"],
[data-os="11-11"],
[data-os="12-12"] {
	margin-left: 100%
}

[data-os="3-6"],
[data-os="1-2"],
[data-os="4-8"],
[data-os="5-10"],
[data-os="6-12"],
[data-os="2-4"] {
	margin-left: 50%
}

[data-os="2-6"],
[data-os="3-9"],
[data-os="1-3"],
[data-os="4-12"] {
	margin-left: 33.33333%
}

[data-os="4-6"],
[data-os="6-9"],
[data-os="2-3"],
[data-os="8-12"] {
	margin-left: 66.66667%
}

[data-os="2-8"],
[data-os="3-12"],
[data-os="1-4"] {
	margin-left: 25%
}

[data-os="6-8"],
[data-os="9-12"],
[data-os="3-4"] {
	margin-left: 75%
}

[data-os="1-5"],
[data-os="2-10"] {
	margin-left: 20%
}

[data-os="2-5"],
[data-os="4-10"] {
	margin-left: 40%
}

[data-os="3-5"],
[data-os="6-10"] {
	margin-left: 60%
}

[data-os="4-5"],
[data-os="8-10"] {
	margin-left: 80%
}

[data-os="1-6"],
[data-os="2-12"] {
	margin-left: 16.66667%
}

[data-os="5-6"],
[data-os="10-12"] {
	margin-left: 83.33333%
}

[data-os="1-7"] {
	margin-left: 14.28571%
}

[data-os="2-7"] {
	margin-left: 28.57143%
}

[data-os="3-7"] {
	margin-left: 42.85714%
}

[data-os="4-7"] {
	margin-left: 57.14286%
}

[data-os="5-7"] {
	margin-left: 71.42857%
}

[data-os="6-7"] {
	margin-left: 85.71429%
}

[data-os="1-8"] {
	margin-left: 12.5%
}

[data-os="3-8"] {
	margin-left: 37.5%
}

[data-os="5-8"] {
	margin-left: 62.5%
}

[data-os="7-8"] {
	margin-left: 87.5%
}

[data-os="1-9"] {
	margin-left: 11.11111%
}

[data-os="2-9"] {
	margin-left: 22.22222%
}

[data-os="4-9"] {
	margin-left: 44.44444%
}

[data-os="5-9"] {
	margin-left: 55.55556%
}

[data-os="7-9"] {
	margin-left: 77.77778%
}

[data-os="8-9"] {
	margin-left: 88.88889%
}

[data-os="1-10"] {
	margin-left: 10%
}

[data-os="3-10"] {
	margin-left: 30%
}

[data-os="7-10"] {
	margin-left: 70%
}

[data-os="9-10"] {
	margin-left: 90%
}

[data-os="1-11"] {
	margin-left: 9.09091%
}

[data-os="2-11"] {
	margin-left: 18.18182%
}

[data-os="3-11"] {
	margin-left: 27.27273%
}

[data-os="4-11"] {
	margin-left: 36.36364%
}

[data-os="5-11"] {
	margin-left: 45.45455%
}

[data-os="6-11"] {
	margin-left: 54.54545%
}

[data-os="7-11"] {
	margin-left: 63.63636%
}

[data-os="8-11"] {
	margin-left: 72.72727%
}

[data-os="9-11"] {
	margin-left: 81.81818%
}

[data-os="10-11"] {
	margin-left: 90.90909%
}

[data-os="1-12"] {
	margin-left: 8.33333%
}

[data-os="5-12"] {
	margin-left: 41.66667%
}

[data-os="7-12"] {
	margin-left: 58.33333%
}

[data-os="11-12"] {
	margin-left: 91.66667%
}

[class*=gridBox][class*="__1-1"] {
	padding-top: 100%
}

[class*=gridBox][class*="__1-2"] {
	padding-top: 50%
}

[class*=gridBox][class*="__1-3"] {
	padding-top: 33.333333%
}

[class*=gridBox][class*="__1-4"] {
	padding-top: 25%
}

[class*=cGrid__] {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.top [class*=cGrid__] {
	vertical-align: top
}

.middle [class*=cGrid__] {
	vertical-align: middle
}

.bottom [class*=cGrid__] {
	vertical-align: bottom
}

.tableGrid__wrapper {
	display: table
}

.tableGrid__wrapper::before {
	display: table;
	content: ""
}

.tableGrid__wrapper::after {
	content: "";
	clear: both
}

[class*=tGrid__] {
	position: relative;
	display: block;
	min-height: 1px;
	float: left
}

[class*=cGrid__],
[class*=tGrid__] {
	padding-left: 20px;
	padding-right: 20px
}

[class*=cGrid__].noGutter,
[class*=tGrid__].noGutter {
	padding-left: 0;
	padding-right: 0
}

.clear {
	position: relative;
	display: block;
	clear: both
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.3em;
	color: inherit;
	margin: 0 auto
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 65%;
	line-height: 1;
	color: #666
}

li,
p {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.42857;
	color: inherit;
	margin: 0 auto 10px
}

body,
input,
select,
textarea {
	font-family: Futura-Book, Arial, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, sans-serif
}

body,
html {
	position: relative
}

body {
	color: #666;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	line-height: 1.3em
}

body.mobile {
	overflow-x: hidden
}

@media only screen and (min-width:1500px) {

	[class*=cGrid__],
	[class*=tGrid__] {
		padding-left: 20px;
		padding-right: 20px
	}

	[class*=cGrid__].noGutter,
	[class*=tGrid__].noGutter {
		padding-left: 0;
		padding-right: 0
	}

	body,
	p {
		font-size: 18px
	}

	.title__link,
	h1 {
		font-size: 72px
	}

	h2 {
		font-size: 40px
	}

	h3,
	h3 .lang__text {
		font-size: 30px
	}

	h4 {
		font-size: 24px
	}

	.lang__text,
	.menu__text,
	h5 {
		font-size: 15px
	}

	.caption,
	.caption__link,
	.message_caption,
	h6 {
		font-size: 12px
	}
}

@media only screen and (min-width:1000px) and (max-width:1499px) {

	[class*=cGrid__],
	[class*=tGrid__] {
		padding-left: 20px;
		padding-right: 20px
	}

	[class*=cGrid__].noGutter,
	[class*=tGrid__].noGutter {
		padding-left: 0;
		padding-right: 0
	}

	body,
	p {
		font-size: 16px
	}

	.title__link,
	h1 {
		font-size: 60px
	}

	h2 {
		font-size: 32px
	}

	h3,
	h3 .lang__text {
		font-size: 30px
	}

	h4 {
		font-size: 24px
	}

	.lang__text,
	.menu__text,
	h5 {
		font-size: 15px
	}

	.caption,
	.caption__link,
	.message_caption,
	h6 {
		font-size: 12px
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {

	[class*=cGrid__],
	[class*=tGrid__] {
		padding-left: 20px;
		padding-right: 20px
	}

	[class*=cGrid__].noGutter,
	[class*=tGrid__].noGutter {
		padding-left: 0;
		padding-right: 0
	}

	body,
	p {
		font-size: 16px
	}

	.title__link,
	h1 {
		font-size: 60px
	}

	h2 {
		font-size: 32px
	}

	h3,
	h3 .lang__text {
		font-size: 30px
	}

	h4 {
		font-size: 24px
	}

	h5 {
		font-size: 14px
	}

	h6 {
		font-size: 12px
	}

	.lang__text,
	.menu__text {
		font-size: 15px
	}

	.caption,
	.caption__link,
	.message_caption {
		font-size: 12px
	}
}

@media only screen and (max-width:759px) {

	[class*=cGrid__],
	[class*=tGrid__] {
		padding-left: 20px;
		padding-right: 20px
	}

	[class*=cGrid__].noGutter,
	[class*=tGrid__].noGutter {
		padding-left: 0;
		padding-right: 0
	}

	body,
	p {
		font-size: 14px
	}

	.title__link,
	h1 {
		font-size: 40px
	}

	h2 {
		font-size: 32px
	}

	h3,
	h3 .lang__text {
		font-size: 30px
	}

	h4 {
		font-size: 24px
	}

	.lang__text,
	.menu__text,
	h5 {
		font-size: 15px
	}

	.caption,
	.caption__link,
	.message_caption,
	h6 {
		font-size: 12px
	}
}

.flip-container .back,
.flip-container .flip-container,
.flip-container .flipper,
.flip-container .front {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%
}

.flip-container {
	perspective: 1000px
}

.flip-container .flipper {
	transform-style: preserve-3d;
	transition: all .5s
}

.flip-container .back,
.flip-container .front {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.footer,
.footer .footer__inner {
	position: relative;
	display: block
}

.flip-container.vertical .back {
	transform: rotateY(180deg)
}

.flip-container.vertical .flipper {
	transform-origin: 100% 50%
}

.footer {
	width: 100%;
	background-color: #666;
	color: #FFF
}

.footer .footer__inner {
	max-width: 1700px;
	padding: 50px 80px;
	margin: 0 auto
}

@media only screen and (min-width:760px) {
	.footer .footer__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media only screen and (max-width:759px) {
	.footer .footer__inner {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.footer .footer__bottom,
.footer .footer__top {
	display: none !important
}

.footer .footer__center {
	color: #969696
}

@media only screen and (min-width:760px) {

	.footer .footer__logo,
	.footer .footer__top {
		margin-bottom: 20px;
		position: relative
	}

	.footer .footer__logo .svg__footerLogo_st0,
	.footer .footer__sm__wrapper .menu__ico .svg__menu__ico {
		fill: #FFF
	}

	.footer .footer__left {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 350px
	}

	.footer .footer__center {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 230px
	}

	.footer .footer__right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 350px
	}

	.footer .footer__top::after {
		content: "";
		position: relative;
		display: block;
		clear: both
	}

	.footer .footer__bottom {
		position: relative
	}

	.footer .footer__bottom::after {
		content: "";
		position: relative;
		display: block;
		clear: both
	}

	.footer .caption__link {
		color: #FFF;
		text-decoration: none;
		padding: 10px 10px 10px 0
	}

	.footer .caption__link:last-child {
		padding-left: 10px
	}

	.footer .footer__bottom_left {
		position: relative;
		width: 100%;
		text-align: left
	}

	.footer .footer__bottom_right {
		position: relative;
		text-align: center
	}

	.footer .footer__logo {
		display: block;
		width: 210px
	}

	.footer .footer__sm__wrapper {
		position: relative;
		display: block;
		float: right;
		height: 50px
	}

	.footer .footer__sm__wrapper .menu__ico {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50px;
		height: 50px;
		color: #FFF;
		margin-left: 15px
	}

	.footer .footer__sm__wrapper .menu__ico:hover .weChatPop {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition-delay: 0s
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {

	.footer .footer__center,
	.footer .footer__left {
		width: auto
	}

	.footer .footer__right {
		display: none
	}

	.footer .footer__bottom_right {
		text-align: right
	}
}

@media only screen and (max-width:759px) {

	.footer .footer__bottom,
	.footer .footer__center,
	.footer .footer__left,
	.footer .footer__right,
	.footer .footer__top {
		position: relative;
		display: block;
		text-align: center
	}

	.footer .menu__links {
		display: none
	}

	.footer .footer__logo {
		position: relative;
		display: block;
		width: 150px;
		margin: 0 auto 20px
	}

	.footer .footer__logo .svg__footerLogo_st0 {
		fill: #FFF
	}

	.footer .footer__sm__wrapper {
		display: none
	}
}

.footer .footer__address a {
	color: inherit;
	text-decoration: none
}

.flip-container .back,
.flip-container .flip-container,
.flip-container .flipper,
.flip-container .front {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%
}

button,
textarea {
	box-sizing: border-box;
	background-color: transparent;
	outline: 0
}

.flip-container {
	perspective: 1000px
}

.flip-container .flipper {
	transform-style: preserve-3d;
	transition: all .5s
}

.flip-container .back,
.flip-container .front {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.formContent,
input,
p.textareaRemark,
select,
textarea {
	position: relative
}

.flip-container.vertical .back {
	transform: rotateY(180deg)
}

.flip-container.vertical .flipper {
	transform-origin: 100% 50%
}

input::-webkit-input-placeholder {
	color: #666
}

textarea::-webkit-input-placeholder {
	color: #666
}

input:-moz-placeholder {
	color: #666
}

textarea:-moz-placeholder {
	color: #666
}

input::-moz-placeholder {
	color: #666
}

textarea::-moz-placeholder {
	color: #666
}

input:-ms-input-placeholder {
	color: #666
}

textarea:-ms-input-placeholder {
	color: #666
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border-radius: 0;
	background-color: transparent;
	border: 0;
	padding: 0 10px 0 0;
	color: #666;
	border-bottom: 1px solid #666;
	outline: 0;
	text-align: left;
	font-weight: 300
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer
}

p.textareaRemark,
textarea {
	padding: 10px;
	display: block
}

button.search__ico {
	width: 25px;
	height: 25px
}

@media only screen and (max-width:759px) {
	button.search__ico {
		width: 22px;
		height: 22px
	}
}

button.search__ico .svg__ico__magnifier_st0 {
	transition: all .25s;
	fill: #666
}

button.search__ico:hover .svg__ico__magnifier_st0 {
	fill: #000
}

input:disabled {
	color: #CCC;
	cursor: not-allowed
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	color: #666;
	width: 100%;
	height: 190px;
	resize: none;
	border: 1px solid #666
}

p.textareaRemark {
	text-align: right;
	margin-bottom: 0
}

select {
	background-image: url(http://www.csifs.cn/images/common/svg__filter_down.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 10px center;
	padding: 0 40px 0 0
}

select:disabled {
	color: #CCC
}

select.dropdown__time {
	padding: 0 10px;
	background-image: none
}

.formContent {
	display: block
}

.formContent p.message_caption {
	position: absolute;
	bottom: -2em;
	right: 0;
	margin-bottom: 0
}

.input__arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 10px;
	left: 20px;
	top: 11px;
	background-size: 20px 10px
}

.fakeLabel {
	position: relative;
	display: block;
	margin-bottom: 20px
}

.formRow {
	position: relative;
	width: 100%;
	margin-bottom: 35px
}

@media only screen and (max-width:759px) {
	.formRow {
		margin-bottom: 20px
	}
}

.formRow .caption {
	position: absolute;
	display: block;
	left: .2em;
	bottom: -1.5em;
	line-height: 1em;
	margin-bottom: 0;
	color: red
}

.formRow [class*=svg__formIco] {
	position: absolute;
	height: 30px;
	top: 5px;
	left: 0
}

.formRow [class*=svg__formIco] .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 5px
}

.formRow [class*=svg__formIco]::after {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 60%;
	top: 5%;
	background-color: #666
}

.formRow .ico__input {
	padding-left: 50px
}

.formRow p.formCaption {
	padding: 5px 0 5px 10px;
	margin-bottom: 0;
	text-align: right
}

.formRow label.inputLabel {
	position: relative;
	display: block;
	margin-bottom: 15px
}

.formRow.inlineBlock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.formRow.inlineBlock .form__unit,
.formRow.inlineBlock label.inputLabel,
.formRow.inlineBlock select {
	display: inline-block;
	position: relative
}

.formRow.inlineBlock[data-type=radio] {
	-ms-flex-align: start;
	align-items: flex-start
}

.formRow.inlineBlock[data-type=radio] label.inputLabel {
	padding: .2em 0
}

.formRow.inlineBlock label.inputLabel {
	margin-bottom: 0;
	margin-right: 20px
}

.formRow.inlineBlock .form__unit {
	margin-bottom: 0;
	margin-left: 20px
}

.formRow.noLabel label.inputLabel {
	display: none
}

.formRow[data-type=radio] .formContent,
.formRow[data-type=radio_special] .formContent,
.formRow[data-type=checkbox] .formContent,
.formRow[data-type=tickbox] .formContent {
	line-height: 0
}

.formRow[data-type=radio] .formContent label,
.formRow[data-type=radio_special] .formContent label,
.formRow[data-type=checkbox] .formContent label,
.formRow[data-type=tickbox] .formContent label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 20px
}

@media only screen and (max-width:759px) {

	.formRow[data-type=radio] .formContent label,
	.formRow[data-type=radio_special] .formContent label,
	.formRow[data-type=checkbox] .formContent label,
	.formRow[data-type=tickbox] .formContent label {
		margin-right: 15px;
		margin-bottom: 15px
	}
}

.formRow[data-type=radio] .formContent label:last-child,
.formRow[data-type=radio_special] .formContent label:last-child,
.formRow[data-type=checkbox] .formContent label:last-child,
.formRow[data-type=tickbox] .formContent label:last-child {
	margin-right: 0
}

.formRow[data-type=radio] .formContent label.block,
.formRow[data-type=radio_special] .formContent label.block,
.formRow[data-type=checkbox] .formContent label.block,
.formRow[data-type=tickbox] .formContent label.block {
	display: block;
	margin-right: 0;
	margin-bottom: 15px
}

.formRow[data-type=radio] .formContent label.block .text,
.formRow[data-type=radio_special] .formContent label.block .text,
.formRow[data-type=checkbox] .formContent label.block .text,
.formRow[data-type=tickbox] .formContent label.block .text {
	display: inline-block
}

.formRow[data-type=radio] .formContent input[type=radio],
.formRow[data-type=radio] .formContent input[type=checkbox],
.formRow[data-type=radio_special] .formContent input[type=radio],
.formRow[data-type=radio_special] .formContent input[type=checkbox],
.formRow[data-type=checkbox] .formContent input[type=radio],
.formRow[data-type=checkbox] .formContent input[type=checkbox],
.formRow[data-type=tickbox] .formContent input[type=radio],
.formRow[data-type=tickbox] .formContent input[type=checkbox] {
	display: none
}

.formRow[data-type=radio] .formContent .text,
.formRow[data-type=radio_special] .formContent .text,
.formRow[data-type=checkbox] .formContent .text,
.formRow[data-type=tickbox] .formContent .text {
	padding: .2em 0;
	line-height: 1.3em
}

.formRow[data-type=radio] .formContent .checkIco,
.formRow[data-type=radio_special] .formContent .checkIco,
.formRow[data-type=checkbox] .formContent .checkIco,
.formRow[data-type=tickbox] .formContent .checkIco {
	position: absolute;
	display: block;
	top: 0;
	left: 0
}

.formRow[data-type=radio] .formContent .text,
.formRow[data-type=radio] .formContent .tickbox__content,
.formRow[data-type=radio_special] .formContent .text,
.formRow[data-type=radio_special] .formContent .tickbox__content,
.formRow[data-type=checkbox] .formContent .text,
.formRow[data-type=checkbox] .formContent .tickbox__content,
.formRow[data-type=tickbox] .formContent .text,
.formRow[data-type=tickbox] .formContent .tickbox__content {
	position: relative;
	display: block;
	margin-left: 30px;
	text-align: left
}

@media only screen and (max-width:759px) {

	.formRow[data-type=radio] .formContent .text,
	.formRow[data-type=radio_special] .formContent .text,
	.formRow[data-type=checkbox] .formContent .text,
	.formRow[data-type=tickbox] .formContent .text {
		padding: 0
	}

	.formRow[data-type=radio] .formContent .text,
	.formRow[data-type=radio] .formContent .tickbox__content,
	.formRow[data-type=radio_special] .formContent .text,
	.formRow[data-type=radio_special] .formContent .tickbox__content,
	.formRow[data-type=checkbox] .formContent .text,
	.formRow[data-type=checkbox] .formContent .tickbox__content,
	.formRow[data-type=tickbox] .formContent .text,
	.formRow[data-type=tickbox] .formContent .tickbox__content {
		margin-left: 25px
	}
}

.formRow[data-type=radio] .formContent .text .text,
.formRow[data-type=radio] .formContent .tickbox__content .text,
.formRow[data-type=radio_special] .formContent .text .text,
.formRow[data-type=radio_special] .formContent .tickbox__content .text,
.formRow[data-type=checkbox] .formContent .text .text,
.formRow[data-type=checkbox] .formContent .tickbox__content .text,
.formRow[data-type=tickbox] .formContent .text .text,
.formRow[data-type=tickbox] .formContent .tickbox__content .text {
	margin-left: 0
}

.formRow[data-type=radio] .formContent .text .text.sMWidth,
.formRow[data-type=radio] .formContent .tickbox__content .text.sMWidth,
.formRow[data-type=radio_special] .formContent .text .text.sMWidth,
.formRow[data-type=radio_special] .formContent .tickbox__content .text.sMWidth,
.formRow[data-type=checkbox] .formContent .text .text.sMWidth,
.formRow[data-type=checkbox] .formContent .tickbox__content .text.sMWidth,
.formRow[data-type=tickbox] .formContent .text .text.sMWidth,
.formRow[data-type=tickbox] .formContent .tickbox__content .text.sMWidth {
	width: 180px
}

@media only screen and (max-width:759px) {

	.formRow[data-type=radio] .formContent .text .text.sMWidth,
	.formRow[data-type=radio] .formContent .tickbox__content .text.sMWidth,
	.formRow[data-type=radio_special] .formContent .text .text.sMWidth,
	.formRow[data-type=radio_special] .formContent .tickbox__content .text.sMWidth,
	.formRow[data-type=checkbox] .formContent .text .text.sMWidth,
	.formRow[data-type=checkbox] .formContent .tickbox__content .text.sMWidth,
	.formRow[data-type=tickbox] .formContent .text .text.sMWidth,
	.formRow[data-type=tickbox] .formContent .tickbox__content .text.sMWidth {
		width: 100px
	}
}

.formRow[data-type=radio] .checkIco {
	width: 24px;
	height: 24px;
	background-color: #FFF;
	border: 2px solid #666;
	border-radius: 50%;
	perspective: 1000;
	overflow: hidden
}

.formRow[data-type=radio] .checkIco::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;
	border-radius: 50%;
	perspective: 1000;
	transition: all .25s
}

.formRow[data-type=radio] .checkIco.selected::after {
	background-color: #000
}

@media only screen and (max-width:759px) {
	.formRow[data-type=radio] .checkIco {
		width: 18px;
		height: 18px
	}

	.formRow[data-type=radio] .checkIco::after {
		content: "";
		width: 8px;
		height: 8px;
		margin-left: -4px;
		margin-top: -4px
	}
}

.formRow[data-type=checkbox] .checkIco {
	width: 16px;
	height: 16px;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 3px
}

.formRow[data-type=checkbox] .checkIco::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	border-radius: 2px;
	transition: all .25s
}

.formRow[data-type=checkbox] .checkIco.selected::after {
	background-color: #000
}

@media only screen and (max-width:759px) {
	.formRow[data-type=checkbox] .checkIco {
		width: 18px;
		height: 18px
	}

	.formRow[data-type=checkbox] .checkIco::after {
		content: "";
		width: 8px;
		height: 8px;
		margin-left: -4px;
		margin-top: -4px
	}
}

.formRow[data-type=radio_special],
.formRow[data-type=tickbox] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.formRow[data-type=radio_special] .checkIco,
.formRow[data-type=tickbox] .checkIco {
	width: 24px;
	height: 24px;
	background-color: #FFF;
	border: 2px solid #666
}

.formRow[data-type=radio_special] .checkIco::after,
.formRow[data-type=tickbox] .checkIco::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin-left: -9px;
	margin-top: -9px;
	background-image: url(http://www.csifs.cn/images/common/ico__tick.svg);
	opacity: 0;
	transition: all .25s
}

.formRow[data-type=radio_special] .checkIco.selected,
.formRow[data-type=tickbox] .checkIco.selected {
	background-color: #000;
	border-color: #000
}

.formRow[data-type=radio_special] .checkIco.selected::after,
.formRow[data-type=tickbox] .checkIco.selected::after {
	opacity: 1
}

@media only screen and (max-width:759px) {

	.formRow[data-type=radio_special] .checkIco,
	.formRow[data-type=tickbox] .checkIco {
		width: 18px;
		height: 18px
	}

	.formRow[data-type=radio_special] .checkIco::after,
	.formRow[data-type=tickbox] .checkIco::after {
		content: "";
		width: 16px;
		height: 16px;
		margin-left: -8px;
		margin-top: -8px
	}
}

.formRow[data-type=uploadImage] {
	padding-right: 70px
}

.formRow[data-type=uploadImage] .displayImg {
	position: absolute;
	display: block;
	top: 10px;
	right: 0;
	width: 60px;
	height: 60px;
	border: 2px solid #FFF;
	box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, .15);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.ui-autocomplete-input {
	position: relative;
	display: block
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	width: 180px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden
}

.flip-container .back,
.flip-container .flip-container,
.flip-container .flipper,
.flip-container .front {
	height: 100%;
	position: absolute;
	width: 100%;
	display: block
}

.pageHeader .menu__wrapper::after,
.pageHeader.wBg::before,
.pageHeader::before {
	content: ""
}

.flip-container {
	perspective: 1000px
}

.flip-container .flipper {
	transform-style: preserve-3d;
	transition: all .5s
}

.flip-container .back,
.flip-container .front {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.flip-container.vertical .back {
	transform: rotateY(180deg)
}

.flip-container.vertical .flipper {
	transform-origin: 100% 50%
}

.header__slider,
.pageHeader {
	z-index: 2
}

@keyframes menuCircle {

	0%,
	100% {
		transform: scale(.5);
		opacity: .5
	}

	50% {
		transform: scale(1);
		opacity: 1
	}
}

.pageHeader .menu__wrapper,
.pageHeader.wBg .header__logo {
	transform: translateY(-10px)
}

.header__slider {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #666;
	color: #FFF;
	visibility: hidden;
	opacity: 0
}

.header__slider .header__logo {
	position: absolute;
	top: 20px;
	left: 20px
}

.header__slider .header__logo svg {
	position: relative;
	display: block;
	width: 100%
}
.header__slider .header__logo img {
	position: relative;
	display: block;
	width: 100%
}
@media only screen and (min-width:760px) and (max-width:999px) {
	.header__slider .header__logo {
		width: 80px;
		height: 80px;
		transform: translateY(-10px)
	}
}

.header__slider .pageHeader__inner {
	position: relative;
	display: block;
	max-width: 1700px;
	padding: 20px;
	margin: 0 auto;
	text-align: right
}

@media only screen and (max-width:759px) {
	.header__slider .header__logo {
		width: 60px;
		height: 60px;
		transform: translateY(-10px)
	}

	.header__slider .pageHeader__inner {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.header__slider .header__sliderMenu {
	position: absolute;
	width: 100%;
	top: 80px;
	bottom: 0;
	padding: 20px;
	overflow-x: auto
}

.header__slider .header__sliderMenu .menu__wrapper {
	position: relative;
	display: block;
	margin-bottom: 20px
}

.header__slider .header__sliderMenu .menuItem {
	position: relative;
	display: block;
	padding: 10px 0;
	text-align: center
}

.header__slider .header__sliderMenu .menuItem .menu__text {
	position: relative;
	display: block;
	padding: 10px;
	color: #FFF;
	text-decoration: none
}

.header__slider .header__sliderMenu .menuItem .menu__dot {
	display: none
}

.header__slider .header__sliderMenu .menuItem.active .menu__text {
	color: #ba9f86
}

.header__slider .header__sliderMenu .langShift__holder {
	position: relative;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center
}

.header__slider .header__sliderMenu .langShift__holder .lang__text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	text-decoration: none
}

.header__slider .header__sliderMenu .langShift__holder .lang__stroke {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 20px;
	background-color: #FFF;
	margin: 0 10px
}

.header__slider .menu__media {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px
}

.header__slider .menu__media .mediaTrigger {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.header__slider .menu__media .menu__ico {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px
}

.header__slider .menu__media .menu__ico .svg__menu__ico {
	fill: #FFF
}

.header__slider .mediaDisplay {
	position: relative;
	display: block
}

.header__slider .mediaDisplayItem {
	position: relative;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	display: none
}

.header__slider .mediaDisplayItem[data-size="1"] {
	max-width: 145px
}

.header__slider .mediaDisplayItem[data-size="1"] .qrCodeItem {
	width: 100%
}

.header__slider .mediaDisplayBg {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
	border-radius: 4px;
	padding: 5px
}

.header__slider .qrCodeItem {
	position: relative;
	display: block;
	width: 50%
}

.header__slider .qrCodeItemImg {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
	background-color: #CCC;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.header__slider .qrCodeItemImg img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.header__slider .qrCodeItemText {
	position: relative;
	display: block;
	margin-top: 5px;
	color: #333;
	text-align: center
}

.header__slider .menu__links {
	text-align: center
}

.header__slider .menu__links .caption__link {
	color: #FFF;
	text-decoration: none;
	padding: 10px
}

.pageHeader {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0
}

.pageHeader::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .25s;
	transition-delay: 0s
}

.pageHeader .header__logo,
.pageHeader .langShift__holder,
.pageHeader .menu__wrapper {
	transition: all .25s cubic-bezier(.86, 0, .07, 1)
}

.pageHeader .header__logo {
	position: absolute;
	top: 20px;
	left: 20px
}

.pageHeader .header__logo svg {
	position: relative;
	display: block;
	width: 100%
}
.pageHeader .header__logo img {
	position: relative;
	display: block;
	width: 100%
}
@media only screen and (min-width:1000px) {
	.pageHeader .header__logo {
		width: 120px;
		height: 120px
	}
}

@media only screen and (min-width:1000px) and (max-width:1499px) {
	.pageHeader .header__logo {
		width: 80px;
		height: 80px
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {
	.pageHeader .header__logo {
		width: 80px;
		height: 80px;
		transform: translateY(-10px)
	}
}

@media only screen and (max-width:759px) {
	.pageHeader .header__logo {
		width: 60px;
		height: 60px;
		transform: translateY(-10px)
	}
}

.pageHeader .menu__wrapper {
	position: relative;
	display: inline-block;
	height: 40px;
	vertical-align: top
}

.pageHeader .menu__wrapper::after {
	position: relative;
	display: block;
	clear: both
}

@media only screen and (max-width:999px) {
	.pageHeader .menu__wrapper {
		display: none
	}
}

.pageHeader .langShift__holder {
	position: relative;
	display: inline-block;
	padding: 10px;
	transform: translateY(-10px)
}

@media only screen and (max-width:999px) {
	.pageHeader .langShift__holder {
		display: none
	}
}

.pageHeader .langShift__holder .lang__text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	text-decoration: none
}

.pageHeader .langShift__holder .lang__stroke {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 20px;
	background-color: #FFF;
	margin: 0 10px
}

.pageHeader.wBg::before {
	transition: all .75s;
	background-color: #666
}

@media only screen and (min-width:1000px) {
	.pageHeader.wBg .header__logo {
		width: 60px;
		height: 60px
	}
}

@media only screen and (min-width:1000px) and (max-width:1499px) {
	.pageHeader.wBg .header__logo {
		width: 60px;
		height: 60px
	}
}

@media only screen and (min-width:760px) and (max-width:999px) {
	.pageHeader.wBg .header__logo {
		width: 60px;
		height: 60px
	}
}

.pageHeader.wBg .langShift__holder,
.pageHeader.wBg .menu__wrapper {
	transform: translateY(0)
}

.pageHeader .pageHeader__inner {
	position: relative;
	display: block;
	max-width: 1700px;
	padding: 20px;
	margin: 0 auto;
	text-align: right
}

@media only screen and (max-width:759px) {
	.pageHeader.wBg .header__logo {
		width: 40px;
		height: 40px
	}

	.pageHeader .pageHeader__inner {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.pageHeader .pageHeader__inner .menuItem {
	position: relative;
	float: left;
	padding: 10px;
	margin: 0 10px
}

.pageHeader .pageHeader__inner .menuItem .menu__dot {
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	right: -13px;
	border-radius: 50%;
	background-color: #FFF;
	transform: rotate(30deg) scale(.5);
	opacity: .5
}

.pageHeader .pageHeader__inner .menuItem .menu__dot.animate {
	animation: menuCircle 1s infinite
}

.pageHeader .pageHeader__inner .menuItem .menu__text {
	color: #FFF;
	text-decoration: none;
	transition: all .25s
}

.pageHeader .pageHeader__inner .menuItem.active .menu__text {
	color: #FFF;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF
}

.btn__menu {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 0 0 auto
}

@media only screen and (min-width:1000px) {
	.btn__menu {
		display: none
	}
}

.btn__menu [class*=btn_menu__stroke][class*="_1"] {
	top: 10px;
	transition: all .6s
}

.btn__menu [class*=btn_menu__stroke][class*="_3"] {
	margin-top: -12px
}

.btn__menu.close [class*=btn_menu__stroke] {
	background-color: #FFF
}

.btn__menu.close [class*=btn_menu__stroke][class*="_1"] {
	opacity: 0
}

.btn__menu.close [class*=btn_menu__stroke][class*="_2"] {
	transform: rotate(-45deg)
}

.btn__menu.close [class*=btn_menu__stroke][class*="_3"] {
	top: 50%;
	margin-top: -1px;
	transform: rotate(225deg)
}

.btn__menu [class*=btn_menu__stroke] {
	left: 5px;
	right: 5px;
	position: absolute;
	height: 2px;
	background-color: #FFF;
	transform-origin: 50% 50%
}

.btn__menu [class*=btn_menu__stroke][class*="_2"] {
	top: 50%;
	margin-top: -1px;
	transition: all .6s
}

.btn__menu [class*=btn_menu__stroke][class*="_3"] {
	top: 100%;
	transition: all .6s
}

.menu__dim {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #666;
	display: none;
	visibility: hidden;
	opacity: 0
}
.newtitle {
	display: flex!important;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
}
.newtitle::before,
.newtitle::after{
	content: "";
	width: 12%;
	height: 1px;
	background-color: rgb(185,159,133);
	display: block;
	margin: 0 7%;
}
.newButton {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 50px;
	line-height: 50px;
	background-color: rgb(186, 159, 134);
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition:all 0.4s;
}
.newButton:hover {
	border: 1px solid rgb(186, 159, 134);
	background-color: transparent;
	color:  rgb(186, 159, 134);
}
@media only screen and (max-width: 700px) {
	.newtitle {
		font-size: 20px;
	}
}
/*# sourceMappingURL=../../maps/app.min.css.map */