/*-- testimonial --*/
.testimonials {
  background: url(../../images/i5.jpg); no-repeat 0px 0px;
  background-color: black;
  background-attachment: fixed;//固定不动
  background-size: cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
  min-height: 380px;
  padding: 5em 0 0 0;
  position: relative;
  text-align: center;
}

.testmonials div.head-section {
  margin-top: 1em;
}
.testimonial-info h3 {
  color: #FFF;
  font-size: 45px;
  font-weight: 300;
  margin: 0;
  padding:0;
  font-family: 'Roboto Condensed', 'Open Sans',"Helvetica Neue",Helvetica,arial , STheiti , sans-serif !important;
}
.testimonial-info h5 {
  color: #FFFFFF;
  margin: 1em 0;
 line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 0.01em !important;
    font-size: 13pt !important;
}
.testimonial-nfo h5 span{
	display:block;
}
.testimonial-grid p {
  font-size: 1.3em;
  font-style: italic;
  color: #FFF;
  text-align: center;
  width: 70%;
  margin: 2em auto;
  font-weight: 300;
}
.testimonial-grid p span {
  font-size: 1.2em;
  vertical-align: middle;
}
/*-- news --*/
.news {
  padding: 4em 0;
}
.news-text h3 {
  color: rgba(1,113,191,1);
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  font-family: Arial narrow;
  text-align: center;
padding-bottom: 2em;
}
.news-text h5 {
  color: #969696;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 300;
  padding: 0;
  text-align: center;
}
.news-text h5 span{
	display:block;
}
.news-grids {
  margin-top: 3em;
}
.news-grid img{
  width: 100%;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.15);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.15);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
 #bgborder
   {
       background: #FCFCFC;

       border:8px solid white;
       height: 13em;
   }
.news-grid a{
  color: #0171bf;
  font-size: 13pt;
  font-weight: 500;
  margin: 0 0 .3em 0;
  display:block;
  text-decoration:none;
  text-align: center;
font-family: 'Open Sans',"Helvetica Neue",Helvetica,arial , STheiti , sans-serif !important;
}
a.button img {
	width: 40%;
	margin-top: 5px;
	float: none;
	margin: -100px 0 25px;
	display: inline-block;
        background-color: rgba(211,211,211,0.4);
          border-radius: 5px;
}
.news-grid a:hover{
	text-decoration:none;
}
.news-grid span {
  color: #328f0c;
  font-size: 14px;
  line-height: 1.7em;
  font-weight:300;
    margin-bottom: 1em;
  display: block;
  text-align: center;
   position: absolute;
  bottom:0;
  left:33%;
      font-family: 'Open Sans',"Helvetica Neue",Helvetica,arial , STheiti , sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
}
.news-info p {
  color: #333333;
  font-size: 16px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 300;
  margin-top:0.8em;
}





/********* About ******/

/* //Rectangle In */
/*--//single-page--*/
/************* Contact ********/
.contact_desc{
	padding:4em 0;
	background:#FFF;
}
.contact_desc h2{
   color: #000000;
  text-transform: uppercase;
  font-size: 2.7em;
  font-weight: 300;
  margin: 0 0 25px 0px;
  text-align: center;
  padding: 0;
}
.contact_desc h3 {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 400;
  margin: 0 0 15px 0px;
  padding: 0;
}
.contact-form{
	position:relative;
	padding-bottom:20px;
}
.left_form{
	float:left;
	width:48%;
}
.right_form{
	float:left;
	width:48%;
	margin-left:3.8%;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label {
    display: block;
    font-size: 1em;
    color: #686868;
    padding-bottom: 5px;
    font-weight: 400;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:10px;
			display:block;
			width:100%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			-webkit-appearance:none;
  font-weight: 300;
}
.contact-form textarea{
		resize:none;
		height: 193px;		
}
.myButton{
    background:#84754e;
	color: #FFF;
	font-size:1em;
	padding:10px 25px;
	border:none;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    display:inline-block;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-appearance:none;
    float:right;
}
.myButton:hover{
		background:#a6192e;
}
.company_address{
	 float:left;
	 width:25%;
}
.company_address p{
      display: block;
  font-size: 1em;
  color: #A3A3A3;
  padding-bottom: 5px;
  font-weight: 300;
  padding: 5px 0;
}
.company_address p span a{
	text-decoration:underline;
	color:#555;
}
.company_address p span a:hover{
	text-decoration:none;
    color: #d58afc;
}
.contact_info{
	float:right;
	width:70%;
	margin-left:5%;
}
.gallery-top{
	margin:40px 0 10px 0;
}
.gallery li {
	float: left;
	display: inline;
	width:23.5%;
	margin-right:2%;
	box-shadow: 0 0 8px #666;
	background: #FFF;
	padding-bottom: 10px;
	opacity: .95;
}
.gallery ul li a img {
	box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
    width: 100%;
}
.gallery li.last {
	margin: 0 0 30px 0;
}
.gallery h3 {
	color: #888;
	padding: 10px 0 0 15px;
	background: #FFF;
	font-size: 17px;
}
h3.type.text-center {
	color: #000000;
  text-transform: uppercase;
  font-size: 2.7em;
  font-weight: 300;
  margin: 0 0 25px 0px;
  text-align: center;
  padding: 0;
}
.grid_3 h3 {
	padding-bottom: .5em;
	font-size: 2em;
	color: #FA0000;
}
.grid_4 h3 {
	color: #666161;
	padding-bottom:0;
}
.grid_4 h3 {
	padding: 12px 0;
}
.grid_5 h1, h2, h3, h4, h5, h6 {
	padding: 12px 0;
}
h3.first {
	padding-bottom: .5em;
	font-size: 2em;
	color: #FA0000;
}
.get-in-touch {
	background: #515151;
	padding: 4em 0;
}
.gin h3,.address h3,.dal h3 {
	color: #fff;
	font-size: 2em;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom:0.8em;
}
.gin p,.address p,.dal p {
	/*color:#ededec;
	font-weight:300;*/
	line-height:1.8em;
	font-size:14px;
}
p.phone{
	margin: 12px 0 5px 0;
}
p.phone span {
	  font-weight: 500;
  color: #ededec;
}
span.phone {
	  font-weight: 500;
  color: #ededec;
}
span.phone a{
	color:#ededec;
	font-weight: 300;
}
span.phone a:hover {
	color: #fff;
}
.dal input[type="text"],.dal textarea {
	  width: 48%;
  color: #000000;
  font-size: 1em;
  border: none;
  font-weight: 300;
  outline: none;
  margin: 0 9px 15px 0; 
  font-weight:400;
}
.dal textarea{
	resize:none;
	width:98%;
	height:7.5em;
}
.address p {
	    line-height: 0.5em;
    font-size: 10pt !important;
}
.dal input[type="submit"]{
	  color: #fff;
<!--   text-transform: uppercase; -->
  font-size: 15px;
  font-weight: 400;
  border: none;
  background: #7B7B7B;
  padding: 7px 25px;
  outline: none;
  border-radius: 8px;
}
.dal input[type="submit"]:hover{
	background:#000;
	color:#fff;
}
.footer {
	background: #343b41;
	padding: 20px 0;
}
.copyright p {
	color: #fff;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
}
.copyright p a{
	color: #fff;
  font-size: 1em;
  font-weight: 300;
}
.copyright p a:hover{
	color:#fff;
}
.footer-icons {
	float: left;
  margin: 10px 0 0 -14px;	
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 3%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url('../../images/to-top1.png') no-repeat 0px 0px;
  z-index: 9999;
}
span.menu {
	display: none;
}
/*-- responsine-design --*/
@media screen and (max-width: 1440px) {	
	.header-bottom-grids {
		margin-top: 19.5em;
	}
	.header-banner {
		min-height: 834px;
	}
	.testimonials {
		min-height: 360px;
	}
}
@media screen and (max-width: 1366px) {
	.banner-info {
		width: 93%;
		margin: 5em auto 0;
	}
	.header-bottom-grids {
		margin-top: 17.2em;
	}
	.header-banner {
		min-height: 790px;
	}
	.services-bottom-grids {
		padding: 5em 0 6em 0;
	}
	.contact-section {
		padding: 4em 0 5em 0;
	}
	.items {
		padding: 5em 0;
	}
	.page-not-found {
		margin: 6em 0 5em 0;
	}
	.news {
		padding: 3em 0;
	}
	.get-in-touch {
		padding: 3em 0;
	}
	.gin h3, .address h3, .dal h3 {
		padding: 0;
	}
	.about-header-banner {
		min-height: 300px;
	}
}
@media screen and (max-width: 1280px) {
	.services-bottom-middle h3 {
		font-size: 2.15em;
	}
	.banner-info {
		margin: 4em auto 0;
	}
	.header-top {
		padding: 1.6em 25px;
	}
	.home {
		width: 7%;
		padding: 2.12em 1.8em;
	}
	.banner-info h1 a {
		font-size: 2.6em;
	}
	.header-bottom-grids {
		margin-top: 16.2em;
	}
	.header-bottom-grid1, .header-bottom-grid2, .header-bottom-grid3, .header-bottom-grid4 {
		padding: 2.5em 0px 3.5em 0;
	}
	.header-banner {
		min-height: 730px;
	}
	.services-bottom-grids {
		padding: 4em 0 5em 0;
	}
	.secvice-top-grid-1, .secvice-top-grid-2, .secvice-top-grid-3, .secvice-top-grid-4 {
		padding: 3em 1.6em 4.5em 1.6em;
	}
	.item-1 h3,.item-2 h3 {
		font-size: 2.3em;
	}
	.item-3 h4 {
		font-size: 2.1em;
	}
	

	
	.contact-section h3 {
		font-size: 2.8em;
		margin-bottom: 0.9em;
	}
	.contact-section input.text, .contact-section textarea {
		padding: 20px 15px;
	}
	.contact-section {
		padding: 3em 0 4em 0;
	}
	.footer {
		padding: 1.3em 0;
	}
	.page-not-found h3 {
		font-size: 15em;
	}
	.page-not-found h4 {
		font-size: 6em;
	}
	.about-header-banner {
		min-height: 265px;
	}
	.gin h3, .address h3, .dal h3 {
		font-size: 1.8em;
	}
	.news-text h3 {
		padding-top: 0;
	}
	.testimonials {
		min-height: 340px;
		padding: 4em 0 0 0;
	}	
}
@media screen and (max-width: 1024px) {
	.home {
		width: 8%;
		padding: 2em 1.7em;
	}
	.header-top {
		padding: 1.49em 20px;
	}
	.banner-info h1 a {
		font-size: 2.3em;
	}
	.banner-info {
		margin: 3.5em auto 0;
	}
	.header-bottom-grid1 h4, .header-bottom-grid2 h4, .header-bottom-grid3 h4, .header-bottom-grid4 h4 {
		font-size: 1.8em;
		margin-top: 0.5em;
	}
	.header-bottom-grids {
		margin-top: 8.8em;
	}
	.header-banner {
		min-height: 590px;
	}
	.services-bottom-middle h3 {
		font-size: 1.8em;
	}
	.services-bottom-middle p {
		font-size: 1.15em;
		margin-top: 12px;
	}
	.services-bottom-grids {
		padding: 3.5em 0 4em 0;
	}
	.item-1 h3, .item-2 h3 {
		font-size: 2em;
	}
	.item-3 h4 {
		font-size: 1.85em;
	}
	.item-3 {
	/*	min-height: 271px;*/
		/*padding: 3.8em 1.4em 0 1.4em;*/
	}
	.items {
		padding: 4em 0;
	}
	.contact-section input.text, .contact-section textarea {
		padding: 18px 14px;
	}
	.contact-section input[type="button"] {
		padding: 16px 21px;
	}
	.contact-section h3 {
		font-size: 2.6em;
		margin-bottom: 0.75em;
	}
	.contact-info {
		width: 75%;
	}	
	.secvice-top-grid-1, .secvice-top-grid-2, .secvice-top-grid-3, .secvice-top-grid-4 {
		padding: 2em 1.6em 4.5em 1.6em;
	}
	.post-grid p {
		width: 60%;
		font-size: 0.95em;
	}
	.post-grid img {
		width: 37%;
	}
	.section.group h2 {
		font-size: 2.1em;
	}
	.pack-desc {
		padding: 25px 0;
		margin-top: 20px;
	}
	.section.group {
		padding: 1.5em 0 1em 0;
	}
	.gallery-top {
		margin: 25px 0 10px 0;
	}
	.dal input[type="text"], .dal textarea {
		width: 47.6%;
	}
	.news-grid {
		padding: 0 10px;
	}
	.testimonial-grid p {
		margin: 1em auto;
	}
	.testimonials {
		min-height: 325px;
		padding: 3.5em 0 0 0;
	}
	.dal textarea {
		width: 98%;
	}
	.cmnt-icon-left {
		width: 24%;
	}
	.posts-left {
		width: 44%;
	}
	.posts-right h5 {
		padding: 0;
	}
	.comment-icons ul li {
		margin: 0 18px 0 0;
	}
}
@media screen and (max-width: 800px) {
	.top-menu ul li a {
		font-size: 15px;
		margin: 0 15px;
	}
	.header-top {
		padding: 0.9em 15px;
		width: 91.5%;
	}
	.home {
		width: 8.5%;
		padding: 1.41em 1.2em;
	}
	.banner-info {
		margin: 2.5em auto 0;
		width: 100%;
	}
	.banner-info h1 a {
		font-size: 2.1em;
	}
	.header-bottom-grids img {
		width: 40%;
	}
	.header-bottom-grids {
		margin-top: 6.5em;
	}
	.header-bottom-grid1 h4, .header-bottom-grid2 h4, .header-bottom-grid3 h4, .header-bottom-grid4 h4 {
		font-size: 1.55em;
		margin-top: 0em;
	}
	.header-bottom-grid1, .header-bottom-grid2, .header-bottom-grid3, .header-bottom-grid4 {
		width: 24.222%;
		margin-right: 1%;
	}
	.header-bottom-grid4{
		margin-right: 0%;
	}
	.header-banner {
		min-height: 450px;
	}
	.header-bottom-grid1, .header-bottom-grid2, .header-bottom-grid3, .header-bottom-grid4 {
		padding: 1em 0px 1.5em 0;
	}
	.secvice-top-grid-1, .secvice-top-grid-2, .secvice-top-grid-3, .secvice-top-grid-4 {
		padding: 1.4em 0.6em 3.5em 0.6em;
	}
	.secvice-top-grid-1 h3, .secvice-top-grid-2 h3, .secvice-top-grid-3 h3, .secvice-top-grid-4 h3 {
		font-size: 1.4em;
		margin-bottom: 10px;
		  padding: 0;
	}
	.secvice-top-grid-1, .secvice-top-grid-2, .secvice-top-grid-3, .secvice-top-grid-4 {
		width: 24.222%;
		margin-right: 1%;
	}
	.secvice-top-grid-4{
		margin-right: 0;
	}
	.secvice-top-grid-1 p, .secvice-top-grid-2 p, .secvice-top-grid-3 p, .secvice-top-grid-4 p {
		font-size: 1.05em;
	}
	.services-bottom-left {
		padding: 0 10px 0 0;
		width: 25%;
		float: left;
	}
	.services-bottom-right{
		padding: 0 0 0 10px;
		width: 25%;
		float: left;
	}
	.services-bottom-middle {
		width: 50%;
		float: left;
		padding:0;
	}
	.services-bottom-middle h3 {
		font-size: 1.5em;
		  padding-top: 5px;
	}
	.services-bottom-middle p {
		font-size: 1em;
		margin-top: 0;
		line-height: 1.5em;
		overflow: hidden;
	}
	.services-bottom-grids {
		padding: 2.5em 0 3em 0;
	}
	.item-1, .item-2, .item-3 {
		width: 33.333%;
		float: left;
	}
	.item-1 h3, .item-2 h3 {
		font-size: 1.6em;
	}
	.item-3 p {
		font-size: 1.05em;
		margin-top: 1.2em;
	}
	.item-3 h4 {
		font-size: 1.6em;
	}
	.item-3 {
	/*	min-height: 214px;
		padding: 1em 1em 0 1em;*/
	}
	.contact-section h3 {
		font-size: 2.3em;
		margin-bottom: 0.6em;
	}
	.contact-section h3 {
		font-size: 2.3em;
		margin-bottom: 0.6em;
	}
	.contact-section input.text, .contact-section textarea {
		padding: 15px 12px;
	}
	.contact-section input[type="button"] {
		padding: 14px 18px;
	}
	.contact-section {
		padding: 2.2em 0 3em 0;
	}
	.contact-section {
		padding: 2.2em 0 3em 0;
	}
	.about-header-banner {
		min-height: 200px;
	}
	.post-grid p {
		height: 50px;
		overflow: hidden;
	}
	.latest_comments h4 a {
		font-size: 0.75em;
	}
	.products_1_of_3 p {
		height: 75px;
		overflow: hidden;
	}
	.products_1_of_3 h3 {
		font-size: 1.3em;
	}
	.read_more a {
		padding: 7px 20px;
	}
	.pack-desc h3 {
		font-size: 1.6em;
	}
	.button a {
		padding: 11px 26px;
	}
	.pack-desc {
		padding: 20px 0;
		border-top: 6px solid rgba(0, 0, 0, 0);
		border-bottom: 6px solid rgba(0, 0, 0, 0);
		margin-top: 10px;
	}
	.spa_products {
		padding: 20px 0 0 0;
	}
	.spa_products h2 {
		font-size: 1.8em;
	}
	.gallery h3 {
		padding: 10px 0 0 10px;
		font-size: 16px;
	}
	.page-not-found h4 {
		font-size: 4em;
	}
	.page-not-found h3 {
		font-size: 10em;
	}
	.contact_desc h2 {
		font-size: 2.5em;
	}
	.contact-form span label {
		font-size: 0.9em;
	}
	.contact_desc {
		padding: 3em 0;
	}
	.contact-form input[type="text"], .contact-form textarea {
		padding: 8px;
	}
	.contact-form textarea {
		height: 177px;
	}
	.company_address p {
		font-size: 0.95em;
		padding: 4px 0;
	}
	.gallery li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.gallery li:nth-child(2),.gallery li:nth-child(4),.gallery li:nth-child(6),.gallery li:nth-child(8){
		margin-right:0;
	}
	.gallery li:nth-child(1),.gallery li:nth-child(5){
		margin-bottom:4%;
	}
	.gallery li.last {
		margin-bottom: 0;
	}
	.news-grid {
		padding: 0 15px;
		width: 50%;
		float: left;
		margin-top: 2em;
	}
	.news-grids {
		margin-top: 0;
	}
	.gin,.address {
		width: 50%;
		float: left;
	}
	.dal input[type="text"]{
		width: 48%;
	}
	.testimonial-grid p {
		margin: 0em auto;
		width: 95%;
		font-size: 1.2em;
	}
	.testimonials {
		min-height: 270px;
		padding: 3em 0 0 0;
	}
	.testimonial-info h5 {
		padding:0;	
	}
	.ch-grid li {
		width: 235px;
		height: 235px;
		margin: 5px;
	}
	.who_we_are, .latest-news {
		padding: 3em 0;
	}
	.about-top h5 {
		font-size: 1em;
		line-height: 1.7em;
		margin: 0 auto 16px;
		padding: 0;
	}
	.col-md-4.whyus {
		width: 33.333%;
		float: left;
		padding:0 10px;
	}
	.whyus span {
		width: 70px;
		height: 70px;
		font-size: 22px;
		line-height: 70px;
	}
	.abt_img1 {
		width: 40%;
		margin-left: 6%;	
	}
	.abt_img2 {
		width: 40%;
		margin-right: 6%;
	}
	.gallery-left {
		padding: 0 0.2em;
		margin-bottom: 0.3em;
		width: 33.333%;
		float: left;
	}
	.gallery-head {
		padding: 3em 0 2em 0;
	}
	h3.type.text-center {
		font-size: 2.5em;
		margin: 0 0 20px 0px;
	}
	.typrography {
		padding: 3em 0;
	}
	.about-top h3 {
		font-size: 2.5em;
	}
	.gallery-head h3 {
		font-size: 2.5em;
	}
	.single-page-right {
		margin-top: 3em;
	}
	.posts-left {
		width: 45%;
		margin-right:5%;
	}
	.posts-right {
		float: left;
		width: 46%;
		margin-right:2%
	}
	.recent-posts-info {
		margin-bottom: 3em;
		width: 50%;
		float: left;
	}
	.cmnt-icon-left {
		width: 10%;
	}
	.cmnt-icon-right {
		width: 87%;
	}
	.dal {
		float: left;
	}
}

@media (max-width:1140px){
	    #header nav ul li{
		margin-left:0;
	}
}



	@media screen and (max-width: 736px) {



a.button img{

	width: 40% !important;
	margin-top: 5px;
	float: none;
	margin: 0px;
	display: inline-block;
 
}

.news-grid a
{
	font-size: 15px;
}


.news-grid span
{
	display: none;
}
		}


@media screen and (max-width: 1024px)
{
 .news-grid span{
    line-height: 6em;
    left: 44%;
              }   
a.button img{
    width: 10%;
    margin: 0;
}
}
