/* For Demo Purpose */

@font-face {
	font-family: 'uilove-realestate';
	src:  url('../lib/uilove/fonts/uilove-realestate.eot?gstvc');
	src:  url('../lib/uilove/fonts/uilove-realestate.eot?gstvc#iefix') format('embedded-opentype'),
	url('../lib/uilove/fonts/uilove-realestate.ttf?gstvc') format('truetype'),
	url('../lib/uilove/fonts/uilove-realestate.woff?gstvc') format('woff'),
	url('../lib/uilove/fonts/uilove-realestate.svg?gstvc#uilove-realestate') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-uilove-realestate {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'uilove-realestate' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-uilove-realestate:before {
	content: "\e900";
}
#menu .icon-uilove-realestate {
	font-size: 46px;
	color: #ffce40;
}
#menu.navbar-over .icon-uilove-realestate {
	font-size:78px;
}
#footer .icon-uilove-realestate {
    font-size: 80px;
	color: #ffce40;
    text-shadow: 1px 2px 0px rgba(0,0,0,0.2);
}
a, button {
	transition: all 0.25s;
}
body {
	font-family: 'Microsoft JhengHei', sans-serif;
	/* font-size: 15px; */
	font-size: 1rem;
	line-height:27px;
	/*color:#707070;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
pre
{
	max-width: 100%;
    white-space: pre-wrap;
    overflow: unset;
}
.h1, .h2, .h3, h1, h2, h3 {
	color:#333;
	font-weight: bold;
}
a {
	opacity: 1;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	/*color: #563d7c;*/
	color: #212529;
}
a:hover, a:active, a:focus {
	opacity: 0.8;
}
p {
    /*margin-bottom: 1.5em;*/
    margin-bottom: 0.5em;
}
ul, ol {
	margin-bottom:30px;
}
blockquote {
	padding:20px;
	background-color:rgba(134, 158, 158, 0.05);
	border-left: 6px solid rgba(134, 158, 158, 0.2);
	position:relative;
	padding-left:100px;
	margin-bottom:30px;
}
blockquote:before {
    content: "\f10d";
	color:rgba(134, 158, 158, 0.3);
	font:normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    line-height: 100px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-left: 0px;
    display: inline-block;
    font-style: italic;
	text-align:center;
}
.well {
	font-size: 16px;
}
.form-control {
	border-color: rgba(134, 158, 158, 0.4);
	box-shadow: none;
	border-radius: 2px;
}
.form-control:focus {
	box-shadow: none !important;
	border-color: rgba(134, 158, 158, 0.7);
}
.input-group-addon {
	background-color: rgba(134, 158, 158, 0.1);
    border-color: rgba(134, 158, 158, 0.4);
    color: rgba(134, 158, 158, 1);
}
.img-rounded {
	border-radius: 3px;
}
.modal {
	z-index:1053;
}
.modal-backdrop {
	z-index:1052;
}
.modal-content {
	border-radius: 3px;
}
.lead {
	font-weight: 400;
	margin-bottom: 20px;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 2px;
}

/* Boxed Layout */
#main {
	background:#FFF;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.boxed {
	background:#e5e5e5;
}
.boxed #main {
	overflow:hidden;
	max-width:1100px;
	background:#FFF;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15);
}
.boxed #menu {
	max-width:1100px;
}

/* Menu */

#menu, #menu.navbar-over.fixed-top {
	padding-top:0;
	padding-bottom:0;
	padding-left: 1rem;
	padding-right: 0;
	z-index: 1052;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05);
	background-image:none;
	/*background-color: #563d7c;*/
	background-color: #fff;
	/*margin-bottom: 15px; --- 2020/04/16 */
	transition: background-color 0.3s ease;
	margin-left: auto;
	margin-right: auto;
}
#menu.navbar-over {
	box-shadow: none;
}
#menu .dropdown-toggle::after {
	vertical-align:middle;
}
.dropdown-menu {
	font-size:14px;
}

/* product images */
.hide {
	display: none;
}
@media (min-width: 992px) {
.dropdown .dropdown-menu {
	border: none;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s;
	transform: translate3d(0, 15px, 0);
	margin-top:0;
	border-radius:4px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.dropdown:hover .dropdown-menu, .dropdown.open .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.megamenu {
	position:static;
}
#menu .navbar-nav>li.dropdown>a {
	position:relative;
}
#menu .navbar-nav>li.dropdown>a:hover {
	opacity:1 !important;
}
#menu .navbar-nav>li.dropdown:hover>a:before {
	content:'';
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-5px;
	margin-top:5px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
}

#menu.navbar-over .navbar-nav>li.dropdown:hover>a:before {
	margin-top:-10px;
}
.megamenu .dropdown-menu {
	width:100%;
	border-radius:0 !important;
	padding:50px 20px;
}
#menu.navbar-over .navbar-nav>li>a {
	padding-top:30px;
	padding-bottom:30px;
	margin-top:0;
	margin-bottom:0;
}
#menu.navbar-over .navbar-nav>li:hover>a {
	background:none;
}
#menu.navbar-over .navbar-nav>li>a:hover {
	opacity:0.6 !important;
}
#menu .navbar-over .navbar-brand {
	height:110px;
}
#menu .navbar-over .navbar-brand img {
	max-height:100%;
}
}
#menu .navbar-brand  {
	padding-top:15px;
	padding-bottom:15px;
}
#menu .navbar-toggle {
	border-color: #fff;
}
#menu .navbar-toggle:active, #menu .navbar-toggle:hover {
	background-color: transparent;
}
#menu.navbar-over  {
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,.6)), color-stop(100% rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%);
	background-image: -webkit-gradient(linear, 0, 100%, from(rgba(0,0,0,.6)), to(rgba(0,0,0,0)));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,.6) 0, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
	background-repeat: repeat-x;
}
#menu.absolute-top  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#menu .navbar-nav>li>a {
	/*font-weight: bold;*/
    /*color: #FFF;*/
    color: #303131;
    font-size: 16px;
	padding-left:15px;
	padding-right:15px;
    padding-top: 0;
    padding-bottom: 0;
	margin-top:15px;
	margin-bottom:15px;
    line-height: 50px;
}
@media (max-width: 991px) {
	#menu .navbar-nav>li>a {
		margin-bottom:5px;
		margin-top:5px;
		border-bottom:1px solid rgba(255,255,255,0.05);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.dropdown-toggle::after {
		float:right;
	}
}
#menu .navbar-nav>li>a {
	/*color:#fff;*/
}
#menu .navbar-nav>li ul a, .dropdown-item {
	color: #212529;
}
#menu .navbar-nav>li.add-listing>a, #menu .navbar-nav>li.signin>a, #menu .navbar-nav>li.register>a {
	background: none !important;
	padding-right:0;
}
#menu .navbar-nav>li.signin>a>span {
	color: #ffce40;
}
#menu .navbar-nav>li.register>a>span, #menu .navbar-nav>li.add-listing>a>span {
	color: #ffce40;
	font-weight: bold;
	border: 1px solid #ffce40;
	padding: 10px 20px;
	border-radius: 3px;
}
@media (max-width: 991px) {
#menu .navbar-nav>li.register>a>span, #menu .navbar-nav>li.add-listing>a>span {
	line-height:1;
}
}
#menu .navbar-nav>li.register>a:hover>span, #menu .navbar-nav>li.add-listing>a:hover>span {
	background: #ffce40;
	color: #563d7c;
}
#menu .navbar-nav>li.user-account .user-image {
	vertical-align:middle;
	width:30px;
	height:30px;
	display:inline-block;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius:5px;
	margin-right:10px;
}
#menu .navbar-form {
	margin-top: 38px;
}
#menu .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover, {
	background-color: rgba(0,0,0,.2);
	border-radius: 5px;
}

#menu .navbar-nav>li:hover>a 
{
	color: #8B98A7;
}

#menu .dropdown-menu>li>a {
	padding-top:5px;
	padding-bottom:5px;
}
.navbar-toggle {
	margin-top: 23px;
	margin-bottom: 23px;
}
#menu.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}
#content:before {
	display: table;
	content: "";
	clear:both;
}
#content {
	/*min-height: 650px;*/
	min-height: auto;
	/*padding-top: 30px;*/
	padding-bottom: 30px;
}
/* Breadcrumb*/

.breadcrumb {
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.breadcrumb-item a {
	color: rgba(134, 158, 158, 8);
}
.breadcrumb-item.active {
	color: rgba(134, 158, 158, 0.7);
}

/* Media */

.media {
	margin-top:30px;
}
.media-left {
	padding-right:20px;
}
.media-right {
	padding-left:20px;
}

/* Page Header */

.page-header {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}
.page-header.bordered {
	border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.page-header h1 {
	font-size:26px;
	line-height:34px;
	margin-top:0;
	margin-bottom:0;
}
.page-header h1 small {
	display:block;
	font-size:18px;
	color:#999;
	margin-top:5px;
}
.page-header.v2 h1 {
	font-size:26px;
}
.page-header.v2 h1 small {
	display:inline-block;
}
.page-header .btn-return + h1 {
	margin-left:75px;
}
.page-header .price {
	color: #d64521;
    margin-left: 15px;
    font-size: 24px;
    line-height: 1.1;
    text-align: right;
    font-weight: bold;
}
@media (max-width: 767px) {
	.page-header .price {
		text-align:left;
		margin-top:15px;
		margin-left:75px;
	}
}
.page-header .price small {
	display:block;
	font-size:18px;
	color:#888;
	margin-top:10px;
	font-weight:normal;
}
.page-header h1 .label-bordered {
	display: inline;
    padding: .2em .6em .3em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	border: 1px solid rgba(134, 158, 158,0.5);
    color: rgba(134, 158, 158,0.9);
}
nav+.page-header{
	margin-top:-15px;
}
.page-header.bordered {
	border-bottom:1px solid #eee !important;
}
/* Card */

.card {
	border: none;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.card.shadow {
	padding:15px !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
}

/* Search Form */

.home-search {
	margin-top:-15px;
}
.search-form.main {
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	/*background-image: url(../img/demo/banner2.jpg);*/
	background-image: url(../img/mainpage_Banner.jpg?v=1.1);
	background-position: center;
	background-size: cover;
	position: relative;
	overflow:hidden;
}
@media (max-width: 991px) {
	.search-form.main {
		padding-top:50px;
		padding-bottom:50px;
		height:auto;
		min-height:inherit;
		display:block;
	}
}
.search-form.main.v2, .search-form.main.v5 {
	min-height: 600px;
	padding-top: 150px;
}
.search-form.main.v7 {
	padding-top: 150px;
}
.search-form.main.v3 {
	height:100%;
}
.search-form.main:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: url(../img/mask_grey.png) no-repeat center center;*/
	background-size: cover;
}

.search-form.main.v7:before {
	z-index:1;
	opacity:0.9;
}
.search-form.main.v7>.container {
	z-index:1;
}
.search-form .heading {
	text-align: center;
	margin-bottom: 20px;
}
.search-form {
	/*font-size: 42px;*/
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FFF;
}

.heading h2 {
	/*font-size: 42px;*/
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 0px 10px #111;
}
@media (max-width: 991px) {
.search-form .heading h2 {
	font-size:32px;
}}
.search-form .heading h3 {
	margin-top: 0;
	/*margin-bottom: 30px;*/
	/*font-size: 18px;*/
	font-size: 28px;
	/*font-weight: normal;*/
	font-weight: bold;
	color: #FFF;
}
@media (max-width: 991px) {
.search-form .heading h3 {
	font-size:24px;
}}

.search-form .search-video {
	-o-object-fit: cover;
	object-fit: cover;
	position:absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	height:100%;
	width:100%;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.search-form.main .card {
	border-radius: 3px;
	border:none;
	padding: 30px 30px 15px 30px;
	background: rgba(0,0,0,.15);
	box-shadow: none;
}
.search-form .card {
	border-radius: 0 0 3px 3px;
	box-shadow:none;
	margin-top:-15px;
	padding: 15px 15px 0 15px;
	background: #dfe3e6;
}
.search-form.main .form-control:focus {
	border-color: transparent;
}
.search-form.main .input-group-btn>.btn, .search-form.main .input-group-btn>.btn:focus, .search-form.main .input-group-btn>.btn:active {
	border-left:none;
}
.search-form.main .cta {
	background: none;
	color: #FFF;
	font-size: 22px;
	border-color: rgba(255,255,255,0.5);
}
.search-form .search-in {
	text-align: center;
}
.search-form.v2 .search-in, .search-form.v7 .search-in {
	margin-top:40px;
}
.search-form.v3 .search-in {
	margin-top:20px;
}
.search-in .radio-box {
	display:inline-block;
}
.search-in label {
	color: #FFF;
	padding: 10px 15px;
	border-radius: 3px;
	position: relative;
	transition: all 0.25s;
	cursor:pointer;
	position:relative;
}
.search-in input[type=radio]:checked+label {
	background: rgba(255,255,255,0.1);
}
.search-in input[type=radio]:checked+label:before {
	content:'';
	position:absolute;
	bottom:100%;
	left:50%;
	margin-left:-10px;
	margin-top:5px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(255,255,255,0.1);
}
.search-in input {
	display:none;
}
.search-form.v4 {
	padding-top:1rem;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	background-color:rgba(134, 158, 158, 0.4);
}
.search-form.main.v5 .heading {
	text-align: left;
}
.search-form.main.v5 .form-control {
	background-color: rgba(255,255,255,0.1);
	border-color: transparent;
}
.search-form.main.v5 .selectric {
	background-color: rgba(255,255,255,0.1);
	border-color: transparent;
}
.search-form.main.v5 .search-in .radio-box {
	margin-bottom: 10px;
}
.search-form.main.v5 .search-in .radio-box label {
	width:100%;
	display:block;
	font-size:1.25rem;
}

/* Selectric */
.selectric {
	border: 1px solid rgba(134, 158, 158,.4);
	border-radius:2px;
	background-color:#fff;
}
.selectric-open {
	z-index:1051;
}
.selectric-below.selectric-open .selectric {
	border-radius: 2px 2px 0 0;
}
.selectric-above.selectric-open .selectric {
	border-radius: 0 0 2px 2px;
}
.selectric .label {
	text-align:left;
	font-weight:normal;
	color:#999999;
	padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
	height:auto;
}
.selectric-open .selectric {
	margin-top:0;
	background-color:#fff;
	border-color:rgba(134, 158, 158,.7);
}
.selectric-below.selectric-open .selectric-items {
	border-radius: 0 0 2px 2px;
	border-top:none;
}
.selectric-above.selectric-open .selectric-items {
	border-radius: 2px 2px 0 0;
	border-bottom:none;
}
.selectric-items {
	border: 1px solid #ccc;
	box-shadow:none;
	margin-top:0px;
	margin-bottom:0px;
}
.selectric-items:before, .selectric-items:after {
	border:none;
	content:none;
}
.selectric-items:before {
	border-bottom-color:rgba(134, 158, 158,.4);
}
.selectric-items li.highlighted {
	background-color:#eee;
}
.selectric-items li:hover {
	background-color:#f9f9f9;
}
.selectric-items ul, .selectric-items li {
	font-size:14px;
	color:inherit;
}
.selectric-form-control-lg .selectric{
	padding: 0 1.5rem;
    line-height: 1.5;
    height: 100%;
    width: auto;
}
.button 
{
    background-color: white;
    border-style:solid;
    /*padding: 20px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 80%;
    height: 80%;
    font-size: 20px;
    color: #29466B;
}
.button:focus {
    outline: 0 ;
}
.button:hover
{
    background-color: #CDCDCD;
    font-size: 22px;
}
.selectric-form-control-lg .selectric .label {
	padding: .5rem 1rem;
    line-height: 1.5;
}

/* Property Listing */
.item-listing .item {
	margin-top: 30px;
	padding: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	display: block;
	width: 100%;
	border-radius: 3px;
	position: relative;
	text-align: left;
}
.item-listing.list .item {
	box-shadow: none;
}
.item-listing.list .item + .item {
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.item-listing .item .item-image {
	position: relative;
	margin-bottom: 10px;
}
.item-listing .item .item-image>a {
	display: block;
	opacity: 1;
}
.item-listing .item .item-image>a>img {
	width: 100%;
	height: 200px;
}
.item-listing .item .item-image>button:not(.save-item):before {
/*.item-listing .item .item-image>a:not(.save-item):before {*/
	opacity: 0.9;
	background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
	transition: opacity .3s;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	content: "";
}
.item-listing .item .item-image .item-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #FFF;
}
.item-listing .item .item-meta-info, .item-meta-info {
	font-size:14px;
	font-weight:bold;
	opacity:0.6;
	margin-top:15px;
	margin-bottom:10px;
}
.item-listing .item .item-meta-info span, .item-meta-info span {
	margin-right:10px;
}
.item-listing .item .item-price {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.item-listing .item .item-price small {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
.item-listing .item .item-badges {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	font-size: 13px;
	padding: 0px;
	overflow: hidden;
	height: 100px;
}
.item-listing .item .item-badges .item-badge-left {
	background-color: #563d7c;
	padding: 5px 10px;
	color: #FFF;
	float: left;
	left: 15px;
	top: 15px;
	position: relative;
	text-align: center;
	margin: 0;
	border-radius: 3px;
}
.item-listing .item .save-item {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.4);
}
.item-listing .item .save-item:hover {
	background-color: rgba(0,0,0,1);
	/*background-color: #FFF;*/
	color: #999;
}
.item-listing .item .save-item i {
	font-size: 1.2em;
	color: white;
}
.item-listing .item .save-item i:hover {
	font-size: 1.3em;
}
.item-listing .item .added-on {
	color: #999;
}
.item-listing .item .added-by {
	font-size: 14px;
	display:block;
	text-align:right;
}

.item-listing .item .item-height-60 {
	height: 60px;
}

@media (max-width: 767px) {
.item-listing .item .added-by {
	text-align:left;
}}
.item-listing .item .item-badge-right {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px 10px;
	color: #FFF;
	background-color: rgba(74,74,76,0.7);
	border-radius: 3px;
}
.item-listing .item .item-title {
	font-size: 15px;
	line-height:22px;
	font-weight: 600;
	margin-top: 0;
}
.item-listing .item .item-location, .item-listing .item .item-author {
	color: #999;
	margin-bottom: 10px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-listing .item .item-comments-count {
	float:right;
}
.item-listing .item .item-description {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
.item-listing .item .item-details-i {
	color: #666;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-listing .item .item-details ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.item-listing .item .item-details ul li {
	padding: 5px 0;
}
.item-listing .item .item-details ul li+li {
	border-top: 1px solid #eee;
}
.item-listing .item .item-details ul li span {
	float: right;
	color: #999;
}
.item-listing.grid .item {
	margin-bottom: 0;
}
.item-listing.grid .item .item-image {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.item-listing.list .item {
	padding: 0;
}
.item-listing.list .item .item-image {
	margin-bottom: 0;
	border-radius: 3px;
	overflow: hidden;
}
.item-listing.list .item .item-title {
	font-size: 18px;
}
@media (max-width: 992px) {
.item-listing.list .item .item-title {
	margin-top:15px;
}}
.item-listing.list .item .item-location {
	font-size: 15px;
}
.item-actions a {
	display: inline-block;
	margin-right: 15px;
	color: #563d7c;
}
.item-sm .item-image .item-meta {
	padding:10px !important;
}
.item-sm .item-title {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}
.item-sm .item-location {
	margin-bottom:0 !important;
	font-size:12px !important;
}
.item-sm .item-price, .item-md .item-price {
	display:none;
}

.item-features {
	padding:20px;
	margin:0;
	list-style:none;
	margin-bottom:30px;
	background-color:rgba(134, 158, 158,0.1);
	border-radius:3px;
}
.item-features li {
    font-size: 18px;
    color: #888;
    display: inline-block;
    margin-right: 44px;
    padding: 0;
    line-height: 30px;
}
@media (max-width: 767px) {
	.item-features li {
		font-size: 14px;
		margin-right: 20px;
		line-height: 30px;
	}
	.item-features li span {
		font-size: 18px;
	}
}
.item-features li span {
	color:#333;
	font-weight:bold;
	display:block;
}

.item.item-lg {
	padding:30px;
}
.item-listing.grid .item.item-lg .item-image {
	margin-left:-30px;
	margin-right:-30px;
	margin-top:-30px;
}
.item-listing .item.item-lg .item-title {
	font-size:22px;
	margin-top:30px;
}

.item-attachments .btn {
	margin-bottom:15px;
	margin-right:5px;
}

/* Featured Item Slider */

.lazyload .swiper-slide {
	background-image:url(../img/preloader.svg);
	background-size:50px;
	background-position:center;
	background-repeat:no-repeat;
}
.featured-gallery.item-listing.grid .item {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
	padding: 0;
}
.featured-gallery.item-listing.grid .item .item-image .item-meta, .item-gallery.item-listing.grid .item .item-image .item-meta {
	padding:20px;
}
@media (min-width: 992px) {
.featured-gallery.item-listing.grid .swiper-slide-prev, .featured-gallery.item-listing.grid .swiper-slide-next {
	opacity: 0.7;
	pointer-events:none;
}
}
.featured-gallery.item-listing.grid .item .item-image {
	margin: 0;
}
.featured-gallery.featured-gallery .item .item-image {
	height: 520px;
}
.featured-gallery.item-listing.grid .item .item-title, .item-gallery.item-listing.grid .item .item-title  {
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
	color:#FFF;
}
.featured-gallery.item-listing.grid .item .item-price {
	font-weight:600;
}
.featured-gallery.item-listing.grid .item .item-location, .item-gallery.item-listing.grid .item .item-location {
	font-size:15px;
	color:#ccc;
}
.featured-gallery.item-listing.grid .item .item-image>a:not(.save-item) {
	height: 100%;
}
.featured-gallery.item-listing.grid .item .item-image .image {
	background-size: cover;
	background-position: center;
	height: 100%;
}

.featured-gallery.item-listing.grid .swiper-slide-active {
	opacity: 1;
}
.featured-gallery.item-listing.grid .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 60%;
}
@media (max-width: 991px) {
.featured-gallery.item-listing.grid .item .item-image {
	height:300px;
}
.featured-gallery.item-listing.grid .item .item-title {
	font-size:18px;
}
.featured-gallery.item-listing.grid .item .item-location {
	font-size:13px;
	color:#ccc;
	margin-bottom:5px;
}
.featured-gallery.item-listing.grid .item .item-price {
	font-size:15px;
}
.featured-gallery.item-listing.grid .item .item-price small{
	font-size:12px;
}}
.featured-gallery.v2 .item {
	margin-bottom:20px !important;
}
.featured-gallery.v2 .item .item-image {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100% !important;
}
.featured-gallery.v2 .item-lg, .featured-gallery.v2 .item-lg img {
	height:450px;
}
.featured-gallery.v2 .item-md, .featured-gallery.v2 .item-md img {
	height:225px;
}
.featured-gallery.v2 .item-sm, .featured-gallery.v2 .item-sm img {
	height:205px;
}
.featured-gallery.v2 .row {
	margin-left:-10px;
	margin-right:-10px;
}
.featured-gallery.v2 .row>*{
	padding-left:10px;
	padding-right:10px;
}

/* Filters */
#sidebar {
	will-change: min-height;
}
#sidebar .sidebar_inner {
	transform: translate(0, 0); /* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}
#sidebar .panel {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
#sidebar .panel-default>.card-header {
	background-color: transparent;
	padding-left:0;
	padding-right:0;
}

#sidebar .panel .panel-title a {
	font-weight:600;
	display: block;
	padding-top:5px;
	padding-bottom:5px;
}
#sidebar .panel .panel-body {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px) {
#sidebar.sidebar-left .sidebar_inner {
	padding-right: 30px;
	border-right: 1px solid #eee;
}
#sidebar.sidebar-right .sidebar_inner {
	padding-left: 30px;
	border-left: 1px solid #eee;
}
}
.list-group.no-border .list-group-item {
	border:none;
	margin-bottom:1px;
	color:#666;
}
.list-group.no-border .list-group-item:hover {
	background-color:rgba(134, 158, 158, 0.05);
}
.list-group.no-border .list-group-item.active, .list-group.no-border .list-group-item.active:focus, .list-group.no-border .list-group-item.active:hover {
	background-color:rgba(134, 158, 158, 0.1);
	border-radius:3px;
	color:#333;
	font-weight:bold;
}
.list-group .list-group-item.heading {
	font-weight:bold;
	color:#333;
	font-size:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.list-group .list-group-item.heading:hover {
	background:none;
}
.list-v2 {
	font-size:16px;
}
.list-v2>li {
	padding-top:10px;
	line-height:34px;
	padding-bottom:10px;
	clear:both;
}
.list-v2>li+li {
	border-top:1px solid #eee;
}
.list-v2 .icon {
	width:30px;
	text-align:left;
}
.list-v2 .btn {
	float:right;
}
.list-v2 .connected, .list-v2 .default {
	float: right;
    margin-right: 20px;
    opacity: 0.6;
}
.list-v2 .set-default {
	float: right;
    opacity: 0.6;
}
.list-v2 .btn+.set-default {
    margin-right: 20px;
}
.list-v2 .set-default:hover {
	opacity:1;
}
.badge {
	background-color:rgba(134, 158, 158, 0.7);
}
/* Buttons */

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:hover {
	outline: none;
	text-decoration: none;
	border-radius: 2px;
	font-weight: bold;
	cursor:pointer;
	transition: all 0.25s;
}
.btn-xlg {
	padding:20px 40px;
	font-size:20px;
}
.btn-link, .btn-link:focus, .btn-link:hover, .btn-link:active, .btn-link:active:hover, .btn-link:active:focus {
	color: rgba(134, 158, 158, 1);
	background-color: rgba(134, 158, 158, 0.1);
}
.btn-white, .btn-white:focus, .btn-white:hover, .btn-white:active, .btn-white:active:hover, .btn-white:active:focus {
	background-color: #fff;
	border-color:rgba(134, 158, 158, 0.4);
}
.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
	background-color: #4E6680;
	border-color: #4E6680;
	color: #f8f9fa;
	/*border-radius: 10px;*/
	min-width: 74px;
}
.btn-light {
	background-color: #eff3f6;
	background-image: -webkit-linear-gradient(270deg, #fafbfc 0%, #eff3f6 90%);
	background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}

.btn-no 
{
	background-color: #8a413d;
	border-color: #8a413d;
	color: #f8f9fa;
	/*border-radius: 10px;*/
	min-width: 74px;
}

.btn-inverse, .btn-inverse:focus, .btn-inverse:hover, .btn-inverse:active, .btn-inverse:active:hover, .btn-inverse:active:focus {
	background-color: #563d7c;
	border-color: #563d7c;
	color: #fff;
}
.btn-social {
	text-align: left;
	margin-bottom: 10px;
}
.btn-social .icon {
	width: 30px;
	border-right: 1px solid rgba(255,255,255,.3);
	margin-right: 10px;
}
.btn-facebook, .btn-facebook:focus, .btn-facebook:hover, .btn-facebook:active, .btn-facebook:active:hover, .btn-facebook:active:focus {
	background-color: #4a6bb2;
	border-color: #4a6bb2;
	color: #FFF;
}
.btn-google, .btn-google:focus, .btn-google:hover, .btn-google:active, .btn-google:active:hover, .btn-google:active:focus {
    background-color: #ffffff;
    border-color: #cccccc;
	color: #333333;
}
.btn-twitter, .btn-twitter:focus, .btn-twitter:hover, .btn-twitter:active, .btn-twitter:active:hover, .btn-twitter:active:focus {
	border-color: #1da1f2;
	background-color: #1da1f2;
	color: #FFF;
}
.btn-return {
	display:inline-block;
    margin-right: 15px;
    color: #666;
    font-size: 28px;
	width:60px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
    background: rgba(134, 158, 158,0.15);
    border-radius: 3px;
    font-weight: bold;
	float:left;
}
.btn-return:focus, .btn-return:hover, .btn-return:active, .btn-return:active:hover, .btn-return:active:focus {
    background: rgba(134, 158, 158,0.3);
}
.btn-upload {
	position: relative;
}
.btn-upload input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.btn-circle, .btn-circle:hover, .btn-circle:active, .btn-circle:focus {
	height: 34px;
    width: 34px;
    line-height: 34px;
    padding: 0;
    border-radius: 50%;
}
.btn#to-top {
	width: 52px;
    height: 52px;
	position:fixed;
	/*right: 50px;*/
	right: 30px;
    bottom: 50px;
	visibility:hidden;
	opacity:0;
	transition: all 1s;
}

.btn.close-panel {
	position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
	display:none;
}
.sidr-open .btn.close-panel {
	display:block;
}

/* Mobile Filter */

.mobile-filter {
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:999;
}
@media (max-width: 767px) {
.mobile-filter {
	display:block;
}}


.remove-item {
	font-size: 14px;
    margin-top: 15px;
    display: block;
    font-weight: 600;
    color: rgba(134, 158, 158, 1);
}
.read-more {
	font-size:14px;
    margin-top: 15px;
	font-weight:bold;
    display: block;
}
.item-lg .read-more {
	font-size:18px;
    margin-top: 30px;
}
/* Drop Files */

.ui-dropzone {
	display:block;
	width:100%;
	position:relative;
	padding:50px 50px;
	text-align:center;
	font-size:16px;
	background-color:#f9f9f9;
	cursor:copy;
	border-radius:3px;
}
.ui-dropzone .icon {
	display:block;
	margin-bottom:15px;
	height:50px;
	background-image:url(../img/upload.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	opacity:0.3;
}
.ui-dropzone input {
	cursor:copy;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity:0;
}

/* Tabs */

.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs>li>a {
	border-radius: 0;
}
.nav-tabs>li>.nav-link.active, .nav-tabs>li>.nav-link.active:focus, .nav-tabs>li>.nav-link.active:hover {
	border-radius: 0;
	/*border-top: 2px solid #563d7c;*/
	border-top: 2px solid #29466b;
}
.nav-tabs.tab-lg>li>a {
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
}
.nav-tabs.tab-lg>li>a.nav-link.active {
	border-top: 4px solid #563d7c;
}
.nav-tabs.v2 {
	border-bottom:none;
	margin-bottom:30px;
}
.nav-tabs.v2>li>a, .nav-tabs.v2>li>a:focus, .nav-tabs.v2>li>a:hover {
	padding:15px 20px;
	border:none;
	font-weight:600;
	position:relative;
	color:rgba(134, 158, 158,1);
}
.nav-tabs.v2>li.active>a:before {
	content:'';
	position:absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(134, 158, 158,.1);
	top:100%;
	left:50%;
	margin-left:-5px;
}
.nav-tabs.v2>li.active>a, .nav-tabs.v2>li.active>a:focus, .nav-tabs.v2>li.active>a:hover {
	background-color:rgba(134, 158, 158,.1);
	color:rgba(134, 158, 158,1);
	border:none;
	border-radius:3px;
}
.tab-content {
	margin-bottom:30px;
}
.item-navigation {
	margin-top:60px;
	margin-bottom:30px;
}
.item-attachments {
	margin-bottom:30px;
}
ul.checked {
	list-style: none;
	margin: 0;
	padding: 0;
}
.feature-list {
	margin-bottom:30px;
	columns:2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.feature-list.three_cols {
	columns:3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
@media (max-width: 767px) {
	.feature-list {
		columns:1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
ul.checked li {
	padding-left:30px;
	position:relative;
}
ul.checked li:after {
	width: 25px;
	display: inline-block;
	text-align: left;
	color: rgba(134, 158, 158,.8);
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
	position:absolute;
	left:3px;
	top:6px;
}
ul.checked li:before {
	content:'';
	position:absolute;
	left:0;
	top:2px;
	width:20px;
	height:20px;
	background:rgba(134, 158, 158,.1);;
	border-radius:3px;
}
.item-gallery {
	margin-bottom: 20px;
}
#item_images {
	margin-bottom: 20px;
}
#item_thumbs .item {
	padding: 3px;
	cursor: pointer;
}
#streetview iframe, #map iframe {
	width: 100%;
}
/* Pagination */
.pagination {
	margin-top:30px;
}
.pagination>.page-item .page-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px;
    padding: 0;
    border-radius: 50% !important;
    border-color: transparent;
    margin-top: 5px;
	color:rgba(134, 158, 158, 1);
}
.pagination>.page-item.active .page-link, .pagination>.page-item.active .page-link:focus, .pagination>.page-item.active .page-link:hover {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(134, 158, 158, 1);
    border-color: rgba(134, 158, 158, 1);
	color:#FFF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
/* Tooltip*/
.tooltip-inner {
	border-radius: 0;
	background-color: #666;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #666;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #666;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #666;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #666;
}
/* Modal */

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .7;
}
@media (min-width: 768px) {
.item-badge-rightm .modal-dialog {
	width: 400px;
}
}
.item-badge-rightm .media {
	margin-top: 0;
}
.item-badge-rightm .media .media-heading {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
/* Login */
.sign-in-or {
	position: relative;
}
.sign-in-or span {
	font-size: 24px;
	font-weight: lighter;
	position: absolute;
	left: 20px;
	top: 54px;
}
/* Pricing Table */

.pricing-column {
	font-size: 16px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #777;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom:30px;
}
.pricing-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricing-column ul li {
	border-bottom: 1px solid #eee;
	padding: 15px;
}
.pricing-column ul li.title {
	background-color: #eee;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
.pricing-column ul li.title small {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.pricing-column ul li.price {
	color: #333;
	font-size: 20px;
}
.pricing-column.popular {
	margin-top: 0;
}
.pricing-column.popular ul li.title {
	background: #563d7c;
	color: #fff;
}

 @media (max-width: 991px) {
.pricing-column {
	font-size:14px;
}
.pricing-column ul li {
	padding:10px;
}
.pricing-column ul li.title {
	font-size:18px;
}
 }
/* Error Template */

.error-template {
	margin: 100px 0;
}
.error-template h1 {
	margin-bottom: 50px;
}
.error-actions a {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:10px;
}
.mega .column .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
 @media (min-width: 992px) {
.mega {
	width: 550px;
}
.mega .column {
	width: 150px;
	float: left;
	margin-right: 20px;
}
}
@media (max-width: 767px) {
	 .navbar-nav .open .dropdown-menu.mega {
		 padding:15px;
		 background:#FFF;
		 border-radius:0;
		}
	 .navbar-nav .open .dropdown-menu.mega>li {
		 margin-top:0;
	 }
 }
#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e0e0e6;
	font-size: 14px;
	line-height: 22px;
}
#footer ul li {
	padding: 3px 0;
	font-size: 15px;
}
#footer a {
	color: #777;
}
/* Social Links */

.social-sharebox {
	margin-bottom: 30px;
}
.social-sharebox a {
	font-size: 20px;
	color: #777;
	margin-right: 10px;
}
/* Feature Box */

.feature-box 
{
	/*padding-top: 30px;*/
	padding-bottom: 60px;
	/*box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);*/
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0.1);
}

@media (min-width: 768px)
{
	.feature-box 
	{
		padding-top: 30px;
	}
}

.feature-box:not(.gray) + .feature-box:not(.gray) {
	box-shadow:none;
	border-top:1px solid #eee;
}
.feature-box.gray {
	background-color: rgba(134, 158, 158, 0.07);
	box-shadow:none;
}
.title {
	font-size:18px;
	font-weight:600;
	padding-bottom:15px;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
.headline {
	font-size: 22px;
    margin: 50px 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
	color:#333;
}
.subheadline {
    font-size: 20px;
    margin: 20px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    color: rgba(134, 158, 158, 1);
	font-weight:normal;
}
.main-title {
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 10px;
	/*border-bottom: 3px solid #4E6680;
	color: #4E6680*/
}
.main-title span {
	/*position: relative;*/
	padding-bottom: 20px;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 3px solid #4E6680;
	color: #4E6680
}
/*.main-title span:before {
	content: '';
	height: 1px;
	width: 200px;
	background: #bbb;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
.main-title.centered {
	text-align:center;
}
.main-title.centered span:before {
	left: 50%;
	margin-left: -100px;
}
.main-title-description {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
.main-title {
	font-size: 22px;
	line-height: 26px;
}
.main-title span {
	padding-bottom: 15px;
}
.main-title-description {
	font-size: 18px;
}}
.main-content
{
	font-size: 1.2rem;
	line-height:1.5;
}
.main-header
{
	height: 170px;
    width: 100%;
    background-image: url(/assets/img/home.jpg?v=1);
    background-size: cover;
    overflow:hidden;
    background-position: center;
}
.main-header h1
{
	display: block;
    font-size: 2em;
    margin-block-start: 2em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #FFFFFF;
}
.main-header-2
{
	height: 170px;
    width: 100%;
    background-image: url(/assets/img/header_2.jpg?v=1);
    background-size: cover;
    overflow:hidden;
    background-position: center;
}
.main-header-2 h1
{
	display: block;
    font-size: 2em;
    margin-block-start: 2em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #FFFFFF;
}
.feature-box.centered .main-title, .centered .main-title-description {
	text-align: center;
}
.feature-box.centered .main-title span:before {
	left: 50%;
	margin-left: -100px;
}
.content-box .image {
	margin-bottom: 30px;
}
.content-box h4 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}
.content-box .caption {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}
.content-box .button {
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
}
.centered .content-box {
	text-align: center;
}
.image-popup {
	cursor:zoom-in;
}
.testimonials .item {
	margin-left: 100px;
	margin-right: 100px;
}
@media (max-width: 767px) {
.testimonials .item {
	margin-left: 50px;
	margin-right: 50px;
}
.testimonials .item .image img {
	max-width:100px;
}
.testimonials .item h4 {
	font-size:18px;
	line-height:26px;
}
.testimonials .item .caption {
	font-size:16px;
}}
h4.title {
	margin-top: 40px;
	margin-bottom: 20px;
}


/* Utility Classes*/

.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.ml0 {
	margin-left:0 !important;
}
.mr0 {
	margin-right:0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pl0 {
	padding-left:0 !important;
}
.pr0 {
	padding-right:0 !important;
}
.mt50 {
	margin-top:50px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mt5 {
	margin-top: 5px !important;
}

/* Map Panel */

#map_canvas {
	width: 100%;
	height: 100%;
	min-height: 520px;
	position: relative;
}
@media (max-width: 767px) {
#map_canvas {
    height: 320px;
    min-height: 320px;
}}
.maplisting #map_canvas {
	height:100%;
	min-height:inherit;
}
@media (max-width: 767px) {
.map-panel {
	height: auto !important;
}
}
.map-listing {
	padding-top:0;
	padding-bottom:10;
	margin-top:-15px;
}
.map-listing .search-results {
	position: relative;
	overflow: hidden;
}
.map-listing .search-results-list {
	height: 100%;
	overflow: auto;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 120px;
}
.map-listing .search-form .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.map-listing .search-form .row>[class^=col-] {
 padding-left:7.5px;
 padding-right:7.5px;
}
.map-listing .search-form .card {
	background: none;
	border-radius: 0;
	border-bottom:1px solid #eee;
}
.map-listing .mobile-filter {
	display:block;
}
.map-listing #sidebar {
	display:none;
}
.map-listing .sidr {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	color: #333;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05);
	padding: 20px;
}
.map-listing .sidr.right {
  left: auto;
  right: -260px;
}
.map-listing .sidr.left {
  left: -260px;
  right: auto;
}
.map-listing .sidr#sidebar .sidebar_inner {
	padding-left: 0;
	padding-right: 20px;
    margin-right: -20px;
    border-left: 0;
    border-right: 0;
    padding-bottom: 50px;
    height: 100%;
    overflow: auto;
}
.map-listing .sidr#sidebar {
	display:block;
}
.map-popover {
	width: 300px;
}
.map-popover .image {
	width: 80px;
	float: left;
}
.map-popover .image img {
	max-width: 100%;
}
.map-popover .image+.details {
	margin-left: 100px;
}
/* Select 2 */
.select2 * {
	outline: none;
}
.select2-container--default .select2-selection--single {
	border-color: rgba(134, 158, 158,.4);
	box-shadow: none;
	border-radius: 2px;
}
.select2-container--open .select2-selection--single, .select2-container--focus .select2-selection--single {
	border-color: #bbb;
}
.select2-container .select2-selection--single {
	height: 34px;
}
.form-control-lg+.select2-container .select2-selection--single {
	height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}
.form-control-lg+.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	font-size: 18px;
	padding-left: 16px;
	padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}
.form-control-lg+.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	width: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
	padding-right: 20px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fafafa;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eee;
	color: #000;
}
.select2-dropdown {
	border-color: rgba(134, 158, 158,.4);
	overflow: hidden;
}
.select2-container--open .select2-dropdown {
	border-color: rgba(134, 158, 158,.7);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #8e8e8e;
}
/* Table v1 */
.table.v1 tbody tr:first-child td {
	border-top: none;
}
/* Checkbox and Radio */
input[type="radio"], input[type="checkbox"] {
	margin-top: 1px 0 0;
	line-height: normal;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.radio-inline {
	display:inline-block;
}
.radio, .checkbox, .checkbox+.checkbox, .radio+.radio  {
	margin-bottom: 10px;
	margin-top: 0;
	padding-left: 0px;
}
.radio label, .checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	min-width: 17px;
	min-height: 17px;
	line-height: 20px;
	margin-bottom: 0;
}
.radio label:before, .checkbox label:before {
	-webkit-box-sizing: inherit;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
}
.checkbox input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
}
.checkbox label {
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
	width: 100%
}
.checkbox input[type=checkbox]:checked+label:before {
	border-width: 8.5px;
}
.checkbox label:before {
	top: 1.4px;
	border-radius: 3px;
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label::after {
	display: inline-block;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 3.5px;
	top: 0px;
	font-size: 11px;
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox input[type=checkbox]:checked+label::after {
	font-family: 'FontAwesome';
	content: "\F00C";
	color: #fff;
}
.checkbox .icon {
	width: 20px;
	text-align: left;
	color: #563d7c;
	opacity: 0.5;
}
.checkbox input[type=checkbox]:checked+label>.icon {
	opacity: 0.8;
}

.radio input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
}
.radio label:before {
    bottom: 2.5px;
    border-radius: 99px;
    -webkit-transition: border 0.3s 0s cubic-bezier(0.455,0.03,0.215,1.33);
    transition: border 0.3s 0s cubic-bezier(0.455,0.03,0.215,1.33);
}
.radio input[type=radio]:checked+label:before {
    border-width: 5px;
    border-color: #bbb;
}

/* Single Property Gallery */

.gallery-top, .gallery-thumbs {
	height: auto;
}
.gallery-top {
	margin-bottom:30px;
}
.gallery-thumbs {
	margin-top:-15px;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	opacity: 0.2;
}
.gallery-thumbs .swiper-slide.swiper-slide-active {
	opacity: 1;
}

/* Swiper Modification */

.swiper-button-next {
	background-image:url(../img/next.svg);
	right:0;
}
.swiper-button-prev {
	background-image:url(../img/prev.svg);
	left:0;
}
.swiper-button-next, .swiper-button-prev {
	top:0;
	height:100%;
	margin-top:0;
	width:100px;
	background-size:40px;
}
@media (max-width: 767px) {
.swiper-button-next, .swiper-button-prev {
	width:50px;
	background-size:30px;
}}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	pointer-events:auto;
}

/* Tinymce Style Override*/

.mce-panel {
	box-shadow:none !important;
	border-color:#eee !important;
}
.mce-top-part::before {
	box-shadow:none !important;
}

/* Google Maps Autocomplete Styling override */

.pac-item {
	font-size:inherit;
	line-height:40px;
	cursor:pointer;
}
.pac-container {
	border-radius: 0 0 3px 3px;
    box-shadow: none;
    font-family:inherit;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: content-box;
    margin-top: -2px;
}
.pac-icon {
	margin-top:10px;
}
.pac-item-query {
	font-size:inherit;
}
.hdpi.pac-logo:after {
	content:none !important;
	height:0 !important;
	background-image:none !important;
}

/* Comments */

.comments {
	margin-bottom:30px;
}
.comments .date {
	font-size:14px;
	opacity:0.5;
	margin-bottom:15px;
}
.btn-reply {
	background-color:rgba(134, 158, 158, 0.1);
	padding-left: 15px;
	padding-right: 15px;
	height:30px;
	line-height:30px;
	border-radius:15px;
	color:rgba(134, 158, 158, 1);
	margin-left:15px;
	margin-bottom:15px;
	font-size:14px;
	float:right;
	font-weight:600;
	display:block;
}
.comment-input-box {
	margin-top:50px;
	padding:30px;
	background-color:rgba(134, 158, 158, 0.1);
}

/* Agent Details */
.agent-details {
	margin-bottom:30px;
}
@media (max-width: 767px) {
	.agent-details {
		text-align:center;
	}
	.agent-thumb {
		display:inline-block !important;
	}
}
.agent-details .subheadline {
	margin-top:20px;
	margin-bottom:20px;
}


/* Sidebar */

#sidebar .card {
	padding:0;
	box-shadow:none;
}
#sidebar .card-header {
	padding:0;
	background:none;
}
#sidebar .card-header {
	font-weight:600;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-color:rgba(134, 158, 158, 0.3);
}
#sidebar .card-header a {
	font-weight:600;
	font-size:16px;
	display:block;
	color:rgba(134, 158, 158, 1);
}
#sidebar .card-body {
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}

/* Sidr CSS */


@media (max-width: 767px) {
	.sidr.right {
	  left: auto;
	  right: -260px;
	}
	.sidr.left {
	  left: -260px;
	  right: auto;
	}
	.sidr#sidebar .sidebar_inner {
		padding-left: 0;
		padding-right: 20px;
		margin-right: -20px;
		border-left: 0;
		border-right: 0;
		padding-bottom: 50px;
		height: 100%;
		overflow: auto;
	}
	.sidr {
	  display: none;
	  position: fixed;
	  top: 0;
	  height: 100%;
	  z-index: 999999;
	  width: 260px;
	  overflow-x: hidden;
	  overflow-y: auto;
	  background: #fff;
	  color: #333;
	  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05);
	  padding: 20px;
	}
	.sidr {
	  display: block;
	}
}


/* Swal 樣式調整 2020/04/15 */
	.swal2-container .swal2-popup {
	    min-width: 32em;
	    width: auto;
	    padding: 2em;
	    background-color: #f2f2f2;
	}
	.swal2-container .swal2-popup .swal2-header .swal2-title {
	    font-size: 24px;
	    line-height: 1.5;
		margin: 0;
	}
	.swal2-container .swal2-popup .swal2-header .swal2-title,
	.swal2-container .swal2-popup .swal2-actions .swal2-cancel {
	    color: #7b5759;
	}
	.swal2-container .swal2-popup .swal2-actions .swal2-styled {
	    font-weight: 600;
	    font-size: 20px;
	    margin: 0.3125em 1em;
	    box-shadow: 0px 2px 10px #cccccc;
	}
	.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-confirm {
	    background-color: #7b5759;
	}
	.swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-cancel {
	    background-color: #fff;
	}
	.swal2-container .swal2-popup .swal2-actions {
	    margin: 0.75em auto 0;
	}

	/*手機板顯示調整 iphone5 20210521*/
	@media (max-width: 576px) 
	{
	    .swal2-container .swal2-popup
	    {
	        min-width: 100% !important;
	    }
	}


/* 中台頁面 樣式調整 2020/04/16 */
	/* 列表頁面 */
	.page_main {
	    /*padding: 20px 40px;*/
	    padding: 20px 25px;/* for 手機版面 */
	}
	.page_title {
	    /*font-size: 24px;*/
	    font-size: 22px;
	    width: 100%;
	    color: #29466b;
	    font-weight: 600;
	    /*margin-bottom: 25px;*/
	    margin: 16px 0 20px;
	}
	.page_table {
	    width: 100%;
	}
	.page_table th,
	.page_table td {
	    /*color: #737373;*/
	    color: #495057;
	    /*font-weight: 600;*/
	    font-weight: 500;
	    padding: 9px;
	    font-size: 1.1rem;
	}
	/*.page_table th {
	    font-size: 20px;
	}
	.page_table td {
	    font-size: 18px;
	}*/
	.list_btn {
	    /*font-size: 16px;
	    font-weight: 600;*/
	    font-size: 1.1rem;
	    font-weight: 500;
	}
	.list_dele_btn {
	    color: #8a413d;
	}
	.list_edit_btn {
	    color: #4c637b;
	}
	.bottom_btn {
	    max-width: 30%;
	    /*min-width: 135px;*/
	    min-width: 155px;
	    padding: 15px 25px;
	    border-radius: 10px;
	    font-size: 20px;
	    font-weight: 600;
	    margin: 20px;
	    cursor: pointer;
	    max-height: 60px;
	}
	.bottom_l_btn {
	    color: #fff;
	    background-color: #7b5759;
	    float: left;
	}
	.bottom_r_btn {
	    color: #fff;
	    background-color: #29466b;
	    float: right;
	}

	/* 編輯頁面 */
	.edit_label {
        /*color: #737373;
        font-weight: 600;
        font-size: 20px;
        margin: 10px 0 0;*/
        color: #495057;
        font-weight: 500;
        font-size: 1.1rem;
        margin: 5px 0;
    }
    .edit_select {
    	background-color: #ebebeb;
    	border: none;

    	display: block;
	    width: 100%;
	    padding: .375rem .75rem;
	    font-size: 1rem;
	    line-height: 1.5;
	    color: #495057;
	    background-image: none;
	    background-clip: padding-box;
	    border-radius: .25rem;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    box-shadow: none;
        border-radius: 2px;
    }
    .edit_input {
        background-color: #ebebeb;
        border: none;

        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-image: none;
        background-clip: padding-box;
        border-radius: .25rem;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        box-shadow: none;
        border-radius: 2px;
    }

	/* 彈出視窗 */
    .modal_main {
        padding: 25px 40px;
        width: 400px;
        max-width: 100%;
        border-radius: 20px;
        box-shadow: 2px 2px 10px;
        border: none;
    }
    .modal_title {
        color: #7b5759;
        font-weight: 600;
        font-size: 24px;
        text-align: center;
    }
    .modal_label {
        color: #495057;
        font-weight: 500;
        font-size: 18px;
        margin: 5px 0;
    }
    .modal_input {
        background-color: #ebebeb;
        border: none;

        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 18px;
        line-height: 1.5;
        color: #495057;
        background-image: none;
        background-clip: padding-box;
        border-radius: .25rem;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        box-shadow: none;
        border-radius: 2px;
    }
    .modal_btn {
        font-weight: 600;
        font-size: 20px;
        margin: 0.3125em 1em;
        box-shadow: 1px 2px 5px 1px #aaaaaa;
        max-width: 36%;
        padding: 5px 15px;
        border-radius: 10px;
        cursor: pointer;
        border: none;
    }
    .modal_btn_confirm {
        background-color: #7b5759;
        color: #fff;
        float: right;
    }
    .modal_btn_cancel {
        background-color: #ebebeb;
        color: #7b5759;
        float: left;
    }


    /* 紀念碑詳細-右半部 */
    .detail_r_main {
        height: 520px;
        width: 100%;
        display: inline-block;
    }
    /* 紀念碑詳細-右半部-上區塊 */
    .detail_r_main .detail_r_main_top {
        height: 88%;
        width: 100%;
        display: inline-flex;
    }
    /* 紀念碑詳細-右半部-下區塊 */
    .detail_r_main .detail_r_main_bottom {
        height: 12%;
        width: 100%;
        display: inline-flex;
    }
    /* 紀念碑詳細-中間&右半部 主標題 */
    .detail_c_page .dtail_title,
    .detail_r_page .dtail_title {
        /*color: #29466b;*/
        /*font-size: 30px;*/
        /*font-weight: 600;*/
        /*font-family: PMingLiU;*/
        /*margin-bottom: 20px;*/
        width: 100%;
    }
    /* 紀念碑詳細-右半部 一般文字 */
    .detail_r_main .yearn_list {
        font-size: 28px;
        font-weight: 600;
        margin: 10px 0;
    }


    /* 感懷篇章-標題 */
    .detail_r_page .yearn_title {
        width: 100%;
        text-align: left;
        /*font-size: 28px;*/
        font-weight: 600;
        margin-bottom: 10px;
        width: 100%;
    }
    /* 感懷篇章-註記 */
    .detail_r_page .yearn_memo {
        width: 100%;
        text-align: right;
        /*font-size: 22px;*/
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    /* 感懷篇章-內容 */
    .detail_r_page .yearn_content {
        width: 100%;
        text-align: left;
        /*font-size: 20px;*/
        max-height: 450px;
        overflow: auto;
    }
    .detail_r_page .yearn_content::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }
    .detail_r_page .yearn_content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }
    /* 感懷篇章-內容-圖片 */
    .detail_r_page .yearn_content img {
        max-width: 100% !important;
    }


    /* 喪禮墓園-標題(喪禮資訊) */
    .detail_r_page .funeral_list {
        width: 100%;
        text-align: left;
        /*font-size: 28px;*/
        /*font-weight: 600;*/
        /*margin: 10px 0;*/
    }
    /* 喪禮墓園-按鈕(其他動作) */
    .active_group {
        width: 100%;
        /*height: 150px;*/
    }
    .active_div {
        background-color: #eee;
        width: 150px;
        height: 150px;
        margin: 10px;
        border-radius: 100px;
        box-shadow: 0px 3px 5px 2px #cccccc;
        display: inline-block;
    }
    .active_div .active_block {
        padding: 40px 18px;
        width: 100%;
        height: 100%;
        color: #29466b;
        font-size: 28px;
        line-height: 30px;
        font-weight: 600;
        cursor: pointer;
    }
    .active_div .active_block:hover {
        color: #7b5759;
    }


    /* 紀念碑詳細頁-回主選單按鈕 (電腦版) */
    .detail_home_btn {
        position: fixed;
        right: 100px;
        bottom: 30px;
        width: 90px;
        height: 90px;
        font-size: 1.2rem;
        color: #fff;
        background-color: #7b5759;
        padding: 20px;
        border-radius: 50%;
        line-height: 25px;
        border: none;
        box-shadow: none;
        z-index: 2;
        white-space: inherit;
        font-weight: bold;
        cursor: pointer;
    }
    .detail_home_btn:focus {
        outline: none;
    }
    @media (min-width: 300px) and (max-width: 520px) {
        /* 紀念碑詳細頁-回主選單按鈕 (手機版) */
        .detail_home_btn {
            width: 100%;
            height: 45px;
            left: 0;
            bottom: 0;
            font-size: 1.3rem !important;
            padding: 5px;
            border-radius: 0;
        }
    }


    .page-title
	{
	    font-size: 20px;
	    font-weight: 600;
	    margin-top: 40px;
	    margin-bottom: 30px;
	    color: #4E6680;
	}

	.font-1
    {
        font-family:Microsoft JhengHei ; 
        font-weight:bold;
        font-size: 35px;
        color: #967857;
    }
    .font-2
    {
        font-family: Microsoft JhengHei ; 
        font-weight:bold;
        font-size: 40px;
        color: #967857;
    }
    .font-3
    {
        font-family: Monotype Corsiva; 
        font-weight:bold;
        font-size: 16px;
        color: #C4A88A;
    }

    .font-5
    {
        font-family:Microsoft JhengHei ; 
        font-weight:bold;
        font-size: 35px;
        color: #29466B;
    }

    .font-6
    {
        font-family: Microsoft JhengHei ; 
        font-weight:bold;
        font-size: 40px;
        color: #29466B;
    }

    .font-7
    {
        font-family: Monotype Corsiva; 
        font-weight:bold;
        font-size: 16px;
        color: #4E6680;
    }

    .font-8
    {
        font-family: Monotype Corsiva; 
        font-weight:bold;
        font-size: 16px;
        color: #9D8B81;
    }

    .font-9
    {
        font-family: Monotype Corsiva; 
        font-weight:bold;
        font-size: 16px;
        color: #AAAAAA;
    }

    .font-life-time
    {
        font-family: Monotype Corsiva; 
        font-weight:bold;
        font-size: 16px;
        color: #5f5f5f;
    }

    .block-title-1
    {
    	font-size: 1.5rem;
		font-weight: 600;
		margin-bottom: 1rem;
		color: #29466B;
    }

    .block-title-2
    {
    	font-size: 1.2rem;
		font-weight: 600;
		margin-bottom: 5px;
		color: #707070;

    }

    .block-content
    {
    	font-size: 1rem;
		font-weight: 530;
		margin-bottom: 10px;
		color: #707070;
    }

    .text-4c
    {
    	color: #4c4c4c;
    }

    .fancybox-button-1 
    {
    	width: 60px;
	    height: 60px;
	    border-radius: 50%;
	    background-color: rgba(150,150,150,0.8);
	    color: #fff;
	    border:none;
	    cursor: pointer;
    }

    .fancybox-button-1:active, .fancybox-button-1:focus
    {
    	outline: 0 ;
    }

    .page-pre
    {
        position: absolute;
        padding: 10px;
        left: 2%;
        top: 40%;
    }

    .page-next
    {
        position: absolute;
        padding: 10px;
        right: -5%;
        top: 40%;
    }

    .owl-prev
    {
      position: absolute;
      padding: 10px;
      left: -8%;
      top: 30%;
    }

    .owl-next
    {
      position: absolute;
      padding: 10px;
      right: -8%;
      top: 30%;
    }

    .header-message
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-1
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_1.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-2
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_2.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-3
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_3.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-4
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_4.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-5
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_5.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-6
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_6.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-7
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_7.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-8
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_8.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-9
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_9.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header-message-10
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_10.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }


    .header-message-4
    {
        margin: 0 auto;
        height: 390px;
        width: 530px;
        max-height: 100%;
        max-width: 100%;
        background-image: url(/assets/img/memorial/message_bg_4.jpg?v=1);
        background-size: 100% 100%;
        /*overflow:hidden;*/
        background-position: top;
        /*background-repeat: no-repeat;*/
        /*margin-top: 2rem;*/
        padding: 0.5rem;
    }

    .header
    {
    	margin: auto;
        height: 590px;
        width: 590px;
        max-height: 100%;
        max-width: 100%;
    }

    

    /*@media (min-width: 768px)
    {*/
	    /*直式*/
	    .memorial-portrait
	    {
	    	background-size: 80% 100%;
	        
	        background-position: center;
	        background-repeat: no-repeat;
	    }

	    /*橫式*/
	    .memorial-landscape
	    {
	    	background-size: 100% 80%;
	        
	        background-position: center;
	        background-repeat: no-repeat;
	    }

	    /*正方形*/
	    .memorial-square
	    {
	    	background-size: 100% 100%;
	        
	        background-position: center;
	        background-repeat: no-repeat;
	    }
	/*}*/

	
    .memorial-header-1
    {
        background-image: url(/assets/img/memorial/memorial_bg_1.jpg?v=1);
    }

    .memorial-create-1
    {
        margin-top: 1.6rem;
    }

    .square-img
    {
        max-width: 80%;
        max-height: 200px;
        overflow: hidden;
    }

    .memorial-header-2
    {
        background-image: url(/assets/img/memorial/memorial_bg_2.jpg?v=1);
    }

    .circle-img
    {
    	padding: 5px;
        max-width: 200px;
        max-height: 200px;
        overflow: hidden;
        border-radius:50%;
        box-shadow: 0 0 0 5px #AAAAAA;
    }

    .memorial-create-2
    {
        margin-top: 2.7rem;
    }

    @media (min-width: 768px)
    {	
    	.memorial-create-1
	    {
	        margin-top: 2.5rem;
	    }

    	.memorial-create-2
	    {
	        margin-top: 3.5rem;
	    }
	}
    .memorial-header-3
    {
        background-image: url(/assets/img/memorial/memorial_bg_3.jpg?v=1);
    }

    .memorial-header-4
    {
        background-image: url(/assets/img/memorial/memorial_bg_4.jpg?v=1);
    }

    .memorial-header-5
    {
        background-image: url(/assets/img/memorial/memorial_bg_5.jpg?v=1);
    }

    .memorial-header-6
    {
        background-image: url(/assets/img/memorial/memorial_bg_6.jpg?v=1);
    }

    .memorial-header-7
    {
        background-image: url(/assets/img/memorial/memorial_bg_7.jpg?v=1);
    }

    .memorial-header-8
    {
        background-image: url(/assets/img/memorial/memorial_bg_8.jpg?v=1);
    }

    .memorial-header-9
    {
        background-image: url(/assets/img/memorial/memorial_bg_9.jpg?v=1);
    }

    .memorial-header-10
    {
        background-image: url(/assets/img/memorial/memorial_bg_10.jpg?v=1);
    }


	/* 全站內文 */
	.all_content_text,
	.all_content_text p,
	.all_content_text span {
		font-size: 1rem !important;
		line-height: 1.5 !important;
	}
	.all_content_color,
	.all_content_color p,
	.all_content_color span {
		color: #4c4c4c !important;
	}
    @media (max-width: 576px)
    {	
    	/* Banner樣式 在手機版時  */
    	.banner_text {
		    font-size: 28.8px !important;/* =1.8em */
    		margin-inline-start: 20px !important;
		    margin-inline-end: 20px !important;
    	}
	}

    /* 中台-次標題 在手機版時 「 隱藏 」  */
    @media (max-width: 576px)
    {	
    	.mobile_hide {
    		display: none;
    	}
	}