.athlete_name{
padding-top:40px;
    padding-left:195px;
}

.athlete_name h1{
    margin-bottom: 0;
}

.athlete_name .country{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.athlete_pic{
    width:150px;
    float:left;
}


.athlete_pic .circular{
    border-radius: 110px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    width: 180px;
    transition: border-radius 0.5s;
}



.athlete_pic img{
    width: 100%;
}

.athlete_biography{

}

.athlete_biography .highlight{
    font-family: 'Glegoo', serif;
    color:#818484;
    font-size: 18px;
}

.athlete_biography .links{
    margin-top: 15px;
    line-height: 30px;
}

.athlete_biography .links div{
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}

.athlete_biography .links a{
    color:#818484;
    font-size: 16px;
}

.athlete_biography .links .website:before{
    content:"Website";
    text-transform: uppercase;
    margin-right: 5px;
}
.athlete_biography .links .facebook:before{
    background-image: url('../fb.png');
    background-size: 20px 20px;
    /*background-position: 10px 5px;*/
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    content:"";
    display: inline-block;
    margin-right: 5px;
}

.biography_text{
    background-color: #dedfe1;
    padding:5px;
    padding-left: 15px;
    overflow: hidden;
}
.biography_text .title{
    font-size: 18px;
    text-transform: uppercase;
}

.biography_text .arrow{
    font-size: 28px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.biography_text .arrow:hover{
    color:#818484;
}

.biography_text .text2{
    display: none;
}

.athlete_list{
    margin-left: 215px;
}

.athlete_teaser_item_link{
    overflow: hidden;
    display: block;
    float:left;
    width:50%;
    box-sizing: border-box;
    margin-bottom: 10px;
    height:285px;
}

.athlete_teaser_item_link:hover{
    /*background-color: #e9ecee;*/
    text-decoration: none;
}


.athlete_teaser_item{
     overflow: hidden;
    position: relative;
    margin: 0 auto;
    color:#000;
}

.athlete_teaser_item .athlete_pic{
    margin: 0 auto;
    text-align: center;
    width:100%;
    float: none;
}

.athlete_teaser_item .dicipline_wrapper{
    position: absolute;
    top:145px;
    width: 100%;
}

.athlete_teaser_item .dicipline{
    background-color: black;
    color: white;
    display: block;
    font-family: "Orbitron";
    font-size: 12px;
   padding: 2px;
    text-align: center;
    text-transform: uppercase;
    transform: skew(-45deg);
    width:100px;
    margin: 0 auto;
}

.athlete_teaser_item .dicipline .inner{
    transform: skew(45deg);
}

.athlete_teaser_item .name{
    font-size: 24px;
    font-family: "Orbitron";
    white-space: normal;
    text-align: center;
    display: block;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.athlete_teaser_item .name .name_inner{
    margin: 0 auto;
    width:100%;
    overflow: hidden;
}

.athlete_teaser_item .country{
    text-transform: uppercase;
    text-align: center;
}

#athletes_headerpic{
    width:100%;
    height:200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 80px;
    position: relative;
}

#athletes_prev,
#athletes_next
{
    position: absolute;
    top:72px;
    font-size:48px;
    color:#818484;
}


#athletes_prev:hover,
#athletes_next:hover{
    color:#000;
    cursor: pointer;
}

#athletes_prev{
    left:20px;
}
#athletes_next{
    right:20px;
}

#athletes_prev.inactive,
#athletes_next.inactive{
    color:#e2e2e2;
    cursor: default;
    display: none;
}

/****************************************************************************/


@media
screen
and (max-width: 1000px)
{
    .athlete_list{
        margin-left: 0;
    }

    .athlete_teaser_item_link{
        width: 100%;
    }

    .article_header .athlete_pic{
        width:100%;
        float:none;
    }

    .article_header .athlete_name{
        margin-left: 0;
        padding-left: 0;
    }

    .athlete_biography .links div{
        width:100%;
    }

    .athlete_biography .links .website a,
    .athlete_biography .links .facebook a{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width:250px;
        display: block;
    }
}