/**************************/
@font-face {
    font-family: 'ABHFontAwesomeBrands';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../fonts/fa-brands-400.woff2?rnd=12") format("woff2"), url("../../fonts/fa-brands-400.ttf?rnd=12") format("truetype");
}

@font-face {
    font-family: 'ABHFontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../fonts/fa-solid-900.woff2?rnd=12") format("woff2"), url("../../fonts/fa-solid-900.ttf?rnd=12") format("truetype");
}
/*****************************/

section.abh_tab{
    padding: 0 !important;
    margin: 0 !important;
}

.abh_box {
    clear: both !important;
    width: 100% !important;
    padding: 25px 0 !important;
    position: relative !important;
}
.abh_tabs {
    list-style: none !important;
    width: 100% !important;
    padding: 5px 0 0 0 !important;
    margin: 0 0 0 0 !important;

    font: 13px arial !important;
    border-bottom: 1px solid #ccc !important;
}
.abh_tabs li {
    list-style: none !important;
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}
.abh_tabs li:after{
    content: "" !important;
    padding: 0 !important;
    margin: 0 !important;
}
.abh_tabs li:before{
    content: "" !important;
    padding: 0 !important;
    margin: 0 !important;
}
.abh_tabs li i {
    display: none;
}
.abh_tabs li a {
    color: #333 !important;
    border: 1px solid #ccc !important;
    padding: 4px 10px 3px !important;
    text-decoration: none !important;
    background-color: #eeeeee !important;
    border-bottom: none !important;
    outline: none !important;
    border-radius: 5px 5px 0 0 !important;
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    line-height: 23px !important;
}
.abh_tabs li a:hover {
    background-color: #dddddd !important;
    padding: 4px 10px !important;
}
.abh_tabs li.abh_active a {
    color: #333 !important;
    border-bottom: 1px solid #fff !important;
    background-color: #fff !important;
    padding: 4px 10px 5px 10px !important;
    border-bottom: none !important;
}
.abh_tabs li.abh_active a:hover {
    background-color: #eeeeee !important;
    padding: 4px 10px 5px 10px !important;
    border-bottom: none !important;
}

.abh_tabs li a.icon_accept {
    background-position: 5px !important;
    background-repeat: no-repeat !important;
    padding-left: 24px !important;
}
.abh_tabs li a.icon_accept:hover {
    padding-left: 24px !important;
}

.abh_tabs_content_container {
    border: 2px solid #ccc !important;
    border-top: none !important;
    padding: 10px !important;
    width: 400px !important;
}
.abh_tab_content{
    padding: 12px !important;
    background: #fff !important;
    min-height: 80px !important;
    overflow: hidden !important;

    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;

    border-radius: 0 0 5px 5px !important;
    -webkit-border-radius: 0 0 5px 5px !important;
    -moz-border-radius: 0 0 5px 5px !important;

}
.abh_tab_content .abh_tab {
    display: none;
}
.abh_tab_content .abh_image{
    display: block;
    position: relative !important;
    float: left !important;
    width: 80px !important;
    height: 80px !important;
}
.abh_tab_content .abh_image img{
    width: 100% !important;
    height: auto;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.abh_tab_content .abh_text{
    margin-left: 96px !important;
    line-height: 1.5 !important;
}
.abh_tab_content .abh_text .abh_name{
    clear: none !important;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    line-height: 20px !important;
}
.abh_tab_content .abh_text .fn{
    min-height: 24px;
    display: block;
    float: none !important;
    text-transform: capitalize !important;
    clear: none !important;
    font-size: 18px !important;
    color: #333 !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    border:none !important;
}
.abh_tab_content .abh_text .fn a{
    color: #333 !important;
}
.abh_tab_content .abh_text a{
    text-decoration: none !important;
}
.abh_tab_content .abh_text .abh_job{
    float: none !important;
    line-height: 20px !important;
    font-size: 13px !important;
}
.abh_tab_content .abh_text .abh_job span,
.abh_tab_content .abh_text .abh_job span a{
    vertical-align: initial !important;
    font-size: 13px !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.abh_tab_content .abh_text .abh_description,
.abh_tab_content .abh_text .abh_description a{
    position: static !important;
    padding-top: 6px !important;
    font-size: 14px !important;
    width: 100% !important;
}
.abh_tab_content .abh_text .abh_allposts{
    font-size: 11px !important;
    vertical-align: middle !important;
}
.abh_tab_content .abh_text ul{
    list-style: none !important;
    padding: 0 !important;
    margin: 5px 0 0 15px !important;
}
.abh_tab_content .abh_text ul li,
.abh_tab_content .abh_text ul li span{
    font-size: 13px !important;
    line-height: 20px !important;
    margin: 0 !important;
}

.abh_tab_content .abh_social{
    width: 80px !important;
    clear: left !important;
    float: left !important;
    line-height: 1px !important;
    padding: 0 !important;
    margin: 3px 10px 0 0 !important;
    text-align: center !important;
}
.abh_tab_content .abh_social div{
    width: auto !important;
}
.abh_tab_content .abh_social a {
    display: inline-block;
    font-family: "ABHFontAwesomeBrands", sans-serif;

    width: 24px !important;
    height: 24px !important;

    margin: 1px !important;
    padding: 0 !important;
    opacity: .5 !important;
    transition: opacity .2s !important;
    text-decoration: none !important;
    -moz-transition: opacity .2s !important;
    -webkit-transition: opacity .2s !important;
    -o-transition: opacity .2s !important;

    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;

    font-style: normal;
    font-size: 20px !important;
    line-height: 25px;
    text-rendering: auto;
    text-align: center;
}

.abh_tab_content .abh_social a:hover {
    opacity: 1 !important;
}

.abh_tab_content .abh_social a.abh_facebook:before {
    content: "\f09a"
}

.abh_tab_content .abh_social a.abh_flickr:before {
    content: "\f16e"
}

.abh_tab_content .abh_social a.abh_google:before {
    content: "\f1a0"
}

.abh_tab_content .abh_social a.abh_instagram:before {
    content: "\f16d"
}

.abh_tab_content .abh_social a.abh_linkedin:before {
    content: "\f08c"
}

.abh_tab_content .abh_social a.abh_pinterest:before {
    content: "\f0d2"
}

.abh_tab_content .abh_social a.abh_tumblr:before {
    content: "\f173"
}

.abh_tab_content .abh_social a.abh_twitter:before {
    content: "\e61b";
}

.abh_tab_content .abh_social a.abh_vimeo:before {
    content: "\f40a"
}

.abh_tab_content .abh_social a.abh_youtube:before {
    content: "\f167"
}

.abh_tab_content .abh_social a.abh_email:before {
    font-family: "ABHFontAwesome", sans-serif;
    content: "\f199"
}

.abh_box .vcard{
    background: none !important;
    font-size: 100% !important;
    border: none !important;
}

.abh_box .abh_pwb a{
    position: absolute !important;
    text-decoration: none !important;
    font-size: 9px !important;
    color: #999 !important;
    right: 0 !important;
    bottom: 5px !important;
}

@media only screen and (max-width: 860px) {
    .abh_tab_content .abh_image, .abh_social {
        margin-right: 10px;
    }

    .abh_tab_content .abh_text{
        text-align: justify;
        margin-left: 0 !important;
    }
}