.map_container {
	width: 100%;
	height: 100%;
	position: relative;
	top: -40px;
	
}

.map_header {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 138px;
	left: 0px;
	z-index: 110;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	line-height: 50px;
	-webkit-box-shadow: 0px 0px 15px 0px #aaaaaa; /* WebKit */
	-moz-box-shadow: 0px 0px 15px 0px #aaaaaa; /* Firefox */
	box-shadow: 0px 0px 15px 0px #aaaaaa; /* Standard */
	display: none;
}

.map_houselist {
	width: 350px;
	height: 95%;
	border-right: 1px solid #cccccc;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 110;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px #aaaaaa; /* WebKit */
	-moz-box-shadow: 0px 0px 15px 0px #aaaaaa; /* Firefox */
	box-shadow: 0px 0px 15px 0px #aaaaaa; /* Standard */
}

.nano {
	height: 100% !important;
}

.inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.map_houselist .listtitle {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	background-color: #00535b;
	height: 20px;
}


.map_houselist .listtitle_lage {
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #cccccc;
	height: 20px;
}


.houselist_entry  {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	height: auto;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.houselist_entry:hover  {
	cursor: pointer;
	background-color: #008593;
	color: #ffffff;
}

.houselist_entry:hover  .entry_desc {
	color: #ffffff;
}
.houselist_entry:hover  .entry_title {
	color: #ffffff;
}

.houselist_entry:nth-child(odd) {
  background-color: #f5f5f5;
}

.houselist_entry:nth-child(odd):hover  {
	cursor: pointer;
	background-color: #008593;
	color: #ffffff;
}

.houselist_entry .clicked  {
	cursor: pointer;
	background-color: #00287d;
	color: #ffffff;
}


.houselist_entry  > .entry_table {
	width: 320px;
	padding-left: 5px;
	margin: 0px;
}

.houselist_entry  > .entry_table td {
	padding: 3px;
}

.houselist_entry  .entry_img {
	border: 1px solid #cccccc;
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	padding: 5px;
}

.houselist_entry   .entry_title {
	font-size: 12px;
	font-weight: bold;
	height: 46px;
}

.houselist_entry   .entry_details {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}



/* Filter */
.map_filter {
	width: 350px;
	height: 95%;
	border-left: 1px solid #cccccc;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 110;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px #aaaaaa; /* WebKit */
	-moz-box-shadow: 0px 0px 15px 0px #aaaaaa; /* Firefox */
	box-shadow: 0px 0px 15px 0px #aaaaaa; /* Standard */
	
}

.map_filter .listtitle {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	background-color: #00535b;
	height: 20px;
}


/* Slide Buttons */

.btn_slide_left {
	background-image: url('./images/sarrow_left.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #cdcd00;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.btn_slide_right {
	background-image: url('./images/sarrow_right.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #cdcd00;
	width: 60px;
	height: 60px;
	cursor: pointer;
}



/* Details */

#somediv {
	background-color: #ffffff;
	width: 500px;
	height: auto;
	z-index: 100;
	position: absolute;
	top: 100px;
	left: -150px;
	-webkit-box-shadow: 0px 0px 15px 0px #aaaaaa; /* WebKit */
	-moz-box-shadow: 0px 0px 15px 0px #aaaaaa; /* Firefox */
	box-shadow: 0px 0px 15px 0px #aaaaaa; /* Standard */
}

#somediv_close {
	cursor: pointer;
	width: 35px;
	height: 35px;
	background: url('./images/close.png') center center no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;	
}

#somediv_close:hover {
	background: url('./images/close_hover.png') center center no-repeat;
}

#somediv_close2 {
	cursor: pointer;
	width: 35px;
	height: 35px;
	background: url('./images/close.png') center center no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;	
}

#somediv_close2:hover {
	background: url('./images/close_hover.png') center center no-repeat;
}

#somediv h2 {
	width: 450px;
}


.table_data {
	border-bottom: 0px;
}

.table_data td {
	width: 20%;
	padding: 0px;
}

.table_data .title {
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    background-color: #00535b;
    color: #ffffff;
}

.table_data .title2 {
	font-weight: normal;
    font-size: 14px;
    padding: 5px;
    background-color: #bdc700;
    color: #000;
}

.table_data .title2 a {
    color: #000;
}

input[type=text], input[type=password], input[type=email], textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Filter */

.filtertable {
	padding:10px;
	width: 100%;
}

.filtertable td {
	padding:10px;
}



.keyvalue {
	width: 94% !important;
	padding: 10px;
	
}


.newHouse {
	width: 160px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    background-color: #bdc700;
    text-align: center;
    position: relative;
    left: 150px;
    top: -25px;
    cursor: pointer;
    font-size: 14px;
}

.newHouse:hover {
	background-color: #a9b300;
} 


.help {
	width: 50px;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-weight: normal;
	background-color: #bdc700;
	text-align: center;
	position: relative;
	left: 250px;
	top: -25px;
	font-size: 14px;
	cursor: pointer;
}

.help:hover {
	background-color: #a9b300;
} 


.maphint {
	width: 200px;
	height: 5px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -100px;
	z-index: 150;
}


.blurbg {
	width: 100%;
	height: 100%;
	background-color: #fefefe;
}

.glass {
	background-color: #ffffff;
	padding: 15px;
	width: 980px !important;
}

legend {
	color: #313b4f !important;

}

.ewgblue {
	color: #313b4f;
}


.wdform_table2 td {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}


#form9 .label {
	font-size: 12px !important;
}

.fm_email input {
	padding: 5px !important;
	width: 200px !important;
}

.arrowtop {
	background-image: url('./images/arrowup.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 11px;
	height: 6px;
	position: absolute;
	top: 5px;
	left: 1px;
}

.arrowbottom {
	background-image: url('./images/arrowdown.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 11px;
	height: 6px;
	position: absolute;
	bottom: 5px;
	left: 1px;
}

#pbCaption .title, #pbCaption .counter {
  font-size: 16px;
}

#navigation {
    right: 15px;
    top: 15px;
}

#anything_slider_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}


#header {
	background-color: #00535b;
	border-bottom: 0px;
}

#navigation .menu > li.current-menu-item > a, #navigation .menu > li.current-menu-item > a:visited, #navigation .menu > li.current-menu_item > a, #navigation .menu > li.current-menu_item > a:visited, #navigation .menu > li.current-menu-ancestor > a, #navigation .menu > li.current-menu-ancestor > a:visited, #navigation .menu > li.current_page_item > a, #navigation .menu > li.current_page_item > a:visited, #navigation .menu > li.current_page_ancestor > a, #navigation .menu > li.current_page_ancestor > a:visited, #navigation .menu > li.current-page-item > a, #navigation .menu > li.current-page-item > a:visited, #navigation .menu > li.current-page-ancestor > a, #navigation .menu > li.current-page-ancestor > a:visited {
    color: #ffffff;
}

#navigation .menu > li > a, #navigation .menu > li > a:visited {
	color: #fff;
}

#navigation .menu > li.hover > a {
	color: #2db9c8 !important;
}

.imagelisttitle {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 20px 20px 20px !important;
	border-bottom: 1px solid #cccccc !important;
	color: #ffffff;
	background-color: #00535b;
	height: 20px;
	display: block;
	width: inherit !important;
}

.btn_expoDetials {
	width: 160px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
    background-color: #e6005f;
    text-align: center;
    position: relative;
    left: 270px;
    top: -25px;
    cursor: pointer;
    font-size: 14px;
}

.btn_expoDetials:hover {
	background-color: #ff0069;
} 


#footer {
    background-color: #00535b !important;
    border-top: 0px solid #a5a5a5 !important;
    margin-top: -40px;
}

.footer_links_immo {
    position: relative;
}



#page a:hover, #page a:active {
    color: #818b00;
}

#page a, #page a:visited {
    color: #313b4f;
}

#page h4 {
    color: #313b4f;
}

#page {
    color: #313b4f;
}

#logo, #logo_text {
    bottom: 3px;
}


.three_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    min-height: 1px;
    height: auto !important;
}

#pbCloseBtn b, #pbAutoplayBtn:before {
    background: rgba(198,199,0,0.8) !important;
}

.secondNav {
	background-color: #313b4f;
	position: relative;
    top: -40px;
    text-align: right;
    padding-right: 10px;
    border-bottom: 1px solid #d3d3d3;
}


.secondNav .items {
       position: relative;
    top: -24px;
    z-index: 999;
    right: -10px;
}

.secondNav .items a {
    color: #fff;
    font-size: 17px;
    padding-right: 30px;
    -webkit-font-smoothing: antialiased;
}

.secondNav .items a:hover {
    color: #2db9c8;
}

#navigation .menu > li > a, #navigation .menu > li > a:visited {
    -webkit-font-smoothing: antialiased;
    font-smooth: auto;
    -moz-osx-font-smoothing: auto;
}

#contrlViewModal {
	width: 85%;
    height: 85%;
    position: fixed;
    left: 5%;
    top: 5%;
	margin: 0px;
}

#contrlViewModal .modal-body {
	position: relative;
    /* max-height: 400px; */
    padding: 15px;
    overflow-y: auto;
    height: 90%;
    max-height: 90%;
} 