/*--------------copyright by alva start-------------------------------*/
* {
    padding: 0px;
    margin: 0px;
}

ul,ol {
    margin-bottom: 0px;
	list-style:none;
}

body {
    font-family:Arial, sans-serif, "微軟正黑體", "Microsoft JhengHei";
    position: relative;
    font-size: 16px;
	line-height:30px;
	letter-spacing:1px;
	color: rgba(51,51,51,1);
	background:url(../../images/bg.jpg) top center no-repeat fixed;
	background-size:cover;
}

a {
    display: block;
	color:#333;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
td {
	vertical-align:top;
}


/****************************************************************************************************************************************/
/*************************
********services_sce******
**************************/
#services_sce {
	padding-top: 0px;
	padding-bottom: 60px;
}

.scebtn {
	text-align: center;
	margin-bottom: 30px;
}

.scebtn h2 {
	display: inline-block;
    margin:5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    cursor: pointer;
	line-height:24px;
}

.scebtn h2.scebtn1 {
	background: #d85a51;
}

.scebtn h2.scebtn2 {
	background: #80a076;
}

.scebtn h2.scebtn3 {
	background: #89b5cb;
}

.scebtn h2.scebtn4 {
	background: #8dcfca;
}

.scebtn h2.scebtn5 {
	background: #b7ad6f;
}

.scebtn h2.scebtn6 {
	background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
	background: #fff;
	border: #7e6b5a 3px solid;
	color: #656565;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media (max-width:650px) {
	.scebtn {
		padding: 0 120px;
	}
}

@media (max-width:600px) {
	.scebtn {
		padding: 0 100px;
	}
}

@media (max-width:550px) {
	.scebtn {
		padding: 0 60px;
	}
}

@media (max-width:480px) {
	.scebtn {
		padding: 0 25px;
	}
}

@media (max-width:400px) {
	.scebtn {
		padding: 0 5px;
	}
	.scebtn {
		margin-bottom: 10px;
	}
}

@media (max-width:350px) {
	.scebtn {
		padding: 0 0px;
	}
}
/***********/

.scebox {
	border: #c3c3c3 1px solid;
	border-radius: 5px;
	box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
	padding: 0 10px 10px 10px;
}

.mount .sceimg {
	background-color: #80a076;
}

.sea .sceimg {
	background-color: #89b5cb;
}

.farm .sceimg {
	background-color: #8dcfca;
}

.city .sceimg {
	background-color: #b7ad6f;
}

.hot .sceimg {
	background-color: #d85a51;
}

.scebox:hover {
	cursor: pointer;
}

.scebox:hover .sceimg img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(0.95);
	overflow: hidden;
}

.scebox_hot {
	padding: 0 80px;
}

.scebox_hot .scebox {
	display: inline-block;
	float: left;
	width: 23%;
	margin: 0 10px;
}

.scetag {
	float: right;
	color: #fff;
	padding: 4px 20px;
	margin-left: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.scetag1 {
	background: #d85a51;
}

.scetag2 {
	background: #80a076;
}

.scetag3 {
	background: #89b5cb;
}

.scetag4 {
	background: #8dcfca;
}

.scetag5 {
	background: #b7ad6f;
}

.scet h3 {
	clear: both;
	color: #3d3d3d;
	font-size: 23px;
	letter-spacing: 1px;
	margin-top: 20px;
    display: inline-block;
}

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
	text-align:left;
}
.scemore {
	text-align:right;
}

@media(max-width:1700px) {
	.scebox_hot {
		padding: 0 10px;
	}
}

@media(max-width:1400px) {
	.scebox_hot .scebox {
		width: 24%;
		margin: 0 5px;
	}
}

@media(max-width:1199px) {
	.scebox_hot .scebox {
		width: 48%;
		margin: 5px;
	}
	.scebox_hot .scebox:nth-child(3) {
		clear: both;
	}
}

@media(max-width:700px) {
	.scebox_hot .scebox {
		width: 100%;
		margin: 5px 0px;
	}
	.scet h3 {
		font-size: 22px;
	}
	.scep p {
		line-height: 24px;
	}
}

@media(max-width:550px) {
	.city .sceimg,
	.farm .sceimg,
	.hot .sceimg,
	.mount .sceimg,
	.sea .sceimg {
		background-color: #fff;
	}
}

@media(max-width:500px) {
	.scet h3 {
		letter-spacing: 0px;
	}
}

@media(max-width:450px) {
	.mount .sceimg {
		background-color: #80a076;
	}
	.sea .sceimg {
		background-color: #89b5cb;
	}
	.farm .sceimg {
		background-color: #8dcfca;

	}
	.city .sceimg {
		background-color: #b7ad6f;
	}
	.hot .sceimg {
		background-color: #d85a51;
	}
}

@media(max-width:350px) {
	.scet h3 {
		font-size: 20px;
	}
}


/*************/

.scebox_content {
	padding: 0 0px;
	margin-top: 30px;
}

.scebox_content .scebox {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 5px;
}

@media (max-width: 1800px) {
	.scebox_content {
		padding: 0px;
	}
}

@media screen and (max-width:1700px) {
	.scebox_content {
		padding: 0 0px;
		margin-top: 30px;
	}
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
	display: block;
	margin: auto;
	width: 100%;
}

.scecontainer .item {
	margin: 0.5%;
	float: left;
	background: #ffffff;
	display: block;
	width: 19%;
}

@media screen and (max-width: 1800px) {
	.scecontainer {
		width: 96%;
	}
	.scecontainer .item {
		width: 19%;
	}
}

@media screen and (max-width: 1400px) {
	.scecontainer .item {
		width: 24%;
	}
}

@media screen and (max-width: 991px) {
	.scecontainer .item {
		width: 32%;
	}
}

@media screen and (max-width:767px) {
	.scecontainer .item {
		width: 49%;
	}
}

@media screen and (max-width:550px) {
	.scecontainer .item {
		width: 99%;
		margin-bottom: 10px;
	}
}
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position:fixed;
	bottom:1%;
	right:1%;
	cursor:pointer;
	display:none;
	z-index:9;
}
	@media screen and (max-width:500px) {
		#gotop {
			width:15%;
		}
		#gotop img {
			width:100%;
		}
	}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/

/*----header area-------------------------------------------------------------------------------------------------------------------*/
/*header*/
.header {
	height:95vh;
	position:relative;
}
	/*info*/
	.info {
		color:#fff;
		text-shadow:0px 0px 10px rgba(0,0,0,.9);
		position:absolute;
		bottom:10%;
		left:12%;
		font-size:17px;
		letter-spacing:2px;
		line-height:35px;
		font-weight:600;
	}
		.info ul {
		}
			.info li {
			}
	/*ilogo*/
	.ilogo {
		position:absolute;
		bottom:10%;
		right:12%;
	}
		.ilogo img {
		}
	@media screen and (max-width:1024px) {
		.mob_header {
			background:url(../../images/bg.jpg) top center no-repeat;
			background-size:cover;
			height:95vh;
		}
	}
	@media screen and (max-width:500px) {
		.mob_header {
			height:65vh;
		}
	}
	@media screen and (max-width:400px) {
		.mob_header {
			height:55vh;
		}
	}
/*---button_area----------------------------------------------------------------------------------------------------------------------------*/
/*logo*/
.logo {
	display:none;
	z-index:999;
}
/*menu*/
.menu {
	display:none;
	z-index:999;
}
/*navbar*/
.navbar {
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	text-align:right;
	border-radius:0;
	margin:0;
	padding:2% 1% 0 0;
	min-height:inherit;
	transition:.3s ease all;
	z-index:99;
}
.navbarbg {
	background:rgba(0,0,0,.45);
	transition:.3s ease all;
	padding-bottom:1%;
}
/*navbarshow*/
.navbarshow {
	width: 100vw;
    height: 100vh;
    opacity: 1;
    z-index: 9;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
	display:none;
}
	/*close*/
	.close {
		display:none;
		float: none;
		text-align: center;
		color: #fff;
		opacity: 1;
		font-weight: normal;
		font-size: 16px;
		border: solid 1px #ffffff69;
		width: 45%;
		margin: 0 auto;
		padding: 10px 0;
		border-radius: 25px;
		transition:.2s ease-in;
		box-shadow: 3px 3px 0px rgba(255,255,255,1);
	}
		.close span {
			font-size:14px;
		}
		.close:hover {
			box-shadow: 0px 0px 0px rgba(255,255,255,1);
			color:#fff;
			opacity:1;
			background:#fff;
			color:#000;
			font-weight:600;
		}
	/*ibuttons*/
	.ibuttons {
	}
		.ibuttons ul {
		}
			.ibuttons li {
				display:inline-block;
				width:7%;
				vertical-align:top;
				text-align:center;
				transition:.2s ease-in;
			}
				h1 {
					color:#FFF;
					font-size:17px;
					margin:5px 0;
					transition:.2s ease-in;
				}
				h2 {
					color:#000;
					font-size:15px;
					margin:6% 0;
					transition:.2s ease-in;
				}
				.ibuttons li:hover h1 {
					color:#000;
					filter: drop-shadow(0px 0px 8px rgba(255,255,255, 0.7));
					-webkit-filter: drop-shadow(0px 0px 8px rgba(255,255,255, 0.7));
				}
				.ibuttons li:hover h2 {
					color:#FFF;
					filter: drop-shadow(0px 0px 8px rgba(255,255,255, 0.7));
					-webkit-filter: drop-shadow(0px 0px 8px rgba(255,255,255, 0.7));
				}
				@media screen and (max-width:1330px) {
					.ibuttons li {
						width:10%;
					}
					.info {
						left:5%;
					}
					.ilogo {
						right:2%;
						width:39%;
					}
						.ilogo img {
							width:100%;
						}
				}
				@media screen and (max-width:1024px) {
					body {
						background: url(../../images/pattern.jpg) repeat;
					}
				}
				@media screen and (max-width:1000px) {
					.logo {
						display: block;
						position: fixed;
						top: 0;
						left: 0;
						width: 100vw;
						background: rgba(0,0,0,.5);
						padding: 1% 1% 1% 4%;
						box-shadow: 0px 0px 10px rgba(0,0,0,.5);
						text-align:center;
					}
					.logo a {
						display:inline-block;
						width:25%;
					}
					.logo img {
						width:100%;
					}
					.menu {
						position:fixed;
						top:1%;
						right:3%;
						display:block;
						cursor:pointer;
					}
					.navbar {
						height: 100vh;
						background: rgba(0,0,0,.8) !important;
						text-align: center;
						padding: 5% 3%;
						opacity: 0;
						overflow: hidden;
						position: fixed;
						top: 0;
						left: 0;
						z-index: -5;
						visibility: hidden;
						-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
						transition: opacity 0.5s, visibility 0s 0.5s;
					}
					.navbarshow {
						width: 100vw;
						height: 100vh;
						opacity: 1;
						z-index: 9;
						visibility: visible;
						-webkit-transition: opacity 0.5s;
						transition: opacity 0.5s;
						z-index:9999;
						display:block;
					}
					h2 {
						color:#969696;
						margin: 3% 0;
					}
					.ibuttons ul {
						text-align:left;
					}
					.ibuttons li {
						width: 49%;
						padding: 1% 0;
					}
					.close {
						display: block;
					}
					.ibuttons {
						padding: 10% 0;
					}
				}
				@media screen and (max-width:750px) {
					.ibuttons {
						padding: 15% 0;
					}
					.ibuttons li {
						padding:2% 0;
					}
					.ilogo {
						display:none;
					}
					.logo a {
						width:28%;
					}
				}
				@media screen and (max-width:600px) {
					.logo {
						padding: 1% 1% 2% 4%;
					}
					.logo a {
						width:32%;
					}
				}
				@media screen and (max-width:510px) {
					.ibuttons li {
						padding:3% 0;
					}
					.close {
						width:50%;
					}
				}
				@media screen and (max-width:420px) {
					.logo {
						padding: 2% 1% 2% 4%;
					}
					.logo a {
						width: 35%;
					}
					.info {
						font-size:15px;
						letter-spacing:1px;
						line-height:28px;
					}
				}
				@media screen and (max-width:400px) {
					.ibuttons li {
						padding:4% 0;
						width:45%;
					}
					.close {
						width: 60%;
					}
					.header {
						height:90vh;
					}
				}
				@media screen and (max-width:365px) {
					.logo {
						padding: 2% 1% 2% 4%;
					}
					.logo a {
						width: 40%;
					}
				}

/*---about----------------------------------------------------------------------------------------------------------------------------------*/
/*about1*/
.about1 {
	background: url(../../images/about1_bg.png) top center no-repeat;
	background-size:cover;
	text-align:center;
	padding:4% 0 0 0;
	position:relative;
}
	/*title*/
	.title {
		text-align: right;
		padding: 0 16% 5% 0;
	}
	/*a1_img*/
	.a1_img {
		line-height:0;
	}
		.a1_img img {
			vertical-align:middle;
		}
		img.a1_deco {
			position: relative;
			margin: 0% -5% 0 0;
			width: 22%;
			vertical-align:middle;
			z-index: 10;
		}
		/*a1_deco2*/
		.a1_deco2 {
			position:absolute;
			top:-7%;
			right:15%;
			width:47%;
		}

		@media screen and (max-width:1280px) {
			.title img {
				width:75%;
			}
		}
		@media screen and (max-width:1000px) {
			.a1_img img {
				width:55%;
			}
			img.a1_deco {
				width:25%;
			}
		}
		@media screen and (max-width:700px) {
			.title {
				padding: 0 8% 4% 0;
			}
			.title img {
				width:80%;
			}
			.a1_img img {
				width:60%;
			}
			img.a1_deco {
				width:30%;
			}
		}
		@media screen and (max-width:510px) {
			.about1 {
				padding: 7% 0 0 0;
				position: relative;
				margin-top: -9%;
			}
			.title img {
				width: 90%;
			}
			.a1_img img {
				width: 65%;
			}
			img.a1_deco {
				width:30%;
			}
			.title {
				padding: 0 8% 7% 0;
			}
		}
/*about2*/
.about2 {
	position:relative;
	background:url(../../images/about2_bg.png) top center no-repeat;
	background-size:cover;
	min-height:1028px;
}
	/*text*/
	.text {
		position:absolute;
		top:0;
		right:0;
		width:40%;
		background:#fff;
		text-align:left;
		padding: 2% 10% 3% 4%;
	}
		.text img {
			padding-bottom:2%;
			width:100%;
		}
		.text span {
			display:block;
		}
	/*abouts*/
	.abouts {
		display: inline-block;
		width: 48%;
		text-align: center;
		background: url(../../images/about2_square.png) top center no-repeat;
		background-size: contain;
		background-position: 50%,50%;
		margin: 8% 0 0 7%;
	}
		.abouts ul {
		}
			.abouts li {
				display: inline-block;
				width: 38%;
				margin: 1%;
				position:relative;
			}
				.abouts li a:before {
					content:'+';
					position:absolute;
					top:calc(50% - 12px);
					left:calc(50% - 15px);
					color:#fff;
					font-weight:bolder;
					font-size:40px;
					z-index:1;
					transition:.2s ease all;
					opacity:.6;
				}
				.abouts li a:after {
					content:'';
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					background:rgba(0,0,0,.7);
					opacity:0;
					transition:.2s ease all;
				}
				.abouts li:hover a:before {
					opacity:1;
					transform: rotate(90deg);
				}
				.abouts li:hover a:after {
					opacity:1;
				}
				.abouts li img {
					width:100%;
				}
	/*a2_deco*/
	.a2_deco {
		position: absolute;
		bottom: 22%;
		right: 10%;
		width:29%;
	}
		.a2_deco img {
			width:100%;
		}
/*iroom*/
.iroom {
	position: relative;
    margin-top: -120px;
}
	/*iroom_title*/
	.iroom_title {
		background:url(../../images/iroom_bg.png) top center no-repeat;
		background-size:cover;
		min-height:296px;
		text-align:right;
	}
		.iroom_title img {
			padding:5% 5% 2%;
		}
	/*irooms*/
	.irooms {
		background:rgba(239,239,239,.8);
		text-align:center;
		padding:2%;
	}
		.irooms ul {
			margin-top:-3%;
		}
			.irooms li {
				display:inline-block;
				width:18%;
				padding:5px;
				vertical-align:top;
				text-align:left;
				transition:.2s ease all;
			}
				.irooms li img {
					width:100%;
				}
					.iroom_deco {
						background:url(../../images/iroom_deco.png) top left no-repeat;
						background-size:cover;
						min-height:8px;
					}
				h3 {
					font-size:21px;
					display: inline-block;
					color:#000;
					margin:20px 2px 3px 5px;
				}
				h4 {
					font-size:16px;
					display:inline-block;
					color:#000;
					margin:0;
				}
				.irooms:hover li img:not(:hover) {
					-webkit-filter:grayscale(1);
					filter:grayscale(1);
					transition:.2s ease all;
				}
				.irooms:hover li:not(:hover) {
					transition:.2s ease all;
					opacity:.8;
				}
				.irooms li:hover h3,.irooms li:hover h4 {
					text-shadow:0px 0px 10px rgba(255,255,255,.5);
				}
	/*iroom_bottom*/
	.iroom_bottom {
		background:url(../../images/iroom_bottom.png) top center no-repeat;
		background-size:cover;
		min-height:65px;
	}
	@media screen and (max-width:1300px) {
		.text {
			padding: 2% 2% 3% 4%;
		}
		.about2 {
			min-height:830px;
		}
		.a2_deco {
			bottom:18%;
		}
		.iroom {
			margin-top:-96px;
		}
		.abouts {
			width:55%;
			margin: 8% 0 0 3%;
			background-size: 100%;
		}
		.iroom_title img {
			width:65%;
		}
		.iroom_title {
			min-height:230px;
		}
	}
	@media screen and (max-width:1100px) {
		.about2 {
			min-height: 760px;
		}
		.a2_deco {
			bottom: 15%;
		}
		.iroom_title {
			min-height: 207px;
		}
		.iroom {
			margin-top: -87px;
		}
		.iroom_title img {
			width: 60%;
		}
		.irooms li {
			width:28%;
			padding: 1% 1% 4% 1%;
		}
	}
	@media screen and (max-width:800px) {
		.about2 {
			padding-bottom: 16%;
		}
		.text {
			position: relative;
			width: 100%;
			text-align:center;
		}
		.text span {
			text-align:left;
		}
		.text img {
			width:60%;
		}
		.abouts {
			width: 100%;
			margin: 0%;
			background-size: 85%;
			padding: 8% 8% 5% 8%;
		}
		.a2_deco {
			position: relative;
			width: 50%;
			margin: 0 auto;
		}
		.iroom {
			margin-top: -107px;
		}
		.iroom_title {
			min-height: 150px;
		}
		.iroom_bottom {
			min-height:40px;
		}
	}
	@media screen and (max-width:700px) {
		.irooms li {
			width:32%;
		}
		h3 {
			font-size:18px;
		}
	}
	@media screen and (max-width:650px) {
		.iroom {
			margin-top: -97px;
		}
		.iroom_title img {
			width: 80%;
		}
		.irooms li {
			width:32%;
		}
		h3 {
			font-size:16px;
		}
		h4 {
			font-size:14px;
		}
	}
	@media screen and (max-width:510px) {
		h3 {
			font-size:15px;
		}
		h4 {
			font-size:13px;
		}
		.iroom_title img {
			width: 90%;
		}
	}
	@media screen and (max-width:580px) {
		.iroom {
			margin-top: -92px;
		} 
		.iroom_title img {
			padding: 9% 5% 2%;
		}
		h3 {
			margin: 13px 2px 4px 5px;
		}
		.text img {
			width: 80%;
		}
	}
	@media screen and (max-width:455px) {
		.iroom {
			margin-top: -84px;
		}
		.irooms ul {
			text-align:left;
		}
		.irooms li {
			width: 49%;
		}
	}
	@media screen and (max-width:380px) {
		.iroom {
			margin-top: -75px;
		}
		.iroom_title {
			min-height: 95px;
		}
		.abouts li {
			width:46%;
		}
		.abouts {
			background-size:90%;
		}
		h3 {
			font-size: 14px;
		}
		h4 {
			font-size: 13px;
		}
	}
/*---loc--------------------------------------------------------------------------------------------------------------------------------*/
.loc {
}
	/*loc_title*/
	.loc_title {
		background: url(../../images/title_deco.png) top right no-repeat,#ffffff;
		background-size:23%;
		min-height:515px;
		text-align:left;
		background-position-x:91%;
		padding:3% 0 0 0;
	}
		/*line*/
		.line {
			background:url(../../images/line1.png) top repeat-x;
			min-height:1px;
			width:60%;
			display:inline-block;
			vertical-align:middle;
			background-size:cover;
		}
		.loc_title img {
			position: relative;
			margin-left: -11%;
			width:38%;
		}
	/*services_loc*/
	#services_loc {
		font-size:15px;
		background:rgba(54,46,43,.8);
	}
	.s_loc {
		position: relative;
		margin-top: -22%;
	}
	div#map_canvas {
		height:584px;
		margin:0 auto;
	}
	#services_loc {
		padding:4% 4% 2%;
		color:#fff;
	}
	.map iframe {
    width: 100%;
    min-height: 100%;
    vertical-align: middle;
}

	@media screen and (max-width:1600px) {
		.s_loc {
			margin-top: -27%;
		}
	}
	@media screen and (max-width:1440px) {
		.s_loc {
			margin-top: -31%;
		}
		.loc_title img {
			width:42%;
		}
	}
	@media screen and (max-width:1300px) {
		.s_loc {
			margin-top: -35%;
		}
		.loc_title img {
			width:44%;
		}
	}
	@media screen and (max-width:1160px) {
		.s_loc {
			margin-top: -40%;
		}
		.loc_title img {
			width:45%;
		}
		div#map_canvas {
			height:530px;
		}
	}
	@media screen and (max-width:1024px) {
		.s_loc {
			margin-top: -37%;
		}
		.loc_title img {
			width:50%;
			margin-left: -13%;
		}
		div#map_canvas {
			height:500px;
		}
		.line {
			width:57%;
		}
		.loc_title {
			min-height:430px;
		}
	}
	@media screen and (max-width:930px) {
		.line {
			width:52%;
		}
		.loc_title img {
			width:55%;
		}
		.loc_title {
			padding:4% 0 0 0;
			background-size: 35%;
		}
	}
	@media screen and (max-width:830px) {
		div#map_canvas {
			height: 430px;
		}
		.s_loc {
			margin-top: -44%;
		}
	}
	@media screen and (max-width:768px) {
		div#map_canvas {
			height: 400px;
		}
		.s_loc {
			margin-top: -49%;
		}
	}
	@media screen and (max-width:700px) {
		.loc_title {
			min-height: 388px;
		}
	}
	@media screen and (max-width:630px) {
		.line {
			width:46%;
		}
		.loc_title img {
			width:60%;
		}
		div#map_canvas {
			height:300px;
		}
		.loc_title {
			min-height: 350px;
		}
	}
	@media screen and (max-width:560px) {
		.line {
			width:43%;
		}
		.loc_title img {
			width:70%;
			margin-left: -21%;
		}
		.loc_title {
			min-height: 320px;
		}
	}
	@media screen and (max-width:490px) {
		.line {
			width:32%;
		}
		.loc_title img {
			width:80%;
		}
		.loc_title {
			min-height: 300px;
		}
	}
	@media screen and (max-width:450px) {
		.line {
			width:27%;
		}
		.loc_title img {
			width:90%;
			margin-left: -25%;
		}
		.loc_title {
			min-height:280px;
		}
		.loc_title {
			padding: 6% 0 0 0;
		}
	}
	@media screen and (max-width:400px) {
		.loc_title {
			min-height:250px;
		}
	}
	@media screen and (max-width:360px) {
		.loc_title {
			min-height:225px;
		}
		div#map_canvas {
			height: 280px;
		}
	}
	@media screen and (max-width:330px) {
		.loc_title {
			min-height:200px;
		}
	}
/****sce_title************/
.sce_title {
	background:rgba(54,46,43,.8);
	padding:5% 0 1% 0;
}
	.sce_title img {
		position: relative;
		margin-left: -4%;
		width: 38%;
	}
	@media screen and (max-width:1000px) {
		.sce_title img {
			margin-left: -5%;
			width: 45%;
		}
	}
	@media screen and (max-width:768px) {
		.sce_title img {
			width: 50%;
		}
		.sce_title {
			padding: 10% 0 2% 0;
		}
	}
	@media screen and (max-width:630px) {
		.sce_title img {
			width: 60%;
			margin-left: -10%;
		}
	}
	@media screen and (max-width:500px) {
		.sce_title img {
			width: 76%;
			margin-left: -24%;
		}
		.sce_title {
			padding: 16% 0 3% 0;
		}
	}
	@media screen and (max-width:490px) {
		.sce_title img {
			width:80%;
			margin-left: -17%;
		}
	}
/*************************
*********services_isce*****
**************************/

#services_isce {
	background: url(../../images/index1bg.jpg);
	background-position: top left;
	background-size: auto;
	background-repeat: repeat;
}

#services_isce h2 {
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
	background-image: url(../../images/isceline.png);
	background-position: center bottom;
	background-size: auto;
	background-repeat: no-repeat;
}

.iscebg {
	background-image: url(../../images/iscebg.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 200px;
}

.iscemore {
	background-image: url(../../images/iscemore.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 16px;
}

.isce h2 span.iscenew {
	background: #dc5127;
	border-radius: 10px;
	font-size: 12px;
	padding: 2px 5px;
	vertical-align: middle;
	margin-right: 5px;
}

.isce h2 span.iscehot {
	background: #af2411;
	border-radius: 10px;
	font-size: 12px;
	padding: 2px 5px;
	vertical-align: middle;
	margin-right: 5px;
}

.isce {
	padding-top: 80px;
	padding-bottom: 60px;
}

.isce ul {
	margin: 0;
	padding: 0;
}

.isce ul li {
	display: inline-block;
	float: left;
	width: 25%;
	padding: 0 35px;
}

.isce ul li img {
	margin: 0 auto;
}

.isce ul li p {
	color: #fff;
}

.iscebtn img {
	margin: 0 auto;
	padding-bottom: 80px;
}

@media(max-width:1700px) {
	.iscebg {
		padding: 0 100px;
	}
}

@media(max-width:1550px) {
	.iscebg {
		padding: 0 20px;
	}
	.isce ul li {
		padding: 0 15px;
	}
}

@media(max-width:1250px) {
	#services_isce h2 {
		font-size: 20px;
	}
	.isce ul li p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media(max-width:1100px) {
	#services_isce h2 {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	#services_isce h2 {
		font-size: 20px;
	}
	.isce ul li {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.iscebg {
		padding: 0 150px;
	}
	.isce ul li:nth-child(3) {
		clear: both;
	}
	.iscemore {
		margin-bottom: 20px;
	}
	.isce {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.iscebtn img {
		margin: 0 auto;
		padding-bottom: 20px;
	}
}

@media(max-width:850px) {
	.iscebg {
		padding: 0 80px;
	}
}

@media(max-width:700px) {
	.iscebg {
		padding: 0 15px;
	}
	.iscebtn img {
		max-width: 300px;
	}
}

@media(max-width:500px) {
	.isce ul li {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.iscebg {
		padding: 0 80px;
	}
}

@media(max-width:450px) {
	.iscebg {
		padding: 0 30px;
	}
	.iscemore {
		background-image: url(../../images/iscemore.png);
		background-position: right bottom;
		background-size: auto;
		background-repeat: no-repeat;
		min-height: 16px;
	}
	.iscebtn img {
		max-width: 250px;
	}
}

@media(max-width:380px) {
	.iscebg {
		padding: 0 5px;
	}
	.iscebtn img {
		max-width: 80%;
	}
}

.isce li:hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: translateY(-10px);
}

.isce ul li:hover img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0.7;
}

.iscebtn img {
	position: relative;
	-webkit-animation: aniscebtn 0.6s infinite;
	animation: aniscebtn 0.6s infinite;
}

.iscebtn:hover img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(0.9);
	transform-origin: center center;
}

@-webkit-keyframes aniscebtn {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 2px;
	}
}

@keyframes aniscebtn {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 2px;
	}
}


/*
.iscebtn img  {
	position: relative;
    -webkit-animation: myfirst 0.5s infinite;
    -webkit-animation-direction: alternate;
    animation: myfirst 0.5s infinite;
    animation-direction: alternate;
}

@-webkit-keyframes myfirst {
   0%   {top: 0px;}
    25%  {top: 2px;}
    50%  {top: 20px;}
    75%  {top: 2px;}
    100% {top: 0px;}
}

@keyframes myfirst {
    0%   {top: 0px;}
    25%  {top: 2px;}
    50%  {top: 20px;}
    75%  {top: 2px;}
    100% {top: 0px;}
}
*/


/*********************************************************************************************************************************************/
/*---footer-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	text-align:center;
	padding:3% 0 0;
	color:#000;
	background:#fff;
}
	/*flogo*/
	.flogo {
		position:relative;
	}
		.flogo img {
			display:block;
			margin:0 auto;
		}
		.flogo:before {
			content:'';
			background:url(../../images/line.png) repeat-x;
			width:38%;
			height:40px;
			position:absolute;
			bottom:0;
			left:0;
		}
		.flogo:after {
			content:'';
			background:url(../../images/line.png) repeat-x;
			width:38%;
			height:40px;
			position:absolute;
			bottom:0;
			right:0;
		}
	/*finfo*/
	.finfo {
		text-align:left;
		padding:2% 0 0% 42%;
	}
		.finfo ul {
		}
			.finfo li {
			}
	/*footer_line*/
	.footer_line {
		background:url(../../images/footer_line.png) top center no-repeat;
		background-size:auto;
		min-height:12px;
	}
	/*fbtn*/
	.fbtn {
		padding:2% 0;
	}
		.fbtn ul {
		}
			.fbtn li {
				display: inline-block;
				vertical-align: bottom;
				width: 10%;
				padding:0 1%;
			}
				.fbtn li img {
					width:100%;
				}
				.fbtn li:hover {
					animation:imgflash 1.2s;
				}
	/*footer_bottom*/
	.footer_bottom {
		background:#252525;
		padding:2%;
	}
		/*fmark*/
		.fmark {
		}
			.fmark ul {
			}
				.fmark li {
					display:inline-block;
					vertical-align:top;
					width: 5%;
					padding: 3px;
				}
					.fmark li img {
						width:100%;
					}
		/*bnbnumber*/
		.bnbnumber {
			color:#fff;
			padding:1% 0;
		}
		/*icon*/
		.icon {
			color:#828282;
			font-size:14px;
			padding:15px 0 0 0;
		}	
			.icon span {
				display:inline-block;
				vertical-align:middle;
				color:#828282;
			}
			.icon a {
				display:inline-block;
				vertical-align:middle;
				color:#828282;
				transition:.3s;
			}
				.icon a:hover {
					-webkit-filter:drop-shadow(0px 0px 1px rgba(255,255,255,.8));
					filter:drop-shadow(0px 0px 1px rgba(255,255,255,.8));
				}
		/*copyright*/
		.copyright {
			color:#828282;
			font-size:14px;
			padding:5px 0 0 0;
		}
			.copyright a {
				color:#828282;
				display:inline-block;
				font-size:14px;
				transition:.3s;
			}
				.copyright a:hover {
					color:#fff;
				}
			@keyframes imgflash {
				0% {
					opacity:.5;
				}
				100% {
					opacity:1;
				}
			}
			@media screen and (max-width:1440px) {
				.finfo {
					padding: 2% 0 2% 40%;
				}
				.fbtn li {
					width:13%;
				}
				.fmark li {
					width:7%;
				}
			}
			@media screen and (max-width:960px) {
				.finfo {
					padding: 2% 0 2% 34%;
				}
				.fbtn li {
					width:18%;
				}
				.fmark li {
					width:10%;
				}
				.footer_line {
					width:70%;
					margin:0 auto;
				}
			}
			@media screen and (max-width:768px) {
				.footer {
					padding: 5% 0 0;
				}
				.finfo {
					padding: 3% 0 3% 30%;
				}
				.fbtn li {
					width:21%;
				}
				.fmark li {
					width:12%;
				}
				.flogo:after,.flogo:before {
					width:26%;
				}
				.flogo img {
					width:38%;
				}
				.flogo img:last-of-type {
					width:23%;
				}
			}
			@media screen and (max-width:500px) {
				.flogo img {
					width:43%;
				}
				.flogo img:last-of-type {
					width:26%;
				}
				.finfo {
					padding: 4% 0 4% 20%;
				}
				.fbtn {
					padding: 4% 0;
				}
				.fbtn li {
					width: 28%;
				}
				.footer_line {
					width:85%;
				}
				.fmark li {
					width: 15%;
				}
			}
			@media screen and (max-width:425px) {
				.finfo {
					padding: 4% 0 4% 5%;
				}
				.fbtn li {
					width: 30%;
				}
			}


/*************************
*********services_news*****
**************************/

#services_news a {
	color: #b37525;
}

#services_news a:visited {
	color: #87571a;
}

#services_news a:hover,
#services_news a:focus {
	color: #6d4715;
}

.newstable table {
	width: 100%;
}
	.newstable table a {
		display:inline-block;
		color:#000;
		transition:.2s ease all;
	}
		.newstable table a:hover {
			color:#ff6e13;
		}
button, html input[type=button], input[type=reset], input[type=submit] {
	background: #d3d3d3;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 7px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	transition:.2s ease all;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.3);
}
@media screen and (max-width:600px) {
	.newstable td {
		letter-spacing: 0px;
	}
}

.tableimg img {
	display: block;
	height: auto;
	max-width: 100%;
}

.newstable iframe {
	display: block;
	height: 600px;
	max-width: 100%;
	max-height: auto;
}

@media screen and (max-width:991px) {
	.newstable table {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.newstable iframe {
		padding-left: 15px;
		padding-right: 15px;
		height: 400px;
	}
	.table-responsive {
		border: 0px solid transparent;
		margin-bottom: 0px;
	}
}


/*************************
*********services_bbs*****
**************************/

#services_bbs {
	min-height: 400px;
	padding-bottom: 60px;
}

#services_bbs a {
	color: #b37525;
}

#services_bbs a:visited {
	color: #87571a;
}

#services_bbs a:hover,
#services_bbs a:focus {
	color: #6d4715;
}
.bbshid {
	display: none;
}
input, select, textarea {
    background: transparent;
    border: solid 1px #b3a298;
    border-radius: 5px;
	margin-bottom:2%;
}
.bbsfont td:last-of-type {
	margin-bottom:2%;
	padding-bottom:1%;
}

@media(max-width:768px) {
	.bbsimg img {
		max-width: 80px;
	}
}
@media(max-width:700px) {
	.bbshid {
		width: 25%;
		display: inline-block;
		padding: 0 2% 8%;
	}
}

@media(max-width:650px) {
	.bbsimg img {
		max-width: 70px;
	}
}

@media(max-width:580px) {
	.bbsimg img {
		max-width: 60px;
	}
	#services_bbs td {
		letter-spacing: 0px;
	}
}
@media(max-width:511px) {
	.bbshid {
		width: 22%;
	}
}

@media(max-width:500px) {
	.bbsimg img {
		max-width: inherit;
		width: 22%;
	}
	.bbshid {
		width:18%;
		padding: 0 2% 12%;
	}
	#services_bbs td {
		font-size: 12px;
	}
}
@media(max-width:375px) {
	.bbsimg img  {
		width:25%;
	}
	.bbshid {
		width:13%;
	}
}
input[type=checkbox], input[type=radio] {
	margin: 4px 5px 0 2%;
}
/********************************************************************************************************************************************/
/*inlogo*/
.inlogo {
	display:block;
	width:100%;
	text-align:center;
	padding:1% 0;
}
/*innav*/
.innav {
	text-align:center;
	position:relative;
	padding:1% 0;
	width:auto;
}
.innav.navbarbg {
	background:none;
}
/*---main---------------------------------------------------------------------------------------------------------------------------------*/
.main {
	background:rgba(255,255,255,.9);
	width:80%;
	margin:0 auto 3%;
	text-align:center;
	min-height:800px;
	padding:3% 4%;
}
	/*intitle*/
	.intitle {
		text-align:right;
	}
		.intitle img {
		}
	/*intitle_deco*/
	.intitle_deco {
		background:url(../../images/intitle_deco.png) top right no-repeat;
		background-size:cover;
		min-height:54px;
		margin-bottom:3%;
	}
	@media screen and (max-width:1500px) {
		.main {
			width:88%;
		}
		.intitle img {
			width: 60%;
		}
	}
	@media screen and (max-width:1000px) {
		.innav {
			position:fixed;
			width:100%;
		}
		.main {
			margin:18% auto 5%;
		}
		.intitle_deco {
			min-height:43px;
		}
	}
	@media screen and (max-width:800px) {
		.main {
			width: 95%;
		}
		.intitle_deco {
			min-height: 35px;
		}
	}
	@media screen and (max-width:600px) {
		.main {
			margin: 20% auto 5%;
		}
		.intitle_deco {
			min-height: 30px;
		}
		.intitle img {
			width: 70%;
		}
	}
	@media screen and (max-width:500px) {
		.main {
			padding:4% 5%;
			min-height:600px;
		}
		.intitle img {
			width: 75%;
		}
		.intitle_deco {
			min-height: 25px;
		}
	}
	@media screen and (max-width:400px) {
		.main {
			padding:4% 2%;
			min-height:500px;
			margin: 23% auto 5%;
		}
		.intitle img {
			width: 95%;
		}
		.intitle_deco {
			min-height:20px;
		}
		h5 {
			font-size:17px;
		}
	}
/*---room---------------------------------------------------------------------------------------------------------------------------*/
/*rmbt*/
.rmbt {
	text-align:center;
	padding:0 0 2% 0;
}
	.rmbt ul {
	}
		.rmbt li {
			display:inline-block;
			width:18%;
			padding:0 5px;
			vertical-align:top;
		}
/*room*/
.room {
	padding:0 0 2% 0;
}
	.room ul {
	}
		.room li {
			display:inline-block;
			vertical-align:top;
			width:35vw;
			padding:3px;
		}
			.room li img {
				width:100%;
			}
h5 {
	color:#000;
	font-size:18px;
	margin:2% 0 3%;
	text-align:center;
}
.roomb1 {
	text-align:left;
}
	.roomb1 td {
		vertical-align:middle;
	}
	@media screen and (max-width:1500px) {
		.room li {
			width:39vw;
		}
	}
	@media screen and (max-width:1200px) {
		.rmbt li {
			width:30%;
			padding:5px;
		}
	}
	@media screen and (max-width:950px) {
		.room li {
			width: 38vw;
		}
	}
	@media screen and (max-width:700px) {
		.room li {
			width: 100%;
		}
		.rmbt li {
			width:32%;
		}
		.rmbt li img {
			width:100%;
		}
		.roomb1 {
			padding:2% 0;
		}
	}
	@media screen and (max-width:600px) {
		.rmbt li {
			width:42%;
		}
	}
	@media screen and (max-width:490px) {
		.rmbt li {
			width:47%;
		}
	}
	@media screen and (max-width:400px) {
		.rmbt {
			text-align:left;
		}
		.rmbt li {
			width:48%;
			padding:0;
		}
	}
/*note*/
.note {
	padding:2% 0;
	width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}
	.note_title {
		padding:0 0 2% 0;
	}
	.note td {
		vertical-align:top;
	}
	@media screen and (max-width:1000px) {
		.note {
			padding:2% 0 4%;
		}
		.note_title {
			padding:0 0 3% 0;
		}
	}
	@media screen and (max-width:600px) {
		.note {
			padding:3% 0 5%;
		}
		.note_title {
			padding:0 0 3% 0;
		}
			.note_title img {
				width:80%;
			}
	}
	@media screen and (max-width:500px) {
		.note_title {
			padding:0 0 1% 0;
		}
		.note_title img {
			width:90%;
		}
	}
/*bbstable*/
.bbstable {
}
	.bbstable table {
		width:100%;
	}
	@media screen and (max-width:500px) {
		.bbstable table {
			font-size:15px;
		}
	}
/*order*/
.form-control {
	background-color: #ff717100;
	border: 1px solid #a3948b;
}
/****services_order******/

.form-group {
	padding-top: 5px;
	padding-bottom: 5px;
}

#services_order label {
	color: #424040;
}
#services_order input:focus {
	border-color: #5c4c15;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

/*********************************Inputs************************/
@media screen and (max-width:768px) {
	#services_order label {
		width:100%;
		text-align:right;
	}
}
@media screen and (max-width:400px) {
	#services_order label {
		text-align:left;
		font-size:15px;
	}
}
/*---carousel----------------------------------------------------------------------------------------------------------------------------------------*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.carousel-indicators li {
	width:8px;
	height:8px;
}
.carousel-indicators .active {
	width:10px;
	height:10px;
}
/*carousel*/
.carousel {
    position: relative;
    display: inline-block;
	width:48%;
	vertical-align:middle;
}
.carousel-inner>.item>img {
	width:100%;
}
	@media screen and (max-width:1200px) {
		.carousel {
			width:56%;
		}
		.a1_deco2 {
			right: 10%;
			width: 56%;
		}
	}
	@media screen and (max-width:730px) {
		.carousel {
			width:65%;
		}
		img.a1_deco2 {
			right: 5%;
			width: 65%;
		}
		img.a1_deco {
			width: 23%;
		}
	}
	@media screen and (max-width:500px) {
		.carousel {
			width:70%;
		}
		img.a1_deco2 {
			right: 4%;
			width: 70%;
		}
		img.a1_deco {
			width: 20%;
		}
	}
#about {
	transform:translateY(-90px);
}
#room {
	transform:translateY(-150px);
}
#loc {
	transform:translateY(-110px);
}
#sce{
	transform:translateY(-100px);
}
	@media screen and (max-width:1024px) {
		#about {
			transform:translateY(-80px);
		}
		#room {
			transform:translateY(-140px);
		}
		#loc {
			transform:translateY(-90px);
		}
		#sce{
			transform:translateY(-90px);
		}
	}
	@media screen and (max-width:425px) {
		#room {
			transform:translateY(-130px);
		}
		#loc {
			transform:translateY(-65px);
		}
		#sce{
			transform:translateY(-30px);
		}
	}

/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {
}
	.icons ul {
		list-style:none;
	}
	.icons li {
		margin: 5px 5px;
		display:inline-block;
		vertical-align:top;
		width: 21%;
		background:rgba(255,255,255,.6);
		border-radius: 7px;
		padding: 5px 0 8px;
		text-align:center;
	}
		.icons li img {
			padding:0 7px;
			margin:0 auto;
		}
		.icons li span {
			display:block;
			font-size:14px;
			line-height:20px;
		}
	@media screen and (max-width:1199px) {
		.icons li {
			width:10%;
		}
	}
	@media screen and (max-width:900px) {
		.icons li span {
			font-size:12px;
		}
	}
	@media screen and (max-width:768px) {
		.icons li {
			width:13%;
		}
	}
	@media screen and (max-width:600px) {
		.icons li {
			width:17%;
		}
	}
	@media screen and (max-width:500px) {
		.icons li {
			width:21%;
		}
	}
	@media screen and (max-width:430px) {
		.icons li {
			width:27%;
			margin:5px 8px;
			padding: 5px 4px 8px;
		}
		.icons li span {
			font-size:13px;
		}
		.icons li img {
			padding:0 12px;
		}
	}
	@media screen and (max-width:360px) {
		.icons li span {
			font-size:12px;
		}
	}
	@media screen and (max-width:340px) {
		.icons li {
			width: 28%;
			margin: 5px 5px;
			padding: 5px 2px 8px;
		}
	}
/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/
.r_icons {
	padding-bottom:4%;
	text-align:left;
}
	.r_icons ul {
		list-style:none;
	}
	.r_icons li {
		width:17%;
		float:left;
	}
	table.fac {
		padding:0 0 3% 2%;
		display:block;
	}
		table.fac td {
			vertical-align:top;
		}
	@media screen and (max-width:1290px) {
		.r_icons li {
			width:21%;
		}
	}
	@media screen and (max-width:1060px) {
		.r_icons li {
			width:28%;
		}
	}
	@media screen and (max-width:991px) {
		.r_icons li {
			width:11%;
		}
	}
	@media screen and (max-width:870px) {
		.r_icons li {
			width:15%;
		}
	}
	@media screen and (max-width: 725px) {
		.r_icons li {
			width: 17.6666666%;
		}
		.icons li img {
			padding: 0 15px;
		}
	}
	@media screen and (max-width:500px) {
		.r_icons li {
			width: 22%;
		}
	}
	@media screen and (max-width:440px) {
		.r_icons li {
			width: 31%;
			margin: 5px 3px;
			padding:5px;
		}
	}
/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
	padding:3% 0 0 0;
	text-align:left;
}
	.note_icon ul {
		list-style:none;
	}
	.note_icon li {
		width:11%;
		padding: 5px 0 5px;
	}
		.note_icon li img {
			padding: 0 25px 5px;
			max-width:100%;
		}
		@media screen and (max-width:1220px) {
			.note_icon li {
				width:12%;
			}
			.note_icon li img {
				padding: 0 20px 5px;
			}
		}
		@media screen and (max-width:1080px) {
			.note_icon li {
				width:12%;
			}
			.note_icon li img {
				padding: 0 12px 5px;
			}
		}
		@media screen and (max-width:760px) {
			.note_icon li {
				width:14%;
			}
		}
		@media screen and (max-width:700px) {
			.note_icon li {
				width:17%;
			}
		}
		@media screen and (max-width:580px) {
			.note_icon li {
				width:19%;
				margin:5px 0;
			}
		}
		@media screen and (max-width:505px) {
			.note_icon li {
				width:23%;
				padding:7px;
			}
			.note_icon li img {
				width:100%;
			}
		}
		@media screen and (max-width:453px) {
			.note_icon li {
				width:23.66666%;
			}
			.icons li span {
				font-size: 12px;
			}
		}
		@media screen and (max-width:400px) {
			.note_icon li {
				width:31%;
				padding:6px;
			}
		}



