@font-face {
  font-family: 'HeadLineFont';
  src: url('../fonts/Bariol_Light.otf');
}
body {
  background: #f9f9f9;
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.profile-menu .mail-item a {
  padding: 9px 11px;
  font-size: 20px;
}
.fa-circle-o-notch {
  color: #00aeef;
}
a,
button {
  outline: none !important;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.dp1 {
  box-shadow: unset;
}
.dp2 {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
/* Styles.css */
.padding-xl {
  padding-top: 100px;
}
.padding-lg {
  padding-top: 75px;
}
.padding-md {
  padding-top: 50px;
}
.padding-sm {
  padding-top: 25px;
}
.padding-xs {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .padding-xs {
    padding: 0;
  }
}
.space50 {
  clear: both;
  height: 50px;
  width: 100%;
}
/* BIMboard 
------------------------------------------------------------- */
.bimboard {
  bottom: 15px;
  position: absolute;
  left: 15px;
  right: 15px;
}
.user-board {
  display: block;
  text-align: center;
}
.user-board img {
  border-radius: 100px;
  height: 70px;
  width: 70px;
  border: 2px solid #ddd;
  margin-top: 10px;
}
.heart-grey {
  color: #999;
}
.heart-like-text {
  color: #999 !important;
}
.heart-like-text-black {
  color: #333 !important;
}
.heart:hover,
.heart:focus,
.heart:active {
  color: #d9534f !important;
  background: #fff !important;
}
.redheart {
  color: #d9534f !important;
}
.btn-background {
  background: #ebebeb;
}
.no-search-result {
  text-align: center;
  margin: 20px;
}
/* Preview icons */
.preview-product {
  /*
    position: absolute;
    top: 0;
    right: 5px;
    margin-top: -3px;
    z-index: 999;
    */
  position: absolute;
  right: 17px;
  top: 7px;
}
.preview-product .icon-stack,
.preview-product .fa-stack {
  width: 1.1em;
}
.preview-product .icon-stack-2x,
.preview-product .fa-stack-2x {
  font-size: 1.5em;
  color: #ddd;
}
.preview-product .icon-stack-1x,
.preview-product .fa-stack-1x {
  font-size: 0.7em;
  top: -7px;
  color: #555;
}
.product-card {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 3px;
  margin: 7.5px;
  /*height: 335px;*/
  height: 305px;
}
.product-card:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.product-card img {
  margin-bottom: 10px;
}
.product-card a {
  text-decoration: none;
}
.product-card h4 {
  min-height: 40px;
  max-height: 60px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-card h4.brand {
  min-height: 20px;
  max-height: 35px;
  font-size: 13px;
  color: #777;
  text-align: center;
  line-height: 15px;
  margin-bottom: 5px;
}
.product-card .filetype {
  text-align: center;
  margin-bottom: 10px;
  height: 45px;
  overflow: hidden;
}
.product-card .filetype img {
  width: 15px;
  border-radius: 5px;
  margin: 2px;
}
.product-card .logo {
  clear: both;
  float: left;
  margin-bottom: 3px;
  max-height: 15px;
  max-width: 100px;
}
/* Project Site */
.project-site .dropdown-menu {
  max-height: 250px;
  overflow: auto;
}
.project-site .header {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
.project-site .header:first-child {
  border: unset;
}
.project-site a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  color: #00aeef !important;
}
/* Modal */
.modal-body,
.modal-footer {
  background: #f9f9f9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal-body.filter {
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 554px) {
  .modal-body.filter {
    max-height: 65vh;
  }
}
/* Search */
.modal-header input.search {
  width: 200px;
  border-radius: 100px;
}
.modal-header input.search:focus {
  width: 270px;
  -webkit-transition: all .2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* Modal Categories */
.category-divider {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.category-list h5 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.category-list label {
  font-weight: unset;
  color: #555;
  cursor: pointer;
}
.category-list .category-parent label {
  font-weight: 600;
}
.category-list .category-child label {
  margin-left: 15px;
  font-size: 12px;
}
.category-list .category-parent .category-icon {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  display: table;
  padding: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-bottom: 10px;
}
.category-list .category-parent .category-icon:hover {
  border: 1px solid #00aeef;
}
.category-list .category-parent .category-icon > img {
  height: 40px;
  width: 40px;
  opacity: 0.8;
}
.category-list.center {
  text-align: center;
}
.category-list.center label {
  display: block;
}
.category-list.center .category-icon {
  display: block;
  padding: 10px;
  border-radius: 3px;
  margin-top: 20px;
  width: 100%;
}
.category-list.center .category-icon img {
  height: auto;
  width: auto;
  max-width: 150px;
  max-height: 20px;
}
.category-divider {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.subcategory-list {
  max-height: 110px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.subcategory-list.open {
  max-height: 500px;
}
.subcategory-more {
  color: #999 !important;
  margin-top: -5px;
  margin-bottom: 10px;
}
/* Browse.css */
.scroll-to-top,
.scroll-to-top:hover,
.scroll-to-top:active,
.scroll-to-top:focus {
  background: #000;
  z-index: 9999999999999999999999999;
  position: fixed;
  bottom: 0;
  right: 10px;
  color: #fff;
  padding: 7px 15px;
  opacity: .7;
  border-radius: 3px 3px 0 0;
}
.container-sidebar.fixed {
  position: fixed;
  top: 75px;
  left: 15px;
  overflow: auto;
  max-height: calc(90%);
}
.sidebar-header-nav {
  display: none;
}
@media (max-width: 991px) {
  .sidebar-header-nav {
    padding: 10px;
    display: block;
  }
  .container-sidebar.fixed {
    z-index: 9999;
    left: 0;
    top: 57px;
    max-height: calc(90%);
  }
}
#filterNavResponsive {
  padding: 15px;
}
.search-banner {
  min-height: 100px;
  background: #fff;
  padding: 30px 0 10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.search-icon {
  position: relative;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: #ccc;
}
.search-banner input {
  border-radius: 100px;
  text-indent: 25px;
  margin-top: -25px;
}
.search-banner .input-group-addon {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #00aeef;
  border-color: #00aeef;
  color: #fff;
}
.search-banner .input-group-addon i {
  margin-left: 20px;
  margin-right: 20px;
}
.search-results {
  display: block;
  background: #fff;
  border-radius: 0 0 5px 5px;
  z-index: 99;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  min-height: unset;
  margin: 0 20px 0 20px;
}
.search-results .search-result-header {
  display: block;
  background: #333;
  color: #ddd;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.search-results a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 10px;
  color: #777;
  cursor: pointer;
}
.search-results a:hover,
.uib-typeahead-match.active {
  background: #f1f1f1;
  text-decoration: none;
}
.list-inline.categories {
  padding-top: 15px;
  margin: 0;
  text-align: center;
}
.list-inline.categories .category-icon {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  display: table;
  padding: 15px 17px;
  border: 1px solid #ddd;
  cursor: pointer;
  margin: 0 auto;
}
.list-inline.categories .category-icon:hover,
.list-inline.categories .category-icon.active {
  border: 1px solid #00aeef;
  background-color: #00aeef;
}
.list-inline.categories li img {
  height: 20px;
  width: 20px;
  opacity: 0.8;
}
.list-inline.categories .list-inline-item {
  margin: 0;
  padding: 0 3px;
}
@media (min-width: 1106px) {
  .list-inline.categories .category-icon {
    padding: 8px 10px;
  }
}
@media (max-width: 1105px) {
  .list-inline.categories .list-inline-item {
    width: 9%;
  }
}
@media (max-width: 544px) {
  .list-inline.categories {
    display: none;
  }
}
.container-sidebar {
  float: left;
  width: 300px;
  background-color: #fff;
}
.container-body {
  margin-left: 315px;
  background-color: #fff;
  display: block;
}
.product-wrapper {
  display: block;
  padding: 5px;
}
.sidebar-wrapper {
  display: block;
}
.sidebar-wrapper h5 {
  margin-top: 20px;
  color: #777;
  font-size: 16px;
  text-transform: unset;
  font-weight: 600;
  margin-bottom: 5px;
}
.sidebar-wrapper select {
  margin-bottom: 10px;
}
.sidebar-wrapper li > a {
  color: #00aeef;
  text-decoration: none;
  margin-left: 7px;
}
.sidebar-wrapper li > a.active {
  color: #111;
}
.sidebar-wrapper li > a:hover {
  color: #111;
}
ul.list-inline.filter-tags {
  padding: 10px 10px 0;
  margin: 0;
  text-align: center;
}
ul.list-inline.filter-tags li {
  padding: 0;
}
.tag-primary {
  background: #00aeef;
  font-weight: 300;
  white-space: normal;
  margin: 2px;
  padding: 0 3px 0 7px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  /*text-transform: capitalize;*/
  display: inline-block;
}
.tag-primary span {
  cursor: pointer;
}
.filter-btns {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  height: 51px;
}
.filter-numbers {
  font-size: 13px;
  color: #555;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.filter-numbers > span > span {
  background: #eee;
  padding: 2px 5px;
  border-radius: 3px;
  color: #333;
}
button .filter-text {
  float: left;
  color: #555;
}
button .filter-icon {
  float: right;
  margin-top: 2px;
}
button.filter {
  margin-bottom: 10px;
  text-align: left;
  background-color: #eee;
}
button.filter:hover {
  background-color: #00aeef;
  color: #fff !important;
}
button.filter:hover .filter-text {
  color: #fff;
}
.btn.btn-default.filter {
  border-color: transparent;
}
.btn-secondary {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.btn.dark {
  background: #222;
  color: #eee;
  border-color: #222;
}
.btn.dark:hover {
  background: #000;
  border-color: #000;
  color: #ddd;
}
.btn.dark.brand {
  font-size: 11px;
  font-weight: 100;
}
.product-wrapper .col-xs-6,
.product-wrapper .col-sm-4,
.product-wrapper .col-md-6,
.product-wrapper .col-lg-4,
.product-wrapper .col-xl-3,
.product-wrapper .col-xxl,
.product-wrapper .col-xxxl,
.product-wrapper .col-xxxxl,
.product-wrapper .col-xxxxxl {
  padding-left: 10px;
  padding-right: 10px;
}
.product-wrapper .product-item {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 370px) {
  .product-wrapper .product-item {
    width: 33.33333333%;
  }
}
@media (min-width: 550px) {
  .product-wrapper .product-item {
    width: 25%;
  }
}
@media (min-width: 730px) {
  .product-wrapper .product-item {
    width: 20%;
  }
}
@media (min-width: 910px) {
  .product-wrapper .product-item {
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product-item {
    width: 25%;
  }
}
@media (min-width: 1090px) {
  .product-wrapper .product-item {
    width: 20%;
  }
}
@media (min-width: 1270px) {
  .product-wrapper .product-item {
    width: 16.66666667%;
  }
}
@media (min-width: 1440px) {
  .product-wrapper .product-item {
    width: 14.28571428%;
  }
}
@media (min-width: 1620px) {
  .product-wrapper .product-item {
    width: 12.5%;
  }
}
@media (min-width: 1800px) {
  .product-wrapper .product-item {
    width: 10%;
  }
}
@media (min-width: 2130px) {
  .product-wrapper .product-item {
    width: 8.33333333%;
  }
}
@media (min-width: 2200px) {
  .product-wrapper .product-item {
    width: 8.33333333%;
  }
}
@media (min-width: 2400px) {
  .product-wrapper .product-item {
    width: 7.14285714%;
  }
}
@media (min-width: 2600px) {
  .product-wrapper .product-item {
    width: 6.66666666%;
  }
}
@media (min-width: 2800px) {
  .product-wrapper .product-item {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .container-sidebar {
    float: none;
    width: 100%;
  }
  .container-body {
    float: none;
    width: 100%;
    margin: 0;
  }
  .container-body .product-wrapper {
    padding: 0;
  }
  .container-body .col-xs-6 {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    float: left;
    width: 16.666%;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 2000px) {
  .col-xxxxl {
    float: left;
    width: 10%;
  }
}
@media (min-width: 2300px) {
  .col-xxxxxl {
    float: left;
    width: 8.333%;
  }
}
