/*---[ search ]-------------------------*/
.page-banner-section {
}
.page-banner-section .container {
	padding-top: 25px; padding-bottom: 0;
	background-color: #FFFFFF;
	/*background-image:url('/images/15665.jpg');*/
	background-size: cover;
	background-position: center center;

}
.page-banner-section .container small {
    font-size: 16px;
    color: #cccccc;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.6px;
}
@media (min-width: 576px) {
	#list-row {
		min-height: 560px;
	}
}
#share-box * {vertical-align:middle !important;}
#share-box i {font-size: 14px;}
#share-box strong {font-size: 14px; line-height: 1.5;}
#share-box .btn-default {padding: 0 5px;
	font-size: 12px; line-height: 1.5;
	border: 1px solid #e0e0e0; border-radius: 4px;}
.fb-share-button {display: inline-block;margin-top: -3px;}
/*#search-box {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (min-width: 576px) {
	#search-box {
		margin: 50px auto;
		width: 360px;
	}

}

#search-box .form-control {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}
#search-box .input-group-append>.btn {
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background: #C41E3A;
	border-color: #C41E3A;

}
*/
#list .card {
	/*position: relative;*/
}
#list .cat-img {
	width: 100%; height: 194px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
#list .cat-img:hover {
	background-size: 120%;
}
#list .card-body {
	/*position: absolute;*/ width: 100%;
	bottom: 0;
	padding: 5px 1.25rem;
	background: rgba(255,255,255,.85);
}
#list .card-body img {
	width:60px; margin-top: -60px;
	-webkit-filter:drop-shadow(0px -5px 5px rgba(0,0,0,.3));
}
#list .card-body .author {
	margin-bottom: 10px;
	display: inline-block;
	width: calc(100% - 70px);
	/*background: rgba(255,0,255,.85);*/
	overflow: hidden;
	word-wrap: break-word;
	height: 1.4rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#list .card h5 {
	font-weight: 700;
	overflow: hidden; margin-top: 0;
	word-wrap: break-word;
	height: 1.45rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#list .card-text {
	overflow: hidden; margin-bottom: 10px;
	word-wrap: break-word;
	height: 2.65rem; font-size: 14px; color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* 內容頁元素 */
.post-img {
	width: 100%; height: 620px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 575.98px) {
	.post-img {height: 260px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.post-img {height: 300px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.post-img {height: 340px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.post-img {height: 380px;}
}
@media (min-width: 1200px) {
}
.section-body {
	line-height: 1.75rem;
}
.social-widget .btn-group {
	width: 100%;
}
.social-widget .btn {
	border-radius: 0; width: 25%;
	padding-top: 10px; padding-bottom: 10px;
	padding-left: 0; padding-right: 0;
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	text-align: center;
	font-size: 10px;
}
.social-widget .btn:hover {
	background-color: #C41E3A;
	border-color: #C41E3A;
    color: #FFFFFF;
}
.social-widget .btn i.fa {
	width: 100%;
}

.widget {
	padding: 10px;
	background-color: #f8f8f8;
	border-color: #f8f8f8;
}
.widget .widget-header {
	padding-top: 10px; /*padding-bottom: 10px;*/
}
.widget .widget-header h5 {
	border-bottom: 1px solid #E0E0E0;
	padding-left: 10px; padding-bottom: 10px;
	font-weight: 600;
}
.widget .widget-body {
}
.widget .widget-body li {
	padding-top: 3px; padding-bottom: 3px;
	padding-left: 5px; padding-right: 5px;
}
input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #C0C0C0; font-size: 12px;
}
input[type="email"]::-moz-placeholder { /* Firefox 19+ */
	color: #C0C0C0; font-size: 12px;
}
input[type="email"]:-ms-input-placeholder { /* IE 10+ */
	color: #C0C0C0; font-size: 12px;
}
input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #C0C0C0; font-size: 12px;
}

