@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.filterbar {
  background-color: #e8eaec;
  min-height: 45px;
  padding: 7px 15px; }

.filter-search .form-control {
  height: 29px;
  padding: 2px 7px;
  border: none;
  border-radius: 0; }

.filter-search .btn {
  height: 29px;
  padding: 2px 7px;
  border: none;
  border-radius: 0;
  background-color: #1480a9;
  color: #fff; }

.filter-btn img {
  margin-right: 3px; }

.filter-chk {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px; }
  .filter-chk li{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  .filter-chk .nav{
    display: none;
  }
  .filter-chk .check-list{
    display: block;
  }
.filter-chk label {
  font-size: 14px;
  color: #666; }

.filter-chk .checkbox-inline {
  display: block; }

.filter-chk .checkbox-inline + .checkbox-inline {
  margin-left: 0; }

.projects {
  clear: both;
  overflow: hidden;
  padding: 15px 0 35px;
  margin-left: -10px;
  margin-right: -10px; }

.projectwrap {
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative; }

.project {
  background-color: #f4f4f4;
  padding: 5px;
  cursor: pointer; }

.project:hover {
  background-color: #e8eaec;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4); }

.project-img {
  overflow: hidden; }

.project-img img {
  width: 100%;
  display: block;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out; }

.project-img img:hover {
  transform: scale(1.1);
  position: relative; }

.project-details {
  padding: 5px 2px 2px; }

.project-name {
  font-size: 15px;
  color: #1480a9; }

.project-prod {
  font-size: 12px;
  color: #666;
  line-height: 1.25; }

.project-type {
  font-size: 11px;
  color: #999; }

.project-desc {
  margin-top: 10px;
  width: 100%;
  float: left; }

.project-specs {
  list-style-type: none; }

.project-specs li {
  margin-bottom: 5px;
  font-size: 16px; }

.project-specs li span {
  font-weight: bold;
  min-width: 80px;
  display: inline-block;
  margin-right: 10px; }

.project-social {
  margin-top: 20px; }

.project-blurb {
  margin-top: 20px; }

.project-blurb p {
  text-align: justify; }

.bxslider li img {
  width: calc(100% - 5px);
  height: auto; }

.gallery-slider {
  max-width: 700px;
  margin: 0 auto; }

.gallery-slider .bx-wrapper .bx-controls-direction a {
  top: 50%;
  display: none; }

.gallery-slider .bx-wrapper .bx-prev {
  left: 20px; }

.gallery-slider .bx-wrapper .bx-next {
  right: 20px; }

.bx-pager {
  padding: 5px 0;
  width: 100%;
  float: left;
  position: relative;
  z-index: 10; }

.bx-pager li {
  width: calc(20% - 5px);
  list-style-type: none;
  float: left;
  margin: 0 5px 0 0px; }

.bx-pager a img {
  width: 100%;
  height: auto;
  margin-bottom: 4px; }

#projectModal .modal-dialog {
  width: 95%;
  max-width: 1170px;
  max-height: 90vh; }

#projectModal .modal-header {
  background-color: #1480a9;
  color: #fff; }

#loadDiv {
  opacity: 0;
  transition: opacity 0.5s ease; }

#loadDiv.vis {
  opacity: 1; }

.pinit {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
  margin: 50px;
  float: left;
  display: none; }

.project {
  position: relative; }

.projectwrap:hover .pinit {
  display: inherit; }

.projectwrap .social-sharing {
  margin: -00px 0px 0 -00px; }

@media (min-width: 480px) {
  .projectwrap {
    float: left;
    width: 50%; } }
@media (min-width: 768px) {
  
  .filter-chk .checkbox-inline {
    display: inline-block; }

  .filter-chk .checkbox-inline + .checkbox-inline {
    margin-right: 20px; }

  .filter-search {
    padding-top: 24px; }

  .projectwrap {
    width: 33.33%; }

  .bx-pager li {
    width: calc(14.28% - 5px); } }
@media (min-width: 992px) {
  .filter-search {
    padding-top: 8px; 
  }

  .projectwrap {
    width: 25%; }
    
  .bx-pager li {
    width: calc(20% - 5px); } }
@media (min-width: 1100px) {
  .filter-chk .nav{
    display: block;
  }
  .filter-chk .nav .checkbox-inline{
    display: block;
  }
  .filter-chk .check-list{
    display: none;
  }
}
@media (min-width: 1200px) {
  .filter-chk {
    margin-top: 0; 
  }
  .bx-pager li {
    width: calc(16.66% - 5px); }

  .gallery-slider .bx-wrapper .bx-controls-direction a {
    display: inherit; } }
/*# sourceMappingURL=gallery.css.map */

/*# sourceMappingURL=gallery.css.map */
