.travel-bg {
	background-image: url(/img/bg04.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 0px;
}
.travel {
	text-align: center;
	width:68%;
}
.people-bg{
	background-image: url(/img/bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

.people {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 80px;
	padding-top: 80px;
}

.people2 {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
	top: 20px;
	background-image: url(/img/bg03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
@media screen and (max-width:480px) {
.travel-bg {
	background-image: url(/img/bg_travel2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 0px;
	width:100%;
	text-align: center;
}
.people {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.travel {
	width:100%;
}

.people2 {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
	top: 20px;
	background-image: url(/img/bg03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
}


.ch-grid {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 10px;
}








.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 90%;
	position: relative;
	cursor: default;
	box-shadow:
		inset 0 0 0 16px rgba(255,255,255,0),
		0 1px 2px rgba(0,0,0,0.1);

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { background-image: url(/images/1.jpg);}
.ch-img-2 { background-image: url(/images/2.jpg);}
.ch-img-3 { background-image: url(/images/3.jpg);}

.ch-info {
	position: absolute;
	background: rgba(97,175,200, 0.95);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;

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

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	font-family:"Maitree",Arial,sans-serif;
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}



.ch-info p {
	font-family:"Maitree",Arial,sans-serif;
	color: #fff;
	font-style: italic;
	margin: 0 30px;
	font-size: 14px;

	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.3s;
	-moz-transition: all 1s ease-in-out 0.3s;
	-o-transition: all 1s ease-in-out 0.3s;
	-ms-transition: all 1s ease-in-out 0.3s;
	transition: all 1s ease-in-out 0.3s;
}

.ch-info h3 a {display: block; color: #fff;}
.ch-info h3 a:hover {color: #fff;}

.ch-info p a {display: block; color: #fff;}
.ch-info p a:hover {color: #fff;}


.ch-item:hover {
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}




