﻿body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 17px;
}

a, a:hover, a:active, a img {
    text-decoration: none !important;
    color: inherit;
    border: none;
    text-transform: none !important
}

.none-padding {
    padding: 0px !important;
}

.padding-3 {
    padding: 3px !important;
}

[data-target] {
    cursor: pointer;
}

.sayfa-baslik {
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 15px
}

    .sayfa-baslik h2 {
        font-weight: 600 !important;
        color: #e31e25;
        font-size: 18pt;
    }

.sayfa-content {
    min-height: calc(100vh - 270px)
}

.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
    cursor: pointer
}

    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #191919;
        transition: width .3s;
    }

    .cool-link:hover::after {
        width: 100%;
    }

.sm-hide {
    display: block;
}

.xs-hide {
    display: block
}

.md-hide {
    display: none;
}

.kullanici-adi {
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px
}

.kullanici-adi-mobil {
    display: none
}

.ortala {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.duzenle-btn {
    width: 100%;
    height: 50px;
    line-height: 14px;
    padding-top: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.40s ease-in-out;
}

    .duzenle-btn:hover {
        color: #be041b
    }

    .duzenle-btn span {
        font-size: 11px
    }

.kayitli-video-baslik {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px
}

.kayitli-video-list {
    border-bottom: solid 1px #f2f2f2;
    margin-bottom: 10px;
    transition: 0.40s ease-in-out;
}

    .kayitli-video-list:hover {
        background: #f2f2f2
    }

@media (max-width:992px) {
    .md-hide {
        display: block;
    }

    .sm-hide {
        display: none;
    }

    .xs-hide {
        display: block
    }

    .kullanici-adi {
        display: none
    }

    .kullanici-adi-mobil {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        display: block;
    }
}

@media (max-width:768px) {
    .md-hide {
        display: block;
    }

    .sm-hide {
        display: block;
    }

    .xs-hide {
        display: none;
    }
}

footer {
    background: #494949;
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50PX
}

.top-header {
    padding-top: 20px;
    padding-bottom: 10px
}

.logo-col {
    text-align: left;
    padding-bottom: 15PX
}

    .logo-col img {
        max-width: 275px;
        width: auto;
        max-height: 100px
    }

.header-text-logo {
    padding-top: 20px;
    font-weight: bold;
    text-align: center
}

.dropdown-menu {
    background: #be041b;
    color: #fff;
    padding: 10px;
}

    .dropdown-menu a {
        color: #fff;
        margin-bottom: 10px;
    }

    .dropdown-menu :hover {
        background: #fff;
        color: red;
    }



.menu-row {
    background: #be041b;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-weight: 500
}

.menu-href {
    background: #be041b;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-weight: 500
}

.menu-list {
    text-align: center;
    list-style-type: none;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0PX;
}

    .menu-list li {
        text-align: center;
        display: inline;
        padding: 5px 10px;
        border-left: solid 1px #9e1010;
        transition: 0.40s ease-in-out;
        -webkit-transition: 0.40s ease-in-out;
        -moz-transition: 0.40s ease-in-out;
    }

        .menu-list li:hover {
            background: #9e1010;
        }

        .menu-list li:first-child {
            border-left: none
        }

.header-btn {
    text-align: right;
    margin-top: 40px
}

.sponsor-box {
    background: #F2F2F2;
    margin-bottom: 100px
}

.sponsor-list {
    width: 100%;
    height: 185px;
    display: inline-block;
    text-align: center;
    line-height: 160px;
}

    .sponsor-list img {
        max-width: 300px;
        max-height: 180px;
        padding-top:5px;
        height: 180px;
        width: 100%
    }

.duyurular-box {
    border: solid 1px #f2f2f2;
    padding: 5px 15px 15px 15px;
}

.duyurular-head {
    color: #e31e25;
    font-weight: bold;
    font-size: 22px;
    border-bottom: solid 2px #e31e25;
    padding-bottom: 10px;
    padding-top: 10px
}

.next-btn {
    background: #f2f2f2;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    transition: 0.40s ease-in-out;
    -webkit-transition: 0.40s ease-in-out;
    -moz-transition: 0.40s ease-in-out;
}

    .next-btn i {
        color: #525050;
        font-size: 18px;
        transition: 0.40s ease-in-out;
        -webkit-transition: 0.40s ease-in-out;
        -moz-transition: 0.40s ease-in-out;
    }

    .next-btn:hover {
        background: #e31e25
    }

        .next-btn:hover i {
            color: #fff
        }

.back-btn {
    background: #f2f2f2;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    transition: 0.40s ease-in-out;
    -webkit-transition: 0.40s ease-in-out;
    -moz-transition: 0.40s ease-in-out;
}

    .back-btn i {
        color: #525050;
        font-size: 18px;
        transition: 0.40s ease-in-out;
        -webkit-transition: 0.40s ease-in-out;
        -moz-transition: 0.40s ease-in-out;
    }

    .back-btn:hover {
        background: #e31e25
    }

        .back-btn:hover i {
            color: #fff
        }

.duyuru-list-box {
    height: 530px;
    overflow: hidden;
}

.duyuru-list {
    border-bottom: solid 1px #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.40s ease-in-out;
    -webkit-transition: 0.40s ease-in-out;
    -moz-transition: 0.40s ease-in-out;
    cursor: pointer;
}

    .duyuru-list:hover {
        background: #f2f2f2;
    }

.duyuru-tarih {
    background: #f2f2f2;
    color: #bfbfbf;
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}

.duyuru-gun {
    font-size: 26px;
    line-height: 20px;
}

.duyuru-ay {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}

.duyuru-ozet {
    width: calc(100% - 60px);
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.duyuru-ozet-baslik {
    width: 100%;
    font-weight: bold;
    height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 3px
}

.duyuru-ozet-icerik {
    width: 100%;
    height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px
}

.puan-durumu-head {
    background: #e31e25;
    font-weight: 300;
    padding: 15px;
    color: #fff;
}

.kume-head {
    background: #f2f2f2;
    font-weight: 500;
    color: #303030;
    padding: 15px;
}

.puan-tablosu {
    height: auto;
    overflow: hidden
}

    .puan-tablosu td, .puan-tablosu th {
        border-left: solid 1px #f2f2f2;
        border-right: solid 1px #f2f2f2;
        font-size: 14px
    }

.p-color {
    color: #428e09
}

.m-color {
    color: #e31e25
}

.dflt-btn-row {
    background: #f2f2f2;
    margin-top: 100PX;
    margin-bottom: 100PX
}

.btn-dflt {
    color: #e31e25;
    font-size: 24px;
    font-weight: bold;
    height: 85px;
    line-height: 85px;
    text-align: center
}

.logo-dflt {
    text-align: center;
}

    .logo-dflt img {
        max-width: 95%;
    }

.bg-voleybol {
    background: url(../img/bg-voleybol.png) left center no-repeat;
    background-size: auto contain;
    margin-bottom: 100px;
}

    .bg-voleybol h2 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: 900;
        font-size: 33px;
        letter-spacing: 1px
    }

.dokuman-list-box {
    padding: 50px 50px;
    display: inline-block;
    text-align: left;
    max-width: 480px;
    width: 100%
}

.dokuman-list {
    padding: 5px;
    transition: 0.40s ease-in-out;
    -webkit-transition: 0.40s ease-in-out;
    -moz-transition: 0.40s ease-in-out;
    cursor: auto;
}

    .dokuman-list:hover {
        background: #f2f2f2;
    }

.docimg-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

    .docimg-img img {
        width: 90px;
    }

.dokuman-img {
    width: 95px;
    height: 45px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

    .dokuman-img img {
        width: 95px;
    }

.dokuman-ad {
    font-size: 16px;
    font-weight: bold;
    width: calc(100% - 105px);
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px
}

.dokuman-page .dokuman-ad {
    font-size: 13px;
    font-weight: bold;
    width: calc(100% - 105px);
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    padding-top: 0px
}

.dokuman-page .dokuman-list {
    margin-bottom: 15px
}

.doc-indir-btn {
    font-size: 14px;
    margin-top: 3px;
}

.doc-izle-btn {
    font-size: 14px;
    margin-top: 3px;
}

.video-box .doc-indir-btn {
    display: none
}

.video-box .doc-izle-btn {
    display: block
}

.dokuman-box .doc-indir-btn {
    display: block
}

.dokuman-box .doc-izle-btn {
    display: none
}

.video-box {
}

video[poster] {
    width: 100% !important;
}

.galeri-list {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .galeri-list img {
        min-height: 200px;
        max-width: 100%;
        min-width: 100%;
    }

.galeri-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(3, 3, 3, 0.60);
    transition: 0.40s ease-in-out;
    -webkit-transition: 0.40s ease-in-out;
    -moz-transition: 0.40s ease-in-out;
    cursor: pointer;
}

.galeri-list:hover .galeri-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(3, 3, 3, 0.00)
}

.default-galeri {
    position: relative;
    margin-bottom: 100px
}

.foto-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 100%;
    text-align: center
}

.input-row {
    border: solid;
    border-width: 1px;
    border-color: darkgray;
    background: #e4e4e4;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.kurul-row {
    background: #e4e4e4;
    color: #be041b;
    padding: 15px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

    .kurul-row h3 {
        margin: 0px;
        font-weight: 600
    }

.kurul-list {
    width: 220px;
    display: inline-block;
    margin: 5px;
    padding: 10px;
    border: solid 1px #f2f2f2;
    box-sizing: border-box
}

.kurul-img img {
    width: 200px
}

.kurul-ad {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px
}

.kurul-unvan {
    font-size: 14px;
}

.album-ad {
    color: #e31e25;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.galeri-img {
    width: 100%;
    height: 120px;
    background: #f2f2f2;
    overflow: hidden;
    line-height: 120px
}

    .galeri-img img {
        width: 100%;
    }

.album-box {
    border: solid 1px #f2f2f2;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: 0.40s ease-in-out;
    -webkit-transition: 0.40s ease-in-out;
    -moz-transition: 0.40s ease-in-out;
    cursor: pointer;
    min-height: 315px
}

    .album-box:hover {
        border: solid 1px #e31e25;
    }

.eposta-box {
    padding: 30px;
    border: solid 1px #d5d5d5;
    display: inline-block
}

.sayfa-baslik h3 {
    font-weight: bold;
}

.duyuru-header-tarih {
    font-size: 14px;
    color: #525050;
    margin-top: 5px;
    margin-bottom: 5px
}

@media (max-width:962px) {
    .album-ad {
        color: #e31e25;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .galeri-img {
        width: 100%;
        height: 120px;
        background: #f2f2f2;
        overflow: hidden;
        line-height: 120px
    }

        .galeri-img img {
            width: 100%;
        }
}

@media (max-width:768px) {
    .login-box {
        padding: 15px 15px !important
    }

    .hizli-giris {
        text-align: center
    }

    .logo-col {
        text-align: left;
        padding-bottom: 0PX
    }

        .logo-col img {
            height: 60px;
        }

    .header-text-logo {
        font-size: 14px;
        padding-top: 10px;
    }

    .dokuman-list-box {
        padding: 50px 10px;
        display: inline-block;
        text-align: left;
        max-width: 480px;
        width: 100%
    }

    .menu-row {
        background: #e31e25;
        color: #fff;
        font-size: 16px;
        padding-top: 5PX;
        padding-bottom: 5PX;
        display: none;
    }

    .menu-list {
        text-align: center;
        list-style-type: none;
        padding-left: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0PX;
    }

        .menu-list li {
            text-align: center;
            width: 100%;
            display: block;
            padding: 15px 10px;
            border-left: solid 1px #bc1111;
        }

            .menu-list li:first-child {
                border-left: none
            }

    .menu-btn {
        padding-top: 10px;
        text-align: center;
    }

    .sponsor-box {
        background: #F2F2F2;
        margin-bottom: 5px;
    }

    .sponsor-list {
        width: 100%;
        height: 140px;
        display: inline-block;
        text-align: center;
        line-height: 140px;
    }

        .sponsor-list img {
            max-width: 120px;
            max-height: 170px;
            width: 100%
        }

    .dflt-btn-row {
        background: #f2f2f2;
        margin-top: 0PX;
        margin-bottom: 5PX;
    }

    .album-ad {
        color: #e31e25;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .galeri-img {
        width: 100%;
        height: 100px;
        background: #f2f2f2;
        overflow: hidden;
        line-height: 100px
    }

        .galeri-img img {
            width: 100%;
        }
    /* msz */
    .panel-Msz {
        border-bottom: 4px solid #fe5f00;
        background: white;
        padding: 5px;
        margin-top: 0px;
        margin-bottom: 5px;
        border-radius: 10px;
        /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
    }

    .overlay {
        position: absolute;
        background-color: white;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        z-index: 10000;
    }


    resim:hover {
        -ms-transform: scale(1.3); /* IE 9 */
        -webkit-transform: scale(1.3); /* Safari 3-8 */
        transform: scale(1.3);
    }
    .CS {
        border: 2px solid #124d77;
        font-family: Arial;
        font-size: 12pt;
        padding: 4px 4px !important;
        font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
        color: #fff !important;
        width: 96%;
        height: 40px !important;
        border-radius: 6px;
        -moz-border-radius: 6px;
        text-shadow: #000 1px 1px 2px;
        -webkit-border-radius: 6px;
        cursor: pointer !important;
    }

    .hider {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 99;
        background-color: Black;
        opacity: 0.4;
        filter: alpha(opacity=30);
    }
    .popupboxab {
        position: fixed;
        top: 50%;
        left: 52%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background-position: center center;
        height: auto;
        border: 1px solid #309CD6;
        z-index: 100000;
        background-color: #dee0e2;
        color: grey;
        border-radius: 15px;
        padding: 10px;
        -moz-box-shadow: 10px 10px 5px rgb(50,50,50);
        -webkit-box-shadow: 10px 10px 5px rgb(50,50,50);
        box-shadow: 10px 10px 5px rgba(50,50,50,0.3);
    }
}
