.single-talent {
    background-color: #f2f2f2;
}

.single-talent .bg_color_white {
    background-color: white;
}


.single-talent .main_content .none_height {
    padding-top: 0;
}


.layout_talent_profile:first-child {
    margin-top: 265px!important;
    font-size: 17px;
    line-height: 1.7em;
}

.layout_talent_profile .instructions {
    padding: 20px;
}

.layout_talent_profile .talent_bar {
    font-size: 15px;
    position: fixed;
    top: 127px;
    width: 100%;
    height: 265px;
    transition: height 0.2s ease;
    z-index: 3;
}
.layout_talent_profile .talent_bar .container {
    display: table;
    height: 100%;
}
.layout_talent_profile .talent_bar .column {
    display: table-cell;
    vertical-align: middle;
}
.layout_talent_profile .talent_bar .buttons button {
    float: right;
}
.layout_talent_profile .talent_bar .buttons button.active {
    background: transparent!important;
    border: 1px solid white;
    color:  white!important;
}
.layout_talent_profile .talent_bar .column.photo {
    width: 220px;
    transition: width 0.2s ease;
}
.layout_talent_profile .talent_bar .column.buttons {
    width: 200px;
    position: relative;
}
.layout_talent_profile .talent_bar .img {
    width: 175px;
    height: 175px;
    background-size: cover;
    background-position: center;
    transition: width 0.2s ease, height 0.2s ease;
    background-color: white;
    border-radius: 50%;
}
.layout_talent_profile .talent_bar .img picture {
    width:  100%;
    height:  100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    overflow:  hidden;
    border-radius: 50%;
    border: 3px solid white;
}
.layout_talent_profile .talent_bar .img img {
    object-fit: cover;
    flex-grow: 1;
}
.layout_talent_profile .talent_bar h1 {
    margin: 0;
    font-size: 25px;
}
.layout_talent_profile .talent_bar .talent_label,
.layout_talent_profile .talent_bar .talent_label svg {
    color: inherit!important;
}
.layout_talent_profile .talent_bar .talent_label svg * {
    stroke: white!important;
}

@media( max-width: 768px ){
    .layout_talent_profile .talent_bar .talent_label {
        display: none;
    }
}


.layout_talent_profile .talent_bar .languages {
    margin-right: 10px;
    margin-bottom: 2px;
    width: calc( 100vw - 550px );
    max-width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display:  none;
}
.layout_talent_profile .talent_bar .location .time_zone {
    font-size: 13px;
    margin-left: 5px;
}
.layout_talent_profile .talent_bar .location .icon {
    vertical-align: baseline;
    margin-right: 3px;
    margin-bottom: -3px;
    margin-top: 3px;
}
.layout_talent_profile .talent_bar .total_reviews .text {
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}
.layout_talent_profile .talent_bar .star_rating {
    vertical-align: top;
}
.layout_talent_profile .talent_bar .social_share_wrap {
    margin-top: 20px;
}
.layout_talent_profile .talent_bar .social_share_wrap .label {
    float:  left;
    margin-right:  10px;
    margin-top: 3px;
}
.layout_talent_profile .talent_bar .social_share {
    float: none;
    margin-bottom: 0;
    height: 32px;
}
.layout_talent_profile .talent_bar .social_share > * {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: rgba( 255,255,255, 0.2 );
    margin-right: 8.5px;
    transition: background-color 0.2s ease;
    border:  0;
    padding: 0;
}
.layout_talent_profile .talent_bar .social_share .fa {
    margin: 0;
    color: white;
    transition: color 0.2s ease;
}
.layout_talent_profile .talent_bar .social_share .fa-envelope-o {
    margin-top: -2px;
    margin-left: 1px;
}
.layout_talent_profile .talent_bar .social_share .fa-linkedin {
    margin-top: -2px;
}
.layout_talent_profile .talent_bar .social_share > *:hover {
    background-color: rgba( 255,255,255, 1 );
}
.layout_talent_profile .talent_bar .social_share > *:hover .fa {
    color: #00b4ab;
}
.layout_talent_profile .talent_bar .languages_location {
    line-height: 1.3em;
    margin-top: 5px;
}
.layout_talent_profile .talent_bar .languages_location,
.layout_talent_profile .talent_bar .social_share_wrap {
    opacity: 1;
    transition: height 0.2s ease, opacity 0.2s ease, margin-top 0.2s ease;
}

.layout_talent_profile .fav_btn {
    position: static;
    vertical-align: middle;
    margin-top: -0.6em;
    display: inline-block;
    margin-left: 5px;
    font-size: .8em;
}
.layout_talent_profile .fav_btn:hover, 
.layout_talent_profile .fav_btn.active {
   text-shadow: 1px 0 0 white, -1px 0 0 white, 0 -1px 0 white, 0 1px 0 white;
}

@media( max-height: 700px ){
    .layout_talent_profile .talent_bar {
        height:  230px;
    }
    .layout_talent_profile:first-child {
        margin-top: 230px!important;
    }
}


@media( min-width: 601px ){
    .scrolled .layout_talent_profile .talent_bar {
        height: 101px;
    }
    .scrolled .layout_talent_profile .talent_bar .column.photo {
        width: 120px;
    }
    .scrolled .layout_talent_profile .talent_bar .img {
        width: 85px;
        height: 85px;
    }
    .scrolled .layout_talent_profile .talent_bar .social_share_wrap {
        margin-top: 0;
        opacity: 0;
        display: none;
    }
    .scrolled .layout_talent_profile .talent_bar .languages_location,
    .scrolled .layout_talent_profile .talent_bar .social_share {
        height: 0px;
        overflow: hidden;
        display: none;
    }
}

        








.layout_talent_profile .left-col {
    width: calc( 100% - 500px );
    float: left;
    margin-top: 25px;
}
.layout_talent_profile .right-col {
    width: 470px;
    float: right;
    margin-top: 25px;
}
.layout_talent_profile .box {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    background-color: white;
    border-radius: 15px;
}
.layout_talent_profile .box::after {
    content: '';
    display: block;
    clear: both;
}
.layout_talent_profile .box_sections {
    padding: 0;
}
.layout_talent_profile .box_section {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 30px 40px 30px;
}
.layout_talent_profile .box_section:last-child {
    border-bottom: 0;
}
.layout_talent_profile .box.gray {
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 40px;
}
.layout_talent_profile .box .text {
    margin-left: 38px;
    margin-bottom: 40px;
}
.layout_talent_profile .box .text > *:first-child {
    margin-top: 0;
}
.layout_talent_profile .box .text > *:last-child {
    margin-bottom: 0;
}
.layout_talent_profile .box .text:last-child {
    margin-bottom: 0;
}
.layout_talent_profile h2 {
    font-size: 20px;
}
.layout_talent_profile h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.layout_talent_profile h3 span {
    vertical-align: text-bottom;
}
.layout_talent_profile h3 > .icon {
    display: inline-block;
    width: 45px;
    text-align: center;
    height: 1.1em;
    margin-left: -10px;
}
.layout_talent_profile .box.stats h3 span:last-child {
    overflow: hidden;
    display: inline-block;
    max-width: calc( 100% - 50px );
    vertical-align: middle;
}





.layout_talent_profile .box_lang td {
    vertical-align: middle;
    padding: 16px 0;
}

.layout_talent_profile .box_lang .language {
    display: none;
}
.layout_talent_profile .box_lang .language.active {
    display: block;
}
.layout_talent_profile .box_lang .demos {
    width: calc( 100% + 30px );
}
.layout_talent_profile .demo_tabs {
    text-align: center;
}
.layout_talent_profile .demo_tab {
    border: 0;
    background-color: transparent;
    color: #00b4ab;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding: 0;
}
.layout_talent_profile .demo_tab:not( :last-child ) {
    margin-right: 43px;
}
.layout_talent_profile .demo_tab:not( :last-child ):after {
    content: '';
    position: absolute;
    right: -25px;
    height: .9em;
    margin-top: 0.4em;
    width: 1px;
    background-color: #e1e1e1;

}
.layout_talent_profile .demo_tab.active {
    color: #818181;
    cursor: default;
}




.layout_talent_profile .box.stats .stat {
    width: 50%;
    float: left;
}
.layout_talent_profile .box.stats .stat:nth-child( 1 ) .text,
.layout_talent_profile .box.stats .stat:nth-child( 2 ) .text{
    margin-bottom: 40px;
}















.layout_talent_profile .tags_list {
    margin-top: 25px;
    margin-bottom: 25px;
}

.layout_talent_profile .tags_list .btn {
    margin-right: 10px;
    margin-bottom: 12px;
    height: 30px;
    padding: 4px 20px !important;
    color: #00b4ab!important;
    font-size: 13px!important;
    text-align: left;
}
.layout_talent_profile .tags_list .btn:hover {
    color: white!important;
}


.layout_talent_profile .translation_box {
    padding: 20px 30px;
}




@media( max-width: 1024px ){
    .layout_talent_profile .left-col {
        width: calc( 100% - 330px );
    }
    .layout_talent_profile .right-col {
        width: 300px;
    }
    .layout_talent_profile .talent_bar .location {
        display: block;
    }
}


@media ( min-width: 769px ) and ( max-width: 1024px ) {
    .layout_talent_profile .box.stats .stat {
        width: 100%;
        float: none;
    }
    .layout_talent_profile .box.stats .stat:nth-child( 3 ) .text {
        margin-bottom: 40px;
    }
}


@media( max-width: 768px ){
    .layout_talent_profile:first-child {
        margin-top: 185px!important;
    }
    .layout_talent_profile .talent_bar {
        height: 185px;
    }
    .layout_talent_profile .talent_bar .container {
        max-width: 95%;
    }
    .layout_talent_profile .left-col {
        width: 100%;
        clear: both;
    }
    .layout_talent_profile .right-col {
        width: 100%;
        clear: both;
        float: none;
        margin-top: 0;
    }
    .layout_talent_profile .talent_bar .column.photo {
        width: 140px;
    }
    .layout_talent_profile .talent_bar .img {
        width: 120px;
        height: 120px;
    }
    .layout_talent_profile .talent_bar .social_share_wrap {
        margin-top: 10px;
    }
    .layout_talent_profile .talent_bar .column.buttons {
        width: 165px;
    }
    .layout_talent_profile .star_rating {
        margin-right: 0;
    }
    .layout_talent_profile .talent_bar .languages {
        width: calc( 100vw - 400px );
    }
}



@media( max-width: 600px ){

    .single-talent .main_content .none_height {
        padding-bottom: 0;
    }

    .layout_talent_profile:first-child {
        font-size: 16px;
    }

    .layout_talent_profile:first-child {
        margin-top: 115px!important;
    }

    .layout_talent_profile .talent_bar {
        padding: 20px 0;
        overflow: hidden;
        height: auto;
    }
    .layout_talent_profile .left-col {
        margin-top: 0;
    }
    .layout_talent_profile .talent_bar .img {
        width: 75px;
        height: 75px;
    }
    .layout_talent_profile .talent_bar .column.photo {
        width: 90px;
        margin-right: 15px;
    }
    .layout_talent_profile .talent_bar h1 {
        word-break: break-word;
        font-size: 21px;
    }
    .layout_talent_profile .talent_bar .languages {
        width: calc( 100vw - 270px );
    }
    .layout_talent_profile .talent_bar .languages_location .location {
        display: none;
    }
    .layout_talent_profile .talent_bar .column.buttons {
        width: 135px;
        margin-top: 12px;
    }
    .layout_talent_profile .talent_bar .column.buttons button {
        height: 35px!important;
        line-height: 35px!important;
        padding: 0 15px!important;
    }
    .layout_talent_profile .talent_bar .social_share_wrap {
        display: none;
    }


    .layout_talent_profile .talent_bar + .container {
        max-width: none;
        width: 100%;
    }
    .layout_talent_profile .box {
        padding: 20px 5vw;
        border-width: 0;
        border-bottom-width: 1px;
        margin: 10px;
    }
    .layout_talent_profile .box_lang {
        padding-bottom: 40px;
    }
    .layout_talent_profile h2 {
        text-align: center;
        font-size: 19px;
    }
    .layout_talent_profile .box_lang .demos {
        width: 100%;
    }
    .layout_talent_profile .box_lang td {
        padding: 10px 0;
    }
    .layout_talent_profile .box_lang .col_download {
        text-align: right;
        width: 40px;
    }

    .layout_talent_profile .box_sections {
        padding-left: 0;
        padding-right: 0;
    }
    .layout_talent_profile .box_section {
        padding: 20px 5vw;
    }
    .layout_talent_profile .box_section:first-child {
        padding-top: 0;
    }
    .layout_talent_profile .box_section:last-child {
        padding-bottom: 0;
    }

    .layout_talent_profile .box_reviews {
        padding-bottom: 40px;
    }
    .layout_talent_profile .box.gray .text {
        margin-left: 0;
    }
    .layout_talent_profile .tags_list .btn {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    



    .scrolled .layout_talent_profile .talent_bar {
        padding: 10px 0;
    }
    .scrolled .layout_talent_profile .talent_bar .column.photo {
        width: 70px;
    }
    .scrolled .layout_talent_profile .talent_bar .img {
        width: 60px;
        height: 60px;
    }
    .scrolled .layout_talent_profile .talent_bar h1 {
        font-size: 22px;
    }
    .scrolled .layout_talent_profile .talent_bar .column.buttons button {
        margin-top: 5px;
    }
    .scrolled .layout_talent_profile .talent_bar .languages_location,
    .scrolled .layout_talent_profile .talent_bar .total_reviews {
        display: none;
    }
}


@media( max-width: 460px ){
    .layout_talent_profile .talent_bar .total_reviews .text {
        display: none;
    }
}



@media( max-width: 415px ){

    .layout_talent_profile .box.stats .stat {
        width: 100%;
        float: none;
    }
    .layout_talent_profile .box.stats .stat .text {
        margin-bottom: 20px!important;
    }
    .layout_talent_profile .box.stats .stat:last-child .text {
        margin-bottom: 0!important;
    }
}


@media( max-width: 374px ){
    .layout_talent_profile .talent_bar > .container {
        max-width: 95%;
    }
    .layout_talent_profile .talent_bar .languages_location {
        display: none;
    }
    .layout_talent_profile .talent_bar .column.photo {
        width: 75px;
    }
    .layout_talent_profile .talent_bar .img {
        width: 65px;
        height: 65px;
    }
    .scrolled .layout_talent_profile .talent_bar {
        padding: 8px 0 7px 0;
    }
    .layout_talent_profile:first-child {
        margin-top: 105px!important;
    }
}

@media( max-width: 350px ){
    .layout_talent_profile .talent_bar .total_reviews .text {
        display: none!important;
    }
}











