﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&subset=latin-ext);
.header *, .footer * {
    box-sizing: border-box;
}
.header .main_container {
    margin: 0 auto;
}
.footer .ftLogoScope .homego, .header .logoScope .homego, .linkHomeGo {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #000
}

.header .navMenuScope .navMenu, .header .navMenuScope .navMenu .navContent a, .header .navMenuScope .navMenu.navCity .navContent a, .linkMenuTitle {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    color: #fff
}

.lastUpdated, .ysGeneralLastUpdate .gluUpdateText {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    color: #000f
}

.header .navUpdateDate, .lastUpdatedTime, .ysGeneralLastUpdate .gluTimeBg {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #edeff8
}


    .row.header {
        margin-bottom: 10px
    }

.header {
    height: 130px;
    background: #20537b
}

    .header.sondakika {
        background: #ff8400
    }

        .header.sondakika .navMenuScope {
            background: #e97900
        }

            .header.sondakika .navMenuScope .navContent a:hover {
                background: #e97900 !important;
                color: #fff
            }

            .header.sondakika .navMenuScope .navMenuFixed {
                background: #e97900
            }

    .header .navUpdateDate {
        float: left;
        position: relative;
        height: 35px;
        display: none;
        font-weight: 400;
        padding: 0 10px;
        display: none
    }

        .header .navUpdateDate span {
            vertical-align: middle;
            display: table-cell
        }

        .header .navUpdateDate strong {
            font-weight: 700
        }
@media only screen and (max-width:1000px) {
    .header {
        padding: 0 10px;
    }
}
@media only screen and (max-width:680px) {
    .header {
        height: 80px;
        padding: 0 !important; 
        min-height: 110px !important;
    }

        .header .container {
            padding: 0
        }

        .header .navUpdateDate {
            display: table
        }
   
}

.header .logoScope {
    width: 100%;
    position: relative;
    float: left;
    margin: 40px 0 23px 0
}

@media only screen and (max-width:680px) {
    .header .logoScope {
        margin: 15px 0 10px 0;
        padding: 0 10px
    }
}

.header .logoScope .navClickButton {
    float: left;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    display: none
}

@media only screen and (max-width:680px) {
    .header .logoScope .navClickButton {
        display: block
    }
}

.header .logoScope .logo {
    float: left;
    position: relative;
    line-height: 0
}

@media only screen and (max-width:680px) {
    .header .logoScope .logo img {
        height: 16px;
        width: auto
    }
}

.header .logoScope .homego {
    float: right;
    position: relative;
    padding: 5.5px 35px 5.5px 10px;
    height: 23px;
    line-height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: url(../img/right-arrow.png) no-repeat center right 7px;
    background-size: 9px 13px;
    background-color: #fff;
    -webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
    cursor: pointer
}

    .header .logoScope .homego:hover {
        background: url(../img/right-arrow-hov.png) no-repeat center right 7px;
        background-size: 9px 13px;
        background-color: #ffa903;
        color: #fff
    }

@media only screen and (max-width:680px) {
    .header .logoScope .homego {
        display: none
    }
}

.header .navMenuScope {
    width: 100%;
    position: relative;
    float: left;
    height: 44px;
    background-color: #4488be
}

    .header .navMenuScope .navClose {
        float: right;
        position: relative;
        cursor: pointer;
        margin-bottom: 15px;
        display: none;
        cursor: pointer
    }

@media only screen and (max-width:680px) {
    .header .navMenuScope {
        height: 35px
    }

        .header .navMenuScope .navClose {
            display: block
        }

        .header .navMenuScope .navMenuFixed {
            position: fixed;
            left: -260px;
            top: 0;
            margin-top:unset;
            z-index: 9999999999;
            width: 250px;
            height: 100%;
            background: #4488be;
            padding: 20px;
            -webkit-transition: all .34s ease;
            -moz-transition: all .34s ease;
            -ms-transition: all .34s ease;
            -o-transition: all .34s ease;
            transition: all .34s ease
        }

            .header .navMenuScope .navMenuFixed .navMenu {
                width: 100%
            }

                .header .navMenuScope .navMenuFixed .navMenu a {
                    color: #fff !important
                }

                .header .navMenuScope .navMenuFixed .navMenu .navClick {
                    padding-left: 0;
                    padding-right: 15px;
                    background: 0 0 !important;
                    color: #fff !important
                }

                    .header .navMenuScope .navMenuFixed .navMenu .navClick span:after {
                        content: "";
                        right: 0
                    }

                .header .navMenuScope .navMenuFixed .navMenu .navContent {
                    position: relative;
                    float: left;
                    top: 0;
                    background: 0 0 !important;
                    -webkit-box-shadow: none !important;
                    -moz-box-shadow: none !important;
                    box-shadow: none !important
                }

                    .header .navMenuScope .navMenuFixed .navMenu .navContent a {
                        padding-left: 8px
                    }

                .header .navMenuScope .navMenuFixed .navMenu.active .navClick span:after {
                    content: "";
                    right: 0;
                    background-position: 0 0
                }

            .header .navMenuScope .navMenuFixed.active {
                left: 0
            }
}

.header .navMenuScope .navMenu {
    float: left;
    position: relative;
    margin-right: 5px;
    z-index: 8000;
}

    .header .navMenuScope .navMenu .navLine {
        width: 100%;
        position: relative;
        float: left;
        height: 1px;
        background: rgba(0,0,0,.28)
    }

@media only screen and (max-width:680px) {
    .header .navMenuScope .navMenu .navLine {
        background: rgba(255,255,255,.28)
    }
}

.header .navMenuScope .navMenu .navClick {
    width: 100%;
    position: relative;
    float: left;
    display: table;
    height: 44px;
    padding: 0 22px 0 10px;
    cursor: pointer
}

@media only screen and (max-width:680px) {
    .header .navMenuScope .navMenu .navClick {
        height: 35px
    }
}

.header .navMenuScope .navMenu .navClick span {
    vertical-align: middle;
    display: table-cell;
    color: #fff;
}

.header .navMenuScope .navMenu.active .navClick span {
    color: #000;
}

    .header .navMenuScope .navMenu .navClick span:after {
        content: "";
        position: absolute;
        right: 7px;
        margin-top: 7px;
        width: 10px;
        height: 6px;
        background: url(../img/nav-arrow.png) no-repeat;
        background-size: 10px auto;
        background-position: 0 0
    }

.header .navMenuScope .navMenu .navClick.navRemoveIcon span:after {
    display: none
}

.header .navMenuScope .navMenu .navContent {
    position: absolute;
    left: 0;
    width: 100%;
    top: 44px;
    background: #fff;
    z-index: 999;
    display: none;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2)
}

@media only screen and (max-width:680px) {
    .header .navMenuScope .navMenu .navContent {
        top: 35px
    }
}

.header .navMenuScope .navMenu .navContent a {
    color: #000;
    width: 100%;
    position: relative;
    float: left;
    -webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
    padding: 12px 10px;
    display: flex;
    align-content: center;
}

    .header .navMenuScope .navMenu .navContent a:hover {
        background: #4488be;
        color: #fff;
        text-decoration: none;
    }

.header .navMenuScope .navMenu .partyicon {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    /*-webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px)*/
}

.header .navMenuScope .navMenu.active .navClick {
    background: #fff;
    color: #000
}

    .header .navMenuScope .navMenu.active .navClick span {
        vertical-align: middle;
        display: table-cell
    }

        .header .navMenuScope .navMenu.active .navClick span:after {
            content: "";
            position: absolute;
            right: 7px;
            margin-top: 7px;
            width: 10px;
            height: 6px;
            background: url(../img/nav-arrow.png) no-repeat;
            background-size: 10px auto;
            background-position: 0 -5px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.header .navMenuScope .navMenu.active .navContent {
    display: block
}

.header .navMenuScope .navMenu.navCity {
    float: right;
    margin-left: 5px;
    margin-right: 0
}

    .header .navMenuScope .navMenu.navCity .navClick {
        padding: 0 10px 0 28px
    }

        .header .navMenuScope .navMenu.navCity .navClick span {
            vertical-align: middle;
            display: table-cell
        }

            .header .navMenuScope .navMenu.navCity .navClick span:after {
                content: "";
                position: absolute;
                left: 10px;
                margin-top: 0;
                width: 12px;
                height: 16.5px;
                background: url(/secim/static/2019/v2/img/icon-pin.png) no-repeat;
                background-size: 12px auto;
                background-position: 0 0
            }

    .header .navMenuScope .navMenu.navCity .navContent {
        position: absolute;
        left: auto;
        right: 0;
        padding: 10px;
        width: calc(100vw - 20px);
        max-width: 980px;
        z-index: 6000;
    }

        .header .navMenuScope .navMenu.navCity .navContent a {
            color: #000;
            width: 20%;
            position: relative;
            float: left;
            -webkit-transition: all .34s ease;
            -moz-transition: all .34s ease;
            -ms-transition: all .34s ease;
            -o-transition: all .34s ease;
            transition: all .34s ease;
            padding: 5px 10px;
            margin-bottom: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px
        }

@media only screen and (max-width:768px) {
    .header .navMenuScope .navMenu.navCity .navContent a {
        width: 25%
    }
}

@media only screen and (max-width:520px) {
    .header .navMenuScope .navMenu.navCity .navContent a {
        width: 33.33%
    }
}

.header .navMenuScope .navMenu.navCity .navContent a:hover {
    background: #4488be;
    color: #fff
}

.header .navMenuScope .navMenu.navCity.active .navClick {
    background: #fff;
    color: #000
}

    .header .navMenuScope .navMenu.navCity.active .navClick span {
        vertical-align: middle;
        display: table-cell
    }

        .header .navMenuScope .navMenu.navCity.active .navClick span:after {
            content: "";
            position: absolute;
            left: 10px;
            margin-top: 0;
            width: 12px;
            height: 16.5px;
            background: url(/secim/static/2019/v2/img/icon-pin.png) no-repeat;
            background-size: 12px auto;
            background-position: 0 -16.5px;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none
        }

.header .navMenuScope .navMenu.navCity.active .navContent {
    display: block
}

.footer .ftLinkScope .ftCity span a, .footer .ftLinkScope .ftErrorTerms .ftError, .footer .ftLinkScope .ftErrorTerms .ftTerms, .generalFooterTitle {
    font-size: 15px;
    color: #fff
}

    .footer .ftLinkScope .ftCity span a:hover {
        text-decoration: none;
    }

    @media only screen and (max-width:680px) {
        .footer .ftLinkScope .ftCity span a, .footer .ftLinkScope .ftErrorTerms .ftError, .footer .ftLinkScope .ftErrorTerms .ftTerms, .generalFooterTitle {
        font-size: 14px
    }
}

.row.footer {
    margin-bottom: 0
}

.footer {
    height: auto;
    margin: 0;
    font-family: 'Roboto';
    text-align: left;
}
    .footer .main_container {
        margin: 0 auto;
    }

.footer.sondakika .ftLogoScope {
    background: #ff8400
}

.footer.sondakika .ftLinkScope {
    background: #e97900
}

.footer .ftLogoScope {
    width: 100%;
    position: relative;
    float: left;
    background: #4488be;
    padding: 25px 10px;
    margin-top: 40px;
}

@media only screen and (max-width:680px) {
    .footer .ftLogoScope {
        padding: 20px 10px;
    }
}

.footer .ftLogoScope .logo {
    float: left;
    position: relative;
    line-height: 0
}

@media only screen and (max-width:680px) {
    .footer .ftLogoScope .logo {
        width: 100%;
        position: relative;
        float: left;
        text-align: center;
        margin-bottom: 20px
    }

        .footer .ftLogoScope .logo img {
            height: 16px;
            width: auto
        }
}

.footer .ftLogoScope .homego {
    float: right;
    position: relative;
    padding: 5.5px 35px 5.5px 10px;
    height: 23px;
    line-height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: url(../img/right-arrow.png) no-repeat center right 7px;
    background-size: 9px 13px;
    background-color: #fff;
    -webkit-transition: all .34s ease;
    -moz-transition: all .34s ease;
    -ms-transition: all .34s ease;
    -o-transition: all .34s ease;
    transition: all .34s ease;
    cursor: pointer;
    box-sizing: border-box;
}

    .footer .ftLogoScope .homego:hover {
        background: url(../img/right-arrow-hov.png) no-repeat center right 7px;
        background-size: 9px 13px;
        background-color: #ffa903;
        color: #fff
    }

@media only screen and (max-width:680px) {
    .footer .ftLogoScope .homego {
        float: none;
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.footer .ftLinkScope {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    background: #20537b;
    padding: 25px 10px;
}

@media only screen and (max-width:680px) {
    .footer .ftLinkScope {
        padding: 20px 10px;
    }
}

.footer .ftLinkScope .ftCity {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px
}

    .footer .ftLinkScope .ftCity span {
        width: 25%;
        position: relative;
        float: left;
        margin-bottom: 15px
    }

@media only screen and (max-width:960px) {
    .footer .ftLinkScope .ftCity span {
        width: 33.33%;
        position: relative;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .footer .ftLinkScope .ftCity span {
        width: 50%;
        position: relative;
        float: left
    }
}

@media only screen and (max-width:520px) {
    .footer .ftLinkScope .ftCity span {
        width: 50%;
        position: relative;
        float: left;
        /*text-align: center*/
    }
}

.footer .ftLinkScope .ftErrorTerms {
    width: 100%;
    position: relative;
    float: left
}

    .footer .ftLinkScope .ftErrorTerms .ftError {
        float: left;
        position: relative
    }

@media only screen and (max-width:520px) {
    .footer .ftLinkScope .ftErrorTerms .ftError {
        float: left;
        clear: both;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 15px
    }
}

.footer .ftLinkScope .ftErrorTerms .ftTerms {
    float: right;
    position: relative
}

@media only screen and (max-width:520px) {
    .footer .ftLinkScope .ftErrorTerms .ftTerms {
        float: left;
        clear: both;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
