/* body */
body {
	background: url(/common/images/share/background.png) no-repeat top;
	background-size: 100%;
	background-attachment: scroll;
	background-position: top;
}
/* nav */
header {
	position: relative;
}
#nav {
	height: 118px;
	background: #fff;
	line-height: 1;
}
@media (min-width: 768px) {
	#nav {
    width: 100%;
	margin-top: 20px;
	}
	#fixed-nav.fixed {
		display: block;
	}
}

@media (min-width: 992px) {
	#nav {
	width: 984px;
	margin: 40px auto 0;
	}
}
#nav .logo {
	float: left;
}
#nav .logo a:hover img {
	opacity: 0.9;
}
#nav .title {
	font-size: 12px;
}
#fixed-nav {
	display: none;
	width: 100%;
	background: #f4f4f4;
    transition: all 0.2s ease-out 0s;
	text-align: center;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	line-height: 1;
	font-size: 0;
}
#fixed-nav .logo {
	position: absolute;
	left: 0;
	top: 0;

}
#fixed-nav.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
}
#fixed-nav .fixed-gmenu {
	display: inline-block;
	opacity: 1;
}
#fixed-nav .fixed-gmenu::after {
	clear: both;
	content: "";
	display: block;
}
#fixed-nav .fixed-gmenu li {
	float: left;
	background: url(/common/images/share/line-nav.png) no-repeat left 50%;
}
#fixed-nav .fixed-gmenu li:first-child {
	background-image: none;
}
#fixed-nav .fixed-gmenu li a {
	display: block;
	padding: 17px 1.9em;
	transition: all 0.8s ease 0s;
	font-weight: bold;
	font-size: 14px;
}
#nav .inner {
	background: #ece6e6;
	overflow: hidden;
}
#nav .inner .title {
	width: 60%;
	float: left;
	padding: 22px 0;
}
#nav .inner .title span {
	padding-left: 20px;
}

#nav .inner li,
#nav .gmenu li {
	width: 20%;
	background: url(/common/images/share/line-nav.png) no-repeat left 1.4em;
	float: left;
	font-weight: bold;
}
#nav .gmenu li {
	width: 25%;
}
#nav .gmenu li:first-child {
	background-image: none;
}
nav .gmenu {
	overflow: hidden;
}
nav .fixed-gmenu li a,
nav .inner li a,
nav .gmenu li a {
	position: relative;
	display: block;
	padding: 22px 0;
	text-align: center;
	text-decoration: none;
	color: #252525;
    transition: all 0.2s ease 0s;
}
#nav .gmenu li a {
	padding: 23px 0;
}
#nav .inner li a:hover {
	color: #582d2d;
}
nav .fixed-gmenu li a:hover,
nav .fixed-gmenu li a.active,
nav .gmenu li a:hover,
nav .gmenu li a.active {
/*	border-bottom: 2px solid #033e6b;
*/
	color: #033e6b;
}
nav .fixed-gmenu li a:after,
nav .gmenu li a:after {
    background: #033e6b;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: all 0.2s ease-out 0s;
    width: 0;
}
nav .fixed-gmenu li a:hover::after,
nav .fixed-gmenu li a.active::after,
nav .gmenu li a:hover::after,
nav .gmenu li a.active::after {
    left: 25%;
    width: 50%;
}
#nav .inner .tel::before {
    content: "\f095";
    font-family: "FontAwesome";
	font-weight: normal;
	padding-right: 6px;
}
#nav .inner .inq::before {
    content: "\f0e0";
    font-family: "FontAwesome";
	font-weight: normal;
	padding-right: 6px;
}
#nav .gmenu .logo {
	display: none;
}

#catch {
	width: 626px;
	margin: 65px auto 0;
}

@media (min-width: 768px) {
	#header-xs,
	#spNav {
		display: none;
	}
}
@media (max-width: 767px) {
	header nav {
    	display: none;
	}
	#header-xs {
		overflow: hidden;
	}
	#header-xs .logo {
		width: 60px;
		float: left;
		margin-right: 12px;
	}
	#header-xs .tel::before {
		content: "\f098";
		font-family: "FontAwesome";
		font-weight: normal;
		padding-right: 6px;
	}
	#header-xs .tel {
		overflow: hidden;
		margin-top: 12px;
		font-weight: bold;
		font-size: 18px;
		color: #f4f4f4;
	}
	#header-xs .tel a {
		color: #f4f4f4;
	}
	#header-xs .tel span {
		display: block;
		font-weight: normal;
		font-size: 11px;
		color: #252525;
	}
	#spNav {
		display: block;
	}
	#spNav .spButton {
		position: absolute;
		right: 10px;
		top: 11px;
	}
	#spNav .spButton:hover {
		cursor: pointer;
	}
	#spNav .spButton i {
		font-size: 38px;
	}
	#spNav ul {
		box-shadow: 0 5px 10px #ccc;
		display: none;
		position: absolute;
		top: 60px;
		width: 100%;
		z-index: 1000;
	}
	#spNav li {
		border-top: 1px solid #ddd;
	}
	#spNav a {
		background: #f2f1ec;
		color: #696969;
		display: block;
		font-weight: bold;
		font-size: 15px;
		padding: 15px 20px;
		text-decoration: none;
	}
	#spNav a:hover {
		background: #035492;
		color: #fff;
	}
}

/* footer */
footer {
	margin-top: 40px;
	padding-top:  30px;
	background: url(/common/images/share/bg_footer.png) repeat;
	box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.20);
	-webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.20);
}
footer .container {
}
footer .container dl {
}
footer .container dt {
	margin-bottom: 8px;
	font-size: 14px;
	color: #f4f4f4;
}
footer .container dt::before {
    content: "\f054";
    font-family: "FontAwesome";
	color: #f4f4f4;
	padding-right: 6px;
}
footer .container .icon-push::before {
	content: "\f0a3";
}
footer .container dd {
	margin-bottom: 2px;
	font-size: 12px;
}
footer .container dd::before {
    content: "\f105";
    font-family: "FontAwesome";
	color: #f4f4f4;
	padding-right: 6px;
}
footer .container dt a,
footer .container dd a {
	color: #f4f4f4;
}
footer .copyright {
	margin-top: 20px;
	padding: 8px 0;
	border-top: 1px solid #484848;
	text-align: center;
	font-size: 12px;
	color: #f4f4f4;
}
footer .container .company {
	color: #f4f4f4;
}
footer .container .company .title {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 16px;
}
footer .container .company .list {
	padding-top: 8px;
	border-top: 1px dotted #484848;
}
footer .container .company .list li {
	margin-bottom: 2px;
	font-size: 14px;
}
footer .container .company .list li a {
	color: #f4f4f4;
}
footer .container .company address {
	font-style: normal;
}
@media (max-width: 767px) {
	.land footer,
	.property footer {
		margin-bottom: 67px;
	}
	footer .container dl {
	margin: 0 15px 20px;
	}
	footer .container .company {
	text-align: center;
	}
	#map-canvas {
		width: 100%;
		height: 400px;
	}
}
#page-top{
	bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 1000;
}
#page-top a {
    background: #1e8aca none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    padding: 8px 10px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
#page-top a:hover {
	background: #006d9d;
}

/* side */
#side .inner {
	padding-top: 12px;
	background: #fff;
}
#side .sideheader {
	margin: 0 10px;
	padding-left: 5px;
	border-left: 3px solid #033e6b;
}
#side .sideheader .title {
	font-size: 18px;
}
#side .sideheader p {
	font-size: 12px;
}
#side .title_lv1 {
	margin-top: 15px;
	padding: 18px 6px 6px 25px;
	border-top: 1px dotted #a4a4a4;
	font-weight: bold;
	font-size: 14px;
}
#side .list {
	padding: 0 6px;
}
.land #side .list {
	margin-top: 15px;
	padding-top: 18px;
	border-top: 1px dotted #a4a4a4;
}
.blog #side .list {
	margin-top: 15px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px dotted #a4a4a4;
}
#side .title_lv2 {
	font-size: 14px;
}
#side .title_lv2 a::before {
    content: "\f10c";
    font-family: "FontAwesome";
	padding-left: 2px;
	padding-right: 4px;
}
#side .title_lv2 a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: #252525;
    transition: all 0.2s ease 0s;
}
#side .title_lv2 a:hover {
	background: #033e6b;
	color: #f4f4f4;
}
#side .list ul {
}
#side .list li a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: #252525;
    transition: all 0.2s ease 0s;
}
#side .list li a::before {
    content: "\f105";
    font-family: "FontAwesome";
	padding-left: 6px;
	padding-right: 8px;
}
#side .list li.active a,
#side .list li a:hover {
	background: #033e6b;
	color: #f4f4f4;
}

/* share */
#main, #side {
	margin-top: 30px;
}
@media (min-width: 768px) {
	#layout .row {
		margin: 0 -15px;
	}
	#layout {
		margin-top: 30px;
	}
	#layout.one {
		margin-top: 60px;
	}
}
#layout .white,
#layout.one {
	background: #fff;
}
#layout .inner {
	margin: 0 15px;
}
#catch {

}
@media (max-width: 767px) {
	#main > .inner,
	#side > .inner {
		margin: 0;
	}
	#side > .inner .button-tel {
		margin: 0 15px;
	}
	#side > .inner .button-tel .btn {
		margin-top: 15px;
	}
	#layout .form-group .inner {
		margin: 0 30px;
	}
	#layout {
		padding-top: 0;
	}
	#main {
	margin-top: 0;
	}
	section .lead br {
		display: none;
	}
}
#layout .form-group {
	overflow: hidden;
}
#layout .form-group .inline {
	margin-top: 10px;
}
section {
	margin-top: 40px;
}
section.line {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dotted #a4a4a4;
}
.title {
	font-weight: bold;
	font-size: 20px;
}
.title-home {
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 3px solid #033e6b;
	text-align: center;
	font-size: 24px;
}
.title-home span {
	display: inline-block;
	padding: 0 12px 10px;
	border-bottom: 3px solid #033e6b;
}
.title-pickup {
	padding-top: 12px;
	border-top: 1px solid #035492;
	text-align: center;
}
.title-pickup span {
	display: inline-block;
	padding-bottom: 6px;
	border-bottom: 3px solid #035492;
}
.title-pickup em {
	display: block;
	margin-top: 6px;
	font-style: normal;
	font-size: 14px;
}
.title.h1 {
	margin-bottom: 30px;
	padding: 10px 0 8px;
	border-bottom: 3px solid #033e6b;
	background: #035492;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.title.h1 small:before {
	content: "/";
	padding-left: 6px;
	padding-right: 6px;
}
.title.h1 small {
	font-size: 18px;
}
.title.h2 {
	padding: 10px 13px 8px;
	border-top: 3px solid #035492;
	border-bottom: 1px solid #d4d4d4;
	background: #ece6e6;
}
.title.h2 .price {
	display: block;
	text-align: right;
}
.title.h2 .price em {
	font-style: normal;
	font-size: 30px;
}
.title.h3:before {
    content: "\f10c";
    font-family: "FontAwesome";
	color: #1f4d80;
	padding-right: 6px;
	padding-left: 14px;
}
section .title.h3:before {
	padding-left: 0;
}
.title.h3 {
	color: #1f4d80;
}
#property-form .title-form {
	margin-bottom: 30px;
	padding: 10px 13px 8px;
	border-top: 3px solid #035492;
	border-bottom: 1px solid #d4d4d4;
	background: #ece6e6;
	text-align: center;
	font-size: 16px;
}
#property-form .title-form .pro {
	display: block;
	font-weight: normal;
}
#property-form .title.h3 {
	margin-bottom: 1em;
	font-size: 16px;
}
@media (min-width: 768px) {
	#property-form .title-form .pro:before {
		content: "/";
		padding-right: 12px;
	}
	#property-form .title-form .pro {
		display: inline-block;
		padding-left: 1em;
	}
}
#layout .intro {
	margin-top: 20px;
}
section .txt .title {

	margin-bottom: 12px;
}
section .txt {
	margin-top: 12px;
}
section .bx-wrapper {
	position: relative;
}
section .bx-prev,
section .bx-next {
	z-index: 100;
	position: absolute;
	top: 46%;
	font-size: 30px;
	color: #252525;
}
section .bx-prev:hover,
section .bx-next:hover {
	color: #696969;
}
section .bx-prev {
	left: 10px;
}
section .bx-next {
	right: 10px;
}

#layout section .details {
	margin-top: 30px;
}
section .details dl {
}
section .details dl dt {
	text-indent: 0.4em;
	font-weight: bold;
}
section .details dl dd {
}
section .details dl dt,
section .details dl dd {
	padding: 12px 0 10px;
	border-top: 1px dotted #d4d4d4;
}

@media (min-width: 992px) {
	section .details .stripe {
		background: #f4f4f4;
	}
}
@media (max-width: 991px) {
	section .details dd {
		text-indent: 0.4em;
	}
	section .details .note dd {
		padding-left: 0.4em!important;
		border-top: none;
		text-indent: 0;
	}
}
@media (max-width: 767px) {
	section .details dd br {
		display: none;
	}
}
#prof {
	padding: 0 10px;
}
#prof dt {
	text-indent: 1em;
}
.bxslider {
}
.bxslider span {
	display: block;
	margin-top: 4px;
	text-align: right;
}
.bx-pager {
	margin: 20px 15px 0;
}
@media(max-width: 767px) {
	#layout .intro {
	padding: 0 15px;
	}
	.bxslider span {
	text-align: center;
	}
	#layout .print-btn {
	padding-right: 15px;
	padding-left: 15px;
	}
}
#layout .archives {
	margin-top: 40px;
}
.home #layout .archives {
	margin-top: -20px;
}
#layout .archives .sorry {
	padding: 40px 20px;
}
/*
#layout .archives .title a:before {
    content: "\f08e";
    font-family: "FontAwesome";
	color: #252525;
	padding-right: 6px;
	font-size: 18px;
}
*/
#layout .archives .title a {

	color: #252525;
}
#layout .archives .title a:hover:before,
#layout .archives .title a:hover {
	text-decoration: none;
	color: #035492;
}
#layout .archives .item {
	margin-top: 20px;
}
#layout .archives .inner {
	display: block;
}
#layout .archives a {
	cursor: pointer;
}
#layout .post-thumb .img,
#layout .archives .img {
	position: relative;
}
#layout .post-thumb .img .badge-new,
#layout .archives .img .badge-new {
	position: absolute;
	display: inline-block;
	left: 6px;
	top: 6px;
}
#layout .post-thumb .img .badge-newly,
#layout .archives .img .badge-newly {
	position: absolute;
	display: inline-block;
	left: 6px;
	bottom: 6px;
}
#layout .post-thumb .img .badge-reform,
#layout .post-thumb .img .badge-baraza,
#layout .post-thumb .img .badge-sold {
	position: absolute;
	display: block;
	top: 40%;
	width: 100%;
	padding: 22px 0;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	opacity: 0.7;
}
@media(max-width: 767px) {
		#layout .post-thumb .img .badge-reform,
		#layout .post-thumb .img .badge-baraza,
		#layout .post-thumb .img .badge-sold {
			padding: 16px 0;
			font-size: 18px;
		}
}
#layout .archives .img .badge-reform,
#layout .archives .img .badge-baraza,
#layout .archives .img .badge-sold {
	position: absolute;
	display: block;
	top: 40%;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	opacity: 0.7;
}
#layout .post-thumb .img .badge-reform,
#layout .archives .img .badge-reform{
	background: #00049e;
}
#layout .post-thumb .img .badge-baraza,
#layout .archives .img .badge-baraza{
	background: #4aa501;
}
#layout .post-thumb .img .badge-sold,
#layout .archives .img .badge-sold {
	background: #e60012;
}
#layout .archives .img:hover {
	opacity: 0.75;
}
#layout .archives .name {
	margin-top: 6px;
	font-weight: bold;
	font-size: 15px;
	color: #252525;
}
.home #layout .archives .name {
	text-indent: 6px;
}
#layout .archives .price {
	text-align: right;
	font-size: 12px;
	color: #252525;
}
#layout .archives .price em {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}
#blog-list .list {
	margin-top: 10px;
}
#blog-list .list li {
	overflow: hidden;
	padding: 18px 0 18px 10px;
	border-top: 1px dotted #a4a4a4;
}
#blog-list .list .date:before {
    content: "\f133";
    font-family: "FontAwesome";
	color: #252525;
	padding-right: 6px;
}
#blog-list .list .date {
	display: inline-block;
	width: 9em;
	float: left;
}
#blog-list .list li a {
	display: block;
	overflow: hidden;

}
#blog-list .btn-small {
	padding-top: 10px;
	padding-right: 10px;
	border-top: 1px dotted #a4a4a4;
	text-align: right;
}
@media (max-width: 675px) {
	#banner-home p {
		margin-top: 20px;
	}
}
#contact-home .inner {
	background: #f0f0ee;
}
#contact-home .inner .contact-inner {
	margin-top: 10px;
	position: relative;
	border-top: 1px dotted #a4a4a4;
}
#contact-home .inner .contact-inner .txt {
	position: absolute;
	left: 15px;
	top: 0;
}
#contact-home .inner .contact-inner .txt .ltxt {
	margin-top:  15px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
	font-size: 18px;
}
#contact-home .inner .contact-inner .txt .tel {
	margin-top: 5px;
	font-weight: bold;
	font-size: 18px;

}
#contact-home .inner .contact-inner .txt .tel a {
	text-decoration: none;
	color:  #252525;
}
#contact-home .inner .contact-inner .txt .tel a:hover:before,
#contact-home .inner .contact-inner .txt .tel a:hover {
	color: #006d99;
}
#fudosan {
}
#fudosan .txt {
	margin-top: 20px;
}
#fudosan .title {
	font-weight: bold;
	font-size: 16px;
}
#fudosan .text {
	margin-top:  10px;
}
#idea {
	margin: 40px auto;
	width: 675px;
}
@media (max-width: 675px) {
	#idea {
		margin: 20px 0;
		width: 100%
	}
}
section .lead {
	margin-top:  20px;
}
section .lead p {
	margin-top: 12px;
}
section .image {
	margin-top: 20px;
}
.auction section .text {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.auction .aucLead {
		margin-top: 0;
	}
	.auction .aucLead .lead {
		padding-right: 30px;
	}
}
section .link:before {
    content: "\f08e";
    font-family: "FontAwesome";
	color: #337ab7;
	padding-left: 7px;
	padding-right: 3px;

}
section .button {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #a4a4a4;
	text-align: center;
}
.dlList {
	margin-top: 30px;
}
.dlList dt,
.sell section .inner .title {
	margin-top: 20px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 16px;
}
.dlList dd {
}
.dlList dd .note {
	display: block;
	margin-top: 10px;

}
.ulList {
	margin-top:  20px;
	padding: 20px;
	border-radius: 6px;
	background: #f4f4f4;
}
.ulList li:before {
    content: "・";
	color: #252525;
	padding-right: 6px;
}
.ulList li {
	margin-top: 3px;
}
.ulList .sub:before {
    content: "\f10c";
    font-family: "FontAwesome";
	color: #252525;
	padding-right: 5px;
}
.ulList .sub {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
}
.admin-wrap {
	padding: 25px;
}
.admin-wrap .list {
	margin-top: 15px;
}
.admin-wrap .list li:before {
    content: "\f19a";
    font-family: "FontAwesome";
	color: #252525;
	padding-right: 6px;
}
.admin-wrap .list li {
	margin-top: 6px;
	font-size: 16px;
}
#google.admin-wrap {
	margin-top: 25px;
	border-top: 1px dotted #a4a4a4;
}
#google.admin-wrap .list li:before {
    content: "\f201";
}
#main .date {
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: right
}
#main .post-body {
	padding: 0 15px;
}
#main .post-body blockquote {
	margin: 20px 0;
	padding: 10px 0 10px 20px;
	border-left: 5px solid #a4a4a4;
	background: #f4f4f4;
}
#main .post-body code {
	display: block;
	margin: 20px 0;
	padding: 20px;
	border-radius: 6px;
	background: #f4f4f4;
}
#main .post-body ul,
#main .post-body ol {
	margin: 20px;
}
#main .post-body ul,
#main .post-body ol {
	margin: 20px 0;
}
#main .post-body ul li:before {
    content: "・";
	color: #252525;
	padding-right: 6px;
}
#main .post-body ol {
	margin-left: 1.4em;
}
#main .post-body ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
#main .sorry {
	padding: 30px 20px;
}
#main .pagination {
	text-align: center;
}
#main .pagination ul {
	display: inline-block;
}
#main .pagination ul li {
	display: inline-block;
	margin: 0 2px;
	text-align: center;
}
#main .pagination ul li a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 6px;
	padding-top: 10px;
	border-radius: 40px;
	background: #1e8aca;
	color: #f4f4f4;
	text-decoration: none;
}
#main .pagination ul li a:hover {
	background: #006d9d;
}
#main .pagination ul li.active a,
#main .pagination ul li.active a:hover{
	background: #a9a9a9;
}
@media (min-width: 768px) {
	.blog #main .white {
		min-height: 300px;
	}
}
#main .archives {
}
#main .archives .txt {
	margin-top: 10px;
}
#main .archives .rendate:before {
    content: "\f133";
    font-family: "FontAwesome";
	color: #252525;
	padding-right: 6px;
}
#main .archives .label:before {
    content: "\f02b";
    font-family: "FontAwesome";
	color: #006d9d;
	padding-right: 4px;
}
#main .archives .label {
	margin-left: 1.4em;
	color: #252525;
}
#main .archives .post-title {
	margin-top: 6px;
	font-weight: bold;
	font-size: 18px;
}
#main .archives .text {
	margin-top: 6px;
}



.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-niche {
  color: #ffffff;
  background-color: #3c5d85;
  border-color: transparent;
}
.btn-niche:focus,
.btn-niche.focus {
  color: #ffffff;
  background-color: #006d99;
  border-color: rgba(0, 0, 0, 0);
}
.btn-niche:hover {
  color: #ffffff;
  background-color: #006d99;
  border-color: rgba(0, 0, 0, 0);
}
.btn-niche:active,
.btn-niche.active {
  color: #ffffff;
  background-color: #006d99;
  border-color: rgba(0, 0, 0, 0);
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 12px 6px 10px;
}

#windowsize {
	margin: 30px 0;
	text-align: center;
}
#map-canvas-details {
	width: 100%;
	height: 400px;
}
#button-set-xs {
	display: none;
	z-index: 1000;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: #f4f4f4;
	border-top: 1px solid #f47c3c;
}
.property .bx-pager li {
	overflow: hidden;
	max-height: 70px;
}
@media (max-width: 991px) {
	.property .bx-pager li {
		max-height: 50px;
	}
}
@media (max-width: 767px) {
	#property-form {
		border-top: none;
		padding-top: 0;
	}
	.contact #layout .form-horizontal>.inner {
		margin-right: 0;
		margin-left: 0;
	}
}
#asterisk {
	margin-bottom: 20px;
}
#asterisk em {
	padding-right: 3px;
	color: #c00;
}
form .btn-send {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #d4d4d4;
	text-align: center;
}
form .form-group label em {
	padding-left: 3px;
	color: #c00;
}
form .wpcf7-response-output {
	padding: 12px 0!important;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
}

.bgGray {
	background: #a4a4a4;
}
.bgRed {
	background: #F85E61;
}
.bgBlue {
	background: #A3D6FB;
}
.bgGreen {
	background: #A5E7A9;
}

