ul{
    list-style:none;
}
.fiyat-sol {
    color: #E70333;
}

.fiyat-sag {
    color: #E70333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dn {
    display: none;
}
.aa-hata {
    background-color: #FFEFEF;
    border: 1px solid #FFC9C9;
}
.aa-hata, .aa-bilgi, .aa-onay, .aa-gri, .aa-zeytin, .aa-acikmavi {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 2px;
    padding: 8px;
    padding-left: 35px;
    background-position: 5px center;
    background-repeat: no-repeat;
}
.filter li {
    float: right;
    list-style-type: none;
    margin-left: .5em
}

.filter li a {
    background: #d7d7d7;
    padding: .5em;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.filter li a:hover {
    background: #2980b9;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member-menu-wrapper {
    background: #2980b9;
    padding:0;
    clear: left;
    z-index: 1;
    position: relative;

}

.member-menu-wrapper .member-menu > ul {
    text-align: center;
    margin-bottom: 0
}

.member-menu-wrapper .member-menu > ul > li {
    display: inline-block;
    text-align: center;
    margin-left: -.3em;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member-menu-wrapper .member-menu > ul > li:last-child > a {
    border-right: 0
}

.member-menu-wrapper .member-menu > ul > li:hover {
    background: rgba(255, 255, 255, 0.1)
}

.member-menu-wrapper .member-menu > ul > li:hover > ul {
    top: 5.6em;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 1;
    visibility: visible
}

.member-menu-wrapper .member-menu > ul > li > a {
    display: block;
    padding: 1em 2em;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member-menu-wrapper .member-menu > ul > li > a > i {
    display: block;
    color: #fff;
    font-size: 1.5em;
    margin-bottom: .3em
}

.member-menu-wrapper .member-menu > ul > li > a > span {
    color: #fff
}

.member-menu-wrapper .member-menu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    list-style: none;
    position: absolute;
    left: 0;
    top: 16.8em;
    width: 15em;
    z-index: 9;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
    background: #2980b9;
    padding: 0px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member-menu-wrapper .member-menu > ul > li > ul:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #2980b9 transparent;
    position: absolute;
    top: -.6em;
    left: 1em;
    z-index: 999;
    content: ""
}

.member-menu-wrapper .member-menu > ul > li > ul > li > a {
    display: block;
    padding: 1em;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member-menu-wrapper .member-menu > ul > li > ul > li > a > i {
    margin-right: 5px;
}

.member-menu-wrapper .member-menu > ul > li > ul > li > a:hover {
    background: #a5db25;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member-menu-mobile {
    position: fixed;
    width: 100%;
    /*height: 100%;*/
    top: 0;
    left: 0;
    background: #33322e;
    z-index: 99;
    padding-top: 30%;
    overflow: hidden
}

.member-menu-mobile li {
    display: inline-block;
    padding: 2em 1em;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.member-menu-mobile li:nth-child(2), .member-menu-mobile li:nth-child(4), .member-menu-mobile li:nth-child(5) {
    border-right: none
}

.member-menu-mobile li:nth-child(5) {
    border-bottom: none
}

.member-menu-mobile li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member-menu-mobile li > a {
    display: block;
    color: #f1f1f1
}

.member-menu-mobile li > a i {
    font-size: 3em;
    display: block
}

.member-menu-mobile li > a span {
    font-size: 1.1em;
    /* margin-top: 1em;*/
    display: inline-block
}

.member-menu-mobile li > ul {
    position: fixed;
    background: #2980b9;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member-menu-mobile li > ul > li > a {
    display: block;
    padding: .5em;
    color: #fff;
    font-size: 1.2em
}

.member-menu-mobile .close-all {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 1001;
    font-size: 2em;
    background: rgba(0, 0, 0, 0.3);
    padding: .5em 1em
}

.member-menu-mobile .member-menu-mobile-sub {
    padding-top: 20%
}

.member-menu-mobile .member-menu-mobile-sub:before {
    height: 4.8em;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    content: ""
}

.member-menu-mobile .member-menu-mobile-sub .fa-chevron-left {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
    background: rgba(0, 0, 0, 0.3);
    padding: .7em 1em
}

.member-menu-mobile .member-menu-mobile-sub li {
    height: 12em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.member-menu-mobile .member-menu-mobile-sub li:last-child, .member-menu-mobile .member-menu-mobile-sub li:nth-last-child(2) {
    border-bottom: 0
}

.member-menu-mobile .member-menu-mobile-sub li i {
    margin-bottom: .3em
}

.member-menu-button {
    text-align: center;
    color: #f1f1f1;
    padding: 1em;
    font-size: 1.3em
}

.member-menu-hide {
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.member-menu-show {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.responsive-table {
    display: table;
    width: 100%;
    background: #fff;
    margin: 0;
    box-sizing: border-box
}
.responsive-table .caption {
    display: block;
    width: 100%;
    background: #64e0ef;
    height: 55px;
    padding-left: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 55px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box
}
.responsive-table .header-row {
    background: #2980b9;
    color: #fff
}
.responsive-table .table-row {
    display: table-row
}
.responsive-table .cell {
    display: table-cell;
    padding: 6px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center
}
.responsive-table .primary {
    text-align: left
}
.responsive-table input[type="radio"], .responsive-table input[type="checkbox"] {
    display: none
}

@media only screen and (max-width: 760px) {
    .responsive-table .responsive-table {
        display: block;
        margin: 44px 0 0 0
    }
    .table-responsive .fl, .table-responsive .fr {
        float: none;
    }
    .responsive-table .caption {
        position: fixed;
        top: 0;
        text-align: center;
        height: 44px;
        line-height: 44px;
        z-index: 5;
        border-bottom: 2px solid #999
    }
    .responsive-table .table-row {
        position: relative;
        display: block;
        border-bottom: 1px solid #ccc
    }
    .responsive-table .header-row {
        display: none
    }
    .responsive-table .cell {
        display: block;
        border: none;
        position: relative;
        height: auto;
        line-height: 45px;
        text-align: left
    }
    .responsive-table .primary:after {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 18px;
        z-index: 2;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ccc
    }
    .responsive-table .cell:nth-of-type(n+2) {
        display: none
    }
    .responsive-table input[type="radio"], .responsive-table input[type="checkbox"] {
        display: block;
        position: absolute;
        z-index: 1;
        width: 99%;
        height: 100%;
        opacity: 0
    }
    .responsive-table input[type="radio"]:checked, .responsive-table input[type="checkbox"]:checked {
        z-index: -1
    }
    .responsive-table input[type="radio"]:checked ~ .cell, .responsive-table input[type="checkbox"]:checked ~ .cell {
        display: block;
        border-bottom: 1px solid #eee
    }
    .responsive-table input[type="radio"]:checked ~ .cell:nth-of-type(n+2), .responsive-table input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
        background: #e0e0e0
    }
    .responsive-table input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before, .responsive-table input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
        content: attr(data-label);
        display: inline-block;
        width: auto;
        background: #999;
        border-radius: 10px;
        height: auto;
        margin-right: 10px;
        font-size: 12px;
        text-align: center;
        color: white;
        padding: 1px 5px;
        line-height: 25px
    }
    .responsive-table input[type="radio"]:checked ~ .primary, .responsive-table input[type="checkbox"]:checked ~ .primary {
        border-bottom: 2px solid #999
    }
    .responsive-table input[type="radio"]:checked ~ .primary:after, .responsive-table input[type="checkbox"]:checked ~ .primary:after {
        position: absolute;
        right: 18px;
        top: 22px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #ccc;
        z-index: 2
    }
}

.yeni-grid {
    border-top: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
    border-bottom: none;
    border-right: none;
    margin: 1px;
    color: #000;
    text-align: left;
}
.yeni-grid th {
    background-color: #DDDDDD;
    vertical-align: middle;
    padding: 3px 2px 3px 5px;
    border: 1px solid #B6B6B6;
    border-left: none;
    border-top: none;
    font-weight: bold;
}
.yeni-grid th, .yeni-grid th * {
    color: #000;
}
.yeni-grid td {
    padding: 4px;
    border: 1px solid #B6B6B6;
    border-left: none;
    border-top: none;
    min-height: 36px;
}

.uyelik-bilgilerim .row div:first-child {
    font-weight: bold;
}
.uyelik-bilgilerim .row {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.uyelik-bilgilerim .row:last-child {
    border-bottom: none;
}

.black-title {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 2em;
    margin-top: 2em;
    clear: both;
    position: relative;
}
.main-form .form-row {
    position: relative;
    margin-top: 1.5em
}
.main-form .input-title {
    display: block;
    width: 100%;
    font-size: .9em;
    color: #333;
    margin-bottom: .5em
}
.main-form label {
    margin-bottom: 0;
    margin-top: 1.2em;
    font-size: .9em;
    color: #333
}
.main-form input[type="text"], .main-form input[type="password"], .main-form textarea, .main-form select, .main-form .has-border {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: .7em;
    border-radius: 5px;
    background: #fff;
    height:auto;
}
.main-form input[type="radio"] {
    position: relative;
    top: .1em
}
.main-form .select-wrapper {
    display: inline-block;
    position: relative;
    width: 100%
}


.main-form .disclaimer {
    height: 10em;
    padding: 1em
}
.main-form .disclaimer strong {
}
.main-form .green-submit {
    margin-top: 1.5em;
    background: #0069d9;
    color: #fff;
    border: 0;
    text-align: center;
    padding: .7em 1.2em;
    font-size: .9em;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.main-form .green-submit:hover {
    background: #0069d9;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.red-text {
    color: red;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.red-text a {
    color: #46763a;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.uyeol-sponsor-sec {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #d0d2d0;
    opacity: 0.94;
    padding: 200px 250px;

}
.uyeol-sponsor-sec-popup {
    border: 10px solid rgba(50, 50, 50, 0.80);
    background: #FFF;
}


.tbl td {
    padding: 2px;
}
.logo-img{
    height: 50px;
}