@charset("utf-8");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");


/* Field value null */
.isNull{
	border:solid 2px #f00;
	background-color:#FFECEC;
}
.modal{ z-index:99999; }
.javo_detail_file{ width:10px !important; }


/*---------------------------
listing Pagination CSS
-----------------------------*/
div.javo_pagination{ clear:both; text-align:center; padding:10px 0 0 0; }
div.javo_pagination:after{ content:' '; display:block; clear:both;}
div.javo_pagination > a{
	display:inline-block;
	font:10pt 'Nanum Gothic', sans-serif;
	padding:10px;
	background:#fcfcfc;
	background:-webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:-moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:-o-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:-ms-linear-gradient(top, #fafafa 0%, #eee 100%);
	border:solid 1px #ccc;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
div.javo_pagination > a:hover{
	background:#fff !important;
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
div.javo_pagination > span.current{
	display:inline-block;
	font:10pt 'Nanum Gothic', sans-serif;
	padding:10px;
	background:#fff;
	border:solid 1px #ccc;
	border-radius: 2px;
}

div.javo_detail_slide, div.javo_detail_slide_cnt{ position:relative; }
div.flex-viewport {max-height: 277px;}
div.javo_detail_slide_cnt .slides li{
	background:#454545;
	cursor:pointer;
}
div.javo_detail_slide_cnt .slides li:hover > img{
	opacity:0.5;
}
div.javo_detail_slide .flex-prev,
div.javo_detail_slide .flex-next,
div.javo_detail_slide_cnt .flex-prev,
div.javo_detail_slide_cnt .flex-next
{
	position:absolute;
	top:50%;
	text-indent:-999999px;
	display:block;
	margin:-15px 0 0 0;
	width:30px;
	height:30px;

	background:url('../images/javo_btn_slide_arrow.png') no-repeat;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
div.javo_detail_slide .flex-prev,
div.javo_detail_slide_cnt .flex-prev{
	left:0px;
	background-position:0px 0px;

}
div.javo_detail_slide .flex-next,
div.javo_detail_slide_cnt .flex-next{
	right:0px;
	background-position:-30px 0px;

}
div.javo_detail_slide .flex-prev:hover,
div.javo_detail_slide_cnt .flex-prev:hover{
	background-position:0px -30px;

}
div.javo_detail_slide .flex-next:hover,
div.javo_detail_slide_cnt .flex-next:hover{
	background-position:-30px -30px;
}
.search-down-layer { margin-top:10px; }
.javo_hover_content a{
	display:inline-block;
	position:absolute;
}
.javo_hover_content a > img{ border-radius:100px !important; }


/* Ajax-list Button images size */
#standard-listing .javo_hover_content > a > img{ width:64px; height:64px; }
#grid-listing .javo_hover_content > a > img{ width:64px; height:64px; }
#album-listing .javo_hover_content > a > img{ width:100px; height:100px; }
#mini-album-listing .javo_hover_content > a > img{ width:85px; height:85px; }
#excerpt-listing .javo_hover_content > a > img{ width:32px; height:32px;}
#box-listing .javo_hover_content > a > img{ width:64px; height:64px; }
#blog-fancy .javo_hover_content > a > img{ width:85px; height:85px; }

/* Ajax-list Buttons positions */
.javo_hover_content > a{ z-index:5 }
.javo_hover_content > a:first-child{ z-index:4 }
.javo_hover_content > a:last-child{ z-index:3 }
#standard-listing .javo_hover_content > a{ top:37%; left:46%; }
#standard-listing .javo_hover_content > a:first-child{ top:26%; left:31%; }
#standard-listing .javo_hover_content > a:last-child{ top:16%; left:21%; }
#grid-listing .javo_hover_content > a{ top:28%; left:70%; }
#grid-listing .javo_hover_content > a:first-child{ top:28%; left:2%; }
#grid-listing .javo_hover_content > a:last-child{ top:28%; left:37%; }
#album-listing .javo_hover_content > a{ top:38%; left:49%; }
#album-listing .javo_hover_content > a:first-child{ top:28%; left:41%; }
#album-listing .javo_hover_content > a:last-child{ top:20%; left:35%; }
#mini-album-listing .javo_hover_content > a{ top:44%; left:49%; }
#mini-album-listing .javo_hover_content > a:first-child{ top:32%; left:36%; }
#mini-album-listing .javo_hover_content > a:last-child{ top:21%; left:23%; }
#excerpt-listing .javo_hover_content > a{ top:37%; left:46%; }
#excerpt-listing .javo_hover_content > a:first-child{ top:26%; left:31%; }
#excerpt-listing .javo_hover_content > a:last-child{ top:16%; left:21%; }
#box-listing .javo_hover_content > a{ top:37%; left:46%; }
#box-listing .javo_hover_content > a:first-child{ top:26%; left:31%; }
#box-listing .javo_hover_content > a:last-child{ top:16%; left:21%; }
#blog-fancy .javo_hover_content a{ top:46%; left:51%; }
#blog-fancy .javo_hover_content a:first-child{ top:33%; left:39%; }
#blog-fancy .javo_hover_content a:last-child{ top:17%; left:27%; }

p.features{ color:#aaa; }
p.features.active{ color:#000; }
p.features > i.icon{
	display:inline-block;
	vertical-align:middle;
}
p.features > i.icon{
	width:11px;
	height:10px;
	background:url("../images/icons/cross.png") no-repeat;
}
p.features.active > i.icon{
	background:url("../images/icons/checked.png") no-repeat;
}

div.agent-pic a{ display:block; }

#agents-box-list .img-in-text{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	padding: 2px 9px;
	background-color: #06AFDA;
}
.property-meta > span > span{ display:inline-block; }
.property-meta > span > span > i,
div.section-sns > span > i{
	display:block;
	width:20px;
	height:18px;
	line-height:20px;
	cursor:pointer;
}

div.section-sns{ display:inline-block; }
div.section-sns > span{ display:inline-block; }

.property-meta .sns-facebook,
div.section-sns .sns-facebook{
	background: url('../images/sns/small-facebook.png') no-repeat;
}
.property-meta .sns-twitter,
div.section-sns .sns-twitter{
	background: url('../images/sns/small-twitter.png') no-repeat;
}
.property-meta .sns-google,
div.section-sns .sns-google{
	background: url('../images/sns/small-google.png') no-repeat;
}




.newrow{ display:block; border-bottom:0px #555 solid; padding-bottom:10px; margin-bottom:10px;}
.newrow:after{ content:" "; display:block; clear:both; }
.newrow .title{
	font:11px/1.5em 'Roboto', 'tahoma', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #b7b7b7;
	letter-spacing: 1px;
	display: block;
	margin: 0 0 6px;
}
.newrow .fullcolumn{ width:95%; padding:0 5px; }
.newrow form{ padding:0; margin:0;}
.newrow input, .newrow select{
	border:solid 1px #0192C8;
	background-color:#454545;
	background-image:linear-gradient(top, #454545 0%, #999 100%);
	font-size:0.93em;
	height:23px;
	color:#fff;
	padding:0;
	margin:0;
}

.newrow button {
	border:solid 1px #555;
	background-color:#454545;
	background-image:linear-gradient(top, #454545 0%, #999 100%);
	font-size:11px;
	padding:3px 5px;
	margin: 3px;
}
.javo_cluster{
	width:35px;
	height:35px;
	background:#fff;
	border-radius:100px;
	line-height:35px;
	text-align:center;
	border:solid 3px rgb(106, 84, 156);
}
button.active{ background-color:#0192C8; color:#fff; border:1px #00aeef solid; padding: 3px 5px;}
.javo_somw_onoff{ cursor:pointer; background:#019DD7; padding:10px 20px; color:#fff !important; }
.javo_somw_opener_type1{
	position:absolute;
	background:#019DD7;
	font:1.0em/48px 'tahoma', sans-serif;
	text-align:center;
	z-index:100;
	width:48px;
	height:48px;
	cursor:pointer;
	color:#fff;

}
/* javo_SOMW Controller */
.javo_somw_panel{
	position:absolute;
	padding:13px;
	z-index:300;
	top:0px;
	left:0px;
	width:350px;
	height:100%;
	background-color:#343433;
	overflow-y:scroll;
	scrollbar-arrow-color:#8C8C8C;
	scrollbar-highlight-color:#262626;
	scrollbar-face-color:#505050;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-track-color:#3D3D3D;
	scrollbar-darkshadow-color:#3F3F3F;
	scrollbar-shadow-color:#5F5F5F;
}
.javo_somw_panel.right{
	left:auto;
	right:0px;
}
.javo_somw_panel::-webkit-scrollbar { width: 8px; height: 8px; border: 3px solid #454545; }
.javo_somw_panel::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{ display: block; height: 10px; background: #454545;}
.javo_somw_panel::-webkit-scrollbar-track{ background: #454545; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.6)}
.javo_somw_panel::-webkit-scrollbar-thumb{ height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}
.javo_somw_panel:after{ content:" "; display:block; clear:both; }
.javo_somw_list{ display:block; }
.javo_somw_list a{
	display:block;
	color:#ccc;
	padding:0px 10px;
	text-decoration:none;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
}
.javo_somw_list a:hover{ color:#fff; }
/* Disabled Document */
.javo_somw_bg{
	display:none;
	position:fixed;
	background:url('../images/opacity_3_5px.png');
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000000;
}

/* Loading Animation */
.javo_somw_loading{
	display:none;
	position:fixed;
	background:url('../images/map_loading.gif') no-repeat;
	top:50%;
	left:50%;
	width:300px;
	height:400px;
	margin:-200px 0 0 -150px;
	z-index:1000001;
}


.gm-style-iw{ width:auto !important; }



/** Responsive for panel **/
.javo_somw_panel_horizon {display:none;}
@media (max-width:480px){
	/* Mobile */
	.javo_somw_panel {display:none;}
	.javo_somw_panel_horizon {display:block;}
	.javo_somw_panel_horizon {padding-top:20px;background:#454545;}
	.javo_somw_panel_horizon .newrow {padding-bottom:0px; margin-bottom:3px;}
	.javo_somw_panel_horizon .newrow .title {float:left; padding:10px 4px 4px 3px;}
	.javo_somw_panel_horizon .newrow .con-on-map {float:left;}
	.map_area {height:300px !important;}
}
@media (max-width:768px){
	/* tablet */
	.javo_somw_panel {display:none;}
	.javo_somw_panel_horizon {display:block;}
	.javo_somw_panel_horizon {padding-top:20px;background:#454545;}
	.javo_somw_panel_horizon .newrow {padding-bottom:0px; margin-bottom:3px;}
	.javo_somw_panel_horizon .newrow .title {float:left; padding:10px 4px 4px 3px;}
	.javo_somw_panel_horizon .newrow .con-on-map {float:left;}
	.map_area {height:300px !important;}
}


/* Google Map InfoWindow */
.javo_somw_info{ max-width:500px; min-height:160px; overflow-x:hidden; overflow:hidden; }
.javo_somw_info:after{ content:" "; display:block; clear:both; }
.javo_somw_info .title{ padding:0; margin:0; }
.javo_somw_info .hr-line{ padding:0; margin:3px 0; border:none; border-bottom:solid 1px #aaa; }
.javo_somw_info_body{ display:block; position:relative; }
.javo_somw_info_body:after{ content:" "; display:block; clear:both; }
.javo_somw_info_body.pic{ position:absolute; width:80px; display:inline-block; top:0; left:0; }
.javo_somw_info_body.text{ padding:0 0 0 85px; }
.javo_somw_dl.inline{ padding:0; margin:0; }
.javo_somw_dl.inline:after{ content:" "; display:block; clear:both; }
.javo_somw_dl.inline dt{ float:left; font:bold 10pt/1.2em 'Nanum Gothic', sans-serif; }
.javo_somw_dl.inline dd{ float:left; width:auto; font:10pt/1.2em 'Nanum Gothic', sans-serif; }
.javo_somw_more{
	display:block;
	text-decoration:none;
	padding:5px 10px;
	border-radius:5px;
	border:solid 1px #000;
}

/** InfoWindow : additional css **/
.javo_somw_info {border:1px solid #ddd;}
.javo_somw_info .pics {float:right;position:relative;}
.javo_somw_info .pics .thumb {width:130px; height:165px; overflow:hidden;}
.javo_somw_info .des {float:left; width:170px; padding:5px; color:#454545;}


.javo_somw_info .javo-left-overlay {
position: absolute;
top: 11px;
left: -4px;
}

.javo_somw_info .img-in-text {
position: absolute;
right: 0px;
bottom: 0;
color: white;
font-size: 13px;
padding: 2px 9px;
background-color: #06AFDA;
}


.javo_somw_info .des .agent .thumb img {
width: 50px;
height: 50px;
display: block;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}

.javo_somw_info .des .agent .thumb{
width: 56px;
height: 56px;
padding: 3px;
background: #777;
display: inline-block;
float: left;
margin-right: 10px;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}


.javo_somw_info .des .agent .thumb:hover{
background: #f00056;
padding: 0;
-webkit-animation: pulse ease-in-out 1 normal 500ms;
-moz-animation: pulse ease-in-out 1 normal 500ms;
-ms-animation: pulse ease-in-out 1 normal 500ms;
-o-animation: pulse ease-in-out 1 normal 500ms;
animation: pulse ease-in-out 1 normal 500ms;
border: 3px solid #f00056;
}

.javo_somw_info .des .prp-meta {
padding-left:0;
}

.javo_somw_info hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px dotted	 #aaa;
}












/*******************************************************/

/* javo_search shortcode stylesheet */
.javo_formfield > .row{ margin-bottom:10px;}
.javo_formfield{}
.javo_formfield label{
	display:block;
	width:100%;
	color:#454545;
}
.javo_formfield input[type='text'],
.javo_formfield .selbox-container{
	display:block;
	position:relative;
	width:100%;
	border:solid 1px #ccc;
	border-radius:0px;
	padding:0.5em;
	line-height:1.5em;
	background:#fefefe;
	font:10pt 'tahoma';

}

.newrow{ display:block; border-bottom:0px #555 solid; padding-bottom:10px; margin-bottom:10px;}
.newrow:after{ content:" "; display:block; clear:both; }
.newrow .title{
	font:11px/1.5em 'Roboto', 'tahoma', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #b7b7b7;
	letter-spacing: 1px;
	display: block;
	margin: 0 0 6px;
}
.newrow .fullcolumn{ width:95%; padding:0 5px; }
.newrow form{ padding:0; margin:0;}
.newrow input, .newrow select{
	border:solid 1px #0192C8;
	background-color:#454545;
	background-image:linear-gradient(top, #454545 0%, #999 100%);
	font-size:0.93em;
	height:23px;
	color:#fff;
	padding:0;
	margin:0;
}

.newrow button {
	border:solid 1px #555;
	background-color:#454545;
	background-image:linear-gradient(top, #454545 0%, #999 100%);
	font-size:11px;
	padding:3px 5px;
	margin: 3px;
}
.javo_cluster{
	width:35px;
	height:35px;
	background:#fff;
	border-radius:100px;
	line-height:35px;
	text-align:center;
	border:solid 3px rgb(106, 84, 156);
}
button.active{ background-color:#0192C8; color:#fff; border:1px #00aeef solid; padding: 3px 5px;}
.javo_somw_onoff{ cursor:pointer; background:#019DD7; padding:10px 20px; color:#fff !important; }

/* javo_SOMW Controller */
.javo_somw_panel{
	position:absolute;
	padding:13px;
	z-index:10;
	top:0px;
	right:5%;
	width:350px;
	height:100%;
	background-color:#343433;
	overflow-y:scroll;
	scrollbar-arrow-color:#8C8C8C;
	scrollbar-highlight-color:#262626;
	scrollbar-face-color:#505050;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-track-color:#3D3D3D;
	scrollbar-darkshadow-color:#3F3F3F;
	scrollbar-shadow-color:#5F5F5F;
}
.javo_somw_panel::-webkit-scrollbar { width: 8px; height: 8px; border: 3px solid #454545; }
.javo_somw_panel::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{ display: block; height: 10px; background: #454545;}
.javo_somw_panel::-webkit-scrollbar-track{ background: #454545; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.6)}
.javo_somw_panel::-webkit-scrollbar-thumb{ height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}
.javo_somw_panel:after{ content:" "; display:block; clear:both; }
.javo_somw_list{ display:block; }
.javo_somw_list a{
	display:block;
	color:#ccc;
	padding:0px 10px;
	text-decoration:none;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
}
.javo_somw_list a:hover{ color:#fff; }
/* Disabled Document */
.javo_somw_bg{
	display:none;
	position:fixed;
	background:url('../images/opacity_3_5px.png');
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000000;
}

/* Loading Animation */
.javo_somw_loading{
	display:none;
	position:fixed;
	background:url('../images/map_loading.gif') no-repeat;
	top:50%;
	left:50%;
	width:300px;
	height:400px;
	margin:-200px 0 0 -150px;
	z-index:1000001;
}


.gm-style-iw{ width:auto !important; }



/** Responsive for panel **/
.javo_somw_panel_horizon {display:none;}
@media (max-width:480px){
	/* Mobile */
	.javo_somw_panel {display:none;}
	.javo_somw_panel_horizon {display:block;}
	.javo_somw_panel_horizon {padding-top:20px;background:#454545;}
	.javo_somw_panel_horizon .newrow {padding-bottom:0px; margin-bottom:3px;}
	.javo_somw_panel_horizon .newrow .title {float:left; padding:10px 4px 4px 3px;}
	.javo_somw_panel_horizon .newrow .con-on-map {float:left;}
	.map_area {height:300px !important;}
}
@media (max-width:768px){
	/* tablet */
	.javo_somw_panel {display:none;}
	.javo_somw_panel_horizon {display:block;}
	.javo_somw_panel_horizon {padding-top:20px;background:#454545;}
	.javo_somw_panel_horizon .newrow {padding-bottom:0px; margin-bottom:3px;}
	.javo_somw_panel_horizon .newrow .title {float:left; padding:10px 4px 4px 3px;}
	.javo_somw_panel_horizon .newrow .con-on-map {float:left;}
	.map_area {height:300px !important;}
}


/* Google Map InfoWindow */
.javo_somw_info{ max-width:500px; min-height:160px; width:350px; overflow-x:hidden; overflow:hidden; }
.javo_somw_info:after{ content:" "; display:block; clear:both; }
.javo_somw_info .title{ padding:0; margin:0; }
.javo_somw_info .hr-line{ padding:0; margin:3px 0; border:none; border-bottom:solid 1px #aaa; }
.javo_somw_info_body{ display:block; position:relative; }
.javo_somw_info_body:after{ content:" "; display:block; clear:both; }
.javo_somw_info_body.pic{ position:absolute; width:80px; display:inline-block; top:0; left:0; }
.javo_somw_info_body.text{ padding:0 0 0 85px; }
.javo_somw_dl.inline{ padding:0; margin:0; }
.javo_somw_dl.inline:after{ content:" "; display:block; clear:both; }
.javo_somw_dl.inline dt{ float:left; font:bold 10pt/1.2em 'Nanum Gothic', sans-serif; }
.javo_somw_dl.inline dd{ float:left; width:auto; font:10pt/1.2em 'Nanum Gothic', sans-serif; }
.javo_somw_more{
	display:block;
	text-decoration:none;
	padding:5px 10px;
	border-radius:5px;
	border:solid 1px #000;
}
.javo_somw_info .btn {border:0px;border-radius:0px;}

/** InfoWindow : additional css **/
.javo_somw_info {border:1px solid #ddd;}
.javo_somw_info .pics {float:right;position:relative;}
.javo_somw_info .pics .thumb {width:147px; height:165px; overflow:hidden;}
.javo_somw_info .des {float:left; width:200px; padding:5px; color:#454545;}


.javo_somw_info .javo-left-overlay {
position: absolute;
top: 11px;
left: -4px;
}

.javo_somw_info .img-in-text {
	position: absolute;
	right: 0px;
	bottom: 0;
	color: white;
	font-size: 13px;
	padding: 4px 11px;
	background-color: #06AFDA;
	z-index:6;
	border-top-left-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border:1px solid #3391F7;
	border-right:0;
	border-bottom:0;
}


.javo_somw_info .des .agent .thumb img {
width: 50px;
height: 50px;
display: block;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}

.javo_somw_info .des .agent .thumb{
width: 56px;
height: 56px;
padding: 3px;
background: #777;
display: inline-block;
float: left;
margin-right: 10px;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
}


.javo_somw_info .des .agent .thumb:hover{
background: #f00056;
padding: 0;
-webkit-animation: pulse ease-in-out 1 normal 500ms;
-moz-animation: pulse ease-in-out 1 normal 500ms;
-ms-animation: pulse ease-in-out 1 normal 500ms;
-o-animation: pulse ease-in-out 1 normal 500ms;
animation: pulse ease-in-out 1 normal 500ms;
border: 3px solid #f00056;
}

.javo_somw_info .des .prp-meta {
padding-left:0;
}

.javo_somw_info hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px dotted	 #aaa;
}

.panel-left-wrap {width:350px; float: left;}

.javo_somw_panel.panel_left {
	position:relative;
}

.javo_somw_list_wrap {padding:3px;}
.javo_somw_list_inner {border: solid 1px #555; background-color: #454545; overflow:hidden; margin-bottom:3px;}



.javo_somw_panel.middle {
	position:relative;
	width:100%;
	top:0px;
}

.map-search-panel-mid {background:#343434;}

.javo_somw_panel.middle .newrow {float:left; padding-right:30px; margin-bottom:0; padding-bottom:0;}
.javo_somw_panel.middle .newrow input, .javo_somw_panel.middle .newrow select {height:40px; padding:10px;}

.javo_somw_panel.middle-right{ right:200px; left:auto; top: 200px; }

.javo-map-cluster{
	position:relative;
	border:solid 5px #fff !important;
	box-shadow:0px 0px 15px #666;
	-webkit-box-shadow:0px 0px 15px #666;
	-moz-box-shadow:0px 0px 15px #666;
	-ms-box-shadow:0px 0px 15px #666;
	-o-box-shadow:0px 0px 15px #666;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	background:#000;
	color:#fff;
	width:52px;
	height:52px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	font:bold 1.4em / 45px "Arial Black", Gadget, sans-serif;
}
#javo-map-wide-wrapper,
.javo-wide-map-container{ position:relative; }

.javo_mhome_wrap > .map_cover,
.javo-wide-map-container > .map_cover{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:15;
	display:none;
	background-color: rgba( 45, 45, 45, .5);
	background-image: url('../images/map_loading.gif');
	background-position:center center;
	background-repeat: no-repeat;

}
.javo_mhome_wrap > .map_cover.active,
.javo-wide-map-container > .map_cover.active{ display:block; }
.javo_somw_list_content{ margin-bottom:250px; }


/* Map Open/Close Button */
.javo_somw_opener{
	position:absolute;
	background:#019DD7;
	font:1.0em/48px 'tahoma', sans-serif;
	text-align:center;
	z-index:100;
	width:48px;
	height:48px;
	cursor:pointer;
	color:#fff;
}
