#work .work-carousel
{
    margin-top: 6rem;
}

#work .work-carousel .owl-dots
{
    position: relative;

    margin-top: 6rem;

    text-align: center;
}

#work .work-carousel .owl-dots .owl-dot
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 6px;

    -webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
    vertical-align: middle;

    border-radius: 100%;
    background: #bdc3c7;
}

#work .work-carousel .owl-dots .owl-dot.active
{
    border-color: rgba(0,0,0,0);
}

#work .work-carousel .owl-dots .owl-dot:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 7px;
    height: 7px;

    content: '';
    -webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    opacity: 0;
    border-radius: 100%;
    background: #13bbbd;
}

#work .work-carousel .owl-dots .owl-dot.active:after,
#work .work-carousel .owl-dots .owl-dot:hover:after
{
    opacity: 1;
}

#work .work-carousel .item
{
    position: relative;

    display: block;
    overflow: hidden;

    min-height: 46rem;

    background: none;
}

#work .work-carousel .item .bg-image
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
}

#work .work-carousel .item .info
{
    position: absolute;
    z-index: -4;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: .4s ease;
         -o-transition: .4s ease;
            transition: .4s ease;
    pointer-events: none;

    opacity: 1;
    background: rgba(10,10,10,.6);
}

#work .work-carousel .item:hover .info
{
    z-index: 2;

    pointer-events: all;

    opacity: 1;
}

#work .work-carousel .item .info .container-mid
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

#work .work-carousel .item .info .container-mid h5
{
    -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
            transform: translateX(2rem);

    opacity: 0;
    color: #fff;
}

#work .work-carousel .item:hover .info .container-mid h5
{
    -webkit-transition: .2s ease .1s;
         -o-transition: .2s ease .1s;
            transition: .2s ease .1s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

#work .work-carousel .item .info .container-mid i
{
    font-size: 2rem;
    line-height: 2.5em;

    display: block;

    width: 2.5em;
    margin: 1em auto 0 auto;

    -webkit-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
            transform: translateX(-2rem);
    text-align: center;

    opacity: 0;
    color: #fff;
    border-radius: 100%;
    background: #13bbbd;
}

#work .work-carousel .item:hover .info .container-mid i
{
    -webkit-transition: .2s ease .1s;
         -o-transition: .2s ease .1s;
            transition: .2s ease .1s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

#work .work-carousel .item .lightbox-wrapper
{
    position: absolute;

    display: none;

    opacity: 0;
}

.featherlight .featherlight-content
{
    max-height: 95%;
    padding: 0;

    border-bottom: 0;
}

.featherlight .featherlight-content .work-lightbox h1,
.featherlight .featherlight-content .work-lightbox h2,
.featherlight .featherlight-content .work-lightbox h3,
.featherlight .featherlight-content .work-lightbox h4,
.featherlight .featherlight-content .work-lightbox h5,
.featherlight .featherlight-content .work-lightbox h6,
.featherlight .featherlight-content .work-lightbox p
{
    color: #111;
}

.featherlight .featherlight-content  .featherlight-close-icon
{
    font-size: 2.4rem;
    line-height: 2.4em;

    top: .7em;
    left: .7em;

    width: 2.4em;

    border-radius: 100%;
    outline: none !important;
    background: white;
}

.featherlight .featherlight-content .work-lightbox
{
    max-width: 1400px;
    padding: 0 0 10vh 0;

    text-align: center;
}

.featherlight .featherlight-content .work-lightbox img
{
    margin: 0 auto 7vh auto;
}

.featherlight .featherlight-content .work-lightbox .description
{
    max-width: 700px;
    margin: 0 auto;
    padding: 0 5rem;
}

.featherlight .featherlight-content .work-lightbox .description h3
{
    margin-bottom: .25em;

    text-align: left;
}

.featherlight .featherlight-content .work-lightbox .description p.subline
{
    margin-bottom: 2em;

    letter-spacing: .025em;
}

.featherlight .featherlight-content .work-lightbox .description p
{
    margin-bottom: 2em;

    text-align: left;
}
