#slider { position: relative; z-index: 1; }
    #slider .sliderContent { width: 100%; height: 50%; padding-top: 7%; bottom: 0; left: 0; background: url(../images/imgShade.png)repeat-x left bottom; background-size: contain; text-align: center; }

        #slider .sliderContent h2 { font-size: 44px; color: #fff; margin: 0 0 20px; font-weight: 300; font-family: 'Antonio'; }
        #slider .sliderContent p { font-size: 16px; color: #FFFFFE; }

    #slider .sliderImg { height: 100%; object-fit: cover; }
    #slider .img-auto { height: auto; width: auto; margin: 0 auto 10px; }

    #slider .active .sliderContent img { animation-delay: 0s; animation-fill-mode: both; animation-duration: 0.5s; animation-name: fadeInUp; }
    #slider .active .sliderContent h2 { animation-delay: .4s; animation-fill-mode: both; animation-duration: 0.5s; animation-name: fadeInUp; }
    #slider .active .sliderContent p { animation-delay: .8s; animation-fill-mode: both; animation-duration: 0.5s; animation-name: fadeInUp; }

#about { text-align: justify; position: relative; z-index: 2; margin-bottom: 150px; }
.aboutText { padding: 128px 100px 128px 200px; position: relative; }
    .aboutText p { margin-bottom: 30px; }

#about .bullImg { height: 100%; position: relative; margin-top: -11px; min-height: 550px; padding-top: 100px; }
    #about .bullImg:after { content: ''; position: absolute; left: -300%; top: 0; width: 300%; height: 100%; background: #543731; z-index: -1; }
    #about .bullImg img { position: absolute; right: -100px; bottom: -20px; height: 90%; }
.bullLittle { position: relative; display: block; float: right; }

#features { margin-bottom: 150px; }
    #features .feat:hover .featIcon:hover:before { background: #1d1d1b; }
    #features .featIcon { margin: auto; padding: 23px; position: relative; display: inline-block; }
        #features .featIcon img { display: block; width: 100%; max-width: 73px; }
        #features .featIcon:before { background: #e30613; border-radius: 50%; width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: ''; z-index: -1; -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; }
    #features .feat:hover .featIcon:before { background: #1d1d1b; }
    #features .brush { font-size: 25px; color: #d5d5d5; margin-top: 10px; }
    #features .featHeader { font-size: 44px; font-family: 'Antonio'; font-weight: 300; color: #1d1d1b; line-height: 42px; }

#tesis { margin-bottom: 150px; position: relative; overflow: hidden; }
    #tesis .grafikHolder { padding-top: 100px; padding-bottom: 100px; }
    #tesis .grafikWrapper { position: relative; }
        #tesis .grafikWrapper:after { content: ""; width: 100%; height: 100%; position: absolute; top: 30px; left: -30px; border: 4px solid #e30613; z-index: -1; }
    #tesis .grafikHolder:before { background: #543731; width: 400%; height: 100%; left: 40%; z-index: -1; content: ''; top: 0; position: absolute; }
    #tesis .grafikHolder img { -webkit-box-shadow: 0px 0px 32px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 32px 4px rgba(0,0,0,0.2); box-shadow: 0px 0px 32px 4px rgba(0,0,0,0.2); }
    #tesis .tesisWrapper { padding: 200px 5px 0}
        #tesis .tesisWrapper p { color: #aeaeae; font-weight: 400; margin: 5px 0; line-height: 1.7; }        
        #tesis .tesisWrapper .imgHolder,#tesis .tesisWrapper img{display:none !important}
#news { margin-bottom: 75px; }
    #news h1{margin-bottom:90px}
    #news h3 { color: #1d1d1b; font-size:18px; 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; }
    #news h3:hover{color:#e30613}
    #news .haberBaslik { color: #4b4b4b; font-size: 24px; font-weight: 600; }
    #news p { color: #a0a0a0; font-size: 14px; }
    #news .newsDate { color: #543731; line-height:12px }
    #news .owl-theme .owl-controls{ margin-top:50px}
    #news .owl-theme .owl-dots .owl-dot span{background:#dadada; width:25px; border-radius:5px; height:5px}
    #news .owl-theme .owl-dots .owl-dot.active span,#news .owl-theme .owl-dots .owl-dot:hover span{background:#af2c36}

#down{width:48px; height:48px; position:absolute; bottom:-24px; left:50%;top:0; margin-left:-24px; z-index:99; background:#543731 url(../images/down.png) no-repeat center; transition: .5s ease; -moz-transition: .5s ease; -webkit-transition: .5s ease; cursor:pointer}
#down:hover{background:#e30613 url(../images/down.png) no-repeat center;}
.clicked{top: -150px; opacity:0; z-index:-1}