body {
    font-family: 'Raleway', sans-serif;
}

a {
    color: #555555;
    text-decoration: none;
}


.container-full {
    width: 100%;
}


.topmenu {
    padding: 5px;
    text-align: right;
}

    .topmenu a {
        color: rgba(255,255,255,.75);
        margin-left: 10px;
    }


.masthead-nav {
    float: right;
    margin-top: 52px;
    margin-left: 20px;
    margin-right: 20px;
}

.bigtitle a {
    font-size: 17px;
    color: #e24660;
}

.bigtitle span {
    font-size: 17px;
    color: #e24660;
}

.site-wrapper {
    display: table;
    width: 100%;
    color: #fff;
    background-position: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 30px;
    height: 100vh;
}

.navbar-inverse {
    border: 0px;
}


.mapcover {
    background: rgba(0, 0, 0, 0.65);
    padding: 35px 40px 30px 40px;
    border-radius: 10px;
}


.site-wrapper-inner {
    margin-top: 22vh;
}

.list-group-item {
    padding: 5px 15px;
    text-transform: capitalize;
}


    .list-group-item::first-letter {
        text-transform: capitalize;
    }

.site-wrapper-inner {
    /* display: table-cell;
    vertical-align: top;  */
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.inner {
    padding: 10px;
}

.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

    .masthead-nav > li + li {
        margin-left: 20px;
    }

    .masthead-nav > li > a {
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        color: rgba(255,255,255,.75);
        border-bottom: 2px solid transparent;
    }

        .masthead-nav > li > a:hover,
        .masthead-nav > li > a:focus {
            background-color: transparent;
            border-bottom-color: #a9a9a9;
            border-bottom-color: rgba(255,255,255,.5);
        }

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}



.cover {
    padding: 0 20px;
}

    .cover .btn-lg {
        padding: 10px 20px;
        font-weight: bold;
    }


.mastfoot {
    color: #999;
    color: rgba(255,255,255,.5);
}



.mastfoot {
    position: fixed;
    bottom: 0;
}



.masthead,
.mastfoot,
.cover-container {
    width: 100%;
}


.breaking-news {
    display: block;
    overflow: hidden;
    height: 29px;
    background: #fff;
}


    .breaking-news .breaking-icon {
        float: left;
        display: block;
        background-color: transparent;
        background-image: url(../images/icon-breaking.png);
        background-size: 13px 13px;
        background-position: center;
        background-repeat: no-repeat;
        width: 13px;
        height: 13px;
        cursor: default;
        margin: 3px 8px 0px 0px;
    }

    .breaking-news .breaking-controls {
        display: block;
        background-color: #555;
        float: right;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        cursor: default;
        padding: 5px 11px;
        position: relative;
        margin-left: 20px;
        height: 29px;
        margin-top: -29px;
    }

        .breaking-news .breaking-controls .the-corner {
            display: block;
            position: absolute;
            background: inherit;
            width: 40px;
            height: 40px;
            left: -6px;
            top: 0px;
            z-index: 1;
            transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            -webkit-transform: rotate(15deg);
            -o-transform: rotate(15deg);
            -moz-transform: rotate(15deg);
        }


    .breaking-news.isscrolling .breaking-block {
        margin-right: 45px;
    }

        .breaking-news.isscrolling .breaking-block ul {
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: none;
        }

    .breaking-news.isscrolling .breaking-controls .breaking-arrow-right,
    .breaking-news.isscrolling .breaking-controls .breaking-arrow-left {
        display: none !important;
    }

    .breaking-news .breaking-controls .breaking-arrow-left:hover, .breaking-news .breaking-controls .breaking-arrow-right:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .breaking-news .breaking-title {
        display: block;
        background-color: #555;
        float: left;
        color: #fff;
        font-size: 14px;
        font-weight: normal !important;
        cursor: default;
        padding: 5px 11px;
        position: relative;
        margin-right: 20px;
    }

    .breaking-news .breaking-controls a {
        position: relative;
        z-index: 2;
    }

    .breaking-news .breaking-title span,
    .breaking-news .breaking-title b {
        position: relative;
        z-index: 2;
    }

    .breaking-news .breaking-title .the-corner {
        display: block;
        position: absolute;
        background: inherit;
        width: 40px;
        height: 40px;
        right: -8px;
        top: -10px;
        z-index: 1;
        transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
    }

    .breaking-news .breaking-block {
        display: block;
        float: none;
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 120px;
        margin-right: 80px;
        height: 29px;
    }

        .breaking-news .breaking-block ul {
            white-space: nowrap;
            padding-top: 6px;
            width: 8000px;
            padding-bottom: 4px;
            position: relative;
            font-size: 0;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
        }

            .breaking-news .breaking-block ul li {
                display: inline-block;
                margin-right: 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 13px;
            }

                .breaking-news .breaking-block ul li a {
                    font-size: 13px;
                    font-weight: bold;
                    margin-right: 12px;
                }

                .breaking-news .breaking-block ul li span {
                    color: #a9a9a9;
                }


.header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#carousel img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 600px;
}

#carouselMini img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.red-band {
    height: 5px;
    background: #df001b;
    margin-bottom: 10px;
}


.logo {
    background: #df001b;
    padding: 15px;
}



.white {
    background: #fff;
    margin-bottom: 20px;
}


.content-panel {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

    .content-panel .panel-header {
        display: block;
        background: #ececec;
        height: 29px;
        overflow: hidden;
        margin-bottom: 15px;
        margin-left: -10px;
        margin-right: -10px;
    }

        .content-panel .panel-header b {
            display: block;
            background: #555;
            color: #fff;
            padding: 5px 10px;
            float: left;
            position: relative;
            z-index: 0;
            font-size: 14px;
        }

            .content-panel .panel-header b .icon-text {
                display: inline-block;
                padding-right: 8px;
            }

            .content-panel .panel-header b:after {
                display: block;
                position: absolute;
                background: inherit;
                width: 40px;
                height: 40px;
                right: -10px;
                top: -10px;
                z-index: -1;
                content: '';
                transform: rotate(15deg);
                -ms-transform: rotate(15deg);
                -webkit-transform: rotate(15deg);
                -o-transform: rotate(15deg);
                -moz-transform: rotate(15deg);
            }

        .content-panel .panel-header .top-right {
            float: right;
            padding: 4px 10px;
            text-transform: uppercase;
        }

            .content-panel .panel-header .top-right a {
                font-size: 10px;
                font-weight: bold;
                color: #616161;
            }

                .content-panel .panel-header .top-right a:hover {
                    color: #232323;
                }

.video-blocks {
    display: block;
}

    .video-blocks .video-left {
        width: 329px;
        display: block;
        float: left;
    }

    .video-blocks .video-right {
        width: 400px;
        display: block;
        float: left;
        margin-left: 20px;
    }

    .video-blocks .video-large {
        display: block;
    }

        .video-blocks .video-large .video-image {
            display: block;
            margin-bottom: 13px;
        }

        .video-blocks .video-large h2 {
            display: block;
            font-size: 15px;
        }

            .video-blocks .video-large h2 a {
                color: #232323;
            }

                .video-blocks .video-large h2 a:hover {
                    text-decoration: underline;
                }


.video-small h2 a {
    font-size: 13px;
}

.video-small h2 a {
    display: block;
    font-size: 13px;
    line-height: 120%;
    color: #232323;
}


.set-image-border {
    display: inline-block;
    background: #fff;
    padding: 0px;
    position: relative;
}



.video-small {
    display: block;
    width: 190px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 12px;
    margin-right: 20px;
    float: left;
    height: 200px;
}

    .video-small:nth-child(2) {
        margin-right: 0px;
    }

    .video-small:nth-child(3) {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0px;
    }

    .video-small:nth-child(4) {
        margin-right: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0px;
    }

    .video-small a .hover-icon {
        padding: 5px 7px;
        margin-left: 14px;
    }

    .video-small a:hover .hover-icon {
        padding-top: 8px;
    }

    .video-small h2 a {
        display: block;
        font-size: 14px;
        color: #232323;
    }

        .video-small h2 a:hover {
            text-decoration: underline;
        }

    .video-small .video-image {
        display: block;
        margin-bottom: 8px;
    }


        .video-small .video-image img {
            object-fit: cover;
        }


.video-large .video-image img {
    object-fit: cover;
}



.content-panel {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 15px;
}


.article-middle-block {
    display: block;
    margin-bottom: 15px;
    background: rgb(246, 246, 246);
    width: 44%;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.big {
    width: 230px;
}

.article-middle-block .article-photo {
    display: block;
}


.article-middle-block .article-header {
    display: block;
    padding: 0px 10px 4px;
}

.article-photo img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.article-middle-block .article-header h2 a {
    display: block;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    text-align: center;
    margin-top: -5px;
}

.staticimg {
    width: 100%;
}



.article-array li a {
    font-weight: bold;
    font-size: 15px;
}

    .article-array li a:hover {
        color: #e24660;
    }


.article-array li {
    display: block;
    padding-left: 14px;
    margin-top: 6px;
    position: relative;
    margin-bottom: 20px;
}

.article-array {
    display: block;
}

    .article-array li a.comment-icon {
        display: inline-block;
        padding-left: 10px;
        color: rgb(175, 175, 175);
    }

        .article-array li a.comment-icon .icon-text {
            display: inline-block;
            padding: 1px 4px 0px 0px;
        }

.icon-text {
    font-weight: normal;
}

.article-array li::before {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    content: "";
    top: 7px;
    left: 0px;
    padding: 0px;
    background: #555;
}

.hizmetler {
    text-align: center;
    background: rgb(236, 236, 236);
    padding: 30px;
}


    .hizmetler img {
        margin-bottom: 5px;
    }

.bsb {
    width: 165px !important;
    line-height: 17px !important;
    color: #dcdcdc !important;
    font-size: 12px !important;
    margin-top: -4px !important;
}

    .bsb:hover {
        background: transparent !important;
    }


footer {
    /* background-color:#555;         */
    min-height: 350px;
    color: #fff;
    background: #202733;
    /*position: absolute;
    width: 100%;*/
}

.footerleft {
    margin-top: 30px;
    padding: 0 36px;
}

.logofooter {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .logofooter img {
        height: 100px;
        max-width: 100%;
    }

.logofooterimg {
    height: 100px;
    max-width: 100%;
}

.paddingtop-bottom p {
    color: #b2bbc7;
    font-size: 14px !important;
    margin-bottom: 15px;
}

    .paddingtop-bottom p i {
        width: 20px;
        color: #999;
    }


.paddingtop-bottom {
    margin-top: 30px;
}

.footer-ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 2px;
}

    .footer-ul li {
        line-height: 29px;
        font-size: 13px;
    }

        .footer-ul li a {
            color: #b2bbc7;
            transition: color 0.2s linear 0s, background 0.2s linear 0s;
        }

    .footer-ul i {
        margin-right: 10px;
    }

    .footer-ul li a:hover {
        transition: color 0.2s linear 0s, background 0.2s linear 0s;
        color: #df001b;
    }

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ataturk {
    height: 67px;
    margin-top: 29px;
}

.margin-top-10 {
    margin-top: 20px;
}

.socialfooter {
    text-align: center;
    margin-top: 20px;
}

    .socialfooter a {
        color: #b2bbc7;
        font-size: 27px;
    }


        .socialfooter a:hover {
            color: #fff;
        }




.socialfootera {
    color: #b2bbc7;
    font-size: 29px;
    margin-right: 7px;
}

    .socialfootera:hover {
        color: #fff;
    }

    .socialfootera:focus {
        color: #fff;
    }

.socialfooterb {
    color: #b2bbc7;
    font-size: 29px;
    margin-right: 7px;
}

    .socialfooterb:hover {
        color: #fff;
    }

    .socialfooterb:focus {
        color: #fff;
    }

.socialfooterc {
    color: #b2bbc7;
    font-size: 29px;
    margin-right: 7px;
}

    .socialfooterc:hover {
        color: #fff;
    }

    .socialfooterc:focus {
        color: #fff;
    }

.socialfooterd {
    color: #b2bbc7;
    font-size: 29px;
    margin-right: 7px;
}

    .socialfooterd:hover {
        color: #fff;
    }

    .socialfooterd:focus {
        color: #fff;
    }


.socialfooterdiv {
    margin-left: 90px;
    padding-top: 10px;
}

.icon-ul {
    list-style-type: none !important;
    margin: 0px;
    padding: 0px;
}

    .icon-ul li {
        line-height: 75px;
        width: 100%;
        float: left;
    }

.icon {
    float: left;
    margin-right: 5px;
}


.copyright {
    min-height: 40px;
    background-color: #000000;
}

    .copyright p {
        text-align: left;
        color: #FFF;
        padding: 10px 0;
        margin-bottom: 0px;
    }

.heading7 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.post p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

    .post p span {
        display: block;
        color: #8f8f8f;
    }

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0px;
}

    .bottom_ul li {
        float: left;
        line-height: 40px;
    }

        .bottom_ul li:after {
            content: "/";
            color: #FFF;
            margin-right: 8px;
            margin-left: 8px;
        }

        .bottom_ul li a {
            color: #FFF;
            font-size: 12px;
        }

.whitecolor {
    color: #fff;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

    .whitecolor i {
        width: 20px;
        color: #999;
    }

.footercenter {
    font-size: 13px;
    color: #a0a3a4 !important;
    text-align: center;
}

    .footercenter a {
        color: #b2bbc7 !important;
    }

.whitecolor a {
    color: #fff;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.whitecolor {
    margin-right: 10px;
}

    .whitecolor a:hover {
        transition: color 0.2s linear 0s, background 0.2s linear 0s;
        color: #df001b;
    }


.thumbcontent {
    height: 115px !important;
    object-fit: cover;
}


.thumbcontenticon {
    height: 100px !important;
    width: 100px !important;
    margin-bottom: -20px;
}

.aligncenter {
    text-align: center;
}

.tdlogo {
    width: 35px;
}

    .tdlogo i {
        font-size: 22px;
        color: #555;
    }


#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

    #custom-search-input input {
        border: 0;
        box-shadow: none;
    }

    #custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }

    #custom-search-input .fa-search {
        font-size: 23px;
    }


.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}


.list-group-item:first-child {
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px;
}

.openarea {
    display: none;
    margin-top: 10px;
    font-weight: bold;
    height: 0px;
    position: relative;
    z-index: 1030;
}

    .openarea img {
        height: 55px;
        padding-right: 5px;
        width: 97px;
        object-fit: cover;
    }


.allopenarea {
    margin-top: 10px;
    font-weight: bold;
}

    .allopenarea img {
        height: 55px;
        padding-right: 5px;
        width: 97px;
        object-fit: cover;
    }


.list-group-item {
    font-size: 15px;
}

.miniSlider {
    margin-top: 20px;
}


.fixed-news {
    bottom: 0px;
    background-color: #f8f8f8;
    color: #fff;
    padding: 5px;
    width: 100%;
    text-align: center;
    height: 30px;
}

.newsa {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #831205;
}

.news1 {
    display: block;
}

.navbar-inverse {
    border: 0px;
}

.bsblogo {
    padding: 10px;
    height: 100px;
    /*cursor: pointer;*/
}


.fixed-news .breaking-block {
    margin-left: 0px;
}


.YonlendirmeButon {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-weight: 700;
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    z-index: 9999;
    cursor: pointer;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    font-size: 16px;
}

    .YonlendirmeButon:hover {
        background-color: rgba(0,0,0,1);
    }

    .YonlendirmeButon i {
        font-size: 15px;
    }


.EskiSiteButton {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-weight: 700;
    position: fixed;
    right: 15px;
    bottom: 0;
    padding: 10px 15px;
    margin-left: -50px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

    .EskiSiteButton:hover {
        background-color: rgba(0,0,0,1);
    }

    .EskiSiteButton i {
        font-size: 15px;
    }


.BegenmedimButton {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-weight: 700;
    position: fixed;
    left: 15px;
    bottom: 15px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    text-align: center;
}

    .BegenmedimButton:hover {
        background-color: rgba(0,0,0,1);
    }

    .BegenmedimButton i {
        font-size: 15px;
    }




.BegendimButton {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-weight: 700;
    position: fixed;
    left: 60px;
    bottom: 15px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    text-align: center;
}

    .BegendimButton:hover {
        background-color: rgba(0,0,0,1);
    }

    .BegendimButton i {
        font-size: 15px;
    }

.haberler {
    margin-bottom: 30px;
    background: #f8f8f8;
}

.haberSlider {
    margin-top: 0px;
    margin-bottom: 30px;
}

.duyurular {
    margin-bottom: 30px;
}

.borderbottom {
    border-bottom: 1px solid #dedede;
}

.onlineislemler {
    background: #f8f8f8;
    margin-bottom: 30px;
}


.hizmetlerimiz a:hover {
    color: #e24660;
    text-decoration: none;
}

.hizmetlerimiz i {
    color: #e0142b;
}

.islem {
    padding: 15px;
}

    .islem a:hover {
        color: #e24660;
        text-decoration: none;
    }

    .islem img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }



.kareicerik {
    padding: 15px;
    min-height: 370px;
}

    .kareicerik a:hover {
        color: #e24660;
        text-decoration: none;
    }

    .kareicerik img {
        width: 100%;
        object-fit: cover;
        border: 1px solid #ddd;
        background: #fff;
    }


    .kareicerik h3 {
        font-size: 17px;
        line-height: 27px;
        font-weight: bold;
    }




.haber {
    padding: 15px;
    min-height: 480px;
}

    .haber a:hover {
        color: #e24660;
        text-decoration: none;
    }

    .haber img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }


    .haber h3 {
        font-size: 17px;
        line-height: 27px;
        font-weight: bold;
    }

.redlink {
    color: #e0142b;
}




    .redlink:hover {
        color: #e0142b;
        text-decoration: underline !important;
    }

.hizmetlerimiz {
    margin-bottom: 30px;
}

.haberFoto img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

    .haberFoto img:hover {
        opacity: 0.9;
    }

.haberIcerik {
    padding-top: 10px;
}

    .haberIcerik a {
        color: #e0142b;
    }

.haberler .col-md-3 {
}

.col-md-3.haberFoto {
    padding: 0px;
}


.YukariButton {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: rgba(0, 0, 0, 0.55);
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 21352135123532;
}


    .YukariButton:hover {
        background: rgba(0, 0, 0, 0.8);
    }

    .YukariButton i {
        font-size: 30px;
        color: #fff;
    }


.bayrak {
    height: 50px;
    margin-top: -5px;
    margin-right: -15px;
}

.masthead-brand img {
    width: 100%;
}

.haberBuyukImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.haberKucukImg {
    width: 100%;
}

.haberKucukBaslik {
    display: block;
    font-size: 14px;
    color: #232323;
}

.haberBuyukBaslik {
    display: block;
    font-size: 15px;
    color: #232323;
}


.carousel-indicators {
    bottom: 0px;
}

.s1 {
    position: absolute;
    top: -10px;
}

.gundem {
    margin-bottom: 20px;
}

.collapse-open {
    display: none;
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
    font-size: 40px;
}


    .collapse-open:hover {
        color: #fff;
    }


    .collapse-open:focus {
        color: #fff;
    }

.collapse-menu {
    display: none;
    padding: 13px;
    width: 100%;
    position: absolute;
    top: 90px;
    background: #000;
    background: rgba(181, 36, 34, 0.96);
    z-index: 212135123;
}

    .collapse-menu li {
        margin-bottom: 10px;
        border-bottom: 1px dotted #de4b3f;
        list-style: none;
    }

    .collapse-menu a {
        color: #fff;
        font-size: 15px;
    }


/*@media screen and (max-width: 1900px) {
    .containersiyahkutu {
        width: 935px !important;
    }
}

@media screen and (min-width: 1280px) {
    .containersiyahkutu {
        width: 790px !important;
    }
}

@media screen and (min-width: 1472px) {
    .containersiyahkutu {
        width: 900px !important;
    }
}


@media screen and (min-width: 1600px) {
    .containersiyahkutu {
        width: 1000px !important;
    }
}


@media screen and (min-width: 1760px) {
    .containersiyahkutu {
        width: 1100px !important;
    }
}

@media screen and (min-width: 1900px) {
    .containersiyahkutu {
        width: 1200px !important;
    }
}*/



.containersiyahkutu {
    margin: auto;
    width: 38%;
}


@media screen and (max-width: 1362px) {

    .ataturk {
        display: none;
    }

    .containersiyahkutu {
        width: 50%;
    }

    .carousel-caption h3 {
        font-size: 30px !important;
        letter-spacing: 0px;
    }
}


@media screen and (max-width: 1310px) {

    .menu1 {
        display: none;
    }

    .containersiyahkutu {
        width: 60%;
    }
}


@media screen and (max-width: 1100px) {

    .bsblogo1 {
        display: none;
    }

    /*#carousel {
        display: none;
    }*/

    .site-wrapper {
        height: 85vh !important;
    }

    #carousel img {
        width: 100%;
        height: auto;
        object-fit: fill;
        height: 200px;
    }


    .carousel-caption {
        top: auto !important;
    }

        .carousel-caption h3 {
            /*display: none !important;*/
            font-size: 16px !important;
            letter-spacing: 0px !important;
            line-height: 20px !important;
            margin: 0px !important;
            padding-bottom: 5px;
            height: 0px !important;
        }

        .carousel-caption b {
            font-size: 14px !important;
            letter-spacing: 0px !important;           
            /*display: none !important;*/
        }

        .carousel-caption .btn {
            padding: 5px !important;
        }

    .collapse-open {
        display: block;
    }

    .containersiyahkutu {
        width: 60%;
    }

    .BegenmedimButton {
        display: none !important;
    }

    .BegendimButton {
        display: none !important;
    }

    .YonlendirmeButon {
        display: none !important;
    }
}


@media screen and (max-width: 860px) {

    .menu0 {
        display: none;
    }

    .containersiyahkutu {
        width: 90%;
    }

    .collapse-open {
        display: block;
    }

    .BegenmedimButton {
        display: none;
        left: 0px;
    }

    .BegendimButton {
        display: none;
        left: 42px;
    }

    .EskiSiteButton {
        display: none;
    }

    .YukariButton {
        bottom: 0px;
        right: 0px;
    }

    .list-group-item {
        font-size: 14px;
    }

        .list-group-item img {
            display: none;
        }


    .breadcrumb {
        display: none;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: block;
    }

    .YonlendirmeButon {
        width: 155px;
        font-size: 14px;
    }
}


@media screen and (max-width: 470px) {


    .collapse-menu {
    }
}


@media screen and (max-width: 414px) {
}




#myCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0,0,0,0.85);
    text-shadow: none;
}

#myCarousel .list-group {
    position: absolute;
    top: 0;
    right: -5px;
}

#myCarousel .list-group-item {
    border-radius: 0px !important;
    cursor: pointer;
}

#myCarousel .list-group .active {
    background-color: #da1f25;
    border: 1px solid #da1f25;
}

@media (min-width: 1442px) {
    #myCarousel {
        padding-right: 33.3333%;
    }

        #myCarousel .carousel-controls {
            display: none;
        }
}

@media (max-width: 1442px) {
    .carousel-caption p,
    #myCarousel .list-group {
        display: none;
    }
}


#myCarousel .carousel-caption a {
    color: #fff;
}



.manset .news-block {
    margin-bottom: 20px;
}

    .manset .news-block:last-child {
        margin-bottom: 0px;
    }

.manset .news-des {
    margin-bottom: 10px;
    margin-top: 10px;
}

.manset .title-large {
    margin: 18px 0 0;
}

.manset .time {
    margin-top: 0px;
    font-size: 13px;
}

.manset .carousel-control.left, .manset .carousel-control.right {
    background: none;
}

.manset .card {
    margin-bottom: 20px;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

.banner-sec .card {
    margin-bottom: 20px;
    background: #f8f8f8;
}

.card {
    float: left;
    width: 100%;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f8f8f8;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.title-small {
    color: #141517;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin: 6px 0 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.text-time {
    color: #e24660;
    font-weight: 600;
}

.time-text {
    color: #e24660;
}

.title-large a, .title-small a, .title-x-small a {
    color: inherit;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
}

.top-slider .carousel-indicators {
    bottom: 0;
}

.top-slider .carousel-indicators {
    bottom: -30px;
}

    .top-slider .carousel-indicators li {
        border: 1px solid #000;
    }

    .top-slider .carousel-indicators .active {
        background: #000;
    }

.manset {
    margin-bottom: 20px;
}


.carousel-caption {
    position: absolute;
    top: 27%;
    left: 15%;
    right: 20%;
    text-align: left;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0;
}

    .carousel-caption b {
        color: #fff;
        font-size: 18px;
        padding: 3px;
        text-shadow: 1px 1px #000000;
    }


    .carousel-caption h3 {
        font-size: 48px;
        letter-spacing: -3px;
        line-height: 50px;
        margin-top: 7px;
        margin-bottom: 33px;
        text-shadow: 1px 1px #000000;
        color: #fff;
        height: 130px;
        display: table-cell;
        vertical-align: middle;
    }


    .carousel-caption .btn {
        color: #fff;
        background-color: #de142b !important;
        border-color: #de142b !important;
        padding: 10px 20px;
    }

.carousel-control.left {
    background-image: none;
    opacity: 0.8;
    top: 48%;
}

.carousel-control.right {
    background-image: none;
    opacity: 0.8;
    top: 48%;
}


.hizmetpadding {
    padding-right: 20px;
    padding-left: 20px;
}


.HaberImageLink {
    cursor: pointer;
}



.sablonCarousel .fa-chevron-left {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    padding: 10px 13px 10px 10px;
}

.sablonCarousel .fa-chevron-right {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    padding: 10px 10px 10px 13px;
}


.nav a:hover {
    color: #fff;
}

.masthead-nav > li > a:hover, .masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: transparent;
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #ddd;
}

    .nav .open > a, .nav .open > a:focus, .nav .open > a:focus {
        background-color: transparent;
        border-color: transparent;
    }



.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 15px;
}

.ozelGun {
    text-align: center;
    text-shadow: 2px 2px #000;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 10px;
    font-size: 22px;
}

    .ozelGun img {
        height: 40px;
        border-radius: 2px;
    }


.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
    background: #f8f8f8;
}

    .form-bordered .form-group > div {
        padding: 15px;
        border-left: 1px solid #efefef
    }

    .form-bordered .form-group.last {
        border-bottom: 0
    }

    .form-bordered .form-group .control-label {
        padding-top: 20px
    }


.bizeulasin {
    text-align: center;
    color: rgba(255,255,255,.75);
    font-size: 16px;
}

    .bizeulasin:hover {
        text-decoration: none;
        color: #fff;
    }

    .bizeulasin:focus {
        text-decoration: none;
        color: #fff;
    }

.tekbanner {
    width: 100%;
    margin-bottom: 30px;
}

    .tekbanner img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-height: 600px;
        margin-bottom: 30px;
        background: #000;
    }


.close {
    float: right;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-top: -20px;
}
