/** Organizasyon ï¿½emasï¿½ **/
.tree-baskan ul li ul li:nth-child(2) a {
}

.tree-baskan .baskan-long-line {
    background: #0094ca;
    color: #fff;
}

.tree-baskan ul li ul li:nth-child(2):after {
    border-left-color: transparent;
}

.tree-baskan ul li ul.long-line:before {
    border-color: transparent;
}

.tree-baskan ul li a {
    position: relative;
}

.tree-baskan ul li a.baskan-long-line:first-child:before {
    position: absolute;
    content: "";
    width: 1px;
    left: 51.2%;
    bottom: -41px;
    height: 41px;
    background: #0094ca;
}

.tree-alt ul>li:after {
    border-left-color: transparent;
}

.tree-alt ul>li:first-child:after {
    border-left-color: #0094ca;
}

.tree-alt li:nth-child(4):before,.tree-alt li:nth-child(5):before,.tree-alt li:nth-child(4):after,.tree-alt li:nth-child(5):after,.tree-alt li:nth-child(3):after
{
    display: none;
}

.tree-alt li:last-child:before {
    border-right-color: transparent !important;
    content:none;
}

.tree-baskan {
    margin-left: 8.3%;
}

.tree-baskan ul li ul li:nth-child(3) a {
    position: relative;
    z-index:2;
}

.tree-baskan ul li ul li:nth-child(3) a:before {
    content: "";
    bottom: -20px;
    height: 20px;
    width: 1px;
    left: 69px;
    position: absolute;
    background: #0094ca;
    z-index: 1;
}

.tree ul li a {
    position: relative;
    z-index:2;
}

.tree ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    width: 7px;
    height: 2px;
    background: #ccc;
}

.tree ul li:last-child a:after {
    display: none;
}

.tree-alt ul li:first-child a:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #ccc;
    top: 50%;
    margin-top: -4px;
    right: -17px;
}

.tree-alt ul li:first-child a:last-child:before {
    display: none;
}

.tree ul li ul:before {
    display: none;
}

.tree ul li:first-child ul:before {
    display: block;
}

.tree ul li a {
    width: 140px;

}

.tree-alt ul li:first-child a {
    background: #0094ca;
    color: #fff;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li:only-child {
    padding-top: 0;
}

.tree-no-line:after {
    display: none;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 0px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li a,.gizli-a {
    min-height: 5px !important;
    padding-bottom: 5px !important;
    text-align: center !important;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 5px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 0;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: "Roboto Condensed";
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree .yetkili-kisi {
    font-size: 13px;
    font-weight: 500;
}

.tree li a:hover {
    background: #0094ca;
    color: #fff;
}

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li::before,.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree-alt li::before,.tree-alt li::after {
    border-top: 1px solid #0094ca;
}

.tree li:first-child::before,.tree li:last-child::after {
    border: 0 none;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::before,.tree li:last-child::after {
    border: 0 none;
}

.gizli-a {
    padding: 5px 5px !important;
    text-decoration: none !important;
    color: #666 !important;
    font-family: arial, verdana, tahoma !important;
    font-size: 11px !important;
    display: inline-block !important;
    margin: 0px !important;
    line-height: 11px !important;
}

/*Yeni Şema*/
.vice-president-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-top:20px;
}
.vice-president-list > li > a{
    padding: 5px 0;
    text-decoration: none;
    background: #0094ca;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: "Roboto Condensed";
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width:140px;
    text-align: center;
}
.vice-president-list > li{
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    text-align: center;
}

.vice-president-list ul{
    list-style: none;
}

.vice-president-list ul li a {
    border: 1px solid #ccc;
    padding: 5px 0;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: "Roboto Condensed";
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width:140px;
    text-align: center;
    margin-top:20px;
    position:relative;
}
.vice-president-list ul li a:before{
    position: absolute;
    content: "";
    width: 1px;
    left: 51.2%;
    top: -21px;
    height: 20px;
    background: #cccccc;
}
.vice-president-list ul li a:hover{
    background: #0094ca;
    color: #fff;
}