﻿.blue > li.ten > a {
    background: #ffbe0e;
    color: #000;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion {
    padding-left: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    #accordion:before {
        content: "";
        width: 5px;
        height: 100%;
        background: #004e89;
        position: absolute;
        top: 0;
        left: 29px;
        z-index: -1;
    }

    #accordion .panel {
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 15px;
        border: 2px solid #ccc;
        padding: 5px;
    }

    #accordion .panel-heading {
        padding: 0;
        border: none;
        border-radius: 0;
    }

    #accordion .panel-title a {
        display: block;
        padding: 10px 30px 15px 0;
        background: #fff;
        font-size: 14px;
        /*font-weight: bold;*/
        color: #004e89;
        position: relative;
        transition: all 0.5s ease 0s;
    }

        #accordion .panel-title a:before {
            content: "\f068";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            width: 30px;
            height: 30px;
            line-height: 23px;
            border-radius: 50%;
            background: #cad5c2;
            text-align: center;
            font-size: 13px;
            color: #004e89;
            border: 4px solid #004e89;
            position: absolute;
            top: 0;
            left: -70px;
        }

        #accordion .panel-title a.collapsed:before {
            content: "\f067";
            background: #fff;
        }

    #accordion .panel-body {
        padding: 10px 15px;
        background: #eee;
        border: none;
        border-radius: 2px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255, 255, 255, 0.9);
        font-size: 14px;
        color: #487677;
        line-height: 25px;
        margin-top: 20px;
    }

.archive {
    background: #ff8d42;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff8d42), to(#d3641d));
    background: -webkit-linear-gradient(#ff8d42, #d3641d);
    background: -moz-linear-gradient(#ff8d42, #d3641d);
    background: -ms-linear-gradient(#ff8d42, #d3641d);
    background: -o-linear-gradient(#ff8d42, #d3641d);
    background: #ff8d42;
    -pie-background: linear-gradient(#ff8d42, #d3641d);
    border: 0px solid #a4a4a4;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}



.tab .nav-tabs {
    position: relative;
    border-bottom: none;
}

    .tab .nav-tabs li {
        margin: 0 41px 0 0;
        z-index: 1;
    }

        .tab .nav-tabs li:after {
            content: "";
            width: 50%;
            border: 3px solid #ffbe0e;
            position: absolute;
            top: 50%;
            right: -50%;
            z-index: -1;
        }

        .tab .nav-tabs li:last-child:after {
            border: none;
        }

        .tab .nav-tabs li a {
            display: block;
            width: 120px;
            height: 120px;
            line-height: 115px;
            border-radius: 50%;
            background: #1e2832;
            font-size: 20px;
            color:#ffbe0e;
            padding: 0;
            margin-right: 0;
            text-align: center;
            border: 5px solid #ffbe0e;
        }

        .tab .nav-tabs li.active a {
                background: #ffbe0e;
    color: #ffffff;
    border: 5px solid #1e2832;
    position: relative;
        }

            .tab .nav-tabs li.active a:after {
                content: "\f107";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 40px;
                color: #1e2832;
                position: absolute;
                bottom: -83px;
                left: 38%;
            }

.tab .tab-content {
    /*font-size: 14px;
    color: #e9dcbb;
    line-height: 26px;
    background: #6c6c6c;
    padding: 20px 30px;*/
    margin-top: 50px;
}

    .tab .tab-content h3 {
        font-size: 24px;
        color: #ffbe0e;
        margin-top: 10px;
    }

@media only screen and (max-width: 767px) {
     .tab .nav-tabs li {
        margin: 0 25px 0 0;
    }

         .tab .nav-tabs li a {
           width: 57px;
    height: 58px;
    line-height: 51px;
    font-size: 9px;
        }

         .tab .nav-tabs li.active a:after {
            font-size: 30px;
            bottom: -63px;
        }

     .tab .tab-content {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 480px) {
     .tab .nav-tabs li {
        margin-bottom: 3px;
    }

         .tab .nav-tabs li:after {
            border: none;
        }

         .tab .nav-tabs li.active a:after {
            content: "";
        }

     .tab .tab-content {
        margin-top: 10px;
    }
}
