#wrapper {
  height: 100%;
  min-height: 768px;
}
#map_container {
  position: relative;
  width: 100%;
	height:100%;
  min-width: 768px;
  margin: -110px 0 -80px;
  padding: 110px 0 80px;
}


#container_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

/* Left menu  */

#side_menu {
  position: relative;
  float: left;
  width: 350px;
  height: 100%;
  opacity: 0.95;
  z-index: 5;
}
#side_top {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 6;
  border-bottom: #666 solid 1px;
}
.list_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -40px;
  padding-top: 40px;
  overflow: hidden;
  background-color: #333;
}
#map_list {
	color: #fff;
  background-color: #fff;
  max-height: 100%;
  overflow-y: auto;
}
#map_list .selected {
  background: rgba(51, 51, 51, 0.8);
}
#map_input {
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: #333;
}
#map_search{
  display: block;
  width: 100%;
  height: 20px;
  padding: 0 20px 0 10px;
  border:none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
}
#clear_keyword {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
}
#filter {
  color: #fff;
  background-color: #333;
  width: 80px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border-left: 1px #444 solid;
  cursor: pointer;
}
.selected#filter {
  opacity: 0.8 !important;
}
#filter img, #filter span {
  position: relative;
  vertical-align: middle;
}
#filter img {
  display: inline-block;
  width: auto;
  margin: 0 5px 0 0;
}
#filter_list {
  position: absolute;
  height: 100%;
  top: 0;
  left: 150px;
}
#filter_list ul {
  position: relative;
  height: 100%;
  overflow-y: auto;
  width: 200px;
  background-color: #454545;
}
.filter_item {
  position: relative;
  overflow: hidden;
  z-index: 4;
  width: 100%;
  color: #fff;
  background-color: #fff;
  border-bottom: 1px #565656 solid;
  font-size: 1em;
  cursor: pointer;
  z-index: 0;
}
.filter_item div {
  padding: 8px 10px 10px;
  background-color: #454545;
}
#filter_list .selected div {
  opacity: 0.6 !important;
}

#filter_list .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #565656;
}
.disable {
  opacity: 0.6 !important;
  cursor: auto !important;
}
.spot_block {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #333;
  border-bottom: 1px #444 solid;
  cursor: pointer;
}
.spot_thumb {
	position: relative;
	width: 128px;
	height: 92px;
  padding: 10px;
}
.spot_thumb img, .marker_img img {
	width: 100%;
	height: auto;
	display: block;
}
.spot_txt {
	position: relative;
	width: 190px;
  height: 92px;
  padding: 10px 10px 10px 0;
  vertical-align: top;
}
.spot_name {
  display: block;
}
.spot_area {
  display: block;
  font-size: 0.9em;
  opacity: 0.8;
}
.spot_link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 13px;
  padding: 0 5px 2px;
  background-color: #C3A1CF;
}
.spot_txt .spot_link {
  display: none;
}
.spot_link:hover {
  opacity: 0.8;
}

.side_index {
  position: absolute;
  top: 0;
  margin: 0 0 0 10px;
  width: 240px;
  height: auto;
  max-height: 768px;
  background-color: #333;
  padding: 5px 10px 10px 10px ;
}
.side_list p {
  padding: 4px 10px ;
  color: #fff;
}
.side_list ul{
	width: 100%;
  position: relative;
}
.side_list li {
	width: 48%;
  margin: 0;
  font-size: 0.9em;
  display: inline-block;
  border-bottom: 1px #444 solid;
}

#index_bar p {
  position: absolute;
  padding: 3px 0 ;
  color: #fff;
  font-size: 1em;
  text-align: center;
  width: 80px;
  background-color: #333;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  z-index: 5;
}
#index_bar {
  position: absolute;
  top: 120px;
  right: 0;
  cursor: pointer;
  display: none;
  -moz-transform:    rotate( -90deg );
  -webkit-transform: rotate( -90deg );
  -o-transform:      rotate( -90deg );
  -ms-transform:     rotate( -90deg );
  transform:         rotate( -90deg );
}



/* Main contents  */

#main_container {
  position: relative;
  float:right;
  width: 100%;
  margin: 0 0 0 -300px;
  height: 100%;
}
#map_wrapper {
  position: relative;
  float: right;
  margin-left: -350px;
  padding-left: 350px;
  width: 100%;
  height: 100%;
}
#map_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#map_canvas {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.marker_info {
  position: relative;
  width: 340px;
  margin: 10px 0 0;
  overflow: hidden;
}
.marker_info h3 {
  margin: 0 0 5px;
}
.marker_img {
  display: inline-block;
  width: 120px;
  height: 90px;
  margin: 0 10px 0 0 ;
  vertical-align: top;
}
.marker_txt {
  position: relative;
  display: inline-block;
  width:210px;
  height: 90px;
  vertical-align: top;
}
.marker_txt .spot_link {
  bottom: 0;
  right: 0;
}

#nearby {
  position: absolute;
  top: -50px;
  padding: 10px;
  color: #fff;
  background-color: #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#n_searchbox {
  position: relative;
  display: inline-block;
}
#n_searchbox input {
  width: 220px;
  height: 20px;
  margin: 0 10px;
  padding: 0 10px;
  border:none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
}
#n_searchbox span {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #333;
}
#map_reset {
  position: absolute;
  bottom: 24px;
  right: 44px;
  background-color: #333;
  cursor: pointer;
  opacity: 0.8;
}
#map_reset:hover {
  opacity: 1;
}
#map_reset img {
  width: 18px;
  height: 18px;
  margin: 5px;
  display: block;
}

@media (max-width: 1048px) {
  #side_menu {
    margin-left: -350px;
  }
  .side_index {
    left: -270px;
  }
  #index_bar {
  display: block;
  }
  #main_container {
    margin-left: 0;
  }
  #map_wrapper {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  #map_container {
    margin: -104px 0 -70px;
    padding: 104px 0 70px;
  }
}

.lazyload, .lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}