<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
blockquote {
  padding-left: 1.0em;
  margin-left: 1.0em;
  border-left: 1px solid #333;
  font-style: italic;
}
#container {
  padding: 20px 0 30px 0;
  max-width: 100%;
  width: 100%;
  background-color: #0378fe;
}
#container img {
  width: 300px;
  height: 300px;
  background-color: #FFF;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/**** Example Options ****/

#options {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
#options h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: lighter;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  color: #F34532;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #666464;
  width: 50px;
  height: 30px;
  display: relative;
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  padding-top: 10px;
}
#options ul {
  list-style: none;
}
#options li {
  margin: 0 0 10px 0;
}
#options li a {
  width: 160px;
  text-align: center;
  border-radius: 25px;
  background-color: #f1f1f1;
  font-family: 'Roboto', sans-serif;
  color: #a6b5c5;
  font-weight: 500;
  line-height: 45px;
  font-size: 15px;
  font-weight: 500;
  float: left;
  display: inline-block;
  margin: 0 10px 0 10px;
}
#options li a:hover {
  transition: .2s;
  background-color: #e6e6e6;
}
#options li a:active {
  background-color: #0378ef;
  transition: .2s;
  color: #ffffff;
}
#options li a.selected {
  background-color: #0378ef;
  color: #ffffff;
}
/* Combination filter options*/

#options .option-combo {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: inline-block;
}
#options .option-combo ul {
  height: 50px;
  width: 95%;
  margin-top: 50px;
  text-align: center;
  padding: 0;
  display: inline-block;
}
/* Materials */

.material {}
.material.sports {}
.material.fourteen.sports {}
.material.metal {}
.material.blue {}
.material.green {}
.material.black {}
.material.twelve, .material.fourteen {}
.material.thirteen, .material.fourteen {}
.material a {
  display: block;
  height: 100%;
}
.material a:hover {
  background: white;
  background: hsla( 0, 0%, 100%, 0.5);
}
.demos #content {
  height: 100%;
}
/**** Docs ****/

.docs #content {
  max-width: 400px;
}
.docs #content a:hover {
  border-bottom: 1px dotted;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}</pre></body></html>