#subPageTitle.AksaElektrik {
    background-image: url(../img/AKSA-ELEKTRIK-BG.jpg);
    height: 100vh;
    max-height: 800px;
    background-position: bottom center;
    background-size: cover;
}

#subPageTitle > div {
    flex-direction: column;
}

    #subPageTitle > div img {
        width:280px;
        height:86px;
        margin-bottom: 63px;
        border: 1px #fff solid;
        display:block;
        background:#fff;
    }

#containerAksaElektrik {
}

.bigBlueBox {
    padding: 70px 94px;
    background: #0075BF;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-top: -124px;
    margin-bottom: 90px;
}

.aksaElektrikChart {
    margin-bottom: 100px;
}

.mainBox {
    position: relative;
    padding-bottom: 40px;
}

    .mainBox::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 40px;
        background: #DDDDDD;
        bottom: 0;
        left: 50%;
    }

.chartBox {
    width: 100%;
    max-width: 380px;
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    min-height: 80px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

    .chartBox.blue {
        background: #0075BF;
    }

    .chartBox.black {
        background: #000;
    }

.subBoxes {
    display: flex;
    justify-content: space-between;
}

    .subBoxes .subBox {
        width: 100%;
        max-width: 380px;
        padding-top: 40px;
        position: relative;
    }

        .subBoxes .subBox::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 40px;
            background: #DDDDDD;
            top: 0;
            left: 50%;
        }

        .subBoxes .subBox::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: #DDDDDD;
            left: 50%;
            top: 0;
        }

        .subBoxes .subBox:nth-child(2)::after {
            left: auto;
            right: 50%;
        }

.firmsBox {
    width: 100%;
    max-width: 380px;
    position: relative;
    padding: 40px 0 0 0;
}

    .firmsBox::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 40px;
        background: #DDDDDD;
        top: 0;
        left: 50%;
    }

    .firmsBox ul {
        display: block;
        margin: 0;
        padding: 0;
        padding: 35px 40px;
        border: 1px #DDDDDD solid;
        border-bottom: 3px #0075BF solid;
        width: 100%;
    }

        .firmsBox ul li {
            list-style: none;
            text-align: center;
            font-weight: 300;
            font-size: 16px;
            line-height: 26px;
            text-align: center;
            color: #231f20;
            border-bottom: 1px #ddd solid;
            padding: 15px 0;
        }

            .firmsBox ul li img {
                max-width: 170px;
                display: block;
                margin: 0 auto 14px;
            }

            .firmsBox ul li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }

#aksaElektrikTab {
    padding-bottom: 100px;
}

    #aksaElektrikTab .tabLinks {
        display: flex;
        justify-content: center;
        position: relative;
    }

        #aksaElektrikTab .tabLinks::after {
            content: "";
            position: absolute;
            background: #E2E2E2;
            width: 100%;
            height: 1px;
            left: 0;
            bottom: 0;
            z-index: -1;
        }

    #aksaElektrikTab .tabLink {
        width: 50%;
        max-width: 417px;
    }

        #aksaElektrikTab .tabLink a {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            font-family: "Roboto Condensed";
            font-weight: bold;
            font-size: 18px;
            text-align: center;
            color: #9a9a9a;
            height: 72px;
            margin-top: 8px;
            border: 1px #E2E2E2 solid;
        }

            #aksaElektrikTab .tabLink a.active {
                background: #0075BF;
                color: #fff;
                height: 80px;
                margin-top: 0;
                padding-top: 8px;
                border-color: #0075BF;
            }

    #aksaElektrikTab .tabContents {
    }

    #aksaElektrikTab .tabContent {
        margin: 0 auto;
        max-width: 834px;
        font-weight: 300;
        font-size: 18px;
        line-height: 32px;
        color: #231f20;
        padding: 75px 0 0 0;
        display: none;
    }

        #aksaElektrikTab .tabContent.active {
            display: block;
        }

.bigImg {
    margin-bottom: 100px;
}

    .bigImg img {
        display: block;
        width: 100%;
        max-width: 100%;
    }

.sayilarlaAksaElektrik {
    padding-bottom: 90px;
}

    .sayilarlaAksaElektrik > .title {
        font-family: "Roboto Condensed";
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 0.2em;
        text-align: center;
        color: #231f20;
        margin-bottom: 56px;
    }

    .sayilarlaAksaElektrik .columns {
        display: flex;
        width: 100%;
    }

    .sayilarlaAksaElektrik .column {
        width: calc( ( 100% - 80px ) / 2);
        text-align: center;
        padding: 40px 0;
    }

        .sayilarlaAksaElektrik .column.columnSep {
            width: 80px;
            text-align: center;
            flex-shrink: 0;
            flex-grow: 0;
            padding: 0;
        }

            .sayilarlaAksaElektrik .column.columnSep .line {
                width: 1px;
                height: 100%;
                margin: 0 auto;
                background: #E2E2E2;
            }

        .sayilarlaAksaElektrik .column .title {
            font-weight: bold;
            font-size: 22px;
            color: #9a9a9a;
            margin-bottom: 50px;
        }

    .sayilarlaAksaElektrik .numbersBoxes {
        display: flex;
        flex-wrap: wrap;
    }

    .sayilarlaAksaElektrik .numberBox {
        width: 50%;
        border-bottom: 1px #E2E2E2 solid;
        min-height: 149px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .sayilarlaAksaElektrik .numberBox div {
            font-family: "Roboto Condensed";
            font-weight: bold;
            font-size: 42px;
            color: #0075bf;
            line-height: 42px;
        }

            .sayilarlaAksaElektrik .numberBox div sup {
                font-size: 0.5em;
            }

            .sayilarlaAksaElektrik .numberBox div.fs-s {
                font-size: 36px;
            }

        .sayilarlaAksaElektrik .numberBox span {
            font-weight: 300;
            font-size: 16px;
            color: #231f20;
        }

        .sayilarlaAksaElektrik .numberBox:nth-child(2n+1) {
            border-right: 1px #e2e2e2 solid;
        }

        .sayilarlaAksaElektrik .numberBox.noBorderBottom {
            border-bottom: 0;
        }

#aksaElektrikFaaliyetRaporlari {
    background: #F8F8F8;
    padding: 95px 0 90px;
}

    #aksaElektrikFaaliyetRaporlari .title {
        font-family: "Roboto Condensed";
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 0.2em;
        text-align: center;
        color: #231f20;
        margin-bottom: 45px;
    }

#reportSelect {
    width:100%;
    max-width: 380px;
    margin: 0 auto;
}

#reportSelectBox {
    height: 80px;
    border: 2px #0075BF solid;
    position: relative;
    cursor: pointer;
    box-shadow: 5px 5px 0 #0075bf;
    margin-bottom: 67px;
}

    #reportSelectBox .selected {
        text-align: center;
        padding: 26px 30px;
        background: #fff url(../img/caret-down-outline.svg) no-repeat right 30px center;
        font-family: "Roboto Condensed";
        font-weight: bold;
        font-size: 18px;
        color: #231f20;
    }

    #reportSelectBox ul {
        display: none;
        position: absolute;
        top: 76px;
        left: -2px;
        width: calc( 100% + 4px );
        background: #fff;
        border: 2px #0075BF solid;
        border-top: 0;
        z-index: 2;
        margin: 0;
        padding: 0;
    }

        #reportSelectBox ul li {
            margin: 0 20px;
            padding: 10px 0;
            cursor: pointer;
            list-style-type: none;
            text-align: center;
            border-bottom: 1px solid rgb(0 117 191 / 30%);
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
        }

            #reportSelectBox ul li:last-child {
                border-bottom: 0;
            }

#reports {
    min-height: 446px;
}

.reportBox {
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    display: none;
}

    .reportBox .img {
        text-align: center;
        margin-bottom: 32px;
    }

        .reportBox .img img {
            max-width: 295px;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        }

    .reportBox .download {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 300;
        font-size: 18px;
        color: #231f20;
        line-height: 32px;
    }

        .reportBox .download img {
            margin-right: 16px;
        }

        .reportBox .download span {
            padding-top: 10px;
        }


/* typical phone screen resolution */
@media only screen and (max-width : 767px) {
    #subPageTitle.AksaElektrik {
        max-height: 540px;
    }

    #subPageTitle > div {
        font-size: 32px;
        padding-bottom:40px;
    }

        #subPageTitle > div img {
            width: 200px;
            height:62px;
            margin-bottom: 30px;
        }

    .bigBlueBox {
        font-weight: normal;
        font-size: 18px;
        line-height: 32px;
        padding: 32px 25px;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .mainBox::after, .subBoxes .subBox::before, .subBoxes .subBox::after, .firmsBox::before {
        display: none;
    }

    .mainBox {
        padding-bottom: 30px;
    }

    .subBoxes {
        flex-direction: column;
    }

        .subBoxes .subBox {
            padding-top: 0;
            margin: 0 auto 29px;
        }

    .firmsBox {
        padding-top: 0;
    }

    .aksaElektrikChart {
        margin-bottom: 0;
    }

    #aksaElektrikTab {
        padding-bottom: 70px;
    }

        #aksaElektrikTab .tabContent {
            padding-top: 40px;
        }

    .bigImg {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 47px;
    }
    .sayilarlaAksaElektrik {
        padding-bottom:50px;
    }

    .sayilarlaAksaElektrik > .title {
        font-size: 22px;
        line-height: 32px;
    }

        .sayilarlaAksaElektrik > .title span {
            display: block;
            margin-bottom: 39px;
        }

    .sayilarlaAksaElektrik .columns {
        flex-direction: column;
    }

    .sayilarlaAksaElektrik .column {
        width: 100%;
        padding: 0 0 40px;
    }
        .sayilarlaAksaElektrik .column.columnSep {
            display:none;
        }

        .sayilarlaAksaElektrik .column .title {
            font-size: 18px;
        }

    .sayilarlaAksaElektrik .numberBox div, .sayilarlaAksaElektrik .numberBox div.fs-s {
        font-size: 32px;
        line-height: 43px;
    }
    #aksaElektrikFaaliyetRaporlari {
        padding:64px 0 74px;
    }
    #aksaElektrikFaaliyetRaporlari .title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width : 414px) {
    .bigBlueBox {
        margin-left:0;
        margin-right:0;
    }
}

.subBoxes .subBox::before,
.subBoxes .subBox::after,
.mainBox::after {
    display:none !important;
}