@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,200,600,700,900&subset=latin-ext);

@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_pc {
        display: block !important;
    }
}


.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

    .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {
        text-shadow: none;
    }

.btn:active, .btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

    .btn-default:active, .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-default:disabled, .btn-default[disabled] {
        background-color: #e0e0e0;
        background-image: none;
    }

.btn-primary {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #265a88;
        background-position: 0 -15px;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #265a88;
        border-color: #245580;
    }

    .btn-primary:disabled, .btn-primary[disabled] {
        background-color: #265a88;
        background-image: none;
    }

.btn-success {
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

    .btn-success:hover, .btn-success:focus {
        background-color: #419641;
        background-position: 0 -15px;
    }

    .btn-success:active, .btn-success.active {
        background-color: #419641;
        border-color: #3e8f3e;
    }

    .btn-success:disabled, .btn-success[disabled] {
        background-color: #419641;
        background-image: none;
    }

.btn-info {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

    .btn-info:hover, .btn-info:focus {
        background-color: #2aabd2;
        background-position: 0 -15px;
    }

    .btn-info:active, .btn-info.active {
        background-color: #2aabd2;
        border-color: #28a4c9;
    }

    .btn-info:disabled, .btn-info[disabled] {
        background-color: #2aabd2;
        background-image: none;
    }

.btn-warning {
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

    .btn-warning:hover, .btn-warning:focus {
        background-color: #eb9316;
        background-position: 0 -15px;
    }

    .btn-warning:active, .btn-warning.active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-warning:disabled, .btn-warning[disabled] {
        background-color: #eb9316;
        background-image: none;
    }

.btn-danger {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

    .btn-danger:hover, .btn-danger:focus {
        background-color: #c12e2a;
        background-position: 0 -15px;
    }

    .btn-danger:active, .btn-danger.active {
        background-color: #c12e2a;
        border-color: #b92c28;
    }

    .btn-danger:disabled, .btn-danger[disabled] {
        background-color: #c12e2a;
        background-image: none;
    }

.thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background-image: -o-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));
    background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
        background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
        background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
        box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    }

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);
        background-image: -o-linear-gradient(top,#080808 0,#0f0f0f 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));
        background-image: linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
        box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
    }

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    }

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}

@media (max-width:767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
        background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
        background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x;
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#286090 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#286090 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));
    background-image: linear-gradient(to bottom,#337ab7 0,#286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));
    background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));
    background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));
    background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));
    background-image: linear-gradient(to bottom,#337ab7 0,#2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

    .list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
        text-shadow: none;
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
    background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
    background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
    background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}

/* GENEL BAŞLA */
.table {
    text-align: justify;
}

.page-content .content-main .text-left {
    text-align: left;
}

.page-content .content-main .text-right {
    text-align: right;
}

.page-content .content-main .text-center {
    text-align: center;
}

.kalin-liste-basliklari {
    font-weight: 600;
}

.fontnormal {
    font-weight: normal;
}

.page-content .content-main ul li {
    line-height: 25px;
}

body {
    font-family: 'Titillium Web';
}

thead > tr > th {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:visited {
    color: #333;
}

.tooltip-inner {
    z-index: 3;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #9E0000;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

table.table-vertical tr td {
    vertical-align: middle;
}

ol li {
    text-align: justify;
}

.diger-vefatlar-logolari img {
    height: 145px;
    margin: 0 auto;
    display: block;
}

.basimiz-sagolsun-sayfasi {
    background: url(../../Content/img/vefatlar/vefat-arka.jpg);
    width: 746px;
    height: 1055px;
    margin: auto;
    margin-bottom: 50px;
    padding: 100px;
}

.sehit-sayfasi {
    background: url(../../Content/img/vefatlar/vefat-arka2.jpg);
    width: 746px;
    height: 1055px;
    margin: auto;
    margin-bottom: 50px;
    padding: 110px 100px;
}

.isaretsizliste {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.genelkurmaybaskani-ingilizceanasayfa-adi {
    border-bottom: 1px solid #EEE;
    color: #740e0f;
    font-weight: 600;
    font-size: 23px;
    margin: 0px;
}

.genelkurmaybaskani-ingilizceanasayfa-gnkbskadi {
    font-size: 20px;
    display: inline-block;
    margin: 10px 0px 15px;
    font-weight: 600;
    color: #AB0002;
}

.genelkurmaybaskani-ingilizceanasayfa {
    margin: 20px 0px;
    text-align: justify;
}

.english-genel-kurmay-baskani-resmi {
    margin-top: 11px;
}

/* GENEL BİTİŞ */


/* HEADER BAŞLA */

.header_pc .pc_menu .ingilizce-nav-menu .nav > li > a, .header_pc .pc_menu .ingilizce-nav-menu .nav > li > a:visited {
    padding: 2px 26.5px;
}

.home_header_pc {
    display: block !important;
}

.top-lang-menu {
    background: #333333;
    color: #FFF;
    padding: 10px 0px;
}

.dil-listesi {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
}

    .dil-listesi a,
    .dil-listesi a:visited {
        color: #FFF;
    }

    .dil-listesi li {
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
        color: #FFF;
    }

.logo-area {
    min-height: 133px;
    background: url(../img/hbg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 3px solid #A1A1A1;
}

img.ataturk-icon {
    float: right;
    margin-top: 5px;
    height: 70px;
}

img.tsk-logo {
    float: left;
    margin-top: 18px;
    margin-bottom: 4px;
    height: 100px;
}

img.ataturk-imza {
    float: right;
    margin-top: 20px;
    margin-bottom: 15px;
}

span.ata-imza {
    display: block;
    clear: both;
    margin-top: -46px;
    float: right;
    font-family: Times New Roman;
    font-style: italic;
    font-weight: 600;
    font-size: 15px;
    text-align: right;
    line-height: 22px;
}

img.ataturk-imzasi {
    display: block;
    float: right;
    clear: both;
}

.mobil-header nav.navbar-collapse li a,
.mobil-header nav.navbar-collapse li a:visited {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    font-weight: 500;
    white-space: normal;
}

.mobil-header .nav > li > a:hover, .nav > li > a:focus {
    background-color: #A62122;
}

.mobil-header .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #A62122;
}

.mobil-header nav.navbar-collapse li {
    display: block;
    width: 100%;
    border-top: 1px solid #0D0D0D;
    border-bottom: 1px solid #434343;
}

.mobil-header .dropdown-menu {
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #828282 49%, #383838 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(49%,#828282), color-stop(98%,#383838));
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#828282 49%,#383838 98%);
    background: -o-linear-gradient(top, #7d7e7d 0%,#828282 49%,#383838 98%);
    background: -ms-linear-gradient(top, #7d7e7d 0%,#828282 49%,#383838 98%);
    background: linear-gradient(to bottom, #7d7e7d 0%,#828282 49%,#383838 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 );
    width: 350px;
}

.mobil-header .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    border: 0px;
    padding: 15px;
    position: relative;
    width: 100%;
}

.mobil-header .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #303030;
    color: #fff;
}

.mobil-header .navbar-nav > li > .dropdown-menu li {
    border-top: 1px solid #A0A0A0;
    border-bottom: 1px solid #0B0B0B;
}

.mobil-header nav.navbar-collapse li:first-child {
    border-top: 0px;
}

.mobil-header nav.navbar-collapse li:last-child {
    border-bottom: 0px;
}

.mobil-header nav.navbar-collapse {
    margin-top: 60px;
    padding-left: 0px;
}

.mobil-header button.navbar-toggle {
    background-color: #940000;
    margin-top: 13px;
    margin-bottom: 0px;
    height: 34px;
    width: 44px;
    border-radius: 0px;
    padding-top: 9px;
    border-radius: 5px;
    display: block;
    position: absolute;
}

.mobil-header .navbar-toggle .icon-bar {
    background: #FFF;
    width: 22px;
    height: 2px;
    border-radius: 0px;
}

.header_pc .top-menus .top-menu .navbar-nav {
    margin-right: 0px;
}

/* HEADER BİTİŞ */

/* GÖVDE KISIMLARI BAŞLA */

.mobil-slider .carousel-caption h6 {
    font-size: 13px;
}

.olaylar-wrap {
    border-radius: 6px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 ); /* IE6-9 */
    padding: 30px;
    margin: 20px 0px;
    border: 2px solid #D1D0CF;
}

    .olaylar-wrap h4 {
        font-size: 20px;
        color: #740e0f;
        font-weight: 600;
        text-align: center;
    }

.tskdan-haberler-wrap h4 {
    font-size: 20px;
    color: #740e0f;
    font-weight: 600;
    text-align: center;
}

.item-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;
}

.olaylar-wrap .item-olaylar h4 {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

    .olaylar-wrap .item-olaylar h4 a,
    .olaylar-wrap .item-olaylar h4 a:visited {
        color: #494F53;
    }

        .olaylar-wrap .item-olaylar h4 a:hover,
        .olaylar-wrap .item-olaylar h4 a:focus {
            text-decoration: none;
            color: #333;
        }

.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;
    }

.home-haber-listesi {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px;
}

    .home-haber-listesi li span {
        font-size: 25px;
        margin-top: 5px;
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

    .home-haber-listesi li a,
    .home-haber-listesi li a:visited {
        color: #454545;
        font-size: 20px;
    }

    .home-haber-listesi li time {
        float: right;
    }

    .home-haber-listesi li {
        clear: both;
        text-align: justify;
        margin-bottom: 5px;
    }

.tskdan-haberler-wrap {
    border-radius: 6px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 ); /* IE6-9 */
    padding: 30px 30px 0px;
    margin: 0px 0px 20px;
    border: 2px solid #D1D0CF;
}

.basin-duyurular {
    border-radius: 6px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 ); /* IE6-9 */
    padding: 30px 30px;
    margin: 0px 0px 20px;
    border: 2px solid #D1D0CF;
}

.tum-haberler-home {
    margin: 0 auto;
    padding-top: 15px;
    display: block;
}

.home-ikili h4 {
    color: #740e0f;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.ikili-liste {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .ikili-liste img {
        border: 1px solid #FFF;
        display: block;
        display: block;
        margin: 0 auto 20px;
    }

    .ikili-liste time {
        float: right;
        margin-top: -23px;
    }

    .ikili-liste li {
        margin-top: 12px;
        text-align: center;
    }

a.basindan-baslik,
a.basindan-baslik:visited {
    color: #4E4E4E;
    font-size: 19px;
    display: block;
    line-height: 25px;
}

.ikili-home-wrap {
    border-radius: 6px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 ); /* IE6-9 */
    padding: 30px;
    margin: 0px 0px 20px;
    border: 2px solid #D1D0CF;
}

    .ikili-home-wrap a,
    .ikili-home-wrap a:visited {
        color: #3B4043;
        display: block;
    }

    .ikili-home-wrap h4 {
        color: #740E0F;
    }

img.bilgi-notlari-icon {
    margin-top: -13px;
    margin-left: 8px;
}

.basin-duyurular-icon {
    color: #DBDDDE;
}

.tekli-wrap {
    border-radius: 6px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 ); /* IE6-9 */
    padding: 30px;
    margin: 0px 0px 20px;
    border: 2px solid #D1D0CF;
}

    .tekli-wrap a,
    .tekli-wrap a:visited {
        display: block;
        color: #740e0f;
    }

    .tekli-wrap h4 {
        color: #740E0F;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0px;
    }

.iletisim-wrap h4 {
    margin-bottom: 30px;
}

.iletisim-wrap h6 {
    font-size: 22px;
    color: #3b4a53;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}

.iletisim-wrap img {
    display: block;
    margin: 0 auto;
}

.iletisim-wrap .mobil-bize-yazin {
    margin-top: 7px;
}

.iletisim-wrap a,
.iletisim-wrap a:visited {
    display: block;
}

.iletisim-wrap span {
    font-size: 36px;
    color: #3b4a53;
    text-align: center;
    display: block;
    line-height: 0px;
}

    .iletisim-wrap span i {
        display: block;
        margin: -2px;
    }

.icon-tv-haberler img {
    margin-top: -9px;
    height: 36px;
}

img.sinir-icon {
    margin-top: -9px;
}

img.kurtmarma-icon {
    margin-top: -7px;
}

.ikili-arka-plan .basin-duyurular .tsk-logo-arka-plan {
    background-image: url(../img/into.png);
    background-position: 50% center;
    background-size: 231px;
    background-repeat: no-repeat;
}

h1.sayfa-baslik {
    font-size: 20px;
    font-weight: bold;
    color: #780E0E;
    border-bottom: 2px solid #CCC;
    margin-bottom: 40px;
    padding-bottom: 4px;
    display: table;
    margin-top: 0px;
    margin-bottom: 15px;
}

h2.sehit-baslik {
    font-weight: bold;
    color: #515151;
    text-align: center;
    font-style: italic;
}

.not-info {
    margin-bottom: 20px;
}

.bizi-arayin-span-icon {
    margin: 16px 0px 28px;
}

/* GÖVDE KISIMLARI BİTİŞ */


/* FOOTER BAŞLA */

.footer {
    background: #333333;
    border-top: 3px solid #CCC;
    margin-top: 20px;
    padding: 20px 0px;
    color: #FFF;
    font-size: 18px;
}

.footer-logos img {
    display: block;
    margin: 0 auto;
}


img.tsk-logo-text {
    margin-top: 20px;
    margin-left: 20px;
    width: 250px;
    float: left;
}

.page-content .content-main p {
    text-align: justify;
    line-height: 20px;
    margin-bottom: 18px;
}

.page-content .content-main ul li, .page-content .content-main span {
    text-align: justify;
}

section.page-content {
    min-height: 600px;
    margin-bottom: 70px;
    clear: both;
    margin-top: 15px;
    font-size: 16px;
}

/* FOOTER BİTİŞ */

/* INTRO BAŞLA */

.intro-body {
    background: rgba(209,208,207,1); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,208,207,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,208,207,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(209,208,207,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d0cf',GradientType=0 ); /* IE6-9 */
    margin: 0px;
    padding: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.intro-html {
    background: rgba(209,208,207,1); /* Old browsers */
}

.intro-body img {
    padding: 20px 20px;
    margin: 0px auto;
    display: block;
}

/* INTRO BİTİŞ */


/* HİZALAMA BAŞLA */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* HİZALAMA BİTİŞ */


/* OWL BAŞLA */

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}


.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }


    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50); /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

/* LIGHTBOX BAŞLA */

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

    .lightbox img {
        max-width: 90%;
        max-height: 95%;
        margin: 1% auto;
        border: 5px solid #FFF;
        border-radius: 6px;
        box-shadow: 0px 0px 10px #000;
        overflow: hidden;
    }

    .lightbox:target {
        outline: none;
        display: block;
    }

/* LIGHTBOX BİTİŞ */


/* MADALYA SAYFASI ÖZEL BAŞLA */

table.madalya-table tr td {
    font-size: 13px;
    padding: 2px 10px;
}

table.madalya-kisa-tablo tr td {
    vertical-align: middle;
}

h4.madalya-baslik {
    margin-top: 30px;
    font-weight: bold;
    color: #780E0E;
}

/* MADALYA SAYFASI ÖZEL BİTİŞ */


/* MOBIL SLIDER BAŞLA */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    height: auto;
}

.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-caption {
    background: rgba(0, 0, 0, 0.20);
    left: 0%;
    right: 0%;
    padding-bottom: 80px;
    padding-top: 00px;
    bottom: 0%;
}

.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 BİTİŞ */


/* MENU */

.header_pc .navbar-default {
    background: #303030;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
}

    .header_pc .navbar-default .navbar-nav > li > a,
    .header_pc .navbar-default .navbar-nav > li > a:visited {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #FFF;
        font-weight: 500;
        white-space: normal;
    }

        .header_pc .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            background-color: #A62122;
            color: #FFF;
        }

.header_pc .dropdown-menu > li > a {
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_pc .navbar-collapse.in {
    overflow-y: visible;
}

/* MENU */


/* PC ANASAYFA */

.kuvvet-yapisi-genel-kurmay-baskanligi {
    background: #780E0E;
    color: #FFF;
    padding: 30px 40px;
    font-weight: 600;
    max-width: 199px;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}

.oval-kutu-icerik .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.oval-kutu-icerik .carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .oval-kutu-icerik .carousel-fade .carousel-inner .active.left,
    .oval-kutu-icerik .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
    }

.oval-kutu-icerik .carousel-fade .carousel-inner .next.left,
.oval-kutu-icerik .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.slider-pc-home .carousel-inner {
    background: #000;
}

.slider-pc-home .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.slider-pc-home .carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .slider-pc-home .carousel-fade .carousel-inner .active.left,
    .slider-pc-home .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
    }

.slider-pc-home .carousel-fade .carousel-inner .next.left,
.slider-pc-home .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.slider-pc-home {
    margin-bottom: 10px;
}

body.pc_body {
    background: #EEE;
}

section.box-wrapper {
    background: #FFF;
    box-shadow: 0px 0px 20px #B3B3B3;
    padding: 0px 30px;
}

section.pc-logo-area {
    background: url(../img/pc_header.jpg);
    min-height: 105px;
    background-repeat: no-repeat;
    background-position: top center;
}

a.pc_logo {
    display: block;
    padding: 10px;
}

.pc_logo img {
    height: 85px;
}

.header_pc .nav > li > a, .header_pc .nav > li > a:visited {
    color: #333;
    padding: 0px 6px;
    font-size: 12px;
    font-weight: 600;
}

.top-menus .nav > li > a:hover, .top-menus .nav > li > a:focus {
    color: #FFF;
    background: #999;
}

.header_pc .nav > li > a:hover, .nav > li > a:focus {
    color: #FFF;
    background: #A50000;
}

.header_pc .top-menu .nav > li > a:hover, .header_pc .top-menu .nav > li > a:focus {
    color: #FFF;
    background: #AEAEAE;
}

.header_pc .pc_menu .nav > li > a, .header_pc .pc_menu .nav > li > a:visited {
    color: #FFF;
    padding: 2px 19.5px;
    font-size: 12px;
    font-weight: 600;
}

.pc_body .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.pc_body .genelkurmaybaskani-lightbox img {
    background: #FFF;
    min-height: 400px;
}

section.pc_menu {
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #383838 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(99%,#383838)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#383838 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%,#383838 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%,#383838 99%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7e7d 0%,#383838 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border-top-right-radius: 0px;
}

.header_pc .dropdown-menu > li > a {
    color: #FFF;
    font-size: 12px;
    white-space: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header_pc {
    margin-top: 15px;
}

.pc_footer {
    margin-bottom: 15px;
}

.header_pc .dropdown-menu > li {
    border-top: 1px solid #919191;
}

.header_pc .dropdown-menu {
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #828282 49%, #383838 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(49%,#828282), color-stop(98%,#383838)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#828282 49%,#383838 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%,#828282 49%,#383838 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%,#828282 49%,#383838 98%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7e7d 0%,#828282 49%,#383838 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    width: 215px;
}

    .header_pc .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #FFF;
        background: #A50000;
    }

section.pc_home_content {
    margin-top: 10px;
}

.oval-kutu {
    border-radius: 8px;
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    padding: 20px 10px;
    min-height: 394px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-right: 2px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
}

    .oval-kutu:before {
        background: url(../img/into.png);
        display: block;
        content: '';
        width: 83%;
        height: 300px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.8;
    }

.oval-kutu-alt {
    border-radius: 8px;
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    padding: 20px 10px;
    min-height: 290px;
    margin-bottom: 10px;
    border-right: 2px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
}

    .oval-kutu-alt:before {
        background: url(../img/into.png);
        display: block;
        content: '';
        width: 84%;
        height: 215px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.8;
    }

.oval-kutu-icerik {
    position: relative;
    z-index: 2;
}

.pc-anasayfa-orta-alt {
    border-radius: 8px;
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%,#f6f6f6 53%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    padding: 10px 10px;
}

    .pc-anasayfa-orta-alt ul {
        list-style: none;
        margin: 0px;
        display: table;
        margin: 0 auto;
        padding: 0px;
    }

        .pc-anasayfa-orta-alt ul li {
            display: inline-block;
            border-right: 1px solid #E4E4E4;
            border-left: 1px solid #FCFCFC;
        }

            .pc-anasayfa-orta-alt ul li:last-child {
                border-right: 0px;
            }

            .pc-anasayfa-orta-alt ul li:first-child {
                border-left: 0px;
            }

            .pc-anasayfa-orta-alt ul li a,
            .pc-anasayfa-orta-alt ul li a {
                padding: 3px 15px;
                font-weight: 600;
                font-size: 13px;
            }

.tsk-dan-olaylar marquee {
    height: 324px;
}

.sol-haber-bandı {
    height: 343px;
    overflow-y: scroll;
}

.yenihaber {
    color: red;
}

.tsk-dan-olaylar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 13px;
}

    .tsk-dan-olaylar ul li {
        padding: 2px 0px;
        text-align: justify;
        padding: 10px 0px;
    }

        .tsk-dan-olaylar ul li strong {
            font-weight: 600;
        }

h5.genelkurmaybaskani-baslik {
    margin-top: 0px;
    font-weight: 700;
    color: #9E0000;
    text-align: center;
}

.pc_body .owl-theme .owl-controls .owl-page span {
    margin: 0px 2px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    padding: 0px;
}

.pc_body .owl-theme .owl-controls .owl-page {
    display: none;
}

    .pc_body .owl-theme .owl-controls .owl-page:last-child {
        display: inline-block;
    }

.pc_body .owl-theme .owl-controls .active {
    display: inline-block;
}

.pc_body #demo #owl-demo {
    margin-top: 2px;
}

h2.genelkurmay-adi {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    text-align: center;
}

h2.genelkurmay-rutbe {
    margin-top: 0px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.baskan-navigasyonu {
    list-style: none;
    padding: 0px;
    margin: 20px auto 0px;
    display: table;
    font-weight: 600;
}

    .baskan-navigasyonu li {
        display: inline-block;
        width: 90px;
        border-right: 1px solid #C5C5C5;
        text-align: center;
    }

        .baskan-navigasyonu li:last-child {
            border-right: 0px;
        }

.pc-footer img {
    margin-top: -9px;
}

.komutanliklar {
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
    width: auto;
}

    .komutanliklar li {
        display: inline-block;
        width: 38%;
        text-align: center;
        margin-bottom: 6px;
        margin-top: 9%;
    }

        .komutanliklar li a,
        .komutanliklar li a:visited {
            display: block;
        }

        .komutanliklar li:hover img {
            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;
        }

        .komutanliklar li img {
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            transition: 0.4s;
        }

.tsk-dan-olaylar marquee {
    position: relative;
    z-index: 2;
}

.footer-pc-sar {
    font-weight: 600;
}

img.pc-footer-ucak {
    display: block;
    margin-top: 8px;
}

img.pc-footer-jet {
    display: block;
    margin-top: 8px;
}

img.pc-footer-gemi {
    display: block;
    margin-top: 4px;
}

.pc_footer {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    padding: 7px 0px;
    border-radius: 8px;
    margin-top: 10px;
}

div#carousel-example-generic2 {
    margin: 45px 0px;
}

.header_pc .navbar-toggle {
    background-color: rgb(207, 0, 0);
    z-index: 9;
}

    .header_pc .navbar-toggle .icon-bar {
        background: #FFF;
    }

.tsk-footer-text-left {
    text-align: right;
}

.header_pc .top-menus .nav > li > a, .header_pc .top-menus .nav > li > a:visited {
    border-right: 1px solid #EEE;
}

.header_pc .top-menus .nav > li:last-child a, .header_pc .top-menus .nav > li:last-child a:visited {
    border-right: 0px;
}

span.son-guncellenme {
    font-size: 11px;
    display: block;
    margin-top: 4px;
    font-weight: 600;
}

.pc-footer-logo img {
    height: 23px;
    margin: 0 auto;
    display: block;
    max-width: inherit;
}

.pc_home_content .carousel-control span {
    display: none;
}

.pc_home_content .slider-pc-home:hover .carousel-control span {
    display: block;
}

.pc_home_content #carousel-example-generic2:hover .carousel-control span {
    display: block;
}

.tsk-hakkinda-linkleri li {
    margin-bottom: 4px;
}

.pc_body .carousel-control.left {
    border-radius: 7px;
}

.pc_body .carousel-control.right {
    border-radius: 7px;
}

.pc_body .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    border-radius: 7px;
    overflow: hidden;
}

.pc_body .slider-pc-home .carousel-inner {
    overflow: hidden;
    border-radius: 10px;
}

.pc_body div#carousel-example-generic {
    overflow: hidden;
    border-radius: 10px;
}

.pc_body .slider-pc-home {
    overflow: hidden;
    border-radius: 10px;
}

section.page-content section.container {
    max-width: 100%;
}


.pc_home_content .carousel-inner .item img, .pc_home_content .carousel-inner .active img, .pc_home_content .carousel-inner .left img, .pc_home_content .carousel-inner .right img {
    border-radius: 7px !important;
    overflow: hidden;
}

.owl-wrapper-outer .owl-wrapper .owl-item {
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

.slider-pc-home .item img {
    height: 393px;
}
/* PC ANASAYFA */


.kuvvet-yapisi {
    background: url(../img/into.png);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 458px;
}

    .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;
        }



@media (max-width: 1200px) {

    .header_pc .pc_menu .nav > li > a, .header_pc .pc_menu .nav > li > a:visited {
        padding: 2px 6.5px;
    }

    span.son-guncellenme {
        clear: both;
        margin-left: 0px;
        text-align: center;
    }

    span.ata-imza {
        font-size: 14px;
    }


    .komutanliklar li {
        width: 15%;
        margin-top: 0px;
    }


    .oval-kutu-alt {
        min-height: inherit;
    }

    .kuvvet-yapisi ul li {
        font-size: 13px;
        max-width: 19.69%;
    }
}



@media (min-width: 1025px) {
    .mobil-footer, .mobil-header {
        display: none;
    }
}

@media (max-width: 1024px) {

    .header_pc, .pc_footer {
        display: none;
    }

    section.box-wrapper {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding: 0px 0px;
    }

    section.wrapper {
        /* padding: 0px 15px; */
    }

    img.ataturk-icon {
        height: 55px;
    }

    img.tsk-logo {
        height: 80px;
    }

    img.tsk-logo-text {
        width: 200px;
    }

    img.ataturk-imza {
        height: 85px;
        margin-top: 5px;
    }

    span.ata-imza {
        max-width: 650px;
        margin-top: -43px;
        margin-bottom: 15px;
    }

    .header_pc .pc_menu .nav > li > a, .header_pc .pc_menu .nav > li > a:visited {
        color: #FFF;
        padding: 2px 6.5px;
        font-size: 9px;
    }

    img.ataturk-imzasi {
        height: 15px;
    }

    .logo-area {
        min-height: inherit;
    }

    .item-yuvarlak, .haberler-yuvarlak {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .olaylar-wrap {
        padding: 0px 30px;
        margin: 10px 0px 10px;
    }

    .tskdan-haberler-wrap {
        padding: 0px 30px 0px;
        margin: 0px 0px 10px;
    }

    .basin-duyurular, .ikili-home-wrap {
        padding: 10px 30px;
        margin: 0px 0px 10px;
    }

    .tekli-wrap {
        padding: 10px 30px;
        margin: 0px 0px 10px;
    }

    .iletisim-wrap {
        padding: 10px 30px 0px;
        margin: 0px 0px 3.5px;
    }

        .iletisim-wrap h4 {
            margin-bottom: 12px;
            display: none;
        }

        .iletisim-wrap h6 {
            margin-bottom: 0px;
        }

        .iletisim-wrap a, .iletisim-wrap a:visited {
            margin-bottom: 5px;
        }

    body {
        border: 3px solid #CCC;
        border-top: 0px;
    }

    .mobil-slider {
        border-bottom: 3px solid #CCC;
    }

    .haberler-yuvarlak i {
        font-size: 14px;
    }
}


@media (min-width: 992px) {

    .footer-mobil-text-right {
        text-align: right;
    }


    .footer-logos img {
        margin: -42px auto 0;
    }
}

@media (max-width: 991px) {

    .footer-mobil-text-right {
        text-align: center;
    }

    .footer-mobil-text-left {
        text-align: center;
    }

    img.tsk-logo-text {
        margin-top: 20px;
    }

    span.ata-imza {
        max-width: 556px;
        margin-bottom: 0px;
    }

    .footer-logos img {
        height: 45px;
    }

    .kuvvet-yapisi ul li {
        max-width: 19.60%;
        padding: 17px 10px;
        font-size: 14px;
    }
}

@media (max-width: 800px) {

    .basimiz-sagolsun-sayfasi {
        background: transparent;
        border: 8px solid #B49230;
        border-radius: 5px;
        width: 100%;
        height: auto;
        padding: 20px 8px 0px;
    }

    .sehit-sayfasi {
        background: transparent;
        border: 8px solid #999;
        border-radius: 5px;
        width: 100%;
        height: auto;
        padding: 20px 8px 0px;
    }
}

@media (min-width: 768px) {

    .header_pc .navbar-collapse.collapse {
        display: block !important;
        padding: 0px;
    }
}


@media (max-width: 768px) {

    .gnkbaskani-ingilizce-menu img {
        width: 109px;
        height: auto;
    }

    .box-wrapper .row:first-child {
        padding: 0px;
        margin: 0px;
    }

    .haberler-yuvarlak i {
        font-size: 14px;
    }

    .tsk-footer-text-left {
        text-align: center;
    }

    .tsk-footer-text-right {
        text-align: center;
    }

    .pc-footer-logo img {
        margin: 0 auto;
        display: block;
    }

    .pc_logo img {
        height: 60px;
    }

    img.pc_ataturk {
        height: 80px;
    }

    section.pc-logo-area {
        min-height: 80px;
    }

    .top-menu .nav > li {
        display: inline-block;
    }

    span.ata-imza {
        max-width: 470px;
        font-size: 18px;
    }

    .iletisim-wrap a, .iletisim-wrap a:visited {
        display: block;
    }

    .mobil-slider #carousel-example-generic .carousel-indicators li {
        height: 35px;
        width: 35px;
        font-size: 23px;
    }

    .mobil-slider .carousel-caption {
        padding-bottom: 50px;
    }

    .mobil-slider .carousel-indicators {
        bottom: 0px;
    }

    .footer-mobil-text-right, .footer-mobil-text-left, span.son-guncellenme {
        display: none;
    }

    .footer {
        padding: 13px;
    }

    .footer-logos img {
        margin-top: -30px;
    }

    table.tablepadddingsifir tr td {
        padding: 0px !important;
        border: 1px solid #999 !important;
    }

    .tsk-footer-text-left, .tsk-footer-text-right, .son-guncellenme {
        display: none;
    }

    .pc-footer-logo img {
        height: 42px;
    }
}

@media (max-width: 754px) {

    .kuvvet-yapisi ul li {
        max-width: 100%;
        width: 19.54%;
        margin-bottom: 7px;
        padding: 0px 0px;
    }

    .kuvvet-yapisi-genel-kurmay-baskanligi {
        width: 100%;
        max-width: 100%;
        padding: 2px 0px;
    }

    .kuvvet-yapisi-en ul li {
        height: 52px;
        vertical-align: top;
    }
}

@media (max-width: 680px) {

    img.tsk-logo-text {
        width: 259px;
        margin-left: 11px;
        position: absolute;
    }

    span.ata-imza {
        max-width: 400px;
        font-size: 15px;
        line-height: initial;
        margin-top: -35px;
        margin-bottom: 2px;
    }

    section.pc-logo-area {
        background-size: cover;
    }

    .mobil-slider .carousel-caption h1 {
        font-size: 25px;
    }

    .mobil-slider .carousel-caption h1 {
        font-size: 25px;
    }

    .tum-haberler-home {
        width: 80px;
        clear: both;
    }
}


@media (max-width: 663px) {

    .kuvvet-yapisi ul li {
        max-width: 100%;
        width: 19.53%;
    }
}


@media (max-width: 650px) {

    .kuvvet-yapisi ul li {
        width: 19.52%;
    }
}


@media (max-width: 683px) {

    .kuvvet-yapisi ul li {
        width: 19.51%;
    }
}


@media (max-width: 625px) {

    .kuvvet-yapisi ul li {
        width: 19.50%;
    }
}


@media (max-width: 614px) {

    .kuvvet-yapisi ul li {
        width: 19.49%;
        font-size: 12px;
    }
}


@media (max-width: 603px) {

    .kuvvet-yapisi ul li {
        width: 19.4%;
        line-height: inherit !important;
        font-size: 12px;
        padding: 5px 0px;
    }

    .kuvvet-yapisi-en ul li {
        font-size: 11px;
        height: 42px;
    }
}

@media (max-width: 590px) {

    .pc-anasayfa-orta-alt ul li a, .pc-anasayfa-orta-alt ul li a {
        padding: 3px 7px;
        font-size: 12px;
    }
}

@media (max-width: 580px) {

    img.tsk-logo-text {
        width: 150px;
        margin-top: 17px;
    }

    .carousel-indicators .active, .carousel-indicators li {
        width: 26px;
        height: 26px;
        font-size: 18px;
    }

    .carousel-caption h1 {
        font-size: 31px;
    }

    .carousel-caption {
        padding-bottom: 55px;
    }

    span.ata-imza {
        margin-top: 10px;
        max-width: 402px;
        display: none;
    }

    .carousel-caption h1 {
        color: #fc0000;
        font-weight: 600;
        font-size: 21px;
        padding: 0px 12%;
    }

    .carousel-caption h6 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .carousel-caption {
        padding-bottom: 49px;
        padding-top: 20px;
    }

    h1.sayfa-baslik {
        font-size: 16px;
    }

    a.pc_logo {
        padding-right: 0px;
    }

    .pc_logo img {
        height: 40px;
    }

    img.pc_ataturk {
        height: 60px;
    }

    section.pc-logo-area {
        min-height: 60px;
    }

    img.tsk-logo {
        height: 60px;
    }

    img.ataturk-icon {
        height: 52px;
        margin-top: 13px;
    }

    .mobil-slider .carousel-caption h1 {
        font-size: 18px;
    }

    .carousel-caption h6 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .mobil-slider #carousel-example-generic .carousel-indicators li {
        height: 30px;
        width: 30px;
        font-size: 19px;
    }

    .mobil-slider .carousel-indicators {
        display: none;
    }

    .mobil-slider .carousel-caption {
        padding-bottom: 10px;
    }
}

@media (max-width: 520px) {

    .kuvvet-yapisi ul li {
        width: 19.3%;
        font-size: 9px;
    }
}

@media (min-width: 480px) {

    .mobil-slider .carousel-indicators li {
        height: 48px;
        width: 48px;
        font-size: 31px;
    }

    .mobil-slider .carousel-caption h6 {
        color: #FFF;
    }

    .mobil-slider .carousel-caption h1 {
        color: #fc0000;
        margin: 0px;
        font-weight: 600;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .iletisim-wrap span {
        font-size: 20px;
    }

    .komutanliklar li {
        width: 33%;
        margin-top: 9%;
        margin-bottom: 6px;
    }

    .pc-anasayfa-orta-alt ul li {
        display: block;
        width: 100%;
    }

    .oval-kutu-alt {
        min-height: inherit;
    }

    .footer {
        font-size: 10px;
    }

    .logo-area {
        min-height: inherit;
    }

    .olaylar-wrap .item-olaylar h4 {
        font-size: 13px;
    }

    .home-haber-listesi li a, .home-haber-listesi li a:visited {
        font-size: 14px;
    }

    .home-haber-listesi li time {
        float: none;
        text-align: right;
        display: block;
        margin-bottom: 10px;
    }

    a.basindan-baslik, a.basindan-baslik:visited {
        font-size: 15px;
        line-height: 19px;
    }

    .ikili-liste time {
        float: none;
        margin-top: 0px;
        text-align: right;
        display: block;
    }

    .mobil-slider .carousel-caption h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: bold;
    }

    .iletisim-wrap h6 {
        font-size: 20px;
        text-align: center;
        font-size: 13px;
    }

    .bizi-arayin-span-icon {
        margin: 7px 0px 19px;
    }

    .header_pc .top-menus .top-menu .navbar-nav a,
    .header_pc .top-menus .top-menu .navbar-nav a:visited {
        font-size: 9px;
    }

    .diger-vefatlar-logolari img {
        height: 38px;
        margin: 0 auto 10px;
    }

    .page-content ul {
        padding-left: 10px;
    }

    .gnkbaskani-ingilizce-menu img {
        width: 80px;
    }

    .top-lang-menu {
        padding: 5px 0px;
    }

    .mobil-header button.navbar-toggle {
        margin-top: 10px;
    }

    .pc-anasayfa-orta-alt ul li:first-child {
        border-left: 1px solid #FCFCFC;
    }

    .pc-anasayfa-orta-alt ul li:last-child {
        border-right: 1px solid #E4E4E4;
    }

    .kuvvet-yapisi ul {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 454px) {

    .kuvvet-yapisi ul li {
        width: 19.2%;
        min-height: 76px;
        vertical-align: top;
        font-size: 11.5px;
    }
}


@media (max-width: 404px) {

    .kuvvet-yapisi ul li {
        width: 19.1%;
        font-size: 11px;
    }
}


@media (max-width: 375px) {

    a.pc_logo {
        padding: 0px;
    }

    .pc_logo img {
        height: 35px;
    }

    img.pc_ataturk {
        height: 35px;
    }

    section.pc-logo-area {
        min-height: 35px;
    }

    .mobil-slider #carousel-example-generic .carousel-indicators li {
        height: 20px;
        width: 20px;
        font-size: 12px;
    }

    .gnkbaskani-ingilizce-menu img {
        width: 65px;
    }
}

@media (max-width: 364px) {

    .kuvvet-yapisi ul li {
        min-height: inherit;
        width: 19%;
        font-size: 10px;
    }
}


@media (max-width: 333px) {

    .kuvvet-yapisi ul li {
        min-height: inherit;
        width: 18.9%;
        font-size: 8px;
        height: 43px;
    }
}


@media (max-width: 330px) {

    img.tsk-logo-text {
        margin-top: 17px;
        width: 120px;
    }

    img.ataturk-icon {
        height: 50px;
        margin-top: 13px;
    }

    .header_pc .top-menus .nav > li > a, .header_pc .top-menus .nav > li > a:visited {
        padding: 0px 3px;
    }
}

@media (max-width: 308px) {

    .kuvvet-yapisi ul li {
        width: 18.8%;
        font-size: 8px;
    }
}

@media (max-width: 286px) {

    .kuvvet-yapisi ul li {
        width: 18.7%;
        font-size: 7px;
    }
}

@media (max-width: 300px) {

    img.tsk-logo {
        height: 45px;
    }

    img.ataturk-icon {
        margin-top: 17px;
        width: 54px;
        height: auto;
    }

    img.tsk-logo-text {
        margin-top: 20px;
    }

    .english-genel-kurmay-baskani-resmi {
        margin: 10px auto;
        display: block;
        float: none !important;
    }
}

.fb-share-button span {
    vertical-align: baseline !important;
}

.paragrafindent {
    text-indent: 20px;
}

.ulstyle {
    list-style-type: decimal;
    padding-left: 20px;
}
