.logo-enerji{
    padding: 0 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.logo-enerji img{
    max-width: 100px !important;
}.foot-logo{
    max-width: 170px !important;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand>img{
    max-width: 190px;
}

footer.bg-dark .f-item .social{
    border-top:0;
    padding-top: 0;
}
.default-padding{
    padding-top: 50px;
    padding-bottom: 30px;
}

body, html{
    margin: 0;
    padding: 0;
    height:100%;
}
.bg-white{
    background: white;
}

.body{
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
}


.body .items img{
    max-width: 100%;
}
.body .items{
    cursor: pointer;
    position: relative;
    width: 50%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}
.body .items a{
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.body .items.yuvarlak img{
    filter: grayscale(1);
    background: #fff;
    border-radius: 140px;
    padding: 10px;
    opacity: .8;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.body .items.orta img{
    filter: grayscale(1);
    background: #fff;
    border-radius: 140px;
    padding: 10px 40px;
    opacity: .8;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.body .items a:hover img{
    border-radius: 20px !important;
    filter:grayscale(0);
}
.banner-area{
    height: 690px;
}
/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px){
    .body{
        flex-direction: column;
    }
    .body .items{
        flex: 1;
        width: 100%;
    }
    .banner-area{
        max-height: 260px;
    }
    .banner-area .content{
        min-height: 260px;
    }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 576px) and (max-width: 768px){
    .body{
        flex-direction: column;
    }
    .body .items{
        flex: 1;
        width: 100%;
    }
    .banner-area{
        max-height: 260px;
    }
    .banner-area .content{
        min-height: 260px;
    }
}


/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 576px) and (max-width: 768px){
    .body{
        flex-direction: column;
    }
    .body .items{
        flex: 1;
        width: 100%;
    }
    .banner-area{
        max-height: 260px;
    }
    .banner-area .content{
        min-height: 260px;
    }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 576px){
    .body{
        flex-direction: column;
    }
    .body .items{
        flex: 1;
        width: 100%;
    }
    .banner-area{
        max-height: 160px;
    }
    .banner-area .content {
        min-height: 160px;
    }

    .banner-area .content a {
        font-size: 13px !important;
        margin-top: 0px !important;
        margin-bottom: 10px;
        margin-left: 40px !important;
    }
    .banner-area .content{
        padding-top: 15px !important;
    }

}

