﻿
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 500px) {
    .col-sm-6 {
        width: 50%;
    }
}

html, body {
    width:100%;
    height: 100%;
}

.frontend-side {
    background: url('../Img/giris-bg/webbg3.jpg') center center fixed;
    -webkit-animation: slide2 20s linear infinite;
}

.logo{
    width:100%;
    position:fixed;
    margin:0 auto;
    z-index:10000000;
    display:block;
    text-align:center;
    padding-top:25px;
}

.grafik {
    background-image: url('../Img/giris-bg/grfk3.jpg');
    -webkit-animation: slide 20s linear infinite;
}
@-webkit-keyframes slide {
    0% {
        background-position: 0 0;
    }
    3% {
        background-position: 0 0;
    }
    50% {
        background-position: -400px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes slide2 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400px 0;
    }

    100% {
        background-position: 0 0;
    }
}


.split {
    padding-top: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50%;
    min-height: 9em;
    font-size: 2em;
    color: white;
    font-weight: 300;
    float:left;
}

@media(min-width: 500px) {
    .split {
        padding-top: 2em;
        height: 100%;
    }
}

.split > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

    .split > div .text-content {
        line-height: 1.6em;
        margin-bottom: 1em;
        z-index:10000000;
        position:relative;
    }

        .split > div .text-content .big {
            font-size:40px;
            margin-bottom:10px;
        }

    .split > div img {
        height: 1.3em;
    }

@media (max-width: 500px) {
    .split > div img {
        display: none;
    }
}

.split a {
    font-weight: 800;
    background: none;
    border: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 15em;
    padding: 0.7em;
    font-size: 0.5em;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: white;
    display: inline-block;
    cursor: pointer;
    -moz-transition: 0.8s all;
    -o-transition: 0.8s all;
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
}

    .split a:hover {
        text-decoration: none;
        background-color: white;
        border-color: white;
        cursor: pointer;
        color: #818181;
        -moz-transition: 0.8s all;
        -o-transition: 0.8s all;
        -webkit-transition: 0.8s all;
        transition: 0.8s all;
    }

#split-or {
    font-size: 2em;
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 925px) {
    #split-or {
        top: 15%;
    }
}

#split-or > div img {
    height: 2.5em;
}

@media (max-width: 500px) {
    #split-or {
        position: absolute;
        top: 50px;
    }

        #split-or > div img {
            height: 2em;
        }
}

@media(min-width: 500px) {
    #split-or {
        font-size: 3em;
    }
}

.big {
    font-size: 30px;
}

#slogan {
    position: absolute;
    width: 100%;
    z-index: 100;
    text-align: center;
    vertical-align: baseline;
    top: 0.5em;
    color: white;
    font-size: 1.4em;
}

@media(min-width: 500px) {
    #slogan {
        top: 5%;
        font-size: 1.8em;
    }
}

#slogan img {
    height: 0.7em;
}

.big {
    font-weight: 400;
}

body{
    position:relative;
}

.slogan-top{
    position:fixed;
    top:50%;
    z-index:1000000;
    display:block;
    text-align:center;
    width:100%;
    top:100px;
    font-size:50px;
    color:#fff;
    font-weight:600;
}

.mini-logo {
    background-color: white;
    height: 90px;
    width: auto;
    padding: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.baslik{
    font-size:50px;
    font-weight:700;
    margin-bottom:15px;
}

.mobil{
    display:none;
}



@media (max-width: 767px) {
    .logo{
        position:static;
    }

    .logo img {
        height: 60px !important;
        margin: 0 auto;
        position: relative;
        top: 0;
    }

    #split-or{
        display:none;
    }

    .frontend-side , .grafik{
        background:none;
    }

    body {
        background: url('../Img/giris-bg/webbg3.jpg')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align:center;
        color:#fff;
    }

    .slogan-top{
        position:unset;
        font-size:30px;
        width:70%;
        text-align:center;
        margin:0 auto;
        margin-top:15px;    
        margin-bottom:20px;

    }

    .baslik{
        font-size:25px;
        margin-top:25px;
        margin-bottom:10px;
    }

    .big{
        font-size:20px;
    }
    .button {
        font-weight: 800;
        background: none;
        border: 1px solid white;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding:7px;
        width: 15em;
        font-size: 0.5em;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-decoration: none;
        color: white;
        display: inline-block;
        cursor: pointer;
        -moz-transition: 0.8s all;
        -o-transition: 0.8s all;
        -webkit-transition: 0.8s all;
        transition: 0.8s all;
        font-size:18px;
        margin-top:10px;
        margin-bottom:20px;
    }


        .split {
            display: none;
        }

    .mobil{
        display:block;
        margin:0 auto;
        text-align:center;
    }
}


@media (min-width: 767px) and (max-width:991px) {

    #split-or {
        display: none;
    }

    .slogan-top {
        margin-top:10px;
        font-size: 40px !important;
    }

    .baslik{
        font-size:35px;
    }

    .big{
        font-size:28px;
    }
    .frontend-side, .grafik {
        background: none;
    }

    body {
        background: url('../Img/giris-bg/webbg3.jpg')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        color: #fff;
    }



}

@media (min-width: 992px) and (max-width:1025px) {
    #split-or{
        display:none;
    }

    .slogan-top{
        margin-top:0;
    }

    .big{
        font-size:34px !important;
    }

    .frontend-side, .grafik {
        background: none;
    }

    body {
        background: url('../Img/giris-bg/webbg3.jpg')no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        color: #fff;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
  
}

@media (min-width: 1200px) {
}