* {
	padding: 0;
	marign: 0;
}

html,body {
	font-size: 12px;
	font-family: 'Microsoft Yahei', '微软雅黑', "Segoe UI", Segoe, Tahoma, Arial,
		Verdana, sans-serif;
	width:100%;
}

ul,li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #343434;
}

meta.foundation-version {
	font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0em;
}

meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40.063em)/";
	width: 40.063em;
}

meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64.063em)/";
	width: 64.063em;
}

meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.063em)/";
	width: 90.063em;
}

meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.063em)/";
	width: 120.063em;
}

meta.foundation-data-attribute-namespace {
	font-family: false;
}

.bx-wrapper {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	font-size: 100%;
}

body {
	background: white;
	color: #222222;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

a:hover {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
	border:none;
	padding:0;
	margin:0;
}

img {
	/* -ms-interpolation-mode: bicubic; */
}
table {
	border-collapse: collapse;
}
/*==================================*/
#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object
	{
	max-width: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.hide {
	display: none !important;
	visibility: hidden;
}

.invisible {
	visibility: hidden;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
}

select {
	width: 100%;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 99;
}

.block {
	margin: 0;
}

body {
	font-size: 14px;
}

@media only screen and (min-width: 40.063em) {
	body {
		min-width: 1200px;
	}
}

@media only screen and (max-width: 40em) {
	body {
		min-width: auto;
		width:100%;
	}
}

* {
	font-family: Helvetic, Arial, "Microsoft YaHei" !important;
}

p {
	margin: 0;
	line-height: 1.65;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #5677fc;
}

button:focus {
	outline: 0;
}

.pbb6 p {
	margin-bottom: 6px;
}

.content-region-block:before,.content-region-block:after {
	content: "";
	display: table;
}

.content-region-block:after {
	clear: both;
}

.content-region-block>* {
	max-width: 1200px;
	margin: auto;
}

.content-region-block .page-wrap {
	max-width: none;
}

.content-region-block .node-single-page {
	max-width: none;
}

.page-wrap>img {
	width: 100%;
}

.page {
	clear: both;
	max-width: 1200px;
	position:relative;
}
.page .form {
	margin:10px auto;
	text-align:center;
	background-color:#F2F8F8;
	padding:20px ;
}
.page .form table{
	margin:0 auto;
}
.page .form .submit_btn{
	width:104px;
	background: #ADC719;
}
.page .form .form-field{
	background: white;
	border:solid 1px #ADC719;
	height:28px;
	overflow:hidden;
	clear: both;
	margin:10px;
}
.page .form .form-field .field-label{
	height:28px;
	padding:0px 10px;
	background:#f0f0f0;
	display:inline-block;
	line-height:28px;
}
.page .form .form-field input{
	width:200px;
	height:28px;
	border:none;
	display:inline-block;_zoom:1;*display:inline;
	vertical-align:middle;
	background:transparent;
}
.page .form .form-field input[type='button'],
.page .form .form-field input[type='submit'],
.page .form .form-field input[type='reset']
{
	width:auto;
	padding:0px 12px;
	background:#f0f0f0;
	vertical-align: baseline;
	margin:0;
}

@media only screen and (max-width: 640px) {
	.content-region-block>* {
	max-width:none;
	width:100%;
	margin: auto;
	}
	.page {
		max-width: 100%;
		width:100%;
	}
	.page-wrap{
		width:100%;
	}
}

.page:before,.page:after {
	content: "";
	display: table;
}

.page:after {
	clear: both;
}

.page {
	margin-left: auto;
	margin-right: auto;
}
.page .info p{
	text-indent:2em;
}
.img-text{
	padding:10px 20px;
	
	right:0;
	bottom:0px;
	position:absolute;
	max-width: 1200px;
	width:75%;
}
.img-text .text{
	color:white;
	position: relative;
	z-index:1;
	
	padding:10px;
	margin: 0 auto;
}
.img-text .bg {
	background-color: #555555;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8; 
	width:100%;
	height:100%;
	left:0;top:0;position:absolute;
	z-index:0;
}
.page .desc{
	padding:10px 20px;
	font-size: 18px;
	background: #ADC719;
	color:white;
	left:0;
	right:0;
	bottom:10px;
}
.text {
	font-size: 14px;
	color: #4d4d4d;
}

.text .light {
	color: #b3b3b3;
}

h3 {
	font-size: 22px;
	color: #808080;
	margin: 0;
}

h1,h2 {
	font-size: 28px;
	color: #333;
	margin: 0;
}

header .page {
	height: 100px;
	position: relative;
}

header .page .sj {
	margin-top: 21px;
	padding-left: 15px;
	float: right;
}

header .page .sj .item {
	width: 48px;
	height: 22px;
	border: 1px solid #90Bac4;
	display: block;
	text-align: center;
	float: right;
	font-size: 0;
	line-height: 0;
}

header .page .sj .item.tel {
	font-size: 12px;
	line-height: 22px;
	color: #999;
	width: 100px;
}

header .page .logo {
	position: absolute;
	bottom: 20px;
	left: 0;
	height:42px;
	display: inline-block;
}

header .page .logo a {
	font-size: 16px;
	letter-spacing: 5px;
	color: #999;
	display: inline-block;
	height:36px;
	/* width: 200px; */
}

header .page .logo a img {
	margin-top: -20px;
	vertical-align: top;
	height:70px;
}

header .page .sep-line{
	position:absolute;
	left:88px;
	width:1px;
	height:100%;
	border-left:solid 1px #ccc; 
}

header .page .starcamp{
	background:url(../images/starcamp.png) no-repeat;
	display:inline-block;
	height:36px;
	text-indent:1110px;
	overflow:hidden;
	width:247px;
	margin-left:4px;
	line-height:36px;
}

header .page .header-menu {
	clear: both;
}

header .page .header-menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

header .page .header-menu ul li {
	padding-top: 14px;
	padding-bottom: 16px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}

header .page .header-menu ul li:last-child a {
	border-right: none;
}

header .page .header-menu ul li a {
	line-height: 1;
	color: #A599B2;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #666;
}

.region-front-banner p>img {
	width: 100%;
}

@media only screen and (max-width: 40em) {
	.front-star .star-list .item.i1 {
		float: left;
		width: 100%;
		margin-left: 0%;
		margin-right: -100%;
		padding-left: 37px;
		padding-right: 38px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		clear: left;
		padding-top: 36px;
	}
	.front-star .star-list .item.i1 .thumbnail {
		float: left;
		width: 40%;
		height: auto;
		border: none;
	}
}

.front-star .star-list .item.i2 {
	float: left;
	width: 25%;
	margin-left: 25%;
	margin-right: -50%;
	padding-left: 37px;
	padding-right: 38px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	padding-right: 70px;
	padding-left: 70px;
}

.front-star .star-list .item.i3 {
	float: left;
	width: 25%;
	margin-left: 50%;
	margin-right: -75%;
	padding-left: 37px;
	padding-right: 38px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	padding-right: 70px;
	padding-left: 70px;
}

.front-star .star-list .item.i4 {
	float: left;
	width: 25%;
	margin-left: 75%;
	margin-right: -100%;
	padding-left: 37px;
	padding-right: 38px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	padding-right: 70px;
	padding-left: 70px;
}

.front-star .star-list .item>hr {
	width: 80px;
	margin: 0 auto 18px auto;
	border-bottom: none;
	border-color: #808080;
}

.front-star .star-list .item .thumbnail {
	padding: 3px;
	border: 1px solid #9d9d9d;
	border: none \0;
	border-radius: 50%;
	background: #FFF;
	margin: auto;
	text-align: center;
}

.front-star .star-list .item .thumbnail img {
	width: 150px;
	border-radius: 50%;
	max-width: 100%;
}

.front-star .star-list .item .title {
	text-align: center;
	font-size: 22px;
	margin-top: 45px;
	padding-bottom: 10px;
	color: #333;
}

.front-star .star-list .item .title,.front-star .star-list .item .desc,.front-star .star-list .item .desc-aid
	{
	text-align: center;
	line-height: 1;
}

.front-star .star-list .item .desc,.front-star .star-list .item .desc-aid
	{
	font-size: 16px;
	color: #808080;
	margin: 0;
}

.front-star .star-list .item .desc-aid {
	margin-top: 8px;
}

.front-star .more-link {
	padding-top: 47px;
	padding-bottom: 7px;
	text-align: center;
}

.front-star .more-link a {
	color: #45aded;
}

footer {
	background: #eee;
}

.footer-breadcrumbs {
	padding: 38px 45px 0px;
}

.footer-breadcrumbs .home a {
	text-indent: -99999px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../images/icon-BreadcrumbNavigation-logo.png")
		no-repeat;
}

.footer-breadcrumbs a,.footer-breadcrumbs span {
	line-height: 25px;
	margin: 0 4px;
	color: #4d4d4d;
}

.footer-menu {
	padding: 38px 45px 30px;
}

.footer-menu .region-footer-menu:before,.footer-menu .region-footer-menu:after
	{
	content: "";
	display: table;
}

.footer-menu .region-footer-menu:after {
	clear: both;
}

.footer-menu .region-footer-menu .block-menu {
	padding-left: 5px;
	padding-right: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	width: 20%;
	padding-left: 0;
	padding-right: 8px;
	margin-right: -8px;
	float: left;
	padding-right: 16px;
	margin-right: -16px;
}
.footer-menu .region-footer-menu .block-menu h2 {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 6px;
}

.footer-menu .region-footer-menu .block-menu ul {
	margin: 0;
	padding: 0;
}

.footer-menu .region-footer-menu .block-menu ul li {
	font-size: 14px;
	list-style: none;
	line-height: 1.65;
}

.footer-menu .region-footer-menu .block-menu ul li a {
	color: #4d4d4d;
}

.footer-menu .copyright {
	font-size: 12px;
	color: #999999;
	position: relative;
	left: 826px;
	float: left;
}

.floatNav {
	position: fixed;
	bottom: 10%;
	right: 2px;
}

.floatNav .item {
	width: 45px;
	text-align: right;
	cursor: pointer;
	padding-top: 4px;
	clear: both;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

.floatNav .item:hover {
	overflow: visible;
}

.floatNav .item:hover a {
	background: #FFF no-repeat;
	color: #80ACC6;
}

.floatNav .item:hover a#weixin {
	background-image: url("../images/fn_weixin_icon_hover.png");
}

.floatNav .item:hover a#contact_qq {
	background-image: url("../images/fn_qq_icon_hover.png");
}

.floatNav .item:hover a#contact_tel {
	background-image: url("../images/fn_tel_icon_hover.png");
}

.floatNav .item:hover a#top_a {
	background-image: url("../images/fn_back_icon_hover.png");
}

.floatNav .item:hover .info {
	display: block;
	color: #80ACC6;
	background: #FFF;
	position: absolute;
	right: 45px;
}

.floatNav .item a {
	display: block;
	width: 45px;
	height: 45px;
	background: #ADC719 no-repeat;
	line-height: 0;
	float: right;
	clear: both;
}

.floatNav .item a#weixin {
	background-image: url("../images/fn_weixin_icon.png");
}

.floatNav .item a#contact_qq {
	background-image: url("../images/fn_qq_icon.png");
}

.floatNav .item a#contact_tel {
	background-image: url("../images/fn_tel_icon.png");
}

.floatNav .item a#top_a {
	background-image: url("../images/fn_back_icon.png");
}

.floatNav .item .info {
	display: none;
	float: right;
	height: 45px;
	line-height: 45px;
	width: 155px;
	text-align: center;
	color: #FFF;
}

.cpage .page {
	background-color: #fafafa;
}

.cpage .page:before,.cpage .page:after {
	content: "";
	display: table;
}

.cpage .page:after {
	clear: both;
}

.cpage .field-name-field-thumbnail {
	margin-bottom: 40px;
}

.cpage .field-name-field-thumbnail img {
	width: 100%;
}

.cpage .field-name-field-description-title {
	text-align: center;
}

.cpage .field-name-field-description-title .field-item {
	border-bottom: 2px solid #E0E0E2;
	display: inline-block;
	padding: 0 4em 22px;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1;
	color: #333333;
	width: 600px;
	max-width: 100%;
}

.cpage .taxonomy-term-description {
	text-align: center;
	margin: 5px auto 80px;
}

.cpage .taxonomy-term-description p {
	color: #808080;
	font-size: 14px;
}

.cpage .front-all-packages.node {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: -36px;
}

.cpage .front-all-packages.node ul {
	padding: 0;
}

.cpage .front-all-packages.node li {
	padding-left: 5px;
	padding-right: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	width: 33.33333%;
	padding-left: 0;
	padding-right: 6.66667px;
	margin-right: -6.66667px;
	float: left;
	padding: 0 80px 110px;
	text-align: center;
}

.cpage .front-all-packages.node li .info {
	width: auto;
}

.cpage .front-all-packages.node li .info>div {
	display: block;
}

.cpage .front-all-packages.node li .info .thumbnail {
	padding-left: 5px;
	padding-right: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	width: 100%;
	padding-left: 0;
	padding-right: 0px;
	margin-right: 0px;
	max-width: 150px;
	margin: auto;
	float: none;
}

.cpage .front-all-packages.node li .info .thumbnail img {
	width: 150px;
	max-width: 100%;
}

.cpage .front-all-packages.node .name {
	margin-top: 25px;
	padding: 0;
	max-width: none;
}

.cpage .front-all-packages.node .name p {
	padding-left: 5px;
	padding-right: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	width: 100%;
	padding-left: 0;
	padding-right: 0px;
	margin-right: 0px;
	padding: 0;
	margin-bottom: 12px;
}

.cpage .front-all-packages.node .name p a {
	letter-spacing: 5px;
	font-size: 18px;
	color: #45aded;
}

.cpage .front-all-packages.node .name .en {
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	width: 198px;
	background: #b3b3b3;
	color: #FFF;
	display: inline-block;
}

.cpage .front-all-packages.node .introduction {
	text-align: left;
	margin-bottom: 12px;
}

.cpage .front-all-packages.node .introduction p {
	font-size: 14px;
	color: #808080;
	margin: 0;
	line-height: 1.65;
}

.cpage .front-all-packages.node .ways {
	float: none;
	height: auto;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.outside_node {
	padding-bottom: 105px;
	margin-bottom: -50px;
}

.outside_node ul {
	padding: 0 36px;
}

.outside_node ul:before,.outside_node ul:after {
	content: "";
	display: table;
}

.outside_node ul:after {
	clear: both;
}

.outside_node li {
	width: 148px;
	margin: 50px 20px 0px;
	float: left;
}

.outside_node li .thumbnail {
	text-align: center;
}

.outside_node li .thumbnail img {
	-webkit-filter: grayscale(1);
	border-radius: 50%;
	width: 100px;
}

.outside_node li .thumbnail img:hover {
	-webkit-filter: grayscale(0);
}

.outside_node li .name {
	margin-top: 25px;
}

.outside_node li .name p {
	white-space: nowrap;
	line-height: 1;
	margin: 0;
	text-align: center;
	color: #4d4d4d;
}

#custom-package {
	display: none;
	max-width: 600px;
	border-top: 4px solid #9FB9C9;
	border-bottom: 4px solid #9FB9C9;
}

#custom-package .banner {
	text-align: center;
	color: #FFF;
	padding-top: 34px;
	width: 600px;
	height: 178px;
	background: url("../images/custom-package-banner.png") no-repeat;
}

#custom-package .custom-title {
	font-size: 24px;
	text-align: center;
	color: #808080;
	letter-spacing: 0.4em;
	line-height: 1.5;
}

#custom-package .custom-form {
	padding: 20px 40px;
}

#custom-package .custom-form .input-line {
	clear: both;
	text-align: center;
}

#custom-package .custom-form .half {
	width: 50%;
	float: left;
	padding-bottom: 24px;
}

#custom-package .custom-form .half span {
	color: red;
	float: left;
	line-height: 24px;
	margin-left: 4px;
}

#custom-package .custom-form label {
	color: #b3b3b3;
	float: left;
	text-align: left;
	width: 70px;
	font-weight: normal;
	line-height: 24px;
}

#custom-package .custom-form input,#custom-package .custom-form select {
	color: #808080;
	border: 1px solid #b3b3b3;
	float: left;
	width: 140px;
	height: 24px;
	line-height: 24px;
	text-indent: 0.6em;
}

#custom-package .custom-form textarea {
	width: 100%;
	border: 1px solid #b3b3b3;
}

#custom-package .custom-form .btn {
	border: none;
	background: #9FB9C9;
	color: #FFF;
	margin-top: 24px;
	float: none;
}
.node-title .en{
	line-height: 1;
text-align: center;
font-size: 18px;
letter-spacing: 1px;
color: #808080;
margin-bottom: 50px;
margin-top: 10px;
}
.product:before,.product:after {
	content: "";
	display: table;
}

.product:after {
	clear: both;
}

.product .price .title span {
	font-size: 28px;
}

.product .title {
	color: #333;
	text-align: center;
	margin-top: 50px;
	line-height: 1;
	position: relative;
	margin-bottom: 11px;
}

.product .title span {
	margin-top: -3px;
	margin-bottom: -3px;
	color: #333;
	line-height: 1;
	font-size: 28px;
	padding-right: 43px;
	padding-left: 43px;
	background: #FFF;
	letter-spacing: 4px;
}

.product .title hr {
	border-color: #F0F0F0;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0;
	top: 14px;
	border-bottom: none;
	z-index: -1;
}

.product .title .aid {
	line-height: 1;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	color: #808080;
	margin-bottom: 50px;
	margin-top: 10px;
}

.product .days-item {
	display: none;
}

.product .days-item.active {
	display: block;
}

.product .star .title {
	line-height: 1;
	position: relative;
	margin-top: 50px;
}

.product .star .title span {
	font-size: 28px;
	color: #333;
}

.product .star .aid {
	letter-spacing: 2px;
}

.product .star .star-warp {
	padding-left: 82px;
	position: relative;
}

.product .star .star-warp  .bx-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
}

.product .star .star-warp:before,.product .star .star-warp:after {
	content: "";
	display: table;
}

.product .star .star-warp:after {
	clear: both;
}

.product .star .star-warp .star-image {
	float: left;
	width:800px;
	max-width: 870px;
}

.product .star .star-warp .star-image .bx-viewport {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	left: 0;
}

.product .star .star-warp .star-image .bx-prev,.product .star .star-warp .star-image .bx-next
	{
	top: 0;
	bottom: 0;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 52px;
}

.product .star .star-warp .star-image .bx-prev {
	background-image: url("../images/pstar-prev.png");
	left: -57px;
}

.product .star .star-warp .star-image .bx-next {
	background-image: url("../images/pstar-next.png");
	right: -57px;
}

.product .star .star-warp .star-image .star-slider li {
	position: relative;
}

.product .star .star-warp .star-image .star-slider li .field-name-field-thumbnail img
{
	width: 800px;
	height: 528px;
}

.product .star .star-warp .star-image .star-slider li .field-name-field-introduction
	{
	position: absolute;
	bottom: 32px;
	right: 0;
	left: 0;
	margin: auto;
	height: 75px;
	background: #ADC719;
	color: #FFF;
}

.product .star .star-warp .star-image .star-slider li .field-name-field-introduction *
	{
	margin: 0;
	color: #FFF;
}

.product .star .star-warp .star-image .star-image-item {
	display: none;
}

.product .star .star-warp .star-image .star-image-item.active {
	display: block;
}

.product .star .star-warp .star-image .star-introduction {
	padding: 0 50px;
	overflow: hidden;
}

.product .star .star-warp .star-image .star-introduction .mi-title {
	float: left;
	padding-right: 10px;
	font-size: 0;
}

.product .star .star-warp .star-image .star-introduction .mi-title span
	{
	font-size: 24px;
	line-height: 75px;
}

.product .star .star-warp .star-image .star-introduction .mi-title img {
	display: inline;
	float: right;
	margin-left: 10px;
}

.product .star .star-warp .star-image .star-introduction .mi-desc {
	padding: 5px 0;
}

.product .star .star-warp .star-menu {
	float: right;
	width: 226px;
	padding: 0;
	margin-right: 40px;
}

.product .star .star-warp .star-menu .menu-item {
	height: 132px;
	padding: 28px 0;
	background: #FFF;
	cursor: pointer;
}

.product .star .star-warp .star-menu .menu-item .text {
	line-height: 1.5;
	padding-left: 35px;
	color: #999;
	font-size: 16px;
}
.product .star .star-warp .star-menu .intro {
	color: #666;
	font-size:10px;
}

.product .star .star-warp .star-menu .menu-item .text .en {
	font-size: 22px;
}

.product .star .star-warp .star-menu .menu-item.active,.product .star .star-warp .star-menu .menu-item:hover
	{
	background-color: #ADC719;
}

.product .star .star-warp .star-menu .menu-item.active .text,.product .star .star-warp .star-menu .menu-item:hover .text
	{
	color: #FFF;
}

.product .banner img,.product .map img {
	width: 100%;
	max-height: 400px;
}

.product .node-title,.product .en-name,.product .p-aid {
	text-align: center;
	line-height: 1;
}

.product .node-title h1 {
	padding-top: 60px;
	padding-bottom: 14px;
	margin: auto;
	font-size: 28px;
	font-weight: normal;
	color: #333;
	line-height: 1;
}

.product .en-name .field-item {
	font-size: 22px;
	color: #333;
}

.product .pnhr {
	border-bottom: none;
	width: 490px;
	margin: 20px auto;
	border-color: #F0F0F0;
}

.product .p-aid .field-item {
	font-size: 18px;
	color: #808080;
}

.product .selectText {
	padding-top: 20px;
	padding-bottom: 60px;
	font-size: 18px;
	color: #799BB1;
	text-align: center;
	line-height: 1;
}

.product .sd {
	text-align: center;
	margin-top: 30px;
}

.product .sd a {
	margin: auto 20px;
	display: inline-block;
	width: 90px;
	height: 30px;
	font-size: 18px;
	border: 1px solid #80ACC6;
	background: #fff;
	color: #80ACC6;
	line-height: 30px;
}

.product .sd a.active {
	background: #80ACC6;
	color: #FFF;
}

@media only screen and (max-width: 40em) {
	.page-film .film-link ul {
		left: auto;
		float: none;
	}
	.page-film .film-link ul li {
		right: auto;
		float: none;
		text-align: center;
		padding-bottom: 20px;
	}
}

.page-lm {
	background: #F7F3F0;
	padding: 30px 58px 50px;
	margin-bottom: -50px;
}

@media only screen and (max-width: 40em) {
	.page-lm {
		padding: 0 10px;
	}
}

.page-lm .lm-item {
	width: 330px;
	margin: 0 auto 50px;
}

.page-lm .lm-item dl dt {
	font-size: 18px;
	color: #B3B3B3;
	padding-bottom: 15px;
	border-bottom: 1px solid #B3B3B3;
	line-height: 1;
	margin-bottom: 15px;
}

.page-lm .lm-item dl dd {
	padding: 0;
	font-size: 12px;
	margin: 0;
	color: #808080;
	line-height: 2;
}

.page-lm .lm-item dl dd a {
	color: #808080;
}

@media only screen and (max-width: 40em) {
	.sg-page .sg-countries .item {
		padding-left: 5px;
		padding-right: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		width: 50%;
		padding-left: 0;
		padding-right: 5px;
		margin-right: -5px;
		padding-bottom: 20px;
	}
}

.star-page p {
	margin: 0;
	line-height: 1.65;
}

.star-page .banner-text p {
	line-height: 2;
}

.star-page .banner-text-en {
	max-width: 96%;
	width: 450px;
	padding-bottom: 8px;
	border: 1px solid #FFF;
	margin: 32px auto 0;
	padding-top: 8px;
}

.star-page .banner-text-en p {
	line-height: 1.25;
}

.star-page .star-wrap-word {
	left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}

.star-page .star-wrap-title {
	width: 240px;
	height: 96px;
	background: rgba(97, 111, 140, 0.8);
	position: absolute;
	padding-left: 40px;
	padding-top: 6px;
}

@media only screen and (max-width: 40em) {
	.star-page .star-wrap-title {
		position: static;
	}
}

.star-page .star-wrap-title div {
	text-align: left;
	display: block;
	font-size: 22px;
	color: #FFF;
}

.star-page .star-wrap-title div.en {
	font-size: 28px;
}

.star-page .star-wrap-text {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	color: #666;
	width: 345px;
	height: 270px;
	line-height: 1.8;
	padding: 24px 24px;
}

@media only screen and (min-width: 40.063em) {
	.star-page .star-wrap-text.sp {
		padding: 104px 24px 48px;
	}
}

@media only screen and (max-width: 40em) {
	.star-page .star-wrap-text {
		width: 100%;
		position: static;
		height: auto;
	}
}

.about .about-hd {
	max-width: 100%;
	text-align: center;
}

.about .about-hd .about-hd-img,.about .about-hd .about-hd-sh {
	float: left;
	padding-right: 0.9em;
	padding-left: 0.9em;
}

.about .about-hd .about-hd-img {
	width: 50%;
	text-align: right;
}

.about .about-hd .about-hd-sh {
	width: 50%;
	display: inline-block;
	font-size: 28px;
	text-align: left;
}

.about .abitem {
	margin-top: 60px;
	position: relative;
	padding-bottom: 60px;
	border-bottom: 4px dashed #F2F2F2;
}

.about .abitem .abit {
	position: absolute;
	padding: 12px 24px;
	background: #F2F2F2;
	color: #7BA1B8;
	font-size: 16px;
	text-align: left;
}

.about .abitem .abid {
	position: absolute;
	width: 12%;
	bottom: 13%;
}

.about .abitem .abid.lp {
	left: 18.5%;
}

.about .abitem .abid.db {
	left: 36%;
}

.about .abitem .abid.zj {
	left: 52%;
}

.about .abitem .abid.hd {
	left: 69%;
}

.about .abitem .abid h3 {
	font-size: 16px;
	color: #7BA1B8;
	margin-bottom: 12px;
}

.about .abitem .abid p {
	text-align: center;
	color: #bbb;
}

@media only screen and (max-width: 40em) {
	.about .about-hd .about-hd-img {
		width: 40%;
	}
	.about .about-hd .about-hd-img img {
		max-width: 40%;
	}
	.about .about-hd .about-hd-sh {
		width: 60%;
	}
	.about .abitem {
		padding-bottom: 20px;
	}
	.about .abitem .abit {
		position: static;
		margin-top: 20px;
		text-align: center;
	}
	.about .abitem .abid {
		padding: 10px;
		position: static;
		width: 100%;
		text-align: left;
	}
	.about .abitem .abid p {
		text-align: left;
	}
}

.page-contact-us .contact-banner {
	position: relative;
	margin-bottom: 50px;
}

.page-contact-us .contact-banner .light {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.page-contact-us .contact-banner:hover .light {
	display: block;
}

.page-contact-us .contact-banner img {
	width: 100%;
}

.page-contact-us .contact-content .contact-content-hd {
	margin-bottom: 8px;
}

.page-contact-us .contact-content .contact-content-info .an {
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #79a0b7;
	margin-bottom: 0.625em;
}

.page-contact-us .contact-content .contact-content-info p {
	font-size: 12px;
	color: #B3B3B3;
	line-height: 2;
	letter-spacing: 1px;
}

.page-contact-us .contact-content .contact-content-info p a {
	color: #B3B3B3;
}

.page-contact-us .contact-table {
	text-align: center;
}

.page-contact-us .contact-table .contact-table-wrap {
	margin: auto;
	width: 255px;
	max-width: 100%;
	padding: 25px 30px 0px 35px;
	border: 1px solid #f1f1f1;
	text-align: left;
}

.page-contact-us .contact-table .contact-table-wrap p {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 12px;
}

.page-contact-us .contact-table .contact-table-wrap .contact-table-title
	{
	color: #808080;
}

.page-contact-us .contact-table .contact-table-wrap .contact-table-bd a
	{
	color: #79a0b7;
}

.page-contact-us .contact-table .contact-table-wrap hr {
	margin-bottom: 25px;
	border-top: none;
	border-bottom: 1px solid #79a0b7;
}

.page-contact-us .contact-social {
	margin-top: 40px;
	text-align: center;
}

.page-contact-us .contact-social a {
	margin: 0 8px;
}

@media only screen and (max-width: 40em) {
	.page-contact-us .contact-content,.page-contact-us .contact-table {
		margin-bottom: 40px;
	}
}



@media only screen and (max-width: 40em) {
	.payment .pi .info,.payment .pi .info.pt30,.payment .pi .info.pt0 {
		padding: 0;
	}
}



#share_box a {
	width: 30px;
	height: 30px;
	background: url("../images/sharebg.png") no-repeat !important;
	padding: 0 !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#share_box .bds_tsina {
	background-position: 0 0 !important;
}

#share_box .bds_tsina:hover {
	background-position: 0 -30px !important;
}

#share_box .bds_qzone {
	background-position: -29px 0 !important;
}

@media only screen and (max-width: 40em) {
	#share_box .bds_qzone {
		display: none;
	}
}

#share_box .bds_qzone:hover {
	background-position: -29px -30px !important;
}

#share_box .bds_douban {
	background-position: -59px 0 !important;
}

@media only screen and (max-width: 40em) {
	#share_box .bds_douban {
		display: none;
	}
}

#share_box .bds_douban:hover {
	background-position: -59px -30px !important;
}

#share_box .bds_renren {
	background-position: -90px 0 !important;
}

@media only screen and (max-width: 40em) {
	#share_box .bds_renren {
		display: none;
	}
}

@media only screen and (max-width: 40em) {
	#share_box .bds_more {
		display: none;
	}
}

#share_box .bds_more:hover {
	background-position: -179px -30px !important;
}



#off-canvas-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product-contact,.mobile-footer-contact {
	background: #FFF;
	text-align: center;
	border-bottom: 1px dashed #CCCCCC;
}

.product-contact a,.mobile-footer-contact a {
	display: inline-block;
	width: 48%;
	overflow: hidden;
}

.product-contact a img,.mobile-footer-contact a img {
	max-width: none;
	width: 200%;
	position: relative;
}

.product-contact .tel img,.mobile-footer-contact .tel img {
	right: 100%;
}


.column,.columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: left;
}

[class*="column"]+[class*="column"]:last-child {
	float: right;
}

[class*="column"]+[class*="column"].end {
	float: left;
}

@media only screen {
	.small-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.small-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.small-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.small-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.small-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.small-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.small-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.small-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.small-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.small-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.small-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.small-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.small-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.small-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.small-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.small-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.small-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.small-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.small-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.small-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.small-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.small-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.small-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.small-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.column,.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: left;
	}
	.small-1 {
		width: 8.33333%;
	}
	.small-2 {
		width: 16.66667%;
	}
	.small-3 {
		width: 25%;
	}
	.small-4 {
		width: 33.33333%;
	}
	.small-5 {
		width: 41.66667%;
	}
	.small-6 {
		width: 50%;
	}
	.small-7 {
		width: 58.33333%;
	}
	.small-8 {
		width: 66.66667%;
	}
	.small-9 {
		width: 75%;
	}
	.small-10 {
		width: 83.33333%;
	}
	.small-11 {
		width: 91.66667%;
	}
	.small-12 {
		width: 100%;
	}
	.small-offset-0 {
		margin-left: 0% !important;
	}
	.small-offset-1 {
		margin-left: 8.33333% !important;
	}
	.small-offset-2 {
		margin-left: 16.66667% !important;
	}
	.small-offset-3 {
		margin-left: 25% !important;
	}
	.small-offset-4 {
		margin-left: 33.33333% !important;
	}
	.small-offset-5 {
		margin-left: 41.66667% !important;
	}
	.small-offset-6 {
		margin-left: 50% !important;
	}
	.small-offset-7 {
		margin-left: 58.33333% !important;
	}
	.small-offset-8 {
		margin-left: 66.66667% !important;
	}
	.small-offset-9 {
		margin-left: 75% !important;
	}
	.small-offset-10 {
		margin-left: 83.33333% !important;
	}
	.small-offset-11 {
		margin-left: 91.66667% !important;
	}
	.small-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.small-centered,.columns.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.small-uncentered,.columns.small-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.column.small-centered:last-child,.columns.small-centered:last-child {
		float: none;
	}
	.column.small-uncentered:last-child,.columns.small-uncentered:last-child
		{
		float: left;
	}
	.column.small-uncentered.opposite,.columns.small-uncentered.opposite {
		float: right;
	}
}

@media only screen and (min-width: 40.063em) {
	.medium-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.medium-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.medium-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.medium-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.medium-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.medium-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.medium-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.medium-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.medium-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.medium-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.medium-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.medium-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.medium-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.medium-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.medium-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.medium-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.medium-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.medium-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.medium-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.medium-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.medium-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.medium-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.medium-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.medium-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.column,.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: left;
	}
	.medium-1 {
		width: 8.33333%;
	}
	.medium-2 {
		width: 16.66667%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-4 {
		width: 33.33333%;
	}
	.medium-5 {
		width: 41.66667%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-7 {
		width: 58.33333%;
	}
	.medium-8 {
		width: 66.66667%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-10 {
		width: 83.33333%;
	}
	.medium-11 {
		width: 91.66667%;
	}
	.medium-12 {
		width: 100%;
	}
	.medium-offset-0 {
		margin-left: 0% !important;
	}
	.medium-offset-1 {
		margin-left: 8.33333% !important;
	}
	.medium-offset-2 {
		margin-left: 16.66667% !important;
	}
	.medium-offset-3 {
		margin-left: 25% !important;
	}
	.medium-offset-4 {
		margin-left: 33.33333% !important;
	}
	.medium-offset-5 {
		margin-left: 41.66667% !important;
	}
	.medium-offset-6 {
		margin-left: 50% !important;
	}
	.medium-offset-7 {
		margin-left: 58.33333% !important;
	}
	.medium-offset-8 {
		margin-left: 66.66667% !important;
	}
	.medium-offset-9 {
		margin-left: 75% !important;
	}
	.medium-offset-10 {
		margin-left: 83.33333% !important;
	}
	.medium-offset-11 {
		margin-left: 91.66667% !important;
	}
	.medium-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.medium-centered,.columns.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.medium-uncentered,.columns.medium-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.column.medium-centered:last-child,.columns.medium-centered:last-child {
		float: none;
	}
	.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child
		{
		float: left;
	}
	.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite {
		float: right;
	}
	.push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
}

@media only screen and (min-width: 64.063em) {
	.large-push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.large-pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.large-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.large-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.large-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.large-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.large-push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.large-pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.large-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.large-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.large-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.large-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.large-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.large-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.large-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.large-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.large-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.large-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.large-push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.large-pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.large-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.large-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.large-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.large-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.column,.columns {
		position: relative;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		float: left;
	}
	.large-1 {
		width: 8.33333%;
	}
	.large-2 {
		width: 16.66667%;
	}
	.large-3 {
		width: 25%;
	}
	.large-4 {
		width: 33.33333%;
	}
	.large-5 {
		width: 41.66667%;
	}
	.large-6 {
		width: 50%;
	}
	.large-7 {
		width: 58.33333%;
	}
	.large-8 {
		width: 66.66667%;
	}
	.large-9 {
		width: 75%;
	}
	.large-10 {
		width: 83.33333%;
	}
	.large-11 {
		width: 91.66667%;
	}
	.large-12 {
		width: 100%;
	}
	.large-offset-0 {
		margin-left: 0% !important;
	}
	.large-offset-1 {
		margin-left: 8.33333% !important;
	}
	.large-offset-2 {
		margin-left: 16.66667% !important;
	}
	.large-offset-3 {
		margin-left: 25% !important;
	}
	.large-offset-4 {
		margin-left: 33.33333% !important;
	}
	.large-offset-5 {
		margin-left: 41.66667% !important;
	}
	.large-offset-6 {
		margin-left: 50% !important;
	}
	.large-offset-7 {
		margin-left: 58.33333% !important;
	}
	.large-offset-8 {
		margin-left: 66.66667% !important;
	}
	.large-offset-9 {
		margin-left: 75% !important;
	}
	.large-offset-10 {
		margin-left: 83.33333% !important;
	}
	.large-offset-11 {
		margin-left: 91.66667% !important;
	}
	.large-reset-order {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		float: left;
	}
	.column.large-centered,.columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.column.large-uncentered,.columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	.column.large-centered:last-child,.columns.large-centered:last-child {
		float: none;
	}
	.column.large-uncentered:last-child,.columns.large-uncentered:last-child
		{
		float: left;
	}
	.column.large-uncentered.opposite,.columns.large-uncentered.opposite {
		float: right;
	}
	.push-0 {
		position: relative;
		left: 0%;
		right: auto;
	}
	.pull-0 {
		position: relative;
		right: 0%;
		left: auto;
	}
	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
}
/* small displays */
@media only screen {
	.show-for-small-only,.show-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up
		{
		display: inherit !important;
	}
	.hide-for-small-only,.hide-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up
		{
		display: none !important;
	}
	.visible-for-small-only,.visible-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up
		{
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.hidden-for-small-only,.hidden-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up
		{
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.show-for-small-only,table.show-for-small-up,table.show-for-small,table.show-for-small-down,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up
		{
		display: table !important;
	}
	thead.show-for-small-only,thead.show-for-small-up,thead.show-for-small,thead.show-for-small-down,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up
		{
		display: table-header-group !important;
	}
	tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-small,tbody.show-for-small-down,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up
		{
		display: table-row-group !important;
	}
	tr.show-for-small-only,tr.show-for-small-up,tr.show-for-small,tr.show-for-small-down,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up
		{
		display: table-row !important;
	}
	th.show-for-small-only,td.show-for-small-only,th.show-for-small-up,td.show-for-small-up,th.show-for-small,td.show-for-small,th.show-for-small-down,td.show-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.hide-for-medium-up,td.hide-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up
		{
		display: table-cell !important;
	}
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
	.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up
		{
		display: inherit !important;
	}
	.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up
		{
		display: none !important;
	}
	.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up
		{
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up
		{
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up
		{
		display: table !important;
	}
	thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up
		{
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up
		{
		display: table-row-group !important;
	}
	tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up
		{
		display: table-row !important;
	}
	th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.show-for-medium-only,td.show-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.show-for-medium,td.show-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up
		{
		display: table-cell !important;
	}
}
/* large displays */
@media only screen and (min-width: 64.063em) {
	.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up
		{
		display: inherit !important;
	}
	.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up
		{
		display: none !important;
	}
	.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up
		{
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up
		{
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.show-for-large-only,table.show-for-large-up,table.show-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up
		{
		display: table !important;
	}
	thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up
		{
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up
		{
		display: table-row-group !important;
	}
	tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up
		{
		display: table-row !important;
	}
	th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.show-for-large-only,td.show-for-large-only,th.show-for-large-up,td.show-for-large-up,th.show-for-large,td.show-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up
		{
		display: table-cell !important;
	}
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
	.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up
		{
		display: inherit !important;
	}
	.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up
		{
		display: none !important;
	}
	.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up
		{
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up
		{
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up
		{
		display: table !important;
	}
	thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up
		{
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up
		{
		display: table-row-group !important;
	}
	tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up
		{
		display: table-row !important;
	}
	th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.show-for-xlarge-only,td.show-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up
		{
		display: table-cell !important;
	}
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
	.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.hide-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up
		{
		display: inherit !important;
	}
	.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.show-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up
		{
		display: none !important;
	}
	.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.hidden-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up
		{
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto;
	}
	.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.visible-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up
		{
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xxlarge-only,table.show-for-xxlarge-up
		{
		display: table !important;
	}
	thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up
		{
		display: table-header-group !important;
	}
	tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up
		{
		display: table-row-group !important;
	}
	tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up
		{
		display: table-row !important;
	}
	th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.show-for-xxlarge-only,td.show-for-xxlarge-only,th.show-for-xxlarge-up,td.show-for-xxlarge-up
		{
		display: table-cell !important;
	}
}
/* Orientation targeting */
.show-for-landscape,.hide-for-portrait {
	display: inherit !important;
}

.hide-for-landscape,.show-for-portrait {
	display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape,table.show-for-portrait {
	display: table !important;
}

thead.hide-for-landscape,thead.show-for-portrait {
	display: table-header-group !important;
}

tbody.hide-for-landscape,tbody.show-for-portrait {
	display: table-row-group !important;
}

tr.hide-for-landscape,tr.show-for-portrait {
	display: table-row !important;
}

td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait
	{
	display: table-cell !important;
}

@media only screen and (orientation: landscape) {
	.show-for-landscape,.hide-for-portrait {
		display: inherit !important;
	}
	.hide-for-landscape,.show-for-portrait {
		display: none !important;
	}

	/* Specific visibility for tables */
	table.show-for-landscape,table.hide-for-portrait {
		display: table !important;
	}
	thead.show-for-landscape,thead.hide-for-portrait {
		display: table-header-group !important;
	}
	tbody.show-for-landscape,tbody.hide-for-portrait {
		display: table-row-group !important;
	}
	tr.show-for-landscape,tr.hide-for-portrait {
		display: table-row !important;
	}
	td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait
		{
		display: table-cell !important;
	}
}

@media only screen and (orientation: portrait) {
	.show-for-portrait,.hide-for-landscape {
		display: inherit !important;
	}
	.hide-for-portrait,.show-for-landscape {
		display: none !important;
	}

	/* Specific visibility for tables */
	table.show-for-portrait,table.hide-for-landscape {
		display: table !important;
	}
	thead.show-for-portrait,thead.hide-for-landscape {
		display: table-header-group !important;
	}
	tbody.show-for-portrait,tbody.hide-for-landscape {
		display: table-row-group !important;
	}
	tr.show-for-portrait,tr.hide-for-landscape {
		display: table-row !important;
	}
	td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape
		{
		display: table-cell !important;
	}
}
/* Touch-enabled device targeting */
.show-for-touch {
	display: none !important;
}

.hide-for-touch {
	display: inherit !important;
}

.touch .show-for-touch {
	display: inherit !important;
}

.touch .hide-for-touch {
	display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
	display: table !important;
}

.touch table.show-for-touch {
	display: table !important;
}

thead.hide-for-touch {
	display: table-header-group !important;
}

.touch thead.show-for-touch {
	display: table-header-group !important;
}

tbody.hide-for-touch {
	display: table-row-group !important;
}

.touch tbody.show-for-touch {
	display: table-row-group !important;
}

tr.hide-for-touch {
	display: table-row !important;
}

.touch tr.show-for-touch {
	display: table-row !important;
}

td.hide-for-touch {
	display: table-cell !important;
}

.touch td.show-for-touch {
	display: table-cell !important;
}

th.hide-for-touch {
	display: table-cell !important;
}

.touch th.show-for-touch {
	display: table-cell !important;
}

/* Print visibility */
@media print {
	.show-for-print {
		display: block;
	}
	.hide-for-print {
		display: none;
	}
	table.show-for-print {
		display: table !important;
	}
	thead.show-for-print {
		display: table-header-group !important;
	}
	tbody.show-for-print {
		display: table-row-group !important;
	}
	tr.show-for-print {
		display: table-row !important;
	}
	td.show-for-print {
		display: table-cell !important;
	}
	th.show-for-print {
		display: table-cell !important;
	}
}
.list-item .page {
	padding: 37px 20px 37px 83px;
}
.list-item.odd {
	background: #F2F8F8;
}

.ts-list .thumbnail{
	float: left;
	margin-right: 46px;
	margin-left: 96px;
}
.ts-list .info p{
	font-size: 12px;
color: #808080;
margin-bottom: 16px;
line-height:1.8em;
}
.days .detail {
	padding: 37px 20px 37px 33px;
}
.days .detail img {
	width:550px;
	margin-left:40px;
	margin-right:36px;
	float:left;
}
.days .detail .day-list {
	float:left;
}
.days {
	text-align:center;
}
.days .day {
	border-bottom:solid 1px #f0f0f0;
	height:32px;
}
.days .day-content {
	height:32px;
	vertical-align: top;
}
.days .day:hover {
	background:#f0f0f0;
}
.days .date {
	font-weight:bold;
	display:inline;
	color: #808080;
}
.days .title {
	display:inline;
	color: #808080;
	line-height:1.8px;
}
.days .content {
	display:inline;
	color: #ADC719;
	font-size:13px;font-weight:bold;
}
.bubble {
	margin: auto 20px;
	display: inline-block;
	width: 90px;
	height: 30px;
	font-size: 18px;
	border: 1px solid #fff;
	background: #ADC719;
	color: #fff;
	line-height: 30px;
}
.bm .page{
	padding: 37px 20px 37px 83px;
}
.bm .thumbnail {
	float: left;
	margin-right: 46px;
	margin-left: 96px;
	
}
.bm .thumbnail img{
	width:340px;
}
.info strong {
	color:#808080;
}

.article .content p{
	margin-top:1em;
	margin-bottom:1em;
	line-height:1.9em;
}