
li{
	list-style-type: none;
}
.ObjectsBody{
}

.ObjectsTop{
	height: 148px;
	/*background: url("../images/objects-1900.jpg");*/
	background: url("../images/topbox3.jpg");
	padding: 0px;
	text-align: center;
	padding-top: 40px;
}
.topboxsearchinputs{
	margin: 0 auto;
}

.FiltersContainer{
	text-align: center;
	width: 68%;
	margin: 0 auto;
}

.settingstitle, .abouttitle{
	background-color: #F0F9FB;
	display: inline-block;
	padding: 10px 40px;
	margin: 40px 5px 0;
	border: 1px solid #d2e5e9;
}
.hidesettingsclier{
	text-align: center;
}
.hidesettingstitle, .hideabouttitle{
	background-color: #15DAFD;
	display: inline-block;
	padding: 10px 40px;
	color: #FFF;
	font-size: 120%;
	cursor: pointer;
}
.hidesettingstitle:hover, .hideabouttitle:hover{
	background-color: #40E0FD;
}
.settingstitle:hover, .abouttitle:hover{
	cursor: pointer;
	background-color: #E4F4F8;
}
.slidersbox, .selectbox, .aboutbox{
	text-align: left;
	position: relative;
	overflow: hidden;
}
.aboutboxinner{
	padding-bottom: 40px;
	font-size: 110%;
	color: #6e7171;
}
.aboutboxinnerimg {
	float: left;
	margin-right: 20px;
	width: 38%;
	min-width: 320px;
}
.aboutboxinnerimg img{
	width: 100%;
}

.filterDiv{
	width: 32%;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 128px;
}
.selectbox .filterDiv{
	width: 24%;
	text-align: left;
}
.FiltersContainer .label{
	display: block;
	position: relative;
	padding: 0;
	font-size: 90%;
	text-align: center;
	margin: 0px 0 15px;
}
.FiltersContainer .selectbox .label{
	width: 80%;
	text-align: left;
	margin-bottom: 10px;
}
.fildTogler{
	width: 80%;
	margin-left: 10%;
}
.label .btnInner{
	position: absolute;
	left: 0px;
	bottom: -44px;
	height: 26px;
	width: 26px;
	cursor: pointer;
	z-index: 1;
	background: url("../images/fildtogler.png");
}

.label .btnInner img{
	width: 100%;
}

/*.hidefiltr {
	position: absolute;
	right: 0px;
	top: -16px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #15DAFD;
	cursor: pointer;
}

.hidefiltr2 {
	position: absolute;
	right: 0;
	bottom: -16px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #15DAFD;
	cursor: pointer;
}
*/

.FiltersContainer hr{
	width: 100%;
	display: block;
	margin: 0;
	border-color: #DFFBFF;
	margin-bottom: 20px;
}
.filterDiv a{
	margin-left: 10px;
}

.label ul{
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	left: -1px;
	cursor: default;
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color: #FFF;
}
.label ul:after {
	content: '';
	position: absolute;
	left: 8px;
	top: -5px;
	display: block;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	background-color: #FFF;
}

.label ul li{
	cursor: pointer;
	padding: 4px 5px;
	margin: 3px 0;
	white-space: nowrap;
	text-align: right;
}
.label ul li:hover{
	background-color: #F7F7F7;
}
.filterDiv .rightdiv{
	width: 100%;
	float: right;
	position: relative;
	top: -5px;
}
.FiltersContainer select, .FiltersContainer input[type="text"]{
	width: 80%;
}
input[type="text"].inpsmoll{
	width: 45%;
}
.inpsmollsep{
	width: 10%;
	text-align: center;
	display: inline-block;
}
.ObjectsContainer, .itempathway{
	width: 68%;
	padding: 40px 0;
	position: relative;
	margin: 0 auto;
}

.ObjectsContainerInner, .filterOrderingInner, .ias-noneleft, .ias-spinner, .ias-trigger{
	/*width:100%;
	display: inline-block;*/
}

#infoTotal{
	padding-left: 10px;
	font-size: 90%;
}
.filterresult{
	display: inline-block;
	width: 39%;
}
.filterright{
	display: inline-block;
	width: 60%;
	text-align: right;
}
.filterOrdering{
	display: inline-block;
	font-size: 90%;
	padding: 0px 5px 20px;
	position: relative;
}
.orderingFildInner{
	cursor: pointer;
}
.orderingFildInner span{
	padding: 0 0 0 7px;
	font-size: 8px;
}
#orderingFild ul{
	position: absolute;
	display: none;
	z-index: 2;
	background-color: #FFF;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 5px;
	left: 0px;
	top: 15px;
}
#orderingFild ul:after {
	content: '';
	position: absolute;
	left: 20px;
	top: -5px;
	display: block;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	background-color: #FFF;
}

#orderingFild ul li{
	cursor: pointer;
	padding: 4px 5px;
	margin: 3px 0;
	white-space: nowrap;
}
#orderingFild ul li:hover{
	background-color: #F7F7F7;
}
.filterList{
	display: inline-block;
	position: relative;
	top: 8px;
	z-index: 2;
}
.filterList img{
	height: 100%;
}
.filterList .active{
	display: none;
}
.catItemImage{
	display: inline-block;
	position: relative;
	text-align: left;
	height: 210px;
	width: 25%;
}
.catItemImage a{
	display: block;
	margin: 4px 3px;
	border: 1px solid #999;
	height: 100%;
}
.catItemImage a img{
	width: 100%;
	height: 100%;
}
.modulimginnertop{
	top: 4px;
	left: 4px;
}
.ObjectsContainerInner.list .catItemImage{
	width: 50%;
	height: 380px;
}
#map_canvas{
	min-height: 500px;
}
















.ias-noneleft, .ias-spinner, .ias-trigger{
	padding: 30px 0 10px;
}



.mapTpl, .listTpl, .boardTpl{
	width: 24px;
	height: 24px;
	overflow: hidden;
	display: inline-block;
	margin: 0 5px 0 10px;
}



.fildTogler span div{
	position: absolute;
	top: -18px;
	font-size: 10px;
	white-space: nowrap;
}
.fildTogler span:focus{
	outline: none !important;
}


.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-horizontal {
	height: 1px;
	background-color: #CCC;
	top: 15px;
	margin: 0 0.6em;
}
.ui-slider .ui-state-default, .ui-slider .ui-widget-content .ui-state-default, .ui-slider .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background-color: #15DAFD;
	border-radius: 0.6em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.6em;
  margin-left: -.6em;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.3em;
  height: 1.3em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color: #CCCCCC;
	height: 2px;
	top: -1px;
}




.filterDiv input[type=checkbox]{
	display: none;
}
.filterDiv label{
	display: inline-block;
	color: #00A5B7;
	padding: 2px 5px;
	margin: 3px 5px 0 0;
	border:1px solid #fff;
	border-radius: 10px;
}
.filterDiv label.checked {
	border:1px solid #C9EAFE;
	background-color:#C9EAFE;
}

.filterpseach input[type="text"]{
	vertical-align: top;
	background: url("../images/searchbtn.png") no-repeat scroll 3px 5px transparent;
	padding-left: 25px !important;
	box-shadow: none !important;
}
.filterpseach input:focus{
	padding-left: 5px !important;
	background: none !important;
}
/*.localitysearchbox, .localityinfobox{
	float: left;
	padding-top: 15px;
	position: relative;
}
.localitysearchbox input[type="text"]{
	width: auto;
}*/
/*#localityListBox{
	background-color: #FFF;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 2;
}
#localityListBox div{
	cursor: default;
	padding: 2px 0 2px 10px;
}
#localityListBox div:hover{
	background-color: #F7F7F7;
}*/
#infoLink{
	padding: 10px 25px;
	display: inline-block;
}
.filterList.fmap{
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 15px;
	width: 66px;
}
.filterList.fmap div{
	margin: 4px 4px 1px 2px;
}

.infoTitle {
	font-size: 88%;
	line-height: 96%;
	padding: 5px;
}
.infoTitle a{
	text-decoration: none !important;
}
.infoPrice{
	font-size: 80%;
	padding: 0 5px;
}
.gm-style {
	text-align: left;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div
{
    background-color: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child
{
    margin-right: 5px;
    margin-top: 5px;
}
.prInfoWindow{
	width: 180px;
	background-color: #FFF;
	padding: 5px;
}
.prInfoWindow img{
	width: 170px;
}
.gm-style-iw
{
    top: 22px !important;
    left: 22px !important;
}

#main .header h1{
	font-size: 130%;
	color: #FFF;
	margin-top: -20px;
}
.itempathway{
	padding: 10px 0;
}





/*@media screen and (max-width:1600px) {
.delloc{
	top: 13px;
}
.delloc img{
	width: 16px;
	height: 16px;
}
}*/

@media screen and (max-width:1500px) {
.FiltersContainer{
	width: 72%;
}
.ObjectsContainer, .itempathway{
	width: 72%;
}
.catItemImage{
	width: 33%;
}
.ObjectsContainerInner.list .catItemImage{
	height: 300px;
}
}

@media screen and (max-width:1200px) {
.FiltersContainer{
	width: 84%;
}
.selectbox .filterDiv{
	width: 32%;
}
.ObjectsContainer, .itempathway{
	width: 84%;
}
}

@media screen and (max-width:840px) {
.FiltersContainer{
	width: 92%;
}
.ObjectsContainer, .itempathway{
	width: 92%;
}
.filterDiv{
	width: 49%;
}
.selectbox .filterDiv{
	width: 49%;
}
.FiltersContainer select, .FiltersContainer input[type="text"]{
	width: 90%;
}
input[type="text"].inpsmoll{
	width: 45%;
}
.catItemImage{
	width: 50%;
}
.ObjectsContainerInner.list .catItemImage{
	width: 100%;
	height: 440px;
}
}
@media screen and (max-width:520px) {
.ObjectsTop{
	height: 400px;
}
.localitysearchbox, .changetype, select.tbsiclass, input.tbsiclass.searcbtn{
	width: 90%;
	margin: 10px auto;
}
.topboxsearch{
	padding-top: 50px;
}
.topboxsearchinputs{
	margin: 30px auto;
}
input.tbsiclass.searcbtn {
	margin-top: 20px;
}
.tbsiclassrent input{
	width: 44%;
}
.filterDiv{
	width: 100%;
	margin: 5px auto;
}
.selectbox .filterDiv{
	width: 100%;
}
.FiltersContainer select, .FiltersContainer input[type="text"]{
	width: 100%;
	background-color: #FBFBFB;
}
input[type="text"].inpsmoll{
	width: 45%;
	background-color: #FBFBFB;
	box-shadow: 0px 0px 0px !important;
}
.fildTogler{
	width: 90%;
	margin-left: 10%;
}
.catItemImage{
	width: 100%;
}
.ObjectsContainerInner.list .catItemImage{
	height: 300px;
}
.filterresult{
	width: 100%;
}
.filterresult, .filterright{
	width: 100%;
	text-align: left;
	margin: 10px 0;
}
}

















/*@media screen and (max-width:800px) {
.ObjectsContainer{
	width: 56%;
}
.ObjectsContainerInner, .filterOrderingInner, .ias-noneleft, .ias-spinner, .ias-trigger{
	width: 360px;
}
.toplineinner a {
	display: none;
}
.toplineinner a.mobilemenu{
	display: inline-block;
}
}
@media screen and (max-width:700px) {
.ObjectsContainer{
	width: 54%;
}
.ObjectsContainerInner, .filterOrderingInner, .ias-noneleft, .ias-spinner, .ias-trigger{
	width: 300px;
}
}
*/
