#gmaps-wrap{
    min-height: 0px !important;
    padding: 0px !important;
    overflow: hidden;
    border-left: 1px solid #00aaff;
    border-right: 1px solid #00aaff;
    border-bottom: 1px solid #00aaff;
}
.label-success
{
    background-color: #5bb75b;
}

.room-container .carousel-control {
    background: none !important;
}

.form-home-search {
    margin-bottom: 0px !important;
}

.people-search-search {
    margin-top: 1px;
}

.map-filter-container {
    padding: 0px !important;
}

.gm-style-iw {
    overflow: visible !important;
    top: 3px !important;
    left: 3px !important;
}

.gm-style-iw > div {
    overflow: visible !important;
}

.map-content-infowindow {
    width: 250px;
    height: 155px;
    margin-right: 0px;
    padding-bottom: 0px;
    position: relative;
    overflow:visible;
}

.map-content-infowindow .map-description {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 15px;
    position: absolute;
    bottom: -12px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
    width: 240px;
}

.map-content-infowindow .map-price {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    line-height: 30px;
    text-indent: 7px;
    padding-right: 7px;
    background: rgba(255,255,255,0.65);
    font-size: 16px !important;
    font-weight: bold !important;
    color: #00AAFF;
    text-shadow: 1px 0px 1px #fff;
    overflow: visible;
}

.map-content-infowindow .map-description a {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
}

/* CAROUSEL MAP PROPERTIES STYLES */
div[id*="mapProp"] {
    margin-right: -38px;
    margin-bottom: -12px !important;
}

div[id*="mapProp"] .carousel-inner {
    overflow-x: hidden;
    padding-bottom: 12px;
}

div[id*="mapProp"] .carousel-indicators {
    top: 169px;
    left: 5px;
    background: none;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

div[id*="mapProp"] .carousel-indicators li {
    background-color: #777;
    margin-left: 0px;
}

div[id*="mapProp"] .carousel-indicators li.active {
    background-color: black;
}

div[id*="mapProp"] .carousel-control.left {
    left: 0px !important;
}


div[id*="mapProp"] .carousel-control.right {
    right: 0px !important;
}

div[id*="mapProp_imgcarousel_"] .carousel-inner img {
    width: 250px !important;
}

div[id*="mapProp_imgcarousel_"] .carousel-control {
    top: 90px;
    background: none;
    color: white;
    font-size: 60px;
    text-shadow: 1px 1px 2px #000;
    font-weight: bold;
    border: none;
}

div[id*="mapProp_imgcarousel_"] .carousel-control.left {
    left: 0px !important;
}


div[id*="mapProp_imgcarousel_"] .carousel-control.right {
    right: 38px !important;
}
