header.masthead {
  height:150px;
  position: relative;
  background-color: #343a40;
  background: url("img/pm_idx1.png") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #0769AD;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
/*typeahead*/
/*fixes issue with appending fa search*/
  .input-group > .twitter-typeahead {
   flex: 1 1 auto;
   width: auto;
}
.tt-query {-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {   color: #999}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {padding: 3px 20px;line-height: 24px;color: black;}
.tt-suggestion.tt-cursor,.tt-suggestion:hover {color: #fff;background-color: #3699FF;}
.tt-suggestion p {margin: 0;}
.twitter-typeahead {width: 100%;}


#admin-profile{
  padding-top: 200px;
}

#map-canvas {
      	margin:10px;
        height: 600px;
        margin:5px;

      }

#idx-map-canvas {
   margin:5px;
   height: 300px;
 }

.circle {
 -webkit-border-radius:100%!important;
 -moz-border-radius:100%!important;
 border-radius:100%!important
}
.radius-clear {
 -webkit-border-radius:0%!important;
 -moz-border-radius:0%!important;
 border-radius:0%!important
}


#form-buscar >.form-group >.input-group > .form-control {
    height: 40px;
}
#form-buscar >.form-group >.input-group > .input-group-btn > .btn{
        height: 40px;
        font-size: 16px;
        font-weight: 300;


}
#form-buscar >.form-group >.input-group > .input-group-btn > .btn .glyphicon{
 margin-right:12px;
}


#form-buscar >.form-group >.input-group > .form-control {
    font-size: 16px;
    font-weight: 300;

}

#form-buscar >.form-group >.input-group > .form-control:focus {
  border-color: #33A444;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0, 109, 0, 0.8);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0, 109, 0, 0.8);
}
