.featured {
    width: 100%;
    background-color: white;
    padding: 100px 0;
    z-index: 2;
    clear: left;
}

.featured .frame {
    /* padding-left: 200px; */
    /* padding-right: 30px; */
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.featured .frame h1 {
    font-weight: 400 !important;
    padding: 72px 0 28px 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
    color: #999 !important;
}

.practice h2 {
    font-size: 30px;
    z-index: 999;
    margin: 0;
    padding: 20px 0;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400 !important;
    border-top: solid 0px #ccc;
}

.featured ul.teamlist li {
    width: 100%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
}

.featured li a{
    display: block;
}

.featured ul.teamlist li h3 {
    display: block;
    font-size: 16px;
    padding-bottom: 16px;
    color: black !important;
}

.featured .frame h1 span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
    background-image: url(../image/port-arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #333;
}

.featured ul.small {
    height: auto;
}

.featured ul.small li {
    width: 32%;
    margin: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
    padding: 0 0 40px;
    position: relative;

}

.featured ul.small li:nth-child(3) {
    margin-right: 0%;
    width: 32%;
    margin: 0;
    float: left;
    margin-bottom: 0;
    padding: 0 0 40px;
    position: relative;
}

.featured ul.small li h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 17px 0 0 0;
    margin: 0;
    width: 100%;
    color: black !important;
}

@media (min-width:768px) {
    .practice h2 {
        position: absolute;
        top: 160px;
        left: 20px;
        color: #fff;
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .featured {
        padding: 0 0 100px;
    }

    .featured ul.small {
        height: auto !important;
    }

    .featured ul.small li {
        width: 100%;
        margin: 0;
        margin-right: 0%;
        float: none !important;
        margin-bottom: none;
        padding: none;
        position: none;

    }

    .featured ul.small li:nth-child(3) {
        width: 100%;
        margin: 0;
        margin-right: 0%;
        float: none !important;
        margin-bottom: none;
        padding: none;
        position: none;
    }
}

.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}



.hvrbox .hvrbox-layer_top {
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}

.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.featured ul li h3 span {
    font-weight: 400;
    color: #999;
    display: block;
    padding-top: 15px;
    font-size: 14px;
}

img,
video {
    height: auto;
    max-width: 100%;
}


@media screen and (max-width:767px) {
    .items .title_content h2 {
        font-size: 20px;
    }

    .items .title_content p {
        padding-top: 10px;
    }
}

@media screen and (max-width:991px) {
    .items .title_content h2 {
        font-size: 24px;
    }

    .items .title_content p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/*xs*/
@media screen and (max-width:767px) {
    .items .title_content h2 {
        font-size: 18px;
        margin-top: 0px;
    }

    .items .title_content p {
        margin-bottom: 0px;
        padding-top: 0px;
    }

    .core_container .items img:nth-of-type(1) {
        display: none;
    }

    .core_container .items img:nth-of-type(2) {
        display: block;
    }
}

@media screen and (max-width:400px) {
    .items .title_content h2 {
        font-size: 16px;
    }
}