/* Made with http://icomoon.io/ */
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?pygv39");
    src: url("../fonts/icomoon.eot?pygv39#iefix") format("embedded-opentype"),
        url("../fonts/icomoon.ttf?pygv39") format("truetype"),
        url("../fonts/icomoon.woff?pygv39") format("woff"),
        url("../fonts/icomoon.svg?pygv39#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-activity:before {
    content: "\e916";
}
.icon-anchor:before {
    content: "\e917";
}
.icon-aperture:before {
    content: "\e918";
}
.icon-archive:before {
    content: "\e900";
}
.icon-award:before {
    content: "\e901";
}
.icon-bell:before {
    content: "\e919";
}
.icon-box:before {
    content: "\e902";
}
.icon-briefcase:before {
    content: "\e903";
}
.icon-camera:before {
    content: "\e91a";
}
.icon-check:before {
    content: "\e932";
}
.icon-chevron-down:before {
    content: "\e933";
}
.icon-chevron-left:before {
    content: "\e934";
}
.icon-chevron-right:before {
    content: "\e935";
}
.icon-chevron-up:before {
    content: "\e936";
}
.icon-clock:before {
    content: "\e91b";
}
.icon-codepen:before {
    content: "\e91c";
}
.icon-coffee:before {
    content: "\e91d";
}
.icon-compass:before {
    content: "\e904";
}
.icon-credit-card:before {
    content: "\e91e";
}
.icon-database:before {
    content: "\e905";
}
.icon-download:before {
    content: "\e91f";
}
.icon-feather:before {
    content: "\e906";
}
.icon-film:before {
    content: "\e907";
}
.icon-gift:before {
    content: "\e908";
}
.icon-globe:before {
    content: "\e920";
}
.icon-heart:before {
    content: "\e921";
}
.icon-image:before {
    content: "\e909";
}
.icon-info:before {
    content: "\e937";
}
.icon-layers:before {
    content: "\e90a";
}
.icon-list:before {
    content: "\e938";
}
.icon-lock:before {
    content: "\e939";
}
.icon-log-in:before {
    content: "\e93a";
}
.icon-log-out:before {
    content: "\e93b";
}
.icon-mail:before {
    content: "\e90b";
}
.icon-map-pin:before {
    content: "\e90c";
}
.icon-maximize-2:before {
    content: "\e93c";
}
.icon-menu:before {
    content: "\e93d";
}
.icon-message-square:before {
    content: "\e922";
}
.icon-more-vertical:before {
    content: "\e93e";
}
.icon-navigation:before {
    content: "\e923";
}
.icon-package:before {
    content: "\e90d";
}
.icon-paperclip:before {
    content: "\e924";
}
.icon-pen-tool:before {
    content: "\e925";
}
.icon-percent:before {
    content: "\e926";
}
.icon-pie-chart:before {
    content: "\e927";
}
.icon-power:before {
    content: "\e93f";
}
.icon-printer:before {
    content: "\e928";
}
.icon-rss:before {
    content: "\e929";
}
.icon-settings:before {
    content: "\e90e";
}
.icon-share:before {
    content: "\e90f";
}
.icon-shield:before {
    content: "\e92a";
}
.icon-shopping-bag:before {
    content: "\e910";
}
.icon-shopping-cart:before {
    content: "\e92b";
}
.icon-sliders:before {
    content: "\e92c";
}
.icon-smartphone:before {
    content: "\e92d";
}
.icon-star:before {
    content: "\e92e";
}
.icon-tag:before {
    content: "\e911";
}
.icon-target:before {
    content: "\e912";
}
.icon-truck:before {
    content: "\e913";
}
.icon-umbrella:before {
    content: "\e92f";
}
.icon-unlock:before {
    content: "\e930";
}
.icon-video:before {
    content: "\e914";
}
.icon-watch:before {
    content: "\e915";
}
.icon-x:before {
    content: "\e931";
}

body {
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #fff;
}

.bl-content a {
    color: #555;
}

.bl-main section.brd-light {
    border: solid 1px transparent;
    border-color: #838383; /*#111; #eee;*/
    border-left: solid 1px transparent;
    border-bottom: solid 1px transparent;
}
.g-brd-gray-light-v4 {
    border-color: #eee !important;
}
.g-brd-left {
    border-left: solid 1px transparent !important;
}
.g-brd-bottom {
    border-bottom: solid 1px transparent !important;
}

.g-absolute-centered {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}

.bl-main > section:first-child {
    background: #111;
}
.bl-main > section:first-child > .bl-box h2 {
    color: #cecece; /*#5c5edc;*/
    /*color: rgb(154, 105, 203);*/
}

.bl-main > section:nth-child(2) {
    background: #000;
    /*border-right: solid 1px transparent;*/
}
.bl-main > section:nth-child(2) > .bl-box h2 {
    color: #cecece;
    /*color: rgb(0, 190, 214);*/
}

.bl-main > section:nth-child(3) {
    background: #000;
}
.bl-main > section:nth-child(3) > .bl-box h2 {
    color: #cecece;
    /*color: rgb(232, 28, 98);*/
}

.bl-main > section:nth-child(4) {
    background: #111;
    /*border-right: solid 1px transparent;*/
}
.bl-main > section:nth-child(4) > .bl-box h2 {
    color: #cecece; /*#5c5edc;*/
    /*color: rgb(114, 192, 44);*/
}

/* Opened */
.bl-main > section:first-child.bl-expand,
.bl-main > section:nth-child(2).bl-expand,
.bl-main > section:nth-child(3).bl-expand,
.bl-main > section:nth-child(4).bl-expand {
    background: #fff;
}

/* */
div.bl-panel-items > div {
    background: #fff;
}
div.bl-panel-items > div > div {
    width: 100%;
}

/*div.bl-panel-items nav {
    width: 300px;
    margin-left: -150px;
}*/
div.bl-panel-items nav {
    width: 100%;
    min-width: 300px;
    margin-left: -150px;
    left: 50%;
    background-color: #191a1b;
    padding: 1em;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div.bl-panel-items nav {
    justify-content: space-around;
}

.bl-panel-items nav .bl-icon-close {
    /*position: absolute;
  right: 1em;*/
}

.bl-next-work {
    margin-right: 1em !important;
}
.bl-panel-items .icon-chevron-right {
    display: block;
    font-size: 2em;
}
.bl-panel-items .bl-icon-close:before {
    margin-bottom: 0;
}

/* ---------- *
 * Animations *
 * ---------- */

.triggered {
    z-index: -1;
}
.triggered .bl-box {
    opacity: 0;
}
.bl-expand-item .sp-menu-trigger {
    z-index: 99;
}

/* Contact section */
.bl-contact-info {
    list-style: none;
    text-align: center;
    margin: 0; /* 2em 0; */
    padding: 0;
}
.bl-contact-info li {
    display: inline-block;
    width: 100%; /* 30% */
    /* border-right: 1px solid #555; */
    border-bottom: 1px solid #555;
    padding: 1.5em;
}
.bl-contact-info li:last-child {
    /*border-right: none;*/
    border-bottom: none;
}
.bl-contact-info li i.icon {
    position: relative;
    font-size: 2.5em;
}

/* Resize items on smaller screens */

@media (min-width: 600px) and (max-width: 768px) {
    /*@media only screen and (min-width: 600px) {*/
    /* For tablets: */
    .bl-contact-info li:first-child {
        width: 100%;
        border-right: none;
    }
    .bl-contact-info li {
        width: 41.66%;
        border: none;
        border-right: 1px solid #555;
    }
    .bl-contact-info li:last-child {
        border-right: none;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .bl-contact-info li {
        width: 30%;
        border: none;
        border-right: 1px solid #555;
    }
    .bl-contact-info li:last-child {
        border-right: none;
    }
}

@media screen and (max-width: 65em) {
    /* 1040 */
}

@media screen and (max-width: 50em) {
    /* 800 */
}

@media screen and (max-width: 40em) {
    /* 640 */
}

@media screen and (max-width: 25em) {
    /* 400 */
}

@media screen and (max-width: 15em) {
    /* 400 */
    .bl-contact-info li {
    }
}

/* 
 * initial animation logo
 * ---------------------- */
.ip-logo,
.ip-loader {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.pg-logo {
    opacity: 0;
    /*top: 0;
   height: 100%;
   -webkit-transform: translate3d(0,25%,0);
   transform: translate3d(0,25%,0);*/
}

.loading .pg-logo,
.loading .pg-loader {
    opacity: 1;
}

.loading .pg-logo {
    -webkit-animation: animInitialLogo 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: animInitialLogo 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

@-webkit-keyframes animInitialLogo {
    from {
        opacity: 0;
    }
}

@keyframes animInitialLogo {
    from {
        opacity: 0;
    }
}

/* Header elements when loading finishes */
.loaded .pg-logo,
.loaded .ip-loader {
    opacity: 1;
}

/* on showing content
 .bl-logo {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 0.5s;
  -moz-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s;
}
.bl-expand-item .bl-logo {
  opacity: 0;
}
*/

.sp-menu-content,
.sp-menu-content > section {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.sp-menu-content {
    left: 100%; /* bottom to top */ /* top: 100%; */
    z-index: 9999;
}

.sp-menu-content > section .bl-icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}

/* All transitions */
.sp-menu-content > section {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sp-menu-content > section {
    background: #fff;
    /*
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
    */
    /*
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    */
}

.sp-menu-content > section {
    /*
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    */
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out,
        opacity 0s linear 0.5s;
    -moz-transform: translateX(0);
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
    -ms-transform: translateX(0);
}

.sp-menu-content > .bl-shown {
    /*
    z-index: 1000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    */
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transform: translateX(-100%);
    -moz-transition: -moz-transform 0.5s ease-in-out;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
    -ms-transform: translateX(-100%);
}

.sp-menu-content > .bl-hide-current {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
    -webkit-transform: translateX(-100%) scale(0.5);
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transform: translateX(-100%) scale(0.5);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transform: translateX(-100%) scale(0.5);
    -ms-transform: translateX(-100%) scale(0.5);
    z-index: 0;
}

/* hide box-title */
.bl-shown .bl-box {
    display: none; /* opacity: 0;*/
}

.bl-logo {
    /*
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  */

    -webkit-transition: opacity 0.3s linear 0.5s;
    -moz-transition: opacity 0.3s linear 0.5s;
    transition: opacity 0.3s linear 0.5s;
}
/* hide logo on opened */
.bl-opened-item .bl-logo,
.bl-expand-item .bl-logo {
    opacity: 0;
}

.bl-content,
.bl-icon-close {
    -webkit-transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
}

section.bl-shown .bl-content,
section.bl-shown .bl-icon-close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear 0.5s;
    -moz-transition: opacity 0.3s linear 0.5s;
    transition: opacity 0.3s linear 0.5s;
}

/*---.sp-menu-content > .bl-shown .bl-content {
	visibility: visible;
	opacity: 1;
	/-*-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
  -webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;*-/
}---*/

/*--------------------*/
/* Fillpath           */
/*--------------------*/
.color-10 {
    background: #f3cf3f;
}

.nav-fillpath a {
    width: 100px;
    height: 100px;
}

.nav-fillpath .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.nav-fillpath a::before,
.nav-fillpath a::after,
.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 50%;
    background: #566475;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent; /* for FF */
}

.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
    z-index: 100;
    height: 0;
    background: #fff;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
}

.nav-fillpath a::before,
.nav-fillpath .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-fillpath a.next::before,
.nav-fillpath a.next .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-fillpath a::after,
.nav-fillpath .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nav-fillpath a.next::after,
.nav-fillpath a.next .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.nav-fillpath h3 {
    position: absolute;
    top: 50%;
    margin: 0;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.85em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-fillpath a.prev h3 {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.nav-fillpath a.next h3 {
    right: 100%;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.nav-fillpath a:hover .icon-wrap::before,
.nav-fillpath a:hover .icon-wrap::after {
    height: 50%;
}

.nav-fillpath a:hover::before,
.nav-fillpath a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.nav-fillpath a.next:hover::before,
.nav-fillpath a.next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
}

.nav-fillpath a:hover::after,
.nav-fillpath a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.nav-fillpath a.next:hover::after,
.nav-fillpath a.next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
}

.nav-fillpath a:hover h3 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

/* */
.iso-filter {
    margin-bottom: 3.57143rem;
}

.iso-filter li {
    cursor: pointer;
    list-style: none;
    display: inline-block;
    border: 1px solid #777;
    padding: 0.1em 0.5em;
    border-radius: 0.25rem;
}

.iso-filter li:not(:last-child) {
    margin-right: 0.5rem;
}

/* Product grid */

.grid {
    position: relative;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    padding: 1.5em 0 8em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

/* Loader */
.grid__loader {
    display: none;
    margin: 3em auto 0;
}

.grid--loading .grid__loader {
    display: block;
}

/* Clearfix */

.grid:after {
    content: "";
    display: block;
    clear: both;
}

/* Grid items */

.grid__sizer,
.grid__item {
    position: relative;
    /* float: left; */
    width: 33.33%; /* 25% */
    padding: 0.75em;
    display: inline-block;
    list-style: none;
}

.no-touch .grid__sizer,
.no-touch .grid__item {
    padding: 0.75em 0.75em 1.25em;
}

.grid--loading .grid__item {
    visibility: hidden;
}

.grid__item--size-a {
    width: 40%;
}

.grid__item figure {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.grid__item a {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bl-content figure {
    padding: 0;
    margin: 0;
}
.img-fluid,
.grid-item img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}

/* Action style */

.action {
    font-family: Avenir, "Helvetica Neue", "Lato", "Segoe UI", Helvetica, Arial,
        sans-serif;
    font-size: 1.05em;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0.25em;
    cursor: pointer;
    color: #fff;
    border: none;
    background: none;
}

.action:focus {
    outline: none;
}

.action--button {
    color: #5c5edc;
}

.no-touch .action--button:hover {
    color: #fff;
    outline: none;
}

/* Fixed bottom bar */

.bar {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.75em 5em;
    text-align: center;
    background: #191a1b;
    -webkit-transform: translate3d(0, 0, 0);
    /* Fix for Chrome flicker on Mac ...party like we're in 2012! */
}

.flexbox .filter {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* Filter */

.filter__label {
    font-size: 0.85em;
    display: inline-block;
    margin: 0 2%;
    font-weight: bold;
    color: #393a3f;
}

.filter__item {
    font-weight: bold;
    margin: 0 2%;
    padding: 0.1em;
    vertical-align: middle;
    color: #a3a3b3;
    border-bottom: 2px solid transparent;
}

.filter__item--selected {
    color: #5c5edc;
    border-color: #5c5edc;
}

.filter__item .icon {
    font-size: 1.75em;
    display: none;
}

.bl-content,
div.bl-panel-items > div > div {
    top: 30px;
    left: 0px;
    right: 0px;
    bottom: 30px;
    padding: 0 20px;
}

/* Resize grid items on smaller screens */

@media screen and (max-width: 65em) {
    /* 1040 */
    .grid__sizer,
    .grid__item,
    .grid__item--size-a {
        width: 33.333%;
    }
}

@media screen and (max-width: 50em) {
    /* 800 */
    .grid__sizer,
    .grid__item,
    .grid__item--size-a {
        width: 50%;
    }
    .bar {
        padding-left: 0;
        text-align: left;
    }
}

@media screen and (max-width: 40em) {
    /* 640 */
    .bar {
        padding: 0.5em;
    }
    .flexbox .filter {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .filter__item {
        height: 100%;
        padding: 0.5em 0.1em;
        border: none;
    }
    .filter__item .icon {
        display: inline-block;
    }
    .filter__label,
    .action__text {
        display: none;
    }
}

@media screen and (max-width: 25em) {
    /* 400 */
    .grid {
        max-width: 95%;
    }
    .grid__loader {
        margin: 0 auto;
    }
    .grid__sizer,
    .grid__item,
    .grid__item--size-a {
        width: 100%;
    }
}

/*
{"width": 1500, "cols": 4}, 93,75
{"width": 1100, "cols": 4}, 68,75
{"width": 800, "cols": 3},  50
{"width": 480, "cols": 2},  30
{"width": 300, "cols": 1}   18,75
*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .col-1,
    .grid-item {
        width: 8.33%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .col-2,
    .grid-item {
        width: 16.66%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .col-s-3,
    .grid-item {
        width: 25%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .col-4,
    .grid-item {
        width: 33.33%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .col-4,
    .grid-item {
        width: 33.33%;
    }
}

/*
 * Hero pages 
 */
.has-hero {
    top: 0;
    padding: 0;
}

.has-hero .content {
    padding: 0 20px;
}

.has-hero .big-image {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 500px) {
    .has-hero .big-image {
        height: 420px;
    }
}

.has-hero .big-image .inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.has-hero .big-image .inner .fader {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.has-hero .big-image .inner .fader .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.has-hero .big-image .inner .fader .text h1 {
    margin: 0;
    margin-top: 0.1em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em;
    font-size: 3em;
    line-height: 1.1em;
}
/* line 105, ../scss/styles.scss */
.has-hero .big-image .inner .fader .text h2 {
    margin: 0;
    font-style: italic;
    font-weight: normal;
    margin-top: 0.2em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em;
    font-size: 1.5em;
    line-height: 1.2em;
}