
#map-canvas {
  width: 100%;
  height: 700px;
  /*z-index: 99999999;*/
}

.gmap_result {
  font-size: x-small;
  width: 180px;
  padding: 1px;
  background-color: #fff;
  color: #000;
}

.gmap_result a {
  font-weight: bold
}

.gmap_photo {
  width: 150px;
  position: relative;
  z-index: 0;
  right: 25px;
}

.gmap_details {
  padding: 2px;
}

.gmap_small_price_details {
  display:  none;
}

.gmap_remarks {
  padding-top: 1px;
  padding-bottom: 2px;
}

.gmap_br {
  padding-top: 7px;
}

.gmap_brlogo {
  position: relative;
  top: 75px;
  left: 5px;
  width: 25px;
  float: left;
  clear: both;
  z-index: 999;
}

.post {
  padding-left: 10px;
}

#gmap_legend img {
  vertical-align: middle;
}

/* phone sizes */

@media (max-width:568px) {

#map-canvas {
  height: 250px;
  position: relative;
  top: -25px;
}

.gmap_result {
  font-size: xx-small;
  width: 125px;
}

.gmap_photo {
  width: 90px;
  position: relative;
  z-index: 0;
  right: 10px;
}

.gmap_brlogo {
  position: relative;
  top: 48px;
  left: 4px;
  width: 10px;
  float: left;
  clear: both;
  z-index: 999;
}

.gmap_price_details {
  display:  none;
}

.gmap_small_price_details {
  display: block;
}

.gmap_br {
  display: none;
}

.gmap_readmore {
  display: none;
}

.gmap_remarks {
  display: none;
}

#stopbanner {
  display: none;
}

#top-bar {
  display: none;
}

div#nav-section {
  min-height: 55px;
  height: 70px;
}

a.nav-logo img {
  /*width: 140px; margin-top: 7px;*/
    position: relative;
    top: -18px;
}

a.nav-logo {
 height: 40px;
  margin: 0;
  padding: 0;
}

div#home-search-buttons {
  margin-top: 45px;
}

#header {
  height: 90px;
}

#nav-mobile-btn {
  margin-top: 7px;
}

div#ssearchrow {
  margin-bottom: 0;
  padding-bottom: 0;
  height: 78px;
}

div#ssearchcont {
        margin-bottom: 0;
        padding-bottom: 0;
        height: 78px;
}

div#home-search-buttons input#home_search {
  width: 210px;
  height: 30px;
  float: left;
}

div#home-search-buttons button#wildcardSearch {
  width: 80px;
  height: 27px;
  float: left;
  margin-top: 2px;
}

div#home-search-buttons button#forSfr {
  width: 80px;
  height: 27px;
  float: left;
  margin-top: 2px;
}

div#home-search-buttons button#forRnt {
  width: 90px;
  height: 27px;
  float: left;
  margin-top: 2px;
}

div#home-search-buttons button#forLots {
  width: 70px;
  height: 27px;
  float: left;
  margin-top: 2px;
}



}

/*iPhone 5 & 5S in portrait*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 

  #map-canvas {
    height: 300px;
  }

 }

/*iPhone 5 & 5S in landscape*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 

#map-canvas {
    height: 250px;
  }

  div#home-search-buttons input#home_search {
    width: 310px;
  }

}

/*iPhone 6 in landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

#map-canvas {
    height: 300px;
  }

  div#home-search-buttons input#home_search {
    width: 340px;
  }

}

/*iPhone 6 in portrait*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 

 #map-canvas {
    height: 350px;
  }

 }

#panel {
     width: 200px;
     font-family: Arial, sans-serif;
     font-size: 13px;
     float: right;
     margin: 10px;
     position: relative;
     /*top: 70px;*/
     z-index: 999999999;
 }

 #color-palette {
     clear: both;
 }

 .color-button {
     width: 14px;
     height: 14px;
     font-size: 0;
     margin: 2px;
     float: left;
     cursor: pointer;
 }

 #delete-button {
     margin-top: 5px;
 	border-radius: 3px;
     border: 1px solid #bfbfbf;
 	background-color: #eceae3;
 }

 @media (min-width: 10px) and (max-width: 650px) {
 	#panel {
 		position: relative;
 		top: 280px;
 		float: left;
 	}
 }

 .ajax-loader {
   /*visibility: hidden;*/
   background-color: rgba(255,255,255,0.7);
   position: relative;
   top: -400px;
   z-index: 99999999;
   width: 100%;
   height: 100%;
 }

 .ajax-loader img {
   position: relative;
   top:50%;
   left:50%;
 }
