@font-face {
    font-family: 'GatewayATwoOT';
    src: url('../fonts/GatewayATwoOT.woff2') format('woff2'),
        url('../fonts/GatewayATwoOT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-headline {
    padding-bottom: 0px;
    padding-top: 200px;
}

.page-head {
    padding-top: 180px;
}

.page-project {
    padding-top: 120px;
    padding-bottom: 0px;
}

.main-nav,
.page,
.small-section,
#news
 {
    border-left: 14px #00e75b solid;
}

#films .works-filter {
    margin-bottom: 200px;
}

.slide-text {
    vertical-align: bottom;
    text-align: right;

}

.slide-title {
    text-align: right;
    vertical-align: bottom;
    margin-right: 80px;
    margin-bottom: 50px;

}

.section-title .section-more {
    font-size: 15px;
}

.fullwidth-slider .work-full-detail p {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
}

.slide-project {
    margin-right: 40px !important;

}


.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.place-card {
    display: none;
}

.collapse-head{
    cursor:pointer;
}

.collapse-head blockquote:after {
    font-family: 'FontAwesome';
    content: "\f107";
    color: #111;
    width: 15px;
    height: 15px;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #999;
}



.collapse-head.active blockquote:after {
    content: "\f106";
    color: #111;
}

.collapse-content{
    padding-bottom:25px;
}

.work-full-detail div {
    padding: 4px 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0, .05);
}