/* Tiny Carousel */
#slider1 { height: 1%; overflow: hidden; position: relative; margin-bottom: 20px; }
    #slider1 .viewport { height: 310px; overflow: hidden; position: relative; }
    #slider1 .buttons { background: #7c7c7c; display: block; position: absolute; top: 50%; left: 0; width: 35px; height: 35px; color: #fff; font-weight: bold; text-align: center; line-height: 35px; text-decoration: none; font-size: 22px; transition: all .2s ease-in; z-index: 1; }
    #slider1 .next { right: 0; left: auto; top: 50%; }
    #slider1 .buttons:hover { color: #7c7c7c; background: #fff; transition: all .2s ease-in; border: 1px solid #7c7c7c; }
    #slider1 .disable { visibility: hidden; }
    #slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
        #slider1 .overview li { float: left; padding: 1px; height: 310px; width: 235px; }

/* Tiny Carousel 2 */
#slider2 { height: 1%; position: relative; z-index: 999; }
    #slider2 .viewport { height: 223px; position: relative; margin: 5px; overflow: hidden; background: #4a4849; /* Old browsers */ background: -moz-linear-gradient(left, #4a4849 0%, #4a4849 84%, transparent 84%, transparent 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #4a4849 0%,#4a4849 84%,#fff9f9 84%,transparent 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #4a4849 0%,#4a4849 84%,transparent 84%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4849', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ }
    #slider2 .buttons { background: #7c7c7c; display: block; position: absolute; top: 50%; left: 0; width: 35px; height: 35px; color: #fff; font-weight: bold; text-align: center; line-height: 35px; text-decoration: none; font-size: 22px; transition: all .2s ease-in; z-index: 1; }
    #slider2 .next { right: 0; left: auto; top: 50%; }
    #slider2 .buttons:hover { color: #7c7c7c; background: #fff; transition: all .2s ease-in; border: 1px solid #7c7c7c; }
    #slider2 .disable { visibility: hidden; }
    #slider2 .overview { list-style: none; padding: 0; margin: 0; width: 240px; left: 0; top: 0; position: relative; }
        #slider2 .overview li { position: inherit; float: left; height: 223px; width: 585px; }
.haberIcerik { width: 235px; height: 223px; margin: 0px 35px; color: #fff; }
.duyurusag img { height: 85%; }
.gold { color: darkgray; }
.bullets { position: absolute; bottom: 10px; }
    .bullets li { display: inline-block; text-align: center; }
    .bullets .fa { font-size: 20px; }
    .bullets .active { color: #1EA3C6; }
.bslk2 { color: #fff; margin: 25px 35px; }
/* Tiny Carousel 3 */
#slider3 { position: relative; }
    #slider3 .viewport { height: 245px; overflow: hidden; position: relative; width: 100%; margin: 0 auto; }
.ubi2 img { width: 100%; }
/*** Icon*/
.ubi2 { position: relative; overflow: hidden; display: inline-block; text-decoration: none; text-align: center; line-height: 50px; font-size: 12px; font-family: sans-serif; width: 100%; }
    .ubi2:after { content: ""; position: absolute; top: -110%; left: -210%; width: 200%; height: 200%; opacity: 0; transform: rotate(30deg); background: rgba(0, 0, 0, 0.8); background: linear-gradient(to right, rgba(0, 0, 0, 0.13) 0%,rgba(0, 0, 0, 0.13) 77%,rgba(0, 0, 0, 0.5) 95%,rgba(0, 0, 0, 0.0) 100%); }
    /* Hover state - trigger effect */
    .ubi2:hover:after { opacity: 1; top: -20%; left: -20%; transition-property: left, top, opacity; transition-duration: 0.7s, 0.7s, 0.15s; transition-timing-function: ease; }
    /* Active state */
    .ubi2:active:after { opacity: 0; }
#slider3 .next { right: -16px; left: auto; }
#slider3 .buttons:hover { color: #C01313; background: #fff; transition: all 0.5s ease-in; -ms-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -webkit-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; }
#slider3 .disable { visibility: hidden; }
#slider3 .overview { list-style: none; position: absolute; padding: 0; margin: 5px; width: 100%; left: 0; top: 0; }
    #slider3 .overview li { float: left; margin: 0 auto; padding: 0px; height: 160px; width: 233px; margin-left: 0; }

@media(max-width:767px) {
    #slider1 .buttons { display: none; }
    .duyurusag { height: 51%; position: absolute; right: 22%; top: -6px; }
}

@media(min-width:768px) {
    #slider2 .overview li { width: 745px; }
    .duyurusag { height: 100%; position: absolute; right: 10%; top: -53px; }
}

@media(min-width:992px) {
    #slider2 .overview li { width: 570px; }
    .duyurusag { height: 75%; position: absolute; right: 3%; top: -28px; }
}

@media(min-width:1200px) {
    #slider2 .overview li { width: 780px; }
    .duyurusag { height: 100%; width: 360px; position: absolute; right: 15%; top: -53px; }
}
