/*
* MAIN CSS
*-------------------------------------
* Edited: 151013A
* Author: Abundant Blessing Church Digital Team
* Notes: The CSS definitions are including:
*			-All Page Structures
*			-Navigation Bar
*			-Anchor
*			-All Tag Styles
*/
li{list-style:none;}
::selection{background:#F06;}
.circle_img{border-radius:50%;}
.corner_5px{border-radius:5px;}
.corner_5pxb{border-radius:5px; border:1px solid #000;}
.corner_8px{border-radius:8px;}
.underline_white_s{padding:30px 0 0 0;border-bottom:1px solid rgba(255,255,255,.5);}
.underline_white_d{padding:30px 0 0 0;border-bottom:1px dashed rgba(255,255,255,.5);}
.underline_white_d2{padding:20px 0 0 0;border-bottom:1px dashed rgba(255,255,255,.5);}
.underline_gray_s{padding:30px 0 0 0;border-bottom:1px solid rgba(0,0,0,.2);width:85%;margin:0 auto 20px;}
.underline_gray_d{padding:30px 0 0 0;border-bottom:1px dashed rgba(0,0,0,.2);}
.boleft_gray_d{padding:0 0 0 30px;border-left:1px dashed rgba(0,0,0,.5);}
.boall_magenta_s{padding:0 0 0 0;border:2px solid rgba(255,90,189,.5);}
.boall_orange_s{padding:0 0 0 0;border:1px solid rgba(255,102,0,.5);}
.boall_orange_s2{padding:0 0 0 0;border:2px solid rgba(255,102,0,.5);}
.boall_gray_s{padding:0 0 0 0;border:1px solid #999;}
.text-center{text-align:center;}
.float-left{float: left;margin: 0 0 0 20px;}
.float-left0{float: left;margin: 0 0 0 0;}
.float-right{float: right;margin: 0 20px 0 0;}
.float-right0{float: right;margin: 0 0 0 0;}
.float-right10{float: right;margin: 0 10px 0 0;}
/*
//============================
// NAVIGATION BAR CSS
//============================
*/
#nav_scroll{
	width:100%;
	height:215px;
	top:-215px;
	background:#111;
	background:linear-gradient(top,#333,#111);
	background:-webkit-linear-gradient(top,#333,#111);
	background:-moz-linear-gradient(top,#333,#111);
	background:-o-linear-gradient(top,#333,#111);
	position:fixed;
	z-index:100;
	-webkit-box-shadow:0 1px 4px 0px #111;
	-o-box-shadow:0 1px 4px 0px #111;
	-box-shadow:0 1px 4px 0px #111;
}
#nav_tab{
	width: 100%;
	height: 20px;
	background:#111;
	position: absolute;
	top: 215px;
	font-family: Arial, Helvetica, sans-serif;
	/*-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;*/
	-webkit-box-shadow:#111 0 1px 2px 0px;
	-o-box-shadow:#111 0 1px 2px 0px;
	box-shadow:#111 0 1px 2px 0px;
}
#nav_content{
	height:215px;
	margin:0 auto;
	text-align:center;
	display:table;
}
.nav_list{width:200px;margin:7px auto;float:left;}
.nav_button{position:absolute;right:17px;margin:-2px 0 0 0;}
.nav_button_logo{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	box-shadow:0 0 0 1px #444 inset;
	-webkit-box-shadow:0 0 0 1px #444 inset;
	-moz-box-shadow:0 0 0 1px #444 inset;
	-o-box-shadow:0 0 0 1px #444 inset;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow:0 0 0 1px #444 inset;
	padding:4px 4px 3px 4px;
}
.google_title{
	position:absolute;
	right:45px;
	width:315px;
	overflow:hidden;
}
.nav_tools{float:left;}
.google_title img{float:left;}
img.pad_logo {width:22px;height:22px;}
img.nav_button_logo{width:16px;height:16px}
img.google_button{width:60px;}
/*
//============================
// NAV BUTTON OPACITY TRANSITION
//============================
*/
.sub1 img, .nav_button img{
	opacity:1;
	margin:1px 3px;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}
img.logo:hover, p.logo:hover{
	opacity:.7;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
/*
//============================
// NAV BAR TOOLS MENU
//============================
*/
.sub1 li{display: inline-block;position:relative;}
.sub2 li{display: block;}
.sub2 a{
	width:24px;
	height:26px;
	margin:0 0 0 5px;
	display: inline-block;
	font-size: 15px;
	background-color: #555;
	display: block;
	border-top: 1px dotted #999;
	padding-right:3px;
	padding-top:0px;
	-webkit-box-shadow:#111 0 1px 2px 0px;
	box-shadow:#111 0 1px 2px 0px;
}
.sub2{
	width:0px;
	position: absolute;
	margin-top:-30px;
	z-index: -1;
	opacity: .5;
	padding-top: 5px;
	padding-left:-15px;
	-webkit-transform-origin:center center -30px;
	-webkit-transform:perspective(200px) rotate3D(0,1,0,90deg) translate3D(0,0,-100px);
	-webkit-transition:opacity .2s,margin-top .2s,-webkit-transform .2s, left 0s .2s;
	transform-origin:center center -100px;
	transform:perspective(200px) rotate3D(0,1,0,90deg) translate3D(0,0,-100px);
	transition:opacity .2s,margin-top .2s,transform .2s, left 0s .2s;
}
.sub2:before{
	position: absolute;
	z-index: 1;
	content: '';
	display:block;
	width: 0;
	height: 0;
	top: -2px;
	left: 5px;/** 箭頭**/
	border-bottom: 7px solid #555;
	border-left: 7px solid transparent;
	border-right: 17px solid transparent;
}
.sub2:after{
	position: absolute;
	z-index: 1;
	content: '';
	display:block;
	width: 0;
	height: 0;
	top: -2px;
	left: 5px;/** 箭頭**/
	border-bottom: 7px solid #555;
	border-left: 7px solid transparent;
	border-right: 17px solid transparent;
}
.sub1 > li:hover .sub2{
	left: 0;
	opacity: 1;
	margin-top: 0px;
	-webkit-transform-origin:center center -100px;
	-webkit-transform:perspective(200px) rotate3D(0,1,0,0deg) translate3D(0,0,-100px);
	-webkit-transition:opacity .5s .1s,-webkit-transform .3s cubic-bezier(.5,1.5,.5,1.5),margin-top .3s cubic-bezier(.5,1.5,.5,1.5), left 0s 0s;
	transform-origin:center center -100px;
	transform:perspective(200px) rotate3D(0,1,0,0deg) translate3D(0,0,-100px);
	transition:opacity .5s .1s,-webkit-transform .3s cubic-bezier(.5,1.5,.5,1.5),margin-top .3s cubic-bezier(.5,1.5,.5,1.5), left 0s 0s;
}
/*
//============================
// NAVIGATION MARQUEE
//============================
*/
#nav_marquee{
	float:left;
	position:relative;
	height:22px;
	width:450px;
	overflow:hidden;
	background-color:rgba(0,0,0,0);
	text-align:left;
	padding:0 0 0 7px;
	margin:0 0 0 5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-box-shadow:0 0 0 1px #444 inset;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow:0 0 0 1px #444 inset;
}
#nav_marquee ul {
	line-height: 22px;
	position: absolute;
}
#nav_marquee ul li a {
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
}
/*
//============================
// ANCHOR CSS
//============================
*/
#anchor{position: fixed;bottom:0;right: 20px;list-style: none;z-index:600;}
#anchor li {margin: 0 0 10px 0;}
/*
//============================
// CONTENT
//============================
*/
#sv_anchor{position:relative;height:0;top:-30px;display:black;overflow:hidden;}
#mi_anchor{position:relative;height:0;top:-30px;display:black;overflow:hidden;}
#ABC_news{
	width:275px;
	height:100px;
	background:rgba(255,255,255,.9);
	margin:140px 0 0 40px;
	position:absolute;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-box-shadow:0 1px 4px 0px #555;
	-o-box-shadow:0 1px 4px 0px #555;
	-box-shadow:0 1px 4px 0px #555;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: .45s ease;
    -moz-transition: .45s ease;
    -o-transition: .45s ease;
    transition: .45s ease;
}
.news_pic{
	background:url(/img/news_2015.jpg) no-repeat;
	background-size:80px auto;
	height:80px;
	width:80px;
	margin:10px 5px 0 5px;
	float:left;
}
.news_content{
	margin:15px 0 0 90px;
	position:absolute;
}
.news_a{
	margin:78px 10px 0 182px;
	position:absolute;
}
#main_intro{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:auto;
}
.service_content{
	background:rgba(255,255,255,1);
	height:250px;
	width: 100%;
	padding:30px 0 0 0;
	text-align:center;
	margin: 0 auto;
	overflow: auto;
	-webkit-box-shadow:0 1px 4px 0px #111;
	-o-box-shadow:0 1px 4px 0px #111;
	-box-shadow:0 1px 4px 0px #111;
}
.service_content_btn{
	width:160px;
	padding:5px 0;
	margin:0 auto;
}
.service_video{
	-webkit-box-shadow:0 1px 4px 0px #111;
	-o-box-shadow:0 1px 4px 0px #111;
	-box-shadow:0 1px 4px 0px #111;
}
.service_video_wrap{
	background:#FFF;/*for checking*/
	width:100%;
	margin:0 auto;
	display:table;
}
#main_groups{
	background:url(/img/main_groups.jpg) fixed no-repeat;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
p.btn_trans:hover{
	opacity:0.9;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.btn_trans2{opacity:1;}
.btn_trans2:hover{opacity:0.7;}
p.group_content:hover{
	opacity:.9;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.mi01{
	background:url(/img/mi01.jpg) no-repeat center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
	width:66.38655%;/*width=1264px*/
	height:100%;
	margin:0 0 0 8px;
	float:left;
	}
.mi02{
	background:url(/img/mi02.jpg) no-repeat center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
	width:32.7205%;/*width=623px*/
	margin:0 0 8px 0;
	float:right;
	}
.mi03{
	background:url(/img/mi03.jpg) no-repeat center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
	width:32.7205%;/*width=623px*/
	margin:0 0 8px 0;
	float:right;
	}
.mi04{
	background:url(/img/mi04.jpg) no-repeat center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
	width:32.7205%;/*width=623px*/
	float:right;
	}
.fourth_mask{
	background:#fdc75f;
	height:300px;
}
#fourth{
	background:#ff9933;
	height: 1150px;
	padding: 0;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
}
.content_title{
	text-align:center;
	padding:60px 0 0 0;
}
.contact_wrap{
	width:780px;
	margin:20px auto;
	overflow:hidden;
}
.contact_data{margin:10px 58px;}
.map_wrap{width:780px;margin:0 auto;text-align:center;}
img.map_info{width:625px;height:385px;}
#fifth{
	background: #222;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.snow{
	background:url(/img/snow.png) no-repeat;
	-webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.buttom_tab{
	margin: 0 auto;
	width:900px;	
}
.buttom_index{
	float:left;
	margin:0 30px;
}
/*
//===============================
// SCREEN (Smaller then 767)
//===============================
*/
@media (max-width: 767px) {
#nav_scroll{height:215px;top:-215px;}
#nav_tab{height: 30px;top: 215px;}
#nav_content{width:780px;}
.nav_list{width:130px;}
.nav_tools{margin:0px 0 0 0;}
img.pad_logo {width:30px;height:30px;}
.sub2 a{	width:34px;	height:36px;}
img.nav_button_logo{width:22px;height:22px}
#nav_marquee{margin:5px 0 0 5px;}
img.google_button{width:75px;}
.google_title{right:45px;width:360px;}
.google_title img{float:right;margin:5px 15px 0 0;}
.google_title input{display:none;}
#nav_marquee{height:22px;width:300px;}
#ABC_news{margin:60px 0 0 30px;}
#main_intro{background:url(/img/index_bg.jpg) fixed;	height: 700px;}
.home_logo{
	background:url(/img/titleimage.png) no-repeat;
	background-size:60% auto;/*width:900px*/
	margin:16% 0 0 0;
	height:355px;
}
.home_slg{
	background:url(/img/titleimage_slg.png) no-repeat;
	background-size:33% auto;
	margin:-13% auto 0 ;
	height:284px;
}
#main_service{
	background:url(/img/worship01_s.jpg) fixed no-repeat;
	height: 1174px;
	margin: 0 auto;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
}
.service_video{
	background:#FFF;
	width:100%;
	margin:500px 0 0 0;
	padding:10px 0 0 0;
	-webkit-box-shadow:0 0 0 0 #FFF;
	-o-box-shadow:0 0 0 0 #FFF;
	-box-shadow:0 0 0 0 #FFF;
}
.service_video_wrap{
	background:#FFF;/*for checking*/
	width:700px;
	margin:0 auto;
	display:table;
}
.online_videoL{
	margin:10px 30px 20px 80px;
	float:left;
}
.online_videoR{
	margin:10px 30px 20px 30px;
	float:left;
}
.preach_video_img{
	background:url(/img/preach_video.jpg) center;
	width:240px;
	height:144px;
}
.news_video_img{
	background:url(/img/news_video.jpg) center;
	width:240px;
	height:144px;
}
.video_name{
	float:right;
	padding:6px 5px 0 0;
}
#main_groups{
	height:760px;
	text-align:center;
}
.group_content{
	opacity:0.7;
	background:url(/img/groups_btn_all.png) no-repeat center center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
	display: inline-block;
    width: 230px;
    height: 774px;
	margin: 0 auto;
}
#main_mi{background:#111;height:472px;padding:20px 0;}/*@width:1366px*/
.mi01{background:url(/img/mi01_s.jpg) no-repeat center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;}
.mi02{height:152px; width:32%;}/*@width:1366px*/
.mi03{height:152px; width:32%;}/*@width:1366px*/
.mi04{height:152px; width:32%;}/*@width:1366px*/
.snow{height:900px; margin:-600px 0 0 0;}/*@width:1366px*/
}
/*
//===============================
// SCREEN (for Pad - Between 768 to 1024)
//===============================
*/
@media screen and (min-width:768px) and (max-width:1024px) {
#nav_scroll{height:215px;top:-215px;}
#nav_tab{height: 30px;top: 215px;}
#nav_content{width:780px;}
.nav_list{width:130px;}
.nav_tools{margin:0px 0 0 0;}
img.pad_logo {width:30px;height:30px;}
.sub2 a{	width:34px;	height:36px;}
img.nav_button_logo{width:22px;height:22px}
#nav_marquee{margin:5px 0 0 5px;}
img.google_button{width:75px;}
.google_title{right:45px;width:360px;}
.google_title img{float:right;margin:5px 15px 0 0;}
.google_title input{display:none;}
#nav_marquee{height:22px;width:380px;}
#ABC_news{margin:60px 0 0 30px;}
#main_intro{background:url(/img/index_bg.jpg) fixed;height: 770px;}
.home_logo{
	background:url(/img/titleimage.png) no-repeat;
	background-size:70% auto;/*width:900px*/
	margin:20% 0 0 0;
	height:355px;
}
.home_slg{
	background:url(/img/titleimage_slg.png) no-repeat;
	background-size:33% auto;
	margin:-13% auto 0 ;
	height:284px;
}
#main_service{
	background:url(/img/worship01_s.jpg) fixed no-repeat;
	background-size:cover;
	height: 1174px;
	margin: 0 auto;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
}
.service_video{
	background:#FFF;
	width:100%;
	margin:500px 0 0 0;
	padding:10px 0 0 0;
	-webkit-box-shadow:0 0 0 0 #FFF;
	-o-box-shadow:0 0 0 0 #FFF;
	-box-shadow:0 0 0 0 #FFF;
}
.service_video_wrap{
	background:#FFF;/*for checking*/
	width:700px;
	margin:0 auto;
	display:table;
}
.online_videoL{
	margin:10px 30px 20px 80px;
	float:left;
}
.online_videoR{
	margin:10px 30px 20px 30px;
	float:left;
}
.preach_video_img{
	background:url(/img/preach_video.jpg) center;
	width:240px;
	height:144px;
}
.news_video_img{
	background:url(/img/news_video.jpg) center;
	width:240px;
	height:144px;
}
.video_name{
	float:right;
	padding:6px 5px 0 0;
}
#main_groups{
	height:760px;
	text-align:center;
}
.group_content{
	opacity:0.7;
	background:url(/img/groups_btn_all.png) no-repeat center center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
	display: inline-block;
    width: 230px;
    height: 774px;
	margin: 0 auto;
}
#main_mi{background:#111;height:472px;padding:20px 0;}/*@width:1366px*/
.mi01{background:url(/img/mi01_s.jpg) no-repeat center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;}
.mi02{height:152px; width:32%;}/*@width:1366px*/
.mi03{height:152px; width:32%;}/*@width:1366px*/
.mi04{height:152px; width:32%;}/*@width:1366px*/
.snow{height:900px; margin:-600px 0 0 0;}/*@width:1366px*/
}

/*
//===============================
// SCREEN (Between 1025 to 1366)
//===============================
*/
@media (min-width: 1025px) and (max-width: 1366px) {
.nav_list{width:160px;}
#main_intro{
	background:url(/img/index_bg.jpg) fixed;
	height: 780px;
}
.home_logo{
	background:url(/img/titleimage.png) no-repeat;
	background-size:60% auto;/*width:900px*/
	margin:13% 0 0 0;
	height:355px;
}
.home_slg{
	background:url(/img/titleimage_slg.png) no-repeat;
	background-size:30% auto;
	margin:-13% auto 0 ;
	height:284px;
}
#main_service{
	background:url(/img/worship01_l.jpg) fixed no-repeat;
	height: 1180px;
	margin: 0 auto;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
}
.service_video{
	background:#FFF;
	width:100%;
	margin:500px 0 0 0;
	padding:10px 0 0 0;
	float:left;
}
.online_videoL{
	margin:10px 0 20px 16%;
	float:left;
}
.online_videoR{
	margin:10px 16% 20px 0;
	float:right;
}
.preach_video_img{
	background:url(/img/preach_video.jpg) center;
	width:294px;
	height:176px;
}
.news_video_img{
	background:url(/img/news_video.jpg) center;
	width:294px;
	height:176px;
}
.video_name{
	float:right;
	padding:6px 5px 0 0;
}
#main_groups{
	height:800px;
	text-align:center;
}
/*#main_groups:before{
	content:"";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}*/
.group_content{
	opacity:0.7;
	background:url(/img/groups_btn_all.png) no-repeat center center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
	display: inline-block;
    width: 230px;
    height: 774px;
	margin: 0 auto;
}
#main_mi{background:#111;height:652px;padding:20px 0;}/*@width:1366px*/
.mi01{background:url(/img/mi01_s.jpg) no-repeat center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;}
.mi02{height:212px; width:32.3%}/*@width:1366px*/
.mi03{height:212px; width:32.3%}/*@width:1366px*/
.mi04{height:212px; width:32.3%}/*@width:1366px*/
.snow{height:900px; margin:-600px 0 0 0;}/*@width:1366px*/
}
/*
//===============================
// SCREEN (Between 1367 to 1599)
//===============================
*/
@media (min-width: 1367px) and (max-width: 1599px) {
#main_intro{
	background:url(/img/index_bg.jpg) fixed;
	height: 840px;
}
.home_logo{
	background:url(/img/titleimage.png) no-repeat;
	background-size:60% auto;/*width:900px*/
	margin:16% 0 0 0;
	height:415px;
}
.home_slg{
	background:url(/img/titleimage_slg.png) no-repeat;
	background-size:27% auto;
	margin:-13% auto 0 ;
	height:332px;
}
#main_service{
	background:url(/img/worship01_l.jpg) fixed no-repeat;
	height: 1340px;
	margin: 0 auto;
	padding: 0;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
}
.service_video{
	background:#FFF;
	width:100%;
	margin:600px 0 0 0;
	padding:10px 0 0 0;
	float:left;
}
.online_videoL{
	margin:10px 0 20px 16%;
	float:left;
}
.online_videoR{
	margin:10px 16% 20px 0;
	float:right;
}
.preach_video_img{
	background:url(/img/preach_video.jpg) center;
	width:350px;
	height:210px;
}
.news_video_img{
	background:url(/img/news_video.jpg) center;
	width:350px;
	height:210px;
}
.video_name{
	float:right;
	padding:6px 5px 0 0;
}
#main_groups{
	height:1000px;
	text-align:center;
}
.group_content{
	opacity:0.7;
	background:url(/img/groups_btn_all.png) no-repeat center center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
	display: inline-block;
    width: 280px;
    height: 1000px;
	margin: 0 auto;
}
#main_mi{background:#111;height:721px; padding:20px 0;}/*@width:1600px*/	
.mi02{height:235px;}/*@width:1600px*/
.mi03{height:235px;}/*@width:1600px*/
.mi04{height:235px;}/*@width:1600px*/
.snow{height:1000px; margin:-700px 0 0 0;}/*@width:1600px*/
}
/*
//============================
// SCREEN (Bigger then 1600)
//============================
*/
@media (min-width: 1600px) {
#main_intro{
	background:url(/img/index_bg.jpg) fixed;
	height: 1000px;
}
.home_logo{
	background:url(/img/titleimage.png) no-repeat;
	background-size:52.521% auto;/*width:900px*/
	margin:16% 0 0 0;
	height:500px;
}
.home_slg{
	background:url(/img/titleimage_slg.png) no-repeat;
	background-size:27% auto;
	margin:-13% auto 0 ;
	height:400px;
}
#main_service{
	background:url(/img/worship01_l.jpg) fixed no-repeat;
	height: 1533px;
	margin: 0 auto;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
}
.service_video{
	background:#FFF;
	/*height:500px;*/
	width:100%;
	margin:750px 0 0 0;
	padding:10px 0 0 0;
	float:left;
}
.online_videoL{
	margin:10px 0 20px 16%;
	float:left;
}
.online_videoR{
	margin:10px 16% 20px 0;
	float:right;
}
.preach_video_img{
	background:url(/img/preach_video.jpg) center;
	width:420px;
	height:252px;
}
.news_video_img{
	background:url(/img/news_video.jpg) center;
	width:420px;
	height:252px;
}
.video_name{
	float:right;
	padding:6px 5px 0 0;
}
#main_groups{
	height:1200px;
	text-align:center;
}
.group_content{
	opacity:0.7;
	background:url(/img/groups_btn_all.png) no-repeat center center;
	-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;
	display: inline-block;
    width: 280px;
    height: 1200px;
	margin: 0 auto;
}
#main_mi{background:#111;height:910px;padding:30px 0;}/*height=910+30+30=970px@width:1920px*/
.mi02{height:298px;}/*@width:1920px*/
.mi03{height:298px;}/*@width:1920px*/
.mi04{height:298px;}/*@width:1920px*/
.snow{height:1200px; margin:-800px 0 0 0;}/*@width:1920px*/
}