:root {
    --yellow: #d2ae5e;
    --blue: #0e71b8;
    --bluelight: #92d4f6;
    --bluelightest: #c8e8fb;
    --bluedark: #0c2e4b;
}

.top-search {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 80px;
    z-index: 10;
    background: rgba(210,174,94,0.75);
}

.top-search .form-group {
    padding-right: 15px;
}

    .top-search input {
        background: rgba(255,255,255,0.5);
        background-image: url(/images/search.svg);
        background-size: 25px auto;
        background-repeat: no-repeat;
        background-position: 95% 50%;
        box-shadow: 0px 0px 25px #d2ae5e;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 300;
        color: #0c2e4b;
        transition: background 0.3s linear;
        margin: 20px auto;
    }

.top-search input::placeholder {
    color: #000;
}

        .top-search input:focus {
            background-color: rgba(255,255,255,1);
            box-shadow: 0px 0px 5px #d2ae5e;
            color: #000 !important;
        }

/*
.carrousel-home:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/icecrystals-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 100%;
    z-index: 9;
    opacity: 0.3;
}
        */

footer .company-info i {
    width: 20px;
    min-height: 5px;
    color: #1d70b7;
}

#about,
#brands,
#services,
#features {
    padding: 50px 0;
}

.inner-brand img {
    max-height: 70px;
}

.headroom--not-top .inner-brand img {
    max-height: 55px;
}

.client-overview {
    width: 900px; /* 6 x width of .client */
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .client-overview {
        width: 750px; /* 5 x width of .client */
    }

    .inner-brand img {
        max-height: 55px;
    }

    .headroom--not-top .inner-brand img {
        max-height: 45px;
    }

    h1, .h1 {
        font-size: 38px;
    }

    h2, .h2 {
        font-size: 34px;
    }

    h3, .h3 {
        font-size: 32px;
    }

    h4, .h4 {
        font-size: 30px;
    }

    }

@media screen and (max-width: 768px) {
    .client-overview {
        width: 600px; /* 3 x width of .client */
    }
}

@media screen and (max-width: 640px) {
    .client-overview {
        width: 300px; /* 2 x width of .client */
    }
}

.client-overview .client {
    float: left;
    width: 120px;
    height: 150px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 30px;
}


@media screen and (max-width: 640px) {
    .client-overview .client {
        width: 50%;
        height: 100px;
    }
}

.box-icon .icon .fa {
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 40px;
}

.shop-item .shop-item-image {
    background: #f9f7f1;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    /* this is the desired aspect ratio */
    width: 100%;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
}

    .shop-item .shop-item-image img {
        position: absolute;
        /* the following 3 properties center the image on the vertical axis */
        top: 0;
        bottom: 0;
        margin: auto;
        /* uses image at 100% width (also meaning it's horizontally center) */
        width: 90%;
        margin-left: 5%;
    }

        .shop-item .shop-item-image a::after {
            content: "";
            position: absolute;
            top: -110%;
            left: -210%;
            width: 200%;
            height: 200%;
            opacity: 0;
            transform: rotate(30deg);
            background: rgba(255, 255, 255, 0.13);
            background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
        }

        /* Hover state - trigger effect */
        .shop-item .shop-item-image a:hover:after {
            opacity: 1;
            top: -30%;
            left: -30%;
            transition-property: left, top, opacity;
            transition-duration: 1.7s, 1.7s, 0.15s;
            transition-timing-function: ease;
        }

        /* Active state */
        .shop-item .shop-item-image a:active:after {
            opacity: 0;
        }

.submenu {
    background-color: #0c2e4b
}

label.error {
    color: red;
    font-weight: normal;
    font-size: 12px;
    padding-left: 12px;
}

.success {
    color: green;
}

.module-products {
	padding: 0;
}

.inner-nav > ul > li > a {
	font-weight: bold;
}

.module.parallax {
	margin-top: 100px;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: #0c2e4b;
}

.img-link {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
position: relative;
}