.marker_label{
    text-align: center;
    width: 150px;
}
.marker_label .marker_label_inner{
	background: #FFF;
	padding: 2px 3px;
	border: 1px solid #CCC;
	text-align: center;
	width: auto;
    display: inline-block;
    font-weight: bold;
}
.contener-home{
    margin-bottom: 40px;
}
.col-md-right {
  padding-left: 0px;
}
.active-col .col-item-cl {
  background: #F5F5F5;
}
.item-img {
  float: left;
  margin-right: 10px;
  border: 1px solid #d0d0d0;
  padding: 2px;
  margin-left: 10px;
}
.contener-home .tab-content {
  overflow-x: hidden;
}
.title-item {
  margin-bottom: 5px;
}
.title-item a {
  color: #000;
  font-weight: bold;
  line-height: 18px;
}
.col-item-district, .col-item-price {
  color: #4e4e4e;
  line-height: 18px;
  margin-bottom: 2px;
}
.col-item-price-ct {
  font-weight: bold;
  color: #c61627;
}
.item-contents {
  padding-right: 30px;
  overflow: hidden;
}
.col-item-cl {
  position: relative;  
  float: left;
  width: 100%;
  padding: 15px 0px;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
}
.item-vip {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 31px;
  background: url('../images/icon-vip.png') no-repeat center center;
}
.col-filter {
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0px;
}
/*
-------. bootrap tab -------- */
.contener-home .nav-tabs > li.active > a,.contener-home .nav-tabs > li.active > a:hover,.contener-home .nav-tabs > li.active > a:focus {
  color: #000;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
  background: url('../images/icon-title-down.png') no-repeat center bottom;
}
.contener-home .nav-tabs > li > a {
  margin-right: 5px;
  line-height: 1.428571429;
}
.contener-home .nav-tabs > li > a:hover {
  border-color: #e7e7e7 #e7e7e7 #E7E7E7;
}
.contener-home .nav-tabs {
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 10px;
}
.contener-home .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -3px;
}
/*
----------popup map----------------------*/
li.item-popup {
  float: left;
  margin-right: 10px;
  border: 1px solid #d0d0d0;
  padding: 2px;
  margin-bottom: 10px;
}
a.bt-detaile {
  color: #ffffff;
  background: #3969e0;
  border: none;
  padding: 3px 0px;
  font-size: 13px;
  float: left;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 12px;
  width: 80px;
  text-align: center;
}
.item-contents-map{
  padding-top: 20px;
}
a.bt-save {
  color: #ffffff;
  background: #ff9600;
  border: none;
  padding: 3px 0px;
  font-size: 13px;
  float: left;
  font-weight: bold;
  border-radius: 3px;
  width: 80px;
  text-align: center;
}
.item-imgs .img-responsive {
  width: 330px;
}
.row-cl.col-md-left {
  float: left;
  margin-right: 15px;
}
.col-md-bt {
  overflow: hidden;
  width: 570px;
  height: 78px;
}
li.item-popup:last-child {
  margin-right: 0px;
}
.item-row-map {
  width: 98%;
}
.stage {
  
}
.item-stage-res img {
    max-width: 100% !important;
}
a.item-view {
    color: #000;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 10px 0px;
}
/*
-------------Responsive-------------------*/
@media only screen and (min-width: 768px){
    .contener-home .tab-content {
      height: 515px;
    }
    .stage-res-pon{
      display: none;  
    }
    .gm-style .gm-style-iw {    
      width: 575px !important;
    }
}
@media only screen and (min-width: 992px){
    .col-md-left{
        padding-right:0px;
    }
    .title-responsive{
        display: none;
    }
}
@media only screen and (min-width: 1200px){
    
}
@media only screen and (max-width: 991px){
    .title-responsive{
        display: block;
    }
    .title-pc{
        display: none;
    }
 .col-home{
    	display: none;	
	}
}
@media only screen and (max-width: 767px){
    .wrapper_main_full{
        padding:0px 10px;
    }
    .col-md-left #map-canvas{
        height: 275px !important;
    }
    .wrapper_main_full #map-canvas{
        height: 500px !important;
    }
    .contener-home .tab-content {
      height: auto;
    }
    .stage{
      display: none;
    }
   
}
@media only screen and (max-width: 700px){
   .col-item-full{
    width: 100%;
   }
   .gm-style .gm-style-iw {    
      width: auto !important;
    }
}