.content.wrapper {
    min-height: 250px;
    background: 0 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#content .main-search {
    margin: 20px auto 0;
    max-width: 600px;
    width: 100%
}

#content .sub-links {
    text-align: left;
    margin: 10px 5px;
}

#content .sub-links a {
    color: #DDD;
    margin: 0 5px;
}

#content #search-button {
    height: 50px;
    width: 50px;
    font-size: 30px;
    background: #443b6d;
    border-radius: 0 3px 3px 0;
    color: #b0a5e2;
    padding: 4px
}

#content #search-button:hover {
    text-decoration: none;
    background: #181923
}

#content #search-box input {
    height: 50px;
    background: #eee;
    color: #000!important;
    font-size: 15px;
    border-radius: 0!important
}

#content div#search-box {
    height: 50px;
    border-radius: 3px 0 0 3px!important
}

#content a.logo-image {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 300px;
    height: 80px;
    background-size: 100%
}

#content .inlinelike {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    text-align: left;
    line-height: 20px;
    height: auto;
    overflow: visible;
    max-height: 20px;
}

#content .home-buttons {
    display: grid;
    max-width: 450px;
    margin: 40px auto 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#content a.home-page {
    outline: 0;
    font-size: 20px;
    background: #443b6d;
    color: #b0a5e2;
    padding: 14px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #443b6d;
    transition: 0.3s;
}

#content a.home-page:hover {
    text-decoration: none;
    background: #362f58;
    transition: 0.3s;
    border: 1px solid #362f58;
}

#content a.home-page.lucky {
    border: 1px solid #b0a5e2;
    background: transparent;
    color: #b0a5e2;
    transition: 0.3s;
}

#content a.home-page.lucky:hover {
    border: 1px solid #443b6d;
    background: #443b6d;
    color: #b0a5e2;
    transition: 0.3s;
}

#content a.home-page.logout {
    border: 1px solid #c03b3b;
    background: transparent;
    color: #c03b3b;
    transition: 0.3s;
}

#content a.home-page.logout:hover {
    border: 1px solid #680606;
    background: #680606;
    color: #c03b3b;
    transition: 0.3s;
}

#content h1 {
    font-size: 14px;
    max-width: 600px;
    text-align: left;
    margin: 15px auto;
}

#content h2 {
    font-size: 38px;
    max-width: 600px;
    text-align: left;
    margin: 0 auto 20px;
}

.importantinfo.index {
    padding: 5px 0;
    border-radius: 3px;
    background: none;
}

.importantinfo.index::before {
    background: none;
}

.importantinfo.index p {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #b0a5e2;
}

.info-content {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.info-content > .small-text {
    font-size: 13px;
    line-height: 18px;
    margin-top: -170px;
    font-weight: bold;
}

.info-content > .small-text > a {
    color:#FFF
}

.a2a_default_style {
    display: inline-block;
}

.a2a_svg {
    width: 20px!important;
    height: 20px!important;
}

.olmayansayfa {
    padding-top: 0 !important;
}

@media only screen and (max-width: 992px) {
    .content.wrapper {
        position: relative;
        transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        top: unset;
        margin-top: 40px;
    }

    .sub-menu {
        display: none
    }

    .sub-menu li {
        width: 50%!important
    }

    .menu-item>a {
        background: #181923!important
    }

    #content #search-form {
        margin: 0!important
    }
}

@media only screen and (max-width: 480px) {
    .content.wrapper {
        margin-top: 20px;
    }
    #content a.home-page {
        font-size: 18px
    }
}
