@charset "utf-8";

#contactsec{
	margin-top:0;
	}
.bx-wrapper{
	position:relative;
	margin:0 auto 0px;
	padding:0;
	*zoom:1;
	}
.bx-wrapper img{
	max-width:100%;
	display:block;
	}
.bx-wrapper .bx-loading{
	min-height:50px;
	background:url(../img/home/bx_loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	}
#slide{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	height:700px;
	z-index:2;
	overflow:hidden;
	zoom:1;
	position:relative;
	}
#slide ul li{
	overflow:hidden;
	zoom:1;
	}
#slide li span{
	animation:anime_zoom 6s linear;
	transform:scale(1.0);
	background:url(../img/home/slide1.jpg) no-repeat center center;
	display:block;
	-webkit-background-size:cover;
	background-size:cover;
	position:relative;
	z-index:1;
	height:700px;
	}
@-webkit-keyframes anime_zoom{
	0%{transform:scale(1.15);}
	100%{transform:scale(1.0);}
	}
@keyframes anime_zoom{
	0%{transform:scale(1.15);}
	100%{transform:scale(1.0);}
	}
#slide ul li#slide2 span{
	background:url(../img/home/slide2.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#slide ul li#slide3 span{
	background:url(../img/home/slide3.jpg) no-repeat center bottom;
	-webkit-background-size:cover;
	background-size:cover;
	}
#slide ul li#slide4 span{
	background:url(../img/home/slide4.jpg) no-repeat center bottom;
	-webkit-background-size:cover;
	background-size:cover;
	}
#slide h2{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-webkit-transform:translateY(-50%) translateX(-50%);
	width:370px;
	z-index:60;
	}
#newsb{
	background-color:#6B635C;
	position:absolute;
	left:0;
	bottom:0;
	padding:16px 50px 26px 6%;
	z-index:60;
	max-width:88%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	margin-bottom:-50px;
	}
#newsb article{
	overflow:hidden;
	zoom:1;
	padding-left:250px;
	position:relative;
	margin-top:10px;
	}
#newsb article h2{
	position:absolute;
	left:0;
	top:4px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	line-height:1.1;
	}
#newsb article:nth-of-type(2) h2,
#newsb article:nth-of-type(4) h2{
	display:none;
	}
#newsb article time{
	line-height:1.1;
	position:absolute;
	left:120px;
	top:4px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	padding:0 20px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	}
#newsb article h3{
	font-size:14px;
	font-weight:normal;
	line-height:1.3;
	margin-top:2px;
	_zoom:1;
	overflow:hidden;
	}
#newsb article h3 a{
	color:#FFF;
	}
#newsb article ul{
	float:left;
	margin-right:15px;
	}
#newsb article ul li a{
	color:#FFF;
	text-align:center;
	font-size:12px;
	margin-top:3px;
	}
#newsb article ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sec1bg{
	padding:150px 0 100px 0;
	overflow:hidden;
	zoom:1;
	position:relative;
	}
#sec1bg:after{
	content:"";
	display:block;
	width:55%;
	height:120%;
	background-color:#EEEEE9;
	background:-moz-linear-gradient(top,#EEEEE9, #88817B);
	background:-webkit-gradient(linear, left top, left bottom, from(#EEEEE9), to(#88817B));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEEE9', endColorstr='#88817B');
	background:linear-gradient(to bottom, #EEEEE9, #88817B);
	position:absolute;
	left:0;
	top:0;
	margin-left:-8%;
	z-index:1;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	transform:rotate(10deg);
	}
#sec1{
	position:relative;
	z-index:2;
	padding-bottom:80px;
	}
#sec1:before{
	content:"";
	display:block;
	width:840px;
	height:490px;
	background:url(../img/home/sec1.jpg) no-repeat center center;
	-webkit-background-size:840px auto;
	background-size:840px auto;
	position:absolute;
	left:50%;
	top:0;
	z-index:2;
	margin-left:-120px;
	-webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	}
#sec1 h2{
	max-width:1140px;
	margin:0 auto;
	padding:0 740px 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:relative;
	z-index:2;
	}
#sec1 p{
	font-size:14px;
	max-width:1140px;
	margin:0 auto;
	padding:35px 740px 0 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:relative;
	z-index:2;
	}
#sec1 h3{
	display:none;
	}
#sec1bg ul{
	background-color:#EEEEE9;
	width:90%;
	overflow:hidden;
	zoom:1;
	-webkit-box-shadow:1px 2px 5px 2px rgba(0,0,0,0.08);
	-moz-box-shadow:1px 2px 5px 2px rgba(0,0,0,0.08);
	box-shadow:1px 2px 5px 2px rgba(0,0,0,0.08);
	position:relative;
	z-index:2;
	}
#sec1bg ul li{
	float:left;
	width:20%;
	font-size:14px;
	font-weight:bold;
	}
#sec1bg ul li:last-of-type{
	display:none;
	}
#sec1bg ul li a{
	position:relative;
	height:60px;
	text-align:center;
	display:block;
	padding:122px 10px 0px 10px;
	}
#sec1bg ul li a:after{
	content:"";
	display:block;
	width:1px;
	height:70%;
	top:15%;
	right:0;
	background-color:#6B635C;
	position:absolute;
	}
#sec1bg ul li:nth-of-type(5) a:after{
	display:none;
	}
#sec1bg ul li a:before{
	content:"";
	display:block;
	width:65px;
	height:65px;
	background:url(../img/home/sec1-icon1.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	top:40px;
	left:50%;
	margin-left:-32px;
	position:absolute;
	transition:0.4s;
	}
#sec1bg ul li:nth-of-type(2) a:before{
	background:url(../img/home/sec1-icon2.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	}
#sec1bg ul li:nth-of-type(3) a:before{
	background:url(../img/home/sec1-icon3.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	}
#sec1bg ul li:nth-of-type(4) a:before{
	background:url(../img/home/sec1-icon4.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	}
#sec1bg ul li:nth-of-type(5) a:before{
	background:url(../img/home/sec1-icon5.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	}
#sec1bg ul li a:hover:before{
	background:url(../img/home/sec1-icon1-2.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	}
#sec1bg ul li:nth-of-type(2) a:hover:before{
	background:url(../img/home/sec1-icon2-2.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	}
#sec1bg ul li:nth-of-type(3) a:hover:before{
	background:url(../img/home/sec1-icon3-2.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	}
#sec1bg ul li:nth-of-type(4) a:hover:before{
	background:url(../img/home/sec1-icon4-2.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	}
#sec1bg ul li:nth-of-type(5) a:hover:before{
	background:url(../img/home/sec1-icon5-2.png) no-repeat left top;
	-webkit-background-size:65px auto;
	background-size:65px auto;
	}
#sec2{
	background-color:#88817B;
	position:relative;
	overflow:hidden;
	zoom:1;
	}
#sec2 h2{
	overflow:hidden;
	background-color:#000;
	width:55%;
	height:100%;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
#sec2 h2 span{
	background:url(../img/home/sec2.jpg) no-repeat center center;
	display:block;
	height:100%;
	width:100%;
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-moz-transition:-moz-transform 0.2s linear;
	-webkit-transition:-webkit-transform 0.2s linear;
	-o-transition:-o-transform 0.2s linear;
	-ms-transition:-ms-transform 0.2s linear;
	transition:transform 0.2s linear;
	position:relative;
	transition:0.5s;
	}
#sec2 h2 a:hover span{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0.8;
	}
#sec2 h3{
	max-width:1140px;
	margin:0 auto;
	padding:70px 40px 0 740px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	color:#FFF;
	}
#sec2 p{
	max-width:1140px;
	margin:0 auto;
	padding:35px 40px 0 740px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	font-size:14px;
	color:#FFF;
	}
#sec2 h4{
	max-width:1140px;
	margin:0 auto;
	padding:30px 40px 80px 740px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#sec2 h4.linkto a{
	color:#FFF;
	border-color:#FFF;
	}
#sec2 h4.linkto a:after{
	border-color:#FFF;
	}
#sec3{
	background:url(../img/home/sec3.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	overflow:hidden;
	zoom:1;
	padding:70px 40px 80px 40px;
	}
#sec3 h2{
	max-width:1060px;
	margin:0 auto;
	color:#FFF;
	}
#sec3 p{
	font-size:14px;
	max-width:360px;
	margin:0 auto;
	padding:35px 700px 0 0px;
	color:#FFF;
	}
#sec3 h4{
	max-width:1060px;
	margin:30px auto 0 auto;
	}
#sec3 h4.linkto a{
	color:#FFF;
	border-color:#FFF;
	}
#sec3 h4.linkto a:after{
	border-color:#FFF;
	}
#sec4bg{
	overflow:hidden;
	zoom:1;
	position:relative;
	padding-bottom:100px;
	}
#sec4bg:after{
	content:"";
	display:block;
	width:50%;
	height:70%;
	background-color:#EEEEE9;
	background:-moz-linear-gradient(top,#EEEEE9, #88817B);
	background:-webkit-gradient(linear, left top, left bottom, from(#EEEEE9), to(#88817B));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEEE9', endColorstr='#88817B');
	background:linear-gradient(to bottom, #EEEEE9, #88817B);
	position:absolute;
	left:0;
	top:40%;
	margin-left:-8%;
	z-index:1;
	-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	transform:rotate(10deg);
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	}
#sec4bg:before{
	content:"";
	display:block;
	width:80%;
	height:120%;
	background-color:#EEEEE9;
	background:-moz-linear-gradient(top,#EEEEE9, #88817B);
	background:-webkit-gradient(linear, left top, left bottom, from(#EEEEE9), to(#88817B));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEEE9', endColorstr='#88817B');
	background:linear-gradient(to bottom, #EEEEE9, #88817B);
	position:absolute;
	right:0;
	top:-20%;
	margin-right:-80%;
	z-index:1;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sec4{
	max-width:1060px;
	margin:0 auto;
	padding:80px 40px 0 40px;
	position:relative;
	z-index:3;
	}
#sec4:before{
	content:"";
	display:block;
	width:600px;
	height:600px;
	background-color:#EEEEE9;
	background:-moz-linear-gradient(top,#EEEEE9, #88817B);
	background:-webkit-gradient(linear, left top, left bottom, from(#EEEEE9), to(#88817B));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEEE9', endColorstr='#88817B');
	background:linear-gradient(to bottom, #EEEEE9, #88817B);
	position:absolute;
	left:0;
	top:0px;
	margin-left:-650px;
	z-index:1;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-135deg);
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
	}
#sec4 h3.linkto{
	position:absolute;
	right:40px;
	top:80px;
	}
#sec4 article{
	float:left;
	width:49%;
	margin-right:2%;
	padding-top:30px;
	}
#sec4 article:nth-of-type(1){
	clear:both;
	}
#sec4 article:nth-of-type(2n){
	margin-right:0;
	}
#sec4 article h3{
	-webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	overflow:hidden;
	background-color:#000;
	}
#sec4 article h3 img{
	width:100%;
	height:auto;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-moz-transition:-moz-transform 0.2s linear;
	-webkit-transition:-webkit-transform 0.2s linear;
	-o-transition:-o-transform 0.2s linear;
	-ms-transition:-ms-transform 0.2s linear;
	transition:transform 0.2s linear;
	position:relative;
	z-index:1;
	transition:0.5s;
	}
#sec4 article h3 a:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0.8;
	}
#sec4 article ul{
	margin-top:-30px;
	overflow:hidden;
	zoom:1;
	}
#sec4 article ul li{
	float:left;
	margin-right:5px;
	position:relative;
	z-index:2;
	}
#sec4 article ul li a{
	text-align:center;
	height:22px;
	padding:8px 5px 0 5px;
	background-color:#6B635C;
	color:#FFF;
	font-size:12px;
	min-width:140px;
	display:block;
	}
#sec4 article ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sec4 article h4{
	overflow:hidden;
	zoom:1;
	font-size:14px;
	line-height:1.4;
	padding-top:12px;
	font-weight:bold;
	}
#sec4 article h4 strong{
	display:block;
	margin-bottom:5px;
	}
#sec5bg{
	padding:80px 40px 80px 40px;
	background-color:#88817B;
	}
#sec5{
	max-width:1060px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	position:relative;
	}
#sec5 h2{
	color:#FFF;
	}
#sec5 h3.linkto{
	position:absolute;
	right:0;
	top:0;
	}
#sec5 h3.linkto a{
	color:#FFF;
	border-color:#FFF;
	}
#sec5 h3.linkto a:after{
	border-color:#FFF;
	}
#sec5 article{
	float:left;
	padding-top:30px;
	width:33%;
	margin-right:0.5%;
	}
#sec5 article:nth-of-type(1){
	clear:both;
	}
#sec5 article:last-of-type{
	margin-right:0;
	}
#sec5 article h4{
	-webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
	overflow:hidden;
	background-color:#000;
	}
#sec5 article h4 img{
	width:100%;
	height:auto;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-moz-transition:-moz-transform 0.2s linear;
	-webkit-transition:-webkit-transform 0.2s linear;
	-o-transition:-o-transform 0.2s linear;
	-ms-transition:-ms-transform 0.2s linear;
	transition:transform 0.2s linear;
	position:relative;
	z-index:1;
	transition:0.5s;
	}
#sec5 article h4 a:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0.8;
	}
#sec5 article ul{
	margin-top:-30px;
	overflow:hidden;
	zoom:1;
	}
#sec5 article ul li{
	float:left;
	margin-right:5px;
	position:relative;
	z-index:2;
	}
#sec5 article ul li a{
	text-align:center;
	height:22px;
	padding:8px 5px 0 5px;
	background-color:#6B635C;
	color:#FFF;
	font-size:12px;
	min-width:140px;
	display:block;
	}
#sec5 article ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sec5 article h5{
	font-size:14px;
	line-height:1.6;
	margin-top:10px;
	font-weight:bold;
	}
#sec5 article h5 a{
	color:#FFF;
	}
#sec5 article h5 a:hover{
	color:#F77300;
	}
#sec5 article time{
	display:block;
	font-size:13px;
	color:#FFF;
	margin-top:8px;
	}
#sec6{
	max-width:1060px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	position:relative;
	padding:80px 40px 100px 40px;
	}
#sec6 h3.linkto{
	position:absolute;
	right:40px;
	top:80px;
	}
#sec6 article{
	clear:both;
	padding:50px 30px 5px 255px;
	position:relative;
	}
#sec6 article ul{
	position:absolute;
	width:120px;
	left:0;
	top:42px;
	}
#sec6 article ul li{
	margin-top:5px;
	}
#sec6 article ul li a{
	min-width:100px;
	text-align:center;
	height:22px;
	padding:8px 5px 0 5px;
	background-color:#6B635C;
	color:#FFF;
	font-size:12px;
	display:block;
	}
#sec6 article ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sec6 article time{
	display:block;
	font-size:16px;
	position:absolute;
	left:150px;
	top:51px;
	}
#sec6 article h3{
	font-size:16px;
	}
#sec7bg{
	padding:80px 40px 100px 40px;
	background-color:#88817B;
	}
#sec7{
	max-width:1060px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	}
#sec7 h2{
	color:#FFF;
	}
#sec7 #instafeed{
	padding-top:30px;
	}
@media screen and (max-width:1260px){
#sec2 h2{
	width:50%;
	}
#sec2 h3{
	padding:70px 10% 0 55%;
	}
#sec2 p{
	padding:35px 10% 0 55%;
	}
#sec2 h4{
	padding:30px 10% 80px 55%;
	}
}
@media screen and (max-width:1160px){
#sec1:before{
	width:600px;
	height:350px;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	left:45%;
	margin-left:0;
	}
#sec1 h2{
	padding:0 60% 0 40px;
	}
#sec1 p{
	padding:35px 60% 0 40px;
	}
#sec3 p{
	max-width:none;
	padding:35px 55% 0 0px;
	}
}
@media screen and (max-width:740px){
#slide li span{
	background-position:15% center;
	}
#slide h2{
	max-width:80%;
	}
#newsb{
	padding:12px 4% 20px 5%;
	max-width:92%;
	margin-bottom:-40px;
	}
#newsb article{
	padding-left:125px;
	margin-top:6px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	height:20px;
	overflow:hidden;
	}
#newsb article h2{
	font-size:13px;
	border-right:1px solid #FFF;
	width:110px;
	}
#newsb article time{
	display:none;
	}
#newsb article h3{
	font-size:13px;
	line-height:2;
	margin-top:-1px;
	}
#newsb article h3 a{
	color:#FFF;
	}
#newsb article ul li a{
	font-size:12px;
	margin-top:2px;
	}
#newsb article ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sec1bg{
	padding:75px 0 70px 0;
	}
#sec1bg:after{
	display:none;
	}
#sec1{
	padding:240px 0 30px 0;
	}
#sec1:before{
	width:100%;
	height:280px;
	-webkit-background-size:cover;
	background-size:cover;
	left:0;
	margin-left:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}
#sec1 h2{
	max-width:88%;
	background-color:#EEEEE9;
	padding:25px 0 0 0;
	}
#sec1 p{
	padding:30px 6% 0 6%;
	}
#sec1 h3{
	display:block;
	padding:30px 6% 0 6%;
	}
#sec1bg ul{
	width:auto;
	padding:5px 6% 10px 6%;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}
#sec1bg ul li{
	-webkit-box-shadow:1px 3px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 3px 5px 1px rgba(0,0,0,0.2);
	box-shadow:1px 3px 5px 1px rgba(0,0,0,0.2);
	width:48%;
	margin:4% 4% 0 0;
	}
#sec1bg ul li:last-of-type{
	display:block;
	font-size:17px;
	}
#sec1bg ul li:last-of-type strong{
	display:inline-block;
	font-size:15px;
	margin-top:5px;
	padding-right:14px;
	position:relative;
	}
#sec1bg ul li span{
	display:inline-block;
	}
#sec1bg ul li:last-of-type strong:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-top:2px solid #575050;
	border-right:2px solid #575050;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#sec1bg ul li:nth-of-type(2n){
	margin-right:0;
	}
#sec1bg ul li a{
	height:auto;
	padding:105px 5px 25px 5px;
	}
#sec1bg ul li:last-of-type a{
	padding-top:50px;
	}
#sec1bg ul li a:after{
	display:none;
	}
#sec1bg ul li a:before{
	top:30px;
	}
#sec1bg ul li:last-of-type a:before{
	display:none;
	}
#sec2{
	padding:0 0 60px 0;
	background-color:#EEEEE9;
	}
#sec2 h2{
	width:100%;
	height:280px;
	position:relative;
	top:0;
	transform:none;
	-webkit-transform:none;
	}
#sec2 h2 span{
	height:280px;
	}
#sec2 h3{
	max-width:88%;
	background-color:#EEEEE9;
	padding:25px 0 0 0;
	color:#575050;
	position:relative;
	z-index:5;
	margin-top:-40px;
	}
#sec2 p{
	padding:30px 6% 0 6%;
	color:#575050;
	}
#sec2 h4{
	padding:30px 6% 0 6%;
	}
#sec2 h4.linkto a{
	color:#575050;
	border-color:#575050;
	}
#sec2 h4.linkto a:after{
	border-color:#575050;
	}
#sec3{
	padding:0 0 60px 0;
	position:relative;
	background:#EEEEE9;
	}
#sec3 .fade{
	position:relative;
	}
#sec3 .fade:before{
	content:"";
	display:block;
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:280px;
	background:url(../img/home/sec3.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	z-index:1;
	}
#sec3 h2{
	max-width:88%;
	background-color:#EEEEE9;
	padding:25px 0 0 0;
	color:#575050;
	margin-top:-40px;
	position:relative;
	z-index:2;
	}
#sec3 p{
	padding:30px 6% 0 6%;
	color:#575050;
	max-width:none;
	}
#sec3 h4{
	padding:0px 6% 0 6%;
	}
#sec3 h4.linkto a{
	color:#575050;
	border-color:#575050;
	}
#sec3 h4.linkto a:after{
	border-color:#575050;
	}
#sec4bg{
	padding-bottom:60px;
	}
#sec4bg:after{
	display:none;
	}
#sec4bg:before{
	display:none;
	}
#sec4{
	max-width:none;
	padding:0;
	}
#sec4:before{
	display:none;
	}
#sec4 h3.linkto{
	position:relative;
	right:auto;
	top:auto;
	padding:30px 6% 0 6%;
	}
#sec4 article{
	float:none;
	width:100%;
	margin-right:0;
	padding-top:25px;
	}
#sec4 article h4{
	padding:12px 6% 0 6%;
	}
#sec5bg{
	padding:60px 6% 60px 6%;
	}
#sec5 h3.linkto{
	position:relative;
	right:auto;
	top:auto;
	padding:30px 0 0 0;
	}
#sec5 article{
	float:none;
	padding-top:25px;
	width:100%;
	margin-right:0;
	}
#sec6{
	padding:60px 6% 60px 6%;
	}
#sec6 h2{
	margin-bottom:30px;
	}
#sec6 h3.linkto{
	position:relative;
	right:auto;
	top:auto;
	padding:20px 0 0 0;
	}
#sec6 article{
	padding:20px 0 20px 0;
	border-top:1px solid #d0d0ca;
	}
#sec6 article ul{
	position:relative;
	left:auto;
	top:auto;
	float:left;
	margin-right:6px;
	}
#sec6 article ul li{
	float:left;
	margin:5px 5px 0 0;
	}
#sec6 article ul li a{
	height:20px;
	padding:6px 5px 0 5px;
	}
#sec6 article time{
	position:relative;
	left:auto;
	top:auto;
	margin-top:7px;
	}
#sec6 article h3{
	clear:both;
	padding-top:8px;
	font-size:15px;
	}
#sec7bg{
	padding:60px 6% 60px 6%;
	}
#sec7 #instafeed{
	padding-top:15px;
	}
}