@charset "utf-8";
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype'),
    url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
    url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    max-width: 600px;
    margin: 0px auto;
    padding: 0px;
    background: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

#technoone {
    width: 80px;
    height: 25px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    z-index: 9999999;
    background: url("../images/technoone.png") no-repeat;
}

.temizle {
    clear: both;
}

.ortala {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#main {
    width: 100%;
    height: 100%;
    float: left;
    background: url("../images/bg.png");
    position: relative;
    overflow: hidden;
}

#sol_menu {
    width: 50%;
    height: 100%;
    padding: 112px 0px 0px 0px;
    position: absolute;
    left: -100%;
    top: 0px;
    background: rgba(115, 115, 115, 0.75);
    z-index: 99;
    box-sizing: border-box;
    overflow: scroll;
}

.sm_a {
    width: 100%;
    height: 40px;
    float: left;
    display: block;
    padding: 0px 0px 0px 25px;
    margin: 5px 0px;
    color: #FFF;
    font-family: 'CenturyGothic';
    font-size: 12px;
    text-decoration: none;
    line-height: 40px;
    box-sizing: border-box;
    background: url("../images/menu/arrow.png") no-repeat left;
}

#sol_menu_kapat {
    width: 50%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0px;
    z-index: 99;
}

/* portrait */
@media screen and (orientation: portrait) {
    #arka {
        display: block;
    }

    #arka2 {
        display: none;
    }

    #arka_ic {
        display: block;
    }

    #arka_ic2 {
        display: none;
    }
}

/* landscape */
@media screen and (orientation: landscape) {
    body {
        max-width: 100%;
    }

    #arka {
        display: none;
    }

    #arka2 {
        display: block;
    }

    #arka_ic {
        display: none;
    }

    #arka_ic2 {
        display: block;
        height: 400px !important;
    }
}

#arka {
    width: 100%;
    height: calc(100% - 112px);
    position: absolute;
    top: 112px;
    left: 0px;
}

#arka img {
    width: 100%;
    height: 100%;
    float: left;
}

#arka2 {
    width: 100%;
    height: calc(100% - 112px);
    position: absolute;
    top: 112px;
    left: 0px;
}

#arka2 img {
    width: 100%;
    height: 100%;
    float: left;
}

#arka_ic {
    width: 100%;
    height: 300px;
    float: left;
    margin: -43px 0px -10px 0px;
}

#arka_ic img {
    width: 100%;
    height: 100%;
    float: left;
}

#arka_ic2 {
    width: 100%;
    height: 300px;
    float: left;
    margin: -43px 0px -10px 0px;
}

#arka_ic2 img {
    width: 100%;
    height: 100%;
    float: left;
}

.arka_gizle {
    display: none !important;
}

#main_z10 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

#ust {
    width: 100%;
    height: 156px;
    float: left;
    background: url("../images/logo_bg.png") repeat-x;
    position: relative;
    z-index: 10;
}

#arama_icon {
    width: 30px;
    height: 40px;
    display: none;
    position: absolute;
    bottom: 70px;
    left: 10px;
    background: url("../images/arama_icon.png") no-repeat;
}

#logo {
    width: 287px;
    height: 70px;
    display: block;
    margin: 30px auto 0px auto;
    background: url("../images/logo.png") no-repeat;
}

#telefon_icon {
    width: 30px;
    height: 40px;
    display: none;
    position: absolute;
    bottom: 70px;
    right: 10px;
    background: url("../images/telefon_icon.png") no-repeat;
}

#menu {
    width: 100%;
    height: 70px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 20;
    margin-top: 20px;
}

#menu a {
    width: 20%;
    height: 70px;
    float: left;
    display: block;
    text-align: center;
}

#menu a:hover {
    background: url("../images/menu/menu_a_hover.png") no-repeat;
    background-size: 100% 100%;
}

#menu a img {
    width: 70px;
    height: 70px;
    float: left;
    margin: -20px 0px 0px calc(50% - 35px);
}

.menu_aktif {
    /*background: url("../images/menu/menu_a_hover.png") no-repeat;*/
    background-size: 100% 100%;
}

#icerik {
    width: 100%;
    height: 100%;
    float: left;
    margin: 10px 0px 0px 0px;
}

#kurumsal_menu {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}

.kurumsal_menu_ic {
    width: 80%;
    height: auto;
    display: none;
    margin: 0px auto;
    overflow: hidden;
}

#kurumsal_menu a {
    width: 100%;
    min-height: 40px;
    height: auto;
    float: left;
    display: block;
    color: #666666;
    font-family: 'CenturyGothic';
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    background: #eaeaea;
    position: relative;
    padding: 0 25px 0 0;
    box-sizing: border-box;
}

#kurumsal_menu .km_a2_menu {
    width: 100%;
    height: 40px;
    float: left;
    display: block;
    color: #eaeaea;
    font-family: 'CenturyGothic';
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    background: #EE5C5C;
    position: relative;
}

#kurumsal_menu .km_a3_menu {
    width: 100%;
    height: 60px;
    float: left;
    display: block;
    color: #eaeaea;
    font-family: 'CenturyGothic';
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    background: #EE8383;
    position: relative;
    padding: 10px 0px 0px 0px;
}

#kurumsal_menu .km_a3_menu img {
    width: auto;
    height: auto;
    max-height: 50px;
}

#kurumsal_menu .km_a, .km_a2, .km_a3 {
    width: 100%;
    height: auto;
    min-height: 40px;
    float: left;
    margin: 0px 0px 10px 0px;
    position: relative;
}

#kurumsal_menu .km_a:nth-child(1) {
    left: -100%;
}

#kurumsal_menu .km_a:nth-child(2) {
    right: -100%;
}

#kurumsal_menu .km_a:nth-child(3) {
    left: -100%;
}

#kurumsal_menu .km_a:nth-child(4) {
    right: -100%;
}

#kurumsal_menu .km_a:nth-child(5) {
    left: -100%;
}

#kurumsal_menu .km_a:nth-child(6) {
    right: -100%;
}

#kurumsal_menu .km_a:nth-child(7) {
    left: -100%;
}

#kurumsal_menu .km_a:nth-child(8) {
    right: -100%;
}

#kurumsal_menu .km_a:nth-child(9) {
    left: -100%;
}

.km_a_arti {
    background: url("../images/menu/arti.png") no-repeat 90% center #eaeaea !important;
}

.km_a_eksi {
    color: #ffffff !important;
    background: url("../images/menu/eksi.png") no-repeat 90% center #0a418c !important;
}

#kurumsal_icerik {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    background: #eaeaea;
    bottom: 60px;
    box-sizing: border-box;
}

.kurumsal_icerik {
    width: 100%;
    height: auto;
    float: left;
    display: none;
    padding: 10px;
    background: #DBDBDB;
    bottom: 60px;
    box-sizing: border-box;
}

.kurumsal_icerik2, .kurumsal_icerik3 {
    width: 100%;
    height: auto;
    float: left;
    display: none;
    padding: 10px;
    background: #DBDBDB;
    bottom: 60px;
    box-sizing: border-box;
}

.kurumsal_icerik_bottom {
    position: absolute;
}

#kurumsal_icerik h1 {
    color: #666666;
    font-family: 'CenturyGothic-Bold';
    font-size: 15px;
}

#kurumsal_icerik p {
    color: #666666;
    font-family: 'CenturyGothic';
    font-size: 12px;
}

#kurumsal_icerik a {
    color: #666666;
    font-family: 'CenturyGothic';
    font-size: 12px;
    text-decoration: none;
}

.kurumsal_icerik h1 {
    color: #666666;
    font-family: 'CenturyGothic-Bold';
    font-size: 15px;
}

.kurumsal_icerik p {
    color: #666666;
    font-family: 'CenturyGothic';
    font-size: 12px;
}

.kurumsal_icerik a {
    color: #666666;
    font-family: 'CenturyGothic';
    font-size: 12px;
    text-decoration: none;
}

.kurumsal_icerik_metin {
    /* margin: 10px 0px; */
    color: #666666;
    font-family: 'CenturyGothic';
    font-size: 12px;
}

.kurumsal_icerik_metin2, .kurumsal_icerik_metin3 {
    /* margin: 10px 0px; */
    color: #666666;
    font-family: 'CenturyGothic';
    font-size: 12px;
    overflow-x: scroll;
}

.kurumsal_icerik_metin3 table {
    width: 100% !important;
}

.kim_res {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0px;
    padding: 10px;
    background: #777777;
    box-sizing: border-box;
    text-align: center;
}

.kim_harita iframe {
    width: 100%;
    height: 400px;
    float: left;
    border: 0px;
}

.kurumsal_icerik_slider {
    width: 90%;
    height: 280px;
    margin: 0px auto;
}

.kurumsal_icerik_slider div {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
}

.kurumsal_icerik_slider div img {
    max-width: calc(100% - 20px);
    max-height: 280px;
}