
#function_flow {
    /*display: table-row;*/
}

.function_flow_content {
    /*font-family: "Arial", "Tahoma" ;*/
    /*font-size: 0.8rem;*/

}

#function_flow h2 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: normal;
}

#function_flow h3 {
    font-size: 0.85rem;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 0px;
}

#function_flow * ul, #function_flow * ol {
    padding: 20px !important;
    padding-top: 0px !important;
}

#function_flow div.pure-u-1 {
    /*padding: 10px;*/
}

#function_flow div.function_flow_step {
    /*padding-right: 30px;*/
    height: 100%;
    display: table-cell;

}

#function_flow div.function_flow_content {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px;
    padding-top: 30px;
    height: 100%;
    display: inline-block;
    width: 100%;
    min-height: 360px;
}

.function_flow_next {
    position: relative;
}

.function_flow_next:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: rgba(0, 0, 0, 0.3);
    text-decoration: inherit;
    position: absolute;
    top: 100px;
    right: -20px;
    /*float: right;*/
    font-size: 2.5rem;
}

.function_flow_next {
}

.function_flow_next:before {
    content: "\f054";
}

.function_flow_img {
    min-height: 200px;
    /*margin-top: 40px;*/
    margin-bottom: 30px;
    padding: 30px;
    border: solid 0.2em #eeeeee;
    border-radius: .3em;
    background-color: #fff;
    position: relative;
    overflow: hidden;

}

.function_flow_img.function_flow_img_center_vertical {
    padding-top: 60px;
}


#function_flow_text_container {
    background-color: rgba(0, 0, 0, 0.05);
    min-height: 80px;
    margin-bottom: 10px;
    overflow: hidden;
}

#function_flow_text {
    /*top: -20px;*/
    /*position: absolute;*/
    padding: 10px;
    font-weight: bold;

}

#function_flow_play {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(200,200,200,0.75);
    z-index: 5;
}
#function_flow_replay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(200,200,200,0.25);
    z-index: 5;
    display: none;
}

#function_flow_intro {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255,255,255,1);

}

@media only screen and (max-width: 768px)  {
    .function_flow_next:before {
        content: "";
    }

}
