#slider .item { position: relative; }
    #slider .item:after { content: ""; background: url(/images/opacity.png) no-repeat 0 bottom; height: 100%; width: 100%; position: absolute; bottom: 0; left: 0; z-index: 2; }
#slider .sliderContent { width: 100%; bottom: 115px; text-align: center; color: #fff; z-index: 99; }
    #slider .sliderContent p { font-size: 18px; font-weight: 500; }

#slider .active .sliderContent h2 { -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: zoomInDown; }
#slider .active .sliderContent p { -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; }
#slider .active .item img { -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-duration: 40s; animation-duration: 40s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: imageAnimation; }


#katalog { margin-top: -60px; position: relative; z-index: 19; }
    #katalog .item > a > .icon { background: #1d93d1 none repeat scroll 0 0; border-left: 1px solid #2383b5; display: table-cell; height: 170px; padding: 0; text-align: center; vertical-align: middle; width: 9999px; }
    #katalog .item > a:hover > .icon { background: #e61276; }
    #katalog .icon img { width: auto !important; display: inline-block !important; }
    #katalog .katAdi { color: #000; text-align: center; display: block; font-size: 16px; font-weight: 700; margin: 48px 0 15px; text-transform: uppercase; }
        #katalog .katAdi span { display: block; color: #9f9f9f; font-weight: 700; text-transform: none; }
    #katalog .owl-nav { margin: 15px 0 0; }

    #katalog .owl-prev,
    #katalog .owl-next { background-color: #f8f8f8; background-repeat: no-repeat; background-position: center; width: 44px; height: 44px; text-indent: -9999em; -webkit-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -ms-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; border-radius: 2px; margin: 0; }
    #katalog .owl-prev { background-image: url(/images/owl-prev.png); }
    #katalog .owl-next { background-image: url(/images/owl-next.png); }
        #katalog .owl-next:hover,
        #katalog .owl-prev:hover { background-color: #efefef; }

#anasayfahakkimizda { margin: 90px 0 0; }
    #anasayfahakkimizda .title { color: #000; font-weight: 700; font-size: 30px; line-height: 0.9; margin: 0 0 40px; padding: 0; }
    #anasayfahakkimizda p { color: #9f9f9f; font-size: 18px; font-weight: 400; line-height: 1.7; padding: 0 75px; }

#parallax { margin: 125px 0 0; }

#news { position: relative; margin-top: -20px; }
    #news:after { content: ""; height: 220px; background: #1d93d1; width: 48.8%; position: absolute; left: 0; top: 0; z-index: -1; }
    #news h2 { padding: 88px 0; color: #000; font-weight: 700; font-size: 30px; }
        #news h2 span { color: #fff; }

#newsCarousel { margin: 90px 0 0; }
    #newsCarousel .haberbaslik { color: #000; font-weight: 700; font-size: 18px; display: block; margin: 25px 0 16px; }
    #newsCarousel p { color: #949494; font-size: 14px; font-weight: 500; }
    #newsCarousel .date { color: #e61276; font-size: 12px; font-weight: 500; }
    #newsCarousel .owl-dots { margin: 45px 0 0; }
    #newsCarousel .owl-dot span { width: 50px; height: 7px; background: #eaeaea; border: none; border-radius: 15px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -ms-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }
    #newsCarousel .owl-dot.active span { background: #e61276; }
