.form-control {float:right;height:30px;width:200px}

.btn {
  float:left;
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.btn:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.btn:active,
.button.is-checked {
  background-color: #ED204C;
}

.btn.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
  background-color: #ED204C;
}

.btn:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
  background-color: #ED204C;
}

/* ---- button-group ---- */

.btn-group:after {
  content: '';
  display: block;
  clear: both;
}

.btn-group .btn {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.btn-group .btn:first-child { border-radius: 0.5em 0 0 0.5em; }
.btn-group .btn:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */


/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- #element-item ---- */

#element-item {
  position: relative;
  float: left;
  font-family: sans-serif;
  width: 100%! important;
  height: auto;
  margin: 2px;
  padding: 10px;
  border: 1px solid #ccc;
  background: rgba( 253, 253, 253, 0.9);
  color: #5C564B;
  box-shadow: 1px 1px 1px #999999;
}

#element-item img {
  width: 120px;
  height: 120px;
  object-fit: contain;
	float:left;
	margin-right: 20px;
}

#element-item .category { 
  font-size: 14px;
  background-color: #1a5ba39e;
  padding: 5px 10px;
  color: #fff;
  width: auto;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
	text-align: left;

}


#element-item img {
  border: 1px solid #ccc;
}


#element-item .readmore, #element-item .readmore a {
  font-weight: 700;
  color: #1A5BA3;
  font-size: 12px;
}

#element-item .description {
  padding-top: 10px;
  padding-bottom: 10px;
}


#element-item .boldsubhed {
font-size: 13px;
font-weight: 700;
color: #666;

}
#element-item .name {
  color: #333;
  font-size: 14px;
  font-weight: 700;
 /* text-transform: uppercase;*/
  padding-top: 5px;

}

.is-checked {
  background-color: #ebebeb;
}


#element-item .colorsubhed {
  font-weight: 700;
  color: #800000;

}

#element-item .location {
  font-weight: 700;
}

#element-item .date, #element-item .description  {
  font-size: 13px;

}

.page-header {
  padding: 0px;
  margin: 0px;
}


@media screen and (min-width: 1000px) {
  body {
    width: 100%;
  }
}

@media (max-width: 850px) {
   #element-item {
  width: 32%! important;
}

}

@media (max-width: 550px) {
   #element-item {
  width: 47%! important;
}

h2 {
  font-size: 1.6em
}
.btn-default  {
  font-size: 0.9em;
}

body {
  font-size: 1.0em;
}

	#quicksearch {float: right !important;
	position: relative;}	
#element-item .boldsubhed, #element-item .description {
font-size: 1.0em;

}
#element-item .category {
  font-size: 1.2em;
  padding: 5px 15px;
}
#element-item .name {

  font-size: 1.1em;

}
}

@media (max-width: 320px) {
   #element-item {
  width: 100%! important;
}


.btn-default {
  font-size: 0.7em;
}

body {
  font-size: 1.3em;
}

h2 {
  font-size: 1.4em;
}

#element-item img {
  height: 120px;


}

}
#database {
	padding-top: 30px;
}