/*
 *  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 {
    }

        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("../Images/mask-square.png") no-repeat scroll 50% 50% / 100% 100% #31A8E1;
            }

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

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

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

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

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

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

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

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

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

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








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



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: 40px !important;
        height: auto;
        /*-webkit-filter: grayscale(100%);
                filter: grayscale(100%);*/
        transition: 0.3s;
    }

    .call-desktop > ul a:hover img {
        width: 40px !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(/Contents/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;
            border-color: none;
        }

        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;
            vertical-align: -webkit-baseline-middle;
        }





    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: red;
        margin-top: 130px !important;
    }
    .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: 5em !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: red;
        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: 6em !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: red;
        margin-top: 133px !important;
    }

        .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: red;
            margin-top: 135px !important;
        }

        .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: 1024px) {
    .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: red;
        //margin-top: 80px;
    }

    .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 {
                width: 22px !important;
            }


        .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;
        -moz-appearance: window;
        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;
        }
        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; 
        }
    }
    

.list-icon li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em !important;
    color: #db0d15;
            
        }
        .list-icon ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
        }
        
        .list-icon li {
    margin-left: 3em;
}




#slide-img {
    height: 400px;
    width: 100%;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
}

    @media (max-width: 767px) {
       #slide-img {
		   height: 200px !important;
	   }
    }

