* {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.navbar-brand {
  padding-top: 13.5px;
}
.navbar-brand img {
  height: 50px;
}
.navbar-top.affix .navbar-brand {
  padding-top: 6px;
}
@media (max-width: 991px) {
  .navbar-top.affix .navbar-brand {
    padding-top: 8px;
  }
  .navbar-brand {
    padding-top: 8px;
  }
}
.boxed-page header .navbar-top.affix {
  max-width: 1220px;
}
ul.breadcrumbs li:first-child:before {
  content: " ";
}
.profile-page .certifications.certifications-flow li {
  width: auto;
  height: 190px;
  clear: none;
  float: left;
  padding: 6px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
}
.profile-page .certifications.certifications-flow li > * {
  align-self: flex-end;
}
.profile-page .certifications.certifications-flow li img {
  border: none;
  margin-top: 0px;
}
.profile-page .certifications li {
  border-bottom: #eee 1px solid;
  padding-bottom: 6px;
  padding-top: 6px;
  width: 100%;
  clear: both;
}
.profile-page .certifications li:last-child {
  border-bottom: none;
}
.profile-page .certifications li:first-child img {
  margin-top: 0px;
}
.profile-page .certifications li img {
  margin-top: 10px;
  margin-bottom: 10px;
  border: #eee 1px solid;
}
.profile-page .photo {
  float: left;
  width: 200px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.member-name {
  white-space: nowrap;
}
.team-member div.member-photo {
  position: relative;
  padding: 0px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.team-member div.member-photo img {
  width: 100%;
}
.team-member div.member-photo:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(101%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9993;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  background-color: #0bb586;
}
.team-member div.member-photo:hover:after {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.item {
  position: relative;
}
.item .thumb-overlay {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: white;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.item .thumb-overlay.dark {
  color: #0bb586;
}
.item:hover .thumb-overlay {
  opacity: 1;
}
.nivo-lightbox-title {
  font-size: 11px !important;
  font-weight: 300 !important;
  font-style: italic !important;
}
.page-home-services .page-content ul {
  list-style: disc;
}
.project-content h1,
.project-content h2,
.project-content h3,
.project-content h4,
.project-content h5 {
  font-weight: 300;
}
.portfolio-thumb {
  min-height: 120px;
  text-align: center;
}
.portfolio-details {
  min-height: 80px;
}
.testimonial {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #eee;
}
.testimonial p {
  margin-bottom: 0px;
  color: #999;
}
.customer-link {
  float: right;
  padding-top: 40px;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .customer-link {
    margin-top: 12px;
  }
}
.customer-link img {
  height: 80px;
}
.latest-posts-classic .post-row {
  margin-top: 20px;
}
.latest-posts-classic .post-row .header-image {
  border: 3px solid #eee;
  border-radius: 3px;
  height: 90.4px;
  width: 90.4px;
  float: left;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.latest-posts-classic .post-row .left-meta-post {
  clear: left;
}
.classic-testimonials .testimonial-content p:last-child {
  margin-bottom: 0px;
}
.classic-testimonials .testimonial-content:after {
  content: "\201D";
  font-weight: 300;
  position: absolute;
  font-size: 30px;
  opacity: 0.5;
  bottom: 0px;
  right: 6px;
  line-height: 0px;
}
.section + .section {
  padding-top: 0px;
}
.winter-is-coming {
  z-index: 1000;
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transfarent;
}
.snow {
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: falling linear infinite both;
  animation: falling linear infinite both;
  -webkit-transform: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0);
}
.snow--near {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  background-image: url("Snow/snow-large.png");
}
.snow--near + .snow--alt {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.snow--mid {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  background-image: url("Snow/snow-medium.png");
}
.snow--mid + .snow--alt {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.snow--far {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  background-image: url("Snow/snow-small.png");
}
.snow--far + .snow--alt {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
    transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
    transform: translate3D(7.5%, 100%, 0);
  }
}
@keyframes falling {
  0% {
    -webkit-transform: translate3D(-7.5%, -100%, 0);
    transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(7.5%, 100%, 0);
    transform: translate3D(7.5%, 100%, 0);
  }
}

html,
body,
#container {
  width: 100%;
  min-height: 100%;
}

#container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#container > * {
  flex: 1;
}

footer {
  flex-grow: 0;
}
