﻿
.slider-out-content .slide-overlay {
    height: 744px;
    background-color: #070a13;
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0;
}

#gundem {
    position: relative;
}

    #gundem .gundem-menu-desctop {
        border-top: 4px solid #e11a45;
        padding: 0;
        width: 100%;
        margin-top: -150px;
        position: absolute;
        z-index: 100;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        opacity: 0;
    }

        #gundem .gundem-menu-desctop li {
            width: 33.333333%;
            float: left;
            overflow: hidden;
            position: relative;
        }

            #gundem .gundem-menu-desctop li img {
                background-repeat: no-repeat;
                -webkit-transition: all 0.2s ease-in;
                -moz-transition: all 0.2s ease-in;
                -ms-transition: all 0.2s ease-in;
                -o-transition: all 0.2s ease-in;
                transition: all 0.2s ease-in;
                -moz-transform: scale(1);
                -webkit-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                position: absolute;
                z-index: -1;
                width: 100%;
                height: 133px;
            }

            #gundem .gundem-menu-desctop li a {
                display: block;
                width: 100%;
                height: 100%;
                text-align: center;
                padding-top: 47px;
                color: #fff;
                background-color: rgba(0,0,0,0.25);
                -webkit-transition: background 0.2s ease-in;
                -moz-transition: background 0.2s ease-in;
                -ms-transition: background 0.2s ease-in;
                -o-transition: background 0.2s ease-in;
                transition: background 0.2s ease-in;
                font-family: 'roboto_slablight';
                font-size: 26px;
                height: 133px;
                text-decoration: none;
            }

                #gundem .gundem-menu-desctop li a span {
                    font-family: 'roboto_slabbold';
                    margin-left: 0px;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
                    -ms-transition: all 0.2s ease-in;
                    -o-transition: all 0.2s ease-in;
                    transition: all 0.2s ease-in;
                }

                #gundem .gundem-menu-desctop li a .icon {
                    width: 48px;
                    height: 48px;
                    position: absolute;
                    margin-top: -6px;
                    left: 120px;
                    opacity: 0;
                    transition: all 0.2s ease-in 0s;
                    -webkit-transition: all 0.2s ease-in;
                    -moz-transition: all 0.2s ease-in;
                    -ms-transition: all 0.2s ease-in;
                    -o-transition: all 0.2s ease-in;
                    -moz-transform: rotate(0deg);
                    -webkit-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
                    background: url(../../Images/gundem-hover-ikon.png);
                }


            #gundem .gundem-menu-desctop li:hover:not(.active) a .icon {
                left: 63px;
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                opacity: 1;
            }

            #gundem .gundem-menu-desctop li:hover a span {
                margin-left: 75px;
            }

            #gundem .gundem-menu-desctop li.active a .icon {
                opacity: 1;
                left: 40px;
                width: 74px;
                height: 74px;
                margin-top: -20px;
                -moz-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            #gundem .gundem-menu-desctop li.active a span {
                margin-left: 75px;
            }

            #gundem .gundem-menu-desctop li.active:hover a,
            #gundem .gundem-menu-desctop li.active a {
                background-color: #e11a45;
            }

            #gundem .gundem-menu-desctop li:hover a {
                background-color: rgba(0,0,0,0);
            }


            #gundem .gundem-menu-desctop li:hover > img {
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -o-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2);
            }

@media (max-width:991px) {
    #gundem .gundem-menu-desctop li img {
        width: auto;
    }

    #gundem .gundem-menu-desctop li a {
        display: block;
        text-align: center;
        padding-top: 47px;
        font-size: 19px;
        height: 133px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        #gundem .gundem-menu-desctop li a span {
            font-size: 26px;
        }

        #gundem .gundem-menu-desctop li a .icon {
            width: 42px;
            height: 42px;
            left: 0px;
            right: 0;
            margin: 0 auto;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            top:40px;
        }

    #gundem .gundem-menu-desctop li:hover:not(.active) a .icon {
        top: 15px;
        left: 0px;
        right: 0;
        margin: 0 auto;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    #gundem .gundem-menu-desctop li:hover:not(.active) a {
        padding-top: 62px;
    }

    #gundem .gundem-menu-desctop li:hover a span {
        margin-left: 0px;
    }

    #gundem .gundem-menu-desctop li.active a .icon {
        opacity: 1;
        left: 0px;
        right: 0;
        margin: 0 auto;
        width: 46px;
        height: 46px;
        background-size: auto;
        top: 14px;
    }

    #gundem .gundem-menu-desctop li.active a span {
        margin-left: 0px;
    }

    #gundem .gundem-menu-desctop li.active a {
        padding-top: 62px;
    }
}

@media (min-width:992px) {
    #gundem .gundem-menu-desctop li a .icon {
        width: 48px;
        height: 48px;
        margin-top: -6px;
        left: 80px;
    }


    #gundem .gundem-menu-desctop li:hover:not(.active) a .icon {
        left: 35px;
    }

    #gundem .gundem-menu-desctop li:hover a span {
        margin-left: 75px;
    }

    #gundem .gundem-menu-desctop li.active a .icon {
        opacity: 1;
        left: 10px;
        width: 74px;
        height: 74px;
        margin-top: -20px;
    }

    #gundem .gundem-menu-desctop li.active a span {
        margin-left: 75px;
    }
}

@media (min-width:1200px) {

    #gundem .gundem-menu-desctop li a .icon {
        width: 48px;
        height: 48px;
        margin-top: -6px;
        left: 120px;
    }


    #gundem .gundem-menu-desctop li:hover:not(.active) a .icon {
        left: 63px;
    }

    #gundem .gundem-menu-desctop li:hover a span {
        margin-left: 75px;
    }

    #gundem .gundem-menu-desctop li.active a .icon {
        opacity: 1;
        left: 40px;
        width: 74px;
        height: 74px;
        margin-top: -20px;
    }

    #gundem .gundem-menu-desctop li.active a span {
        margin-left: 75px;
    }
}
/*Haber slide*/
#gundem .genel {
    position: absolute;
    width: 696px;
    height: 212px;
    top: -279px;
    z-index: 22;
    overflow: hidden;
}

    #gundem .genel .bx-wrapper .bx-controls {
        display: none;
    }

    #gundem .genel .genel-content {
        padding: 13px;
        position: absolute;
        bottom: -279px;
        background: #f6f6f6;
    }

    #gundem .genel h2 {
        margin-bottom: 25px;
        margin-top: 7px;
    }

        #gundem .genel h2 a {
            color: #404040;
            font-family: 'Oswald-Regular';
            font-size: 17px;
            line-height: 22px;
        }

        #gundem .genel h2 span {
            color: #d81834;
        }

    #gundem .genel .habercontent {
        padding-left: 17px;
        display: inline-block;
        width: 361px;
        vertical-align: top;
    }

        #gundem .genel .habercontent.col-md-6 {
            width: 361px;
        }

        #gundem .genel .habercontent .haber {
            position: relative;
            display: none;
        }

            #gundem .genel .habercontent .haber:first-of-type {
                display: block;
            }

        #gundem .genel .habercontent .label-default {
            color: #444444;
            font-family: 'Arial';
            font-size: 14px;
            background: #fff;
            border: 1px solid #e9e9e9;
            font-weight: 300;
            padding: 5px 5px 3px;
        }

            #gundem .genel .habercontent .label-default i {
                margin-right: 5px;
            }

        #gundem .genel .habercontent .btn {
            color: #e11a45;
            font-size: 14px;
            font-family: Arial;
            font-weight: 700;
            background: #e11a45;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            color: #fff;
            border-color: #e11a45;
            border-radius: 2px;
            text-decoration: none;
            margin-right: 0px;
            padding: 7px 21px;
        }

            #gundem .genel .habercontent .btn span {
                margin-left: 12px;
                float: right;
                margin-top: 5px;
                font-size: 10px;
            }

            #gundem .genel .habercontent .btn:hover {
                background: #24386c;
                border-color: #24386c;
            }
    /*Slide*/
    #gundem .genel .gundem-slide {
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    #gundem .genel .bx-wrapper {
        padding: 0;
        border: none;
        box-shadow: none;
        margin: 0;
    }

        #gundem .genel .bx-wrapper .bx-viewport {
            height: 187px;
        }

    #gundem .genel .gundem-slide:hover > .outside {
        bottom: 0px;
    }

    #gundem .genel .gundem-slide .outside {
        position: absolute;
        width: 304px;
        background: rgba(0,0,0,0.35);
        bottom: -47px;
        height: 47px;
        text-align: center;
        color: #fff;
        font-family: 'roboto_condensedregular';
        font-size: 19px;
        padding-top: 11px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        #gundem .genel .gundem-slide .outside i {
            margin-right: 12px;
            font-size: 20px;
            position: absolute;
            margin-left: -9px;
            margin-top: 2px;
        }

        #gundem .genel .gundem-slide .outside .index {
            margin-left: 25px;
        }

        #gundem .genel .gundem-slide .outside #slider-prev,
        #gundem .genel .gundem-slide .outside #slider-next {
            font-size: 12px;
            color: #fff;
            position: absolute;
            top: 18px;
            cursor: pointer;
        }

            #gundem .genel .gundem-slide .outside #slider-prev:hover,
            #gundem .genel .gundem-slide .outside #slider-next:hover {
                color: #e11a45;
            }

        #gundem .genel .gundem-slide .outside #slider-prev {
            left: 16px;
        }

        #gundem .genel .gundem-slide .outside #slider-next {
            right: 16px;
        }

@media (max-width: 768px) {
    #gundem .genel .gundem-slide .outside,
    #gundem .genel .gundem-slide:hover > .outside {
        bottom: 0px;
    }
}

@media (min-width: 992px) {
    #gundem .genel .col-md-6 {
        width: auto;
        padding-right: 0;
    }
}

@media(max-width:767px) {
    #gundem .genel {
        width: 100%;
        height: 368px;
        top: -435px;
        z-index: 20;
    }

        #gundem .genel .col-md-6 {
            width: 100%;
        }

        #gundem .genel .genel-content {
            padding: 15px;
            bottom: -375px;
        }

        #gundem .genel h2 {
            margin-bottom: 15px;
            margin-top: 0px;
            line-height: 24px;
        }

            #gundem .genel h2 a {
                font-size: 16px;
            }

        #gundem .genel .habercontent {
            padding-left: 30px;
            padding-right: 40px;
            width: 100%;
            position: relative;
        }

            #gundem .genel .habercontent .label-default {
                color: #444444;
                font-family: 'Arial';
                font-size: 13px;
                background: #fff;
                border: 1px solid #e9e9e9;
                font-weight: 300;
                padding: 5px 5px 5px;
                margin-top: 22px;
                float: left;
            }

                #gundem .genel .habercontent .label-default i {
                    margin-right: 5px;
                }

            #gundem .genel .habercontent .btn {
                font-size: 14px;
                margin-right: 18px;
                margin-top: 0px;
                padding: 13px 22px;
            }

                #gundem .genel .habercontent .btn span {
                    margin-left: 10px;
                }

        #gundem .genel .gundem-slide {
            display: inline-block;
            position: relative;
        }

        #gundem .genel .bx-wrapper {
            margin: 0;
        }

            #gundem .genel .bx-wrapper .bx-viewport {
                height: 187px;
            }
}

@media(max-width:767px) and (min-width:1200px) {
    #gundem .genel {
        width: 696px;
        height: 212px;
        top: -279px;
    }

    .genel-content {
        margin-right: 0;
    }

    #gundem .genel .genel-content {
        padding: 13px;
        bottom: -279px;
        padding-right: 0;
    }

    #gundem .genel h2 {
        margin-bottom: 25px;
        margin-top: 7px;
        line-height: 28px;
    }

        #gundem .genel h2 a {
            font-size: 20px;
            line-height: 28px;
        }

    #gundem .genel .habercontent {
        padding-left: 17px;
        padding-right: 17px;
        width: 361px;
    }

        #gundem .genel .habercontent .label-default {
            color: #444444;
            font-family: 'Arial';
            font-size: 13px;
            background: #fff;
            border: 1px solid #e9e9e9;
            font-weight: 300;
            padding: 5px 5px 3px;
        }

            #gundem .genel .habercontent .label-default i {
                margin-right: 5px;
            }

        #gundem .genel .habercontent .btn {
            font-size: 14px;
            margin-right: 18px;
            margin-top: 7px;
            padding: 13px 22px;
        }

            #gundem .genel .habercontent .btn span {
                margin-left: 10px;
            }

    #gundem .genel .gundem-slide {
        display: inline-block;
        position: relative;
    }

    #gundem .genel .bx-wrapper {
        margin: 0;
    }

        #gundem .genel .bx-wrapper .bx-viewport {
            height: 187px;
        }
}

@media(min-width:992px) {
    #gundem .genel .gundem-slide .outside {
        width: 304px;
    }

    #gundem .genel h2 {
        line-height: 28px;
    }

    #gundem .genel .habercontent .btn {
        margin-top: 35px;
    }

    #gundem .genel .genel-content {
        padding-right: 0px;
    }

    #gundem .genel .habercontent.col-md-6 {
        padding-left: 60px;
        padding-right: 22px;
    }

    #gundem .genel .gundem-slide.col-md-6 {
        padding-right: 14px;
        padding-left: 15px;
    }

    #gundem .genel .gundem-slide .outside {
        width: 304px;
    }

    #gundem .gundem-menu-desctop li {
        width: 33.3%;
    }
}

@media(min-width:1200px) {

    #gundem .genel h2 {
        line-height: 28px;
    }

    #gundem .genel .habercontent .btn {
        margin-top: 35px;
    }

    #gundem .genel .genel-content {
        padding-right: 0px;
    }

    #gundem .genel .habercontent.col-md-6 {
        padding-left: 60px;
        padding-right: 22px;
    }

    #gundem .genel .gundem-slide.col-md-6 {
        padding-right: 14px;
        padding-left: 15px;
    }

    #gundem .genel .gundem-slide .outside {
        width: 304px;
    }

    #gundem .gundem-menu-desctop li {
        width: 33.333333%;
    }
}
