/*************************** location ***************************/
.mapCanvas .gm-transit table{
	display:none;	
}
.mapCanvas .gm-style-iw{
	padding-bottom:20px;
}
.mapContainer .adp-directions{
	width:100%;	
}
.mapLocation{
	display:none;
}


.responsive1000 .location .mapContainer{
	position:relative;
	float:left;
	width:100%;
}
.responsive1000 .location .mapContainer .mapCanvas{
	position:relative;
	width:100%;
	height:500px;
}

.responsive1000 .location .mapContainer .directionWrapper{
	position:absolute;
	background:#fff;
	top:0;
	right:0;
	width:250px;
}
.responsive1000 .location .mapContainer .inputText{
	position:relative;
	height:30px;
}
.responsive1000 .location .mapContainer .inputText .placesBtn{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	background:url(/images/mainsite/location/placesArrow.png) no-repeat 0 0;
}
.responsive1000 .location .mapContainer .inputText .placesBtn.active{
	background-position:0 -30px;
}
.responsive1000 .location .mapContainer .inputText .placeInput{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:183px;
	height:18px;
	border:1px solid #b8b8b8;
	padding:5px 5px 5px 30px;
	background:url(/images/mainsite/location/searchIcon.png) left center no-repeat;
	border-radius:0;
}

.responsive1000 .location .mapContainer .directionDetails{
	height:350px;
	padding:10px;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	font-size:15px;
	line-height:1.2em;
	display:none;
}
.responsive1000 .location .mapContainer .directionDetails .title{
	font-size:16px;
	color:#000;
}

.responsive1000 .location .mapContainer .directionDetails td{
	vertical-align:middle;
	padding:5px;
}
.responsive1000 .location .mapContainer .directionDetails .warnbox-content,
.responsive1000 .location .mapContainer .directionDetails .adp-agencies,
.responsive1000 .location .mapContainer .directionDetails .adp-legal{
	font-size:12px;
	line-height:1.2em;
}


.responsive1000 .aboutLocation .locationInfo{
	position:relative;
	margin-bottom:20px;
}
.responsive1000 .aboutLocation .left{
	position:relative;
	width:320px;
	float:left;
}

.responsive1000 .aboutLocation .left td{
	vertical-align:top;
	line-height:1.3em;
}
.responsive1000 .aboutLocation .left td h3{
	font-size:18px;
	font-weight:bold;
}
.responsive1000 .aboutLocation .left th{
	vertical-align:top;
	padding-right:10px;
}

.responsive1000 .aboutLocation .right{
	position:relative;
	width:600px;
	min-height:130px;
	float:left;
	margin-left:18px;
	padding-left:20px;
	border-left:1px solid #000;
}

.responsive1000 .aboutLocation .locationInfo .trafficNav{
	position:relative;
	margin-bottom:20px;
	z-index:2;
}
.responsive1000 .aboutLocation .locationInfo .tabItem{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	color:#000;
	height:30px;
	line-height:30px;
}
.responsive1000 .aboutLocation .locationInfo .tabItem img{
	display:inline-block;
	vertical-align:middle;
}
.responsive1000 .aboutLocation .locationInfo .tabItem span{
	display:inline-block;
	vertical-align:middle;
}
.responsive1000 .aboutLocation .locationInfo .tabItem .arrow{
	display:none;
	position:absolute;
	bottom:-21px;
	left:50%;
	margin-left:-13px;
	width:25px;
	height:16px;
	background:url(/images/mainsite/location/tabArrow.png) 0 0 no-repeat;
}
.responsive1000 .aboutLocation .locationInfo .tabItem.active .arrow{
	display:block;
}


.responsive1000 .aboutLocation .locationInfo .tabItem span.location_arr{
	display:none;
	position:absolute;
	bottom:-21px;
	left:50%;
	margin-left:-13px;
	width:25px;
	height:16px;
	background:url(/images/mainsite/location/tabArrow.png) 0 0 no-repeat;
}
.responsive1000 .aboutLocation .locationInfo .tabItem.active span.location_arr{
	display:block;
}




.responsive1000 .aboutLocation .locationInfo .sep{
	display:inline-block;
	vertical-align:middle;
	width:1px; height:20px;
	margin:0 10px;
	border-right:1px solid #000;
}

.responsive1000 .aboutLocation .locationInfo .trafficContainer{
	position:relative;
	border-top:1px solid #000;	
	padding-top:20px;
	line-height:1.5em;
	z-index:1;
}

.responsive1000 .aboutLocation .locationInfo .trafficContent{
	display:none;
	height:70px;
}
.responsive1000 .aboutLocation .locationInfo .trafficContent.show{
	display:block;
}






.responsive760 .location .mapContainer{
	position:relative;
	width:100%;
	float:left;
}
.responsive760 .location .mapContainer .mapCanvas{
	position:relative;
	width:100%;
	height:500px;
}

.responsive760 .location .mapContainer .directionWrapper{
	position:absolute;
	background:#fff;
	top:0;
	right:0;
	width:250px;
}
.responsive760 .location .mapContainer .inputText{
	position:relative;
	height:30px;
}
.responsive760 .location .mapContainer .inputText .placesBtn{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	background:url(/images/mainsite/location/placesArrow.png) no-repeat 0 0;
}
.responsive760 .location .mapContainer .inputText .placesBtn.active{
	background-position:0 -30px;
}
.responsive760 .location .mapContainer .inputText .placeInput{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:183px;
	height:18px;
	border:1px solid #b8b8b8;
	padding:5px 5px 5px 30px;
	background:url(/images/mainsite/location/searchIcon.png) left center no-repeat;
	border-radius:0;
}

.responsive760 .location .mapContainer .directionDetails{
	height:350px;
	padding:10px;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	font-size:15px;
	line-height:1.2em;
	display:none;
}
.responsive760 .location .mapContainer .directionDetails .title{
	font-size:16px;
	color:#000;
}

.responsive760 .location .mapContainer .directionDetails td{
	vertical-align:middle;
	padding:5px;
}
.responsive760 .location .mapContainer .directionDetails .warnbox-content,
.responsive760 .location .mapContainer .directionDetails .adp-agencies,
.responsive760 .location .mapContainer .directionDetails .adp-legal{
	font-size:12px;
	line-height:1.2em;
}


.responsive760 .aboutLocation .locationInfo{
	position:relative;
	width:720px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
.responsive760 .aboutLocation .left{
	position:relative;
	width:250px;
	float:left;
}
.responsive0 .aboutLocation .left{
	position:relative;
	width:100%;
	text-align:left;
	float:left;
	margin:10px;
}

.responsive0 .aboutLocation .left td{
	vertical-align:top;
	line-height:1.3em;
}
.responsive0 .aboutLocation .left td h3{
	font-weight:bold;
}
.responsive0 .aboutLocation .left th{
	vertical-align:top;
	padding-right:10px;
}


.responsive760 .aboutLocation .left td{
	vertical-align:top;
	line-height:1.3em;
}
.responsive760 .aboutLocation .left td h3{
	font-weight:bold;
}
.responsive760 .aboutLocation .left th{
	vertical-align:top;
	padding-right:10px;
}

.responsive760 .aboutLocation .right{
	position:relative;
	width:60%;
	min-height:130px;
	float:left;
	margin-left:18px;
	padding-left:20px;
	border-left:1px solid #000;
}

.responsive760 .aboutLocation .locationInfo .trafficNav{
	position:relative;
	margin-bottom:20px;
	z-index:2;
}
.responsive760 .aboutLocation .locationInfo .tabItem{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	color:#000;
	height:30px; line-height:30px;
}
.responsive760 .aboutLocation .locationInfo .tabItem img{
	display:inline-block;
	vertical-align:middle;
}
.responsive760 .aboutLocation .locationInfo .tabItem span{
	display:inline-block;
	vertical-align:middle;
}
.responsive760 .aboutLocation .locationInfo .tabItem .arrow{
	display:none;
	position:absolute;
	bottom:-21px;
	left:50%;
	margin-left:-13px;
	width:25px;
	height:16px;
	background:url(/images/mainsite/location/tabArrow.png) 0 0 no-repeat;
}
.responsive760 .aboutLocation .locationInfo .tabItem.active .arrow{
	display:block;
}
.responsive760 .aboutLocation .locationInfo .sep{
	display:inline-block;
	vertical-align:middle;
	width:1px; height:20px;
	margin:0 10px;
	border-right:1px solid #000;
}

.responsive760 .aboutLocation .locationInfo .trafficContainer{
	position:relative;
	border-top:1px solid #000;	
	padding-top:20px;
	line-height:1.5em;
	z-index:1;
}

.responsive760 .aboutLocation .locationInfo .trafficContent{
	display:none;
	height:70px;
}
.responsive760 .aboutLocation .locationInfo .trafficContent.show{
	display:block;
}








.responsive0 .location .mapContainer{
	position:relative;
	width:100%;
	margin:0 auto;
	display:none;
}
.responsive0 .location .mapContainer .mapCanvas{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}

.responsive0 .location .mapContainer .directionWrapper{
	position:relative;
	height:100%;
	padding:0 10px;
	background:#e6e6e6;
}
.responsive0 .location .mapContainer .inputText{
	position:relative;
	margin-bottom:10px;
	margin-top:10px;
}
.responsive0 .location .mapContainer .inputText .placesBtn{
	display:none;
}
.responsive0 .location .mapContainer .inputText .placesBtn.active{
	background-position:0 -30px;
}
.responsive0 .location .mapContainer .inputText .input{
	display:block;
	position:relative;
	padding-right:75px;
}
.responsive0 .location .mapContainer .inputText .placeInput{
	display:block;
	width:100%;
	height:18px;
	border:0;
	padding:10px 35px 10px 40px;
	background:#fff url(/images/mainsite/location/placeSearchM2x.png) left center no-repeat;
	background-size:35px 35px;
	border-radius:0;
}

.responsive0 .location .mapContainer .directionDetails{
	padding:15px 0;
	margin-top:15px;
	border-top:1px solid #000;
	font-size:15px;
	line-height:1.2em;
	display:none;
}
.responsive0 .location .mapContainer .directionDetails .title{
	font-size:16px;
	color:#000;
}

.responsive0 .location .mapContainer .directionDetails td{
	vertical-align:middle;
	padding:5px;
}
.responsive0 .location .mapContainer .directionDetails .warnbox-content,
.responsive0 .location .mapContainer .directionDetails .adp-agencies,
.responsive0 .location .mapContainer .directionDetails .adp-legal{
	font-size:12px;
	line-height:1.2em;
}

.responsive0 .aboutLocation .trafficContainer .title{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	color:#000;
	margin-bottom:10px;
}
.responsive0 .aboutLocation .trafficContainer .title img{
	display:inline-block;
	vertical-align:middle;
}
.responsive0 .aboutLocation .trafficContainer .title span{
	display:inline-block;
	vertical-align:middle;
	text-indent:0.5em;
}

.responsive0 .aboutLocation .locationInfo{
	position:relative;
	margin:0 auto;
	padding:10px;
}
.responsive0 .aboutLocation .locationInfo .left{
	/*display:none;*/
}
.responsive0 .aboutLocation .locationInfo .right{
	position:relative;
}

.responsive0 .aboutLocation .locationInfo .trafficNav{
	display:none;
}

.responsive0 .aboutLocation .locationInfo .trafficContainer{
	position:relative;
	line-height:1.5em;
	z-index:1;
}

.responsive0 .aboutLocation .locationInfo .trafficContent{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #000;
}

.responsive0 .aboutLocation .contentTitle{
	margin:0;
}

.responsive0 .aboutLocation .content{
	padding:0;
}

.responsive0 .mobileNav{
	
}
.responsive0 .mobileNav table{
	width:100%;
}
.responsive0 .mobileNav table a{
	display:block;
	height:45px;
	background-color:#000;
}
.responsive0 .mobileNav table a.mobileNavTraffic{
	background-image:url('/images/mainsite/location/navIconTranffic.png');
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:45px 90px;
	border-right:1px solid #4d4d4d;
}
.responsive0 .mobileNav table a.mobileNavMap{
	background-image:url('/images/mainsite/location/navIconMap.png');
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:45px 90px;
	border-right:1px solid #4d4d4d;
}
.responsive0 .mobileNav table a.mobileNavRoute{
	background-image:url('/images/mainsite/location/navIconRoute.png');
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:45px 90px;
}
.responsive0 .mobileNav table a.active{
	background-color:#e6e6e6;
	background-position:50% -45px;	
}
.responsive0 .myLocation{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:35px;
	height:100%;
	background:url(/images/mainsite/location/placeLocationM2x.png) 0 center no-repeat;
	background-size:35px 35px;
}

.responsive0 .mapLocation{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:35px;
}

.responsive0 .mobileAction{
	position:relative;
	text-align:center;
}
.responsive0 .mobileAction .blackBtn{
	margin:0 5px;
}
.responsive0 .mobileAction .blackBtn span{
	padding:0 10px;
}


.responsive0 .locationInfo,
.responsive0 .mapCanvas,
.responsive0 .directionWrapper{
	display:none;
}
.responsive0 .location .mobileShow,
.responsive0 .location .mapContainer .mobileShow{
	display:block;
}





/*************************** aboutUs ***************************/
.aboutUs {
	font-size: 14px;
	line-height: 26px;
}
.aboutUs table {
	width: 100%;
}




.responsive1000 .aboutUs .contentTitle {
	display: none;
}
.responsive1000 .aboutUs .topBanner {
	padding-top: 18px;
}
.responsive1000 .aboutUs .topBanner .leftContent {
	float: right;
	text-align: center;
	color: #fff;
	width: 440px;
	height: 440px;
	background: #a78763;
}
.responsive1000 .aboutUs .topBanner .leftContent table {
	height: 100%;
}
.responsive1000 .aboutUs .topBanner .leftContent table tr td {
	vertical-align: middle;
	padding: 0 40px;
}
.responsive1000 .aboutUs .topBanner .leftContent .sogoName {
	font-size: 26px;
	letter-spacing: 2px;
	width: 136px;
	padding: 0 0 12px;
	margin: 0 auto 16px;
	border-bottom: 1px solid #fff;
}
.responsive1000 .aboutUs .topBanner .leftContent h1 {
	font-size: 30px;
	letter-spacing:0;
	padding-bottom: 26px;
}

.responsive1000 .aboutUs .topBanner .rightImg {
	float: right;
	width: 520px;
	height: 440px;
	overflow: hidden;
}
.responsive1000 .aboutUs .topBanner .rightImg img {
	width: 520px;
}

.responsive1000 .aboutUs .aboutList {
	padding: 28px 40px 0;
}

.responsive1000 .aboutUs .aboutList .listTitle {
	float: left;
	width: 185px;
	height: 185px;
	background: url(/images/mainsite/about/bgSmallTag.jpg);
}
.responsive1000 .aboutUs .aboutList .listTitle table {
	text-align: center;
	height: 100%;
}
.responsive1000 .aboutUs .aboutList .listTitle table tr td {
	vertical-align: middle;
}
.responsive1000 .aboutUs .aboutList .listTitle table tr td p {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 3px;
	color: #fff;
}
.responsive1000 .aboutUs .aboutList .listContent {
	float: left;
	width: 655px;
	height: auto;
	border-bottom: 1px solid #000;
	margin: 0 0 0 40px;
	text-align:left;
}
.responsive1000 .aboutUs .aboutList .listContent p {
	padding: 22px 0 42px;
}
.responsive1000 .aboutUs .aboutList.listRight .listTitle {
	float: right;
}
.responsive1000 .aboutUs .aboutList.listRight .listContent {
	margin: 0 40px 0 0;
}





.responsive760 .aboutUs .contentTitle {
	margin: 0;
}
.responsive760 .aboutUs .content {
	padding: 0;
}
.responsive760 .aboutUs .topBanner {
	padding-top: 0;
}
.responsive760 .aboutUs .topBanner .leftContent {
	float: none;
	text-align: center;
	color: #fff;
	width: 100%;
	height: auto;
	background: #a78763;
	padding: 20px 0;
}
.responsive760 .aboutUs .topBanner .leftContent table {
	height: 100%;
}
.responsive760 .aboutUs .topBanner .leftContent table tr td {
	vertical-align: middle;
	padding: 0 14px;
}
.responsive760 .aboutUs .topBanner .leftContent .sogoName {
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
	width: 136px;
	padding: 0 0 12px;
	margin: 0 auto 16px;
	border-bottom: 1px solid #fff;
}
.responsive760 .aboutUs .topBanner .leftContent h1 {
	font-size: 30px;
	letter-spacing: 5px;
	padding-bottom: 26px;
}
.responsive760 .aboutUs .topBanner .leftContent p {
	text-align: left;
}

.responsive760 .aboutUs .topBanner .rightImg {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.responsive760 .aboutUs .topBanner .rightImg img {
	width: 100%;
	display: block;
}

.responsive760 .aboutUs .aboutList {
	padding: 0;
}
.responsive760 .aboutUs .aboutList .listTitle {
	float: none;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: url(/images/mainsite/about/bgSmallTag.jpg) no-repeat;
	background-size: 100%;
}
.responsive760 .aboutUs .aboutList .listTitle table {
	text-align: center;
	height: 100%;
}
.responsive760 .aboutUs .aboutList .listTitle table tr td {
	vertical-align: middle;
}
.responsive760 .aboutUs .aboutList .listTitle table tr td p {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 3px;
	color: #fff;
}
.responsive760 .aboutUs .aboutList .listContent {
	float: none;
	width: 100%;
	height: auto;
	border-bottom: 0;
	margin: 0;
}
.responsive760 .aboutUs .aboutList .listContent p {
	padding: 14px;
}
.responsive760 .aboutUs .aboutList.listRight .listContent {
	margin: 0 40px 0 0;
}





.responsive0 .aboutUs .contentTitle {
	margin: 0;
}
.responsive0 .aboutUs .content {
	padding: 0;
}
.responsive0 .aboutUs .topBanner {
	padding-top: 0;
}
.responsive0 .aboutUs .topBanner .leftContent {
	float: none;
	text-align: center;
	color: #fff;
	width: 100%;
	height: auto;
	background: #a78763;
	padding: 20px 0;
}
.responsive0 .aboutUs .topBanner .leftContent table {
	height: 100%;
}
.responsive0 .aboutUs .topBanner .leftContent table tr td {
	vertical-align: middle;
	padding: 0 14px;
}
.responsive0 .aboutUs .topBanner .leftContent .sogoName {
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
	width: 136px;
	padding: 0 0 12px;
	margin: 0 auto 16px;
	border-bottom: 1px solid #fff;
}
.responsive0 .aboutUs .topBanner .leftContent h1 {
	font-size: 30px;
	letter-spacing: 5px;
	padding-bottom: 26px;
}
.responsive0 .aboutUs .topBanner .leftContent p {
	text-align: left;
}

.responsive0 .aboutUs .topBanner .rightImg {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.responsive0 .aboutUs .topBanner .rightImg img {
	width: 100%;
	display: block;
}

.responsive0 .aboutUs .aboutList {
	padding: 0;
}
.responsive0 .aboutUs .aboutList .listTitle {
	float: none;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: url(/images/mainsite/about/bgSmallTag.jpg);
	background-size: 100%;
}
.responsive0 .aboutUs .aboutList .listTitle table {
	text-align: center;
	height: 100%;
}
.responsive0 .aboutUs .aboutList .listTitle table tr td {
	vertical-align: middle;
}
.responsive0 .aboutUs .aboutList .listTitle table tr td p {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 3px;
	color: #fff;
}
.responsive0 .aboutUs .aboutList .listContent {
	float: none;
	width: 100%;
	height: auto;
	border-bottom: 0;
	margin: 0;
}
.responsive0 .aboutUs .aboutList .listContent p {
	padding: 14px;
}
.responsive0 .aboutUs .aboutList.listRight .listContent {
	margin: 0 40px 0 0;
}
.responsive0 .aboutUs .aboutList .listContent p img{ width:100%; }
.responsive760 .locationCon .content{ height:736px; }
.responsive1000 .locationCon .content{ height:710px; text-align:left; }


.about_scroller{ height:220px; overflow:auto; }







