/* Add here all your css styles (customizations) */
.text-primary {
 color: #e67e22;
 text-decoration: none;
/* text-shadow:1px 1px #dcdcdc;*/
}
/* Add here all your css styles (customizations) */
.map-responsive{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    opacity: ,8;
}
body {
/*      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;*/
}