body {
    background: #232323;
    font-family: 'Cera Compact Pro';
}

.sol_bolum {
    height: auto;
    top: -10px;
    position: absolute;
    z-index: 999;
}

.logo {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 0;
    text-align: center;
}

.logo img {
    height: 130px;
}

.hovereffect {
    width: 100%;
    height: 100vh;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #000;
}

.hovereffect .aciklama {
    position: absolute;
    z-index: 999;
    top: 40%;
    width: 100%;
    line-height: 18px;
}

.hovereffect .aciklama h1 {
    margin-top: 0;
    margin-bottom: 30px!important;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    height: auto;
    display: block;
    width: 55%;
    margin: 0 auto;
}

.hovereffect .aciklama h2 {
    margin-top: 0;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    height: auto;
}

.hovereffect .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect img {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0.5;
}

.hovereffect a.info {
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    background-color: #0c6eb7;
    color: #fff;
    box-shadow: none;
    font-weight: 500;
    display: inline-block;
}

.hovereffect a.info:hover {
    box-shadow: none;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.isicam {
    position: relative;
    width: 100%!important;
    text-align: center!important;
    z-index: 999;
    margin-bottom: 20px;
}

.isicam img.logooo {
    height: 129px!important;
    width: auto!important;
    opacity: 1!important;
    display: inline-block!important;
    margin-top: 0;
    margin-bottom: 35px;
}

@media (max-width: 1024px) {
    .isicam {
        position: relative;
        width: 100%!important;
        text-align: center!important;
        z-index: 999;
        margin-bottom: 20px;
    }
    .isicam img.logooo {
        height: 90px!important;
        width: auto!important;
        opacity: 1!important;
        display: inline-block!important;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .sol_bolum {
        height: auto;
        top: 0;
        position: absolute;
        z-index: 999;
    }
    .hovereffect .aciklama {
        position: absolute;
        z-index: 999;
        top: 0% !important;
        height: 100%;
        width: 100%;
        line-height: 18px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .hovereffect .aciklama h1 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #fff;
        font-weight: 300;
        font-size: 18px!important;
        height: auto;
    }
    .hovereffect .aciklama h2 {
        margin-top: 0;
        margin-bottom: 50px;
        color: #fff;
        font-weight: 300;
        font-size: 14px!important;
        height: auto;
    }
    .hovereffect {
        width: 100%;
        height: 50vh!important;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
        background: #000;
    }
    .hovereffect .overlay {
        width: 100%;
        height: 50vh!important;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .hovereffect img {
        width: 100%;
        height: 50vh!important;
        display: block;
        position: relative;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
        opacity: 0.5;
    }
    .hovereffect a.info {
        font-size: 11px;
        padding: 6px 30px;
        margin-top: 25px;
    }
    .hovereffect a.info:hover {
        box-shadow: none;
    }
}