
.projects-container{
    min-height: 355px;
}

.project-block{
    background: #02afff;
    min-height: 315px;
}
.project-block .white-triangle,
.projects-container .blue-triangle{
    position: relative;
}
.projects-container .blue-triangle{
    height: 39px;
}
.projects-container .blue-triangle .projects-link{
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-family: OpenSans-Regular;
    color: #02afff;
    margin-top: 15px;
    margin-right: 20px;
    border-bottom: 1px solid #02afff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;

}
.projects-container .blue-triangle .projects-link:hover{
    color: #ffba00;
    border-color: #ffba00;
}

.project-block .white-triangle:after,
.projects-container .blue-triangle:after{
    content: "";
    display: block;
    position: absolute;
    width: 133px;
    height: 39px;
    top: 0;
}

.project-block .white-triangle:after{
    background: url(../images/white-triangle.png) center top no-repeat;
    right: 15px;
}
.projects-container .blue-triangle:after{
    background: url(../images/blue-triangle.png) center top no-repeat;
    left: 15px;
}
.project-block .h2{
    color: #fff;
    line-height: 32px;
    margin:25px 0 25px 0;
}
.project-block .image{
    margin-bottom: 10px;
}

.project-block .image img{
    width: 98px;
}
.project-block .image .title{
    width: 255px;
    height: 78px;
    border-bottom: 2px solid #fff;
    position: relative;
}
.project-block .image .title:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 8px;
    height: 8px;
    background: url(../images/white-circle.png) center center no-repeat;
}

.project-block .image .title a{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: OpenSans-Bold;
    display: block;
    margin-top: -3px;
    max-height: 75px;
    overflow: hidden;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.project-block .image .title a:hover{
    color:#4d4d4d;
}

.project-block .item .excerpt{
    font-size: 14px;
    font-family: OpenSans-Regular;
    color: #fff;
    line-height: 18px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 13px;
}
.project-block .item .date{
    font-size: 12px;
    font-family: OpenSans-Regular;
    color: #fff;
    line-height: 16px;
}
.project-block .item .date svg{
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
}
.project-block .item .date svg path,
.project-block .share-block .share-btn svg path{
    fill:#4d4d4d;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.project-block .share-block{
    height: 16px;
    position: relative;
}
.project-block .share-block .share-socials{
    position: absolute;
    right: 16px;
    top: 0;
    width: 90px;
    display: none;
}
svg{
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
}

.project-block .share-block .share-socials svg path{
    fill:#fff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.project-block .share-block .share-socials svg:hover path{
    fill:#ffbc00;
}

.project-block .share-block .share-socials a{
    float: left;
}

.project-block .share-block .share-socials .facebook svg{
    width:10px;
    height: 16px;
    margin-right: 30px;
}
.project-block .share-block .share-socials .twitter svg{
    width:16px;
    height: 14px;
    margin-top: 1px;
}
.project-block .share-block .share-btn{

}
.project-block .share-block .share-btn svg{
    width:16px;
    height: 16px;
    cursor: pointer;
}
.project-block .share-block.active .share-btn svg path,
.project-block .share-block .share-btn:hover svg path{
    fill:#ffba00
}
.subscribe-container{
    height: 162px;
    background: url(../images/sub-bg.jpg) center center no-repeat;
}
.subscribe-container p{
    color: var(--white);
    margin-bottom: 0;
}
.subscribe-container p:first-child{
    font-size:24px;
    line-height: 28px;
    font-family: var(--bold);
		letter-spacing: -1px;
    margin-top: 60px;
    margin-bottom: 5px;
}
.subscribe-container p:last-child{
    font-size:14px;
    line-height: 18px;
    font-family: var(--sans-reg);

}
.mailpoet_form{
    width: 100%;
    margin-top: 55px;
}
.mailpoet_text{
    width: 300px !important;
    line-height: 55px !important;
    height: 55px !important;
    background: #fff !important;
    border: none !important;
    float: left;
    font-family: var(--sans-italic);
    font-size: 14px !important;
    color: #999999 !important;
    padding:0 10px !important;
}
.mailpoet_paragraph{
    position: relative;
}
.parsley-errors-list.filled{
    position: absolute;
    top: 55px;
}

.mailpoet_submit{
    line-height: 53px;
    width: 125px;
    float: right;
    background: #ffba00;
    border: none;
    font-size: 14px;
    color: var(--white);
    font-family: var(--sans-bold);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.mailpoet_submit:hover{
    background: #02afff;
}
.site-footer{
    background: #ffba00;
    height: 40px;
}
.site-footer p.copy{
    font-size:12px;
    color: #4d4d4d;
    margin-top: 10px;
}
