.section__map-container {
    padding: 0 !important;
}

.videos__map-container {
    position: relative;
}

.videos__open-map {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 10;
}

.videos__map {
    height: 578px;
    display: none;
    border: 1px solid #F3F3F3;
    border-top: 0;
}

.videos__open-map .btn {
    border-radius: 0 0 2px 2px;
    background: #F3F3F3;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    color: #55505A;
}

.videos__open-map .btn:hover {
    color: #55505A;
    border-color: #F3F3F3;
}

#map-search {
    font-size: 12px;
    color: #000;
}

#form-container {
    z-index: 30;
    position: absolute;
    background: #FFF;
    padding-bottom: 5px;
    margin-top: 10px;
}

#map-search li {
    list-style-type: none;
}

#map-search .categories {
    border-right: 1px solid #8996A0;
}

#map-search .categories.last {
    border-right: none;
}

#map-search #time-range input.button {
    padding: 0;
    width: 60px;
    cursor: pointer;
    text-align: center;
    background: #fff url(../images/sprite4.png) 100px 100px no-repeat;
}
					
#map-search #time-range input.button.start.no-date {
    text-indent: -20px;
    background-position: 40px -395px;
}

#map-search #time-range input.button.end.no-date {
    text-indent: -18px;
    background-position: 36px -395px;
}

#map-search #time-range input.button.disabled {
    color: #aaa;
    background-color: #f2f2f2;
}

#map-search .basic-buttons button {
    float: right;
}

#map-search .advanced {
    display: none;
    padding: 10px;
}

#map-search .advanced .advanced-newsorg #trending {
  width: 480px;
  height: 40px;
  margin: 5px 0 0;
}

#map-search .advanced .advanced-newsorg #trending #trending-views,
#map-search .advanced .advanced-newsorg #trending #trending-time {
  float: left;
  width: 180px;
  height: 40px;
  position: relative;
}

#map-search .advanced .advanced-newsorg #trending #trending-views > p,
#map-search .advanced .advanced-newsorg #trending #trending-time > p {
  top: 3px;
  margin: 0;
  left: 15px;
  padding: 0;
  font-size: 11px;
  position: absolute;
  text-shadow: 1px 1px 0 #fff;
}

#map-search .advanced .advanced-newsorg #trending #trending-views .slider,
#map-search .advanced .advanced-newsorg #trending #trending-time .slider {
  top: 22px;
  left: 15px;
  width: 152px;
  height: 15px;
  position: absolute;
  background: url(../images/sprite4.png) -100px -720px no-repeat;
}

#map-search .advanced .advanced-newsorg #trending #trending-views .slider div,
#map-search .advanced .advanced-newsorg #trending #trending-time .slider div {
  border: 0;
  background: none;
}

#map-search .advanced .advanced-newsorg #trending #trending-views .slider div a,
#map-search .advanced .advanced-newsorg #trending #trending-time .slider div a {
  top: -3px;
  border: 0;
  width: 10px;
  height: 20px;
  cursor: pointer;
  margin-left: -3px;
  background: url(../images/sprite4.png) -100px -740px no-repeat;
}

#map-search .advanced .advanced-newsorg #trending #trending-summary {
  float: right;
  width: 120px;
  font-size: 11px;
  padding: 6px 0 0;
  line-height: 14px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}

#map-search .button {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

#map-search .not-registered {
    color: #888;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #f9f9f9;
    margin: 10px 0 0 5px;
    border: 1px solid #ddd;
    text-shadow: 1px 1px 0 #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#map-search-container #map-container {
    margin: 0;
    width: 938px;
    bottom: 0;
    height: 389px;
    overflow: hidden;
    position: absolute;
}

#map-search-container #map-container #map-google {
    width: 938px;
    height: 389px;
    overflow: hidden;
    position: relative;
}

.map_info_box {
    width: 220px;
    height: 157px;
    background: url('../images/sprite4.png') 0 -190px no-repeat;
}
.map_info_box > div {
    top: 12px;
    left: 12px;
    color: #fff;
    width: 200px;
    height: 110px;
    overflow: hidden;
    position: absolute;
}
				
.map_info_box h4 {
    padding: 0;
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'Lato', arial, sans-serif;
}
.map_info_box h4 a {color: #fff;}
map_info_box p {
    margin: 0;
    padding: 0;
    font-size: 11px;
}
map_info_box.by a {color: #fff;}
map_info_box.stars {
    margin: 1px 0 3px;
}