﻿@charset "UTF-8";

@font-face {
    font-family: 'Titillium Bold';
    src: url('../fonts/Titillium/titilliumweb-bold-webfont.eot');
    src: url('../fonts/Titillium/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Titillium/titilliumweb-bold-webfont.woff') format('woff'), url('../fonts/Titillium/titilliumweb-bold-webfont.ttf') format('truetype'), url('../fonts/Titillium/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Thin';
    src: url('../fonts/Titillium/titilliumweb-light-webfont.eot');
    src: url('../fonts/Titillium/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Titillium/titilliumweb-light-webfont.woff') format('woff'), url('../fonts/Titillium/titilliumweb-light-webfont.ttf') format('truetype'), url('../fonts/Titillium/titilliumweb-light-webfont.svg#titillium_weblight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium ExThin';
    src: url('../fonts/Titillium/titilliumweb-extralight.eot');
    src: url('../fonts/Titillium/titilliumweb-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/Titillium/titilliumweb-extralight.woff') format('woff'), url('../fonts/Titillium/titilliumweb-extralight.ttf') format('truetype'), url('../fonts/Titillium/titilliumweb-extralight.svg#titillium_webthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/Titillium/titilliumweb-regular-webfont.eot');
    src: url('../fonts/Titillium/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Titillium/titilliumweb-regular-webfont.woff') format('woff'), url('../fonts/Titillium/titilliumweb-regular-webfont.ttf') format('truetype'), url('../fonts/Titillium/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium SemiBold';
    src: url('../fonts/Titillium/titilliumweb-semibold-webfont.eot');
    src: url('../fonts/Titillium/titilliumweb-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Titillium/titilliumweb-semibold-webfont.woff') format('woff'), url('../fonts/Titillium/titilliumweb-semibold-webfont.ttf') format('truetype'), url('../fonts/Titillium/titilliumweb-semibold-webfont.svg#titillium_websemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media print {

    body {
        border: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    .owl-wrapper {
        display: inline !important;
        left: 0px !important;
    }

    .owl-carousel .item {
        margin-bottom: 2px;
    }


    /*header, .mobil-header {
        display: none !important;
    }

    header {
        display: block !important;
    }*/
}

/*************** YENİ SİTE TASARIM BEGIN *************************/


/*************** Modals *************************/

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {

    .spor-faaliyeti-foto {
        height: 400px;
        width: 400px;
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 0.9;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

/*************** Modals *************************/

.spor-faaliyetler-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*************** Panel İnitialize *************************/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

/*************** Panel Dissolve *************************/

/*************** BUTTON BOOTSTRAPS SON*************************/

.btn-block {
    display: block !important;
    width: 100%;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
}

.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*************** BUTTON BOOTSTRAPS SON*************************/

/*************** YOUTUBE EMBED BEGIN *************************/

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 6px solid #eee;
    border-radius: 3px;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/*// Modifier class for 16:9 aspect ratio*/
/*.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}*/

/*// Modifier class for 4:3 aspect ratio*/
/*.embed-responsive-4by3 {
    padding-bottom: 75%;
}*/

/*************** YOUTUBE EMBED END *************************/



/*************** TWİTTER BEGIN *************************/
.container > .oval-kutu > .title > span {
    color: #007bff;
    margin-left: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.container > .oval-kutu > .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-size: calc(.7rem + 1.1vw);
}

@media (min-width: 1200px) {
    .container > .oval-kutu > .title {
        font-size: 1rem;
    }
}

/*.twitter > .container > .title > span {
        color: #007bff;
        margin-left: 8px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }*/
/*************** TWİTTER END *************************/

/*************** PRETTYPHOTO BEGIN *************************/
a.pp_expand, a.pp_contract {
    left: 30px;
}
/*************** PRETTYPHOTO BEGIN *************************/

/*html {
    position: relative;
    min-height: 100%;
}*/



.home-page-background {
    background: #fcfcfb;
    /*background: #4d494d;
    background: -moz-linear-gradient(top, #4d494d 0%, #b5b1b5 18%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4d494d), color-stop(18%, #b5b1b5), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #4d494d 0%, #b5b1b5 18%, #ffffff 100%);
    background: -o-linear-gradient(top, #4d494d 0%, #b5b1b5 18%, #ffffff 100%);
    background: -ms-linear-gradient(top, #4d494d 0%, #b5b1b5 18%, #ffffff 100%);
    background: linear-gradient(to bottom, #4d494d 0%, #b5b1b5 18%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d494d', endColorstr='#ffffff', GradientType=0 );*/
}
/********************** GENEL KULLANIM BEGIN ********************************/

.baslik {
    margin-top: 20px;
    font-weight: 900;
    color: #840303;
    text-align: center;
}

.alt-baslik {
    margin: 20px 0;
    color: #840303;
}

h1.sayfa-baslik {
    font-size: 20px;
    font-weight: bold;
    color: #A20606;
    border-bottom: 2px solid #A20606;
    margin: 20px 0;
    padding-bottom: 4px;
    display: table;
}

.tsk-gundemi-baslik {
    margin-top: 5px;
    font-weight: 600;
    color: #333;
    text-align: justify;
}

.tsk-gundemi-tarih {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}


.containerRight {
    padding-right: 4px !important;
}

.mobil-container-fluid-ortala {
    padding-left: 15px !important;
}

.pc-container-fluid-ortala {
    padding-left: 43px !important;
}

.margintop5 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop50 {
    margin-top: 50px;
}

.margin10 {
    margin: 10px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.border-radius10 {
    border-radius: 10px;
}

.border-radius8 {
    border-radius: 8px;
}

.border-radius0 {
    border-radius: 0px;
}

.border-radius4 {
    border-radius: 4px;
}

.no-radius {
    border-radius: 0px;
}

.center_image {
    margin-right: auto;
    margin-left: auto;
}

a {
    color: #333;
    font-weight: 600;
}

/*a:hover, a:focus {
        text-decoration: none;
        color: #9E0000;
    }*/

/*p {
    text-align: justify;
}*/

.icerik > p {
    text-indent: 20px;
}
/********************** GENEL KULLANIM END ********************************/

/*************** MOBİL FOOTER BAŞLA *************************/

.mobilFooterStil {
    background-color: #FAFAFA !important;
    border-top: 1px solid #EEEEEE;
    margin-top: 35px;
}

.mobilFooterRow {
    margin-left: 0px;
    margin-right: 0px;
}

#footer .row > div > a {
    font-size: 12px;
}

.footerPcCizgi {
    font-size: 0;
    height: 0;
    border-top: 1px solid #d6d5d5;
    margin: 20px 0;
    margin-left: 12px;
    width: 1110px;
}

.footerCizgi {
    font-size: 0;
    height: 0;
    border-top: 1px solid #EEEEEE;
    margin: 20px 0;
}

span.guncel-tsk-footer {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

.footer-mobil-logo {
    height: 60px;
}

/*************** FOOTER SOSYAL MEDYA BEGIN *****************/

/*************** MOBİL MENU SOSYAL MEDYA *****************/
.youtubeMobilMenu {
    color: #13183E;
    background: whitesmoke;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}

.flickrMobilMenu {
    color: #13183E;
    background: whitesmoke;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}


.instagramMobilMenu {
    color: #13183E;
    background: whitesmoke;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}

.twitterMobilMenu {
    color: #13183E;
    background: whitesmoke;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}


/*************** PC MENU SOSYAL MEDYA *****************/
.youtubePcMenu {
    color: #13183E;
    background: #eee;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}

.flickrPcMenu {
    color: #13183E;
    background: #eee;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}


.instagramPcMenu {
    color: #13183E;
    background: #eee;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}

.twitterPcMenu {
    color: #13183E;
    background: #eee;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}


/*************** PC FOOTER SOSYAL MEDYA *****************/
.youtubePcFooter {
    color: /*rgba(149,55,53,1);*/ #731715;
    background: #eee;
    border-radius: 4px;
    padding: 2px;
    font-size: 25px;
}


.flickrPcFooter {
    color: #731715;
    ;
    background: #eee;
    border-radius: 4px;
    padding: 2px;
    font-size: 25px;
}


.instagramPcFooter {
    color: #731715;
    ;
    background: #eee;
    border-radius: 4px;
    padding: 2px;
    font-size: 25px;
}

.twitterPcFooter {
    color: #731715;
    ;
    background: #eee;
    border-radius: 4px;
    padding: 2px;
    font-size: 25px;
}

.horizontal-list li:hover i {
    color: #2e2e2e;
}


.glyphicon-footer {
    color: #13183E !important;
}

.glyphicon-footer-pc {
    color: #ddd !important;
}

.youtubeFooter {
    color: #13183E;
    background: #fafafa;
    border-radius: 4px;
    padding: 2px;
    margin-left: 5px;
    font-size: 25px;
}

.flickrFooter {
    color: #13183E;
    background: #fafafa;
    border-radius: 4px;
    padding: 2px;
    margin-left: 45px;
    font-size: 25px;
}

.google-plusFooter {
    color: #13183E;
    background: #fafafa;
    border-radius: 4px;
    padding: 2px;
    margin-left: 45px;
    font-size: 25px;
}

.instagramFooter {
    color: #13183E;
    background: #fafafa;
    border-radius: 4px;
    padding: 2px;
    margin-left: 45px;
    font-size: 25px;
}

.twitterFooter {
    color: #13183E;
    background: #fafafa;
    border-radius: 4px;
    padding: 2px;
    margin-left: 45px;
    font-size: 25px;
}
/*************** FOOTER SOSYAL MEDYA END *****************/

/*************** MOBİL FOOTER SON *************************/


/*************** HEADER *************************/


/*************** HEADER *************************/

/*************** SLIDER PRO *************************/
.slider-pro p.sp-layer {
    font-size: 23px;
}

.sp-slide > p {
    text-align: center;
}

    .sp-slide > p > a > span {
        letter-spacing: 2px;
        font-weight: 700;
    }

.sp-selected-thumbnail {
    border: 2px solid #A50000;
    border-radius: 8px;
}
/*************** SLIDER PRO *************************/

/*************** SWIPER SLIDE BEGIN *************************/
.swiper-container {
    /*width: 600px;
    height: 400px;*/
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    /*.swiper-slide img {
        width: 600px;
        height: 400px;
    }*/

    .swiper-slide .title {
        bottom: 0px;
        position: absolute;
        width: 100%;
        z-index: 9999;
        color: #FFFFFF;
        font-size: 12px;
        background-color: rgba(0,0,0,.7);
        height: 46px;
    }

        .swiper-slide .title a {
            color: #FFFFFF;
        }

.swiper-pagination {
    color: white;
}

.mfp-bottom-bar {
    display: none;
}

.main-slider-overlay {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    color: white;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding-bottom: 30px;
    padding-top: 5px;
    background-color: rgba(0,0,0,.7);
    /*background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));
        background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));
        background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));*/
}

    .main-slider-overlay a {
        font-size: 12px;
        font-weight: 600;
        color: white;
    }
/*************** SWIPER SLIDE END *************************/

.play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e52d27;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0px 6px;
    font-size: 40px;
}

/*************** MODAL BEGIN *************************/
#fotograflarModal .modal-content {
    background: #D5D9DE;
    color: #840303;
}
/*************** MODAL END ***************************/

/********* VIDEO ICON**************/
.videos img {
    width: 100%;
    height: auto;
}

a.video {
    float: left;
    position: relative;
}

    a.video span {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url("../img/play-btn.png") no-repeat;
        background-position: 50% 50%;
        background-size: 300%;
    }
/********* VIDEO ICON**************/


/*************** GENELKURMAY BASKANI BEGIN ***************/
/*.oval-kutu {
    border-radius: 8px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(90%, rgba(186,180,186,1)), color-stop(100%, rgba(56,56,56,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#383838', GradientType=0 );
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    padding: 10px 10px;
    min-height: 649px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-right: 2px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
}*/

.oval-kutu {
    /*border-radius: 8px;*/
    background: #EFEEEF;
    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(90%, rgba(186,180,186,1)), color-stop(100%, rgba(56,56,56,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#383838', GradientType=0 );
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    padding: 10px 10px;
    min-height: 469px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-right: 2px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
}

.oval-kutu2 {
    border-radius: 8px;
    background: #EFEEEF;
    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(90%, rgba(186,180,186,1)), color-stop(100%, rgba(56,56,56,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#383838', GradientType=0 );
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    padding: 10px 10px;
    min-height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-right: 2px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
}


.genelkurmaybaskani-bilgi {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    text-align: center;
}

.genelkurmaybaskani-nav {
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: table;
    font-weight: 600;
}

    .genelkurmaybaskani-nav li {
        display: inline-block;
        width: 90px;
        border-right: 1px solid #C5C5C5;
        text-align: center;
    }

        .genelkurmaybaskani-nav li:last-child {
            border-right: 0;
        }


.carousel .item {
    border-radius: 10px;
    overflow: hidden;
}

.carousel-control.left, .carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    background-repeat: repeat-x;
}
/*************** GENELKURMAY BASKANI END ***************/

/*************** İNSAN KAYNAKLARI BEGIN ***************/
.haberler-yuvarlak {
    width: 77px;
    height: 77px;
    background: rgb(88,95,99);
    background: -moz-linear-gradient(top, rgba(88,95,99,1) 0%, rgba(56,61,65,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,95,99,1)), color-stop(100%,rgba(56,61,65,1)));
    background: -webkit-linear-gradient(top, rgba(88,95,99,1) 0%,rgba(56,61,65,1) 100%);
    background: -o-linear-gradient(top, rgba(88,95,99,1) 0%,rgba(56,61,65,1) 100%);
    background: -ms-linear-gradient(top, rgba(88,95,99,1) 0%,rgba(56,61,65,1) 100%);
    background: linear-gradient(to bottom, rgba(88,95,99,1) 0%,rgba(56,61,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585f63', endColorstr='#383d41',GradientType=0 );
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-size: 27px;
    line-height: 77px;
    font-weight: 100;
    border: 1px solid #212325;
    margin: 0 auto;
}

    .haberler-yuvarlak i {
        font-size: 35px;
        margin-left: 2px;
    }


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    height: auto;
}

.mobil-slider .carousel-caption h6 {
    color: #FFF;
}

.mobil-slider .carousel-caption h1 {
    color: #fc0000;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

.mobil-slider .carousel-indicators li {
    text-indent: inherit;
    border-radius: 50%;
    border: 1px solid #212325;
    background: rgb(87,94,98);
    background: -moz-linear-gradient(top, rgba(87,94,98,1) 0%, rgba(57,62,65,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,94,98,1)), color-stop(100%,rgba(57,62,65,1)));
    background: -webkit-linear-gradient(top, rgba(87,94,98,1) 0%,rgba(57,62,65,1) 100%);
    background: -o-linear-gradient(top, rgba(87,94,98,1) 0%,rgba(57,62,65,1) 100%);
    background: -ms-linear-gradient(top, rgba(87,94,98,1) 0%,rgba(57,62,65,1) 100%);
    background: linear-gradient(to bottom, rgba(87,94,98,1) 0%,rgba(57,62,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575e62', endColorstr='#393e41',GradientType=0 );
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 2px #000;
}

.mobil-slider .carousel-indicators .active {
    color: #FFF;
    margin: 0;
    background: rgba(148,0,0,1);
    background: -moz-linear-gradient(top, rgba(148,0,0,1) 0%, rgba(61,12,12,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(148,0,0,1)), color-stop(100%, rgba(61,12,12,1)));
    background: -webkit-linear-gradient(top, rgba(148,0,0,1) 0%, rgba(61,12,12,1) 100%);
    background: -o-linear-gradient(top, rgba(148,0,0,1) 0%, rgba(61,12,12,1) 100%);
    background: -ms-linear-gradient(top, rgba(148,0,0,1) 0%, rgba(61,12,12,1) 100%);
    background: linear-gradient(to bottom, rgba(148,0,0,1) 0%, rgba(61,12,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#940000', endColorstr='#3d0c0c', GradientType=0 );
}

.mobil-slider .carousel-indicators li {
    height: 48px;
    width: 48px;
    font-size: 31px;
}

.mobil-slider .carousel-indicators {
    bottom: 0px;
}


/*************** İNSAN KAYNAKLARI END ***************/



/*************** ACCORDION PANEL ***************/
.panel-default > .panel-heading {
    background-color: #dedede;
}
/*************** ACCORDION PANEL ***************/

/*************** SEHITLERIMIZ BEGIN ***************/

h2.sehit-baslik {
    font-weight: bold;
    color: #515151;
    text-align: center;
    font-style: italic;
}

.sehit-listesi {
    position: relative;
    margin-top: -940px;
}


    .sehit-listesi .media {
        border: solid 2px #a08939;
    }


.diger-vefatlar-logolari img {
    max-height: 100px;
    margin: 0 auto;
    display: block;
}

.sehit-resim {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(89,79,43,1);
    -moz-box-shadow: 0px 0px 0px 5px rgba(89,79,43,1);
    box-shadow: 0px 0px 0px 5px rgba(89,79,43,1);
}

/*************** SEHITLERIMIZ END *****************/

/*************** VEFATLARIMIZ BEGIN *****************/
.basimiz-sagolsun-sayfasi {
    /*background: url(../img/vefatlar/vefat_arka_plan.jpg);*/
    width: 746px;
    height: 1055px;
    margin: auto;
    margin-bottom: 50px;
    padding: 100px;
}

.vefat-listesi {
    position: relative;
    margin-top: -940px;
}

    .vefat-listesi .media {
        border: solid 2px #a08939;
    }

.vefat-heading {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.isaretsizliste {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
/*************** VEFATLARIMIZ END *****************/


/*************** BASIN YAYIN FAALIYETLERI - TSKDAN HABERLER - FOTOGRAFLAR ***************/
.oval-kutu-alt {
    height: 700px;
}

.item-dikdortgen {
    height: 50px;
    background: rgba(179,132,124,1);
    background: -moz-linear-gradient(top, rgba(179,132,124,1) 0%, rgba(6,8,38,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,132,124,1)), color-stop(100%, rgba(6,8,38,1)));
    background: -webkit-linear-gradient(top, rgba(179,132,124,1) 0%, rgba(6,8,38,1) 100%);
    background: -o-linear-gradient(top, rgba(179,132,124,1) 0%, rgba(6,8,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(179,132,124,1) 0%, rgba(6,8,38,1) 100%);
    background: linear-gradient(rgb(255, 255, 255) 0%,rgb(132, 136, 139) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3847c', endColorstr='#060826', GradientType=0 );
    border-radius: 8px;
    color: #333;
    text-align: center;
    font-size: 30px;
    border: 1px solid #212325;
    margin: 0 auto;
}

.horizontal-list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    width: auto;
}

    .horizontal-list li {
        display: inline-block;
    }

        .horizontal-list li img {
            border-radius: 8px;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            transition: 0.4s;
        }

        .horizontal-list li:hover img, .horizontal-list li:hover i {
            transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -webkit-transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -moz-transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -o-transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -ms-transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            transition: 0.4s;
        }


.horizontal-div {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    width: auto;
}

    .horizontal-div div {
        display: inline-block;
    }

        .horizontal-div div img {
            border-radius: 8px;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -ms-transition: 0.5s;
            transition: 0.5s;
        }

        .horizontal-div div:hover img, .horizontal-div div:hover i {
            transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -webkit-transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -moz-transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -o-transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -ms-transform: rotate(0deg) scale(1.314) skew(0deg) translate(0px);
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            transition: 0.4s;
        }


.media {
    border: solid 2px #969595;
    border-radius: 11px;
    margin-top: 23px;
}

/*.media-heading {
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}*/

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-tsk-gundemi {
    border: none;
    border-left: solid 2px;
    -webkit-border-image: -webkit-gradient(left top, left bottom, color-stop(0%, #dcdcdc),color-stop(100%, #969595)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top, #dcdcdc 0%, #969595 100%) 1 100%;
    -moz-border-image: -moz-linear-gradient(top, #dcdcdc 0%, #969595 100%) 1 100%;
    /*-o-border-image:
      -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;*/
    border-image: linear-gradient(to top,#dcdcdc 0%, #969595 100%) 1 100%;
}

.media-tsk-gundemi-baslik {
    border-left: solid 2px #969595;
    border-image: linear-gradient(to top,#dcdcdc 0%, #969595 100%) 1 100%;
    /*border-left: solid;*/
    /*-webkit-border-image: -webkit-gradient(left top, left bottom, color-stop(0%, #dcdcdc),color-stop(100%, #969595)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top, #dcdcdc 0%, #969595 100%) 1 100%;
    -moz-border-image: -moz-linear-gradient(top, #dcdcdc 0%, #969595 100%) 1 100%;
    /*-o-border-image:
      -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to top,#dcdcdc 0%, #969595 100%) 1 100%;*/
}

/*************** BASIN YAYIN FAALIYETLERI - TSKDAN HABERLER - FOTOGRAFLAR ***************/


/************************************ DETAY LİSTE İNDEX BAŞLA ************************************/

.liste-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.liste-haberler-wrap .pc-tsk-haber {
    margin-right: 0px;
    margin-left: 0px;
}

.liste-pc .tek-haber {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    display: table;
}

.haber-foto-margin-top {
    border-radius: 0;
}

.tek-haber-yatay {
    border-radius: 0;
    border: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .tek-haber-yatay .haber-foto {
        width: 33% !important;
        display: table-cell;
        vertical-align: top;
    }

    .tek-haber-yatay .haber-foto-margin-top {
        border-radius: 0;
    }

    .tek-haber-yatay .card-text {
        color: #4f4f4f;
        font-size: 1rem;
        padding-bottom: 0;
    }

    .tek-haber-yatay .haber_baslik {
        line-height: 1.8125rem;
        margin-bottom: 5px;
        margin-top: 23px;
        font-size: 14px !important;
        font-weight: 600;
    }

    .tek-haber-yatay .tek-haber-icerik {
        padding: 140px 51px 10px 38px;
        position: relative;
    }

        .tek-haber-yatay .tek-haber-icerik:after {
            content: '';
            position: absolute;
            left: 38px;
            right: 0;
            bottom: 0;
            border-bottom: 1px solid #eee;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

    /*.tek-haber-yatay .subtitle-line {
        width: 1px;
        height: 19px;
        background-color: #d2935b;
        display: inline-block;
        position: relative;
        top: 6px;
        margin: 0 10px;
    }*/

    .tek-haber-yatay .haber_tarih {
        font-size: 12px !important;
        font-weight: 600 !important;
        margin-bottom: -6px;
        color: #4f4f4f;
    }


    .tek-haber-yatay:hover,
    .tek-haber-yatay.hover {
        text-decoration: none;
        color: #252525;
    }

        .tek-haber-yatay:hover .tek-haber-icerik,
        .tek-haber-yatay.hover .tek-haber-icerik {
            position: relative;
        }

            .tek-haber-yatay:hover .tek-haber-icerik:after,
            .tek-haber-yatay.hover .tek-haber-icerik:after {
                content: '';
                position: absolute;
                left: 38px;
                right: 0;
                bottom: 0;
                border-bottom: 2px solid #780E0E;
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

/*.tek-haber-yatay:hover .icon-arrow_right,
        .tek-haber-yatay.hover .icon-arrow_right {
            color: #d2935b;
            opacity: 1;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }*/

/************************************ DETAY LİSTE İNDEX BİTİŞ ************************************/


/************************************ ORTA KISIM DÖRT KUTU BAŞLANGIÇ ************************************/

.haberler-wrap {
    border-radius: 0px;
    background: #fafafa;
    /*background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 );*/
    /*padding: 30px 30px 0px;*/
    margin: 0px;
    /*border: 1px solid #fafafa;*/
    margin-top: 15px;
    box-shadow: 0 5px 10px #eee;
    border: 2px solid #eee;
}

    .haberler-wrap span:hover {
        text-decoration: none;
        color: #A20606;
    }

.gecis-haberler-wrap {
    height: 295px;
    border-radius: 0px;
    /*background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 );*/
    /*padding: 30px 30px 0px;*/
    margin: 0px;
    /*border: 1px solid #fafafa;*/
    margin-top: 25px;
    box-shadow: 0 5px 10px #eee;
    border: 3px solid #eee;
}

.btn-ust {
    display: table;
    font-weight: 600 !important;
    font-size: 14px;
    color: #13183e;
    border-bottom: 1px solid #840303;
    padding: 0;
    padding-bottom: 5px;
    /* margin: 50px auto 70px; */
}

.box-span {
    display: block;
    /*margin: 0 0 20px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #d5d7c0;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    padding: 12px;*/
    text-align: center;
    zoom: 1;
}

    .box-span h4 span {
        float: left;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        text-align: center;
    }

    .box-span h4 {
        display: inline-block;
        text-align: center !important;
    }

    .box-span a h4 {
        display: inline-block;
        text-align: center !important;
    }
/************************************ ORTA KISIM DÖRT KUTU BİTİŞ ************************************/

/************************************ VİDEO VE FOTOĞRAF BAŞLANGIÇ ************************************/
.gecis {
    height: 340px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #dee1e6;
}

}
/************************************ VİDEO VE FOTOĞRAF BAŞLANGIÇ ************************************/

/************************************ BAĞLANTILAR BAŞLANGIÇ ************************************/


.cizgi {
    height: 10px;
    border: 0;
    box-shadow: 0 2px 2px -2px #8c8b8b inset;
    margin-top: 10px;
    margin-bottom: 7px;
}

.baglantilar-baslik {
    font-size: 14px;
    color: #000000;
    text-align: center;
    min-height: 40px;
}


.baglantilar-wrap {
    border-radius: 0px;
    background: #fafafa;
    /*background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 );*/
    /*padding: 30px 30px 0px;*/
    margin: 0px;
    /*border: 1px solid #fafafa;*/
    margin-top: 15px;
    box-shadow: 0 5px 10px #eee;
    border: 1px solid #eee;
}

.sayfalar-wrap {
    border-radius: 0px;
    background: #fafafa;
    /*background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 );*/
    /*padding: 30px 30px 0px;*/
    margin: 0px;
    /*border: 1px solid #fafafa;*/
    margin-top: 15px;
    box-shadow: 0 5px 10px #eee;
    border: 1px solid #eee;
}

/************************************ BAĞLANTILAR BİTİŞ ************************************/

/*************** SOSYAL MEDYA BEGIN *****************/
.social_media_icon {
    background-color: #fff;
    border-radius: 6px;
    padding: 4px;
    position: fixed;
    z-index: 9999995;
    bottom: 0px;
    right: 0px;
}

    .social_media_icon a {
        padding: 4px;
    }

.youtube {
    color: #bb0000;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}

.flickr {
    color: #0063db;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}

.google-plus {
    color: #dd4b39;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}

.instagram {
    color: #c32aa3;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}

/*.twitter {
    color: #4099FF;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
    font-size: 20px;
}*/
/*************** SOSYAL MEDYA END *****************/



/*************** KUVVET YAPISI ***************/
.kuvvet-yapisi-genel-kurmay-baskanligi {
    background: #780E0E;
    color: #FFF;
    padding: 30px 40px;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}

.kuvvet-yapisi-kuvvetler {
    background: #780E0E;
    color: #FFF;
    padding: 30px 40px;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    text-decoration: none;
}

.kuvvet-yapisi ul {
    margin: 0px;
    padding: 0px;
}

    .kuvvet-yapisi ul li {
        background: #555555;
        color: #FFF;
        padding: 25px 0px;
        font-weight: 600;
        width: 19.7%;
        font-size: 14px;
        text-align: center !important;
        margin: 0 auto;
        border-radius: 10px;
        border: 1px solid #A0A0A0;
        display: inline-block;
    }
/*************** KUVVET YAPISI ***************/


/*************** STİCKY AFFIX BEGIN *************************/

/*.content {
    padding: 0px;
}*/

/*.sticky {
    background-color: #ffffff;
    position: fixed;
    z-index: 99999999;
    margin-top: 0px;
    
    width: 1140px;
    
}*/

/*.sticky2 {
    background-color: #ffffff;
    position: fixed;
    z-index: 9999999;
    margin-top: 0px;
    width: 940px;*/
/*margin-bottom: 0px;
                top: 0;*/
}

/*.sticky3 {
    background-color: #ffffff;
    position: fixed;
    z-index: 9999999;
    margin-top: 0px;
    width: 720px;*/
/*margin-bottom: 0px;
                top: 0;*/
/*}*/

/*.sticky + .content {
    padding-top: 100px;
}

.sticky2 + .content {
    padding-top: 100px;
}

.sticky3 + .content {
    padding-top: 100px;
}


.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: block;
}*/

/*************** STİCKY AFFIX END *************************/

/*************** FOOTER BEGIN *************************/
/*footer*/ /*{
    position: absolute;
    bottom: 2px;
    width: 100%;*/
/* Set the fixed height of the footer here */
/*height: 60px;
    border-radius: 8px;
    margin-top: 10px;
    background: #fcfcfb;*/
/*background: rgba(245,245,245,1);*/
/*background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(90%, rgba(186,180,186,1)), color-stop(100%, rgba(56,56,56,1)));
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#383838', GradientType=0 );
}*/
/*.footer-logo {
    height: 30px;
}*/
/*span.son-guncellenme {
    font-size: 11px;
    display: block;
    margin-top: 4px;
    font-weight: 600;
}*/
/*************** FOOTER END *************************/
/*************** FOOTER MENU BEGIN *************************/
.footer-menu {
    position: absolute;
    /*border-radius: 8px;*/
    width: 100%;
    /*background: #6b7380;*/
    /*background: #2e2e2e;*/
    /*background: url(../img/golgeli_gecis.png) top center no-repeat;*/
    background-color: #2e2e2e;
    color: white;
    margin-top: auto;
    /*bottom:0px;*/
    /*margin-left:382px;*/
    /*margin: auto;*/
    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(90%, rgba(186,180,186,1)), color-stop(100%, rgba(56,56,56,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(186,180,186,1) 90%, rgba(56,56,56,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#383838', GradientType=0 );
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;*/
    /*padding: 10px 10px;*/
    /*min-height: 469px;*/
    /*overflow: hidden;
    bottom: 0px;*/
    /*border-right: 2px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;*/
}

    .footer-menu > div > div > ul {
        padding-left: 0;
    }


        .footer-menu > div > div > ul > li:first-child {
            font-weight: 600;
        }

        .footer-menu > div > div > ul > li a {
            color: #696969;
            font-weight: 400;
        }

        .footer-menu > div > div > ul > li > a:hover, .footer-menu > div > ul > li > a:focus {
            text-decoration: none;
            color: #13183E;
            font-weight: 600;
        }

        .footer-menu > div > div > ul > hr {
            border-top: 1px solid #d6d5d5;
        }



.bgimgPC {
    background-image: url(../img/karakalem_gnkur_1.png) !important;
    background-size: 100% auto !important;
    height: 200px !important;
    background-clip: padding-box;
    background-repeat: no-repeat;
}

.bgimg {
    background-image: url(../img/karakalem_gnkur.png) !important;
    background-size: 100% auto !important;
    height: 345px !important;
    background-clip: padding-box;
    background-repeat: no-repeat;
}

#footer .row > div > a {
    font-size: 14px;
    color: #13183E;
}

span.guncel-tsk-footer {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

/*************** FOOTER MENU END *************************/


.footerSosyalMediaIcons {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    /* margin-bottom: 15px; */
    /*padding-bottom: 35px;
        border-bottom: 1px solid #EEEEEE;*/
}

.sosyalMedyaGrup .cizgiTablet {
    /*width: 85px;*/
    height: 1px;
    background-color: #13183E;
    /*margin: 9px 24px 0 24px;*/
}


@media(max-width:1200px) {

    .hidden-span {
        display: none;
    }

    .nav-wrap > li > a {
        height: 33px !important;
    }

    .tek-haber-yatay .tek-haber-icerik {
        padding: 95px 51px 10px 38px;
        position: relative;
    }

    .sosyalMedyaGrup {
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        /*order: 3;*/
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        margin-top: 15px;
    }


        .sosyalMedyaGrup .cizgiTablet {
            width: 85px;
            margin: 10px 60px 0 70px;
        }

        .sosyalMedyaGrup .sosyalMedya-Yazi {
            color: #13183E;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
            padding-left: 5px;
        }

    .cizgi-ekle {
        display: block !important;
    }


    .bgimg {
        background-image: url(../img/karakalem_gnkur.png) !important;
        background-size: 100% auto !important;
        height: 135px !important;
        background-clip: padding-box;
        background-repeat: no-repeat;
    }

    #footer .row > div > a {
        font-size: 14px;
        color: #13183E;
    }

    span.guncel-tsk-footer {
        font-size: 14px;
        display: block;
        margin-top: 5px;
        font-weight: 700;
    }

    /*header .menu .nav > li > a, header .menu .nav > li > a:visited {
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px;
    }

        header .menu .nav > li > a:hover {
            color: maroon;
            padding: 2px 10px;
            font-size: 12px;
            font-weight: 600;
        }*/

    .logo-area {
        background: url(../img/banner_pc_970.gif);
        min-height: 90px;
    }

    .genelkurmaybaskani-nav {
        margin: 20px auto 0;
    }

    .oval-kutu {
        min-height: 535px !important;
    }

    .oval-kutu-alt {
        height: 780px;
    }

    .media {
        margin-top: 30px;
    }

    .kuvvet-yapisi ul li {
        font-size: 13px;
        max-width: 19.69%;
    }

    footer {
        font-size: 12px;
    }

    .sehit-listesi .media {
        margin-top: 15px;
    }

    .vefat-listesi .media {
        margin-top: 15px;
    }


    .swiper-container-ana .main-slider-overlay a {
        font-size: 16px;
    }

    .swiper-container-ana {
        width: 240px;
        height: 160px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        .swiper-container-ana .swiper-slide img {
            width: 240px;
            height: 160px;
        }

    .swiper-button-next {
        height: 20px;
        right: 20px;
    }

    .swiper-button-prev {
        height: 20px;
        left: 20px;
    }
}

@media(max-width:992px) {

    .font-ayarla {
        font-size: 3vw !important;
    }

    .nav-wrap > li > a {
        height: 30px !important;
    }

    /*// Modifier class for 16:9 aspect ratio*/
    .embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    /*// Modifier class for 4:3 aspect ratio*/
    .embed-responsive-4by3 {
        padding-bottom: 75%;
    }

    .footerSosyalMediaIcons {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0;
        /* margin-bottom: 15px; */
        /*padding-bottom: 35px;
        border-bottom: 1px solid #EEEEEE;*/
    }

    .logo-area {
        background: url(../img/banner_pc_750.gif);
        min-height: 90px;
    }

    /*header .menu .nav > li > a, header .menu .nav > li > a:visited {
        padding: 2px 4px;
        font-size: 10px;
        font-weight: 500;
        margin-top: 3px;
    }

        header .menu .nav > li > a:hover {
            color: maroon;
            padding: 2px 4px;
            font-size: 10px;
            font-weight: 600;
        }*/

    .oval-kutu-alt {
        height: 530px;
    }

    .media {
        margin-top: 10px;
    }

    footer {
        font-size: 10px;
    }

    .slider-pro p.sp-layer {
        font-size: 40px;
    }


    .sehit-listesi {
        margin-top: 10px;
    }

    .vefat-listesi {
        margin-top: 10px;
    }


    /*.border-style {
        background: url(../img/vefatlar/sehit_arka_plan.jpg);
        border: 5px solid gray;
    }*/



    /*************** PRETTYPHOTO BEGIN *************************/
    .pp_pic_holder.pp_default {
        width: 100% !important;
        left: 0 !important;
        overflow: hidden;
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 0 !important;
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 0 !important;
    }

    .pp_content {
        width: 100% !important;
        height: auto !important;
    }

    .pp_fade {
        width: 100% !important;
        height: 100% !important;
    }

    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
        display: none !important;
    }

    #pp_full_res img {
        width: 100% !important;
        height: auto !important;
    }

    .pp_details {
        width: 100% !important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px !important;
    }

    a.pp_close {
        right: 7% !important;
        top: 10px !important;
    }

    div.pp_default .pp_next {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
        cursor: pointer;
    }
    /* Next button */
    div.pp_default .pp_previous {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center left no-repeat;
        cursor: pointer;
    }
    /* Previous button */
    div.light_rounded .pp_next {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
        cursor: pointer;
    }
    /* Next button */
    div.light_rounded .pp_previous {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center left no-repeat;
        cursor: pointer;
    }
    /* Previous button */
    div.dark_rounded .pp_next {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
        cursor: pointer;
    }
    /* Next button */
    div.dark_rounded .pp_previous {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center left no-repeat;
        cursor: pointer;
    }
    /* Previous button */
    div.dark_square .pp_next {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
        cursor: pointer;
    }
    /* Next button */
    div.dark_square .pp_previous {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center left no-repeat;
        cursor: pointer;
    }
    /* Previous button */
    div.light_square .pp_next {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
        cursor: pointer;
    }
    /* Next button */
    div.light_square .pp_previous {
        background: url(../prettyphoto-master/images/prettyPhoto/default/sprite_next.png) center left no-repeat;
        cursor: pointer;
    }
    /* Previous button */
    /*************** PRETTYPHOTO END *************************/

    .swiper-container-ana {
        width: 210px;
        height: 140px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        .swiper-container-ana .swiper-slide img {
            width: 210px;
            height: 140px;
        }

    .swiper-button-next, .swiper-button-prev {
        height: 20px;
    }
}




@media (min-width: 768px) {


    /*header .navbar-collapse.collapse {
        display: block !important;
    }*/

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /*remove the gap so it doesn't close*/
    }

    .swiper-container {
        width: 180px;
        height: 120px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        .swiper-container .swiper-slide img {
            width: 180px;
            height: 120px;
        }
}


@media (min-width: 992px) {



    .swiper-container {
        width: 240px;
        height: 160px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        .swiper-container .swiper-slide img {
            width: 240px;
            height: 160px;
        }
}

@media (min-width: 1200px) {

    .video-boyut {
        width: 500px;
        height: 300px;
    }

    .videocenter {
        margin: auto;
        width: 50%;        
        padding: 10px;
    }

    .videocentereng {
        margin: auto;
        /*width: 50%;*/        
        padding: 10px;
    }

    .swiper-container {
        width: 450px;
        height: 300px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        .swiper-container .swiper-slide img {
            width: 450px;
            height: 300px;
        }
}

@media (max-width: 767px) {


    .footerSosyalMediaIcons {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0;
        /* margin-bottom: 15px; */
        /*padding-bottom: 35px;
        border-bottom: 1px solid #EEEEEE;*/
    }

    .sosyalMedyaGrup {
        -webkit-box-ordinal-group: 2;
        /*order: 1;*/
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .sosyalMedyaGrup .cizgiTablet {
            display: none;
        }

        .sosyalMedyaGrup .sosyalMedya-Yazi {
            color: #333;
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 15px;
            padding-left: 5px;
        }

    .cizgi-kaldir {
        display: none !important;
    }

    #footer .row > div > a {
        font-size: 12px;
    }

    /*// Modifier class for 16:9 aspect ratio*/
    .embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    /*// Modifier class for 4:3 aspect ratio*/
    .embed-responsive-4by3 {
        padding-bottom: 75%;
    }


    span.guncel-tsk-footer {
        font-size: 12px;
        display: block;
        margin-top: 5px;
        font-weight: 700;
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: maroon;
        background-color: #fff !important;
        font-size: 14px;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            background: #d3d3d3;
            border-radius: 4px;
            font-size: 14px;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: maroon !important;
        background-color: #d3d3d3 !important;
        font-size: 14px;
    }

    /*header .menu .nav > li > a, header .menu .nav > li > a:visited {
        font-size: 14px;
    }

    header .menu {
        border-radius: 0px;
    }*/

    .mobil-slider #carousel-example-generic .carousel-indicators li {
        height: 20px;
        width: 20px;
        font-size: 12px;
    }

    .swiper-container-ana {
        width: 540px;
        height: 360px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        .swiper-container-ana .swiper-slide img {
            width: 540px;
            height: 360px;
        }

    .swiper-container {
        width: 270px;
        height: 180px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        .swiper-container .swiper-slide img {
            width: 270px;
            height: 180px;
        }


    .swiper-button-next, .swiper-button-prev {
        height: 20px;
    }

    .uluslararasi-iliskiler a {
        font-size: 14px;
    }

    .egitim-ogretim a {
        font-size: 14px;
    }
}

.hidden-a-mobil {
    display: none;
}



@media (max-width: 568px) {



    .tum-haberler-item {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        max-width: 900px;
    }

    .tum-haberler-body {
        position: relative;
        padding-bottom: 56px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        background-color: #fff;
        padding: 20px;
    }

    .tum-haberler-item p {
        height: 90px;
        margin-bottom: 4px;
        overflow: hidden;
    }

    .tum-haberler-item-info small {
        font-weight: bold;
        display: block;
        border-top: 1px solid #ddd;
        padding-top: .5em;
    }

    .tum-haberler-item-info {
        border: 1px solid #ddd;
        padding: .5em;
    }

    .tum-haberler-item-img {
        border: 1px solid #ddd;
        /*padding: .5em;*/
    }

    .tum-haberler-devami {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        background-color: #fff;
        position: initial;
        /*left: 50%;
        -webkit-transform: translate(-50%, 40px);
        transform: translate(-50%, 40px);*/
        /*bottom: -20px;*/
        height: 40px;
        border: 1px solid #aaa;
        border-radius: 12px;
        padding-left: 70px;
        cursor: pointer;
        /*padding-right: 20px;*/
    }

    .bgimg {
        background-image: url(../img/karakalem_gnkur.png) !important;
        background-size: 100% auto !important;
        height: 75px !important;
        background-clip: padding-box;
        background-repeat: no-repeat;
    }

    .swiper-container-ana {
        width: 450px;
        height: 300px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        .swiper-container-ana .swiper-slide img {
            width: 450px;
            height: 300px;
        }

    .swiper-container {
        width: 270px;
        height: 180px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }



    .swiper-slide img {
        width: 270px;
        height: 180px;
    }


    .swiper-button-next, .swiper-button-prev {
        height: 20px;
    }

    .play {
        font-size: 20px;
        top: 40%;
    }
}


@media (max-width: 450px) {

    .swiper-container-ana {
        width: 300px;
        height: 200px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

        .swiper-container-ana .swiper-slide img {
            width: 300px;
            height: 200px;
        }

        .swiper-container-ana .main-slider-overlay a {
            font-size: 12px;
        }

    .swiper-container .main-slider-overlay a {
        font-size: 10px;
    }

    .uluslararasi-iliskiler a {
        font-size: 12px;
    }

    .egitim-ogretim a {
        font-size: 12px;
    }
}
