.tour{
	margin-top: 20px;
}
.tour .rects{
	width: 100%;
}
.tour .desc{
	padding-right: 50px;
	padding-left: 50px;
	display: table-cell;
	vertical-align: middle;
/*	background-color: #f5f5f5;*/
}
.tour .rect{
	width: 100%;
/*	margin-bottom: 50px;*/
	border-bottom: 1px solid #eee;
	padding: 30px 0px;
}
.tour .rect:first-child{
	background-color: #f5f5f5;
	display: none;
}
.tour .rect .table{
	width: 1000px;
	margin: auto;
	display: table;
	table-layout: fixed;
}
.tour .title{
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0.7;
}
.tour .moretoggle{
	text-transform: uppercase;
	opacity: 0.3;
	font-size: 14px;
	margin-top: 20px;
	cursor: pointer;
	display: inline-block;
}
.tour .moretoggle:hover{
	opacity: 0.5;
}
.tour .more{
	display: none;
	margin-top: 20px;
}
.tour .subTitle, .tour .more{
	font-size: 15px;
	opacity: 0.8;
	line-height: 1.5;
}/*
.tour .subTitle, .tour .more ul{
	margin-top: 1px;
	list-style: none;
}*/

.tour .desc, .tour .image{
	padding-top: 30px;
	padding-bottom: 30px;
}
.tour .image {
	height: 200px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tour .rect:not(.left) .desc{
	padding-left: 50px;
	padding-right: 50px;
}
.tour .rect.section div{
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 10px;
	opacity: 0.7;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.tour .intro{
	font-size: 15px;
	line-height: 1.5;
	opacity: 0.8;
	margin: auto;
	margin-bottom: 50px;
	padding-top: 50px;
	width: 700px;
}
.tour .intro .hlight{
	font-weight: bold;
	font-family: arial;
}
.tour .intro .flLeft{
	width: 325px;
}
.tour .intro .left{
	margin-right: 50px;
}


.tour .rect a{
	color: #599c9f;
	cursor: pointer;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
}
.tour .rect a:hover{
	color: #407d80
}

.tour .nav{
	float: left;
	width: 50px;
	padding-right: 30px;
	position: fixed;
	left: 50px;
	top: 0px;
	padding-top: 70px;
	padding-bottom: 70px;
	height: calc(100% - 140px);
	overflow: auto;
	display: none;
}
.tour .nav-button{
	font-size: 10px;
	color: #fff;
	padding: 6px 2px;
	padding-top: 7px;
	width: 20px;
	text-align: center;
	border-radius: 25px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-family: arial;
	font-weight: 600;
}


.tour .nav-button{
	background-color: #7cb6b8;
}
.tour .nav-button.active{
	background-color: #599c9f;
}
.tour .nav-button:hover{
	background-color: #407d80;
}
.tour .nav-button.better{
	background-color: #f6aaab;
}
.tour .nav-button.better.active{
	background-color: #9d4446;
}
.tour .nav-button.better:hover{
	background-color: #e98889;
}

.tour .nav-separator{
	width: 2px;
	height: 5px;
	margin-left: 11px;
	background-color: #ddd;
	border-radius: 2px;
}
.tour .nav-separator.better-divider{
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: transparent;
}

.tour .down, .tour .up, .tour .try{
	position: fixed;
	left: 40px;
	cursor: pointer;
	z-index: 10;
}
.tour .down, .tour .up{
	opacity: 0.6;
}
.tour .down{
	bottom: 50px;
	display: none;
}
.tour .up{
	bottom: 100px;
	display: none;
}
.tour .try{
	bottom: 200px;
	left: 38px;
	font-size: 14px;
	padding: 16px 10px;
	text-decoration: none;
	width: 30px;
	text-align: center;
	border-radius: 50px;
	background-color: #1abc9c;
	border: 3px solid #fff;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}
.tour .down:hover, .tour .up:hover{
	opacity: 1;
}
.tour .try:hover{
	opacity: 0.6;	
}