

 .footerfont {
  font-size: 0.7em; }

/* error1 Handling */
.error1 input,
input.error1,
.error1 textarea,
textarea.error1 {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error1 input:focus,
  input.error1:focus,
  .error1 textarea:focus,
  textarea.error1:focus {
    background: #fafafa;
    border-color: #999999; }

.error1 label,
label.error1 {
  color: #c60f13; }

.error1 small,
small.error1 {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
  

.tab-1 {
  margin-left: 1em;}   
.tab-2 {
  margin-left: 2em;}
.top-1 {
  margin-top: 1em;}  
.border-1 {
  margin-left: 1.5em;
  margin-right: 1.5em;}  
.border-right {
  margin-right: 2em;}    
.text-bottom{ 
  vertical-align:bottom;}
    
.hidden {
visibility: hidden;
display: none;
}  

#random {

	height: 300px;
} 

.video_menu {
  margin-bottom: 1em;
  padding-bottom: 2em;
  font-weight: bold;
  } 

.gmaps img{
  max-width: none; }
  
div.infowindow-content {
    min-width: 100px;
	min-height: 50px;
}  

.date_grey {
  padding-bottom: 2em;
  font-weight: bold;
  font-size: 0.85em;
  color: grey;
  } 
  
  .textarea1{
  height: 10em;
  }


  /* Searchbox  */
.search_input {
height: 29px !important;
 /* width: 135% !important;  */


}

.logo_topbar{
  margin-left: 1.4em !important;
  margin-right: 1.4em !important;
}

.highlight {
  background-color: #008cba;
  /* background-color: #2BA6CB; */
}

.logo-topbar img{
  height:35px !important;
  width:35px !important;
}

.left1{
  text-align: left !important;
  border-style: solid;
  border-width: 1px;

}

.border{
  border-style: solid;
  border-width: 1px;

}
.searchcard {

  overflow: hidden;
  
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  padding: 1em;
  background: #f2f2f2;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;

}

/* On mouse-over, add a deeper shadow */
.searchcard:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  cursor:pointer;
}

a.searchcard_link{
  display:block;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;

}


.searchcard_text {
  font-weight: bold;
  font-size: 1.1em;
  color: #2BA6CB;
  padding-bottom: 0.5em;
  } 

  .searchcard_value {
    font-size: 1em;
    color: #7c7c7c;
    padding-bottom: 0.5em;
    } 


    video {
      /* override other styles to make responsive */
      width: 100%    !important;
      height: auto   !important;
    }
