/* Layout colors */
/* Black and white Colors */
/**
 * Grey colors
 */
/**
 * Background colors
 */
/**
*  Bright colors
*/
/* Layout colors */
/* Black and white Colors */
/**
 * Grey colors
 */
/**
 * Background colors
 */
/**
*  Bright colors
*/
.flexslider {
  box-shadow: none;
  margin-bottom: 30px;
}
.flexslider .slides li img {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.flexslider .flex-direction-nav {
  display: none;
}
.flexslider .image-credit {
  font-family: "colfax-web", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #b2b3b6;
  line-height: 1.2;
  padding: 4px 2px 4px 0;
  text-transform: uppercase;
  text-align: right;
  display: block;
}
.flexslider .image-caption {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #111;
  font-weight: normal;
  line-height: 1.2;
  padding: 0;
  display: block;
}

@media (min-width: 782px) {
  .flexslider .flex-direction-nav {
    display: block;
    top: 45%;
  }
  .flexslider .flex-direction-nav a {
    height: 50px;
    width: 50px;
  }
  .flexslider .flex-direction-nav a:before {
    content: '\e01a';
    font-family: 'icomoon';
    font-size: 64px;
    line-height: 1;
    color: #efefef;
    text-shadow: none;
    opacity: 1;
  }
  .flexslider .flex-direction-nav a.flex-next:before {
    content: '\e017';
  }
}
