﻿@charset "utf-8";
/* CSS Document */



body {
    margin: 0px;
    padding: 0px;
    background: url(images/container-bg.jpg) repeat center top;
    font-family: 'din_trregular';
    outline: none;
}



@font-face {
    font-family: 'din_trregular';
    src: url('fonts/dintr-webfont.eot');
    src: url('fonts/dintr-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dintr-webfont.woff') format('woff'), url('fonts/dintr-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_trbold';
    src: url('fonts/dinboldtr-webfont.eot');
    src: url('fonts/dinboldtr-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dinboldtr-webfont.woff') format('woff'), url('fonts/dinboldtr-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'din_trlight';
    src: url('fonts/dinlighttr-webfont.eot');
    src: url('fonts/dinlighttr-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dinlighttr-webfont.woff2') format('woff2'), url('fonts/dinlighttr-webfont.woff') format('woff'), url('fonts/dinlighttr-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'arab';
    src: url('fonts/adobearabic-regular.eot');
    src: url('fonts/adobearabic-regular.eot?#iefix') format('embedded-opentype'), url('fonts/adobearabic-regular.woff') format('woff'), url('fonts/adobearabic-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sg';
    src: url('fonts/segoeui.eot');
    src: url('fonts/segoeui.eot?#iefix') format('embedded-opentype'), url('fonts/segoeui.woff') format('woff'), url('fonts/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sgb';
    src: url('fonts/segoeuib.eot');
    src: url('fonts/segoeuib.eot?#iefix') format('embedded-opentype'), url('fonts/segoeuib.woff') format('woff'), url('fonts/segoeuib.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sgl';
    src: url('fonts/segoeuil0.eot');
    src: url('fonts/segoeuil0.eot?#iefix') format('embedded-opentype'), url('fonts/segoeuil0.woff') format('woff'), url('fonts/segoeuil0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


::-webkit-input-placeholder {
    color: #333;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #333;
    opacity: 1 !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #333;
    opacity: 1 !important;
}
/* ie */
input:-moz-placeholder {
    color: #333;
    opacity: 1 !important;
}


strong {
}

a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, ul {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.effect {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.full {
    position: relative;
}

.overflow {
    overflow: hidden;
}

.inside-box {
    width: 980px;
    height: auto;
    margin: 0px auto;
    position: relative;
}



.container {
    overflow: hidden;
}

.header {
    background: url(images/header-bg.jpg) repeat-x;
    padding: 1px 0px;
    float: left;
    width: 100%;
}

.box-sha-5 {
    box-shadow: 0px 0px 5px #999;
}

.logo {
    overflow: hidden;
    position: relative;
    z-index: 10;
}


.logo-text {
    position: absolute;
    font-family: 'sgb';
    font-size: 13px;
    color: #333;
    top: 85px;
}

.logo-text_2 {
    position: absolute;
    font-family: 'sgb';
    font-size: 30px;
    color: #333;
    top: 18px;
}

.header-menu-cont {
    margin: 0 0 0 -5px;
    position: relative;
    width: 725px;
}

.header-top {
    overflow: hidden;
    padding: 25px 0 0px 0;
}

    .header-top > .page-title {
        font-size: 22px;
        color: #333;
        /*color:#940f32;*/
        padding: 0 0 0 5px;
        width: 360px;
    }


.lang {
    float: left;
}

    .lang a {
        display: block;
        float: left;
        margin: 3px 0 0 7px;
        color: #333;
        font-size: 14px;
    }

        .lang a.arab {
            font-family: 'arab';
            direction: rtl !important;
            font-size: 21px;
        }

        .lang a:hover {
            text-decoration: underline;
        }

        .lang a.home {
            background: url(images/home.png) no-repeat center center;
            width: 19px;
            height: 19px;
            margin: 3px 15px 0 15px;
        }

.social {
    float: left;
    padding: 5px;
    border-radius: 5px;
    margin: -5px 0 0 0;
}

    .social a {
        width: 25px;
        height: 25px;
        float: left;
        display: block;
        margin: 0 5px 0 0;
        border-radius: 50%;
    }

        .social a:last-child {
            margin: 0;
        }

        .social a.fb {
            background: url(images/social.png) 0px 0px no-repeat #3a5ba2;
        }

        .social a.tw {
            background: url(images/social.png) -25px 0px no-repeat #20bef0;
        }

        .social a.fr {
            background: url(images/social.png) -50px 0px no-repeat #f94877;
        }

        .social a.gp {
            background: url(images/social.png) -75px 0px no-repeat #e1584b;
        }

        .social a.rss {
            background: url(images/social.png) -100px 0px no-repeat #e17842;
        }


ul#menu {
    margin: 15px 0 0 5px;
    padding: 0;
    width: 100%;
    border-top: 2px solid #333;
}

    ul#menu li {
        list-style-type: none;
        float: left;
    }

        ul#menu li a {
            display: block;
            padding: 7px 22px;
            text-align: center;
            position: relative;
            overflow: hidden;
            color: #333;
            font-family: 'sg';
        }

            ul#menu li a:hover {
                cursor: pointer;
            }

            ul#menu li a > span.triangle {
                width: 10px;
                height: 10px;
                transform: rotate(45deg);
                position: absolute;
                z-index: 10;
                background: #333;
                top: -12px;
                margin: 0px auto;
                left: 0;
                right: 0;
            }

        ul#menu li:hover span.triangle {
            top: -5px;
        }

        ul#menu li a.active > span.triangle {
            top: -5px;
        }


        ul#menu li.acilir ul.drop {
            position: absolute !important;
            list-style-type: none;
            top: 100%;
            padding: 0px;
            margin: 0px 0 0 -40px;
            display: none;
            z-index: 10000 !important;
            width: 210px;
            margin-left: 10px;
        }

a.arw {
    background: url(images/sub-arrow.png) no-repeat right center #333 !important;
    opacity: 0.9;
}

    a.arw:hover {
        background: url(images/sub-arrow.png) no-repeat right center #333 !important;
        opacity: 0.9;
        border-color: #7A0C29;
    }

ul#menu li.acilir ul.dropsub {
    position: absolute !important;
    list-style-type: none;
    top: 0;
    padding: 0px;
    margin: 0;
    display: none;
    z-index: 10000 !important;
    width: 210px;
    left: 100%;
}



    ul#menu li.acilir ul.dropsub li a {
        background: #333 !important;
        opacity: 0.9;
    }

ul#menu li.acilir ul.drop li {
    float: none;
    min-height: 0px !important;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
}


    ul#menu li.acilir ul.drop li a {
        height: auto;
        display: block;
        font-family: 'din_trregular';
        font-size: 14px !important;
        border-right: none;
        padding: 10px 5px;
        line-height: normal;
        background: #333;
        opacity: 0.9;
        border-bottom: 1px solid #2f251a;
        color: #fff;
        text-align: left;
    }


        ul#menu li.acilir ul.drop li a:hover {
            background: #333;
            opacity: 1;
            border-color: #2f251a;
        }


.center {
    padding: 30px 0px;
    overflow: hidden;
    min-height: 750px;
}

.center-top {
    padding: 0 20px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

/*.center-top-title
{
	padding:10px 20px;
	color:#fff;
	font-size:20px;
	background:#940f32;	
	border-bottom:1px solid #71021f;
	margin:5px 0 1px 0;
	box-shadow:0 0 5px #000;
	overflow:hidden;
	min-width:240px;
}*/

.center-bottom {
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
    margin: -1px 0 0 0;
}

.center-bottom-left {
    width: 280px;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.shortcut-box {
    padding: 10px 6px;
    overflow: hidden;
}

.left-box {
    padding: 10px 6px;
    overflow: hidden;
}

.box {
    overflow: hidden;
    position: relative;
}

._150 {
    width: 129px;
    min-height: 90px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 6px #333;
    margin: 0 10px 10px 0;
}

    ._150:nth-child(2n) {
        margin: 0 0px 10px 0;
    }

._150img {
    min-height: 90px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

    ._150img img {
        height: 100%;
    }


._150text {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,0.7);
    font-size: 14px;
}

    ._150text a {
        color: #fff;
        display: block;
        padding: 5px;
    }

._150:hover ._150img img {
    transform: scale(1.1);
}

._150:hover {
    cursor: pointer;
}

.content-slider {
    padding: 5px;
    overflow: hidden;
}

.content-slider-cont {
    overflow: hidden;
    margin: 5px 0 0 0;
    width: 100% !important;
}

.content-slider ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.content-slider-cont ul li {
    list-style-type: none;
    width: 100%;
}

    .content-slider-cont ul li > .img-box {
        position: relative;
    }

        .content-slider-cont ul li > .img-box img {
            width: 100%;
        }

        .content-slider-cont ul li > .img-box > .title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.2);
            padding: 5px;
            font-family: 'din_trbold';
            text-align: left;
        }

            .content-slider-cont ul li > .img-box > .title > a {
                color: #fff;
                font-size: 15px;
            }




.content-slider-title {
    font-size: 20px;
    color: #2f251a;
    overflow: hidden;
}

    .content-slider-title > span.title {
        width: 60%;
        display: block;
        float: left;
        text-align: left;
    }

    .content-slider-title > span.arrow {
        width: 60px;
        float: right;
        background: #333;
    }

        .content-slider-title > span.arrow > a {
            width: 50%;
            height: 25px;
            display: block;
            float: left;
        }

.content-slider-cont ul li > .img-desc {
    padding: 10px 5px;
    background: #cbcaca;
    color: #333;
    font-size: 13px;
    text-align: left;
}


/*.content-slider-title > span.arrow > a.arrow-left {
    background: url(images/c-s-a-left.png) no-repeat center center #f3efe7;
}*/

.content-slider-title > span.arrow > a.arrow-left:hover {
    background: url(images/c-s-a-left.png) no-repeat center center #333333;
}

/*.content-slider-title > span.arrow > a.arrow-right {
    background: url(images/c-s-a-right.png) no-repeat center center #f3efe7;
}*/

.content-slider-title > span.arrow > a.arrow-right:hover {
    background: url(images/c-s-a-right.png) no-repeat center center #333333;
}


/*.content-slider-title > span.arrow > a.arrow-up {
    background: url(images/c-s-a-up.png) no-repeat center center #f3efe7;
}*/

.content-slider-title > span.arrow > a.arrow-up:hover {
    background: url(images/c-s-a-up.png) no-repeat center center #333333;
}

/*.content-slider-title > span.arrow > a.arrow-down {
    background: url(images/c-s-a-down.png) no-repeat center center #f3efe7;
}*/

.content-slider-title > span.arrow > a.arrow-down:hover {
    background: url(images/c-s-a-down.png) no-repeat center center #333333;
}

.movie-box a {
    display: block;
}

.movie-box span {
    display: block;
}

    .movie-box span.title {
        font-size: 20px;
        color: #2F251A;
    }

    .movie-box span.playbox {
        min-height: 150px;
        background: #151a1e;
        position: relative;
    }

    .movie-box span.playbtn {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 70px;
        height: 70px;
        background: url(images/arrowplay.png) no-repeat center center #b21b1b;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        margin: auto;
    }

.movie-icon {
    width: 71px;
    height: 78px;
    background: url(images/movie-icon.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10;
    display: block;
}

.form-cont-row input[type="text"] {
    width: 50%;
    padding: 1%;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'sg';
    margin: 0 0 10px 0;
    color: #333;
}

.form-cont-row input[type="password"] {
    width: 50%;
    padding: 1%;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'sg';
    margin: 0 0 10px 0;
    color: #333;
}

.form-cont-row select {
    width: 52.5%;
    padding: 1%;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'sg';
    margin: 0 0 10px 0;
    appearance: none;
    -moz-appearance: none;
    -ms-moz-appearance: none;
    -o-moz-appearance: none;
    -webkit-moz-appearance: none;
    background: url(images/select-arrow.svg) no-repeat center right;
    background-size: 6% auto;
}

.form-cont-row textarea {
    width: 97%;
    padding: 1%;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'sg';
    margin: 0 0 10px 0;
    color: #333;
    resize: none;
    border-radius: 5px;
    height: 100px;
}


.form-cont-row > span.title {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 10px 0px;
}

    .form-cont-row > span.title > span {
        padding: 5px;
        display: inline-block;
        font-size: 18px;
        color: #333;
        margin: 0 0 0 5px;
    }



.map iframe {
    width: 100%;
}

.form-info {
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    margin: 0 0 10px 0;
}

.form-send {
    background: rgba(0,122,46,0.6);
    border: 1px solid #668868;
}

.form-err {
    background: rgba(255,105,105,0.8);
    border: 1px solid #cd6666;
}

.center-bottom-right {
    width: 640px;
    padding: 20px 0px;
}

.slide-cont {
    width: 100%;
}

.slide-box {
    width: 100%;
    height: 100%;
}

.ann-box {
    overflow: hidden;
    border-bottom: 1px solid #2f251a;
    padding: 10px 0;
}

    .ann-box:hover {
        cursor: pointer;
    }

/*.ann-box:hover .ann-box-content > span.title a
{
	color:#9F1137;		
}*/

/*.ann-box:hover .ann-box-date
{
	background:#9F1137;
}

.ann-box:hover .ann-box-date span
{
	color:#fff;	
}*/

.ann-box-date {
    width: 100px;
    background: #f3efe7;
    float: left;
    padding: 5px 0;
}

    .ann-box-date span {
        display: block;
        text-align: center;
    }

    .ann-box-date > span.day {
        font-family: 'din_trbold';
        font-size: 20px;
        color: #2f251a;
    }

    .ann-box-date > span.month_year {
        font-size: 12px;
        color: #2f251a;
    }

.ann-box-content {
    float: left;
    margin: 0 0 0 20px;
    width: 510px;
}

    .ann-box-content span {
        display: block;
    }

    .ann-box-content > span.title a {
        font-size: 15px;
        font-family: 'din_trbold';
        color: #2f251a;
        display: block;
        padding: 0 0 10px 0;
    }

    .ann-box-content > span.desc {
        font-size: 13px;
        color: #2f251a;
    }


.horizontal-carousel {
    background: #f3efe7;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ccc;
}


.horizontal-carousel-cont {
    margin-top: -60px;
}

/*.carousel-slide
{
	color:#fff;
	font-size:14px;	
	padding:10px;
	text-align:center;
	-webkit-box-shadow: 1px 0 2px -2px #888;
	box-shadow: 1px 0 2px -2px #888;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	background:#9f1137;
	margin:0 10px 0 0;
}

.carousel-slide a
{
	color:#fff;
	display:block;	
}

.carousel-slide a:hover
{
	color:#FFDE20 ;	
}*/


.footer {
    background: url(images/header-bg.jpg) center top;
    margin: 30px 0 0 0;
    padding: 30px 0px;
    font-size: 13px;
    color: #000;
    overflow: hidden;
}

    .footer ul {
        margin: 0;
        padding: 0;
    }

        .footer ul li {
            float: left;
            margin: 0 10px 0 0;
            list-style-type: none;
        }

    .footer a {
        color: #000;
    }

        .footer a:hover {
            color: #9F1137;
        }

.footer-menu {
    width: 60%;
}

.footer-address {
    width: 30%;
}

.menu-btn {
    display: none;
    overflow: hidden;
    padding: 10px;
    background: #333;
    border: 1px solid #111;
    border-radius: 2px;
    margin: 0 10px;
    font-family: 'din_trbold';
    color: #fff;
    font-size: 1.5em;
}

    .menu-btn span {
        display: block;
        background: url(images/menu.svg) no-repeat center right;
        background-size: auto 100%;
    }

.content-text {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

    .content-text h1 {
        display: block;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        font-size: 18px;
        color: #333;
        font-family: 'din_trbold';
        border-bottom: 1px solid #ccc;
    }

    .content-text > .c-img {
        width: 100%;
        height: auto;
        margin: 5px 0px;
    }

.gallery-cont {
    margin: 10px 0px;
    overflow: hidden;
}

.gallery-img {
    width: 150px;
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 24px 20px 0;
}


    .gallery-img:nth-child(3n) {
        margin: 0 0 20px 0;
    }


    .gallery-img img {
        width: 100% !important;
        margin: 0 !important;
        height: 90px;
    }






.gallery-img2 {
    width: 150px;
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 24px 20px 0;
    height: 200px;
}


    .gallery-img2:nth-child(3n) {
        margin: 0 0 20px 0;
    }


    .gallery-img2 img {
        width: 100% !important;
        margin: 0 !important;
        height: 90px;
    }






.file-list {
    overflow: hidden;
    margin: 0 0 30px 0;
}

.file-list-title {
    overflow: hidden;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #999;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.file-list ul {
    margin: 0;
    padding: 0;
}

    .file-list ul li {
        list-style-type: none;
    }

        .file-list ul li a {
            display: block;
            padding: 10px 5px 10px 30px;
            color: #333;
            background: url(images/file.svg) no-repeat center left;
            background-size: 25px auto;
            border-bottom: 1px solid #ccc;
            font-size: 13px;
        }

            .file-list ul li a:hover {
                padding: 10px 5px 10px 40px;
                color: #940F32;
            }


.sub-list {
    overflow: hidden;
    margin: 0px 0 30px 0;
}

    .sub-list ul {
        margin: 0 0 10px 0;
        padding: 0px;
    }

        .sub-list ul li {
            list-style-type: none;
        }









.link-list {
    overflow: hidden;
    margin: 0px 0 30px 0;
}

    .link-list ul {
        margin: 0px;
        padding: 0px;
    }

        .link-list ul li {
            list-style-type: none;
        }

            .link-list ul li a {
                display: block;
                padding: 5px 0px 5px 15px;
                background: url(images/link-list.png) no-repeat left center;
                font-size: 14px;
                color: #333;
            }

                .link-list ul li a:hover {
                    color: #9F1137;
                }

.person-cont {
    text-align: center;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.person-head {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.person-head-text a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #333;
}

    .person-head-text a > span {
        display: block;
    }

        .person-head-text a > span.name {
            font-size: 12px;
            font-family: 'sgb';
        }

        .person-head-text a > span.title {
            font-size: 13px;
        }

.person-head img {
    margin: 0;
    max-width: 100%;
}


.person-row {
    overflow: hidden;
}

.person-1 {
    width: 400px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.person-2 {
    width: 45%;
}

    .person-2:nth-child(1n) {
        float: left;
    }

    .person-2:nth-child(2n) {
        float: right;
    }


.person-3 {
    width: 30%;
    margin: 0 2% 2px 0;
    height: 250px;
}

    .person-3:nth-child(3n) {
        margin: 0 0 10px 0;
    }

.person-4 {
    width: 22%;
    margin: 0 1.5% 10px 0;
}

    .person-4:nth-child(4n) {
        margin: 0 0 10px 0;
    }


.person-list {
    overflow: hidden;
}

    .person-list table tr td {
        width: 25%;
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
        color: #333;
        text-align: center;
    }

        .person-list table tr td a {
            color: #333;
        }


    .person-list table {
        width: 100%;
    }


        .person-list table img {
            width: 100px;
            height: 100px;
            border-radius: 10px;
        }

.birim_sosyal_medya {
    width: 100%;
}

    .birim_sosyal_medya div {
        width: 50%;
        float: left;
        margin-top: 10px;
    }

.birim_sosyal_medya_mobil {
    width: 100%;
    text-align:center;
   
}

    .birim_sosyal_medya_mobil div {
        width: 100%;
        float: left;
        margin-top: 10px;
    }



/* General*/
@media screen and (min-width: 320px) and (max-width: 1024px) {
    .birim_sosyal_medya {
        display: none !important;
    }

    .birim_sosyal_medya_mobil {
        display: block;
    }

    body {
        background: #f9f9f9;
    }

    .left, .right {
        float: none;
    }

    .resp {
        display: none !important;
    }

    .inside-box {
        width: 90%;
    }

    .header-menu-cont {
        width: auto;
    }

    .header-top > .page-title {
        text-align: center;
        font-family: 'din_trbold';
        font-size: 2em;
        width: auto;
    }

    .logo {
        width: 80%;
        margin: 0px auto;
    }

    .lang {
        overflow: hidden;
        text-align: center;
        margin: 15px 0 0 0;
    }

        .lang a, .lang a.arab {
            display: inline-block;
            float: none;
            font-size: 1.5em;
            font-family: 'din_trbold';
        }

    .social {
        float: none;
        overflow: hidden;
        margin: 15px 10px;
        background: none;
        border: none;
        text-align: center;
    }

        .social a {
            display: inline-block;
            width: 50px;
            height: 50px;
            background-size: 50% !important;
            background-position: center center !important;
            float: none;
        }

            .social a.fb {
                background: url(images/fb.svg) no-repeat #3a5ba2;
            }

            .social a.tw {
                background: url(images/tw.svg) no-repeat #20bef0;
            }

            .social a.fr {
                background: url(images/fr.svg) no-repeat #f94877;
            }

            .social a.gp {
                background: url(images/gp.svg) no-repeat #e1584b;
            }

            .social a.rss {
                background: url(images/rss.svg) no-repeat #e17842;
            }

    ul#menu li {
        float: none;
    }

    .menu-btn {
        display: block;
    }

    .header-bottom {
        position: relative;
    }

    #menu {
        display: none;
        margin: 0 !important;
        border: none !important;
    }

    ul#menu li {
        margin: -1px 0 0 0;
    }

        ul#menu li a {
            background: #333;
            text-align: left;
            color: #fff;
            font-size: 1.5em;
            margin: 0 10px;
            padding: 10px;
        }

            ul#menu li a > span.triangle {
                display: none;
            }

            ul#menu li a.active, ul#menu li a:hover {
                background: #222;
            }

    .center-top, .center-bottom {
        padding: 0;
    }

    .center-bottom {
        background: none;
    }

    .center-bottom-left {
        width: auto;
        padding: 0;
    }

    .center-top-title {
        margin: 0;
    }

    .center {
        padding: 5% 0;
    }

    .shortcut-box {
        padding: 10px 0px;
    }



    ._150 {
        box-shadow: none;
        width: 48%;
        min-height: inherit;
    }

    ._150img {
        position: relative;
        min-height: inherit;
    }

        ._150img img {
            width: 100%;
        }

    ._150:nth-child(1n) {
        float: left;
    }

    ._150:nth-child(2n) {
        float: right;
    }

    ._150text a {
        font-size: 1em;
    }

    .box-sha-5 {
        box-shadow: none;
    }

    .content-slider {
        padding: 0;
    }

    .content-slider-title > span.title, .center-top-title, .movie-box span.title {
        font-size: 30px;
        font-family: 'din_trbold';
    }

    .content-slider-cont ul li > .img-box > .title > a {
        font-size: 1.5em;
        font-family: 'din_trbold';
    }

    .content-slider-cont ul li > .img-desc {
        font-size: 1em;
    }

    .content-slider-title > span.arrow {
        width: 100px;
    }

        .content-slider-title > span.arrow > a {
            height: 55px;
        }

    .center-bottom-right {
        width: auto;
    }

    .slide-cont {
        margin: 0 0 20px 0;
    }

    .ann-box-date {
        width: 20%;
        float: left;
    }

    .ann-box-content {
        width: 70%;
        float: right;
        margin: 0;
    }

        .ann-box-content > span.title a {
            font-size: 1.5em;
        }

        .ann-box-content > span.desc, .ann-box-date > span.month_year {
            font-size: 1em;
        }

    .horizontal-carousel-cont {
        margin: 0 auto;
    }


    .footer ul {
        width: 100%;
    }

        .footer ul li {
            float: none;
        }

    .footer a {
        padding: 2%;
        font-size: 1.5em;
        display: block;
    }

    .footer-menu {
        width: 100%;
    }

    .footer-address {
        background: #940F32;
        width: 96%;
        padding: 2%;
        font-size: 1em;
        color: #fff;
        margin: 10px 0;
    }

    .left-box {
        padding: 10px 0;
    }

    ul#menu li.acilir ul.drop, ul#menu li.acilir ul.dropsub {
        position: relative !important;
        top: 0;
        margin: 0;
        width: 100%;
        left: 0px;
    }

        ul#menu li.acilir ul.drop li a {
            font-size: 1.4em !important;
            padding: 10px !important;
            border-bottom: 2px solid #333;
            opacity: 0.7;
        }

    .gallery-img {
        width: 45%;
        padding: 1%;
        margin: 0 0 15px 0 !important;
    }

        .gallery-img:nth-child(1n) {
            float: left;
        }

        .gallery-img:nth-child(2n) {
            float: right;
        }

    .file-list-title, .sub-list ul li a.sub-title {
        font-size: 1.5em;
    }

    .file-list ul li a, .sub-list ul li a.sub-square, .link-list ul li a {
        font-size: 1em;
    }

    .person-head img {
        width: 100% !important;
    }

    .person-1 {
        width: 95%;
        padding: 2%;
    }

    .person-3 {
        width: 45%;
        margin: 0px 0 10px 0px !important;
    }

        .person-3:nth-child(1n) {
            float: left !important;
        }

        .person-3:nth-child(2n) {
            float: right !important;
        }

    .person-4 {
        width: 45%;
        margin: 0px 0 10px 0px !important;
    }

        .person-4:nth-child(1n) {
            float: left !important;
        }

        .person-4:nth-child(2n) {
            float: right !important;
        }

    .person-list table tr td:last-child {
        margin: 0 0 20px 0;
    }

    .person-list table tr td {
        width: 100%;
        float: left;
        font-size: 1.5em;
        padding: 3% 0;
    }

        .person-list table tr td:first-child {
            text-align: center;
        }

    .person-list table img {
        max-width: 400px;
    }

    a.arw {
        background: url(images/sub-arrow-resp.png) no-repeat right center #333 !important;
    }

        a.arw:hover {
            background: url(images/sub-arrow-resp.png) no-repeat right center #333 !important;
            border-color: #2f251a;
        }
}

/* General*/

/* Samsung Phone */
@media screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
    .shortcut-box {
        text-align: center;
    }

    ._150 {
        width: 24%;
        margin: 0 !important;
        display: inline-block;
        float: none !important;
    }

    .gallery-img {
        width: 30%;
        float: left;
        margin: 0 1.3% 15px 0 !important;
    }

        .gallery-img:nth-child(2n) {
            float: left;
        }

        .gallery-img:nth-child(3n) {
            margin: 0 0 15px 0 !important;
        }

    .center-bottom-left {
        width: 100%;
        float: none;
    }

    .center-bottom-right {
        width: 100%;
        float: none;
    }

    .person-list table tr {
        float: left;
        width: 45%;
    }

        .person-list table tr:nth-child(2n) {
            float: right;
        }

        .person-list table tr td:last-child {
            margin: 0 0 20px 0;
        }

        .person-list table tr td {
            width: 100%;
            float: left;
            font-size: 1.3em;
            padding: 3% 0;
        }

            .person-list table tr td:first-child {
                text-align: center;
            }

    .person-list table img {
        width: 100%;
    }
}

/* Samsung Phone */

/* iPhone Phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-pixel-ratio: 2) and (orientation: landscape) {
    .shortcut-box {
        text-align: center;
    }

    ._150 {
        width: 24%;
        margin: 0 !important;
        display: inline-block;
        float: none !important;
    }

    .gallery-img {
        width: 30%;
        float: left;
        margin: 0 1.3% 15px 0 !important;
    }

        .gallery-img:nth-child(2n) {
            float: left;
        }

        .gallery-img:nth-child(3n) {
            margin: 0 0 15px 0 !important;
        }

    .center-bottom-left {
        width: 100%;
        float: none;
    }

    .center-bottom-right {
        width: 100%;
        float: none;
    }

    .person-list table tr {
        float: left;
        width: 45%;
    }

        .person-list table tr:nth-child(2n) {
            float: right;
        }

        .person-list table tr td:last-child {
            margin: 0 0 20px 0;
        }

        .person-list table tr td {
            width: 100%;
            float: left;
            font-size: 1.3em;
            padding: 3% 0;
        }

            .person-list table tr td:first-child {
                text-align: center;
            }

    .person-list table img {
        width: 100%;
    }
}
/* iPhone Phone*/

/* iPhone  Tablet Yatay*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .shortcut-box {
        text-align: center;
    }

    ._150 {
        width: 100%;
        margin: 0 0 10px 0 !important;
        display: inline-block;
        float: none !important;
    }

    .center-bottom-left {
        width: 30%;
        float: left;
    }

    .center-bottom-right {
        width: 65%;
        float: right;
    }

    .gallery-img {
        width: 21%;
        float: left;
        margin: 0 1.3% 15px 0 !important;
    }

        .gallery-img:nth-child(2n) {
            float: left;
        }

        .gallery-img:nth-child(3n) {
            margin: 0 1.3% 15px 0 !important;
        }

        .gallery-img:nth-child(4n) {
            margin: 0 0 15px 0 !important;
        }

    .person-1 {
        width: 600px;
    }

    .person-3 {
        width: 29.6%;
        margin: 0 2.5% 10px 0 !important;
        float: left !important;
    }

        .person-3:nth-child(2n) {
            margin: 0 2.5% 10px 0 !important;
            float: left !important;
        }

        .person-3:nth-child(3n) {
            margin: 0 0 10px 0 !important;
            float: left !important;
        }

    .person-4 {
        width: 21.1%;
        margin: 0 2.5% 10px 0 !important;
        float: left !important;
    }

        .person-4:nth-child(2n) {
            margin: 0 2.5% 10px 0 !important;
            float: left !important;
        }

        .person-4:nth-child(3n) {
            margin: 0 2.5% 10px 0 !important;
            float: left !important;
        }

        .person-4:nth-child(4n) {
            margin: 0 0% 10px 0 !important;
            float: left !important;
        }

    .person-list table tr {
        float: left;
        width: 45%;
    }

        .person-list table tr:nth-child(2n) {
            float: right;
        }

        .person-list table tr td:last-child {
            margin: 0 0 20px 0;
        }

        .person-list table tr td {
            width: 100%;
            float: left;
            font-size: 1em;
            padding: 3% 0;
        }

            .person-list table tr td:first-child {
                text-align: center;
            }

    .person-list table img {
        width: 100%;
    }
}

/* iPhone  Tablet Yatay*/


/* iPhone  Tablet Dikey*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .shortcut-box {
        text-align: center;
    }

    ._150 {
        width: 100%;
        margin: 0 0 10px 0 !important;
        display: inline-block;
        float: none !important;
    }

    .center-bottom-left {
        width: 30%;
        float: left;
    }

    .center-bottom-right {
        width: 65%;
        float: right;
    }

    .gallery-img {
        width: 21%;
        float: left;
        margin: 0 1.3% 15px 0 !important;
    }

        .gallery-img:nth-child(2n) {
            float: left;
        }

        .gallery-img:nth-child(3n) {
            margin: 0 1.3% 15px 0 !important;
        }

        .gallery-img:nth-child(4n) {
            margin: 0 0 15px 0 !important;
        }

    .file-list ul li a {
        font-size: 0.9em;
    }

    .person-1 {
        width: 400px;
    }

    .person-3 {
        width: 28.9%;
        margin: 0 2.5% 10px 0 !important;
        float: left !important;
    }

        .person-3:nth-child(2n) {
            margin: 0 2.5% 10px 0 !important;
            float: left !important;
        }

        .person-3:nth-child(3n) {
            margin: 0 0 10px 0 !important;
            float: left !important;
        }

    .person-4 {
        width: 20.4%;
        margin: 0 2.5% 10px 0 !important;
        float: left !important;
    }

        .person-4:nth-child(2n) {
            margin: 0 2.5% 10px 0 !important;
            float: left !important;
        }

        .person-4:nth-child(3n) {
            margin: 0 2.5% 10px 0 !important;
            float: left !important;
        }

        .person-4:nth-child(4n) {
            margin: 0 0% 10px 0 !important;
            float: left !important;
        }

    .person-list table tr {
        float: left;
        width: 45%;
    }

        .person-list table tr:nth-child(2n) {
            float: right;
        }

        .person-list table tr td:last-child {
            margin: 0 0 20px 0;
        }

        .person-list table tr td {
            width: 100%;
            float: left;
            font-size: 1em;
            padding: 3% 0;
        }

            .person-list table tr td:first-child {
                text-align: center;
            }

    .person-list table img {
        width: 100%;
    }
}
/* iPhone  Tablet*/


@media screen and (min-width:1025px) and (max-width: 5000px) {
    .birim_sosyal_medya_mobil {
        display: none;
    }
}