@import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";
/* -- import Material Icons Font -------------------- */
@font-face {
  font-family: 'Material Design Iconic Font';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.eot?v=1.0');
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.eot?#iefix&v=1.0') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.woff?v=1.0') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.ttf?v=1.0') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/53474/Material-Design-Iconic-Font.svg?v=1.0#Material-Design-Iconic-Font') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, /*ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr,/* th,*/ td,
article, aside, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body { height: 100%; width: 100%; margin: 0; }
body{
    color:#333;
        font-family: 'Roboto', sans-serif;
	font-size:13px;
	padding:0;
    background: #f2f2f2;
}

::selection {
    background-color: #cceeff;
}

a{
	text-decoration: none;
}

.clear{
	clear: both;
}

/*** YUKLENIYOR ***/
.yukleniyor{
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url("/tasarim/img/yukleniyor.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.yukleniyor.beyaz{
    background: url("/tasarim/img/yukleniyor_beyaz.svg");
}

.yukleniyor.pasif{
    display: none;
}
.yukleniyor.aktif{
    display: block;
}
/*** UST ***/
div.ust{
    height: 100vh;
    background-color: #212f58;
    background-color: #333;
    position: relative;
}

/*** MOBIL MENU ***/
menumobil{
    display: none;
}

menumobil.aktif{
    display: block;
}

menumobil div.karart{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 44;
    background: rgba(0,0,0,.30);
}

menumobil div.menuMob{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #fdfdfd;
    box-shadow: -2px 0px 2px 0 rgba(0,0,0,.12), -3px 0 1px -2px rgba(0,0,0,.1), -1px 0px 5px 0 rgba(0,0,0,.1);
    z-index: 45;
    transform: translateZ(0);
}

menumobil.aktif div.menuMob{
    animation: mobilmenuAcil 0.7s;
}

menumobil div.menuMob div.mobil_ust{
    height: 56px;
    background: #333;
}

menumobil div.menuMob div.mobil_ust img{
    padding: 6px;
    margin: 10px 14px;
    cursor: pointer;
}

menumobil div.menuMob div.mobil_orta{
    height: calc(100% - 56px - 50px);
}

menumobil div.menuMob div.mobil_orta a{
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    padding: 0 15px;
}

menumobil div.menuMob div.mobil_orta a:hover{
    background: rgba(0, 0, 0, 0.2);
}

menumobil div.menuMob div.mobil_alt{
    text-align: center;
    height: 50px;
}

@keyframes mobilmenuAcil {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes mobilmenuKapan {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

/** MENU **/
div.menuBosluk{
    height: 56px;
    width: 100%;
    display: block;
}
div.ust div.menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.15);
    z-index: 5;
}

div.ust div.menu.s{
    background: #333;
}

div.ust div.menu div.logo{
    float: left;
    width: 150px;
    height: 56px;
    background: url(/tasarim/img/beyaz.png);
    background-position: center left;
    background-size: 136px;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}

div.ust div.menu.s div.logo{
    opacity: 1;
}

div.ust div.menu div.linkler{
    float: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

div.ust div.menu div.linkler a{
    position: relative;
    line-height: 56px;
    font-size: 14px;
    margin-right: 10px;
    color: #949494;
    font-weight: 500;
    font-family: inherit;

        -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    box-shadow: none;
    border: none;
    padding: .78571429em .92857143em;
    background: 0 0;
    border-radius: 2px;
    margin: 9px 4px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
}

div.ust div.menu div.linkler #pc{
    display: block;
}
div.ust div.menu div.linkler #mobil{
    display: none;
}

div.ust div.menu div.linkler a.aktif{
    color: #b6b6b6;
}

div.ust div.menu div.linkler a.aktif:after{
    content: "";
    width: 100%;
    height: 2px;
    background: #fdfdfd;
    position: absolute;
    bottom: -9px;
    left: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

div.ust div.menu div.linkler a:hover{
    color: #b6b6b6;
}

div.ust div.menu div.linkler a:last-child{
    margin-right: 0;
}

div.ust div.menu div.linkler a img{
    position: relative;
    top: 6px;
}

div.ust div.icerik{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}

div.ust div.icerik div.logo{
    position: relative;
    top: 80px;
    background: url("/tasarim/img/beyaz.png");
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

div.ust div.icerik #alt_indir{
    background-image: url("/tasarim/img/asagi_indir.png");
    background-position: top 20px center;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}


div.ust div.yildizlar{
    background: transparent url("/tasarim/img/stars_bg.png") repeat top center;
    z-index: 0;
}

div.ust div.yildizlar_parilti{
    background: transparent url("/tasarim/img/twinkling-blue.png") repeat top center;
    z-index: 1;
    -moz-animation: move-twink-back-blue 200s linear infinite;
    -ms-animation: move-twink-back-blue 200s linear infinite;
    -o-animation: move-twink-back-blue 200s linear infinite;
    -webkit-animation: move-twink-back-blue 200s linear infinite;
    animation: move-twink-back-blue 200s linear infinite;
}

@keyframes move-twink-back-blue{
    from{
        background-position: 0 0;
    }
    to{
        background-position:-1e4px 5e3px;
    }
}

@-webkit-keyframes move-twink-back-blue{
    from{
        background-position:0 0;
    }
    to{
        background-position:-1e4px 5e3px;
    }
}

@-moz-keyframes move-twink-back-blue{
    from{
        background-position:0 0;
    }
    to{
        background-position:-1e4px 5e3px;
    }
}

@-ms-keyframes move-twink-back-blue{
    from{
        background-position:0 0;
    }
    to{
        background-position:-1e4px 5e3px;
    }
}

div.ust div.yildizlar,
div.ust div.yildizlar_parilti{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/*******/
div.orta div.arena{
    min-height: 100%;
    width: 100%;
    position: relative;
    background: whitesmoke;
}


div.orta div.arena div.arena_baslik{
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.1;
}

div.orta div.arena::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

div.orta div.arena::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}

div.orta div.arena::-webkit-scrollbar-thumb{
	background-color: #000000;
}

div.orta div.arena div.yakinda_burada{
    font-size: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 50px);
    text-align: center;
}


/** NELER **/
div.orta div.arena div.neler_yaptik{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;

}

div.orta div.arena div.neler_yaptik div.neler{
    width: 98%;
    margin: 1%;
    -webkit-box-flex: 0 1 280px;
    -ms-flex: 0 1 280px;
    flex: 1 1 280px;
    background: #fdfdfd;
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
    -moz-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
    box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
    border-radius: 2px;
}

div.orta div.arena div.neler_yaptik div.neler.bos{
    box-shadow: none;
    background: transparent;
    border: none;
}

div.orta div.arena div.neler_yaptik div.neler div.ikons{
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

div.orta div.arena div.neler_yaptik div.neler div.ikons span{
    z-index: 2;
    width: 50%;
    height: 50%;
    position: absolute;
}


div.orta div.arena div.neler_yaptik div.neler div.ikons span:first-child, div.orta div.arena div.neler_yaptik div.neler div.ikons span:nth-child(2) {
  top: 0;
}
div.orta div.arena div.neler_yaptik div.neler div.ikons span:first-child, div.orta div.arena div.neler_yaptik div.neler div.ikons span:nth-child(3) {
  left: 0;
}
div.orta div.arena div.neler_yaptik div.neler div.ikons span:nth-child(2), div.orta div.arena div.neler_yaptik div.neler div.ikons span:nth-child(4) {
  right: 0;
}
div.orta div.arena div.neler_yaptik div.neler div.ikons span:nth-child(3), div.orta div.arena div.neler_yaptik div.neler div.ikons span:nth-child(4) {
  bottom: 0;
}

div.orta div.arena div.neler_yaptik div.neler div.ikons span ~ div.ikon{
    z-index: 1;
    transition: 0.2s;
    width: 100%;
}

div.orta div.arena div.neler_yaptik div.neler div.ikons span:first-child:hover ~ div.ikon {
  transform: perspective(600px) rotateX(10deg) rotateY(-10deg);
}
div.orta div.arena div.neler_yaptik div.neler div.ikons span:nth-child(2):hover ~ div.ikon {
  transform: perspective(600px) rotateX(10deg) rotateY(10deg);
}
div.orta div.arena div.neler_yaptik div.neler div.ikons span:nth-child(3):hover ~ div.ikon {
  transform: perspective(600px) rotateX(-10deg) rotateY(-10deg);
}
div.orta div.arena div.neler_yaptik div.neler div.ikons span:nth-child(4):hover ~ div.ikon {
  transform: perspective(600px) rotateX(-10deg) rotateY(10deg);
}

div.orta div.arena div.neler_yaptik div.neler div.ikons div.ikon{ /* H 80 */
    height: 80px;
    width: 80px;
    background: #dadada;
    border-radius: 2px;
    margin: 0 auto;
}

div.orta div.arena div.neler_yaptik div.neler div.ikons div.ikon i{
    display: inline-block;
    font-size: 28px;
    line-height: 80px;
}

div.orta div.arena div.neler_yaptik div.neler div.ikons div.ikon img{
    width: 50px;
    display: inline-block;
    margin: 13px auto;
    -webkit-filter: url(#filtrele333);
    filter:  url(#filtrele333);
}

div.orta div.arena div.neler_yaptik div.neler div.adi{ /* H 40 */
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5;
    padding: 10px;
}

div.orta div.arena div.neler_yaptik div.neler div.icerik{
    line-height: normal;
    color: #6c6c6c;
}

div.orta div.arena div.neler_yaptik div.neler div.baglanti{
    margin-top: 20px;
    height: 50px;
}

div.orta div.arena div.neler_yaptik div.neler div.baglanti a.button {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    outline: none;
    text-align: center;
    width: 130px;
    border-radius: 2px;
    background: #fff;
    border: 2px solid #333;
    color: #333;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;
}
div.orta div.arena div.neler_yaptik div.neler div.baglanti a.button:hover {
  color: #fdfdfd;
  background: #333;
}
div.orta div.arena div.neler_yaptik div.neler div.baglanti a.button:active {
  letter-spacing: 2px;
}
div.orta div.arena div.neler_yaptik div.neler div.baglanti a.button:after {
  content: attr(data-adi);
}

div.orta div.arena div#harita{
    width: 100%;
    height: 100%;
}

div.orta div.arena div.bilgiler{
    position: absolute;
    top: 60px;
    background: #fff;
    width: 30%;
    padding: 13px 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
    -moz-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
    box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
}

div.orta div.arena div.bilgiler div.bilgi{
    display: inline-block;
    width: calc(100% - 26px);
    min-height: 40px;
    margin: 0 13px 5px;
}

div.orta div.arena div.bilgiler div.bilgi:last-child{
    margin-bottom: 0;
}

div.orta div.arena div.bilgiler div.bilgi + div.bilgi{
    border-top: 1px solid #efeeec;
}

div.orta div.arena div.bilgiler div.bilgi div.ikon{
    float: left;
    width: 40px;
    height: 40px;
}

div.orta div.arena div.bilgiler div.bilgi div.ikon i{
    display: block;
    font-size: 28px;
    margin: 6px auto;
    text-align: center;
}

div.orta div.arena div.bilgiler div.bilgi div.icer{
    float: left;
    min-height: 40px;
    line-height: 40px;
    width: calc(100% - 40px);
    font-size: 15px;
    padding: 0 10px;
    font-weight: 500;
}


/** ALT **/
etkilesim{
    display: block;
    min-height: calc(100% - 88px);
    /*
    margin-bottom: -88px;
    */
}

alt{
    display: block;
    z-index: 2;
    font-weight: 600;
    font-size: 0.8rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: rgba(0,0,0,.25);
    line-height: 16px;
    height: 88px;
    background: whitesmoke;
}

alt:before,
alt:after{
    content: "";
    clear: both;
    display: block;
}

alt div.alt_alan{
    float: left;
    width: 33.33%;

}

alt div.alt_alan.yazi-sag{
    text-align: right;
}
alt div.alt_alan.yazi-orta{
    text-align: center;
}
alt div.alt_alan.yazi-sol{
    text-align: left;
}

alt div.alt_alan a{
    font-weight: 600;
    color: rgba(0,0,0,.35);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

alt div.alt_alan a:hover{
    color: #333;
}

alt div.alt_alan div.logo{
    height: 32px;
}

alt div.alt_alan div.logo a{
    display: block;
    margin: 8px auto;
    width: 100px;
}

alt div.alt_alan div.logo a:hover svg g{
    fill: #333;
}

alt div.alt_alan div.logo a img,
alt div.alt_alan div.logo a svg{
    height: 16px;
    width: 100%;

}

alt div.alt_alan div.logo a svg g{
    fill: rgba(0,0,0,.25);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*********************************************************/
div.ust div.icerik div.rocket{
  position: absolute;
  bottom: 155px;
  width: 80px;
  left: calc(50% - 40px);
}
div.ust div.icerik div.rocket div.rocket-body {
  width: 80px;
  left: calc(50% - 50px);
  animation: bounce 0.5s infinite;
}
div.ust div.icerik div.rocket div.rocket-body  div.body {
    background-image: url("/tasarim/img/renkli_ikon.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center bottom 20px;

  background-color: #dadada;
  height: 180px;
  left: calc(50% - 50px);
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top: 5px solid #f5f5f5;
}
div.ust div.icerik div.rocket div.rocket-body:before {
  content: '';
  position: absolute;
  left: calc(50% - 24px);
  width: 48px;
  height: 13px;
  background-color: #554842;
  bottom: -13px;
  border-bottom-right-radius: 60%;
  border-bottom-left-radius: 60%;
}
div.ust div.icerik div.rocket  div.window {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #8a879f;
  left: calc(50% - 20px);
  top: 40px;
  border: 5px solid #b4b2b2;
}
div.ust div.icerik div.rocket div.fin {
  position: absolute;
  z-index: -100;
  height: 55px;
  width: 50px;
  background-color: #8a879f;
}
div.ust div.icerik div.rocket div.fin-left {
  left: -30px;
  top: calc(100% - 55px);
  border-top-left-radius: 80%;
  border-bottom-left-radius: 20%;
}
div.ust div.icerik div.rocket div.fin-right {
  right: -30px;
  top: calc(100% - 55px);
  border-top-right-radius: 80%;
  border-bottom-right-radius: 20%;
}
.rocket .exhaust-flame {
  position: absolute;
  top: 90%;
  width: 28px;
  background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
  height: 150px;
  left: calc(50% - 14px);
  animation: exhaust 0.2s infinite;
}
.rocket .exhaust-fumes li {
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  list-style: none;
  position: absolute;
  border-radius: 100%;
}
.rocket .exhaust-fumes li:first-child {
  width: 200px;
  height: 200px;
  bottom: -300px;
  animation: fumes 5s infinite;
}
.rocket .exhaust-fumes li:nth-child(2) {
  width: 150px;
  height: 150px;
  left: -120px;
  top: 260px;
  animation: fumes 3.2s infinite;
}
.rocket .exhaust-fumes li:nth-child(3) {
  width: 120px;
  height: 120px;
  left: -40px;
  top: 330px;
  animation: fumes 3s 1s infinite;
}
.rocket .exhaust-fumes li:nth-child(4) {
  width: 100px;
  height: 100px;
  left: -170px;
  animation: fumes 4s 2s infinite;
  top: 380px;
}
.rocket .exhaust-fumes li:nth-child(5) {
  width: 130px;
  height: 130px;
  left: -120px;
  top: 350px;
  animation: fumes 5s infinite;
}
.rocket .exhaust-fumes li:nth-child(6) {
  width: 200px;
  height: 200px;
  left: -60px;
  top: 280px;
  animation: fumes2 10s infinite;
}
.rocket .exhaust-fumes li:nth-child(7) {
  width: 100px;
  height: 100px;
  left: -100px;
  top: 320px;
}
.rocket .exhaust-fumes li:nth-child(8) {
  width: 110px;
  height: 110px;
  left: 70px;
  top: 340px;
}
.rocket .exhaust-fumes li:nth-child(9) {
  width: 90px;
  height: 90px;
  left: 200px;
  top: 380px;
  animation: fumes 20s infinite;
}


@keyframes fumes {
  50% {
    transform: scale(1.5);
    background-color: transparent;
  }
  51% {
    transform: scale(0.8);
  }
  100% {
    background-color: #f5f5f5;
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: translate3d(0px, 0px, 0);
  }
  50% {
    transform: translate3d(0px, -4px, 0);
  }
  100% {
    transform: translate3d(0px, 0px, 0);
  }
}
@keyframes exhaust {
  0% {
    background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
  }
  50% {
    background: linear-gradient(to bottom, transparent 8%, #f5f5f5 100%);
  }
  75% {
    background: linear-gradient(to bottom, transparent 12%, #f5f5f5 100%);
  }
}
@keyframes fumes2 {
  50% {
    transform: scale(1.1);
  }
}
@keyframes twinkle {
  80% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}
/****************************************************************/
.tree{
    display: inline-block;
    margin: 20px;
}

.tree ul {
	padding-top: 20px; position: relative;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	/*padding: 20px 5px 0 5px;*/

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.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::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}


div.ekibi{
    display: inline-block;
    width: 200px;
    margin: 21px 10px 20px;
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 8px -1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 8px -1px rgba(0,0,0,0.2);
}

div.ekibi div.resim{
    padding-bottom: 100%;
    margin-bottom: 15px;
    border-radius: 2px;
    background-size: cover !important;
    background-color: #e6e6e6;
    background: url('https://www.kelebekro.com/resimler/ekip/298/mielek.jpeg') center center no-repeat;
}

div.ekibi div.adi{
    font-family: 'Open Sans', Helvetica, sans-serif;
    position: relative;
    text-align: center;
}

div.ekibi div.gorev{
    font-size: 13px;
    color: #b2b2b2;
}

div.ekip{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

div.ekip.yari{
    float: left;
    width: 48%;
    margin: 1%;
}

div.ekip_gorev{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    border-bottom: solid 1px #c8c8c8;
}

div.ekip_uyesi{
    -webkit-box-flex: 1;
    -ms-flex: 0 1 0px;
    flex: 0 1 0;
    min-width: 200px;
    margin: 0 10px 20px;
    padding: 10px;
}

div.ekip_uyesi div.resim{
    display: flex;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 50%;
    background-size: cover !important;
    background-color: #e6e6e6;
    background: url(/tasarim/img/ekip/resimsiz.png) center center no-repeat;
    -webkit-box-shadow: 0 1px 8px -1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 8px -1px rgba(0,0,0,0.2);
}

div.ekip_uyesi div.bilgi{
    font-size: 15px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    position: relative;
    text-align: center;
}

div.ekip_uyesi div.bilgi div.adi{
    margin-bottom: 5px;
    font-weight: 600;
}

div.ekip_uyesi div.bilgi div.bolum{
    font-size: 14px;
    color: #727272;
    margin-bottom: 5px;
}

div.ekip_uyesi div.bilgi div.gorev{
    font-size: 13px;
    color: #b2b2b2;
    color: #727272;
}

div.sponsor_alan{
  width: 100%;
  margin-top: 18px;
  text-align: center;
}

div.sponsor_alan div.sponsor_isim{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .5px;
  border-bottom: solid 3px #c8c8c8;
}

div.sponsor_alan div.sponsor_ic{
  margin-top: 15px;
}

div.sponsor_alan div.sponsor_ic a{
  display: inline-block;
  width: 24%;
  margin: 0.5%;
  margin: 0.3%;
  height: 114px;
  white-space: nowrap;
  text-align: center;
}

div.sponsor_alan div.sponsor_ic a img{
  height: 100%;
  vertical-align: middle;
}

/*** YILLAR ***/
div.yilAyir{
    display: block;
}

div.yilAyir div.yillar{
    text-align: center;
}

div.yilAyir div.yillar button{
    text-align: center;
    border: none;
    background: #333;
    padding: 10px 20px;
    border-radius: 2px;
    color: #e6e6e6;
    cursor: pointer;
    opacity: .5;
}

div.yilAyir div.yillar button.aktif{
    opacity: 1;
}

div.yilAyir div.yil{
    display: none;
}

div.yilAyir div.yil.aktif{
    display: block;
}
