﻿body {
    margin: 0 0 0 0;
    background-color: #eee;
}

@font-face {
    font-family: 'Tungsten-Book';
    src: url('../../Font/Tungsten-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../../Font/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../../Font/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../../Font/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../../Font/Montserrat-ExtraBold.ttf') format('truetype');
}

a {
    text-decoration: none;
}

.cPgCon {
    position: relative;
    width: 100%;
    z-index: 2;
}

.cPgCen {
    width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.cFlxCon {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#dPageHeadTop {
    width: 100%;
    height: 50px;
    background-color: #01466D;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dPageHeadTopCen {
    width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cSosMedHdCon {
    display: flex;
    align-items: center;
    width: 33.3333%;
}

.cSosMedHd {
    float: left;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cSosMedHd .fa {
        font-size: 15px;
        color: #fff;
        margin: 0 15px 0 0;
    }

    .cSosMedHd a {
        color: #fff;
        text-decoration: none;
    }

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../Font/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../../Font/Poppins-SemiBold.ttf') format('truetype');
}

.cHdTlf {
    margin: 0 auto;
    font-family: OpenSans-Regular;
    font-size: 13px;
    color: #fff;
    width: 33.3333%;
    display: flex;
    justify-content: center;
}

    .cHdTlf a {
        color: #fff;
    }

.cHdTxCn {
    display: flex;
    align-items: center;
    width: 33.3333%;
    display: flex;
    flex-direction: row-reverse;
}

.cHdTx {
    font-family: OpenSans-Regular;
    font-size: 13px;
    color: #fff;
}

.cHdTxSp {
    height: 10px;
    width: 1px;
    margin: 0 7px;
    background-color: #fff;
}


#dLogo {
    float: left;
    width: 220px;
    cursor: pointer;
    transition: 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #dLogo img {
        display: block;
        width: 100%;
    }

#dLogoMbl {
    float: left;
    width: 130px;
    cursor: pointer;
    margin: 25px 0 25px 20px;
    display: none;
}

    #dLogoMbl img {
        display: block;
        width: 100%;
    }

#dMblMn {
    float: right;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../../Font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../../Font/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../../Font/OpenSans-Semibold.ttf') format('truetype');
}

.cLink {
    float: left;
    cursor: pointer;
    transition: 0.5s ease;
    margin: 0 0 0 25px;
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #333;
}

#dAcMenOps {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background-color: #000;
    transition: ease 0.5s;
    display: none;
}

.cLink:hover ~ #dAcMenOps {
    opacity: .6;
    transition: ease 0.5s;
    display: block;
}

.cLink:hover .cLinkHv {
    color: #1DBAB8;
    width: 100%;
    transition: ease 0.3s;
}

.cLinkHv {
    width: 0;
    height: 5px;
    background-color: #01466D;
    transition: ease 0.3s;
    margin: -20px auto 0 auto;
}

.cLink:hover .cAcMenCon {
    height: 250px;
    opacity: 1;
    transition: ease 0.5s;
}

.cLink:hover .cAcMenConLst {
    height: auto;
    border: 1px solid #dfdfdf;
    padding: 20px 25px;
    transition: ease 0.3s;
}


.cAcMenCon {
    position: absolute;
    height: 0;
    opacity: 0;
    top: 100px;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: ease 0.5s;
    display: flex;
}

.cAcMenConLst {
    position: absolute;
    width: 350px;
    height: 0;
    opacity: 1;
    top: 100px;
    background-color: #fff;
    border: 0 solid #dfdfdf;
    padding: 0 25px;
    box-sizing: border-box;
    overflow: hidden;
    transition: ease 0.3s;
}

.cAcMenLink {
    z-index: 1;
    position: relative;
    line-height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cAcMenLinkLst {
    position: relative;
    width: 100%;
    line-height: 35px;
    color: #333;
    font-family: OpenSans-Regular;
    font-size: 13px;
}

    .cAcMenLinkLst:hover {
        text-decoration: underline;
    }

.cAcMenTxt {
    position: absolute;
    z-index: 1;
    font-family: Montserrat-Bold;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cAcMenTxtHr {
    position: absolute;
    height: 2px;
    width: 0;
    margin-top: 10px;
    display: block;
    background: #fff;
    background-color: #fff;
    transition: ease .5s;
}

.cAcMenLink img {
    position: relative;
    width: 100%;
    transition: ease 1s;
}

.cAcMenLink:hover {
    color: #1DBAB8;
}

    .cAcMenLink:hover .cAcMenTxtHr {
        width: 100%;
        transition: ease .5s;
    }

    .cAcMenLink:hover img {
        transition: ease 1s;
        transform: scale(1.1);
    }

#dLinkBtn {
    float: left;
    width: 150px;
    height: 40px;
    background-color: #F4C200;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 15px 0 0 25px;
    cursor: pointer;
}

#dPageHeadBot {
    width: 100%;
    height: 100px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: 0.5s ease;
    line-height: 70px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 2px 15px rgba(0,0,0,0.15);
    transition: transform 0.2s ease-out;
}

#dPageHeadBotTp {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.cLinkTp {
    float: right;
    cursor: pointer;
    font-family: OpenSans-Regular;
    font-size: 13px;
    color: #01466D;
    line-height: normal;
}

    .cLinkTp .fa {
        color: #01466D;
        margin: 0 3px 0 15px;
    }

.cFtAll {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.cFtTop {
    width: 100%;
    height: 85px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

    .cFtTop a {
        color: #B7B7B7;
        font-size: 15px;
        text-decoration: none
    }

.cFtTopInfo {
    float: left;
    font-size: 12px;
    color: #000;
    font-family: OpenSans-Regular;
}

.cSmFtTxt {
    margin: 5px 10px 0 0;
    color: #808080;
}

.cSmFt {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #000;
    font-family: OpenSans-Regular;
}

    .cSmFt .fa {
        font-size: 15px;
        color: #808080;
        margin: 0 0 0 15px;
    }

    .cSmFt img {
        margin: 10px 0 0 15px;
        height: 15px;
        opacity: .4;
    }

.cFt {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.cFtItmCon {
    float: left;
    width: 100%;
    margin: 0 30px;
}

    .cFtItmCon .fa {
        color: #01466D;
        margin: 0 5px 0 0;
        font-size: 15px;
    }

.cCnctCon {
    display: flex;
    font-size: 12px;
    color: #303030;
    font-family: OpenSans-Regular;
    margin: 15px 0;
    align-items: center;
}

    .cCnctCon a {
        color: #303030;
    }

#dLogoFt {
    width: 224px;
    cursor: pointer;
    transition: 0.5s ease;
    padding: 10px 10px 5px 7px;
    box-sizing: border-box;
}

.cFtItmBs {
    margin-bottom: 13px;
    font-family: OpenSans-Regular;
    font-size: 13px;
    color: #000;
    width: 100%;
}

.cFtItmHr {
    position: relative;
    width: 25px;
    height: 2px;
    margin: 10px 0 0;
    background: #01466D;
}

.cFtItmLnk {
    font-size: 12px;
    color: #000;
    font-family: OpenSans-Regular;
    margin: 15px 0;
    width: 100%;
    cursor: pointer;
    transition: ease 0.5s;
}

    .cFtItmLnk:hover {
        color: #e04400;
        transition: ease 0.5s;
    }


    .cFtItmLnk a {
        color: #151515;
    }

.cFtBot {
    width: 100%;
    height: 85px;
    position: relative;
    border-top: 1px solid #f2f2f2;
    display: flex;
    font-size: 12px;
    color: #000;
    font-family: OpenSans-Regular;
    line-height: 85px;
}

    .cFtBot a {
        color: #000;
    }

.cCp {
    margin-top: 30px;
    line-height: 14px;
    font-size: 11px;
}

#dHizRanCon {
    position: fixed;
    width: 250px;
    height: 360px;
    background-color: #fff;
    z-index: 999999;
    right: -250px;
    top: 180px;
    font-family: Lato-Bold;
    border-radius: 3px;
    box-shadow: 0 20px 40px rgba(36,50,56,0.15);
}

#dHizRanAcBtn {
    position: fixed;
    width: 55px;
    height: 116px;
    z-index: 1;
    cursor: pointer;
    margin: 60px 0 0 -55px;
}

#dHizRanKapatBtn {
    float: right;
    background: transparent url("../../Images/cls-ico.png") no-repeat scroll center center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#dHizRanConHead {
    float: left;
    width: 100%;
    height: 40px;
    font-family: Lato-Bold;
    border-bottom: 1px solid #e9eaeb;
}

#dHizRanConHeadIcon {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 5px;
    background: transparent url("../../Images/hiz-ran-logo.png") no-repeat scroll center center;
}

.cHizRanConInfo {
    float: left;
    width: calc(100% - 40px);
    margin: 15px 20px 20px 20px;
    font-family: OpenSans-Regular;
    font-size: 13px;
    line-height: 15px;
    color: #243238;
    text-align: center;
}

.cHizRanConInfoColor {
    color: #2196f3;
    font-family: Lato-Bold;
}

#dHizRanConHeadText {
    float: left;
    line-height: 40px;
    font-family: OpenSans-Semibold;
    font-size: 16px;
    color: #243238;
}

.cTxtHizRan {
    float: left;
    width: calc(100% - 62px);
    height: 35px;
    margin: 0 20px 20px 20px;
    padding: 0 10px 0 10px;
    font-size: 14px;
    color: #243238;
    background-color: #eceff1;
    border: 1px solid transparent;
    box-shadow: inset 0 1px 0 0 #cfd8dc;
    border-radius: 3px;
    color: #243238;
}

.cTxtError {
    float: left;
    width: 22px;
    height: 35px;
    margin: 9px 0 0 -50px;
}

.cBtnHizRan {
    float: left;
    width: calc(100% - 40px);
    height: 40px;
    margin: 0 20px 0 20px;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background-color: #01466D;
}

.cLblSonuc {
    float: left;
    width: calc(100% - 40px);
    margin: 10px 20px 10px 20px;
    height: 13px;
    font-family: OpenSans-Semibold;
    font-size: 12px;
    color: red;
}

.cHizRanConAltInfo {
    float: left;
    width: calc(100% - 50px);
    margin: 0 25px 10px 25px;
    font-family: OpenSans-Regular;
    font-size: 12px;
    line-height: 13px;
    color: #243238;
    text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    .cPgCen {
        width: 100%;
    }

    .cFlxCon {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #dPageHeadTop {
        display: none;
    }

    #dPageHeadBot {
        height: 70px;
        top: -1px;
    }

    .cLinkTp {
        display: none;
    }

    .cMblMenuBtn {
        position: fixed;
        width: 25px;
        right: 20px;
        top: 25px;
        z-index: 9999;
        cursor: pointer;
    }

    .cMblMenuBtnHr {
        float: left;
        width: 25px;
        height: 3px;
        border-radius: 3px;
        background-color: #01466D;
        margin-bottom: 5px;
    }

    #dMblMn {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transition: .5s ease;
        overflow: auto;
        left: -100%;
        top: 0;
    }

        #dMblMn::-webkit-scrollbar {
            display: none;
        }

    #dPageHead {
        /*background-color: rgba(000,0,0,0.5)!important;*/
        height: 70px;
        transition: 0.5s ease;
    }

    #dLogo {
        width: 110px;
        height: 70px;
    }

    #dLogoMbl {
        display: block;
    }

    #dLinkBtn {
        margin-left: 20px;
    }

    .cLink {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0;
        transition: 0.5s ease;
        font-size: 17px;
        line-height: 55px;
        border-top: 1px solid #ccc;
    }

        .cLink:hover {
            border: none;
            color: #852800;
        }

    .cLinkHv {
        margin: -30px auto 30px auto;
    }

    .cAcMenCon {
        position: static;
        width: calc(100% + 40px);
        height: 0;
        transition: ease 0.5s;
        margin: 0 0 0 -20px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .cAcMenConLst {
        position: static;
        width: 100%;
        margin: 0 0 0 -20px;
        width: calc(100% + 40px);
    }

    .cLink:hover .cAcMenConLst {
        border: none;
        padding: 0;
    }

    .cAcMenCon img {
        display: none;
    }

    .cAcMenLink {
        position: relative;
        width: calc(100% - 60px);
        margin: 10px 30px;
        padding: 18px 0;
        line-height: 35px;
        justify-content: left;
    }

    .cAcMenLinkLst {
        position: relative;
        color: #333;
        font-family: OpenSans-Regular;
        font-size: 17px;
        text-align: left;
        background-color: #fafafa;
        border-top: 1px solid #fff;
        line-height: 60px;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }

    .cAcMenCon a {
        width: 100%;
        background-color: #fafafa;
        border-top: 1px solid #fff;
    }

    .cAcMenTxt:hover {
        color: #852800;
    }

    .cAcMenTxt {
        color: #333;
        font-family: OpenSans-Regular;
        font-size: 17px;
        text-align: left;
    }

    .cLink:hover .cAcMenCon {
        height: auto;
        transition: ease 0.5s;
        padding: 0 0;
    }

    .cLink:hover ~ #dAcMenOps {
        display: none;
    }

    .cFtTopInfo {
        display: none;
    }

    .cFtTop .cCen {
        display: flex;
        flex-wrap: wrap;
    }

    .cSmFt {
        float: left;
        font-size: 14px;
    }

    .cSmFtTxt {
        display: none;
    }

    .cFt {
        flex-wrap: wrap;
        padding: 20px 0;
        justify-content: left;
    }

    .cSmFt img {
        margin: 10px 0 0 30px;
    }

    .cSmFt .fa {
        margin: 0 0 0 30px;
    }

    .cFtItmCon {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .cCnctCon {
        font-size: 12px;
    }

    .cFtItmBs {
        font-size: 12px;
    }

    .cFtItmLnk {
        font-size: 12px;
    }

    .cFtBot .cCen {
        padding: 0 25px;
        font-size: 11px;
    }
}
