﻿.tab_content {
    -webkit-animation: fadeIn 1s linear forwards;
    animation: fadeIn 1s linear forwards;
}

.tab_content.cem {
    position: relative;
    background: #f5f5f5;
    border-radius: .4em;
}

    .tab_content.cem:after {
        content: '';
        position: absolute;
        top: 0;
        left: 14%;
        width: 0;
        height: 0;
        border: 37px solid transparent;
        border-bottom-color: #f5f5f5;
        border-top: 0;
        border-left: 0;
        margin-left: -18.5px;
        margin-top: -37px;
    }

.tab_content.arnaud {
    position: relative;
    background: #f5f5f5;
    border-radius: .4em;
}

    .tab_content.arnaud:after {
        content: '';
        position: absolute;
        top: 0;
        left: 40%;
        width: 0;
        height: 0;
        border: 37px solid transparent;
        border-bottom-color: #f5f5f5;
        border-top: 0;
        border-left: 0;
        margin-left: -18.5px;
        margin-top: -37px;
    }

.tab_content.frank {
    position: relative;
    background: #f5f5f5;
    border-radius: .4em;
}

    .tab_content.frank:after {
        content: '';
        position: absolute;
        top: 0;
        left: 65%;
        width: 0;
        height: 0;
        border: 37px solid transparent;
        border-bottom-color: #f5f5f5;
        border-top: 0;
        border-left: 0;
        margin-left: -18.5px;
        margin-top: -37px;
    }

.tab_content.lisa {
    position: relative;
    background: #f5f5f5;
    border-radius: .4em;
}

    .tab_content.lisa:after {
        content: '';
        position: absolute;
        top: 0;
        left: 90%;
        width: 0;
        height: 0;
        border: 37px solid transparent;
        border-bottom-color: #f5f5f5;
        border-top: 0;
        border-left: 0;
        margin-left: -18.5px;
        margin-top: -37px;
    }

a.r-tabs-anchor {
    text-decoration: none !important;
}

h3.exec-header {
    color: #233a81;
}

.exec_image img {
    width: 100%;
}

.fade:hover {
    opacity: 0.5;
}

.exec_name {
    text-align: center;
    color: #FF6C37;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
}

.tab_content div {
    height: 100%;
    padding: 0px 25px;
    margin-bottom: 15px;
}

/*.r-tabs .r-tabs-panel {
    -webkit-animation: fadein 2s; 
    -moz-animation: fadein 2s; 
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s; 
    animation: fadein 2s;
}*/

.tab_content {
    margin-bottom: 10px !important;
    margin-top: 20px
}

    .tab_content div p {
    }

div#horizontalTab ul.r-tabs-nav {
    margin: 0 auto;
    float: none;
    margin-left: 15px;
}

#horizontalTab ul li {
    display: inline-block;
    width: 24.7%;
    /*margin: 0;*/
    padding: 20px;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
