﻿@font-face {
    /*font-family: 'YourFontName'; a name to be used later*/
    src: url('font/LatoTR-Regular.ttf') format("truetype"); /*segoeuil.ttf URL to font  font-family: Calibri, Calibri Light, Sans-Serif, Arial;*/
}

@font-face {
    /*font-family: 'YourFontName'; a name to be used later*/
    src: url('font/LatoTR-Light.ttf') format("truetype"); /*segoeuil.ttf URL to font  font-family: Calibri, Calibri Light, Sans-Serif, Arial;*/
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#master-container {
    min-height: 100%;
    position: relative;
}

#master-body {
    padding-bottom: 70px; /* Height of the footer */
}

#master-footer {
    bottom: 0px;
    width: 100%;
    height: 70px; /* Height of the footer */
    background-color: #212121;
}

.intro-video {
    width: 620px;
    height: 340px;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        /* color: #2a6496;    text-decoration: underline;*/
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    a, a:visited, a:hover {
        outline: none !important;
    }

.header:after, .header:before {
    content: "";
    clear: both;
    display: table;
}
/*.row
{
    clear: both;
    content: "";
}*/
.top {
    position: relative;
    background-color: #fff;
    height: 68px;
    padding-top: 20px;
    line-height: 50px;
    overflow: hidden;
    z-index: 2;
}

.banner {
    background-image: url(image/banner.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.logo {
    font-family: fontawesome;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 37px;
    letter-spacing: 3px;
    color: #555555;
    display: block;
    position: absolute;
    top: 17px;
}

.haftanin-terimi {
    width: 100%;
    display: block;
    margin: 8px 0;
    text-decoration: none;
    background-color: #808080;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

    .haftanin-terimi:hover {
        background-color: #164194;
    }

.example_a {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ed3330;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    width: 200px;
    height: 50px;
}

    .example_a:hover {
        background: #434343;
        letter-spacing: 1px;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
        transition: all 0.4s ease 0s;
    }

.kurum {
    position: absolute;
    display: inline-block;
    font-size: 20pt;
    margin-left: -355px;
    margin-top: 60px;
    /*font-family: Century Gothic, Segoe UI Light;*/
    font-family: 'Myriad Pro','Myriad Web Pro';
    color: #DC0D15;
}

.kurumSBbanner {
    display: inline-block;
    vertical-align: top;
    /* background-image: url(image/TCSaglikBakanligiMobil.png);*/
       background-image:url(image/TCIzmirValiligi.png);
    margin-top: 25px;
    margin-left: 10px;
    width: 363px;
    height: 33px;
}

.imsakiye {
    position: absolute;
    text-align: center;
    background-color: red;
    color: white;
    padding: 3px;
    left: 45%;
    width: 200px;
    font-weight: 700;
    z-index: 10000;
}

.headersocial {
    float: right;
    display: inline-block;
    height: 30px;
    margin-top: 2px;
    margin-right: 2px;
}

    .headersocial a {
        margin-top: 2px;
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }

.row:after {
    content: "";
    clear: both;
}

.menu-container {
    background-color: #d92130;
    z-index: 100;
}

    .menu-container div {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
    }

.col-main {
    margin: 0 auto;
    max-width: 1360px;
    width: 100%;
    height: 100%;
    clear: both;
}

.Container-Col-Header {
    width: auto;
    height: 49px;
    border-bottom: 2px solid #737373;
}

    .Container-Col-Header h3 {
        display: inline-block;
        height: 30px;
        line-height: 20px;
        border-bottom: 2px solid #ec1f28;
        padding: 3px 5px 2px 0;
    }

.idari-birim {
    color: #000;
    padding: 2px;
    display: inline-block;
    width: 100%;
    font-size: 9pt;
    -webkit-transition-duration: 0.4s; /* Safari */
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.idari-calisan {
    color: #000;
    padding: 2px;
    display: inline-block;
    width: 100%;
    font-size: 16pt;
    -webkit-transition-duration: 0.4s; /* Safari */
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .idari-calisan:hover, .idari-birim:hover {
        background-color: #ffbd80;
    }

.idari {
    max-width: 960px;
    margin: 10px auto;
    background-color: #fff2e6;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.5);
    overflow: hidden;
    padding: 10px;
}

    .idari img {
        max-width: 480px;
        width: 100%;
        float: left;
        border-radius: 5px;
        -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.5);
        box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.5);
    }

.son-haber {
    margin-top: 10px;
    max-width: 860px;
    width: 100%;
    background-color: #f0f5f5;
    padding: 5px;
}

    .son-haber img {
        max-width: 580px;
        width: 100%;
        float: left;
        margin: 0 20px 0 0;
    }

.video-frame {
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    position: relative;
}

    .video-frame iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.kose-yazi {
    margin-top: 10px;
    max-width: 430px;
    width: 100%;
    background-color: #e6e6e6;
    height: 100%;
    padding: 5px;
    overflow: auto;
}

    .kose-yazi img {
        max-width: 150px;
        width: 100%;
        float: left;
        margin: 0 20px 0 0;
    }

.tum-haber {
    margin-top: 10px;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    max-height: 380px;
    background-color: #f0f5f5;
    padding: 5px;
    overflow: auto;
}

    .tum-haber img {
        max-width: 640px;
        width: 100%;
        float: left;
        margin: 0 20px 0 0;
    }

.haber {
    margin: 7px 2px;
    border-bottom: 2px solid #d9d9d9;
    max-width: 416px;
    float: left;
    padding: 5px;
}

    .haber img {
        width: 100%;
    }

.haber-baslik {
    margin: 10px 0px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 13pt;
    font-weight: bold;
    height: 60px;
}

.paylas {
    clear: both;
    width: 100px;
    height: 30px;
    display: inline-block;
    float: right;
}

.duyuru ul {
    padding: 0px;
    list-style: none;
}

    .duyuru ul > li {
        position: relative;
        height: 45px;
        margin-bottom: 5px;
    }

        .duyuru ul > li.blue-bar {
            border-left: 2px solid #026688;
        }

        .duyuru ul > li.red-bar {
            border-left: 2px solid #BA0001;
        }

        .duyuru ul > li > a, .duyuru ul > li > a:visited {
        }

            .duyuru ul > li > a:hover {
            }

        .duyuru ul > li span {
            position: absolute;
            display: block;
            width: 55px;
            height: 45px;
            padding-top: 3px;
            background-color: #ddd;
            font: 12px "Calibri";
            text-align: center;
            color: #666;
        }

            .duyuru ul > li span > span {
                display: block;
                position: static;
                width: auto;
                height: auto;
                padding: 0;
                background-color: transparent;
                font: 600 22px/1.1 "Calibri";
            }

        .duyuru ul > li strong {
            display: block;
            padding: 5px 0 5px 5px;
            height: 45px;
            padding-left: 62px;
            background-color: #f5f5f5;
            font-size: 16px;
        }

.baglanti-liste {
}

.baglanti-liste-eleman {
    top: 0px;
    padding: 10px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #505464;
    font-family: AvalonCondensed,Scheherazade,sans-serif;
    letter-spacing: 0.25px;
    display: inline-block;
    max-width: 120px;
    height: 200px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    vertical-align: top;
}

    .baglanti-liste-eleman img {
        margin: 0px 50x;
        padding: 10px;
        width: 100%;
        vertical-align: top;
    }

.baglanti-liste li {
    text-align: center;
    float: left;
    display: block;
    margin: 2px;
    padding: 10px;
}

.baglanti-liste-eleman:hover {
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.59);
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.59);
    color: #212121;
}

.baglanti-liste-eleman.akilci {
    background-image: url(icon/akilciD.png);
}

.baglanti-liste-eleman.bagis {
    background-image: url(icon/bagisD.png);
}

.baglanti-liste-eleman.enabiz {
    background-image: url(icon/enabizD.png);
}

.baglanti-liste-eleman.izas {
    background-image: url(icon/izasD.png);
}

.baglanti-liste-eleman.mhrs {
    background-image: url(icon/mhrsD.png);
}

.baglanti-liste-eleman.ramak {
    background-image: url(icon/ramakD.png);
}

.baglanti-liste-eleman.saglikturizm {
    background-image: url(icon/saglikturizmD.png);
}

.baglanti-liste-eleman.seyahat {
    background-image: url(icon/seyahatD.png);
}

.baglanti-liste-eleman.st {
    background-image: url(icon/stD.png);
}

.baglanti-liste-eleman.urlasim {
    background-image: url(icon/urlasimD.png);
}

.modalBackground {
    background-color: #000000; /*#696969*/
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    left: 15px;
    right: 25px;
    width: 100%;
    max-width: 640px;
    min-height: 360px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 1000;
}

.modalPopupGenel {
    left: 15px;
    right: 25px;
    width: 100%; /*max-width: 640px;     min-height: 360px;*/
    max-width: 940px;
    min-height: 540px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 10px solid #26999b;
    background-color: #ffffff;
    z-index: 1000;
}

.modalPopupBassagligi {
    font-size: 30pt;
    left: 15px;
    right: 25px;
    width: 100%;
    max-width: 640px;
    min-height: 360px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 10px solid Gray;
    background-color: #000000;
    z-index: 1000;
}

.introMesaj {
    font-size: 30pt;
}

.tweetertimeline {
    width: 100%;
    height: 300px;
    overflow-y: auto;
}

.footer {
    clear: both;
    background-color: #212121; /*#d92130;#c1c1c1;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-orta {
    max-width: 1300px;
    margin: 0 auto;
}

    .footer-orta .left1 {
        font-size: x-small;
        text-decoration: none;
        width: 177px;
        padding: 3px;
        float: left;
    }

    .footer-orta a {
        text-decoration: none;
    }

        .footer-orta a:hover, .footer a.onhover {
            text-decoration: underline;
        }

.eposta {
    display: inline-block;
    background-image: url('icon/social/eposta.png');
}

    .eposta:hover {
        background-image: url('icon/social/eposta_hover.png');
    }

.eczane {
    display: inline-block;
    background-image: url('icon/social/eczane.png');
}

    .eczane:hover {
        background-image: url('icon/social/eczane_hover.png');
    }

.fbook {
    display: inline-block;
    background-image: url('icon/social/fbook.png');
}

    .fbook:hover {
        background-image: url('icon/social/fbook_hover.png');
    }

.twit {
    display: inline-block;
    background-image: url('icon/social/twit.png');
}

    .twit:hover {
        background-image: url('icon/social/twit_hover.png');
    }

.ytube {
    display: inline-block;
    background-image: url('icon/social/ytube.png');
}

    .ytube:hover {
        background-image: url('icon/social/ytube_hover.png');
    }

.igram {
    display: inline-block;
    background-image: url('icon/social/igram.png');
}

    .igram:hover {
        background-image: url('icon/social/igram_hover.png');
    }

.yemek-menu {
    display: inline-block;
    background-image: url('icon/yemek-menu.png');
}

    .yemek-menu:hover {
        background-image: url('icon/yemek-menu_hover.png');
    }

.arama {
    display: inline-block;
    background-image: url('icon/arama.png');
}

    .arama:hover {
        background-image: url('icon/arama_hover.png');
    }

.txtAra {
    display: inline;
    width: 75%;
}

.btnAra {
    display: inline;
    width: 20%;
}

@media only screen and (max-width: 767px) {
    /*.baglanti-liste-eleman
{
margin: 0 auto;
    float: none;
display: block;
}*/
}

@media only screen and (max-width: 468px) {
    .txtAra, .btnAra {
        display: block;
        width: 100%;
    }

    /*.kurum
    {
        margin-top: 10px;
        font-weight: normal;
        font-size: large;
    }*/

    .kurum {
        position: absolute;
        display: inline-block;
        font-size: 10pt;
        margin-left: -195px;
        margin-top: 28px;
        /*font-family: Century Gothic, Segoe UI Light;*/
        font-family: 'Myriad Pro','Myriad Web Pro';
        color: #DC0D15;
    }

    .kurumSBbanner {
        display: inline-block;
        vertical-align: top;
        /* background-image: url(image/TCSaglikBakanligiMobil.png);*/
       background-image:url(image/TCIzmirValiligi.png);
        margin-top: 10px;
        margin-left: 0px;
        width: 193px;
        height: 15px;
    }

    .imsakiye {
        display: none;
    }

    .tweetertimeline {
        width: 100%;
        height: 100%;
    }

    .intro-video {
        width: 400px;
        height: 225px;
    }

    .modalPopupGenel {
        /*min-height: 235px;*/
        left: 5px;
        right: 8px;
        width: 100%; /*max-width: 640px;     min-height: 360px;*/
        max-width: 320px;
        min-height: 180px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 5px solid #26999b;
        background-color: #ffffff;
        z-index: 1000;
    }

    .introMesaj {
        font-size: 8px;
    }

    .haber {
        margin: 10px 0px 0px 0px;
        border-bottom: none;
        background-color: #f0f5f5;
    }

    .headersocial {
        display: none;
    }

    .baglanti-liste li {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .introMesaj {
        font-size: 16px;
    }

    .duyuru ul > li strong {
        font-size: 12px;
    }
}
