﻿body {
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}

.top {
    width: 100%;
    height: 200px;
    background-size: cover;
    background: no-repeat right url(../img/top.png) #f15011;
}

    .top p {
        font-size: 24px;
        color: #fff;
        padding-left: 10px;
        padding-top: 10PX;
    }

    .top a {
        font-size: 20px;
        padding-left: 10px;
        color: #ab4720 !important;
    }

.login {
    width: 100%;
    padding: 70px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.wrap {
    max-width: 1280px;
    margin: auto;
    padding: 20px;
}

.login h2 {
    color: #f15011;
    margin-top: 0;
    margin-bottom: 50px;
}

.form-control {
    height: 60px;
}

.btn-warning {
    background: #f15011 !important;
    font-size: 16px;
    width: 150px;
}

.tus {
    border-radius: 25px;
    text-align: center;
    line-height: 86px;
    background-color: rgb(242, 106, 52);
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    color: #fff;
    height: 86px;
    margin-bottom: 30px;
    cursor: pointer;
}

.box {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.ben {
    width: 100%;
    background: #f2f2f2;
    padding: 200px 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

    .ben .pbir {
        font-size: 26px;
        color: #f15011;
    }

    .ben .piki {
        font-size: 20px;
        color: #444444;
    }

    .ben a {
        font-size: 18px !important;
        color: #cacaca;
        font-weight: 600;
    }

.imaj {
    max-height: 150px;
    margin-bottom: 10px;
}

    .imaj img {
        max-height: 145px;
        margin: auto;
    }

.img-isim {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    margin-bottom: 0;
    height: 45px;
    overflow: hidden;
}

.img-puan {
    color: #f15011;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.page-nav img {
    cursor: pointer;
}

.filter {
    padding: 7px 15px;
    background: #eaeaea;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

a
{
    text-decoration:none !important;
}


.n2 {
    width: 50%;
    height: auto;
    z-index: 220;
    padding: 50px 30px;
    text-align: center;
    color: #333;
    position: fixed;
    top: 100px;
    left: 25%;
    background: #fff;
    border-radius: 5px;
}

.black {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .7;
    z-index: 90;
}