.topbar {
    /**/
    background-color: red;
    border-bottom: 1px solid #ededed;
}

.icon-bar {
    position: relative;
    height: 55px;
}

.call {
    background-color: white;
    /*border-bottom: 1px dotted #ededed;*/
}

.nav-minister{
    padding: 15px 30px;
    background: url(../images/zzselcuk6.jpg);
    background-repeat: no-repeat;
    background-color: white;
    background-position: center top;
    background-size: contain;
    position: absolute;
    margin-top:-10px;
    margin-left: -1px;
}

.contents{
    position: relative;
    width: 100%;
    top: 120px;
    margin: 0px;
    padding: 0px 0px;
    display: block;
}

.contets2{
    margin-top: 85px;
}

#slide-img{
    width:100%;text-align:center;color:white;background-size: cover;
}
/* 
    0.0. - HTML Font Weight Element Styles
    ---------------------------------------------------------------------------*/

    .fw-thin {
        font-weight: 100 !important;
    }

    .fw-extra-light {
        font-weight: 200 !important;
    }

    .fw-light {
        font-weight: 300 !important;
    }

    .fw-normal {
        font-weight: 400 !important;
    }

    .fw-medium {
        font-weight: 500 !important;
    }

    .fw-semi-bold {
        font-weight: 600 !important;
    }

    .fw-bold {
        font-weight: 700 !important;
    }

    .fw-extra-bold {
        font-weight: 800 !important;
    }

    .fw-black {
        font-weight: 900 !important;
    }



/* 
    0.1. - Bootstrap Cards Element Styles
    ---------------------------------------------------------------------------*/
    .quickAccessRepository .card
    {
        position: relative;

        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        min-width: 250px;
        max-width: 250px;
        height: 100px;

        word-wrap: break-word;

        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0; 
        background-color: #fff;
        background-clip: border-box;

        -ms-flex-direction: column;
    }

    .quickAccessRepository .card-deck a {
        position: relative;

        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

        .quickAccessRepository .card-deck a:after {
            position: absolute;
            font-family: 'FontAwesome';
            content: '\f105';
            font-size: 1.5rem;
            line-height: 1rem;
            color: #ff0000;
            right: 30px;
            top: calc(50% - 15px);
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }
        .quickAccessRepository .card-deck a:hover {
            color: #fff;
        }
    .quickAccessRepository .card-deck a:hover:after {
        color: #fff;
    }

    .quickAccessRepository .card-info {
        font-size: 0.8em;


    }


        .quickAccessRepository .card-info.active,
        .quickAccessRepository .card-info:hover {
            cursor: pointer;
            border-color: #f12639;
            background-color: #f12639;
        }

    .quickAccessRepository .card-info.active *,
    .quickAccessRepository .card-info:hover * {
            color: #fff;
    }


    .text-uppercase {
        text-transform: uppercase !important;
    }



/* 
    0.1. - Extra small devices (portrait phones, less than 576px)
    ---------------------------------------------------------------------------*/

    @media (max-width: 575.98px) {
        #quickAccessRepository .card
        {
            position: relative;

            display: -ms-flexbox;
            display: flex;
            flex-direction: column;

            min-width: 100%;

            height: 65px;

            word-wrap: break-word;

            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 0; 
            background-color: #fff;
            background-clip: border-box;

            -ms-flex-direction: column;
        }
        .card-body {
            padding: 0.75rem;
        }
     
    }


.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color:#db0d15;
}

.count-text {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color:#6c757d;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #6c757d;
}

.service-box{
    position: relative;
    overflow: hidden;
    perspective:1000px;
    -webkit-perspective:1000px;

}

.service-box2{
    position: relative;
    overflow: hidden;
    perspective:1000px;
    -webkit-perspective:1000px;

}
.service-icon{
    width: 100%;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    opacity: 0.8;
    background-image: url('/media/27721/mask-bg.png');
    background-repeat: repeat;
}

.service-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: white;
    backface-visibility:hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content{
    position: relative;
    top:70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.service-box2 .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.service-box .service-icon .front-content h3 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;

}

.service-box2 .service-icon .front-content h6 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top:15px;
}

.service-box2 .service-icon .front-content h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;

}
.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom:10px;
    text-transform: uppercase;
}
.service-box2 .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom:10px;
    text-transform: uppercase;
}




.service-box .service-content p {
    color: #000000;
    font-size: 15px;
}
.service-box2 .service-content p {
    color: #000000;
    margin-top:15px;
}
.red{background-color: #db0d15;}
.grey{background-color: #6c757d;}
.service-box:hover .service-icon{
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

#sssCard .service-box2:hover{
    opacity: 0.5;
}

.vtabs .card{
    margin-bottom: 0px !important;
}

.vtabs .card .video .video-player_container .video-player_icon span {
    color: rgba(255, 0, 0, 0.70);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vtabs .card .video .video-player_container .video-player_icon::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    transition: 0.4s;
}

.vtabs .card .video .video-player_container .video-player_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 3rem;

}

.vtabs .card .video .video-player_container {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 11%;
    z-index: 1;
}

.nav-pills .nav-link {
    font-size: 0.8rem !important;
}

@media only screen and (max-device-width: 425px) and (min-device-width: 375px) {
    .main-header .logo {
        top: 50px !important;
        width: 100%;
    }
}


/*
 *  Created : 30.08.2018 18:00:00
*/

/*
 *  © 2018 ÇSGB | Bilgi İşlem Daire Başkanlığı
 *
 *  Template Name   : Responsive Website Template for Products
 *  Version         : 1.0
 *  Author          : İbrahim TUNÇ (Portal Uzmanı)
 *   
*   Project Name    : T.C. Aile, Çalışma ve Sosyal Hizmetler Bakanlığı
 *  Web Site        : http://www.acb.gov.tr , http://www.ailevecalisma.gov.tr
 *  
 *      
 *  IE, Edge, FF, Opera. Chrome, Safari, Yandex
*/



*, *::after, *::before {
    box-sizing: border-box;
}

html,
body {
    position: relative;
    height: 100%;
    font-size: 18px;
    /*font-family: "myriad-pro", sans-serif;*/
    /*font-family: "Barlow Semi Condensed", sans-serif;*/
    font-family: 'Roboto Slab', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
    background-color: transparent !important;
}

body {
    background-color: #f1f1f1;
    color: #333;
}




/* 
    0.0. - HTML Element Styles
    ---------------------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #cc0000;
    text-decoration: none;
}

p {
    margin: 0;
}

button {
    background-color: transparent;
    border: none;
}



/*
    0.1. - HTML 5 Element Styles
    ---------------------------------------------------------------------------*/

header {
}

main {
}

footer {
}

article {
    margin-bottom: 20px;
}

figure {
    position: relative;
}


/*
    0.2. - Images Styles
    ---------------------------------------------------------------------------*/




/*
    0.3. - Heading Styles
    ---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}


/*
    0.4x. - Active Element Styles
    ---------------------------------------------------------------------------*/
.other-news .active a {
    color: #cc0000;
}

.other-news .active a,
.breadcrumb .active {
    font-weight: 500;
}

/*
    0.4. - List Element Styles
    ---------------------------------------------------------------------------*/

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0rem;
}

ul.bullets {
    list-style-type: disc !important;
}

ul.bullets li {
    line-height: 1.3em;
    margin-bottom: 15px !important;
}
/*
    0.3. - Brand Colors
    ---------------------------------------------------------------------------*/
.primary-pink {
    color: #e21e26;
}

.secondary-pink {
    color: #0026ff;
}

/*.holder {
    padding: 6vh 0;
    position: relative;
}*/


/*  Funcybax Iframe Content
    ---------------------------------------------------------------------------*/
.fancybox-slide--iframe {
    padding: 0;
}
.fancybox-slide--iframe .fancybox-content {
    width: 80vw;
    height: 80vh;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}


/*  Google Maps
    ---------------------------------------------------------------------------*/
#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

/*  HEADER
    ---------------------------------------------------------------------------*/

/* Today */
header .today {
    display: block;
    font-size: 0.9rem;
    line-height: 40px;
    /*border-right: 1px solid #ededed;*/
    padding-right: 15px;
    color: #fff;

}

/* Languages */
header ul.languages {
}

header ul.languages:hover {
}

header ul.languages li {
    border-right: 1px dotted #E2E2E2;
}

header ul.languages li a {
    display: block;
    padding: 0px 10px;
    color: #888;
    font-size: 0.9rem;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header ul.languages li a:hover {
    text-decoration: none;
}

/* Socials */
header ul.social {
}

header ul.social li i{
margin-top:6px;
}

header ul.social li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header ul.social li a:hover {
    color: #fff;
}

/* Social Media Icons */
header ul.social li a.twitter:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #31A8E1;
}

header ul.social li a.facebook:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #3D5998;
}

header ul.social li a.google-plus:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #DB4B3B;
}

header ul.social li a.youtube:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #FF0000;
}

header ul.social li a.pinterest:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #BC1021;
}

header ul.social li a.linkedin:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #0083a8;
}

header ul.social li a.skype:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #36c4f3;
}

header ul.social li a.instagram:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #bc2a8d;
}

header ul.social li a.flickr:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #0a00ff;
}

header ul.social li a.tumblr:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #344559;
}

header ul.social li a.vimeo:hover {
    background: url("/media/27817/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #35B7E7;
}








.main-header {
    border-bottom: 2px solid red;
	width: 100%;
}



header .flag {
    position: relative;
    /*height: 55px;*/
    height: 64px;
    background-image: url(/Contents/Images/bg-atabayrak.png);
    background-repeat: no-repeat;
    /*background-position: top right;*/
    background-position: right 10px;
    margin: -1px 0 0 0;
}

/* Call Logos */
section.call-center .container {
    background-image: url(../Images/call-center-background.jpg);
    background-repeat: no-repeat;
    background-position: 15px center;
    height: 90px
}

.call-mobile {
    display: none;
}

.call-desktop {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    /*z-index: 99;*/
    right: 150px;
    top: 10px;
    position: absolute;
}

.call-desktop ul li a {
    color: #343a40;
}


.call-desktop > ul a:hover {
    font-weight: 500;
    color: #2e3543
}

.call-desktop > ul a img {
    width: 60px !important;
    height: auto;
    /*-webkit-filter: grayscale(100%);
                filter: grayscale(100%);*/
    transition: 0.3s;
    margin-top: -10px;
}

.call-desktop > ul a:hover img {
    width: 60px !important;
    height: auto;
    display: initial;
    filter: initial;
}


.call-desktop > ul .text-wrap {
    position: relative;
    margin-left: 10px
}

.call-desktop > ul .text-wrap .text {
    display: inherit;
    font-weight: bold;
    visibility: hidden
}

.call-desktop > ul .text-wrap::after {
    content: attr(title);
    position: absolute;
    top: 0
}

.call-desktop > ul li {
    padding: 0px 15px;
    /*align-items: center;*/
    list-style: none;
    /*border-right: 1px solid #f0f0f0;*/
}

.call-desktop > ul li:last-child {
    border-right: 0px dotted #c5c9d0
}

.call-desktop > ul li + li {
}











/*  MAIN
    ---------------------------------------------------------------------------*/


/*
    0.0 Homepage Slider
    ---------------------------------------------------------------------------*/

#slider {
    /*padding-bottom: 15px;*/
}

.homepageSlider {
    position: relative;
    /*background-color: white;*/
}

.homepageSlider .slider .sliderItem .itemContent {
    background-color: white;
}

.homepageSlider ul.sliderContainer {
    /*display: table;*/
    padding: 0 0;
    margin: 0 0;
    /*background-color: #f1f1f1;*/
    list-style-type: none;
    /*overflow: hidden;*/
    /*background-color: #cc0000;*/
    /*border: 1px solid #cc0000;*/
}

.homepageSlider ul.sliderContainer li.sliderItem {
    /*display: inherit;*/
    margin: 0;
    padding: 0;
    /*background-color: green;*/
    /*border: 1px solid green;*/
}


.homepageSlider .sliderImage {
    height: 558px;
    overflow: hidden;
    top: -1px;
    position: inherit;
}

.homepageSlider .sliderImage a {
}

.homepageSlider .sliderImage a img {
}

.homepageSlider .sliderDescription {
    padding: 50px 0px 50px 0px;
    /*background-color: purple*/
    z-index: 2;
    position: absolute;
}


.homepageSlider .sliderDescription .sliderHead,
.homepageSlider .sliderDescription .sliderHashtag {
}

.homepageSlider .sliderDescription .sliderHead {
    font-size: 27px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1.2em;
    /*text-transform: uppercase;*/
    border-left: 4px solid #3c3c3c;
    padding-left: 15px;
}

.homepageSlider .sliderDescription .sliderHashtag {
    font-weight: 700;
    color: #cc0000;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.64706em !important;
    line-height: 1.2em;
}

.homepageSlider .sliderDescription p {
    font-size: 0.9rem;
    line-height: 1.33333em;
    margin-bottom: 15px;
    margin-top: 30px;
    /*font-family: "Barlow Semi Condensed", sans-serif;*/
    padding-left: 20px;
    padding-right: 20px;
}

.homepageSlider .sliderDescription ul.sliderVideo {
    list-style: none;
    margin-top: 30px;
}

.homepageSlider .sliderDescription ul.sliderVideo li {
    border: none;
    padding: 5px 20px;
}

/*.homepageSlider .sliderDescription ul li:before {
                content: "\f105";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                color: #fff;
                background-color: #328dd2;
                line-height: 11px !important;
                padding-top: 2px;
                margin-right: 5px;
                height: 15px;
                width: 15px;
                display: inline-block;
                text-align: center;
            }*/

.homepageSlider .sliderDescription ul.sliderVideo li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.homepageSlider .sliderDescription ul.sliderVideo li a:hover {
    color: #cc0000;
}

.homepageSlider > .container {
    position: relative;
}

.homepageSlider .controlContainer {
    border: 0px solid #cc0000;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    right: 0;
    width: 100%;
    text-align: right;
}

.homepageSlider .controlContainer .prev {
    display: inline-block !important;
    margin-right: 10px;
    cursor: pointer;
}

.homepageSlider .controlContainer .next {
    display: inline-block !important;
    margin-left: 10px;
    cursor: pointer;
}

.homepageSlider .controlContainer .fa {
    color: #c3c3c3
}

.homepageSlider .controlContainer .next:hover .fa {
    color: #cc0000
}

.homepageSlider .controlContainer .prev:hover .fa {
    color: #cc0000
}


.homepageSlider .swiper-button-prev {
    left: 0px;
    display: inline-block;
}

.homepageSlider .swiper-button-next {
    /*left: 30px;*/
    display: inline-block;
}

.homepageSlider .swiper-button-prev, .swiper-button-next {
    /*position: relative;*/
    /*width: 27px;*/
    /*height: 44px;*/
    /*margin-top: -40px;*/
    /*cursor: pointer;*/
    /*background-size: 20px 40px*/;
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

.homepageSlider .swiper-pagination-fraction {
    bottom: 5px;
    left: 40px;
    width: auto;
    color: #c3c3c3;
}

.homepageSlider .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
    font-weight: 600;
}

.homepageSlider .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 14px;
    font-weight: 600;
}

.button-next {
    top: 45%;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 55px;
    border-radius: 2px
}

.button-prev {
    top: 45%;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 55px;
    border-radius: 2px
}

.news-item-photos-corousel .swiper-button-next, .news-item-photos-corousel .swiper-button-prev {
    background-image: none !important;
    padding: 0px 4px;
}

.mask {
    position: absolute;
    left: 0;
    top: -1px;
    width: 510px;
    min-height: 100%;
    /* padding-top: 60px; */
    /* padding-right: 120px; */
    /* padding-left: 40px; */
    background-image: url(../Images/mask.png);
    /*background-position: 100% 50%;*/
    /*background-size: 532px;*/
    background-repeat: no-repeat;
    z-index: 1;
}







/*
    1.0 Featured Heading Style for Column
    ---------------------------------------------------------------------------*/

.section {
    position: relative;
}

.section-title {
    /*margin-top: 30px;*/
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    color: #525b6e;
}

.section-title.title {
    margin-bottom: 45px;
}

.section-title:before {
    background-color: #cc0000;
}

.section-title:before, .section-title:after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
}

section-title:before {
    width: 50px;
    z-index: 1;
}

.section-title:after {
    right: 0;
    background-color: #e6e6e8;
}


.section-title:before {
    width: 50px;
    z-index: 1;
}

.section-title:after {
    right: 0;
    background-color: #e6e6e8;
}

.section-title:before,
.section-title:after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 1px;
}


.see-all {
    position: absolute;
    top: 10px;
    right: 0;
}

.see-all a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    color: #525b6e;
    border-bottom: 2px solid transparent;
}

.section > .see-all {
    visibility: hidden;
}

.section:hover > .see-all {
    visibility: visible;
}

.see-all .active a, .see-all a:hover {
    border-bottom: 1px solid #cc0000;
}




/*  2.0 Column > News (Other News Template)
    ---------------------------------------------------------------------------*/
#news {
    /*margin-top: 5vh;*/
    margin-bottom: 2vh;
}

#news .left {
    padding-left: 0;
}

#news .right {
    padding-right: 0;
}




aside .other-news {
}

aside .other-news li {
    font-size: 14px;
    line-height: 22px;
    padding: 0.5rem 0rem;
}

aside .other-news li:first-child {
    border-top: 0;
}

aside .other-news li a {
}


/*  2.0 Column > Alt News (Homepage)
    ---------------------------------------------------------------------------*/
.news {
}

.news .card {
    border: 0;
    /*margin-bottom: 5px;*/
    border-radius: 0rem;
    height: 125px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.news .card:last-child {
    border-bottom: 0;
}

.news .card a {
    /*padding: 5px;*/
    height: 100%;
}

.news .card a:hover {
    /*-webkit-box-shadow: 0px 0px 10px -1px rgba(150,150,150,.5);
                    -moz-box-shadow: 0px 0px 10px -1px rgba(150,150,150,.5);
                    box-shadow: 0px 0px 10px -1px rgba(150,150,150,.5);*/
    /*background-color: #cc0000;
                    color: white;*/
    background-color: #f8f9fa;
}

.news .card-img {
    overflow: hidden;
    width: 240px;
    padding: 3px;
    margin: 10px;
    border-radius: 0rem;
    border: 1px solid #e2e3df;
}

.news .card-img img {
    border-radius: 0;
    transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease;
}

.news .card a:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.news .card-body {
    padding: 10px;
    width: 120%;
}

.news .card-body .card-text {
    font-size: 16px;
    line-height: 1.3;
}

.news .card-body .card-text small {
    margin: 10px 0;
    display: block;
    font-size: 0.9em;
    color: #000 !important;
}
.news .card-body .card-text small:hover {
    color: gray;
}


/*  3.0 Column > Announcements (Homepage)
    ---------------------------------------------------------------------------*/
.announcements {
}

.announcements .list-group-item {
    height: 125px;
}

.announcements .list-group-item:first-child {
    border-top: none;
}

.announcements .list-group-item:last-child {
    border-bottom: none;
}

.announcements .list-group-item a h5 {
    font-size: 16px;
    line-height: 1.3;
}

.announcements .list-group-item:hover a h5 {
    color: #cc0000;
}

.announcements .list-group-item a small {
    margin-bottom: 6px;
}

.announcements .list-group-item a:hover small {
    color: gray;
}




/*  4.0 Column > Events (Homepage)
    ---------------------------------------------------------------------------*/
.events {
}

.events .list-group-item {
    height: 125px;
}

.events .list-group-item:first-child {
    border-top: none;
}

.events .list-group-item:last-child {
    border-bottom: none;
}

.events .list-group-item a h5 {
    font-size: 16px;
    line-height: 1.3;
}

.events .list-group-item:hover a h5 {
    color: #cc0000;
}

.events .list-group-item a small {
    margin-bottom: 5px;
}

.events .list-group-item a:hover small {
    color: gray;
}

/*  5.0 Event Overview Page > All Event Lists
    ---------------------------------------------------------------------------*/
.event-overview {
}

.event-overview li.list-item {
    margin-bottom: 20px;
    padding-top: 20px;
}


.event-overview li.list-item:nth-child(1) {
    border-top: 0px solid #efefef;
}

.event-overview li.list-item:nth-child(2) {
    border-top: 0px solid #efefef;
}

.event-overview li.list-item a {
    padding: 15px;
    transition: 0.3s;
}

.event-overview li.list-item a:hover {
    background-color: #eeeeee;
}

.event-overview li.list-item a:hover .date,
.event-overview li.list-item a:hover .place,
.event-overview li.list-item a:hover .summary {
    color: gray;
}

.event-overview li.list-item a .content h5 {
    height: 80px;
    font-size: 1em;
    line-height: 1.4em;
}





/*  x.xxx Quick Access
    ---------------------------------------------------------------------------*/

.quick-access {
}

.quick-access ul {
}

.quick-access ul li {
    position: relative;
    width: 170px;
    height: 135px;
    /*border: 1px solid #dfdfdf;*/
    margin-bottom: 15px;
    z-index: 9;
    /*margin-left: 5px;
            margin-right: 5px;*/
}

.quick-access ul li:first-child {
    /*margin-left: 0;*/
}

.quick-access ul li:last-child {
    /*margin-right: 0;*/
}

.quick-access ul li a {
    display: block;
    height: 100%;
}

.quick-access ul li a:hover {
    background-color: #ededed;
}

.quick-access ul li a .img-container {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    text-align: center;
}

.quick-access ul li a img {
    max-height: 44px;
    margin-top: 15px;
}

.quick-access ul li a span.text {
    display: block;
    position: absolute;
    /*margin-top: 20px;
                    margin-bottom: 15px;*/
    width: 100%;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    bottom: 0px;
    height: 50px;
}


/*  x.xxx Quick Link
    ---------------------------------------------------------------------------*/
.quick-link {
    position: relative;
}

.quick-link .swiper-container {
    width: 100%;
    height: 300px;
    /*border: 1px solid red;*/
}

.quick-link .swiper-quick-link {
    /*margin-top: -30px;*/
}

.quick-link .swiper-quick-link ul {
    /*justify-content: space-between;*/
    /*white-space: nowrap;*/
}

.quick-link .swiper-quick-link ul li {
    /*padding: 0 30px;*/
    /*width: 100%;*/
    /*margin-bottom: 15px;*/
    /*margin-left: 5px;
                margin-right: 5px;*/
}

.quick-link .swiper-quick-link ul li:first-child {
    /*margin-left: 0;*/
}

.quick-link .swiper-quick-link ul li:last-child {
    /*margin-right: 0;*/
}

.quick-link .swiper-quick-link ul li a {
    position: relative;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    will-change: color;
    /*height: 100%;*/
    /*border: 1px solid black;*/
}

.quick-link .swiper-quick-link ul li a:hover {
    opacity: 1;
    border: 1px solid #c5c9d0;
    /*border-radius: 50%;*/
    background-color: #ededed;
}

.quick-link .swiper-quick-link ul li a .image-wrap {
    position: relative;
    width: 80%;
    /*height: 80%;*/
    border-radius: 50%;
    /*border: 1px solid red;*/
    -webkit-transition: .3s;
    transition: .3s;
    will-change: opacity;
}

.quick-link .swiper-quick-link ul li a .image-wrap:hover {
    /*background: linear-gradient(to bottom,#b00807,#ed1c24);*/
    /*border: 1px solid #c5c9d0;
                            border-radius: 50%;*/
}

.quick-link .swiper-quick-link ul li a .image-wrap:before {
    content: '';
    padding-bottom: 100%;
    display: block;
}

/*.quick-link .swiper-quick-link  ul li a .image-wrap:after {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background: linear-gradient(to bottom,#b00807,#ed1c24);
                            opacity: 0;
                            -webkit-transition: .3s;
                            transition: .3s;
                            will-change: opacity;
                            border-radius: 50%;
                        }*/

.quick-link .swiper-quick-link ul li a .image-wrap img {
    position: absolute;
    /*left: 0;*/
    top: 80px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 130px;
    height: auto;
    opacity: 1;
    z-index: 6;
    padding: 20px;
    /*border: 1px solid blue;*/
}

.quick-link .swiper-quick-link ul li a .image-wrap img:after {
}

.quick-link .swiper-quick-link ul li a img:hover {
}


.quick-link .swiper-quick-link ul li a span.text {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    text-align: center;
}

.quick-link .swiper-quick-link ul li a .text span {
    display: block;
}

.quick-link .swiper-quick-link .swiper-pagination-quick-link {
    position: absolute;
    bottom: 10px;
    z-index: 9;
}
.quick-link .swiper-quick-link .swiper-button-prev {
    left: 45%;

}
.quick-link .swiper-quick-link .swiper-button-next {
    right: 45%;
}
.quick-link .swiper-quick-link .swiper-button-prev,
.quick-link .swiper-quick-link .swiper-button-next {
    bottom: 6px;
    margin-top: unset;
    top: unset;
}


/*  x.xxx News Overview
    ---------------------------------------------------------------------------*/
#news-list {
}

#news-list .card {
}

#news-list .card:hover .card-body,
#news-list .card:hover .card-body .card-title {
    background-color: #ededed;
    color: #cc0000;
}

#news-list .card .image-container {
    overflow: hidden;
    height: 180px;
}

#news-list .card .card-body {
    height: 180px;
    padding: 1rem;
}

#news-list .card .card-body .card-date {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 0.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #2e3543;
}

#news-list .card .card-body .card-desc:before {
    content: '|';
    margin: 0 10px;
}

#news-list .card .card-body .card-desc {
    font-size: 1rem;
    color: #626977;
    font-weight: 500;
}

#news-list .card .card-body .card-title {
    text-align: left;
    font-size: 0.8rem;
}

#news-list .card .card-body .card-photo-view {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.8rem;
}
#news-list .card .card-body .card-link {
    text-align: left;
    font-size: 0.8rem;
}


/*  x.xxx Photo Gallery
    ---------------------------------------------------------------------------*/
.news-photo-gallery {
}

.news-photo-gallery .card {
}

.news-photo-gallery .card:hover .card-body,
.news-photo-gallery .card:hover .card-body .card-title {
    background-color: #ededed;
    color: #cc0000;
}

.news-photo-gallery .card .image-container {
    overflow: hidden;
    height: 180px;
}

.news-photo-gallery .card .card-body {
    height: 200px;
    padding: 1rem;
}

.news-photo-gallery .card .card-body .card-date {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 0.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #2e3543;
}

.news-photo-gallery .card .card-body .card-desc:before {
    content: '|';
    margin: 0 10px;
}

.news-photo-gallery .card .card-body .card-desc {
    font-size: 1rem;
    color: #626977;
    font-weight: 500;
}

.news-photo-gallery .card .card-body .card-title {
    text-align: left;
    font-size: 0.9rem;
}

.news-photo-gallery .card .card-body .card-photo-view {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.8rem;
}


/*  x.xxx Video Gallery
    ---------------------------------------------------------------------------*/
.news-video-gallery {
}

.news-video-gallery .card {
}

.news-video-gallery .card:hover .card-body,
.news-video-gallery .card:hover .card-body .card-title {
    background-color: #ededed;
    color: #cc0000;
}

.news-video-gallery .card .image-container {
    overflow: hidden;
    height: 180px;
}

.news-video-gallery .card .card-body {
    height: 180px;
    padding: 1rem;
}

.news-video-gallery .card .card-body .card-date {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 0.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #2e3543;
}

.news-video-gallery .card .card-body .card-photo-desc:before {
    content: '|';
    margin: 0 10px;
}

.news-video-gallery .card .card-body .card-desc {
    font-size: 1rem;
    color: #626977;
    font-weight: 500;
}

.news-video-gallery .card .card-body .card-title {
    text-align: left;
    font-size: 0.9rem;
}

.news-video-gallery .card .card-body .card-video-view {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.8rem;
}


/*  x.xxx Message Gallery
    ---------------------------------------------------------------------------*/
.message-gallery {
}


.message-gallery .card-col:nth-child(2n+1) {
    /*padding-left: 0;*/
    padding-bottom: 30px
}

.message-gallery .card-col:nth-child(2n) {
    /*padding-right: 0;*/
    padding-bottom: 30px
}

.message-gallery .card {
    border-radius: 0;
}

.message-gallery .card:hover .card-body {
    background-color: #ededed;
}

.message-gallery .card .card-body {
    padding: 1rem;
}

.message-gallery .card .card-body div {
}

.message-gallery .card .card-body p {
    margin: 0px !important;
}


.message-gallery .card .card-body .card-date {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 0.8rem;
    color: #2e3543;
}

.message-gallery .card .card-body .card-text {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2rem;
    margin-top: 15px;
    color: #2e3543;
    text-align: left;
}

.message-gallery .card .card-body .card-link {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
}

.message-gallery .card .image-container {
    width: 245px;
}



/*  x.xxx Projects
    ---------------------------------------------------------------------------*/
.projects {
}

.projects h1 {
}

.projects p.description {
    border: 1px solid #d0d2d6;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f0f0f0;
}

.projects .masonry-grid {
}

.projects .masonry-grid-item {
}

.projects .masonry-grid-item div > div:nth-child(1) {
    padding-left: 0;
}

.projects .masonry-grid-item div > div:nth-child(2) {
    padding-right: 0;
}

.projects .masonry-grid-item div > div:nth-child(3) {
    padding: 0;
}

/*  x.xxx Demostration
    ---------------------------------------------------------------------------*/

.demostration .swiper-button-next {
    right: 15px;
    padding: 20px;
    /*background-color: white;*/
}

.demostration .swiper-button-prev {
    right: 15px;
    padding: 20px;
    /*background-color: white;*/
}

.demostration .swiper-button-prev,
.demostration .swiper-button-next {
    width: 20px;
    height: 40px;
    margin-top: -30px;
    cursor: pointer;
    background-size: 20px 40px;
    background-position: center;
    background-repeat: no-repeat;
    /*border-radius: 50%;
    border: 2px solid red;*/
}


/*  x.xxx Video
    ---------------------------------------------------------------------------*/
.video {
    position: relative;
}

.video .container {
    position: relative;
}

.video ul {
    position: absolute;
    top: 72px;
    right: 15px;
}

.video ul li {
    position: relative;
}

.video ul.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.video ul.nav-tabs .nav-link {
    font-size: 14px;
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    padding: 0.3rem 0.5rem;
    text-align: center;
}

.video ul.nav-tabs .nav-link.active,
.video ul.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #cc0000;
    border-color: transparent;
}

.video ul li a.active:after {
    /*
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #cc0000;
        content: " ";
        position: absolute;
        bottom: -8px;
        left: 42%;
        */
    color: #222222;
    content: "";
    position: absolute;
    bottom: -9px;
    left: calc(50% - 10px);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #cc0000 transparent;
    display: block;
    width: 0;
}

.video .tab-content .tab-pane h5 {
    font-size: 14px;
    margin-top: 0.5rem;
}



.block-hover_zoom-v1 {
    -webkit-transform: scale(1.01);
}

.video .player {
    margin-top: 15px;
}

.video .player:hover .video-content h5 {
    color: #cc0000;
}

.video .player:hover .video-content {
    background-color: #f0f0f0;
}



.video .player a {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.bg-overlay {
    position: relative;
}

.bg-overlay::before,
.bg-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-white-gradient-opacity-v1--after::after {
    /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);*/
    /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 18%,rgba(0,0,0,0.42) 36%,rgba(0,0,0,0.85) 70%,rgba(0,0,0,0.95) 87%,rgba(0,0,0,1) 100%);*/
    background-repeat: repeat-x;
}


.video-player_btn:hover .video-player_icon::before,
.video-player_btn:focus .video-player_icon::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.video .tab-content .tab-pane div.player .video-player_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
}

.video .tab-content .tab-pane div.player .video-player_icon::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    transition: 0.4s;
}

.video .tab-content .tab-pane div.player .video-player_icon-inner {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video figure {
    margin: 0;
    overflow: hidden;
}

.video .video-content {
    border: 1px solid #f0f0f0;
    transition: 0.3s;
    padding: 15px;
    height: 105px;
    overflow: hidden;
}

.video .video-content h5 {
    font-weight: 400;
    line-height: 1.4rem;
    font-size: 15px;
}




.video-player_btn:hover .video-player_icon::before,
.video-player_btn:focus .video-player_icon::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.video div.player .video-player_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
}

.video div.player .video-player_icon::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    transition: 0.4s;
}

.video div.player .video-player_icon-inner {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.htabs-controller {
    /*border: 1px solid red;*/

    position: absolute;
    right: 15px;
    top: 60px;
}
.htabs-container {
    /*border: 1px solid red;*/
    /*width: 80%;*/
    height: 50px;
    position: absolute;
    top: 61px;
    right: 0px;
}
.caroufredsel_wrapper {
    bottom: unset !important;
    top: unset !important;
    height: 50px !important;
    right: 50px !important;
    left: unset !important;

    /*border: 1px solid green;*/
}
.h-carouFredSel {

}
.h-carouFredSel .nav-item {
    width: 170px;
}














/*  x.xxx Eski Bakanlar - Müsteşarları
    ---------------------------------------------------------------------------*/

.box {
    width: 100%;
    border: 1px dotted #e7e7e7;
    background-color: rgba(235,235,235,0.25);
    margin-top: 15px;
    margin-bottom: 15px;
}

.box span.title {
    font-weight: 400;
    font-size: 18px;
    color: #555;
    display: block;
    padding: 10px;
}

.box span.notes {
    font-weight: 400;
    font-size: 14px;
    color: #555;
    display: block;
    padding-left: 10px;
}

.dashed-box {
    width: 180px;
    height: 300px;
    border: 1px dotted #d3d3d3;
    margin: 15px 0px;
}

.eskiBakanFoto {
    border: 5px solid #e7e7e7;
    width: 100px;
    height: 130px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.eskiBakanAdSoyadUnvan {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dotted #e7e7e7;
}

.gorevYillari {
    font-weight: 300;
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}



/*  x.0 Contact Page
    ---------------------------------------------------------------------------*/
.gray-box {
    width: 100%;
    border: 1px dotted #e7e7e7;
    background-color: rgba(235,235,235,0.25);
    margin: 15px 0;
    padding: 15px 15px;
}

.gray-box h3 {
    font-weight: 600;
    border-bottom: 1px solid #e3e9ee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.gray-box h5 {
    font-size: 14px;
    font-weight: 500;
}



/*	Yurtdışı Teşkilatları Tablosu
    CSS Kodları Başladı.
    ------------------------------------------------------------------------------*/
#accordion {
}

#accordion .accordion-button {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ededed;
    font-weight: 600;
    font-size: 14px;
    color: #525b6e;
    cursor: pointer;
}

#accordion div[aria-expanded="true"] {
    background-color: #ededed;
}

#accordion .table {
    margin-bottom: 0rem;
}

#accordion .collapse > table {
    margin-bottom: 1rem;
    border-top: 1px solid #dee2e6;
}

#accordion .collapse > table:first-child {
    border-top: 0px solid #dee2e6;
}

#accordion .table td,
#accordion .table th {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 14px;
}

#accordion table tr td:nth-child(1) {
    width: 30%;
    font-size: 14px;
}

#accordion table tr td:nth-child(2) {
    width: 40%;
    font-size: 14px;
}

#accordion table tr td:nth-child(3) {
    width: 30%;
    font-size: 14px;
}

#accordion .contact-information > tbody > tr:first-child > td {
    border: none;
}

/*	Taşra Teşkilatları Tablosu
    CSS Kodları Başladı.
    ------------------------------------------------------------------------------*/

#accordion div span {
    display: block !important;
}

#accordion .city {
    font-size: 1rem;
    font-weight: 600;
}

#accordion .title {
    font-size: 0.9rem;
    font-weight: 500;
}


#accordion .address:before {
    content: 'Adres :';
    font-size: 0.9rem;
    display: block;
}

#accordion .phone:before {
    content: 'Telefon :';
    font-size: 0.9rem;
    display: block;
}

#accordion .fax:before {
    content: 'Faks :';
    font-size: 0.9rem;
    display: block;
}

#accordion .address {
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 10px;
    border-bottom: 1px solid #ededed;
}

#accordion .phone {
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 10px;
    border-bottom: 1px solid #ededed;
}

#accordion .fax {
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 10px;
}





















/*  x.0 Announcements
    ---------------------------------------------------------------------------*/
#anouncements {
    /*margin-top: 5vh;*/
    margin-bottom: 2vh;
}

#anouncements .left {
    padding-left: 0;
}

#anouncements .right {
    padding-right: 0;
}

#anouncements .right #anouncements-list {
}



.overview {
    position: relative;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 60px;
}

.overview .announcement-col {
    height: 25vh;
    overflow: hidden;
    /*border: 1px dashed #babbbc;*/
    /*border-right: 1px dashed #babbbc;
        border-bottom: 1px dashed #babbbc;*/
    padding: 0;
}

.overview .announcement-col a {
    height: 100%;
}

.overview .announcement-col a:hover {
    background-color: #efefef;
}

.overview .announcement-col:nth-child(odd) {
}

.overview .announcement-col:nth-child(even) {
}

/*.overview .announcement-col:nth-child(2) {
            border-top: 1px dashed #babbbc;
        }

        .overview .announcement-col:last-child {
            border-bottom: 1px dashed #babbbc;
        }*/



.overview .announcement-col a .left-side {
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 15px 0 15px 15px;
    /*margin: 10px;*/
    /*border: 1px solid red;*/
}

.overview .announcement-col a .left-side .date {
    width: 100%;
    color: #999999;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #b8b8b8;
    padding-right: 10px;
}

.overview .announcement-col a .left-side .date span.day {
    display: block;
    font: 700 42px 'Roboto Slab', sans-serif;
    line-height: 36px;
}

.overview .announcement-col a .left-side .date span.moon {
    display: block;
    font: 400 12px 'Roboto Slab', sans-serif;
    line-height: 24px;
    margin-top: 5px;
}

.overview .announcement-col a .left-side .date span.year {
    display: block;
    font: 400 14px 'Roboto Slab', sans-serif;
    line-height: 24px;
}


.overview .announcement-col a .right-side {
    height: 100%;
    /*margin: 10px;*/
    padding: 15px;
    color: #000;
}

.overview .announcement-col a .right-side .content {
    /*border: 1px solid red;*/
}

.overview .announcement-col a .right-side .content .title {
    /*font: 400 1em 'Oswald', sans-serif;*/
    line-height: 24px;
    text-transform: uppercase;
}

.overview .announcement-col a .right-side .content .summary {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1em;
    line-height: 1em;
    margin-top: 10px;
}

.overview .announcement-col a .right-side .content .place {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 0.8em;
    line-height: 1em;
    margin-top: 10px;
}

aside .other-announcements {
}

aside .other-announcements li {
    font-size: 14px;
    line-height: 22px;
    padding: 0.5rem 0rem;
}

aside .other-announcements li:first-child {
    border-top: 0;
}

aside .other-announcements li a {
}






/*  6.0 App Content
    ---------------------------------------------------------------------------*/
.e-devlet {
    position: relative;
}
.e-devlet .swiper-container-apps {
    height: 380px;
}

.e-devlet .app-content {
    color: gray;
    padding-top: 2rem !important;
    padding-bottom: 3.5rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease;
    transition-delay: 0s;
    cursor: pointer;
    height: 310px;
    border-color: #fff;
}

.e-devlet .app-content:hover {
    background-color: rgb(241, 241, 241);
    color: #333;
    border: 1px solid #ddd !important;
}

.e-devlet .app-content .app-name {
    font-weight: 400 !important;
    line-height: 1.4;
}

.e-devlet .app-content .app-description {
}

.e-devlet .app-content .app-link {
    font-size: 13px;
    font-weight: 500;
    /*font-family: 'Barlow', Times, serif;*/
}

.e-devlet .app-content:hover .app-link {
    color: #cc0000;
    font-weight: 600;
    text-decoration: none;
}



.e-devlet .swiper-container-apps .swiper-slide {
}

.e-devlet .swiper-container-apps .swiper-slide p {
    display: none;
}

.e-devlet .swiper-container-apps .swiper-slide:hover p {
}

.e-devlet .swiper-pagination-fraction {
    bottom: 5px;
    left: 60px;
    width: auto;
    color: #c3c3c3;
}

.e-devlet .swiper-pagination-fraction,
.e-devlet .swiper-pagination-custom,
.e-devlet .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
    left: 50%;
    width: 100%;
    position: relative;
}

.e-devlet .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cc0000;
}

.e-devlet .swiper-container-apps .swiper-pagination-apps {
    position: absolute;
    bottom: 10px;
    z-index: 9;

}

.e-devlet .swiper-container-apps .swiper-button-prev {
    left: 45%;
}

.e-devlet .swiper-container-apps .swiper-button-next {
    right: 45%;
}

.e-devlet .swiper-container-apps .swiper-button-prev,
.e-devlet .swiper-container-apps .swiper-button-next {
    bottom: 6px;
    margin-top: unset;
    top: unset;
}








/*  0.1 Content > Left Side (aside) Nested Accordion Navigaiton
    ---------------------------------------------------------------------------*/
aside {
    width: 100%;
    /*height: 100%;*/
    background-color: white;
    padding: 40px 15px;
    /*border-bottom-left-radius: 6px;*/
    /*border-bottom-right-radius: 6px;*/
}

aside .list-group .list-group-item {
    padding: 0.75rem 0rem;
}

aside .list-group .list-group-item.active {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.125);
}

aside .list-group .list-group-item a.active {
    color: #cc0000;
}

aside h1 {
    font-size: 24px;
    font-weight: 700;
    /*margin: 0.5rem;*/
}

aside .title {
}



/* Headline for Content Pages */
aside .headline {
    display: block;
    margin: 0px 0px 25px 0px;
    border-bottom: 2px solid #e21e25;
}

aside .headline h2 {
    line-height: 30px;
    font-size: 18px;
    color: #000;
}

aside .headline h2 strong {
    display: block;
    font-size: 22px;
}

aside .headline h2,
aside .headline h3,
aside .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #e21e25
}

/* Headline for Home Page */
.headline {
    display: block;
    margin: 0px 0px 25px 0px;
    border-bottom: 1px solid #e21e25;
}

.headline h2 {
    line-height: 30px;
    font-size: 18px;
    color: #818181;
}

.headline h2 strong {
    display: block;
    font-size: 22px;
}

.headline h2,
.headline h3,
.headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 3px solid #ff0000;
}



/*  Semantic UI
    ---------------------------------------------------------------------------*/
aside ui.accordion .accordion .item > i.icon {
    width: 1.18em;
    float: right;
    margin: 0em 0em 0em 0.5em;
}

.ui.accordion .accordion {
    margin: 0;
    padding: 0;
}

.ui.accordion .accordion .active.title a {
    color: #cc0000;
}

.ui.accordion .level.title a {
    color: #cc0000 !important;
}

.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .title ~ .content:not(.ui) {
    padding: 0 0 0 15px;
}

/*  IconMoon App for Accordion Navigation
    ---------------------------------------------------------------------------*/

.icon {
    float: right;
    font-size: 1.1rem;
}

.icon.icon-chevron:before {
    content: "\e62a";
}

.active > .icon.icon-chevron:before {
    content: "\e628";
}


.icon.icon-plus:before {
    content: "\e6f7";
}

.active > .icon.icon-plus:before {
    content: "\e6e3";
}

.icon.icon-download:before {
    content: "\e916";
}

.icon.icon-link:before {
    content: "\e917";
}


/*  0.2 Content > Right Side
    ---------------------------------------------------------------------------*/
article {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 30px 15px;
    position: relative;
    /*border-bottom-left-radius: 6px;*/
    /*border-bottom-right-radius: 6px;*/
}

article .pager {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 10px 0;
}

article .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #222;
    background-color: transparent;
    border: 0;
}

article .page-link:hover {
    z-index: 2;
    color: #222;
    text-decoration: none;
    background-color: transparent;
}

article .page-link .fa {
    font-size: 16px;
}

article .page-link .fa-angle-left {
    margin-right: 10px
}

article .page-link .fa-angle-right {
    margin-left: 10px
}


article .date-place {
    margin: 15px 0;
    padding: 0px 15px;
    height: 40px;
    background-color: rgba(226, 227, 223, 0.25);
    line-height: 2.4em;
}






article .breadcrumb {
    /*position: absolute;*/
    /*padding: 0.75rem 0rem;*/
    padding: 0;
    /*top: 0;*/
    background-color: transparent;
}



article h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

article content {
    display: block;
    width: 100%;
    /*height: 100%;*/
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
}

article content h1,
article content h2,
article content h3,
article content h4,
article content h5,
article content h6 {
    margin-bottom: 1em;
    text-align: justify;
}


article content p {
    margin-bottom: 1em;
    text-align: justify;
}

article content h1 {
    font-size: 2em;
    font-weight: 700;
    margin: 36px 0;
}



article content .row {
    padding: 0 15px;
}

article content .row .title {
    font-size: 0.8em;
    font-weight: 700;
    padding: 15px 0 15px 0;
    text-transform: uppercase;
}

article content .row .content {
    font-size: 1em;
    text-align: justify;
    padding: 15px 0 15px 0;
}

article content .row .content p {
    margin: 0 0 15px 0;
    line-height: 1.5em;
}






article .font-size-switcher .dec, article .font-size-switcher .reset, article .font-size-switcher .inc {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    display: table;
    text-align: center;
}

article .font-size-switcher a {
    display: block;
    height: 100%;
}

article .font-size-switcher .inc {
    margin-left: 15px;
}

article .font-size-switcher .reset {
    margin-left: 15px;
}

/*article .font-size-switcher .dec:before, article .font-size-switcher .reset:before, article .font-size-switcher .inc:before {
            content: '';
            background-color: #626976;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 2px;
        }*/

article .font-size-switcher .dec > a span,
article .font-size-switcher .reset > a span,
article .font-size-switcher .inc > a span {
    position: relative;
    z-index: 2;
}





article .share {
}

article .share span {
    line-height: 2em;
}

article .share .ssk {
    margin-right: 10px;
    padding: 8px
}

article .share .ssk:before {
    font-size: 18px;
    color: white;
}

/* Article Announcement Documents  */
article .announcement-documents {
}

article .announcement-documents h5 {
    color: #cc0000;
    font-weight: 700;
}

article .announcement-documents ul.list-group li.list-group-item {
    padding: 0.75rem 0.25rem;
}

.ui.styled.accordion .accordion .active.title a {
    color: #cc0000;
}




.col-combine {
    background: white;
    /*margin: 0 0px;*/
    border-top: 1px solid #efefef;
}

.col-right-border {
    border-right: 1px solid #efefef;
}


.table-birim-amirleri {
    font-size: 0.8em;
}

.table {
    font-size: 14px;
}

.table thead th {
    background-color: #e2e3df;
    border-bottom: 1px solid #e2e3df;
    font-size: 1em;
    font-weight: 700;
}






ul.media-list {
    padding: 0;
    margin: 0;
    /*height: 100%;*/
}

ul.media-list li.media {
    padding: 0;
    margin: 15px 0;
}

ul.media-list li.media a:hover {
    /*background-color: white;*/
}

ul.media-list li.media a:hover .media-thumbnail {
    /*outline: 3px solid #cc0000;*/
}

ul.media-list li.media a .media-thumbnail {
    overflow: hidden;
}



ul.media-list li.media a img {
    transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease;
}

ul.media-list li.media a:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    /*outline: 3px solid #cc0000;*/
}




ul.media-list li.media:last-child {
    border-bottom: none;
}

ul.media-list li.media .media-body {
    padding: 10px;
}

ul.media-list li.media .media-body .media-heading {
    margin: 0;
    /*font-family: "Barlow Semi Condensed", sans-serif;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: #323845;
}

ul.media-list li.media .media-body .media-date {
    margin: 10px 0;
    /*font-family: "Barlow Semi Condensed", sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #626976;
}

.grey-box .accordion-content ul {
    padding: 0px 0px;
}

.grey-box .accordion-content ul li {
    border: 1px solid #eee;
    padding: 10px 10px;
    margin: 20px 0;
    list-style-type: none !important;
    font-family: 'Oswald', sans-serif;
}



/*  0.4 Accordion Content
    ---------------------------------------------------------------------------*/

#accordion {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.accordionButton {
    background: #fafbfc url(../../images/accordion_arrow.png) center right no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
    /*float:left;*/
    display: table;
    padding: 10px 0 10px 10px;
    margin: -1px 0 5px 0;
    border: 1px solid #ececec;
}

.accordionButton p {
    margin: 0;
    padding: 0;
    line-height: 18px;
    display: block;
    width: 95%;
    color: #38599B;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 400;
    font-size: 11pt;
    line-height: 1.5em;
    color: #5d5d5d;
}

.accordionContent {
    width: 100%;
    color: #333;
    line-height: 1.75em;
    /* font-family: Open-Sans, sans-serif; */
    text-align: left;
    font-size: 11pt;
    _float: none; /* Float works in all browsers but IE6 */
    padding: 0px 10px;
    margin: 15px 0px;
}

.FAQ-paragrafAltBaslik {
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 400;
    font-size: 12pt;
    line-height: 1.5em;
    color: #555 !important;
    background-color: rgba(100,100,100,0.5);
    padding-left: 15px;
    line-height: 36px !important;
}


/*  0.4 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
    ---------------------------------------------------------------------------*/

.on {
    background: #f5f5f5 url(../../images/accordion_arrowOver.png) center right no-repeat;
    background-repeat: no-repeat;
    color: #fe0001;
    cursor: pointer;
    /*font-size: 14px;*/
}

.over {
    background: #f5f5f5 url(../../images/accordion_arrowOver.png) center right no-repeat;
    background-repeat: no-repeat;
    color: #fe0001;
    cursor: pointer;
    /*font-size: 14px;*/
}





/*  0.4 FAQ Page > Search Form
    ---------------------------------------------------------------------------*/


.section {
    position: relative;
}

.section-title {
    /*margin-top: 30px;*/
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 0;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.section-title.title {
    margin-bottom: 45px;
}

.section-title:before {
    background-color: #e21e26;
}

.section-title:before, .section-title:after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
}

section-title:before {
    width: 50px;
    z-index: 1;
}

.section-title:after {
    right: 0;
    background-color: #e21e26;
}


.section-title:before {
    width: 50px;
    z-index: 1;
}

.section-title:after {
    right: 0;
    background-color: #e21e26;
}

.section-title:before,
.section-title:after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 1px;
}


.see-all {
    position: absolute;
    top: 38px;
    right: 0;
}

.see-all a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    color: #525b6e;
    border-bottom: 2px solid transparent;
}

.section > .see-all {
    visibility: hidden;
}

.section:hover > .see-all {
    visibility: visible;
}

.see-all .active a, .see-all a:hover {
    border-bottom: 1px solid #cc0000;
}





/*  0.5 Social Media Feeds > Instagraö
    ---------------------------------------------------------------------------*/

section.socialmedia .feed .item {
    -webkit-transition: filter .3s;
    transition: filter .3s;
    will-change: filter;
    /*-webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,.05));
        filter: drop-shadow(0 1px 5px rgba(0,0,0,.05));*/
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    /*height: 100%;*/
    /*border: 1px solid #efefef;*/
}

section.socialmedia .feed .item:hover {
    /*-webkit-filter: drop-shadow(0 1px 13px rgba(0,0,0,.3));
            filter: drop-shadow(0 1px 13px rgba(0,0,0,.3))*/
}

/*section.socialmedia .feed .item .image-wrap {
        position: relative;
        background-color: #e3e3e3;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }*/

section.socialmedia .feed .item .image-wrap:before {
    content: '';
    /*padding-top: 100%;*/
    display: block
}

section.socialmedia .feed .item .image-wrap .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 266px;
    height: 100%;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

section.socialmedia .feed .item .content-wrap {
    background-color: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
}

section.socialmedia .feed .item .content-wrap .content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #efefef;
    padding-top: 15px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    /*font-family: "Barlow Semi Condensed", sans-serif;*/
}

section.socialmedia .feed .item .content-wrap a {
    color: #0071c7
}

section.socialmedia .feed .item .content-wrap strong {
    font-weight: 600;
    font-size: 18px;
    color: #2e3543
}

section.socialmedia .feed .item .footer {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.socialmedia .feed .item .footer .fav {
    color: #010101;
    font-weight: 600;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 13px;
}

section.socialmedia .feed .item .footer .date {
    color: #737373;
    font-size: 13px;
    font-weight: 600;
    font-family: "Barlow Semi Condensed", sans-serif;
}




/*  BUTTONS
    ---------------------------------------------------------------------------*/



/*  TABS
    ---------------------------------------------------------------------------*/



/*  LISTS
    ---------------------------------------------------------------------------*/

/*Publishing Donwload List Group*/
.publishing-list .list-group .list-group-item {
    background-color: #fff;
    border-bottom: 1px solid rgb(238, 238, 238);
    border-top: 1px solid rgb(238, 238, 238);
}

.publishing-list .list-group .list-group-item:hover {
    background-color: #ececec;
}

.publishing-list .list-group .list-group-item a {
    color: rgb(51, 51, 51);
    font-weight: 500;
    /*background-color: rgb(238, 238, 238);*/
    width: 100%;
    padding: 15px 0px;
    display: block;
}

.publishing-list .list-group .list-group-item a .svg {
    width: 25px;
    height: 35px;
    margin-right: 20px;
}

.publishing-list .list-group .list-group-item a .text {
    font-size: 14px;
    padding-top: 7px;
}

.publishing-list .list-group .list-group-item a:hover {
    text-decoration: none;
}

.publishing-list .list-group .list-group-item a .icon {
    font-size: 1.3em;
    color: #9c9c9c;
    padding-top: 6px;
}

/*  TABLES
    ---------------------------------------------------------------------------*/



/*  FORMS
    ---------------------------------------------------------------------------*/



/*  BREADCRUMB
    ---------------------------------------------------------------------------*/



/*  FILTRATION
    ---------------------------------------------------------------------------*/



/*  PAGINATION
    ---------------------------------------------------------------------------*/



/*  FOOTER
    ---------------------------------------------------------------------------*/

footer {
    /*background-color: rgb(28, 34, 46);*/
    /*background-color: rgb(202, 202, 202);
        color: rgb(132, 138, 154);*/
    /*margin-top: 170px;*/
}

footer section:nth-child(1) {
    /*padding: 8vh 0;*/
}

footer section:nth-child(2) {
    padding-bottom: 2vh;
}

footer section:nth-child(3) {
    padding-bottom: 0vh;
}

footer section:nth-child(4) {
    margin-top: 2vh;
    padding-bottom: 8vh;
    border-top: 5px solid #cc0000;
}



footer section .item a:before {
    content: '';
    padding-bottom: 100%;
    display: block;
}

footer section .item a {
    display: block;
    text-align: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    will-change: color;
    /*border: 1px solid rgba(98,105,119,.3);*/
    height: 100%;
    color: gray;
}

footer section .item a .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer section .item a .image-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin: 12px;
}

footer section .item a .text.desktop {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    line-height: 1.4;
    height: 30px;
    /*overflow: hidden;*/
}

footer section .item a .text span {
    display: block;
}

footer section .item a svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}




footer .image-wrap .svg-image img {
    width: 75% !important;
}

footer section .item a .text.desktop {
    display: none;
}

footer section .item a .text.mobile {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    line-height: 1.4;
    height: 30px;
}




footer section .item a svg, .footer section .item a svg polygon, footer section .item a svg circle {
    -webkit-transition: .3s;
    transition: .3s;
    will-change: fill;
    /*fill: #626977 !important;*/
}

footer section .item:hover svg path, footer section .item a:hover {
    /*fill: white !important;
                color: white;*/
}








footer section .addresses-col .header .title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px 0;
}

footer section .addresses-col .header .desc {
    max-width: 100%;
    margin-bottom: 15px;
}

footer section .newsletter-col .header .title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px 0;
}

footer section .newsletter-col .header .desc {
    max-width: 100%;
    margin-bottom: 15px;
}




footer section .wrapper {
    border-top: 1px solid rgba(98,105,119,.3);
    padding: 15px 0;
}


footer section .ministry ul li {
    margin: 0;
    padding: 0px 10px;
    border-right: 1px solid gray;
}

footer section .ministry ul li.list-inline-item:not(:last-child) {
    margin-right: 0;
}

footer section .ministry ul li.list-inline-item:last-child {
    border-right: 0px solid gray;
}

footer section .ministry ul li a {
    color: gray;
    text-decoration: none;
}

footer section .ministry ul li a:hover {
    color: #cc0000;
}




footer .logo-link {
    margin-top: 30px;
}

footer .logo-link ul {
}

footer .logo-link ul li {
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #b2b2b2;
}

footer .logo-link ul li:first-child {
    border-left: 0;
}

footer .logo-link ul li:last-child {
    padding-right: 0px;
}










/*  SITEMAP
    ---------------------------------------------------------------------------*/






/*  Search Result
    ---------------------------------------------------------------------------*/

#search-result {
    /*position: absolute;*/
    background: #fff;
    list-style: none;
    min-width: 260px;
    font-size: 13px;
    top: -30px;
    left: 5px;
    margin: 0;
    padding: 10px 5px;
    border: 1px solid #d1d1d1;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    z-index: 9999;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#search-result:before {
    /*border-color: transparent transparent #ccc;
            border-style: solid;
            border-width: 12px;
            content: "";
            height: 0;
            left: 40px;
            position: absolute;
            top: -25px;
            width: 0;*/
}

#search-result:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: -24px;
    width: 0;
    z-index: 999;
}

#search-result li {
    margin: 0;
}

#search-result li.standard a:before,
#search-result li.video a:before,
#search-result li.faq a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 10px;
}

#search-result li.standard a:before {
    content: "\f0f6";
}

#search-result li.video a:before {
    content: "\f008";
    font-size: 12px;
}

#search-result li.faq a:before {
    content: "\f059";
}

#search-result li:last-child {
    margin: 0;
}

#search-result a {
    display: block;
    color: #444;
    line-height: 1.4;
    padding: 5px 10px 5px 32px;
    position: relative;
}

#search-result a:hover {
    text-decoration: none;
    background: #F5F5F5;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
}

#search-result img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#search-result .nothing-here {
    padding: 0 5px;
}

#jquery-live-search {
    overflow: visible !important;
}


.mevzuat-section {
    display: none;
}

.logo-mobile {
    display: none;
}


.cagri-merkezleri-mobile {
    display: none;
}



/*  Twitter Card Widget
    ---------------------------------------------------------------------------*/
twitterwidget {
    width: 100% !important;
}

.EmbeddedTweet {
    max-width: 100% !important;
    border-radius: 0px !important;
}

.EmbeddedTweet--mediaForward .EmbeddedTweet-tweet {
    border: 0px !important;
    border-width: 0 1px 1px;
    border-radius: 0 0 0 0;
}

blockquote.twitter-tweet {
    display: inline-block;
    font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    border-color: #eee #ddd #bbb;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 10px 5px;
    padding: 0 16px 16px 16px;
    max-width: 468px;
}

blockquote.twitter-tweet p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

blockquote.twitter-tweet a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
    text-decoration: underline;
}




/*.vertical {
    display: flex;
    flex-direction: column;
}

.horizontal {
    display: flex;
    flex-direction: row;
}

.card {
    font-family: "Barlow Semi Condensed", sans-serif;
    border-radius: 0;
    border: 0;
    background-color: #eaeaea;
    margin-bottom: 30px;
}

    .card .img-container {
    }*/


.v-pills-tab {

}

.vtabs .card {
    /*font-family: "Barlow Semi Condensed", sans-serif;*/
    border-radius: 0;
    border: 0;
    background-color: #eaeaea;
    margin-bottom: 30px;
}

.vtabs .card .video {
    position: relative;
}

.vtabs .card a.video {
    text-decoration: none;
    /*font-family: "Barlow Semi Condensed", sans-serif;*/
}

.vtabs .card .video:hover .video-player_icon::before,
.vtabs .card .video:focus .video-player_icon::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.vtabs .card .video .video-player_container {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vtabs .card .video .video-player_container .video-player_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
}

.vtabs .card .video .video-player_container .video-player_icon::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    transition: 0.4s;
}

.vtabs .card .video .video-player_container .video-player_icon span {
    color: rgba(255, 0, 0, 0.70);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vtabs .card .video .card-body {
    height: 90px;
}

.vtabs .card .video .card-body .card-text {
    color: #000;
    line-height: 1rem;
    font-size: 0.9em;
}

.vtabs .card .video:hover .card-body .card-text {
    color: #e21e26;
    font-weight: 500;
}


.vtabs .card-title {
    border: 1px solid #cecece;
    padding: 10px;
    background-color: white;
}

.vtabs .card-title h6 a {
    text-decoration: none;
    color: gray;
}



.v-pils-column-left {
    /*padding-right: 0;*/
}

.v-pils-column-right {
    /*padding-left: 0;*/
}

.v-pils-column-right #v-pills-tabContent {
    padding: 0px 15px;
    background-color: white;
    /*height: 120%;*/
    /*border: 1px solid #cacaca;*/
    /*margin-top: 15px;*/
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #525252;
    background-color: white;
    /*border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    line-height: 1.2rem;
    z-index: 1;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #e21e26;
    /*background: #e21e26;*/
}

.nav-pills .nav-link {
    border-radius: 0rem;
    color: gray;
    line-height: 1.2rem;
}


.nav-pills .nav-link:hover {
    /*color: #e21e26;*/
}



#v-pills-tabContent .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}



.v-pils-column-left .vtabs-controller.top {
    text-align: center;
    border-bottom: 1px solid red;
}

.v-pils-column-left .vtabs-controller.bottom {
    text-align: center;
    border-top: 1px solid red;
}

.v-pils-column-left a.next,
.v-pils-column-left a.prev {
    background: #e21e26;
    padding: 0px 6px;
    border-radius: 0px;
    color: white;
}


/*.vtabs {
    height: 400px;
}
    .vtabs .swiper-pagination-vtabs {
        position: absolute;
        bottom: 0px;
        z-index: 9;
    }
    .vtabs .swiper-button-prev {
        left: 45%;
    }

    .vtabs .swiper-button-next {
        right: 45%;
    }

    .vtabs .swiper-button-next,
    .vtabs .swiper-button-prev {
        bottom: 6px;
        margin-top: unset;
        top: unset;
    }*/

.vtabs .swiper-button-next,
.vtabs .swiper-button-prev {
    border: 0px solid red;
    background-color: rgba(255, 255, 255, 0.25);
}




/*  Responsive
    ---------------------------------------------------------------------------*/
@media only screen and (max-device-width: 320px) {
    header ul.social li a {
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
    }
    header .today {
        font-size: 0.6rem;
    }
    .mask {
        display: none !important;
    }
    .cagri-merkezleri {
        display: none;
    }
    .homepageSlider .controlContainer {
        position: relative;
        bottom: 0;
    }
    .homepageSlider .controlContainer i.fa-3x {
        font-size: 2em !important;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }
    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 0px 0px;
    }
    .homepageSlider .sliderImage {
        height: unset !important;
    }
    .homepageSlider .sliderDescription .sliderHead {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        border-left: 2px solid #3c3c3c;
    }
    .homepageSlider .sliderDescription p {
        font-size: 0.8rem;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: left;
        padding: 0;
    }
    .homepageSlider .sliderDescription ul.sliderVideo li {
        border: none;
        padding: 5px 5px;
    }
    .homepageSlider .sliderDescription ul.sliderVideo li a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }
    .homepageSlider .swiper-pagination-fraction {
        bottom: 5px;
        left: 5px;
        width: auto;

    }

    .logo img {
        width: 25% !important;
    }

    .main-header .logo {
        top: 76px !important;
        width: 100%;
    }




    .main-header .logo .logo-text {
        top: 20px;
        left: 90px !important;
        width: 225px !important;
    }

    .main-header .logo .logo-text .logo-text-ministry {
        font-size: 0.8em;
        letter-spacing: 0.04em;
        line-height: 1.1em;
    }

    .main-header .logo .logo-text .logo-text-department {
        font-size: 0.5em;
    }

    /*
     Ministry Logo with Text
    */

    .main-header .logo-ministry {
        top: 75px !important;
        width: 100%;
    }

    .logo-text-main {
        top: 25px !important;
        left: 90px !important;
        width: 220px !important;
    }

    .logo-text-main .logo-text-ministry {
        font-size: 0.8em !important;
        font-weight: 700;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        line-height: 1.1em;
    }

    .header-buttons {
        top: 50px !important;
        right: 5% !important;
    }






    .main-header .department-navbar {
        position: relative;
    }
    .main-header .department-navbar .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;

        padding: 0;
        border-color: transparent;
    }

    .department-navbar ul.navbar-nav {
        padding: 0 !important;
        background-color: #ed232a;
    }
    .department-navbar ul.navbar-nav li.nav-item {
        padding-left: 15px;
        padding-right: 15px;
        display: block !important;
    }

    .department-navbar ul.navbar-nav li.nav-item a.nav-link {
        height: 30px !important;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        color: #fff !important;
        font-size: 0.9em;
    }
    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu {
    }
    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu a {
        font-size: 0.7em;
    }


    .presentations {
        height: 240px !important;
    }
    .presentations .swiper-button-prev,
    .presentations .swiper-button-next {
        top: 60% !important;
    }
}


@media only screen and (min-device-width: 321px) and (max-device-width: 375px) {
    .logo-text-main {
        top: 30px !important;
        left: 105px !important;
        width: 220px !important;
    }

    .logo-text-main .logo-text-ministry {
        font-size: 0.9em !important;

    }

    .header-buttons {
        top: 50px !important;
        right: 5% !important;
    }

    header .today {
        font-size: 0.7rem;
    }

    header ul.social li a {
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
    }



    .logo img {
        width: 25% !important;
    }

    .main-header .logo {
        top: 76px !important;
        width: 100%;
    }




    .main-header .logo .logo-text {
        top: 20px;
        left: 105px !important;
    }

    .main-header .logo .logo-text .logo-text-ministry {
        font-size: 0.8em !important;
        letter-spacing: 0.04em;
        line-height: 1.1em;
    }

    .main-header .logo .logo-text .logo-text-department {
        font-size: 0.6em;
    }







    .main-header .department-navbar {
        position: relative;
    }
    .main-header .department-navbar .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;

        padding: 0;
        border-color: transparent;
    }

    .department-navbar ul.navbar-nav {
        padding: 0 !important;
        background-color: #ed232a;
        margin-top: 130px;
    }
    .department-navbar ul.navbar-nav li.nav-item {
        padding-left: 15px;
        padding-right: 15px;
        display: block !important;
    }

    .department-navbar ul.navbar-nav li.nav-item a.nav-link {
        height: 30px !important;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        color: #fff !important;
        font-size: 0.9em;
    }
    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu {
    }
    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu a {
        font-size: 0.7em;
    }









    .container {
        max-width: 100vw;
    }

    .call-desktop {
        top: 20px;
    }

    /*.call-desktop > ul a img {*/
    /*    width: 22px !important;*/
    /*}*/


    .mask {
        display: none !important;
    }
    .homepageSlider .controlContainer {
        position: relative;

    }
    .homepageSlider ul.sliderContainer li.sliderItem {
        height: 100%;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }

    .homepageSlider .news-pagination {
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 0px 0px;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.8rem;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: justify;
    }

    .homepageSlider .sliderDescription p {
        padding-left: 10px;
        padding-right: 10px;
    }



    .homepageSlider .sliderDescription ul.sliderVideo li {
        border: none;
        padding: 0px 10px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li a {
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    .homepageSlider .swiper-pagination-fraction {
        bottom: 5px;
        left: 15px;
        width: auto;
        color: #c3c3c3;
    }

    .homepageSlider .controlContainer i.fa-3x {
        font-size: 2em !important;
    }





    #slider {
        margin-top: 15px;
        padding-bottom: 50px;
    }

    .homepageSlider .sliderImage {
        height: unset !important;
    }

    .homepageSlider .sliderDescription .sliderHead {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        border-left: 2px solid #3c3c3c;
    }


    .mobile-edit {
        width: 100%;
        margin-top: 25px;
    }

    .mevzuat {
        display: none
    }

    .cagri-merkezleri {
        display: none;
    }

    .cagri-merkezleri-mobile {
        display: block !important;
        background-color: white;
        padding: 15px 0;
        border-bottom: 1px solid #c3c3c3;
        border-top: 1px solid #c3c3c3;
    }

    .cagri-merkezleri-mobile ul li {
    }

    .cagri-merkezleri-mobile img {
        width: 50px;
        height: auto;
    }



    .main-header .header-buttons {
        top: 85px;
    }

    .news-item-content {
        flex-direction: column-reverse !important;
    }





    aside h1 {
        font-size: 24px;
        font-weight: 500;
    }

    article content h1 {
        font-size: 1em;
        font-weight: 700;
        margin: 0px 0;
    }

    article content .row .content p {
        margin: 0 0 15px 0;
        line-height: 1.4em;
        font-size: 16px;
    }

    article content p {
        margin-bottom: 1em;
        text-align: left;
    }

    .other-news .active a, .breadcrumb .active {
        font-weight: 500;
    }

    #print-page {
        display: none !important;
    }

    .section > .see-all {
        visibility: inherit;
    }

    .announcements .list-group-item {
        height: auto;
    }

    .events .list-group-item a h5 {
        font-size: 13px;
        line-height: 1.3;
    }

    .news .card-body .card-text {
        font-size: 12px;
        line-height: 1.3;
    }



    footer .copyright {
        text-align: center;
        font-size: 16px;
    }

    footer .copyright .copyright-text {
        display: block;
        font-size: 14px;
    }

    footer .copyright .ministry-name {
        font-size: 14px;
    }

    footer .ministry ul {
        float: unset !important;
        text-align: center;
        font-size: 16px;
    }

    footer .ministry ul li a {
        font-size: 13px;
    }

    .presentations {
        height: 280px !important;
    }
    .presentations .swiper-button-prev,
    .presentations .swiper-button-next {
        top: 60% !important;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 425px) {

    .logo-text-main {
        top: 35px !important;

        width: 250px !important;
    }

    .logo-text-main .logo-text-ministry {
        font-size: 0.9em !important;

    }

    .header-buttons {
        top: 50px !important;
        right: 5% !important;
    }


    .logo img {
        width: 25% !important;
    }

    .main-header .logo {
        top: 65px !important;
        width: 100%;
    }




    .main-header .logo .logo-text {
        top: 20px;
        left: 120px;
        width: 265px !important;

    }

    .main-header .logo .logo-text .logo-text-ministry {
        font-size: 1em;
        letter-spacing: 0.04em;
        line-height: 1.1em;
    }

    .main-header .logo .logo-text .logo-text-department {
        font-size: 0.6em;
    }








    .main-header .department-navbar {
        position: relative;
    }

    .main-header .department-navbar .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
        padding: 0;
        border-color: transparent;
    }

    .department-navbar ul.navbar-nav {
        padding: 0 !important;
        background-color: #ed232a;

    }

    .department-navbar ul.navbar-nav li.nav-item {
        padding-left: 15px;
        padding-right: 15px;
        display: block !important;
    }

    .department-navbar ul.navbar-nav li.nav-item a.nav-link {
        height: 30px !important;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        color: #fff !important;
        font-size: 0.9em;
    }

    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu {
    }

    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu a {
        font-size: 0.7em;
    }











    .section > .see-all {
        visibility: inherit;
    }

    .mask {
        display: none !important;
    }

    .homepageSlider ul.sliderContainer li.sliderItem {
        height: 100%;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }

    .homepageSlider .news-pagination {
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 0px 0px;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.8rem;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: justify;
    }

    .homepageSlider .sliderDescription p {
        padding-left: 10px;
        padding-right: 10px;
    }



    .homepageSlider .sliderDescription ul.sliderVideo li {
        border: none;
        padding: 0px 10px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li a {
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    .homepageSlider .swiper-pagination-fraction {
        bottom: 5px;
        left: 15px;
        width: auto;
        color: #c3c3c3;
    }

    #slider {
        margin-top: 15px;
        padding-bottom: 50px;
    }

    .homepageSlider .sliderImage {
        height: unset !important;
    }

    .homepageSlider .sliderDescription .sliderHead {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        border-left: 2px solid #3c3c3c;
    }



    .mobile-edit {
        width: 100%;
        margin-top: 25px;
    }

    .mevzuat {
        display: none
    }

    .cagri-merkezleri {
        display: none;
    }

    .cagri-merkezleri-mobile {
        display: block !important;
        background-color: white;
        padding: 15px 0;
        border-bottom: 1px solid #c3c3c3;
        border-top: 1px solid #c3c3c3;
    }

    .cagri-merkezleri-mobile ul li {
    }

    .cagri-merkezleri-mobile img {
        width: 36px;
        height: auto;
    }

    .main-header .logo {
        top: 70px;
        /*width: 260px;*/
        width: 100%;
    }

    .main-header .header-buttons {
        top: 85px;
    }

    .news-item-content {
        flex-direction: column-reverse !important;
    }




    .button-next {
        color: #353535;
        top: 45%;
        margin-top: 0px;
        background-color: rgba(255, 255, 255, 0.2);
        width: 30px;
        height: 50px;
        border-radius: 2px
    }

    .button-prev {
        color: #353535;
        top: 45%;
        margin-top: 0px;
        background-color: rgba(255, 255, 255, 0.2);
        width: 30px;
        height: 50px;
        border-radius: 2px
    }

    .news-item-photos-corousel .swiper-button-next, .news-item-photos-corousel .swiper-button-prev {
        background-image: none !important;
        padding: 0px 4px;
    }

    .announcements .list-group-item {
        height: auto;
        padding: 1rem 1.25rem;
    }

    .announcements .list-group-item a h5 {
        font-size: 14px;
        line-height: 1.3;
    }

    .events .list-group-item a h5 {
        font-size: 13px;
        line-height: 1.3;
    }

    .section-title {
        /*margin-top: 60px;
        font-size: 18px;*/
    }

    .h-carouFredSel .nav-item {
        width: auto !important;
    }

    .video ul li a.active:after {
        display: none;
    }

    .caroufredsel_wrapper {
        right: 56px !important;
        top: 100px !important;
    }

    .video ul.nav-tabs .nav-link {
        font-size: 12px;
        padding: 0.2rem 0.3rem;
    }

    .vtabs .swiper-slide {
        margin-top: 50px;
    }

    .htabs-controller {
        bottom: 77%;
        top: unset;
        z-index: 99;
    }

    .htabs-container {
        z-index: 99;
    }

    .quick-link .swiper-quick-link .swiper-button-prev {
        left: 30%;
    }

    .quick-link .swiper-quick-link .swiper-button-next {
        right: 30%;
    }

    .e-devlet .swiper-container-apps .swiper-button-prev {
        left: 30%;
    }

    .e-devlet .swiper-container-apps .swiper-button-next {
        right: 30%;
    }


    footer .copyright {
        text-align: center;
        font-size: 16px;
    }

    footer .copyright .copyright-text {
        display: block;
        font-size: 14px;
    }

    footer .copyright .ministry-name {
        font-size: 14px;
    }

    footer .ministry ul {
        float: unset !important;
        text-align: center;
        font-size: 16px;
    }

    footer .ministry ul li a {
        font-size: 13px;
    }



    aside h1 {
        font-size: 24px;
        font-weight: 500;
    }

    article content h1 {
        font-size: 1em;
        font-weight: 700;
        margin: 0px 0;
    }

    article content .row .content {
        font-size: 16px;
        text-align: left;
        padding: 15px 0 15px 0;
    }

    article content .row .content p {
        margin: 0 0 15px 0;
        line-height: 1.4em;
        font-size: 16px;
    }

    article content p {
        margin-bottom: 1em;
        text-align: left;
    }

    article .date-place .date {
        font-size: 12px;
    }

    article .date-place .place {
        font-size: 12px;
    }

    article .font-size-switcher .justify-content-end {
        background-color: #f7f8f7;
    }



    .presentations {
        overflow: hidden;
        height: 320px !important;
    }
    .presentations .swiper-button-prev,
    .presentations .swiper-button-next {
        top: 60% !important;
    }
}


@media (max-width: 576px) {


    .announcement-col {
        flex: auto;
        max-width: 100%;
    }

    footer .copyright {
        text-align: center;
        font-size: 16px;
    }

    footer .ministry ul {
        float: unset !important;
        text-align: center;
        font-size: 16px;
    }

    .presentations {
        height: 360px;
    }
    .presentations .swiper-button-prev,
    .presentations .swiper-button-next {
        top: 60% !important;
    }

}



@media only screen and (min-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .logo-text-main {
        top: 35px !important;
        left: 120px !important;
        width: 340px;
    }

    .logo-text-main .logo-text-ministry {
        font-size: 1.2em !important;

    }

    .header-buttons {
        top: 50px !important;
        right: 5% !important;
    }

    .homepageSlider .sliderDescription .sliderHead {
        font-size: 18px;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 0px 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mask {
        display: none !important;
    }

    .homepageSlider .sliderImage {
        height: unset !important;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.9rem;
        margin-top: 20px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo {
        margin-top: unset !important;
    }

    .homepageSlider .controlContainer {
        right: 30px;
        bottom: -15px;
    }

    .homepageSlider .swiper-pagination-fraction {
        bottom: 5px;
        left: 76px;
    }

    .announcements .list-group-item {
        height: auto;
    }

    .quick-link .swiper-quick-link .swiper-button-prev {
        left: 40%;
    }

    .quick-link .swiper-quick-link .swiper-button-next {
        right: 40%;
    }

    .e-devlet .swiper-container-apps .swiper-button-prev {
        left: 40%;
    }

    .e-devlet .swiper-container-apps .swiper-button-next {
        right: 40%;
    }

    footer .copyright {
        text-align: center;
        font-size: 16px;
    }

    footer .ministry ul {
        float: unset !important;
        text-align: center;
        font-size: 16px;
    }

    .video-gallery .card .image-container {
        height: unset !important;
    }
    .photo-gallery .card .image-container {
        height: unset !important;
    }





    /*
         Department Logo with Text
        */

    .logo-text {
        font-family: myriad-pro, sans-serif;
        position: absolute;
        top: 25px;
        left: 120px;
        width: 80vw;

    }

    .logo-text .logo-text-ministry {
        font-size: 1.2em;
        font-weight: 700;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        line-height: 1.1em;
    }

    .logo-text .logo-text-department {
        font-size: 0.9em;
        font-weight: 600;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
    }

    /*
         Ministry Logo with Text
        */
    .logo-text-main {
        font-family: myriad-pro, sans-serif;
        position: absolute;
        top: 35px;
        left: 120px;
    }

    .logo-text-main .logo-text-ministry {
        font-size: 1.2em;
        font-weight: 700;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        line-height: 1.1em;
    }




    .main-header .department-navbar {
        position: relative;
    }

    .main-header .department-navbar .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
        padding: 0;
        border-color: transparent;
    }

    .department-navbar ul.navbar-nav {
        padding: 0 !important;
        background-color: #ed232a;

    }

    .department-navbar ul.navbar-nav li.nav-item {
        padding-left: 15px;
        padding-right: 15px;
        display: block !important;
    }

    .department-navbar ul.navbar-nav li.nav-item a.nav-link {
        height: 30px !important;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        color: #fff !important;
        font-size: 0.9em;
    }

    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu {
    }

    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu a {
        font-size: 0.7em;
    }



}


@media only screen and (max-width: 1200px) {
    .logo-text-main {
        top: 35px;
        left: 120px;
        width: 340px;
    }

    .logo-text-main .logo-text-ministry {
        font-size: 1.2em;

    }




    .video-gallery .card .image-container {
        height: unset !important;
    }

    .photo-gallery .card .image-container {
        height: unset !important;
    }





    /*
     Department Logo with Text
    */
    .logo {
        top: 60px !important;
        left: 1%;
    }
    .logo-text {
        font-family: myriad-pro, sans-serif;
        position: absolute;
        top: 25px;
        left: 120px;

    }

    .logo-text .logo-text-ministry {
        font-size: 1.2em;
        font-weight: 700;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        line-height: 1.1em;

    }

    .logo-text .logo-text-department {
        font-size: 0.9em;
        font-weight: 600;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
    }

    /*
         Ministry Logo with Text
        */
    .logo-text-main {
        font-family: myriad-pro, sans-serif;
        position: absolute;
        top: 35px;
        left: 120px;
    }

    .logo-text-main .logo-text-ministry {
        font-size: 1.2em;
        font-weight: 700;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        line-height: 1.1em;
    }




    .main-header .department-navbar {
        position: relative;
    }

    .main-header .department-navbar .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
        padding: 0;
        border-color: transparent;
    }

    .department-navbar ul.navbar-nav {
        padding: 0 !important;
        background-color: #ed232a;
        margin-top: 55px;
    }

    .department-navbar ul.navbar-nav li.nav-item {
        padding-left: 15px;
        padding-right: 15px;
        display: block !important;
    }

    .department-navbar ul.navbar-nav li.nav-item a.nav-link {
        height: 30px !important;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        color: #fff !important;
        font-size: 0.9em;
    }

    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu {
    }

    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu a {
        font-size: 0.7em;
    }


}
@media (min-width: 1200px) {
    .logo-text-main {
        top: 25px !important;
        left: 105px !important;
        width: 340px;
    }

    .logo-text-main .logo-text-ministry {
        font-size: 1.1em !important;

    }

    .logo-ministry {
        top: 45px !important;
    }

    /*
     Department Logo with Text
    */
    .logo {
        top: 55px !important;
        left: 1%;
    }
    .logo img {
        width: 96px !important;
    }
    .logo-text {
        top: 20px !important;
        left: 110px !important;

        width: 20vw;
    }

    .logo-text .logo-text-ministry {
        font-size: 1em !important;
        font-weight: 700;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        line-height: 1.1em;
    }

    .logo-text .logo-text-department {
        font-size: 0.7em !important;
        font-weight: 600;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
    }

    /*
         Ministry Logo with Text
        */
    .logo-text-main {
        font-family: myriad-pro, sans-serif;
        position: absolute;
        top: 35px;
        left: 120px;
    }

    .logo-text-main .logo-text-ministry {
        font-size: 1.2em;
        font-weight: 700;
        display: block;
        color: #db0d15;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        line-height: 1.1em;
    }

    .department-navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 0.9em;
    }
    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu {
        top: 83%;
    }
    .department-navbar ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
        font-size: 0.8em;
    }
}



@media only screen and (max-width: 1440px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {


    .mask {
        left: -30px;
        background-size: 460px;
    }

    .homepageSlider .sliderDescription .sliderHead {
        font-size: 22px;
    }

    .homepageSlider .controlContainer {
        bottom: 30px;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.8rem;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li a {
        font-size: 12px;
    }

    .homepageSlider .sliderImage {
        height: auto; /*450px den auto ya geçildi.*/
    }

    .news-photo-gallery .card .card-body .card-date {
        font-size: 1rem;
    }

    .news-video-gallery .card .card-body .card-date {
        font-size: 1rem;
    }

    footer section .item a .text.mobile {
        display: none;
    }

    footer section .item a .text.desktop {
        font-size: 11px;
        line-height: 0.8rem;
    }




    footer .image-wrap .svg-image img {
        width: 75% !important;
    }

    footer section .item a .text.desktop {
        display: none;
    }

    footer section .item a .text.mobile {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 15px;
        display: block;
        line-height: 1.4;
        height: 30px;
    }

    .announcements .list-group-item {
        height: auto;
    }






    footer .copyright {
        text-align: left !important;
        font-size: 16px;
    }

    footer .copyright .copyright-text {
        display: block;
        font-size: 14px;
    }

    footer .copyright .ministry-name {
        font-size: 14px;
    }


    footer section .ministry {
        margin-top: unset !important;
    }

    footer section .list-inline.float-right {
        text-align: right !important;
    }

    footer .ministry ul {
        float: unset !important;
        text-align: center;
        font-size: 16px;
    }

    footer .ministry ul li a {
        font-size: 13px;
    }

    .logo {
        width: unset !important;
    }
}



/* iPhone 6,7,8 - Portrait */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .news .card {
        height: unset !important;
    }
}
/* iPhone 6,7,8 - Landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    .section > .see-all {
        visibility: inherit;
    }

    .container {
        max-width: 100vw;
    }

    .news-mobile {
    }

    .mask {
        display: none !important;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }


    .homepageSlider ul.sliderContainer li.sliderItem {
        height: 100%;
    }

    .homepageSlider .news-pagination {
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 30px 15px;
        margin-top: 15px;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.8rem;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: justify;
    }

    .homepageSlider .sliderDescription p {
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.nav-gallery.minister content {
        display: none !important;
    }

    .overlay.is-visible {
        -webkit-transform: translateX(0px) !important;
        -moz-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
        -o-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
    }

    .announcements .list-group-item {
        height: auto;
    }
}



/* iPhone 8 Plus - Portrait */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .news .card {
        height: unset !important;
    }

    .section > .see-all {
        visibility: inherit;
    }

    .container {
        max-width: 100vw;
    }

    .call-desktop {
        top: 20px;
    }

    .call-desktop > ul a img {
        width: 22px !important;
    }

    #print-page {
        display: none !important;
    }

    .primary-nav > li {
        margin-left: 0rem;
    }

    /*.primary-nav > li > a {
            font-size: 0.75em;
        }*/

    .logo {
        top: -94px;
        left: 2%;
    }

    .logo img {
        /*height: 140px;*/
    }

    header .flag {
        height: 80px;
    }

    .mask {
        display: none !important;
    }
    /*.swiper-container {
                overflow: unset;
        }*/
    /*.news-mobile {
            flex-direction: column-reverse
        }*/

    .news-mobile {
    }

    .homepageSlider .swiper-pagination-fraction {
        bottom: 5px;
        left: 15px;
        width: auto;
        color: #c3c3c3;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }


    .homepageSlider ul.sliderContainer li.sliderItem {
        height: 100%;
    }

    .homepageSlider .news-pagination {
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 0px 0px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li {
        border: none;
        padding: 0px 10px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li a {
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.8rem;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: justify;
    }

    .homepageSlider .sliderDescription p {
        padding-left: 10px;
        padding-right: 10px;
    }



    #slider {
        /*height: 800px;*/
        margin-top: 15px;
        padding-bottom: 50px;
    }

    .homepageSlider .sliderImage {
        height: unset !important;
    }

    .homepageSlider .sliderDescription .sliderHead {
        /*margin-top: 204px;*/
        /*border-left: unset;*/
        /*padding: 0 5px;*/
    }

    .homepageSlider .sliderDescription .sliderHead {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        border-left: 2px solid #3c3c3c;
    }

    section.socialmedia .feed .item .image-wrap {
        height: 285px;
    }

    section.socialmedia .feed .item .image-wrap .image {
        width: auto;
        height: 395px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo {
        margin-top: 30px;
    }

    homepageSlider .sliderDescription ul.sliderVideo li {
        padding: 5px 10px;
    }

    section.socialmedia .feed .item .image-wrap .image {
        width: 381px;
        height: auto;
        margin: 0 auto;
    }

    .tab-settings {
    }

    .video ul {
        position: relative;
        right: auto;
        top: auto;
    }

    .video ul li a.active:after {
        display: none;
    }

    .video ul > li {
        display: block;
        width: 100%;
    }

    footer section .item a .content {
    }

    .quick-link ul li a .image-wrap img {
        top: 42px;
    }

    footer .image-wrap .svg-image img {
        width: 75% !important;
    }

    footer section .item a .text.desktop {
        display: none;
    }

    footer section .item a .text.mobile {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 15px;
        display: block;
        line-height: 1.4;
        height: 30px;
    }

    footer section .ministry {
        margin-top: 30px;
    }

    footer section .copyright {
        text-align: center;
    }

    footer section .list-inline.float-right {
        float: unset !important;
        text-align: center;
    }

    footer .logo-link .justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }


    main .news-item-content .font-size-switcher {
        float: right;
    }

    main .news-item-content .current-page-name {
        margin-top: 15px;
    }

    main .news-item-content .current-page-name h3 {
        font-size: 1.3rem;
        font-weight: 600;
    }

    #printArea .date-place .place {
        font-size: 12px;
    }

    #printArea .date-place .date {
        font-size: 12px;
    }
    /*.other-news .active a, .breadcrumb .active{
        font-weight: 400;
        font-size: 12px
    }
    .other-news .active a, .breadcrumb  {
        font-weight: 400;
        font-size: 12px
    }*/
    .other-news .active a, .breadcrumb {
        display: none;
    }

    .mevzuat {
        display: none
    }

    .mevzuat-section {
        display: block !important;
    }

    .mevzuat-section .mevzuat-mobile {
        display: block !important;
        text-align: center;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        padding: 15px;
    }

    .mevzuat-section .mevzuat-mobile a {
    }

    .mevzuat-section .mevzuat-mobile a img {
        width: 30%;
    }



    .mevzuat-section .container {
        background-color: white;
        padding-top: 30px;
        padding-bottom: 50px
    }

    /*header ul.social {
        position: absolute;
        top: -39px;
    }*/

    .mobile-edit {
        width: 100%;
        margin-top: 25px;
    }

    .mobile-border {
        border-bottom: 1px dotted #e6e6e6;
    }


    .logo-mobile {
        display: block !important;
    }

    .logo-desktop {
        display: none
    }

    .news-item-content {
        flex-direction: column-reverse !important;
    }

    .announcements .list-group-item {
        height: auto;
    }
}

/* iPhone 8 Plus - Landscape */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .news .card {
        height: unset !important;
    }

    .section > .see-all {
        visibility: inherit;
    }

    .container {
        max-width: 100vw;
    }

    .news-mobile {
    }

    .mask {
        display: none !important;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }


    .homepageSlider ul.sliderContainer li.sliderItem {
        height: 100%;
    }

    .homepageSlider .news-pagination {
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 30px 15px;
        margin-top: 15px;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.8rem;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: justify;
    }

    .homepageSlider .sliderDescription p {
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.nav-gallery.minister content {
        display: none !important;
    }

    .overlay.is-visible {
        -webkit-transform: translateX(0px) !important;
        -moz-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
        -o-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
    }

    .news-item-content {
        flex-direction: column-reverse !important;
    }
}




/* iPhone X - Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .news .card {
        height: unset !important;
    }

    header .today {
        font-size: 0.8rem;
    }

    .section > .see-all {
        visibility: inherit;
    }

    .container {
        max-width: 100vw;
    }

    .call-desktop {
        top: 20px;
    }

    .call-desktop > ul a img {
        margin-top: -10px;
    }


    .mask {
        display: none !important;
    }

    .homepageSlider ul.sliderContainer li.sliderItem {
        height: 100%;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }

    .homepageSlider .news-pagination {
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 0px 0px;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.8rem;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: justify;
    }

    .homepageSlider .sliderDescription p {
        padding-left: 10px;
        padding-right: 10px;
    }



    .homepageSlider .sliderDescription ul.sliderVideo li {
        border: none;
        padding: 0px 10px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li a {
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    .homepageSlider .swiper-pagination-fraction {
        bottom: 5px;
        left: 15px;
        width: auto;
        color: #c3c3c3;
    }

    #slider {
        margin-top: 15px;
        padding-bottom: 50px;
    }

    .homepageSlider .sliderImage {
        height: unset !important;
    }

    .homepageSlider .sliderDescription .sliderHead {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        border-left: 2px solid #3c3c3c;
    }


    .mobile-edit {
        width: 100%;
        margin-top: 25px;
    }

    .mevzuat {
        display: none
    }

    .cagri-merkezleri {
        display: none;
    }

    .cagri-merkezleri-mobile {
        display: block !important;
        background-color: white;
        padding: 15px 0;
        border-bottom: 1px solid #c3c3c3;
        border-top: 1px solid #c3c3c3;
    }

    .cagri-merkezleri-mobile ul li {
    }

    .cagri-merkezleri-mobile img {
        width: 50px;
        height: auto;
    }

    .main-header .logo {
        top: 70px;
    }

    .main-header .header-buttons {
        top: 85px;
    }

    .news-item-content {
        flex-direction: column-reverse !important;
    }





    aside h1 {
        font-size: 24px;
        font-weight: 500;
    }

    article content h1 {
        font-size: 1em;
        font-weight: 700;
        margin: 0px 0;
    }

    article content .row .content p {
        margin: 0 0 15px 0;
        line-height: 1em;
    }

    article content p {
        margin-bottom: 1em;
        text-align: left;
        font-size: 14px;
    }

    article .current-page-name h3 {
        font-size: 18px;
        line-height: 1.5em;
        font-weight: 600;
    }

    .other-news .active a, .breadcrumb .active {
        font-weight: 500;
    }

    #print-page {
        display: none !important;
    }

    .announcements .list-group-item {
        height: auto;
    }

    .quick-link .swiper-quick-link .swiper-button-prev {
        left: 30% !important;
    }

    .quick-link .swiper-quick-link .swiper-button-next {
        right: 30% !important;
    }

    .e-devlet .swiper-container-apps .swiper-button-prev {
        left: 30%;
    }

    .e-devlet .swiper-container-apps .swiper-button-next {
        right: 30%;
    }
}

/* iPhone X - Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
    .news .card {
        height: unset !important;
    }

    .section > .see-all {
        visibility: inherit;
    }

    #search {
        /*top: 195px;*/
    }

    article content h1 {
        font-size: 1.3em;
        font-weight: 700;
        margin: 0px 0px;
        text-align: left;
    }

    footer section .item a .text.desktop {
        display: none;
    }

    footer section .item a .text.mobile {
        font-size: 11px;
        line-height: 0.8rem;
    }

    footer section .swiper-container-h .swiper-slide .item {
        height: 140px;
    }

    ul.nav-gallery.minister content {
        display: none;
    }

    .overlay.is-visible {
        -webkit-transform: translateX(0px) !important;
        -moz-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
        -o-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
    }

    .primary-nav > li > a {
        font-size: 0.75em !important;
    }

    .primary-nav a, .primary-nav ul a {
        padding: 10px 15px 10px 15px !important;
    }

    .primary-nav .go-back a {
        padding-left: 40px !important;
    }

    .news-item-content {
        flex-direction: column-reverse !important;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li {
        border: none;
        padding: 5px 10px;
    }

    .homepageSlider .controlContainer {
        bottom: -15px;
    }

    .announcements .list-group-item {
        height: auto;
    }
}




/* iPad Pro 10.5" Portrait */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        max-width: 100vw;
    }

    .homepageSlider .sliderDescription .sliderHead {
        font-size: 18px;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 0px 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mask {
        display: none !important;
    }

    .homepageSlider .sliderImage {
        height: unset !important;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.9rem;
        margin-top: 20px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo {
        margin-top: unset !important;
    }

    .homepageSlider .controlContainer {
        right: 30px;
        bottom: -15px;
    }

    .homepageSlider .swiper-pagination-fraction {
        bottom: 5px;
        left: 76px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

    .logo-mobile {
        top: -50px !important;
        left: 1% !important;
    }

    .logo-desktop {
        display: none !important;
    }

    .logo-mobile {
        display: block !important;
    }


    .image-wrap .svg-image img {
        width: 75% !important;
    }

    footer section .item a .text.desktop {
        display: none;
    }

    footer section .item a .text.mobile {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 15px;
        display: block;
        line-height: 1.4;
        height: 30px;
    }

    .section-title {
        font-size: 16px;
    }

    .events .list-group-item a h5 {
        font-size: 12px;
        line-height: 1.3;
    }

    .announcements .list-group-item a h5 {
        font-size: 12px;
        line-height: 1.3;
    }

    .news .card-body .card-text {
        font-size: 12px;
        line-height: 1.3;
    }

    .news .card-body .card-text small {
        margin: 10px 0;
        display: block;
        font-size: 12px;
    }

    .news .card-img {
        width: 175px;
    }

    #search {
        /*top: 144px;*/
    }

    .news-photo-gallery .card .card-body .card-date {
        font-size: 0.9rem;
    }

    .news-photo-gallery .card .image-container {
        height: 136px;
    }

    footer section .ministry {
        margin-top: 30px;
    }

    footer section .copyright {
        text-align: center;
    }

    footer section .list-inline.float-right {
        float: unset !important;
        text-align: center;
    }

    .news-item-content {
        flex-direction: column-reverse !important;
    }
}

/* iPad Pro 10.5" Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        max-width: 100vw;
    }

    .primary-nav > li > a {
        padding: 10px 15px 10px 15px !important;
        font-size: 0.8rem !important;
    }

    .homepageSlider .sliderDescription .sliderHead {
        font-size: 18px;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: row !important;
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 0px 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #search {
        /*top: 144px;*/
        /*height: 76px;*/
    }

    .mask {
        display: block !important;
    }

    .homepageSlider .sliderImage {
        height: unset !important;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.9rem;
        margin-top: 20px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo {
        margin-top: unset !important;
    }

    .homepageSlider .controlContainer {
        right: 30px;
        bottom: -15px;
    }

    .homepageSlider .swiper-pagination-fraction {
        bottom: 5px;
        left: 76px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

    /*.logo-mobile {
        top: -50px !important;
        left: 1% !important;
    }

    .logo-desktop {
        display: none !important;
    }

    .logo-mobile {
        display: block !important;
    }*/


    .image-wrap .svg-image img {
        width: 75% !important;
    }

    footer section .item a .text.desktop {
        display: none;
    }

    footer section .item a .text.mobile {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 15px;
        display: block;
        line-height: 1.4;
        height: 30px;
    }

    .section-title {
        font-size: 16px;
    }

    .events .list-group-item a h5 {
        font-size: 12px;
        line-height: 1.3;
    }

    .announcements .list-group-item a h5 {
        font-size: 12px;
        line-height: 1.3;
    }

    .news .card-body .card-text {
        font-size: 12px;
        line-height: 1.3;
    }

    .news .card-body .card-text small {
        margin: 10px 0;
        display: block;
        font-size: 12px;
    }

    .news .card-img {
        width: 175px;
    }

    #search {
        /*top: 144px;*/
    }

    .news-photo-gallery .card .card-body .card-date {
        font-size: 0.9rem;
    }

    .news-photo-gallery .card .image-container {
        height: 136px;
    }

    footer section .ministry {
        margin-top: 30px;
    }

    footer section .copyright {
        text-align: center;
    }

    footer section .list-inline.float-right {
        float: unset !important;
        text-align: center;
    }

    /*.news-item-content {
        flex-direction: column-reverse !important;
    }*/
}




/* Samsung Galaxy Note8 - Portrait Media Queries */
@media only screen and (min-width: 414px) and (max-width: 846px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3.5) {
}

/* Samsung Galaxy Note8 - Landscape Media Queries */
@media only screen and (min-width: 414px) and (max-width: 846px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3.5) {
    .section > .see-all {
        visibility: inherit;
    }

    .container {
        /*max-width: 100vw;*/
    }

    .mask {
        display: none !important;
    }

    .homepageSlider ul.sliderContainer li.sliderItem {
        height: 100%;
    }

    .homepageSlider ul.sliderContainer li.sliderItem .row {
        flex-direction: column-reverse !important;
    }

    .homepageSlider .news-pagination {
    }

    .homepageSlider .sliderDescription {
        position: relative !important;
        padding: 0px 0px;
    }

    .homepageSlider .sliderDescription p {
        font-size: 0.8rem;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: justify;
    }

    .homepageSlider .sliderDescription p {
        padding-left: 10px;
        padding-right: 10px;
    }



    .homepageSlider .sliderDescription ul.sliderVideo li {
        border: none;
        padding: 0px 10px;
    }

    .homepageSlider .sliderDescription ul.sliderVideo li a {
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    .homepageSlider .swiper-pagination-fraction {
        bottom: 5px;
        left: 15px;
        width: auto;
        color: #c3c3c3;
    }
}


.swiper-quick-link {
    /*border: 1px solid blue;*/
}

.swiper-container-apps {
    /*border: 1px solid blue;*/
}

.swiper-container-socialmedia {
    /*border: 1px solid blue;*/
}




.minister-messages .minister-messages-title {
    margin-left: 15px;
}

#table-search-filter {
    background-image: url(../../images/search-icon.png);
    background-position: 15px 15px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 50px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.search-query-sf {
    padding: 15px;
    border: 1px solid red;
    font-size: 14px;
    font-weight: 500;
    color: red;
    margin-bottom: 15px;
}

.not-found {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    color: red;
}




#bagli-kuruluslar-filter {
    background-image: url(../../images/search-icon.png);
    background-position: 15px 15px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 50px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.form-control {
    font-size: 0.7rem;
}

.select-box {
    /* styling */
    width: 100%;
    padding: 10px 10px;
    -webkit-appearance: none;
    background-image: url("../../images/dropdownlist-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 98%;
}


.presentations .swiper-button-prev,
.presentations .swiper-button-next {
    top: 50%;
}


.presentations .video {
    position: relative;
}

.presentations .video:hover .video-player_icon::before,
.presentations .video:focus .video-player_icon::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.presentations .video .video-player_container {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.presentations .video .video-player_container .video-player_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
}

.presentations .video .video-player_container .video-player_icon::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    transition: 0.4s;
}

.presentations .video .video-player_container .video-player_icon span {
    color: rgba(255, 0, 0, 0.70);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}







.presentations .pdf-document {
    position: relative;
}

.presentations .pdf-document:hover .pdf-document_icon::before,
.presentations .pdf-document:focus .pdf-document_icon::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.presentations .pdf-document .pdf-document_container {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.presentations .pdf-document .pdf-document_container .pdf-document_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
}

.presentations .pdf-document .pdf-document_container .pdf-document_icon::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    transition: 0.4s;
}

.presentations .pdf-document .pdf-document_container .pdf-document_icon span {
    color: rgba(255, 0, 0, 0.70);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}









.presentations .image-document {
    position: relative;
}

.presentations .image-document:hover .image-document_icon::before,
.presentations .image-document:focus .image-document_icon::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.presentations .image-document .image-document_container {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.presentations .image-document .image-document_container .image-document_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
}

.presentations .image-document .image-document_container .image-document_icon::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    transition: 0.4s;
}

.presentations .image-document .image-document_container .image-document_icon span {
    color: rgba(255, 0, 0, 0.70);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}






/* TABS */
.nav-tabs {
    display: none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
        margin-bottom: 30px;
    }

    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }

    .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}


.gallery {
}

.gallery .nav-tabs .nav-item a {
    font-size: 1em;
    font-weight: 500;
}

.gallery .nav-tabs .nav-item a.nav-link.active {
    color: red;
}

.gallery .card {
    margin-bottom: 30px;
}

.gallery .view-all .btn-outline-danger {
    font-size: 0.8em;
}


/*  Department Presentations Gallery
    ---------------------------------------------------------------------------*/
.presentation-gallery .card .card-body .card-date {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #2e3543;
}

.presentation-gallery .card .card-body .card-title {
    text-align: left;
    font-size: 0.9rem;
}

.presentation-gallery .card .card-body {
    background-color: #ededed;
}


/*  Department Video Gallery
    ---------------------------------------------------------------------------*/
.video-gallery {
    padding-bottom: 30px;
}

.video-gallery .card {
}

.video-gallery .card:hover .card-body,
.video-gallery .card:hover .card-body .card-title {
    background-color: #ededed;
    color: #cc0000;
}

.video-gallery .card .image-container {
    overflow: hidden;
    height: 180px;
}

.video-gallery .card .card-body {
    height: 160px;
    padding: 1rem;
}

.video-gallery .card .card-body .card-date {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #2e3543;
}

.video-gallery .card .card-body .card-desc:before {
    content: '|';
    margin: 0 10px;
}

.video-gallery .card .card-body .card-desc {
    font-size: 1rem;
    color: #626977;
    font-weight: 500;
}

.video-gallery .card .card-body .card-title {
    text-align: left;
    font-size: 0.9rem;
}

.video-gallery .card .card-body .card-video-view {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 0.8rem;
}



/*  Department Photo Gallery
    ---------------------------------------------------------------------------*/
.photo-gallery {
    padding-bottom: 30px;
}

.photo-gallery .card {
}

.photo-gallery .card:hover .card-body,
.photo-gallery .card:hover .card-body .card-title {
    background-color: #ededed;
    color: #cc0000;
}

.photo-gallery .card .image-container {
    overflow: hidden;
    height: 180px;
}

.photo-gallery .card .card-body {
    height: 200px;
    padding: 1rem;
}

.photo-gallery .card .card-body .card-date {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.8rem;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #2e3543;
}

.photo-gallery .card .card-body .card-desc:before {
    content: '|';
    margin: 0 10px;
}

.photo-gallery .card .card-body .card-desc {
    font-size: 0.8rem;
    color: #626977;
    font-weight: 500;
}

.photo-gallery .card .card-body .card-title {
    text-align: left;
    font-size: 0.9rem;
}

.photo-gallery .card .card-body .card-photo-view {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 0.8rem;
}











.department-navbar {
    height: 80px;
    /*border: 1px solid red;*/
}

.department-navbar .navbar {
    padding: 0;
}

.department-navbar ul.navbar-nav {
    padding: 0 15px 0 0;
}

.department-navbar ul.navbar-nav li.nav-item {
    display: table;
}

.department-navbar ul.navbar-nav li.nav-item a.nav-link {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #333;
}

.department-navbar ul.navbar-nav li.nav-item a.nav-link::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ed1c24 transparent;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-transition: .3s;
    transition: .3s;
    will-change: opacity, transform;
    opacity: 0;
}

.department-navbar ul.navbar-nav li.nav-item .dropdown-menu {
    border-top: 2px solid rgb(220, 13, 21);
    border-radius: 0rem;
}







/*
    Department Logo with Text
*/

.logo-text {
    font-family: myriad-pro, sans-serif;
    position: absolute;
    top: 25px;
    left: 120px;
    width: 355px;
}

.logo-text .logo-text-ministry {
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    color: #db0d15;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.1em;
}

.logo-text .logo-text-department {
    font-size: 0.9em;
    font-weight: 600;
    display: block;
    color: #db0d15;
    text-transform: uppercase;
}

/*
     Ministry Logo with Text
*/
.logo-text-main {
    font-family: myriad-pro, sans-serif;
    position: absolute;
    top: 35px;
    left: 120px;
}

.logo-text-main .logo-text-ministry {
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    color: #db0d15;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.1em;
}








article content ul.nav.nav-pills li {
    padding: 5px;
    margin-right: 10px;
}

article content ul.nav.nav-pills li a.active {
    color: #cc0000;
    border-bottom: 2px solid red;
    padding-bottom: 7px;
}

article content ul.nav.nav-pills li:hover {
    border-bottom: 2px solid red;
    padding: 5px;
    margin-right: 10px;
}


article content ul.nav.nav-tabs li {
    padding: 5px;
    margin-right: 10px;
}

article content ul.nav.nav-tabs li a.active {
    color: #cc0000;
    text-decoration: none;
    border-bottom: 2px solid red;
    padding-bottom: 7px;
}

article content ul.nav.nav-tabs li:hover {
    border-bottom: 2px solid red;
    padding: 5px;
    margin-right: 10px;
}







section.calismaizni .card {
    border-radius: 0rem;
}
section.calismaizni .card a {
    position: relative;
    /*display: flex;*/
    /* border: 1px solid red !important; */
    width: 100%;
    height: 100%;
    overflow: hidden;
}


section.calismaizni .card a img {
    transition-duration: 1.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease;
}
section.calismaizni .card a:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}


section.calismaizni .card .card-body {
    border: 1px solid rgba(0,0,0,.125);

}

section.calismaizni .card a .card-body:hover {
    background-color: rgba(0,0,0,.25);
}
section.calismaizni .card a .card-body {
    background-color: rgba(0,0,0,.15);
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

section.calismaizni .card .card-body .card-title {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 0.9em;
}
section.calismaizni .card a .card-body .card-title {
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    margin-bottom: 30px;
    font-size: 1.2em;
    font-weight: 600;
    color: white;
}

section.calismaizni .card .card-body .card-info {
    left: 0;
    right: 0;
    bottom: 0px;
    color: #fff;
    position: absolute;

    padding: 60px 15px 15px;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);

}

section.calismaizni .card .card-body .section-btn a {
    font-size: 0.8em;
    padding: 10px 20px;
}
section.calismaizni .card .card-body .section-btn a.btn:not(.btn-form) {
    border-radius: 100px;
}
section.calismaizni .card .card-body .btn-primary a {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 0.8em;
}
section.calismaizni .card .card-body .btn-primary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #f1f1f1;
}
section.calismaizni .card .card-body .btn-primary {
    background-color: #d90d13;
    border-color: #f1f1f1;
    color: #ffffff;
    box-shadow: 0 0 1px 0 #f1f1f1 inset, 0 0 1px 0 #f1f1f1;
}




section.calismaizni .card .media {
    border-bottom: 1px solid #d90d13;
    background-color: rgba(241, 241, 241, 0.30);
    padding: 5px 10px;
	min-height: 135px;
}
section.calismaizni .card .media .card-img {
    width: auto;
}
section.calismaizni .card .media .card-img span {
    font-size: 72px;
    color: #707070;
}
section.calismaizni .card .media .card-title {
    /* text-align: right; */
    font-size: 1em;
    margin-left: 15px;
    margin-top: 10px;
}
section.calismaizni .card .card-box .card-text {
    font-size: 0.9em;
}

section.calismaizni .card .card-body a.card-link {
    font-size: 0.8em;
}

@media (max-width: 425px) {
    .flex-xs-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .card {
        border: 0;
    }
}

/* -------------------------------- 

Primary style

-------------------------------- */


/*html {
    font-size: 62.5%;
}*/

/*body {
    font-size: 1.6rem;
    font-family: sans-serif;
    color: #2e3233;
    background-color: #ffffff;
}*/








nav.navigation {
    border: 0px solid red;
}



@media only screen and (max-width: 1169px) {
    body.nav-on-left.overflow-hidden {
        overflow: hidden;
    }
}

/*a {
    color: #ff0000;
    text-decoration: none;
}*/


/* make images responsive */
/*img {
    max-width: 100%;
}*/

input {
    /*font-family: sans-serif;*/
    font-size: 1rem;
}

    input[type="search"]::-ms-clear {
        /* removes close icon - IE */
        display: none;
    }

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }






/* -------------------------------- 

Main components 

-------------------------------- */
.main-content, .main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.main-content, .main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

@media only screen and (max-width: 1169px) {
    .main-content.nav-is-visible, .main-header.nav-is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    .nav-on-left .main-content.nav-is-visible, .nav-on-left .main-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
}

.main-content {
    /*background: #e2e3df;*/
    /*min-height: 100vh;*/
    z-index: 2;
}

.main-header {
    height: 175px; /*50'den 80'e çıkartıldı.*/
    background: #ffffff;
    z-index: 3;
    width: 100%;
}

.nav-is-fixed .main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 1170px) {
    .main-header {
        height: 175px;
        width: 100%;/*Eklendi.*/
    }

        .main-header::after {
            clear: both;
            content: "";
            display: table;
        }
}

.logo {
    position: absolute;
    top: 100px;
    left: 1%;
    display: block;

}

    .logo img {
        display: block;
        width: 100%;
    }

@media only screen and (max-width: 1169px) {
    .nav-on-left .logo {
        left: auto;
        right: 5%;
        width: 240px;
    }
}

@media only screen and (min-width: 1170px) {
    .logo {
        top: 50px;
        left: 1em;
        width: 500px;
        z-index: 3;
    }
}

.header-buttons {
    position: absolute;
    display: inline-block;
    top: 115px;
    right: 5%;
}

    .header-buttons li {
        display: inline-block;
    }

@media only screen and (max-width: 1169px) {
    .nav-on-left .header-buttons {
        right: auto;
        left: 5%;
    }

        .nav-on-left .header-buttons li {
            float: right;
        }
}

@media only screen and (min-width: 1170px) {
    .header-buttons {
        top: 110px;
        right: 1em;
    }
}

.search-trigger, .nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    /* hide text */
    color: transparent;
    z-index: 3;
}

    .search-trigger::before, .search-trigger::after {
        /* search icon */
        content: '';
        position: absolute;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .search-trigger::before {
        /* lens */
        top: 11px;
        left: 11px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 3px solid #ff0000;
    }

    .search-trigger::after {
        /* handle */
        height: 3px;
        width: 8px;
        background: #e21e26;
        bottom: 14px;
        right: 11px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .search-trigger span {
        /* container for the X icon */
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

        .search-trigger span::before, .search-trigger span::after {
            /* close icon */
            content: '';
            position: absolute;
            display: inline-block;
            height: 3px;
            width: 22px;
            top: 50%;
            margin-top: -2px;
            left: 50%;
            margin-left: -11px;
            background: #e21e26;
            opacity: 0;
            /* Force Hardware Acceleration in WebKit */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
        }

        .search-trigger span::before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .search-trigger span::after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .search-trigger.search-is-visible::before, .search-trigger.search-is-visible::after {
        /* hide search icon */
        opacity: 0;
    }

    .search-trigger.search-is-visible span::before, .search-trigger.search-is-visible span::after {
        /* show close icon */
        opacity: 1;
    }

    .search-trigger.search-is-visible span::before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .search-trigger.search-is-visible span::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
        /* hamburger icon in CSS */
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #e21e26;
    }

    .nav-trigger span {
        /* line in the center */
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -2px;
        -webkit-transition: background 0.3s 0.3s;
        -moz-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
    }

        .nav-trigger span::before, .nav-trigger span::after {
            /* other 2 lines */
            content: '';
            right: 0;
            /* Force Hardware Acceleration in WebKit */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform-origin: 0% 50%;
            -moz-transform-origin: 0% 50%;
            -ms-transform-origin: 0% 50%;
            -o-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
            -webkit-transition: -webkit-transform 0.3s 0.3s;
            -moz-transition: -moz-transform 0.3s 0.3s;
            transition: transform 0.3s 0.3s;
        }

        .nav-trigger span::before {
            /* menu icon top line */
            top: -6px;
        }

        .nav-trigger span::after {
            /* menu icon bottom line */
            top: 6px;
        }

    .nav-trigger.nav-is-visible span {
        /* hide line in the center */
        background: rgba(46, 50, 51, 0);
    }

        .nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
            /* keep visible other 2 lines */
            background: #e21e26;
        }

        .nav-trigger.nav-is-visible span::before {
            -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
            -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
            -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
            -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
            transform: translateX(4px) translateY(-3px) rotate(45deg);
        }

        .nav-trigger.nav-is-visible span::after {
            -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
            -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
            -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
            -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
            transform: translateX(4px) translateY(2px) rotate(-45deg);
        }

@media only screen and (min-width: 1170px) {
    .nav-trigger {
        display: none;
    }
}

.primary-nav, .primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    /*background: #2e3233;*/
    background: #e21e26;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

    .primary-nav a, .primary-nav ul a {
        display: block;
        height: 50px;
        line-height: 50px;
        /*padding: 0 20px;*/
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*border-bottom: 1px solid #3a3f40;*/
        border-bottom: 1px solid #ffffff;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform, opacity;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }

    .primary-nav ul li.item {
        margin: 0;
        padding: 0;

    }
    .primary-nav ul li.item a {
        display: table-cell;
        vertical-align: middle;
        width: 100vw;
        height: 37px;
        font-size: 0.8em;
        line-height: 1.5em;
        overflow: hidden;
        text-overflow: unset;
        white-space: unset;
        /*background-color: yellow;
        border: 1px solid red;*/
    }

    .primary-nav.is-hidden, .primary-nav ul.is-hidden {
        /* secondary navigations hidden by default */
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .primary-nav.moves-out > li > a, .primary-nav ul.moves-out > li > a {
        /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

@media only screen and (max-width: 1169px) {
    .nav-on-left .primary-nav, .nav-on-left .primary-nav ul {
        right: auto;
        left: 0;
    }

    .primary-nav a, .primary-nav ul a {
        display: table-cell;
        vertical-align: middle;
        width: 100vw;
        height: 60px;
        font-size: 0.8em;
        line-height: 1.3em;
        overflow: hidden;
        text-overflow: unset;
        white-space: unset;
        padding: 0 15px;
    }
    .primary-nav ul li.item a {
        height: 60px;
    }
}

.primary-nav .see-all a {
    /* different style for the See all button on mobile and tablet */
    color: #e21e26;
}

.primary-nav .nav-gallery .nav-item, .primary-nav .nav-icons .nav-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

    .primary-nav .nav-gallery .nav-item h3, .primary-nav .nav-icons .nav-item h3 {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.primary-nav .nav-gallery .nav-item {
    padding-left: 90px;
}

    .primary-nav .nav-gallery .nav-item img {
        position: absolute;
        display: block;
        height: 40px;
        width: auto;
        left: 20px;
        top: 50%;
        margin-top: -20px;
    }

.primary-nav .nav-icons .nav-item {
    padding-left: 75px;
}

    .primary-nav .nav-icons .nav-item p {
        color: #2e3233;
        font-size: 1.3rem;
        /* hide description on small devices */
        display: none;
    }

    .primary-nav .nav-icons .nav-item::before {
        /* item icon */
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }

    .primary-nav .nav-icons .nav-item.item-1::before {
        background-image: url("../images/line-icon-1.html");
    }

    .primary-nav .nav-icons .nav-item.item-2::before {
        background-image: url("../images/line-icon-2.html");
    }

    .primary-nav .nav-icons .nav-item.item-3::before {
        background-image: url("../images/line-icon-3.html");
    }

    .primary-nav .nav-icons .nav-item.item-4::before {
        background-image: url("../images/line-icon-4.html");
    }

    .primary-nav .nav-icons .nav-item.item-5::before {
        background-image: url("../images/line-icon-5.html");
    }

    .primary-nav .nav-icons .nav-item.item-6::before {
        background-image: url("../images/line-icon-6.html");
    }

    .primary-nav .nav-icons .nav-item.item-7::before {
        background-image: url("../images/line-icon-7.html");
    }

    .primary-nav .nav-icons .nav-item.item-8::before {
        background-image: url("../images/line-icon-8.html");
    }

@media only screen and (max-width: 1169px) {
    .primary-nav {
        /* by default .primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }

        .primary-nav.nav-is-visible {
            visibility: visible;
            -webkit-transition: visibility 0s 0s;
            -moz-transition: visibility 0s 0s;
            transition: visibility 0s 0s;
        }

        .primary-nav .nav-minister content,
        .primary-nav .nav-press content {
            display: none;
        }

    /*.justify-content-end {
        -ms-flex-pack: unset !important;
        justify-content: unset !important;
    }*/
    .navigation .d-flex {
        display: unset !important;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .primary-nav .nav-minister {
        width: 33%;
        left: 24vw !important;
    }

    .primary-nav .nav-press {
        width: 40%;
        right: 10%;
    }

    .primary-nav .nav-contact {
        width: 70%;
        right: 10%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1440px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .primary-nav .nav-minister {
        width: 33%;
        left: 4% !important;
    }
    .primary-nav .nav-press {
        width: 40%;
        right: 10%;
    }

    .primary-nav .nav-contact {
        width: 70%;
        right: 10%;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1600px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .primary-nav .nav-minister {
        width: 33%;
        left: 34vw !important;
    }

    .primary-nav .nav-press {
        width: 40%;
        right: 10%;
    }

    .primary-nav .nav-contact {
        width: 70%;
        right: 10%;
    }
}
@media only screen and (min-width: 1680px) and (max-width: 1680px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .primary-nav .nav-minister {
        width: 33%;
        left: 17vw !important;
    }

    .primary-nav .nav-press {
        width: 40%;
        right: 10%;
    }

    .primary-nav .nav-contact {
        width: 70%;
        right: 10%;
    }
}
@media only screen and (min-width: 1170px) {
    .primary-nav {
        position: static;
        padding: 0 75px 0 0;
        height: auto;
        /*width: auto;*/
        width: 100%;
        float: right;
        overflow: visible;
        background: transparent;
    }

        .primary-nav::after {
            clear: both;
            content: "";
            display: table;
        }

        .primary-nav.moves-out > li > a {
            /* reset mobile style */
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }

        .primary-nav ul {
            position: static;
            height: auto;
            width: auto;
            background: transparent;
            overflow: visible;
            z-index: 3;
        }

            .primary-nav ul.is-hidden {
                /* reset mobile style */
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
            }

            .primary-nav ul.moves-out > li > a {
                /* reset mobile style */
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
                opacity: 1;
            }

        .primary-nav > li {
            float: left;
            margin-left: 1em;
        }

            .primary-nav > li > a {
                /* main navigation buttons style */
                position: relative;
                display: inline-block;
                height: 80px;
                line-height: 80px;
                padding: 0 10px;
                color: #2e3233;
                overflow: visible;
                border-bottom: none;
                -webkit-transition: color 0.3s, box-shadow 0.3s;
                -moz-transition: color 0.3s, box-shadow 0.3s;
                transition: color 0.3s, box-shadow 0.3s;
            }

                .primary-nav > li > a:hover {
                    color: #e21e26;
                }

                .primary-nav > li > a.selected {
                    color: #e21e26;
                    box-shadow: inset 0 -2px 0 #ff0000;
                }

        .primary-nav .go-back, .primary-nav .see-all {
            display: none;
        }




        .primary-nav .secondary-nav {
            width: 100%;
        }

        .primary-nav .nav-gallery {
            width: 100vw;
        }

        .primary-nav .nav-icons {
            width: 100vw;
        }

        .primary-nav .nav-minister {
            width: 33%;
            /*left: 37%;*/            
            left: 15vw;
        }

        .primary-nav .nav-press {
            width: 33%;
            right: 0%;
        }

        .primary-nav .nav-contact {
            width: 33%;
            right: 0%;
        }
        .primary-nav .nav-stats {
            width: 41%;
            right: 14%;
        }

        .primary-nav .secondary-nav,
        .primary-nav .nav-gallery,
        .primary-nav .nav-icons,
        .primary-nav .nav-minister,
        .primary-nav .nav-press,
        .primary-nav .nav-contact,
        .primary-nav .nav-stats {
            /* dropdown menu style */
            position: absolute;
            top: 80px;
            background: #ffffff;
            /*padding: 48px 64px 130px;*/
            padding: 50px 50px 0px 50px;
            box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: opacity .3s 0s, visibility 0s 0s;
            -moz-transition: opacity .3s 0s, visibility 0s 0s;
            transition: opacity .3s 0s, visibility 0s 0s;
        }

            .primary-nav .secondary-nav::after,
            .primary-nav .nav-gallery::after,
            .primary-nav .nav-icons::after,
            .primary-nav .nav-minister::after,
            .primary-nav .nav-press::after,
            .primary-nav .nav-contact::after,
            .primary-nav .nav-stats::after {
                clear: both;
                content: "";
                display: table;
            }

            .primary-nav .secondary-nav.is-hidden,
            .primary-nav .nav-gallery.is-hidden,
            .primary-nav .nav-icons.is-hidden,
            .primary-nav .nav-minister.is-hidden,
            .primary-nav .nav-press.is-hidden,
            .primary-nav .nav-contact.is-hidden,
            .primary-nav .nav-stats.is-hidden {
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .3s 0s, visibility 0s .3s;
                -moz-transition: opacity .3s 0s, visibility 0s .3s;
                transition: opacity .3s 0s, visibility 0s .3s;
            }

            .primary-nav .secondary-nav > .see-all,
            .primary-nav .nav-gallery > .see-all,
            .primary-nav .nav-icons > .see-all,
            .primary-nav .nav-minister > .see-all,
            .primary-nav .nav-press > .see-all,
            .primary-nav .nav-contact > .see-all,
            .primary-nav .nav-stats > .see-all {
                /* this is the BIG See all button at the bottom of the dropdown menu */
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                height: 80px;
                width: 100%;
                overflow: hidden;
                /* reset some inherited style */
                margin: 0;
                padding: 0;
            }

                .primary-nav .secondary-nav > .see-all a,
                .primary-nav .nav-gallery > .see-all a,
                .primary-nav .nav-icons > .see-all a,
                .primary-nav .nav-minister > .see-all a,
                .primary-nav .nav-press > .see-all a,
                .primary-nav .nav-contact > .see-all a,
                .primary-nav .nav-stats > .see-all a {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    font-size: 2.2rem;
                    font-weight: bold;
                    text-align: center;
                    line-height: 80px;
                    border-top: 1px solid #e2e3df;
                    /* reset some inherited style */
                    border-bottom: none;
                    margin: 0;
                    padding: 0;
                    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
                    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
                    transition: color 0.2s, background 0.2s, border 0.2s;
                }

                    .primary-nav .secondary-nav > .see-all a:hover,
                    .primary-nav .nav-gallery > .see-all a:hover,
                    .primary-nav .nav-icons > .see-all a:hover,
                    .primary-nav .nav-minister > .see-all a:hover,
                    .primary-nav .nav-press > .see-all a:hover,
                    .primary-nav .nav-contact > .see-all a:hover,
                    .primary-nav .nav-stats > .see-all a:hover {
                        background: #2e3233;
                        border-color: #2e3233;
                        color: #ffffff;
                    }


        /* 
        Primary Navigation > Minister 
        ---------------------------------------------------------------------------*/
        .primary-nav .nav-minister {
            padding: 15px 30px;
            background: url(../Images/zzselcuk6.jpg);
            background-repeat: no-repeat;
            background-color: white;
            background-position: center top;
            background-size: contain;
            position: absolute;
            height: 540px;
        }

            .primary-nav .nav-minister content {
                position: relative;
                width: 100%;
                top: 160px;
                margin: 0px;
                padding: 0px 0px;
                display: block;
            }

                .primary-nav .nav-minister content h3 {
                    margin: 10px 0px;
                }

                .primary-nav .nav-minister content p {
                    margin: 10px 0px;
                }


            .primary-nav .nav-minister > li {
                width: 100%;
                float: left;
                margin: 0px;
                padding: 0px;
            }

                .primary-nav .nav-minister > li:nth-child(4) {
                    margin-top: 170px;
                }

                .primary-nav .nav-minister > li a {
                    color: #2e3233 !important;
                }

                    .primary-nav .nav-minister > li a:hover {
                        color: #cc0000 !important;
                        text-decoration: none;
                    }

                    .primary-nav .nav-minister > li:last-child,
                    .primary-nav .nav-minister > li a:last-child {
                        border-bottom: 0;
                    }


    /* 
        Primary Navigation > Secondary Nav > Ministry Departments 
        ---------------------------------------------------------------------------*/
    .ministry-departments {
        width: 67% !important;
    }

        .ministry-departments > ul {
            display: table;
            border: 0;
        }

            .ministry-departments > ul li {
                width: 50%;
                float: left;
                margin-right: 15px;
            }

    .ministry-related {
        /*width: 30% !important;*/
        border-right: 0px solid #e2e3df !important;
    }




    /* 
        Primary Navigation > Press Room 
        ---------------------------------------------------------------------------*/

    .primary-nav .nav-press {
        padding: 15px 30px1;
        background: url(../Images/press-room.jpg);
        background-repeat: no-repeat;
        background-color: white;
        background-position: center top;
        background-size: contain;
        position: absolute;
        height: 540px;
    }

        .primary-nav .nav-press content {
            position: relative;
            width: 100%;
            top: 160px;
            margin: 0px;
            padding: 0px 0px;
            display: block;
        }

            .primary-nav .nav-press content h3 {
                margin: 10px 0px;
            }

            .primary-nav .nav-press content p {
                margin: 10px 0px;
            }


        .primary-nav .nav-press > li {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 0px;
        }

            .primary-nav .nav-press > li:nth-child(4) {
                margin-top: 170px;
            }

            .primary-nav .nav-press > li a {
                color: #2e3233 !important;
            }

                .primary-nav .nav-press > li a:hover {
                    color: #cc0000 !important;
                    text-decoration: none;
                }

                .primary-nav .nav-press > li:last-child,
                .primary-nav .nav-press > li a:last-child {
                    border-bottom: 0;
                }


    /* 
        Primary Navigation > Contact 
        ---------------------------------------------------------------------------*/
    .primary-nav .nav-contact > li {
        height: 480px;
        width: 100%;
        float: left;
        padding: 15px 0px;
        /*margin-right: 2.66%;*/
        /*border-right: 1px solid #e2e3df;*/
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /*margin-left: 15px;*/
    }

        .primary-nav .nav-contact > li:last-child {
            /* +2 because we have 2 list items with display:none */
            margin-right: 0;
            border-right: none;
        }

        .primary-nav .nav-contact > li > a {
            /* secondary nav title */
            display: block;
            color: #e21e26;
            font-weight: normal;
            font-size: 0.9rem;
            margin-bottom: .6em;
        }

    .primary-nav .nav-contact a {
        width: 100vh;
        display: table-cell;
        height: 30px;
        line-height: 1.2rem;
        padding: 0 18% 15px 0;
        color: #2e3233;
        border-bottom: none;
        font-size: 0.8em;
        white-space: unset;
        overflow: hidden;
        text-overflow: unset;
    }

        .primary-nav .nav-contact a:hover {
            color: #e21e26;
        }

    .primary-nav .nav-contact ul {
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .primary-nav .nav-contact ul ul {
            /* tertiary navigation */
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

            .primary-nav .nav-contact ul ul.is-hidden {
                -webkit-transform: translateX(100%);
                -moz-transform: translateX(100%);
                -ms-transform: translateX(100%);
                -o-transform: translateX(100%);
                transform: translateX(100%);
            }

            .primary-nav .nav-contact ul ul .go-back {
                display: block;
            }

                .primary-nav .nav-contact ul ul .go-back a {
                    color: transparent;
                }

            .primary-nav .nav-contact ul ul .see-all {
                display: block;
            }

    .primary-nav .nav-contact .moves-out > li > a {
        /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    /* END : Primary Navigation > Contact */





        /* 
        Primary Navigation > Stats 
        ---------------------------------------------------------------------------*/
    .primary-nav .nav-stats > li {
        height: 320px;
        /*width: 100%;*/
        float: left;
        padding: 15px 0px;
        /*margin-right: 2.66%;*/
        border-right: 1px solid #e2e3df;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: 15px;
    }

        .primary-nav .nav-stats > li:last-child {
            /* +2 because we have 2 list items with display:none */
            margin-right: 0;
            border-right: none;
        }

        .primary-nav .nav-stats > li > a {
            /* secondary nav title */
            color: #e21e26;
            font-weight: normal;
            font-size: 1.1rem;
            margin-bottom: .6em;
        }

    .primary-nav .nav-stats a {
        height: 30px;
        line-height: 30px;
        padding: 0 18% 0 0;
        color: #2e3233;
        border-bottom: none;
        font-size: 0.8em;
    }

        .primary-nav .nav-stats a:hover {
            color: #e21e26;
        }

    .primary-nav .nav-stats ul {
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .primary-nav .nav-stats ul ul {
            /* tertiary navigation */
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

            .primary-nav .nav-stats ul ul.is-hidden {
                -webkit-transform: translateX(100%);
                -moz-transform: translateX(100%);
                -ms-transform: translateX(100%);
                -o-transform: translateX(100%);
                transform: translateX(100%);
            }

            .primary-nav .nav-stats ul ul .go-back {
                display: block;
            }

                .primary-nav .nav-stats ul ul .go-back a {
                    color: transparent;
                }

            .primary-nav .nav-stats ul ul .see-all {
                display: block;
            }

    .primary-nav .nav-stats .moves-out > li > a {
        /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    /* END : Primary Navigation > Contact */




















    .primary-nav .secondary-nav > li {
        /* change the height according to your needs - you can even set height: auto */
        /*height: 340px;*/
        height: 500px;
        /* here you set the number of columns - use width percentage */
        width: 23%;
        float: left;
        margin-right: 15px;
        border-right: 1px solid #e2e3df;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .primary-nav .secondary-nav .desktop-display-hide {
        display: none !important;
    }
        .primary-nav .secondary-nav > li:last-child {
            /* +2 because we have 2 list items with display:none */
            margin-right: 0;
            border-right: none;
        }

        .primary-nav .secondary-nav > li > a {
            /* secondary nav title */
            color: #e21e26;
            font-weight: normal;
            font-size: 0.9rem;
            margin-bottom: .6em;
        }

    .primary-nav .secondary-nav a {
        height: 30px;
        line-height: 30px;
        /*padding: 0 18% 0 0;*/
        color: #2e3233;
        border-bottom: none;
        font-size: 0.8rem;
    }

        .primary-nav .secondary-nav a:hover {
            color: #e21e26;
        }

    .primary-nav .secondary-nav ul {
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .primary-nav .secondary-nav ul ul {
            /* tertiary navigation */
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

            .primary-nav .secondary-nav ul ul.is-hidden {
                -webkit-transform: translateX(100%);
                -moz-transform: translateX(100%);
                -ms-transform: translateX(100%);
                -o-transform: translateX(100%);
                transform: translateX(100%);
            }

            .primary-nav .secondary-nav ul ul .go-back {
                display: block;
            }

                .primary-nav .secondary-nav ul ul .go-back a {
                    color: transparent;
                }

            .primary-nav .secondary-nav ul ul .see-all {
                display: block;
            }

    .primary-nav .secondary-nav .moves-out > li > a {
        /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }









    .primary-nav .nav-gallery li {
        /* set here number of columns - use width percentage */
        width: 22%;
        float: left;
        margin: 0 4% 40px 0;
    }

        .primary-nav .nav-gallery li:last-child {
            /* +2 because we have two additional list items with display:none */
            margin-right: 0;
        }

    .primary-nav .nav-gallery .nav-item {
        border-bottom: none;
        padding: 0;
        height: auto;
        line-height: 1.2;
    }

        .primary-nav .nav-gallery .nav-item img {
            position: static;
            margin-top: 0;
            height: auto;
            width: 100%;
            margin-bottom: .6em;
        }

        .primary-nav .nav-gallery .nav-item h3 {
            color: #e21e26;
            font-weight: bold;
            padding: 0 .4em;
        }

    .primary-nav .nav-icons li {
        /* set here number of columns - use width percentage */
        width: 32%;
        float: left;
        margin: 0 2% 20px 0;
    }

        .primary-nav .nav-icons li:nth-child(3n+2) {
            /* +2 because we have two additional list items with display:none */
            margin-right: 0;
        }

    .primary-nav .nav-icons .nav-item {
        border-bottom: none;
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
        position: relative;
    }

        .primary-nav .nav-icons .nav-item:hover {
            background: #f6f6f5;
        }

        .primary-nav .nav-icons .nav-item h3 {
            color: #e21e26;
            font-weight: bold;
        }

        .primary-nav .nav-icons .nav-item p {
            display: block;
        }

        .primary-nav .nav-icons .nav-item::before {
            left: 25px;
        }
}

.has-children > a, .go-back a {
    position: relative;
}

    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        /* arrow icon in CSS - for element with nested unordered lists */
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        /*background: #464c4e;*/
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .has-children > a::before, .go-back a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .has-children > a::after, .go-back a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@media only screen and (min-width: 1170px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #c9cbc4;
    }
    .yaziyi-gizle {
        display: none !important;     
    }

    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
        background: #e21e26;
    }
}

.has-children > a {
    padding-right: 40px;
}

    .has-children > a::before, .has-children > a::after {
        /* arrow goes on the right side - children navigation */
        right: 10px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%;
    }

.primary-nav .go-back a {
    padding-left: 40px;
}

    .primary-nav .go-back a::before, .primary-nav .go-back a::after {
        /* arrow goes on the left side - go back button */
        left: 10px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }

@media only screen and (min-width: 1170px) {
    .has-children > a::before, .has-children > a::after {
        /*right: 15%;*/
        
    }

    .primary-nav > .has-children > a {
        /* main navigation arrows on larger devices */
        padding-right: 30px !important;
    }

        .primary-nav > .has-children > a::before, .primary-nav > .has-children > a::after {
            width: 9px;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background: #c9cbc4;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: width 0.3s, -webkit-transform 0.3s;
            -moz-transition: width 0.3s, -moz-transform 0.3s;
            transition: width 0.3s, transform 0.3s;
        }

        .primary-nav > .has-children > a::before {
            right: 12px;
        }

        .primary-nav > .has-children > a::after {
            right: 7px;
        }

        .primary-nav > .has-children > a.selected::before, .primary-nav > .has-children > a.selected::after {
            width: 14px;
        }

        .primary-nav > .has-children > a.selected::before {
            -webkit-transform: translateX(5px) rotate(-45deg);
            -moz-transform: translateX(5px) rotate(-45deg);
            -ms-transform: translateX(5px) rotate(-45deg);
            -o-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
        }

        .primary-nav > .has-children > a.selected::after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .secondary-nav > .has-children > a::before,
    .secondary-nav > .has-children > a::after {
        /* remove arrows on secondary nav titles */
        display: none;
    }

    .nav-contact > .has-children > a::before,
    .nav-contact > .has-children > a::after {
        /* remove arrows on secondary nav titles */
        display: none;
    }

    .primary-nav .go-back a {
        padding-left: 20px;
    }

        .primary-nav .go-back a::before, .primary-nav .go-back a::after {
            left: 1px;
        }
}

.search {
    position: absolute;
    height: 85px; /*50'den 80'e çıkartıldı.*/
    width: 100%;
    top: 170px; /*50'den 80'e çıkartıldı.*/
    left: 0;
    z-index: 3; /*3'den 2'ye düşürüldü.*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .search form {
        height: auto;
        width: 100%;
    }

    .search input {
        border-radius: 0;
        border: none;
        background: #ffffff;
        height: 80px;
        width: 100%;
        padding: 0 5%;
        box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

        .search input::-webkit-input-placeholder {
            color: #c9cbc4;
        }

        .search input::-moz-placeholder {
            color: #c9cbc4;
        }

        .search input:-moz-placeholder {
            color: #c9cbc4;
        }

        .search input:-ms-input-placeholder {
            color: #c9cbc4;
        }

        .search input:focus {
            outline: none;
        }

    .search.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

.nav-is-fixed .search {
    position: fixed;
}

@media only screen and (min-width: 1170px) {
    .search {
        height: 120px;
        top: 175px;
        z-index: 99;
    }

        .search input {
            padding: 0 2em;
            font-size: 1.5rem;
            font-weight: 300;
        }
}

.overlay {
    /* shadow layer visible when navigation is active */
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    /*background-color: rgba(105, 170, 111, 0.8);*/
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

    .overlay.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    }

@media only screen and (max-width: 1169px) {
    .overlay.is-visible {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    .nav-on-left .overlay.is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }

        .overlay.is-visible.search-is-visible, .nav-on-left .overlay.is-visible.search-is-visible {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
}

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2;
}

.no-js .search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1170px) {
    .no-js .primary-nav {
        position: absolute;
        z-index: 3;
        display: inline-block;
        width: auto;
        top: 0;
        right: 150px;
        padding: 0;
    }

    .no-js .nav-is-fixed .primary-nav {
        position: fixed;
    }
}



/* 
    0.3. - Scroll Bar
    ---------------------------------------------------------------------------*/


.primary-nav .secondary-nav > li::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

.primary-nav .secondary-nav > li::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.primary-nav .secondary-nav > li::-webkit-scrollbar-thumb {
    border-radius: 4px;
    height: 25px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}



@media only screen and (max-width: 1169px) {
    .ministry-related .mobile-display-hide {
        display: none;
    }
    .ministry-related .mobile-display-show {
        display: block;
    }
    .desktop-hide {
        display: none;
    }
}
@media only screen and (min-width: 1170px) {
    .mobile-display {
        display: none;
    }

}

@media only screen and (max-width: 1169px) {
    .mobile-display {
        display: block;
    }
    .mobile-display-nav-item {
        display: none;
    }
}
@media only screen and (min-width: 1170px) {
    .mobile-display {
        display: none;
    }
    .mobile-display-nav-item {
        display: block;
    }
    .no-border {
        border-right: 0 !important;
    }
}

.swiper-wrapper{
height:auto !important;
}    