/* Fonts */
@font-face {
    font-family: 'Futura Book';
    src: url('../fonts/futurabookc-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Demi';
    src: url('../fonts/futurademic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Main wrap */
.b-specproject {
    padding: 0 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

@media (max-width: 1030px) {
    .b-specproject {
        padding: 0;
    }
}

/* Reset */
.b-specproject * {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

/* Header */
.b-specproject__header {
    width: 700px;
    margin: 0 0 20px;
    color: #000;
    background: #fff;
}

.b-specproject__header-title {
    margin: 0 0 10px;
    font: normal 400 18px/26px 'Futura Demi', sans-serif;
    text-transform: uppercase;
}

.b-specproject__header-text {
    color: #fff;
    background: #38bd00;
    font: normal 400 17px/20px 'Futura Book', sans-serif;
    text-align: justify;
    padding: 20px;
}

.b-specproject__header-text strong {
    font-weight: 700;
}

@media (max-width: 1030px) {
    .b-specproject__header {
        width: 100%;
        height: auto;
        padding: 15px 15px 0;
        text-align: center;
    }

    .b-specproject__header-title {
        font-size: 16px;
    }

    .b-specproject__header-text {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 320px) {
    .b-specproject__header-title {
        font-size: 14px;
    }

    .b-specproject__header-text {
        font-size: 12px;
    }
}

/* Tiles */
.b-specproject__tiles-row {
    display: flex;
    margin: 0 0 20px;
}

.b-specproject__tiles-col {
    flex: 0 0 auto;
}

.b-specproject__tiles-col + .b-specproject__tiles-col {
    margin-left: 20px;
}

.b-specproject__tiles-col--w1 {
    width: 700px;
}

.b-specproject__tiles-col--w2 {
    width: 300px;
}

.b-specproject__tile {
    position: relative;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.b-specproject__tile + .b-specproject__tile {
    margin-left: 20px;
}

.b-specproject__tile--w0 {
    width: 760px;
    height: 400px;
}

.b-specproject__tile--w1 {
    width: 700px;
    height: 400px;
}

.b-specproject__tile--w2 {
    width: 500px;
    height: 380px;
}

.b-specproject__tile--w3 {
    width: 300px;
    height: 600px;
}

.b-specproject__tile--w4 {
    width: 240px;
    height: 380px;
}

.b-specproject__tile--1020x580 {
    width: 1020px;
    height: 580px;
}

.b-specproject__tile--w240 {
    width: 240px;
    height: 450px;
}

.b-specproject__tile-wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

.b-specproject__tile-wrap-link:hover {
    color: inherit;
}

.b-specproject__tile-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.2) 100%);
}

.b-specproject__tile-title {
    padding: 0 5px;
    margin: 0 0 15px;
    font: normal 400 24px/20px 'Futura Demi', sans-serif;
}

.b-specproject__tile-title--small {
    padding: 0 5px;
    font-size: 18px;
    line-height: 24px;
}

.b-specproject__tile-text {
    margin: 0 0 15px;
    font: normal 400 16px/20px 'Futura Book', sans-serif;
}
.b-specproject__tile-text-v {
    margin: 0 0 15px;
    font: normal 400 16px/20px 'Futura Book', sans-serif;
}

.b-specproject__tile-text a {
    color: inherit;
    text-decoration: underline;
}

.b-specproject__tile-text a:hover {
    color: inherit;
    text-decoration: none;
}

.b-specproject__tile-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    font: normal 400 12px/1 'Futura Demi', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #38bd00;
    transition: all 0.3s;
}

.b-specproject__tile-wrap-link:hover .b-specproject__tile-link,
.b-specproject__tile-link:hover {
    color: #fff;

}

/* Video */
.b-specproject__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-specproject__video-poster {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.b-specproject__video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: none;
}

.b-specproject__video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    color: #fff;
    background: none;
    border: 10px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s;
}

.b-specproject__video-play-btn:hover {
    background-color: rgba(0, 0, 0, .3);
}

.b-specproject__video-play-btn:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 50px;
    border-color: transparent transparent transparent currentColor;
    transform: translate(-40%, -50%);
}
/* yummy */

.mb-5 {
    margin-bottom: 5px;
}

.b-specproject__yummy {
    width: 760px;
    margin-right: 20px;
}
.b-specproject__heroes-row {
    display: flex;
}

.b-specproject__hero {
    position: relative;
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.b-specproject__hero--w250 {
    width: 250px;

}

.b-specproject__hero--w260 {
    width: 260px;
}

.b-specproject__hero--w260 > .b-specproject__hero-content {
    border-left: none;
    border-right: none;
}

.b-specproject__yummy-intro {
    background: #38bd00;
    padding: 15px 40px;
}

.b-specproject__yummy-text {
    font: normal 400 17px/20px 'Futura Book', sans-serif;
    color:#fff;
}

/* hero-content/title/text */
.b-specproject__hero-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 137px;
    padding: 10px;
    color: #000;
    background: #fff;
    border:1px solid #38bd00;
}

.b-specproject__hero-title {
    position: relative;
    margin: 0 0 5px;
    font: normal 400 18px/20px 'Futura Demi', sans-serif;
}

.b-specproject__hero-text {
    font: normal 400 18px/20px 'Futura Book', sans-serif;
}

@media (max-width: 1030px) {
    .b-specproject__tiles-row {
        flex-wrap: wrap;
    }

    .b-specproject__tiles-col {
        width: 100%;
        margin: 0;
    }

    .b-specproject__tiles-col + .b-specproject__tiles-col {
        margin: 20px 0 0;
    }

    .b-specproject__tile {
        width: 100%;
        margin: 0;
        background-size: cover;
    }

    .b-specproject__tile + .b-specproject__tile {
        margin: 20px auto 0;
    }

    .b-specproject__tile-content {
        padding: 30px 15px;
    }

    .b-specproject__tile-content br {
        display: none;
    }
}

/* Share */
.b-specproject__share {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 30px;
}

.b-specproject__share-title {
    font: normal 400 14px/1 'Futura Demi', sans-serif;
}

.b-specproject__share-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 20px;
}

.b-specproject__share-btn {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 1px;
    color: #fff;
    background: #38bd00;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    transition: background 0.3s;
}

.b-specproject__share-btn + .b-specproject__share-btn {
    margin-left: 5px;
}

.b-specproject__share-btn:focus:active {
    outline: none;
}

.b-specproject__share-btn:hover {
    background-color: #000;
}

.b-specproject__share-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Hide the search form of the main layout */
#search-form {
    display: none;
}