﻿@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('materialicons.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.navbar {
    color: darkred !important;
}

.uyegir {
    width: 350px;
}

.login-modal .modal-content {
    padding: 5px;
    border-radius: 5px;
    border: none;
}

.login-modal .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.login-modal h5 {
    text-align: center;
    font-size: 32px;
    margin: 75px 0 0;
}

.login-modal .logo img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -10px;
    width: auto;
    height: 75px;
    z-index: 9;
    padding: 5px;
}

.login-modal .close {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #1cd8ad;
}

.login-modal .close {
    opacity: 0.75;
}

    .login-modal .close:focus, .login-modal .close:hover {
        color: #39e8b0;
        opacity: 1;
        text-decoration: none;
        outline: 0;
    }

.login-modal .modal-dialog .modal-content {
    border-radius: 0px;
}

.commands {
    overflow: hidden;
    margin-top: 30px;
}

.prev {
    float: left
}

.next, .submit {
    float: right
}

.error {
    color: #b33;
}

.slogan {
    background: url(/resimler/msmbpower.png) no-repeat center top;
    background-size: cover;
    min-height: 350px;
    position: relative;
}

.slogan-metin {
    font-size: 36px;
    color: gold;
    padding-top: 100px;
}

.slogan-soylev {
    font-size: 32px;
    padding-top: 25px;
}

.destekciler {
    background: linear-gradient(to right, #ffcccc, #d3d3d3);
}

.owl-destekci {
    margin: 0 5px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom: 2em;
}

    .owl-destekci .destekci-resim {
        overflow: hidden;
    }

        .owl-destekci .destekci-resim img {
            width: auto;
            height: auto;
            transform: scale(1);
            transition: all 1s ease-in-out 0s;
        }

    .owl-destekci:hover .destekci-resim img {
        transform: scale(1.08);
    }

    .owl-destekci .destekci-bilgi {
        padding: 5px 5px 5px 5px;
    }

    .owl-destekci .post-hakkinda {
        font-size: 15px;
        color: black;
        line-height: 24px;
        margin-bottom: 14px;
    }

.gonuldaslar {
    background: linear-gradient(to right, #088903, #b6ffc2);
}

.owl-gonuldas {
    margin: 0 5px;
    margin-bottom: 2em;
}

    .owl-gonuldas .gonuldas-resim {
        overflow: hidden;
    }

        .owl-gonuldas .gonuldas-resim img {
            width: auto;
            height: auto;
            transform: scale(1);
            transition: all 1s ease-in-out 0s;
        }

    .owl-gonuldas:hover .gonuldas-resim img {
        transform: scale(1.1);
    }

.footer {
    padding: 20px 0 20px;
    background: #111;
    color: #ccc;
}

    .footer a {
        color: #fff;
    }

.linkfeat {
    background: rgba(76,76,76,0);
    background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0)), color-stop(49%, rgba(48,48,48,0)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

table.model-state {
    border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-collapse: collapse;
    font-size: .8em;
    font-family: arial;
}

    table.model-state td {
        border-color: #600;
        border-width: 1px 1px 0 0;
        border-style: solid;
        margin: 0;
        padding: .25em .75em;
        background-color: #FFC;
    }
