/**
 * @file
 * CSS for the provided examples.
 */

.element.style {
top: 0px;
left:0px;
margin: 0px auto;
position: absolute;
}

ul.isotope-container .portfolioContainer img {
  margin: 5px;
}
section.view-program h3 {
  display:none;
}

ul.isotope-container {
 padding-left: 0px !important;
}

div.sort-data {
  display:none;
}

.isotope-container li {
  list-style-type: none;
}

/* ---- button ---- */

.filterbutton,
.sorterbutton {
  display: inline-block;
  padding: 6px 12px;
  background: #337ab7;
  border:  1px solid transparent;
  border-radius: 4px;
  //background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  //text-shadow: 0 1px white;
  cursor: pointer;
}

.filterbutton:hover,
.sorterbutton:hover {
  background-color: #286090;
  //text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.filterbutton:active,
.filterbutton.selected,
.sorterbutton:active,
.sorterbutton.selected {
  background-color: #286090;
}

.filterbutton.selected,
.sorterbutton.selected {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.filterbutton:active,
.sorterbutton:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

ul.isotope-options {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.isotope-options li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 4px 0;
}

.isotope-options:after {
  content: '';
  display: block;
  clear: both;
}

.isotope-options .filterbutton,
.isotope-options .sorterbutton {
  float: left;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 5px;
}
/*
.isotope-options li:first-child .filterbutton,
.isotope-options li:first-child .sorterbutton {
  border-radius: 0.5em 0 0 0.5em;
}

.isotope-options li:last-child .filterbutton,
.isotope-options li:last-child .sorterbutton {
  border-radius: 0 0.5em 0.5em 0;
}
*/
.item-list ul.isotope-options {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}

.item-list ul.isotope-options li {
  padding: 0;
  margin: 0;
}