﻿html {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: 0px;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    color: #555;
    line-height: 25px;
}

@media screen and (min-width: 376px) {

    .container {
        width: 800px;
        height: 600px;
        border: 0px solid white;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -300px;
        margin-left: -400px;
    }

    .left-div {
        width: 50px;
        height: 250px;
        float: left;
    }

    .right-div {
        width: 750px;
        height: 600px;
        background-color: none;
        float: left;
    }

    .left-div-in {
        width: 50px;
        height: 50px;
        /*border-bottom:1px solid #dddddd;*/
        background-color: white;
        opacity: 0.2;
        /*transition: all .5s;*
    margin-bottom: 1px;
    /*background: url(../images/facebook.png) no-repeat center center;
    background-size: 20px 20px;*/
    }

    .left-div-in:hover {
        /*opacity: 0.8;
        background-color: #0095DE;
        cursor: pointer;
        transition: all .5s;*/
        -webkit-animation-name: leftdiv;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 1s;
        /* Safari 4.0 - 8.0 */
        animation-name: leftdiv;
        animation-duration: 1s;
    }

    .right-div-top {
        width: 750px;
        height: 150px;
        background-color: none;
    }

    .right-div-top-left {
        width: 150px;
        height: 150px;
        background-color: aqua;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: foto;
        animation-duration: 5s;
        background-image: url('../images/firatersoz.jpg');
        background-repeat: no-repeat;
        background-size: 150px 150px;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes foto {
        0% {
            left: 0px;
            top: -1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes foto {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .right-div-top-center {
        width: 300px;
        height: 150px;
        background-color: none;
        float: left;
    }

    .right-div-top-center-top {
        width: 300px;
        height: 75px;
        background-color: #1372A5;
        color: white;
        font-weight: normal;
        font-family: 'Trebuchet MS';
        font-size: 30px;
        text-align: center;
        line-height: 75px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: firatersoz;
        animation-duration: 1s;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes firatersoz {
        0% {
            left: 0px;
            top: -1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes firatersoz {
        0% {
            left: 0px;
            top: -1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .right-div-top-center-bottom {
        width: 300px;
        height: 75px;
        background-color: none;
    }

    .right-div-top-center-bottom-in-1 {
        width: 100px;
        height: 75px;
        background-color: #00C39E;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.5s;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes yesilbutton {
        0% {
            left: 5000px;
            top: 0px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes yesilbutton {
        0% {
            left: 5000px;
            top: 0px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .child-1 {
        width: 100px;
        height: 75px;
        background: url(../images/linkedin.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-1:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-2 {
        width: 100px;
        height: 75px;
        background-color: #0095DE;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.55s;
    }

    .child-2 {
        width: 100px;
        height: 75px;
        background: url(../images/skype.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-2:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-3 {
        width: 100px;
        height: 75px;
        background-color: #AA42B5;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.6s;
    }

    .child-3 {
        width: 100px;
        height: 75px;
        background: url(../images/blog.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-3:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-4 {
        width: 100px;
        height: 75px;
        background-color: #F77700;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.65s;
    }

    .child-4 {
        width: 100px;
        height: 75px;
        background: url(../images/mail.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-4:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-5 {
        width: 100px;
        height: 75px;
        background-color: #FD2D20;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.7s;
    }

    .child-5 {
        width: 100px;
        height: 75px;
        background: url(../images/administrator.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-5:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-6 {
        width: 100px;
        height: 75px;
        background-color: #C8212B;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.75s;
    }

    .child-6 {
        width: 100px;
        height: 75px;
        background: url(../images/cap.png) no-repeat center center;
        background-size: 40px 40px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-6:hover {
        background-size: 60px 60px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-right {
        width: 300px;
        height: 150px;
        background-color: none;
        float: left;
    }

    .right-div-top-right-top {
        width: 300px;
        height: 75px;
        background-color: #016798;
        color: white;
        font-family: 'Trebuchet MS';
        font-size: 18px;
        text-align: center;
        line-height: 75px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: unvan;
        animation-duration: 1.5s;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes unvan {
        0% {
            left: 5000px;
            top: 0px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes unvan {
        0% {
            left: 5000px;
            top: 0px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .right-div-top-right-bottom {
        width: 300px;
        height: 75px;
        background-color: none;
    }

    .right-div-center {
        width: 750px;
        height: 400px;
        background-color: white;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: ortabolum;
        animation-duration: 2s;
        padding: 10px;
        box-sizing: border-box;
        overflow-y: auto;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes ortabolum {
        0% {
            left: 0px;
            top: 1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes ortabolum {
        0% {
            left: 0px;
            top: 1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .right-div-bottom {
        width: 750px;
        height: 50px;
        background-color: whitesmoke;
        opacity: 0.2;
        color: white;
        font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
    }

    .parent {
        width: 750px;
        height: 50px;
        background: rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: copyright;
        animation-duration: 2s;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes copyright {
        0% {
            left: 0px;
            top: 10000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes copyright {
        0% {
            left: 0px;
            top: 10000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .child {
        width: 750px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #FFF;
        float: left;
        font-family: 'Trebuchet MS';
        font-size: 12px;
        /*background: rgba(255,255,255,1);*/
    }

    .left-menu {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        transition: all .5s;
        margin-bottom: 1px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: solmenu;
        animation-duration: 2s;
    }

    .left-menu:hover {
        opacity: 0.8;
        background-color: #0095DE;
        cursor: pointer;
        transition: all 0.5s;
        /*animation-name:leftdiv;
        animation-duration:1s;*/
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes solmenu {
        0% {
            left: 0px;
            top: 5000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes solmenu {
        0% {
            left: 0px;
            top: 5000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    @-webkit-keyframes leftdiv {
        0% {
            -webkit-transform: rotateY(0deg);
            /* Safari */
            transform: rotateY(0deg);
            /* Standard syntax */
        }

        100% {
            -webkit-transform: rotateY(360deg);
            /* Safari */
            transform: rotateY(360deg);
            /* Standard syntax */
        }
    }

    .left-menu-child {
        width: 50px;
        height: 50px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: solmenu;
        animation-duration: 2.5s;
        cursor: pointer;
    }

    .left-menu-linkedin {
        background: url(../images/linkedin.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-linkedin:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-blog {
        background: url(../images/blog.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-blog:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-skype {
        background: url(../images/skype.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-skype:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-mail {
        background: url(../images/mail.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-mail:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-administrator {
        background: url(../images/administrator.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-administrator:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-profile {
        background: url(../images/cap.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-profile:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .ucgen {
        /*border-color: #ffffff #ffffff #ffffff rgb(250,0,255);*/
        border-color: white rgba(255, 255, 255, 0.2) blue white;
        border-style: solid;
        border-width: 25px;
        width: 0;
        height: 0;
        float: left;
        background: rgba(255, 255, 255, 1);
    }

    .about-1 {
        text-align: justify;
        color: #555;
        line-height: 25px;
    }

    .baslik {
        width: 100%;
        height: 40px;
        background-color: none;
        float: left;
        border-bottom: 3px solid #0095DE;
        line-height: 30px;
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .baslik-extended {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 375px) {

    .container {
        width: 360px;
        height: 750px;
        border: 0px solid white;
        margin: 10px auto 10px auto;
        /*
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -150px;
        margin-left: -200px;
        */
    }

    .left-div {
        width: 50px;
        height: 250px;
        float: left;
        
    }

    .right-div {
        width: 310px;
        height: 100px;
        background-color: none;
        float: left;
    }

    .left-div-in {
        width: 50px;
        height: 50px;
        /*border-bottom:1px solid #dddddd;*/
        background-color: white;
        opacity: 0.2;
        /*transition: all .5s;*
    margin-bottom: 1px;
    /*background: url(../images/facebook.png) no-repeat center center;
    background-size: 20px 20px;*/
    }

    .left-div-in:hover {
        /*opacity: 0.8;
        background-color: #0095DE;
        cursor: pointer;
        transition: all .5s;*/
        -webkit-animation-name: leftdiv;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 1s;
        /* Safari 4.0 - 8.0 */
        animation-name: leftdiv;
        animation-duration: 1s;
    }

    .right-div-top {
        width: 310px;
        height: 100px;
        background-color: none;
    }

    .right-div-top-left {
        width: 100px;
        height: 100px;
        background-color: aqua;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: foto;
        animation-duration: 5s;
        background-image: url('../images/firatersoz.jpg');
        background-repeat: no-repeat;
        background-size: 100px 100px;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes foto {
        0% {
            left: 0px;
            top: -1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes foto {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .right-div-top-center {
        width: 210px;
        height: 100px;
        background-color: none;
        float: left;
    }

    .right-div-top-center-top {
        width: 210px;
        height: 50px;
        background-color: #1372A5;
        color: white;
        font-weight: normal;
        font-family: 'Trebuchet MS';
        font-size: 30px;
        text-align: center;
        line-height: 50px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: firatersoz;
        animation-duration: 1s;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes firatersoz {
        0% {
            left: 0px;
            top: -1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes firatersoz {
        0% {
            left: 0px;
            top: -1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .right-div-top-center-bottom {
        width: 210px;
        height: 50px;
        background-color: none;
        
    }

    .right-div-top-center-bottom-in-1 {
        width: 70px;
        height: 50px;
        background-color: #00C39E;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.5s;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes yesilbutton {
        0% {
            left: 5000px;
            top: 0px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes yesilbutton {
        0% {
            left: 5000px;
            top: 0px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .child-1 {
        width: 70px;
        height: 50px;
        background: url(../images/linkedin.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-1:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-2 {
        width: 70px;
        height: 50px;
        background-color: #0095DE;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.55s;
    }

    .child-2 {
        width: 70px;
        height: 50px;
        background: url(../images/skype.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-2:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-3 {
        width: 70px;
        height: 50px;
        background-color: #AA42B5;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.6s;
    }

    .child-3 {
        width: 70px;
        height: 50px;
        background: url(../images/blog.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-3:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-4 {
        width: 100px;
        height: 75px;
        background-color: #F77700;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.65s;
    }

    .child-4 {
        width: 100px;
        height: 75px;
        background: url(../images/mail.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-4:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-5 {
        width: 100px;
        height: 75px;
        background-color: #FD2D20;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.7s;
    }

    .child-5 {
        width: 100px;
        height: 75px;
        background: url(../images/administrator.png) no-repeat center center;
        background-size: 30px 30px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-5:hover {
        background-size: 50px 50px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-center-bottom-in-6 {
        width: 100px;
        height: 75px;
        background-color: #C8212B;
        float: left;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 2.75s;
    }

    .child-6 {
        width: 100px;
        height: 75px;
        background: url(../images/cap.png) no-repeat center center;
        background-size: 40px 40px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: yesilbutton;
        animation-duration: 4s;
        transition: all .5s;
    }

    .child-6:hover {
        background-size: 60px 60px;
        transition: all .5s;
        cursor: pointer;
    }

    .right-div-top-right {
        width: 300px;
        height: 150px;
        background-color: none;
        float: left;
        display: none;
    }

    .right-div-top-right-top {
        width: 300px;
        height: 75px;
        background-color: #016798;
        color: white;
        font-family: 'Trebuchet MS';
        font-size: 18px;
        text-align: center;
        line-height: 75px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: unvan;
        animation-duration: 1.5s;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes unvan {
        0% {
            left: 5000px;
            top: 0px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes unvan {
        0% {
            left: 5000px;
            top: 0px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .right-div-top-right-bottom {
        width: 300px;
        height: 75px;
        background-color: none;
        display: none;
    }

    .right-div-center {
        width: 310px;
        height: 600px;
        background-color: white;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: ortabolum;
        animation-duration: 2s;
        padding: 10px;
        box-sizing: border-box;
        overflow-y: auto;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes ortabolum {
        0% {
            left: 0px;
            top: 1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes ortabolum {
        0% {
            left: 0px;
            top: 1000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .right-div-bottom {
        width: 750px;
        height: 50px;
        background-color: whitesmoke;
        opacity: 0.2;
        color: white;
        font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
    }

    .parent {
        width: 310px;
        height: 50px;
        background: rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: copyright;
        animation-duration: 2s;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes copyright {
        0% {
            left: 0px;
            top: 10000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes copyright {
        0% {
            left: 0px;
            top: 10000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    .child {
        width: 310px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #FFF;
        float: left;
        font-family: 'Trebuchet MS';
        font-size: 12px;
        /*background: rgba(255,255,255,1);*/
    }

    .left-menu {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        transition: all .5s;
        margin-bottom: 1px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: solmenu;
        animation-duration: 2s;
    }

    .left-menu:hover {
        opacity: 0.8;
        background-color: #0095DE;
        cursor: pointer;
        transition: all 0.5s;
        /*animation-name:leftdiv;
        animation-duration:1s;*/
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes solmenu {
        0% {
            left: 0px;
            top: 5000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    /* Standard syntax */
    @keyframes solmenu {
        0% {
            left: 0px;
            top: 5000px;
        }

        100% {
            left: 0px;
            top: 0px;
        }
    }

    @-webkit-keyframes leftdiv {
        0% {
            -webkit-transform: rotateY(0deg);
            /* Safari */
            transform: rotateY(0deg);
            /* Standard syntax */
        }

        100% {
            -webkit-transform: rotateY(360deg);
            /* Safari */
            transform: rotateY(360deg);
            /* Standard syntax */
        }
    }

    .left-menu-child {
        width: 50px;
        height: 50px;
        position: relative;
        -webkit-animation-name: example;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 4s;
        /* Safari 4.0 - 8.0 */
        animation-name: solmenu;
        animation-duration: 2.5s;
        cursor: pointer;
    }

    .left-menu-linkedin {
        background: url(../images/linkedin.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-linkedin:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-blog {
        background: url(../images/blog.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-blog:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-skype {
        background: url(../images/skype.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-skype:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-mail {
        background: url(../images/mail.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-mail:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-administrator {
        background: url(../images/administrator.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-administrator:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .left-menu-profile {
        background: url(../images/cap.png) no-repeat center center;
        background-size: 20px 20px;
        transition: all .5s;
    }

    .left-menu-profile:hover {
        background-size: 30px 30px;
        transition: all .5s;
    }

    .ucgen {
        /*border-color: #ffffff #ffffff #ffffff rgb(250,0,255);*/
        border-color: white rgba(255, 255, 255, 0.2) blue white;
        border-style: solid;
        border-width: 25px;
        width: 0;
        height: 0;
        float: left;
        background: rgba(255, 255, 255, 1);
    }

    .about-1 {
        text-align: justify;
        color: #555;
        line-height: 25px;
    }

    .baslik {
        width: 100%;
        height: 40px;
        background-color: none;
        float: left;
        border-bottom: 3px solid #0095DE;
        line-height: 30px;
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .baslik-extended {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
