﻿
.weather {
    float: left;
    width: 100%;
    /* margin-top:130px; */
    margin-top:130px;
    padding-top: 15px;
    background: #e8eff3;
}

    .weather .left {
        float: left;
        width: 855px;
    }

        .weather .left .instant-weather {
            text-align: left;
            margin-left: 4px;
            margin-top: 60px;
        }

            .weather .left .instant-weather p {
                font-size: 14px;
                color: #4c566a; /*km:margin-bottom:5px;*/
                margin: 0 !important;
                padding: 0 !important; /*km*/
                text-align: left;
                opacity: .6;
            }

            .weather .left .instant-weather h3 {
                font-size: 30px;
                color: #4c566a; /*km:margin-bottom:22px;*/
                margin: 0 !important;
                padding: 0 !important;
            }

                .weather .left .instant-weather h3 span {
                    font-weight: 400;
                }

                .weather .left .instant-weather h3.big {
                    font-size: 51px;
                }

                    .weather .left .instant-weather h3.big .pull-right {
                        font-size: 51px;
                        font-weight: 400;
                    }

                        .weather .left .instant-weather h3.big .pull-right span {
                            font-size: 51px;
                            font-weight: 100;
                        }

                .weather .left .instant-weather h3 .details {
                    
    float: left;
    background: rgba(255, 255, 255, 0.3);
    padding: 4px 7px;
    border-radius: 6px;
    margin-top: 10px;
    margin-left: 10px;
    height: 46px;
    line-height: 38px;
    width: 135px;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
                }

                    .weather .left .instant-weather h3 .details.expanded {
                        width: 425px;
                        margin-bottom: 10px;
                    }

                    .weather .left .instant-weather h3 .details:hover {
                        cursor: pointer;
                    }

                    .weather .left .instant-weather h3 .details .details-container {
                        width: 412px;
                    }

                    .weather .left .instant-weather h3 .details .maximize {
                        float: left;
                        height: 38px;
                        line-height: 38px;
                    }

                        .weather .left .instant-weather h3 .details .maximize img {
                            float: left;
                            margin-top: 8px;
                            transform: rotate(540deg);
                            transition: all .4s;
                            -webkit-transition: all .4s;
                            -moz-transition: all .4s;
                            -o-transition: all .4s;
                            -ms-transition: all .4s;
                        }

                            .weather .left .instant-weather h3 .details .maximize img.takla {
                                transform: rotate(360deg);
                            }

                    .weather .left .instant-weather h3 .details .detail {
                        position: relative;
                        float: right;
                        font-size: 20px;
                        font-weight: 600;
                        height: 38px;
                        line-height: 38px;
                        margin-left: 15px;
                    }

                        .weather .left .instant-weather h3 .details .detail.humidity {
                            width: 110px;
                        }

                        .weather .left .instant-weather h3 .details .detail.wind {
                            width: 110px;
                        }

                        .weather .left .instant-weather h3 .details .detail.pressure {
                            width: 135px;
                        }

                        .weather .left .instant-weather h3 .details .detail .donut {
                            margin-right: 4px;
                        }

                        .weather .left .instant-weather h3 .details .detail .donut,
                        .weather .left .instant-weather h3 .details .detail .value {
                            float: left;
                        }

                        .weather .left .instant-weather h3 .details .detail .unit {
                            float: right;
                            font-size: 17px;
                            font-weight: 300;
                        }

                        .weather .left .instant-weather h3 .details .detail.humidity .unit {
                            float: left;
                        }


                        /*ayrıntılar rüzgar şeyleri*/

                        .weather .left .instant-weather h3 .details .detail .ryon {
                            font-size: 11px;
                            line-height: 38px;
                            float: left;
                        }

                            .weather .left .instant-weather h3 .details .detail .ryon .rHizDeger {
                                font-size: 20px;
                                font-weight: 300;
                                margin-left: 36px;
                                display: inline-block;
                            }

                            .weather .left .instant-weather h3 .details .detail .ryon img {
                                position: absolute;
                                left: -7px;
                                transform: rotate(320deg);
                            }

        /*ayrıntılar rüzgar şeyleri son */


        .weather .left .chart-container {
            float: left;
            width: 100%;
            overflow-x: auto;
        }

            .weather .left .chart-container canvas {
                float: left;
                /*width:855px;
  height:249px;*/
            }

        .weather .left .forecast {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

.tahmin {
    width: 140px;
    height: 147px;
    border-radius: 4px;
    float: left;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all .4s cubic-bezier(0.030, 1.100, 0.515, 0.985);
    -moz-transition: all .4s cubic-bezier(0.030, 1.100, 0.515, 0.985);
    cursor: pointer;
    margin-right: 3px;
    background-image: url(img/ucgen.svg);
    background-position: right top;
    background-repeat: no-repeat;
}

.acik {
    width: 280px;
   
    box-shadow: 0 6px 10px 3px rgba(24, 97, 122, 0.158); 
}


.tahminAcikKapali {
    width: 280px;
    height: 156px;
    float: left;
    background:white !important;
}

.tahminSol, .tahminSag {
    float: left;
    width: 140px;
    height: 156px;
}
.tahminSag {
    background: #f5f8f9;
}

.tahminTarih {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #4c566a;
    border-bottom: 1px solid #e8eff3;
}

.tahminIkon {
    margin-top: 1px;
}

.tahminHadise {
    font-size: 12px;
    color: #4c566a;
    height: 26px;
  
}

.tahminMax, .tahminMin {
    float: left;
    width: 70px;
    height: 30px;
    margin-top: 5px;
}

.deger {
    font-size: 19px;
    padding-top: 4px;
}

.derece {
}

.tahminMax {
    color: #EA5455;
   
}

.tahminMin {
    color: #1eb6d2;
   
}

.nem {
    font-size: 12px;
    border-bottom: #e8eff3 1px solid;
    margin-top: 8px;
    color: #6f6f7d;
    padding-bottom: 8px;
    /* margin-bottom: 6px; */
    width: 90%;
}

.ruzgar {
    font-size: 12px;
    border-bottom: #e8eff3 1px solid;

    color: #6f6f7d;
    padding-bottom: 8px;
    margin-bottom: 6px;
    width: 90%;
    padding-top: 14px;
}

.ruzgarYon {
    float: left;
    font-size: 11px;
    margin-left: 15px;
}

.ruzgarDeger {
    font-size: 23px;
    padding-top: 12px;
}


.weather .right {
    float: right;
    width: 260px;
}
.weather .right-minister {
    float: right;
    width: 260px;
}
.weather .right2 {width:100%;display: none;}

.weather .left .search-box {
    position: relative;
    display:block;
    float: left;
    width: 100%;
    border-radius: 10px;
    height: 52px;
    background: #fff;
    border: 5px solid #e0e7ea;
}
.weather .left .search-box:placeholder {
 color:#fff;
}

.weather .left .search-box input {
        float: left;
        width: 100%;
        padding: 0 47px 0 5px;
        height: 42px;
        border: 0;
        font-size: 14px;
        font-weight: 300;
        background: url('img/icon-search.png') right center no-repeat;
    }

    .weather .left .search-box .search-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        background: url('img/icon-search.png') center center no-repeat;
        cursor: pointer;
    }

    .weather .left .search-box-open {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    color: #3F3F55;
    font-size: 14px;
    z-index: 1000;
    padding-left: 7px;
}

.weather .left .search-box-open:hover {
        background: #f2f2f2;
    }

    .weather .left .saatlikchart {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        min-width: 1000px;
        overflow-x: auto;
        height: 352px;
        background: #fff;
        margin-bottom:15px;
        border-radius:3px;
    }
    .weather .left .saatlikchart canvas {
        position: absolute;
margin-top:15px;
        height: 90% !important; width: 90%!important;
    }
.weather .right .announcements {
    display: table;
    float: left;
    width: 100%;
    height: 214px;
    margin: 11px 0;
}

    .weather .right .announcements .announcement-container {
        display: table-cell;
        vertical-align: bottom;
    }

    .weather .right .announcements .announcement {
        display: inline-block;
        width: 100%;
        height: 51px;
        background: #fff;
        margin-top: 6px;
    }

        .weather .right .announcements .announcement .date {
            float: left;
            background: #e73a3a;
            width: 42px;
            height: 40px;
            border-right:1px solid #be1621;
            margin-right: 6px;
        }

            .weather .right .announcements .announcement .date .day {
                float: left;
                width: 100%;
                color: #fff;
                text-align: center;
                font-size: 20px;
                font-weight: bold;
                margin-top: 6px;
            }

            .weather .right .announcements .announcement .date .month {
                float: left;
                width: 100%;
                color: #fff;
                text-align: center;
                font-size: 10px;
            }

        .weather .right .announcements .announcement .title {
            display: block;
            font-size: 13px;
            font-weight: 300;
            line-height: 15px;
            padding: 3px;
            color: #3f3f55;
            font-weight: 600;
        }

        .weather .right .announcements .announcement .dateA {
            float: left;
            background: #e73a3a;
            width: 42px;
            height: 51px;
            margin-right: 6px;
        }

            .weather .right .announcements .announcement .dateA .day {
                float: left;
                width: 100%;
                color: #fff;
                text-align: center;
                font-size: 24px;
                font-weight: bold;
                margin-top: 6px;
            }

            .weather .right .announcements .announcement .dateA .month {
                float: left;
                width: 100%;
                color: #fff;
                text-align: center;
                font-size: 10px;
            }

.weather .right .forecast-video {
    float: left;
    width: 100%;
    height: 190px;
}

    .weather .right .forecast-video .video-container,
    .weather .right .forecast-video .video-container iframe {
        float: left;
        width: 100%;
        height: 155px;
    }

    .weather .right .forecast-video .video-title {
        float: left;
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: #35B3A0;
        padding-left: 15px;
        color: #fff;
    }


.duyuru-sayfa {
    display: none
}

.next-button {
    float: right;
    width: 35%;
}

.duyuru-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff;
    background-color: #1DB6D1;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}




.quick-launch {
    float: left;
    width: 100%;
    height: 72px;
    border-bottom: 6px solid #278eb0;
    background: #1DB6D1;
 
}

    .quick-launch ul {
        float: left;
        width: 100%;
    }

        .quick-launch ul li {
            float: left;
            width: calc(100% / 6);
            text-align: center;
        }

            .quick-launch ul li a {
                float: left;
                width: 100%;
                height: 76px;
                line-height: 76px;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
            }

                .quick-launch ul li a i {
                    font-size: 20px;
                    vertical-align: middle;
                }

.corporate {
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #eaeef2;
}

    .corporate .sidebar2 {
        float: left;
        width: 50%;
    }

        .corporate .sidebar2 .search-box {
            border: 0;
            height: 42px;
           
            border-radius: 1px;
        }

        .corporate .sidebar2 .sidebar-menu {
            float: left;
            width: 100%;
            margin: 11px 0;
        }

            .corporate .sidebar2 .sidebar-menu li {
                float: left;
                width: 100%;
                margin-bottom: 3px;
            }

                .corporate .sidebar2 .sidebar-menu li a {
                    float: left;
                    width: 100%;
                    background: #fff;
                    padding: 8px 15px;
                    font-size: 14px;
                    color: #74848C;
                }

        .announcements .banner-duyuru .sidebar-photo {
            float: left;
            width: 100%;
            margin-bottom:10px;
        }

        .announcements .banner-duyuru .sidebar-photo .photo-container {
                position: relative;
                float: left;
                width: 100%;
            }

            .announcements .banner-duyuru .sidebar-photo .photo-container img {
                    float: left;
                    width: 100%;
                }

                .announcements .banner-duyuru .sidebar-photo .photo-container .hover-content {
                    position: absolute;
                    background: rgba(0, 0, 0, 0) url('img/photo-hover.png') center 140% no-repeat;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    transition: background 1s;
                }

                .announcements .banner-duyuru .sidebar-photo:hover .photo-container .hover-content {
                background: rgba(0, 0, 0, 0.4) url('img/photo-hover.png') center center no-repeat;
            }

            .announcements .banner-duyuru .sidebar-photo .photo-title {
                float: left;
                width: 100%;
                background: #35B3A0;
                padding: 9px 15px;
                font-size: 11px;
                font-weight: 600;
                color: #fff;
                text-transform: uppercase;
            }

    .corporate .sidebar {
        float: left;
        width: 20%;
        padding-right: 15px;
    }

        .corporate .sidebar .search-box {
            border: 0;
            height: 42px;
            border-radius: 1px;
        }

        .corporate .sidebar .sidebar-menu {
            float: left;
            width: 100%;
            margin-bottom: 11px;
        }

            .corporate .sidebar .sidebar-menu li {
                float: left;
                width: 100%;
                margin-bottom: 3px;
            }

                .corporate .sidebar .sidebar-menu li a {
                    float: left;
                    width: 100%;
                    background: #fff;
                    padding: 8px 15px;
                    font-size: 14px;
                    color: #74848C;
                }                

        .corporate .sidebar .sidebar-photo {
            float: left;
            width: 100%;
        }

            .corporate .sidebar .sidebar-photo .photo-container {
                position: relative;
                float: left;
                width: 100%;
            }

                .corporate .sidebar .sidebar-photo .photo-container img {
                    float: left;
                    width: 100%;
                }

                .corporate .sidebar .sidebar-photo .photo-container .hover-content {
                    position: absolute;
                    background: rgba(0, 0, 0, 0) url('img/photo-hover.png') center 140% no-repeat;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    transition: background 1s;
                }

            .corporate .sidebar .sidebar-photo:hover .photo-container .hover-content {
                background: rgba(0, 0, 0, 0.4) url('img/photo-hover.png') center center no-repeat;
            }

            .corporate .sidebar .sidebar-photo .photo-title {
                float: left;
                width: 100%;
                background: #35B3A0;
                padding: 9px 15px;
                font-size: 12px;
                font-weight: 600;
                color: #fff;
                text-transform: uppercase;
            }

    .corporate .corporate-center {
        float: left;
        width: 100%;
    }

        .corporate .corporate-center .kurum-yoneticileri {
            float: left;
            width: 100%;
            margin: 5px 0px 10px 0px;
            border-bottom-left-radius: .5em;
            border-bottom-right-radius: .5em;
            padding: 10px;
            background-color: white;
            text-align: center
        }

            .corporate .corporate-center .kurum-yoneticileri a {
                color: #55616A;
                font-weight: 600;
                font-size: 14px;
            }

.minister-manager {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .minister-manager .minister {
        float: left;
        width: 100%;
        background: #fff;
        padding-right: 14px;
        cursor: pointer;
    }

        .minister-manager .minister:last-child {
            margin-right: 0;
        }

        .minister-manager .minister .minister-photo {
            float: left;
            width: 80px;
            margin-right: 5px;
        }

            .minister-manager .minister .minister-photo img {
                float: left;
                width: 100%;

            }

        .minister-manager .minister .minister-name {
            display: block;
            padding-top: 10px;
            font-size: 14px;
            line-height: 20px;
            color: #55616A;
            font-weight: 600;
            padding-left: 100px
        }

            .minister-manager .minister .minister-name .minister-title {
                width: 100%;
                font-weight: 300;
                line-height: 16px;
            }

.corporate .corporate-center .news {
    float: left;
    display: flex;
    width: 100%;
    height:580px;
   

}

.corporate .corporate-center .news .news-sidebar {

    width: 10%;
    margin-right:5px;
    margin-bottom:10px;


}
.corporate .corporate-center .news .news-sidebar button {
border:none;
opacity:.6;

}
.corporate .corporate-center .news .news-sidebar .sidebar-box{

    width: 100%;
    height: 17%;
    padding-right: 0;
    padding-left: 0;
    font-size:16px;
    color:#fff;
    background: #000;
    cursor: pointer;

}
.corporate .corporate-center .news .news-sidebar .sidebar-box img{

    width: 100%;
    height:100%;

}
.box-active ,
.corporate .corporate-center .news .news-sidebar .sidebar-box:hover {

    opacity:1 !important;
    box-shadow: 0 20px 20px 0 rgb(198, 199, 204);

}

.corporate .corporate-center .news .news-content {

    width: 90%;
    overflow:hidden;
    display:flex;
    box-shadow: 0 8px 30px rgba(49, 37, 37, 0.53);

}
.corporate .corporate-center .news .news-content img{
align-content: center;
    width: 100%;
    height: 100%;
  min-height: 577px;
  bottom:20px;

}
.mySlides {display:none;
    position:relative;
    width: 100%;
    }
    .mySlides img {
        display:flex;
        align-items: center;
     
        }
        .mySlides a{
            color:red;
            font-weight:bold;
         
            }
    .mySlides span {
        animation: gelberi 1s;
        z-index:9997;
        position:absolute;
        bottom:20px;
        left:28px;
        border-left: 6px solid red;
        background:#fff;
        padding: 18px;
        font-size: 14px;
        margin-right: 15px;
       
    }
    
/* Safari 4.0 - 8.0 */
@-webkit-keyframes gelberi {
    from {opacity: 0;margin-bottom:10px;}
    to {opacity: 1;margin-top:10px;}
  }
  
  /* Standard syntax */
  @keyframes gelberi {
    from {opacity: 0;margin-bottom:10px;}
    to {opacity: 1;margin-top:10px;}
  }

.weather .container {
    position: relative;
}

.weather-effect {
    position: absolute;
    z-index: -1000;
}

@keyframes dateA {
    0%, 100% {
        background-color: #EA533E;
    }

    50% {
        background-color: #C11535;
    }

    100% {
        background-color: #EA533E;
    }
}

@-webkit-keyframes dateA {
    0%, 100% {
        background-color: #EA533E;
    }

    50% {
        background-color: #C11535;
    }

    100% {
        background-color: #EA533E;
    }
}

@-moz-keyframes dateA {
    0%, 100% {
        background-color: #EA533E;
    }

    50% {
        background-color: #C11535;
    }

    100% {
        background-color: #EA533E;
    }
}

@-o-keyframes dateA {
    0%, 100% {
        background-color: #EA533E;
    }

    50% {
        background-color: #C11535;
    }

    100% {
        background-color: #EA533E;
    }
}

.dateA {
    -webkit-animation-name: dateA;
    -webkit-animation: .5s dateA infinite;
    -moz-animation-name: dateA;
    -moz-animation: .5s dateA infinite;
    -o-animation-name: dateA;
    -o-animation: .5s dateA infinite;
    animation-name: dateA;
    animation: .5s dateA infinite;
}


.corporate .announcements {
    display: table;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
    /* padding-left: 15px; */
}

    .corporate .announcements .announcement-container {
        display: table-cell;
        vertical-align: bottom;
        float:left;
        
        width: 55%;
    }

        .corporate .announcements .announcement-container h5 {
            float: left;
            width: 100%;
            font-size: 16px;
            margin-bottom: 11px;
            background-color: white;
            padding: 12px;
            margin: 0px !important;
        }

        .corporate .announcements .announcement-container .duyurubaslik {
            float: left;
            width: 100%;
            font-size: 16px;
            margin-bottom: 11px;
            background-color: white;
            padding: 12px;
            margin: 0px !important;
        }

            .corporate .announcements .announcement-container .duyurubaslik span {
                float: left;
                width: 65%;
                padding-top: 5px;
            }

    .corporate .announcements .announcement {
        display: inline-block;
        width: 100%;
        height: 70px;
        background: #fff;
        margin-top: 6px;
    }

        .corporate .announcements .announcement .date {
            float: left;
            background: #fff;
            width: 81px;
            height: 70px;
            border-right: 3px solid #eaeef2;
            margin-right: 6px;
        }

            .corporate .announcements .announcement .date .day {
                float: left;
                width: 100%;
                color: #556169;
                text-align: center;
                font-size: 28px;
                font-weight: bold;
                margin-top: 12px;
            }

            .corporate .announcements .announcement .date .month {
                float: left;
                width: 100%;
                color: #556169;
                text-align: center;
                font-size: 14px;
            }

        .corporate .announcements .announcement .title {
            display: block;
            font-size: 14px;
            font-weight: 300;
            line-height: 19px;
            padding: 10px;
            color: #55616A;
        }

        .corporate .banner-duyuru {
            float:left;
            text-align:center;
            padding-left:15px;
            width: 25%;

        }
        .corporate .banner-duyuru img {
           
            width: 100%;
            height: auto;

        }
        .corporate .hizli-erisim {
            float:left;
            width: 20%;

        }
        .corporate .hizli-erisim ul li {
            background-color:white;
            padding:15px;
            margin-bottom:7px;
            border-radius:4px;
            margin-right:10px;

        }
        .corporate .hizli-erisim ul li a{
            color: #4c566a;

        }

@keyframes weather-effect-1-cloud-left {
    0% {
        left: 100px;
    }

    50% {
        left: 140px;
    }
}

@keyframes weather-effect-1-cloud-right {
    0% {
        left: -10px;
    }

    50% {
        left: -30px;
    }
}

@keyframes weather-effect-1-cloud-center {
    0% {
        left: 100px;
    }

    50% {
        left: 140px;
    }
}

.weather-effect.weather-effect-1 {
    top: 50px;
    right: 450px;
}

    .weather-effect.weather-effect-1 .weather-effect-1-sun {
        position: absolute;
        left: 180px;
        z-index: -900;
    }

    .weather-effect.weather-effect-1 .weather-effect-1-cloud-left {
        position: absolute;
        width: 500px;
        left: 100px;
        animation: weather-effect-1-cloud-left 6s ease infinite;
    }

    .weather-effect.weather-effect-1 .weather-effect-1-cloud-right {
        position: absolute;
        width: 500px;
        top: 50px;
        left: -10px;
        animation: weather-effect-1-cloud-right ease 6s infinite;
    }

    .weather-effect.weather-effect-1 .weather-effect-1-cloud-center {
        position: absolute;
        width: 500px;
        left: 100px;
        animation: weather-effect-1-cloud-center 6s ease infinite;
    }

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 80s linear infinite;
    -moz-animation: rotating 80s linear infinite;
    -ms-animation: rotating 80s linear infinite;
    -o-animation: rotating 80s linear infinite;
    animation: rotating 80s linear infinite;
}



.drop-hafif-yagmur {
    background: white;
    width: 1px;
    height: 20px;
    position: absolute;
    -webkit-animation: fall 1s linear infinite;
    -moz-animation: fall 1s linear infinite;
    -ms-animation: fall 1s linear infinite;
    -o-animation: fall 1s linear infinite;
    animation: fall 1s linear infinite;
}


.drop-yagmur {
    background: white;
    width: 1px;
    height: 20px;
    position: absolute;
    -webkit-animation: fall .8s linear infinite;
    -moz-animation: fall .8s linear infinite;
    -ms-animation: fall .8s linear infinite;
    -o-animation: fall .8s linear infinite;
    animation: fall .8s linear infinite;
}

.drop-kuvvetli-yagmur {
    background: white;
    width: 1px;
    height: 20px;
    position: absolute;
    -webkit-animation: fall .6s linear infinite;
    -moz-animation: fall .6s linear infinite;
    -ms-animation: fall .6s linear infinite;
    -o-animation: fall .6s linear infinite;
    animation: fall .6s linear infinite;
}



.drop-hafif-saganak-yagmur {
    background: white;
    width: 2px;
    height: 20px;
    position: absolute;
    -webkit-animation: fall .5s linear infinite;
    -moz-animation: fall .5s linear infinite;
    -ms-animation: fall .5s linear infinite;
    -o-animation: fall .5s linear infinite;
    animation: fall .5s linear infinite;
}


.drop-saganak-yagmur {
    background: white;
    width: 2px;
    height: 20px;
    position: absolute;
    -webkit-animation: fall .4s linear infinite;
    -moz-animation: fall .4s linear infinite;
    -ms-animation: fall .4s linear infinite;
    -o-animation: fall .4s linear infinite;
    animation: fall .4s linear infinite;
}

.drop-kuvvetli-saganak-yagmur {
    background: white;
    width: 2px;
    height: 20px;
    position: absolute;
    -webkit-animation: fall .3s linear infinite;
    -moz-animation: fall .3s linear infinite;
    -ms-animation: fall .3s linear infinite;
    -o-animation: fall .3s linear infinite;
    animation: fall .3s linear infinite;
}

.drop-dolu {
    position: absolute;
    -webkit-animation: fall .3s linear infinite;
    -moz-animation: fall .3s linear infinite;
    -ms-animation: fall 3s linear infinite;
    -o-animation: fall .3s linear infinite;
    animation: fall .3s linear infinite;
}

.drop-hafif-kar {
    position: absolute;
    color: #fff;
    text-shadow: 0 0 4px #c7c7c7;
    padding-top: 120px;
    padding-left: 150px;
    -webkit-animation: fall 3.2s linear infinite;
    -moz-animation: fall 3.2s linear infinite;
    -ms-animation: fall 3.2s linear infinite;
    -o-animation: fall 3.2s linear infinite;
    animation: fall 3.2s linear infinite;
}

.drop-kar {
    position: absolute;
    color: #fff;
    text-shadow: 0 0 4px #c7c7c7;
    padding-top: 120px;
    padding-left: 150px;
    -webkit-animation: fall 3s linear infinite;
    -moz-animation: fall 3s linear infinite;
    -ms-animation: fall 3s linear infinite;
    -o-animation: fall 3s linear infinite;
    animation: fall 3s linear infinite;
}

.drop-yogun-kar {
    position: absolute;
    color: #fff;
    text-shadow: 0 0 4px #c7c7c7;
    padding-top: 120px;
    padding-left: 150px;
    -webkit-animation: fall 2.5s linear infinite;
    -moz-animation: fall 2.5s linear infinite;
    -ms-animation: fall 2.5s linear infinite;
    -o-animation: fall 2.5s linear infinite;
    animation: fall 2.5s linear infinite;
}

.drop-hafif-karli-yagmur {
    background: white;
    width: 2px;
    height: 20px;
    position: absolute;
    -webkit-animation: fall 1s linear infinite;
    -moz-animation: fall 1s linear infinite;
    -ms-animation: fall 1s linear infinite;
    -o-animation: fall 1s linear infinite;
    animation: fall 1s linear infinite;
}

.simsek-animasyon {
    -webkit-animation-name: slidingPrice;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: slidingPrice;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: slidingPrice;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: slidingPrice;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation-name: slidingPrice;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


/* animate the drops*/
@-webkit-keyframes fall {
    to {
        margin-top: 120px;
    }
}

@-moz-keyframes fall {
    to {
        margin-top: 120px;
    }
}


@-ms-keyframes fall {
    to {
        margin-top: 120px;
    }
}

@-o-keyframes fall {
    to {
        margin-top: 120px;
    }
}




@-webkit-keyframes slidingPrice {
    6% {
        opacity: 0;
    }
    /* 0ms initial values */
    20% {
        opacity: 1;
    }
    /* 150ms half of animation */
    32% {
        opacity: 1;
    }
    /* 2150ms still at half of animation */
    50% {
        opacity: 0;
    }
    /* 2300ms back to initial */
    100% {
        opacity: 0;
    }
    /* 6300ms still at initial */
}

@-moz-keyframes slidingPrice {
    6% {
        opacity: 0;
    }
    /* 0ms initial values */
    20% {
        opacity: 1;
    }
    /* 150ms half of animation */
    32% {
        opacity: 1;
    }
    /* 2150ms still at half of animation */
    50% {
        opacity: 0;
    }
    /* 2300ms back to initial */
    100% {
        opacity: 0;
    }
    /* 6300ms still at initial */
}

@-ms-keyframes slidingPrice {
    6% {
        opacity: 0;
    }
    /* 0ms initial values */
    20% {
        opacity: 1;
    }
    /* 150ms half of animation */
    32% {
        opacity: 1;
    }
    /* 2150ms still at half of animation */
    50% {
        opacity: 0;
    }
    /* 2300ms back to initial */
    100% {
        opacity: 0;
    }
    /* 6300ms still at initial */
}

@-o-keyframes slidingPrice {
    6% {
        opacity: 0;
    }
    /* 0ms initial values */
    20% {
        opacity: 1;
    }
    /* 150ms half of animation */
    32% {
        opacity: 1;
    }
    /* 2150ms still at half of animation */
    50% {
        opacity: 0;
    }
    /* 2300ms back to initial */
    100% {
        opacity: 0;
    }
    /* 6300ms still at initial */
}





.weather-effect.weather-effect-1 .weather-effect-1-cloud-center2 {
    position: absolute;
    width: 450px;
    height: 150px;
    left: 100px;
    opacity: 0.9;
    z-index: 2;
}

/* talep ve öneriler */
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.slider {
    position: relative;
    cursor: default;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

    /*Buttons*/
    .slider > div.sliderbutton {
        z-index: 2;
        position: absolute;
        top: 0;
        width: 4vw;
        height: 100%;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 150"><polyline points="65.146 106.603 34.741 76.196 65.854 45.083" style="fill:none;stroke:white;stroke-linejoin:round;stroke-width:5px"/></svg>');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        -webkit-transition: background-size 0.3s;
    }

        .slider > div.sliderbutton:last-of-type {
            right: 0;
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
        }

        .slider > div.sliderbutton:hover {
            background-size: 170%;
        }


    

.noTransition {
    transition: 0s !important;
}


/*Example*/
body {
    font-family: Geneva, sans-serif;
    margin: 0;
    min-width: 200px;
    font-size: 1.5vw;
}


.corporate-center > .duyurubaslik {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 6px;
    background-color: white;
    padding: 12px;
}

    .corporate-center > .duyurubaslik > span {
        float: left;
        width: 80%;
        padding-top: 5px;
    }