/*slider*/
#slider { padding: 0 25px; }
    #slider .sliderContent { height: 100%; left: 0; top: 0; width: 100%; z-index: 10; }
        #slider .sliderContent .container { height: 100%; padding-left: 20%; }
        #slider .sliderContent h2 { color: #fff; font-size: 34px; font-weight: 700; letter-spacing: 1px; position: relative; text-shadow: 0 3px 10px rgb(0, 0, 0); }
            #slider .sliderContent h2:after { position: absolute; content: ""; width: 285px; height: 285px; border: 17px solid rgba(254, 6, 6, 0.6); top: -75px; left: -110px; z-index: -1; }
        #slider .sliderContent p { font-size: 16px; margin: 25px 0 0; color: #fff; line-height: 1.8; font-weight: 500; text-shadow: 0 1px 1px black; }
        #slider .sliderContent .tcell { max-width: 500px; }

    #slider .active .sliderContent h2 { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
    #slider .active .sliderContent p { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-delay: 0.75s; animation-delay: 0.75s; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }


/*about*/
#about { font-weight: 600; line-height: 33px; margin: 73px 0 0; }
    #about h2 { color: #fe0606; font-size: 32px; font-weight: 700; margin-bottom: 20px; }
    #about p { color: #a8a8a8; font-size: 16px; font-weight: 500; padding: 0 100px; line-height: 1.8; }


/*parallax*/
#parallax { margin: 72px 0 0; position: relative; background: #fe0606; }
    #parallax .wrapper { right: 0; top: 0; width: 100%; height: 100%; }
        #parallax .wrapper .bg { padding-right: 40px; }
    #parallax .container { padding: 205px 15px 200px; background: url(../images/opacity.png) no-repeat right top; height: 100%; }
        #parallax .container .baslik { font-size: 32px; color: #fff; font-weight: 700; line-height: 1.2; position: relative; z-index: 99; }
            #parallax .container .baslik:after { position: absolute; content: ""; border: 17px solid rgba(255, 234, 0, 0.6); width: 287px; height: 287px; top: -75px; left: -100px; z-index: -1; }
        #parallax .container p { position: relative; z-index: 99; font-size: 16px; font-weight: 500; color: #ffb5b5; margin: 20px 0 0; }

    #parallax .lines1 { left: 0; position: absolute; top: -30%; z-index: 9; }
    #parallax .lines2 { bottom: -60%; position: absolute; right: 0; transform: rotate(180deg); z-index: 9; }


/*news*/
#news h3.title { color: #fe0606; font-size: 32px; padding: 80px 0 40px; }
#newsC .newstitle { color: #000; font-size: 24px; font-weight: bold; margin: 10px 0; }
#newsC .newsdesc { color: #b9b9b9; font-size: 16px; font-weight: 600; }
#newsC .owl-controls { margin: 50px 0; }
#newsC .item .row { margin-right: 0; }
#newsC .owl-controls .owl-nav [class*="owl-"] { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-radius: 0; color: #d1d1d1; font-size: 35px; margin: 0 15px; padding: 0; }
    #newsC .owl-controls .owl-nav [class*="owl-"]:hover { color: #fe0606; }
