/*~~~~~~~~~~~~~~~~~~~~ 鎴戜滑鍒楄〃 ~~~~~~~~~~~~~~~~~~~~*/
.gallery_wrapper {
	padding:0 0 50px;
}
.gallery_item {
}
.gallery_item_1, .gallery_item_2, .gallery_item_3, .gallery_item_4,.gallery_item_5, .gallery_item_6, .gallery_item_7, .gallery_item_8, .gallery_item_9, .gallery_item_10 {
}
.gallery_item_1,.gallery_item_8 {
	margin-left:180px;
}
.gallery_item_4, .gallery_item_5, .gallery_item_6, .gallery_item_7, .gallery_item_8, .gallery_item_9, .gallery_item_10 {
	margin-top:-55px;
}
.gallery_item figure {
	position:relative;
}
.gallery_item figcaption {
	background:url(../images/gallery_item_bg.png) left top no-repeat;
	background-size:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:block;
	z-index:9;
	opacity:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding:100px 30px 0;
	text-align:center;
	color:#FFF
}
.gallery_item figure:hover figcaption {
	opacity:1;
}
.gallery_item figcaption p {
	margin:0 0 0;
	color:#f2f2e8;
}
.gallery_item figcaption h6 {
	padding-top:5px;
	color:#a8d46f;
	font-size:16px
}
.gallery_item figcaption h6 a {
	color:#f2f2e8;
	display:inline-block;
	position:relative; font-weight:bold
}
.gallery_item figcaption h6 a:after {
	display:block;
	width:26px;
	height:26px;
	background:url(../images/info_icon.png) left top no-repeat;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-13px;
	content:'';
}
.gallery_item figcaption h6 a:hover {
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~ Media Queries ~~~~~~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~ iPad landscape ~~~~~~~~~ */
@media screen and (max-width: 1200px) {
.gallery_item_1,.gallery_item_8 {
	margin-left:140px;
}
.gallery_item_4, .gallery_item_5, .gallery_item_6, .gallery_item_7, .gallery_item_8, .gallery_item_9, .gallery_item_10 {
	margin-top:-50px;
}
.gallery_item p {
	display:none;
}
.gallery_item figcaption {
	padding:50px 25px 0;
}
.indent2 {
	padding:35px 50px 70px;
}

}
/* ~~~~~~~~~ iPad Portrait ~~~~~~~~~ */
@media screen and (max-width: 985px) {
h1 {
	background-size:100%;
}
h3 { font-size:25px
     
}
.container {
	padding-bottom:50px;
}
.soc_list {
	width:90px;
	margin-left:-45px;
}

.blog_post_preview {
	padding:0 10px 25px;
}
.blog_post_preview figure {
	padding-top:20px;
	margin:0 -10px 0;
}
.gallery_item_1,.gallery_item_8 {
	margin-left:115px;
}
.gallery_item_4, .gallery_item_5, .gallery_item_6, .gallery_item_7, .gallery_item_8, .gallery_item_9, .gallery_item_10 {
	margin-top:-35px;
}
.gallery_item figcaption {
	padding:25px 15px 0;
}
.indent1 {padding:35px 15px 70px;}
.blog_title h3 {padding:50px 0 70px;}
}
/* /iPad Portrait */


/* ~~~~~~~~~ iPhone Landscape/Small Tablet ~~~~~~~~~ */
@media screen and (max-width: 767px) {
.header_top_wrap {
	display:none;
}
.home_page,header {
	top:0px;
	/*height:65px;*/
}
.home_page + .container-fill {
	margin-top:0px;
}
header.scrolled + div {
	padding-top:65px;
}
a.logo {
	margin-top: 10px;
}

ul.menu li { 
	float: none;
}
.figure img {
	width:100%;
}
.soc_list {
	width:auto;
	margin-left:-87px;
}
.box_1 {
	margin-top:0;
	margin-bottom:70px;
}
.flexslider {
	padding:15px 50px 25px;
}
.flexslider p {
	font-size:20px;
	line-height:24px;
}

.blog_post_preview figure {
}
.blog_post_preview img {
	width:100%;
}
h3 {
	font-size:20px;
}
.figure {
	margin-top:15px;
}
.figure figcaption {
	padding-bottom:10px;
}

.gallery_item_1,.gallery_item_8 {
	margin-left:0;
}
.gallery_item_4, .gallery_item_5, .gallery_item_6, .gallery_item_7, .gallery_item_8, .gallery_item_9, .gallery_item_10 {
	margin-top:0;
}
.gallery_item {
	float:left;
	width:45%;
	margin-right:5%;
	margin-bottom:15px;
}
.gallery_item img {
	width:100%;
}
.gallery_item figcaption {
	padding:25% 15px 0;
}

.soc_list_2 li div {
	height:24px;
	width:24px;
}
.soc_list_2 li div a {
	top:0;
}
.post_info_wrapper {
	background:none;
}
.post_info_comments {
	padding-top:15px;
	text-align:left;
}
.indent2 {padding:35px 15px 70px;margin-top:25px;}
.heding_post h6 {padding-bottom:30px}
.heding_post h3 {padding-top:15px;font-size:25px;}
}
/* /iPhone Landscape and Small Tablet */






/* ~~~~~~~~~ Small Mobile/iPhone(portrait) ~~~~~~~~~ */
@media screen and (max-width: 479px) {

p {
	font-size: 0.8em; 
	line-height: 1.5em; /* 24/14 */
	margin:15px 0 10px;
}
h3 {
	font-size:16px;
	padding-top:0px;
	line-height:22px;
}
.flex-control-nav {
	bottom:-28px;
}
.gallery_item figcaption {
	padding:10% 15px 0;
}
.gallery_item figcaption h6 a {
	margin-top:5px;
}
.heding_post h3 {padding-top:15px;font-size:20px;}
.blog_title h3 {padding:20px 0 30px;}
}
/* /iPhone port and small phones 



/*-- 鍏徃鐜 璧勮川鑽ｈ獕 --*/

#product-heading {
  text-align: center;
  padding: 0px 0 30px 0;
}

#product-heading h2 {
	font-size: 40px;
	color: #333;
	text-transform: uppercase;
}

#Container {
  margin-top: 60px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
  margin:15px;
}


#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  color: #444;
  margin-left: 25px;
  line-height:30px;
}


#filters span:hover {
  color: #d70000;
  transition: all 0.3s ease-in;
  border-bottom:2px solid #C00
}
#filters span.active{ color: #d70000;
  transition: all 0.3s ease-in;
  border-bottom:2px solid #C00 }
.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #d70000;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 16px;
  color: #333;

}

.label-text span {
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  color: #d70000;

}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.hover-iner a {
  position: absolute;
  top: 38%;
  left: 41%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #787878;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  margin-top: 130px;
  text-align: left;
  font-size: 13px;
  width: 92%;
  padding:4%;
  color: #fff;
  font-weight: 300;
  line-height:20px;
}
.hover-iner2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.hover-iner2 a {
  position: absolute;
  top: 42%;
  left: 46%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);

  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner2 img {
  width: auto;
}

.hover-iner2 span {
  position: absolute;
  text-transform: uppercase;
  margin-top: 140px;
  text-align: center;
  font-size: 13px;
  width: 92%;
  padding:4%;
  color: #fff;
  font-weight: 300;
  line-height:20px;
}
.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination2 {
  margin-top: 60px;
}

.pagination2 ul {
  padding: 0;
  margin: 0;
}
.pagination2 li {
  list-style: none;
  display: inline-block;
}

.pagination2 a {
  background-color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination2 a:hover {
  background-color: #d70000;
}

/*- End Products --*/


@media(max-width:600px), (max-height:600px) {
	.wrapper {
min-height: 730px;
box-sizing: border-box;
position: relative;
padding: 50px 10px 10px 10px;
}
    .portfolio-wrapper {
overflow: hidden;
padding-top: 20px;
/*padding-left: 20px;*/
}

	#product-heading h2 {
  font-size: 32px;
}
	.hover-iner a {
  position: absolute;
  top: 40%;
  left: 40%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #787878;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

h2, .main-title h2 { font: 100 25px/10px "寰蒋闆呴粦", Arial, Helvetica, Geneva, sans-serif; padding-top:30px; }
	}
	
	
/*
	about
*/
.conbg-h{ margin-top:50px; }


.aboutcon{ color:#fff; overflow:hidden; }


.media-title{ padding-top:20px; margin-bottom:15px; }
.media-title h4{ font-size:36px; }
.media-title p{ color:#333; margin-bottom:5px; }
.bdline{border-bottom:1px solid #919191;}
.bdline span{ display:block; height:3px; width:160px; background:#919191; margin-bottom:-2px;}

.bdline1{border-bottom:1px solid #338bc9;}
.bdline1 span{ display:block; height:3px; width:160px; background:#338bc9; margin-bottom:-2px;}

.media-conc p{ margin-bottom:20px; color:#555;  }
.aboutcon-body p{ margin-bottom:20px; color:#fff;  }
.page-bg{ background:#f5f5f5; }


/*
	contact
*/
.mapbg{ min-height:636px; padding-top:120px; background:#f5f3f0 url(../images/map.jpg) center top no-repeat;}
.contactarea{ padding:30px; margin:10px 0;}
.mapline{ border-top:1px dashed #ccc;}