/* 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;
}

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

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

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

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

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


/* Tiles */
.b-specproject__tiles-row {
    display: flex;
    justify-content: center;
    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: 420px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: 5px solid #ffbc3c;
    border-radius: 10px;
    overflow: hidden;
}

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

.b-specproject__tile--w700 {
    width: 700px;
}

.b-specproject__tile--w500 {
    width: 500px;
}

.b-specproject__tile--w300 {
    width: 300px;
    border: none;
}

.b-specproject__tile--w240 {
    width: 240px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    border: none;
}
.b-specproject__tile--h555 {
    height: 555px;
}
.b-specproject__tile--h600 {
    height: 600px;
}

.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: 22px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));

}
.b-specproject__tile-title {
    position: relative;
    margin: 0 0 35px;
    font: normal 400 24px/1 'Futura Demi', sans-serif;
}
.b-specproject__tile-title:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 2px;
    bottom: -20px;
    left: 0;
    background-color: #ffbd3e;
}

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

.b-specproject__tile-text {
    margin: 0 0 30px;
    font: normal 400 18px/24px '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: 115px;
    height: 50px;
    font: normal 400 12px/1 'Futura Demi', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #ffbc3c;
    border-radius: 10px;
    transition: all 0.3s;
}

.b-specproject__tile-wrap-link:hover .b-specproject__tile-link,
.b-specproject__tile-link:hover {
    color: #fff;
    background: #ffb62c;
    box-shadow: 1px 1px 5px 2px rgba(255,182,44,.5)
}

.b-specproject__tile-gradient {
    border-radius: 5px;
}

/* hero-content/title/text */
.b-specproject__hero-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 230px;
    padding: 10px 15px;
    color: #000;
    background: #fff;
    border-radius: 10px;
    /*background: linear-gradient(rgba(0, 0, 0, 0) 11.25%, rgba(0, 0, 0, 0.9) 100%);*/
}
.b-specproject__hero-title {
    position: relative;
    margin: 0 0 10px;
    font: normal 400 21px/1 'Futura Demi', sans-serif;
}
.b-specproject__hero-text {
    font: normal 400 18px/20px 'Futura Book', sans-serif;
}

/* 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: #ffbc3c;
    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: #ffb62c;
    box-shadow: 1px 1px 5px 2px rgba(255,182,44,.5)
}

.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;
}

/* brand */
.b-project__brand {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
}
.b-specproject__brand-row {
    display: flex;
}
.b-specproject__brand-col {
    display: flex;
    flex: 1 1 auto;
    width: calc(100%/4);;
}
.b-specproject__brand-card {
    transition: all .3s;
}
.b-specproject__brand-card:hover {
    transform: scale(1.05);
    transition: all .3s;
}
.b-specproject__brand-card a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.b-specproject__brand-main-title {
    font: normal 400 27px/1 'Futura Demi', sans-serif;
    color: #4fcdea;
    position: relative;
}
.b-specproject__brand-main-title:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 2px;
    bottom: 55px;
    left: 0;
    background-color: #ffbd3e;
}

.b-specproject__brand-card-title {
    font: normal 400 18px/1 'Futura Book', sans-serif;
    color: #4fcdea;
    margin-bottom: 20px;
}