
/*////////////////////////////*/


/**** Example Filters ****/
.isotope-container {
  background-color:#fff;

}
#isotope-container {
  margin: 0 auto !important;
}
.isotope-options {
  background-color:#fff;
  display: table;   /* Allow the centering to work */
  margin: 0 auto;
}
.view-isotope ul {
  list-style: none outside none;
  margin: 0;
  padding-left: 0;
}
.view-isotope li {
  display: block;
  padding: 3px 10px;
  text-align: center;
  float: left;
}
.view-isotope li a {
  border-radius: 3px;
  padding: 3px 5px;
}

.view-isotope li a:hover {
  background: #DDDDDD;
}
.view-isotope li a.selected {
  background: #CCCCCC;
}
.isotope-filters li {
  display: inline;
}
.isotope-filters li a:link,
.isotope-filters li a:visited {
  color: #1e1e1e;
  background-color: #eeb211;
  display: block;
  font-size: .8em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  min-width:200px;
  padding: 1em 0;
  line-height: 1.5;
  margin: .2em;
  transition-property: all;
  transition-duration: 0.8s;
}
.isotope-filters li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

/* The Rest */
.isotope-element {
  float: left;
  height: 320px;
  width: 320px;
  margin: 6px;
  overflow: hidden;
  position: relative;
}
.Xisotope-element img {
  position: relative;
  width: 100%; /* for IE 6 */
}
.isotope-options {
  margin-top: 2em;
}
/* end */

/* Make view field super wide */
.view-content {
  width: 100%;
}


/* Featured Content Styling */
 .ios {
   height: 320px;
   overflow: hidden;
   position: relative;
 }
.ios_content {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: rgba(255,255,255,0.9);
  font-weight: 300;
  min-height: 15em!important;
  padding: .9em;
  position: absolute;
  bottom: -185px;
  transition: all 0.5s ease;

}
.ios_content h3 {
  font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  margin-bottom: 0.5em;
}
.ios_content a:link,
.ios_content a:visited {
  color: #000 !important;
  text-decoration: none;
  font-size: .8em;
  font-weight: 700;
}
.ios_content a:hover {
  color: #eeb211;
}
.ios_content_link a:link,
.ios_content_link a:visited {
  font-size: 1em;
}
.ios_content_link a:hover {
  color: #eeb211;
}
.ios_content_link:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0a9 ";
  color: #000;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  margin: 0 0.8em 0 .3em;
}
.ios:hover .ios_content {
  background-color: rgba(255,255,255,0.9);
  bottom: 0;
}
