@media screen and (min-height: 700px) {
  #map_container {
    position: relative;
    bottom: 0px;
    min-height: 600px;
    max-height: 800px;
    height: calc(100% - 40px);
    width: calc(100% - 12px);
    padding: 12px 30px 40px 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px) {
  .sotcdLogos {
    width: 250px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .sotcdLogos {
    width: 150px;
    height: auto;
  }
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.full {
  width: 100%;
}
.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}
footer {
  background: #EDEFF1;
  height: auto;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
footer h3 {
  color: #54697E;
  font-size: 14px;
  font-weight: 400;
}
.social-media {
  font-size: 20px;
  list-style-type: none;
  width: 100%;
  color: #7F8C8D;
  text-align: center;
  margin: 6px 12px 6px 12px;
}
.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}
.social-media a {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #2c3e50;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 6px;
  float: left;
  height: 40px;
  line-height: 36px;
  width: 40px;
  transition: all 1s ease-in 0s;
  -moz-transition: all 1s ease-in 0s;
  -webkit-transition: all 1s ease-in 0s;
  -ms-transition: all 1s ease-in 0s;
  -o-transition: all 1s ease-in 0s;
}

.social-media a:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  background: #2c3e50;
}
.social-media a i {
  font-size: 20px;
  margin: auto;
  color: #EDEFF1;
}
#loaderDiv {
  position: absolute;
  top: 33vh;
  left: 33%;
  width: 33%;
  z-index: 100;
}
.navbar .container-fluid>.navbar-header {
  float: left;
}
.navbar .navbar-nav {
  float: left;
}
.nav>li {
  float: left;
}
.navbar-brand {
  width: 150px;
  height: auto;
}
.navbar {
  font-family: 'Trueno', 'Helvetica', sans-serif !important;
}
.list-group {
  margin:12px;
}
.btn-info {
  margin:4px;
}
.figure {
  margin-top: 6px;
}
#accordian {
  padding: 0 15px 0 15px;
}
#ownerListButton {
  font-family: 'Trueno', 'Helvetica', sans-serif !important;
  margin: 0 auto !important;
  width: 80%;
  min-width: 180px !important;
}
.main-cm {
  margin: 4% 30% 4% 30%;
  width: 30%;
  min-width: 120px;
}
#map {
  height: 100%;
  width: 100%
}
#map_container {
  position: relative;
  bottom: 0px;
  min-height: 440px;
  height: calc(100% - 80px);
  width: calc(100% - 12px);
  padding: 12px 36px 20px 36px;
}
#infowindow-content {
  display: none;
  font-family: 'Trueno', 'Helvetica', sans-serif !important;
}
#infowindow-content .title {
  font-variant-caps:small-caps;
  font-weight: bold;
  font-family: 'Trueno', 'Helvetica', sans-serif !important;
}
.gm-style-iw strong {
  font-size: 110%;
  display: inline;
  font-family: 'Special Elite', cursive !important;	
}
.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: 'Trueno', 'Helvetica', sans-serif !important;
}
#pac-container {
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 40px;
  width: calc(100% - 12px);
  
}
#pac-input {
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Trueno', 'Helvetica', sans-serif !important;
  font-size: 14px;
  font-weight: 350;
  text-align: center;
  text-overflow: ellipsis;
  width: calc(100% - 360px);
  min-width: 180px;
  height: 34px;
  margin: 6px;
  z-index: 50;
  float: left;
}
#pac-input:focus {
  border-color: #D6AB5D;
}
#filter {
  border-radius: 5px;
  font-family: 'Trueno', 'Helvetica', sans-serif !important;
  font-size: 12px;
  font-weight: 250;
  text-align: center;
  height: 34px;
  float: left;
  margin: 6px;
  }
#location {
  height: 34px;
  border-radius: 5px;
  font-size: 14px;
  float: left;
  margin: 6px;
}
#map-and-search {
  width: 100%;
  background: #002C4F;
  padding: 18px 0 30px;
}
.footer, .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bubbles {
  margin: 0 auto;
}
.bubbles a i.fa {
  -ms-transform: translate(0px, -2px);
  -webkit-transform: translate(0px, -2px);
  transform: translate(0px, -2px);	
}
