
/* --------------------- xs尺寸設定 大於640 --------------------- */

@media (min-width: 640px) {
	
/* 關於富美宮 */
.pic-list [class *= col-]:nth-of-type(2n+1) {
    padding-left: 0;
	padding-right: 15px;
}
.pic-list [class *= col-]:nth-of-type(2n+2) {
    padding-left: 15px;
	padding-right: 0;
}
	
/* 最新消息 */
.news dl dt {
	width: 40%;
	float: left;
	margin: 0 2% 0 0;
	margin-top: 10px;
}

/* 寺廟巡禮 */
.tour-list ul li {
	width: 46%;
	margin-right: 6.8%;
}
.tour-list ul li:nth-of-type(2n) {
	margin-right: 0;
}


/* 活動花絮 */
.photo-list section {
	width: 46%;
	margin-right: 6.8%;
}
.photo-list section:nth-of-type(2n) {
	margin-right: 0;
}

.albums-list ul [class *= col-] {
	padding-right: 15px;
    padding-left: 0;
}

/* footer */
.address_info span {
	display: inline-block;
	}

}

/* --------------------- sm尺寸設定 大於768 --------------------- */

@media (min-width: 768px) {
	
body {
	padding-top: 107px; /*有頂部固定導髚條時設置*/
}
.navbar-fixed {
	padding-top: 35px;
	background: #fff url(../../images/navbar_bg.jpg) no-repeat center top;
	height: 107px;
	border-bottom: none;
}
.navbar-header .navbar-brand {
	background: url(../../images/logo_2.png) no-repeat left center;
	width: 160px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .navbar-header .navbar-brand  {
        background-image: url(../../images/logo_2@2x.png);
        background-size: 160px 38px;
    }
}
.navbar-default .navbar-nav > li > a {
	font-size: 15px;	
	padding: 26px 10px;
}
.navbar-text {
	display: block;
}


.banner-l {
	display: block;
}
.banner-m {
	display: none;
}


.content {
	/*background: #fff url(../images/back_content.jpg) repeat-x center top;*/
	padding-top: 29px;
}

.navsub {
	display: block;
}
.navsub-select {
	display: none;
	}
	
.content-box {
	background: url(../images/back_container.jpg) repeat-y center top;
	background-size: 100% 100%;
	border-left: 9px solid #dc0303;
	border-right: 2px solid #686867;
	margin-top: -30px;
}	
.content-main {
	border-left: 18px solid #cdcdcd;
	margin-top: 1px;
	padding: 0 40px 40px;
}
.content-main > h1.title {
	margin: 29px -40px 30px -40px;
	padding: 12px 40px 15px;
}


/* 最新消息 */
.news dl dt {
	width: 40%;
}
.img_xs {
	width: 50%;
}

/* 活動花絮 */
.photo-list iframe {
	height: 360px;
	}
	

/* 意見表單 */
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.form-horizontal .control-label {
	background-color: #333;
	color: #fff;
	border-right: 5px solid #dd0302;
	padding: 5px 15px 5px 10px;
	margin-top: 0;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	*/
}




/* footer */
.address_info span.red {
	display: block;
	}
.address_map {
	display: none;
}


}

/* --------------------- md尺寸設定 大於992 --------------------- */

@media (min-width: 992px) {

.navbar-header .navbar-brand {
	background: url(../../images/logo.png) no-repeat left center;
	width: 223px;
}	
	
.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	padding: 26px 16px;
}

.content {
	background: #fff url(../images/back_content.jpg) repeat-x center top;
	padding-top: 29px;
}


/* 寺廟巡禮 */
.tour-list ul li {
	width: 30%;
	margin-right: 3.5%;
}
.tour-list ul li:nth-of-type(2n) {
	margin-right: 3.5%;
}
.tour-list ul li:nth-of-type(3n) {
	margin-right: 0;
}


/* 最新消息 */
.news dl dt {
	width: 30%;
}

/* 活動花絮 */
.photo-list section {
	width: 30%;
	margin-right: 3.5%;
}
.photo-list section:nth-of-type(2n) {
	margin-right: 3.5%;
}
.photo-list section:nth-of-type(3n) {
	margin-right: 0;
}
/* 活動花絮 */
.photo-list iframe {
	height: 420px;
	}


/* footer */
.footer-list {
	font-size: 16px;
}

}




/* --------------------- lg尺寸設定 大於1200 -------------------- */

@media (min-width: 1200px) {
	
.navbar-default .navbar-nav > li > a {
	font-size: 20px;
	padding: 26px 24px;
}	


/*.content-main > h2.title {
	background: url(../images/title_h2.jpg) repeat-x center top;
	color: #fff;
	margin: 0 85px 0 85px;
	line-height: 43px;
	text-align: center;
	position: relative;
	font-size: 24px;
	padding: 0;
}
.content-main > h2.title2 {
	margin: 0 85px 20px 85px;
}
.content-main > h2:before {
	content: "";
	position: absolute;
	left: -85px;
	top: 0;
	z-index: 9;
	width: 95px;
	height: 43px;
	background: url(../images/title_h2_left.jpg) no-repeat center top;
}
.content-main > h2:after {
	content: "";
	position: absolute;
	right: -85px;
	top: 0;
	z-index: 9;
	width: 95px;
	height: 43px;
	background: url(../images/title_h2_right.jpg) no-repeat center top;
}*/

/* 最新消息 */
.img_sm {
	width: 34%;
	float: left;
	margin: 10px 2% 2% 0;
}


}

/* --------------------- bg尺寸設定 大於1600 -------------------- */

@media (min-width: 1600px) {
	
}

