﻿@media only screen and (min-device-width: 400px) {
    .bg-picture1 {
        background: url('/image/create1.png');
        width: auto;
        height: auto;
        background-size: 100% 100%;
    }

    .create-color {
        color: white;
    }

    @-webkit-keyframes scaleout {
        0% {
            opacity: 1;
            -webkit-transform: scale(0.0);
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(1.0);
            opacity: 0;
        }
    }

    @keyframes scaleout {
        0% {
            opacity: 1;
            transform: scale(0.0);
            -webkit-transform: scale(0.0);
        }

        100% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
            opacity: 0;
        }
    }
}
@media only screen and (max-device-width: 1200px) {
    .partial-head {
        padding-top:1px!important;
    }
}

/*Navbar mobile css*/
/*@media (min-width: 1131) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-header {
        float: left;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}*/
/*Navbar mobile css bitiş*/