body{
    background-color:#00AEBC ;
}
.logo1{
    width: 338px;
}

body .pagePanel{
    max-width: 763px!important;
    min-height:inherit!important;
    box-shadow:none;
}
body:before{
    content: "";
    width: 100%;
    height: 970px;
    background: url(../img/bgBalon.png) no-repeat top 96px center;
    position: absolute;
    left: 0;
    top: 0;
}

.odeme-kategori-panel{
    width: 100%;
}
.odeme-kategori{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    position: relative;
}
.odeme-kategori ul{
    padding:0;
    margin:0;
}
.odeme-kategori li{
    font-weight: 700;
    list-style: none;
    color: #00aebc;
    font-size: 30px;
}
.odeme-kategori li a{
    text-decoration: none;
    color:#00aebc;
}
.odeme-kategori li a:hover{
    text-decoration: underline;
}
.e-posta-text{
    font-size: 21px;
    color:#00aebc;
    font-weight: 500;
    margin-top: 60px;
}
.yardim-text{
    max-width: 760px;
    margin:0 auto;
    text-align: right;
    padding-right: 20px;
    color: #00aebc;
    font-size: 18px;
    font-weight: 900;
    padding-top: 80px;
}
@media (min-width: 900px) {
    .logo1 {
        position: fixed;
        left: 35px;
        top:35px;
    }
}
@media (max-height:800px) {
    body:before{
        display: none;
    }
    .odeme-kategori-panel{
        padding: 25px 15px;
    }
}
@media (max-width:900px) {
    body:before{
        display: none;
    }
    .odeme-kategori-panel{
        padding: 25px 15px;
    }
    .logo1 {
        margin:15px 0 50px;
    }
    .odeme-kategori li{
        font-size: 20px;
    }
    .e-posta-text{font-size: 18px;}
}
/*
@media (max-width:400px) {
    .odeme-kategori li {
        font-size:20px;
    }
}
@media (max-width:1200px) {
    .odeme-bg{
        display: none;
    }
    .odeme-kategori li a{
        text-decoration: none;
        color:#FFF;
    }
    .e-posta-text{
        color:#FFF;
    }
    .yardim-text{
        color:#FFF;
    }
    .odeme-kategori {
        margin-top: 200px;
    }
}*/
