/*********************** Navigation ******************************/
#DisckPubActMainDiv .slick-dots {
    position: relative;
    margin-top: 0.5%;
    padding-bottom: 10%;
}
#DisckPubActMainDiv .slick-dots li {
    width: auto;
    height: auto;
}
.slick-dots li button {
    width: 59px;
    height: 7px;
    padding: 5px;
    background: #d7d7d7;
}
.slick-dots li{
    width: 59px;
    height: 7px;
}
.slick-dots li.slick-active button {
    background: #148c4f;
}
.slick-dots li button::before{
    display: none;
}
.slick-dots {
    top: 110%;
}
.DisplayerIndexIaaf,.DisplayerIndexDiv{
    display: none;
}
/*********************** Navigation ******************************/
#IaafworldWrapper{
    margin: 50px 0;
}
.IaafDisplayer{
}
.IaafElement{
    float: left;
    width: 49%;
    background-image: url('../images/png/iaaf/elementBG.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.IaafElement:last-child{
    float: right;
}
.ImgIaafElement{
    float: left;
    width: 24.5%;
    margin-left: 6%;
    margin-bottom: 2%;
    margin-top: 2%;
}
.ImgIaafElement.leftEl{
    float: right;
    margin-left: 0;
    margin-right: 6%;
}
.ImgIaafElement img{
    width: 100%;
}
.IaafInfo {
    float: right;
    width: 65%;
    min-height: 20px;
    padding: 1% 2%;
    padding-bottom: 3%;
}
.IaafInfo.leftEl{
    float: left;
}
.IaafInfo h3{
    font-size: 1.7vw;
    color: #444;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin-bottom: 5%;
    margin-top: 4%;
}
.IaafInfo h4{
    font-size: 1.25vw;
    color: #444;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin-bottom: 5%;
}
.IaafInfo h5{
    font-size: 1.25vw;
    color: #2d9e66;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin-bottom: 10%;
    margin-top: 4%;
}
.IaafInfo a {
    text-decoration: none;
}
.IaafInfo a input{
    font-size: 1.25vw;
    color: #fff;
    font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
    font-weight: normal;
    padding: 10px 10px;
    background-color: #2d9e66;
    border: none;
    text-transform: uppercase;
}
.DisplayerIndex.Index2{
    margin-top: 40px;
}

#marathonWrapper .DisplayerIndexElement.Nselected img:nth-child(2){
    display: none;
}
#marathonWrapper .DisplayerIndexElement.Nselected img:nth-child(1){
    display: inline-block;
}
#marathonWrapper .DisplayerIndexElement.selected img:nth-child(2){
    display: inline-block;
    cursor: default;
}
#marathonWrapper .DisplayerIndexElement.selected img:nth-child(1){
    display: none;
}
.slick-dots{
    /*opacity: 0;*/
}
/** xs  **/
@media (max-width: 760px) {
    .IaafElement{
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .IaafInfo h3{
        font-size: 3.3vw;
    }
    .IaafInfo h4{
        font-size: 3.3vw;
    }

    .IaafInfo h5{
        font-size: 3.3vw;
    }
    .IaafInfo a input{
        font-size: 3.3vw;
    }
}


