body{
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'Titillium Web', sans-serif;
}

*{
    margin: 0px;
    padding: 0px;
}
body, html{
    height: 100%;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}

.bxslider:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    
    z-index: 9999;
}

.logolar{
    width: 100%;
}


.logolar img{
 
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
    width: 20%;
    top: 50%;
    margin-top: -15%;

}





.imgheader {

}


@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    
.logolar img{
    width: 100%;
     top: 10%;
    padding: 30px;
    }
    

    
}