#map{
  background: -moz-linear-gradient(45deg,  rgba(18,35,68,0.87) 0%, rgba(18,35,68,0.91) 30%, rgba(44,116,160,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(18,35,68,0.87)), color-stop(30%,rgba(18,35,68,0.91)), color-stop(100%,rgba(44,116,160,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  rgba(18,35,68,0.87) 0%,rgba(18,35,68,0.91) 30%,rgba(44,116,160,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  rgba(18,35,68,0.87) 0%,rgba(18,35,68,0.91) 30%,rgba(44,116,160,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  rgba(18,35,68,0.87) 0%,rgba(18,35,68,0.91) 30%,rgba(44,116,160,1) 100%); /* IE10+ */
  background: linear-gradient(45deg,  rgba(18,35,68,0.87) 0%,rgba(18,35,68,0.91) 30%,rgba(44,116,160,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de122344', endColorstr='#2c74a0',GradientType=1 ); /*    IE6-9 fallback on horizontal gradient */
}

