﻿/*------------------------------------
    [Our Work]
------------------------------------*/
/*------------------------------------
    [Project Gallery]
------------------------------------*/
#bn-project-gallery .view {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 3px #ddd;
}
#bn-project-gallery .view > a > img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
#bn-project-gallery .view > a > .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 50px;
    transition: .3s ease;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=.9)";
    filter: alpha(opacity=90);
    opacity: .9;
}
#bn-project-gallery .view > a:hover .overlay,
#bn-project-gallery .view > a:hover .focus {
    height: 100%;
    background-color: #032a65;
}
#bn-project-gallery .view > a > .overlay > .text {
    white-space: nowrap;
    color: white;
    font-size: 13px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: none;
}
#bn-project-gallery .view > a > img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#bn-project-gallery .view > a:hover > img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
@media (min-width: 768px) and (max-width: 990px) {
    #bn-project-gallery .view > a > .overlay > .text {
        white-space: normal;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
}
/*--------------------------------------------------
    [Project]
----------------------------------------------------*/

#bn-project .banner {
    background-color: rgb(13, 115, 181);
    text-align: center;
    /*    margin-top: 30px;
   padding: 6px;*/
}

#bn-project .banner h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 26px;
}

#bn-project ul.proj-meta > li > span {
    display: inline-block;
    width: 86px;
}

#bn-project .proj-photo {
    background-color: rgb(241, 241, 242);
    background-color: rgba(241, 241, 242, 1);
    position: relative;
    display: block;
}

#bn-project .proj-body p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.07143rem;
}

#bn-project .proj-body ul {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.07143rem;
}

#bn-project .proj-body ul li {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1px;
}

#bn-project .proj-body ul li:before {
    content: "\e074";
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: .7rem;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    color: rgb(13, 115, 181);
    margin-left: -20px;
    width: 20px;
    vertical-align: top;
}

#bn-project .proj-body h2,
#bn-project .proj-body h3 {
    font-family: ProximaNova-Bold;
    font-weight: normal;
    font-style: normal;
    color: rgb(3, 42, 101);
    margin-bottom: .2rem;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    /*    text-transform: uppercase;*/
}
/*------------------------------------------  
    [Related Projects]
------------------------------------------*/
#related-project-slides .slick-dots li button,
#related-project-slides .slick-dots {
    display: none !important;
}

#related-project-slides .item {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

#related-project-slides .item > a > .overlay {
    position: absolute;
    bottom: 0px;
    left: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    /*width: 100%;*/
    height: 0px;
    transition: .3s ease;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=.9)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: .9em;
}

#related-project-slides .item > a:hover > .overlay {
    height: 100%;
    background-color: #032a65;
}

#related-project-slides .item > a > .overlay > .text {
    /*white-space: nowrap;*/
    color: white;
    font-size: 13px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: none;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}