﻿
#main #sol {
    width: 264px;
    height: auto;
    float: left;
    margin-top: 133px;
}
.odeme .solmenu {
    margin-top: 120px;
}
ul.solmenu li {
    text-align: right;
    margin-bottom: 1px;
    padding: 2px 14px 4px;
}
ul.solmenu a{
    color: #163545;
    font-weight:600;
    font-size:18px;
}
ul.solmenu .solmenu_aktif, ul.solmenu li a:hover{
    color: #82be57;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}
.baslik h1 {
    color: #163545;
    font-size: 35px;
    line-height: 40px;
    color: #27272d;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 700;
}
.baslik .breadcrumb {
    color: #163545;
    margin-top: 5px;
}
.icerik {
    margin-top: 0;
}
.odeme {
    position: relative;
    z-index: 99;
    margin-top: 0;
}
.odeme_baslik {
    margin-bottom: 15px;
    color: #A6A6A6;
    border-bottom: 1px dashed #A6A6A6;
    padding-bottom: 5px;
    margin-top: 0;
}
.odeme .satir {
    margin-bottom: 10px;
    line-height:21px;
}
.odeme .satir label {
    padding-left: 3px;
    display: block;
    padding-bottom: 5px;
}
.odeme .satir label span {
    padding-left: 3px;
    color: red;
}
.odeme .satir input[type=text], .odeme .satir textarea {
    width: 58%;
    height:40px;
    color: #94a0a6;
    border: 1px solid #E2E6E7;
    background: #E2E6E7;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 7px 21px;
}
#main #sag {
    width: 61%;
    height: auto;
    float: left;
    margin-left: 18px;
    padding-left: 30px;
    margin-top: 89px;
    margin-bottom:75px;
    background: url(../images/dot.png) top left repeat-y;
}
#main #sol {
    width: 37%;
    height: auto;
    float: left;
    margin-top: 133px;
}
.odeme .btnodeme {
    background: #167741 !important;
    padding: 10px 38px 10px 38px !important;
    margin-right: 20px;
}
.odeme .satir input[type=submit] {
    margin-top: 20px;
    background: #f1246c;
    border: none;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size:18px;
    font-weight:600;
}
.sol_img img{
    width:100%;
}
.baslik-ust-image img{
    height:55px;
    margin-bottom:25px;
}


.baslik-ust-image-2 img {
    float: right;
}
.baslik-ust-image-2 img {
    height:45px;
    text-align:center;
    width:100%;
}
label a:focus {
    color: #000;
}
@media only screen and (max-width:991px){
    .baslik-ust-image-2 img {
        float: inherit;
        text-align:center;
        height:45px;
    }
    .baslik h1 {
        color: #163545;
        font-size: 27px;
        line-height: 35px;
        color: #27272d;
        letter-spacing: 2px;
        margin: 0;
        font-weight: 700;
    }
    .odeme_baslik {
        margin-bottom: 15px;
        color: #2a2a2a;
        font-size:14px;
        line-height:20px;
    }
    ul.solmenu a {
        color: #163545;
        font-weight: 600;
        font-size: 12px;
        line-height:14px;
        margin-bottom:0;
        padding-bottom:0;
    }
    ul.solmenu li {
        text-align: center;
        display:inline-table;
        margin-bottom: 0;
        padding: 0 14px 0;
        line-height:15px;
    }
    #main .container {
        flex-flow: column;
        display: flex;
    }
    #main #sol {
        order: 2;
        flex-flow: column;
        display: flex;
    }
    #main #sol .solmenu {
        order: 2;
    }
        #main #sol .sol_img {
            order: 1;
        }

    #main #sag {
        order: 1;
    }
    .odeme .satir input[type=text], .odeme .satir textarea {
        width: 75%;
    }
    #main #sol {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 0;
    }
    .odeme .solmenu {
        margin-top: 20px;
        text-align:center;
        padding-left:0;
        line-height:19px;
    }
    .sol_img img {
        width: 100%;
        height: 35px;
        text-align: center;
        float: initial;
    }
    #main #sag {
        width: 100%;
        height: auto;
        float: left;
        margin-left: 0;
        padding-left: 25px;
        margin-top: 45px;
        margin-bottom:40px;
        background: url(../images/dot.png) top left repeat-y;
    }
    .baslik-ust-image-2 img {
        height: 35px;
    }
}
@media only screen and (max-width:475px){
    .baslik-ust-image-2{
        padding-bottom:10px;
    }
  
    #main #sol .sol_img {
        padding:0 10px;
    }
    #main #sag {
        width: 100%;
        height: auto;
        float: left;
        margin-left: 0;
        padding-left: 0;
        margin-top: 25px;
        margin-bottom: 20px;
        background: none;
    }
}
@media only screen and (max-width:415px){
   
   
}