.finishs_wrap
{
}
.finishes_blocks_parent
{
    padding-top: 30px;
}
.finishespg_block
{
    width: calc(33.33% - 56px);
    float: left;
    margin-bottom: 60px;
    margin-right: 80px;
}
.finishespg_block:nth-child(3n)
{
    margin-right: 0;
}
.finishespg_block a
{
    display: inline-block;
    position: relative;
}
.finish_img img
{
    max-width: 100%;
}
.finish_block_over
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #12b4f0;
    background: rgba(0,75,112,0.33);
    opacity: 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.finishespg_block a:hover .finish_block_over
{
    opacity: 1;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.finishes_name_part
{
    position: absolute;
    bottom: 0;
    right: 0; 
}
.finishespg_block a:hover .finish_name_block
{
    background: #2dbcf2;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.finishespg_block a:hover .finish_name_block p
{
    color: #004b70;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.finish_name_block
{
    background: #004b70;
    padding: 18px 26px 18px 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.finish_name_block p
{
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: 'BrandonGrotesque-Regular';
    font-weight: 400;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
/*-- finishes detail page --*/
.finish_details_block
{
    padding-bottom: 80px;
}
.finish_img_part
{
    width: 657px;
    float: left;
}
.finish_img_content_part
{
    width: calc(100% - 657px);
    float: left;
    padding-left: 90px;
}
.finish_details_inn
{
    padding-right: 80px;
    padding-bottom: 20px;
}
.dtls_head
{
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
        font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.finish_details_inn p
{
    font-size: 18px;
    line-height: 28px;
    color: #161717;
    font-family: 'BrandonGrotesque-Light';
    padding-bottom: 16px;
}
.project_sample_part
{
    padding-bottom: 70px;
}
.sample_head
{
    font-size: 40px;
    line-height: 40px;
    color: #050000;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #c1c9cc;
}
.project_sample_wrap
{
    padding-top: 54px;
}
/* -- 
font-family: 'Playfair Display', serif;
 font-family: 'BrandonGrotesque-Regular';
font-family: 'BrandonGrotesque-Medium';
font-family: 'BrandonGrotesque-Light';
font-family: 'BrandonGrotesque-Bold';
-- */
.wonderplugin-gridgallery-item-container a{position: relative;
    display: contents;}

.wonderplugin-gridgallery-item-container a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 180, 239, 0.73);
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wonderplugin-gridgallery-item-container a:hover:before{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wonderplugin-gridgallery-item-container a:after{
    content: "";
    background: url(../images/search.png)no-repeat;
    width: 44px;height: 44px;position: absolute;top:0;left:0;right:0;bottom:0;margin:auto;
    opacity: 0;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-ms-transition: all 0.5s linear;
    z-index: 1;
}
.wonderplugin-gridgallery-item-container a:hover:after{
    opacity: 1;
}
h2.innerpg_smallhead{
    font-size: 24px;
    line-height: 24px;
    font-family: 'BrandonGrotesque-Medium';
    padding-bottom: 5px;
}