﻿body{    
    background:#F5F8FA;
}

.wrapper{
    position:relative;
    width:1200px;
    height:auto;
    margin:auto;
}

header{
    position:fixed;
    width:100%;
    height:50px;
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow:0 -1px 0 rgba(0,0,0,0.2) inset;
    z-index:9999;
}
header .logo{
    position:relative;
    width:auto;
    height:50px;
    float:left;
    margin-right:50px;
}
header .logo img{
    padding:5px 0;
    height:100%;
}
header .arama{
    position:relative;
    width:auto;
    height:50px;
    float:left;
    padding:8px 0;
}
header .arama .input_text{
    display:block;
    width:400px;
    height:34px;
    border:none;
    color:#333;
    box-sizing:border-box;
    padding:0 15px;
    box-shadow:0 2px 2px rgba(0,0,0,0.4) inset;
    font-size:14px;
    background:#fff;
    border-radius:4px;
}
header .arama .input_btn{
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0;
    top: 8px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center;
    background-size: 15px;
    opacity: .2;

    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
header .arama:hover .input_btn{
    opacity:.7;
}
header .kullanici_menu{
    position:relative;
    width:auto;
    height:50px;
    float:right;
}
header .kullanici_menu .kullanici{
    position:relative;
    width:auto;
    height:50px;
    float:left;
    margin-right:20px;
    padding:8px;
}
header .kullanici_menu .kullanici:before{
    position:absolute;
    width:1px;
    height:15px;
    margin:auto;
    right:-9px;
    bottom:0;
    top:0;
    content:'';
    background:rgba(0,0,0,0.2);
}
header .kullanici_menu .kullanici:hover{
    background:rgba(0,0,0,0.1);
}
header .kullanici_menu .kullanici .res{
    position:relative;
    width:32px;
    height:32px;
    border-radius:4px;
    float:left;
    margin-right:10px;
}
header .kullanici_menu .kullanici .res img{
    width:100%;
    height:100%;
}
header .kullanici_menu .kullanici .isim{
    position:relative;
    width:auto;
    height:32px;
    line-height:32px;
    float:right;
    white-space:nowrap;
    color:#fff;
    font-size:14px;
}
header .kullanici_menu .menu{
    position:relative;
    width:auto;
    height:50px;
    float:left;
}
header .kullanici_menu .menu nav ul li{
    position:relative;
    display:block;
    float:left;
}
header .kullanici_menu .menu nav ul li a{
    position:relative;
    display:block;
    padding:0 15px;
    height:50px;
    line-height:50px;
    font-size:17px;
    color: rgba(0,0,0,0.7);
    text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
}
header .kullanici_menu .menu nav ul li a:hover{
    color: rgba(0,0,0,0.8);
}
header .kullanici_menu .menu nav ul li a span{
    position:absolute;
    width:15px;
    height:15px;
    right:0;
    top:5px;
    line-height:15px;
    text-align:center;
    border-radius:4px;
    background:#fff;
    color:#2ecc71;
    font-size:9px;
    font-weight:bold;
}
header .kullanici_menu .menu nav ul li ul{
    position:absolute;
    width:auto;
    height:auto;
    right:0;
    top:50px;
    background:#fff;
    box-shadow:0 2px 3px rgba(0,0,0,0.4);
    display:none;
}
header .kullanici_menu .menu nav ul li:hover ul{
    display:block;
}
header .kullanici_menu .menu nav ul li ul:before{
    position:absolute;
    right:12px;
    top:-8px;
    content:'';
    border-bottom:8px solid #fff;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
}
header .kullanici_menu .menu nav ul li ul li a{
    display:block;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#333;
    white-space:nowrap;
}
header .kullanici_menu .menu nav ul li ul li a:hover{
    color:#2ecc71;
}
header .sifre_title{
    position:relative;
    width:auto;
    height:50px;
    line-height:50px;
    float:left;
    color:#fff;
    font-weight:bold;
    text-shadow:1px 2px 0 #27ae60;
    text-transform:uppercase;
}
header .sifre_title:before{
    position: absolute;
    width: 1px;
    height: 15px;
    margin: auto;
    left: -25px;
    bottom: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,0.2);
}

section{
    position:relative;
    width:100%;
    height:auto;
    padding:25px 0;
    padding-top:75px;
    color:#333;
    font-size:14px;
}
section .wrap{
    padding:10px;
    margin-bottom:10px;
    background:#fff;
    border:1px solid #e1e8ed;
    border-radius:4px;
}
section .wrap h3{
    font-size:15px;
    font-weight:bold;
    color:#777;
    margin-bottom:15px;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}
section .wrap h3 i{
    margin-right:10px;
}
section .ana_sol{
    position:relative;
    width:290px;
    height:auto;
    float:left;
}
section .ana_sol .user{
    position:relative;
    width:100%;
    height:auto;
}
section .ana_sol .user .res{
    position:relative;
    width:75px;
    height:75px;
    overflow:hidden;
    border-radius:4px;
    float:left;
}
section .ana_sol .user .res img{
    width:100%;
    height:100%;
}
section .ana_sol .user .info{
    position:relative;
    width:calc(100% - 75px);
    height:75px;
    padding:5px 15px;
    float:right;
}
section .ana_sol .user .info .adsoyad{
    display:block;
    font-weight:bold;
    font-size:17px;
    margin-top:10px;
    margin-bottom:7px;
    color:#333;
}
section .ana_sol .user .info:hover .adsoyad{
    text-decoration:underline;
}
section .ana_sol .user .info .brans{
    font-size:14px;
    color:#2ecc71;
}
section .ana_sol .user .durum{
    position:relative;
    width:100%;
    height:auto;
    padding-top:15px;
}
section .ana_sol .user .durum ul li{
    display:inline-block;
    margin-right:15px;
}
section .ana_sol .user .durum ul li:last-child{
    margin-right:0;
}
section .ana_sol .user .durum ul li a{
    color:#777;
    font-size:13px;
}
section .ana_sol .user .durum ul li a:hover{
    color:#2ecc71;
}
section .ana_sol .user .durum ul li span{
    display:block;
    color:#2ecc71;
    padding-top:5px;
    font-size:15px;
    font-weight:bold;
}
section .ana_sol .duyuru{
    padding:15px 10px;
}
section .ana_sol .duyuru ul li{
    display:block;
    width:100%;
    height:auto;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #eee;
}
section .ana_sol .duyuru ul li:hover{
    border-color:#2ecc71;
}
section .ana_sol .duyuru ul li .res{
    position:relative;
    width:50px;
    height:50px;
    border-radius:4px;
    overflow:hidden;
    float:left;
}
section .ana_sol .duyuru ul li .res img{
    width:100%;
    height:100%;
}
section .ana_sol .duyuru ul li .text{
    position:relative;
    width:calc(100% - 50px);
    height:50px;
    float:right;
    overflow:hidden;
    padding-left:10px;
}
section .ana_sol .duyuru ul li .text span{
    display:block;
    font-weight:bold;
    margin-bottom:4px;
    color:#333;
}
section .ana_sol .duyuru ul li:hover .text span{
    color:#2ecc71;
}
section .ana_sol .duyuru ul li .text p{
    color:#777;
    font-size:13px;
    line-height:125%;
}
section .ana_orta{
    position:relative;
    width:600px;
    height:auto;
    margin:0 10px;
    float:left;
    padding:0;
}
section .ana_orta .paylas{
    position:relative;
    width:100%;
    height:auto;
    background:rgba(46, 204, 113, 0.1);
    border-bottom:1px solid #e1e8ed;
    padding:15px;
}
section .ana_orta .paylas .inner{
    position:relative;
    width:500px;
    height:auto;
    float:right;
}
section .ana_orta .paylas .user_img{
    position:absolute;
    width:40px;
    height:40px;
    left:-50px;
    top:2px;
    border-radius:4px;
    float:left;
}
section .ana_orta .paylas .input_text{
    display:block;
    float:left;
    min-width:500px;
    max-width:500px;
    min-height:75px;
    max-height:125px;
    border:none;
    color:#333;
    box-sizing:border-box;
    padding:10px;
    border:1px solid rgba(46, 204, 113, 0.5);
    font-size:14px;
    background:#fff;
    border-radius:4px;
    margin-bottom:10px;
}
section .ana_orta .paylas .input_btn{
    display:block;
    width:100px;
    height:35px;
    color:#fff;
    box-sizing:border-box;
    padding:0 15px;
    font-size:14px;
    font-weight:bold;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.6);
    border:1px solid #27ae60;
    border-radius:4px;
    cursor:pointer;
    float:right;
}
section .ana_orta .paylas .input_btn:hover{
    background: linear-gradient(#27ae60, #2ecc71);
}
section .ana_orta .paylas ul li{
    position:relative;
    width:35px;
    height:35px;
    line-height:33px;
    text-align:center;
    border-radius:4px;
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.6);
    border:1px solid #27ae60;
    color:#fff;
    font-size:14px;
    text-shadow:1px 1px 0 rgba(0,0,0,0.1);
    overflow:hidden;
    cursor: pointer;
    float:left;
    margin-right:10px;
}
section .ana_orta .paylas ul li:hover{
    background: linear-gradient(#27ae60, #2ecc71);
}
section .ana_orta .paylas ul li .fu{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    font-size: 20px;
    cursor: pointer;
    text-indent:-9999px;
    opacity:0;
}
section .ana_orta .paylas .resim_goster{
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:10px;
    background:#fff;
    border:1px solid #eee;
    padding:10px;
    border-radius:4px;
    display:none;
}
section .ana_orta .paylas .resim_goster ol li{
    position:relative;
    display:inline-block;
    width:100px;
    height:100px;
    margin-right:5px;
}
section .ana_orta .paylas .resim_goster ol li img{
    width:100%;
    height:100%;
}
section .ana_orta .paylas .resim_goster ol li i{
    position:absolute;
    width:25px;
    height:25px;
    right:0px;
    top:0px;
    line-height:25px;
    text-align:center;
    background:rgba(0,0,0,0.3);
    color:#fff;
    cursor:pointer;
    font-size:14px;
}
section .ana_orta .paylasimlar{
    position:relative;
    width:100%;
    height:auto;
}
section .ana_orta .paylasimlar .item{
    position:relative;
    width:100%;
    height:auto;
    border-bottom:1px solid #e1e8ed;
    padding:15px;
}
section .ana_orta .paylasimlar .item .inner{
    position:relative;
    width:500px;
    height:auto;
    float:right;
}
section .ana_orta .paylasimlar .item .user_img{
    position:absolute;
    width:50px;
    height:50px;
    left:-65px;
    top:2px;
    border-radius:4px;
    float:left;
}
section .ana_orta .paylasimlar .item .tarih{
    position:absolute;
    right:0;
    top:0px;
    color:#999;
    font-size:12px;
}
section .ana_orta .paylasimlar .item .tarih:before{
    content:'\f017';
    font-family:'FontAwesome';
    margin-right:5px;
}
section .ana_orta .paylasimlar .item .text{
    margin-bottom:10px;
}
section .ana_orta .paylasimlar .item .text .adsoyad{
    display:block;
    font-weight:bold;
    font-size:15px;
    margin-bottom:7px;
    color:#333;
}
section .ana_orta .paylasimlar .item .text .adsoyad:hover{
    color:#2ecc71;
}
section .ana_orta .paylasimlar .item .text p{
    color:#777;
    font-size:14px;
    line-height:150%;
}
section .ana_orta .paylasimlar .item .res{
    margin-bottom:10px;
    border-radius:4px;
}
section .ana_orta .paylasimlar .item .res img{
    width:100%;
}
section .ana_orta .paylasimlar .eylem{
    position:relative;
    width:100%;
    height:auto;
}
section .ana_orta .paylasimlar .eylem ul li{
    position:relative;
    display:block;
    float:left;
}
section .ana_orta .paylasimlar .eylem ul li a{
    display:block;
    color:#999;
    font-size:22px;
    margin-right:50px;
}
section .ana_orta .paylasimlar .eylem ul li a:hover{
    color:#2ecc71;
}
section .ana_orta .paylasimlar .eylem ul li ul{
    position:absolute;
    width:auto;
    height:auto;
    padding:5px 0;
    left:-12px;
    top:30px;
    background:#fff;
    box-shadow:0 0 3px rgba(0,0,0,0.4);
    display:none;
    z-index:9999;
}
section .ana_orta .paylasimlar .eylem ul li:hover ul{
    display:block;
}
section .ana_orta .paylasimlar .eylem ul li ul:before{
    position:absolute;
    left:12px;
    top:-8px;
    content:'';
    border-bottom:8px solid #fff;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    z-index:1;
}
section .ana_orta .paylasimlar .eylem ul li ul:after{
    position:absolute;
    left:11px;
    top:-9px;
    content:'';
    border-bottom:9px solid #ccc;
    border-right:9px solid transparent;
    border-left:9px solid transparent;
}
section .ana_orta .paylasimlar .eylem ul li ul li a{
    display:block;
    padding:0 15px;
    height:30px;
    line-height:30px;
    margin-right:auto;
    font-size:14px;
    color:#333;
    white-space:nowrap;
}
section .ana_orta .paylasimlar .eylem ul li ul li a:hover{
    color:#2ecc71;
}
section .ana_orta .paylasimlar .eylem .yorum_sayac{
    display:block;
    float:right;
    padding-top:5px;
    color:#777;
}
section .ana_orta .paylasimlar .eylem .yorum_sayac:hover{
    text-decoration:underline;
}
section .ana_orta .paylasimlar .eylem .yorum_sayac:before{
    content:'';
    font-family:'FontAwesome';
}
section .ana_orta .paylasimlar .yorumlar{
    position:relative;
    width:calc(100% + 30px);
    height:auto;
    background:#F5F8FA;
    border-top:1px solid #e1e8ed;
    padding:15px;
    margin:-15px;
    margin-top:15px;
}
section .ana_orta .paylasimlar .yorumlar ul li{
    margin-bottom:20px;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_res{
    position:relative;
    width:40px;
    height:40px;
    float:left;
    border:1px solid #ddd;
    border-radius:4px;
    overflow:hidden;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_res img{
    width:100%;
    height:100%;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text{
    position:relative;
    width:calc(100% - 70px);
    height:auto;
    float:right;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text p{
    line-height:150%;
    color:#777;
    font-size:13px;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text p span a{
    color:#333;
    font-weight:bold;
    font-size:14px;
    margin-right:5px;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text p span a:hover{
    text-decoration:underline;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text .y_eylem{
    position:relative;
    width:100%;
    height:auto;
    margin-top:10px;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text .y_eylem a{
    display:block;
    margin-right:15px;
    float:left;
    color:#666;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text .y_eylem a:hover{
    color:#2ecc71;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text .y_eylem a.tarih{
    position:relative !important;
    padding-left:15px;
    padding-top:1px;
    color:#666;
    border-left:1px solid #ccc;
    cursor:default;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text .input_text{
    display:block;
    width:100%;
    height:40px;
    border:none;
    color:#333;
    box-sizing:border-box;
    padding:0 10px;
    padding-right:40px;
    border:1px solid #ddd;
    font-size:14px;
    background:#fff;
    border-radius:4px;
}
section .ana_orta .paylasimlar .yorumlar ul li .y_text .input_btn{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/right_arrow.png) no-repeat center;
    background-size: 15px;
    opacity: .2;

    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
section .ana_orta .paylasimlar .yorumlar ul li:hover .y_text .input_btn{
    opacity:.7;
}
section .ana_orta .paylasimlar .yorumlar .readmore{
    display:block;
    color:#333;
    text-align:center;
    border-top:1px solid #ddd;
    padding-top:15px;
}
section .ana_orta .paylasimlar .yorumlar .readmore:hover{
    text-decoration:underline;
}
section .ana_orta .paylasimlar .yorumlar .readmore i{
    margin-right:10px;
}
section .ana_sag{
    position:relative;
    width:290px;
    height:auto;
    float:right;
}
section .one_cikanlar{
    padding:15px 10px;
}
section .one_cikanlar ul li{
    margin-bottom:15px;
}
section .one_cikanlar ul li .res{
    position:relative;
    width:65px;
    height:65px;
    overflow:hidden;
    border-radius:4px;
    float:left;
}
section .one_cikanlar ul li .res img{
    width:100%;
    height:100%;
}
section .one_cikanlar ul li .info{
    position:relative;
    width:calc(100% - 65px);
    height:auto;
    padding:0 15px;
    float:right;
}
section .one_cikanlar ul li .info .adsoyad{
    display:block;
    font-weight:bold;
    font-size:14px;
    margin-bottom:5px;
    color:#333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
section .one_cikanlar ul li .info .adsoyad:hover{
    text-decoration:underline;
}
section .one_cikanlar ul li .info .brans{
    display:block;
    margin-bottom:9px;
    font-size:13px;
    color:#2ecc71;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
section .one_cikanlar ul li .info .takip{
    display:inline-block;
    padding:5px 10px;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.6);
    border:1px solid #27ae60;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    border-radius:4px;
}
section .one_cikanlar ul li .info .takip:hover{
    background: linear-gradient(#27ae60, #2ecc71);
}

/*extras*/

.mesajlar .gelenler{
    padding:15px 10px;
}
.mesajlar .gelenler ul{
    position:relative;
    height:400px;
}
.mesajlar .gelenler ul li{
    display:block;
    width:100%;
    height:auto;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #eee;
}
.mesajlar .gelenler ul li:hover{
    border-color:#2ecc71;
}
.mesajlar .gelenler ul li .res{
    position:relative;
    width:50px;
    height:50px;
    border-radius:4px;
    overflow:hidden;
    float:left;
}
.mesajlar .gelenler ul li .res img{
    width:100%;
    height:100%;
}
.mesajlar .gelenler ul li .text{
    position:relative;
    width:calc(100% - 50px);
    height:50px;
    float:right;
    overflow:hidden;
    padding-left:10px;
}
.mesajlar .gelenler ul li .text .tarih{
    position:absolute;
    right:0;
    top:0px;
    color:#999;
    font-size:12px;
}
.mesajlar .gelenler ul li .text .tarih:before{
    content:'\f017';
    font-family:'FontAwesome';
    margin-right:5px;
}
.mesajlar .gelenler ul li .text .durum{
    position:absolute;
    right:0;
    top:30px;
}
.mesajlar .gelenler ul li .text .durum div{
    width:8px;
    height:8px;
    border:2px solid #777;
    background:transparent;
    border-radius:100%;
    display:none;
}
.mesajlar .gelenler ul li:hover .text .durum div{
    display:block;
}
.mesajlar .gelenler ul li .text .durum .okunmadi{
    border-color:#2ecc71;
    background:#2ecc71;
    display:block;
}
.mesajlar .gelenler ul li .text span{
    display:block;
    font-weight:bold;
    margin-bottom:10px;
    color:#333;
}
.mesajlar .gelenler ul li:hover .text span{
    color:#2ecc71;
}
.mesajlar .gelenler ul li .text p{
    max-width:80%;
    color:#777;
    font-size:13px;
    line-height:125%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.mesajlar .sohbet{
    padding:15px 10px;
}
.mesajlar .sohbet .scroll{
    position:relative;
    overflow:hidden;
    height:auto;
}
.mesajlar .sohbet .item{
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:25px;
}
.mesajlar .sohbet .item .avatar{
    position:absolute;
    width:40px;
    height:40px;
    bottom:0;
    left:0;
    overflow:hidden;
    border-radius:100%;
}
.mesajlar .sohbet .item .avatar img{
    width:100%;
    height:100%;
}
.mesajlar .sohbet .item ul{
    padding-left:60px;
}
.mesajlar .sohbet .item ul li{
    display:block;
    margin-bottom:5px;
}
.mesajlar .sohbet .item ul li p{
    position:relative;
    display:inline-block;
    max-width:80%;
    padding:7px 10px;
    background:#eee;
    border-radius:4px;
    font-size:13px;
    line-height:140%;
    word-break:break-all;
}
.mesajlar .sohbet .item ul li:last-child p:before{
    position:absolute;
    left:-10px;
    bottom:10px;
    content:'';
    border-right:10px solid #eee;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
}
.mesajlar .sohbet .item .tarih{
    position:absolute;
    left:61px;
    bottom:-20px;
    color:#999;
    font-size:12px;
}
.mesajlar .sohbet .item .tarih:before{
    content:'\f017';
    font-family:'FontAwesome';
    margin-right:5px;
}
.mesajlar .sohbet .sag .avatar{
    position:absolute;
    width:40px;
    height:40px;
    bottom:0;
    left:auto;
    overflow:hidden;
    border-radius:100%;
    right:0;
}
.mesajlar .sohbet .sag .avatar img{
    width:100%;
    height:100%;
}
.mesajlar .sohbet .sag ul{
    padding-left:0;
    padding-right:60px;
}
.mesajlar .sohbet .sag ul li p{
    float:right;
    background:#2ecc71;
    color:#fff;
}
.mesajlar .sohbet .sag ul li:last-child p:before{
    left:auto;
    right:-10px;
    content:'';
    border-right:none;
    border-left:10px solid #2ecc71;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
}
.mesajlar .sohbet .sag .tarih{
    right:61px;
    left:auto;
}

.mesajlar .sohbet_yaz{
    background:#F6F7F9;
}
.mesajlar .sohbet_yaz .input_text{
    display:block;
    float:left;
    min-width:100%;
    max-width:100%;
    min-height:75px;
    max-height:125px;
    border:none;
    color:#333;
    box-sizing:border-box;
    padding:10px;
    border:1px solid #ddd;
    font-size:13px;
    background:#fff;
    border-radius:4px;
    margin-bottom:10px;
}
.mesajlar .sohbet_yaz .input_btn{
    display:block;
    width:100px;
    height:35px;
    color:#fff;
    box-sizing:border-box;
    padding:0 15px;
    font-size:14px;
    font-weight:bold;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.6);
    border:1px solid #27ae60;
    border-radius:4px;
    cursor:pointer;
    float:right;
}
.mesajlar .sohbet_yaz .input_btn:hover{
    background: linear-gradient(#27ae60, #2ecc71);
}
.mesajlar .sohbet_yaz ul li{
    position:relative;
    width:35px;
    height:35px;
    line-height:33px;
    text-align:center;
    border-radius:4px;
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.6);
    border:1px solid #27ae60;
    color:#fff;
    font-size:14px;
    text-shadow:1px 1px 0 rgba(0,0,0,0.1);
    overflow:hidden;
    cursor: pointer;
    float:left;
    margin-right:10px;
}
.mesajlar .sohbet_yaz ul li:hover{
    background: linear-gradient(#27ae60, #2ecc71);
}
.mesajlar .sohbet_yaz ul li .fu{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    font-size: 20px;
    cursor: pointer;
    text-indent:-9999px;
    opacity:0;
}
.mesajlar .sohbet_yaz .resim_goster{
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:10px;
    background:#fff;
    border:1px solid #ddd;
    padding:10px;
    border-radius:4px;
    display:none;
}
.mesajlar .sohbet_yaz .resim_goster ol li{
    position:relative;
    display:inline-block;
    width:100px;
    height:100px;
    margin-right:5px;
}
.mesajlar .sohbet_yaz .resim_goster ol li img{
    width:100%;
    height:100%;
}
.mesajlar .sohbet_yaz .resim_goster ol li i{
    position:absolute;
    width:25px;
    height:25px;
    right:0px;
    top:0px;
    line-height:25px;
    text-align:center;
    background:rgba(0,0,0,0.3);
    color:#fff;
    cursor:pointer;
    font-size:14px;
}
.bildirimler .bildirim_akisi{
    padding:15px 10px;
}
.bildirimler .bildirim_akisi .item{
    position:relative;
    width:100%;
    height:auto;
    border-bottom:1px solid #e1e8ed;
    padding:15px 5px;
    color:#999;
    font-size:13px;
}
.bildirimler .bildirim_akisi .item .tarih{
    position:absolute;
    right:0;
    top:15px;
    line-height:150%;
    color:#999;
    font-size:12px;
}
.bildirimler .bildirim_akisi .item .tarih:before{
    content:'\f017';
    font-family:'FontAwesome';
    margin-right:5px;
}
.bildirimler .bildirim_akisi .item .olay{
    line-height:150%;
    padding-right:60px;
}
.bildirimler .bildirim_akisi .item .olay a{
    color:#2ecc71;
}
.bildirimler .bildirim_akisi .item .olay .adsoyad{
    color:#333;
    font-weight:bold;
}
.bildirimler .bildirim_akisi .item .olay .adsoyad:hover{
    text-decoration:underline;
}
.bildirimler .bildirim_akisi .item .olay .user_img{
    width:40px;
    height:40px;
    border-radius:4px;
    display:inline-block;
    margin-top:10px;
}

.profil .banner{
    position:relative;
    width:100%;
    height:300px;
    z-index:1;
}
.profil .banner .bg{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:0;
    border-radius:4px 4px 0 0;
    overflow:hidden;
}
.profil .banner .bg img{
    position: absolute;
    left: 0;
    right: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto 0;
    width: 100%;
}
.profil .banner .user{
    position: absolute;
    left: 20px;
    bottom:-40px;
}
.profil .banner .user .res{
    position:relative;
    width:180px;
    height:180px;
    border:4px solid #fff;
    border-radius:4px;
    overflow:hidden;
    float:left;
}
.profil .banner .user .res img{
    width:100%;
}
.profil .banner .user .info{
    position:relative;
    width:calc(100% - 180px);
    height:auto;
    padding:0 15px;
    padding-top:75px;
    float:right;
    text-shadow:1px 1px 2px rgba(0,0,0,0.4);
    color:#fff;
}
.profil .banner .user .info .adsoyad{
    display:block;
    font-weight:bold;
    font-size:26px;
    margin-bottom:7px;
}
.profil .banner .user .info .adsoyad a{
    color:#fff;
    margin-left:5px;
}
.profil .banner .user .info .brans{
    font-size:18px;
}
.profil .durum{
    position:relative;
    width:100%;
    height:60px;
    background:#fff;
    border:1px solid #e1e8ed;
    border-top:0;
    border-radius:0 0 4px 4px;
    padding-left:215px;
    margin-bottom:10px;
}
.profil .durum ul li{
    position:relative;
    display:inline-block;
    margin-right:35px;
    z-index:2;
    text-align:center;
}
.profil .durum ul li a{
    display:block;
    height:60px;
    color:#777;
    font-size:14px;
    padding-top:11px;
    border-bottom:4px solid transparent;
}
.profil .durum ul li a:hover{
    color:#2ecc71;
    border-bottom:4px solid #2ecc71;
}
.profil .durum ul li a.current{
    color:#2ecc71;
    border-bottom:4px solid #2ecc71;
}
.profil .durum ul li span{
    display:block;
    color:#2ecc71;
    padding-top:7px;
    font-size:16px;
    font-weight:bold;
}
.profil .durum .duzenle{
    position:absolute;
    display:inline-block;
    padding:0 10px;
    height:40px;
    right:10px;
    top:10px;
    line-height:37px;
    border:1px solid #ddd;
    border-radius:4px;
    font-size:14px;
    font-weight:bold;
    color:#333;
    background: linear-gradient(#fff, #eee);
    opacity:.7;
}
.profil .durum .duzenle:hover{
    opacity:1;
}
.gizle{
    position:relative;
    width:100%;
    height:auto;
    opacity:.3;
}
.gizle:before{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    content:'';
    z-index:99999;
}
.profil .user_info{
    padding:15px 10px;
}
.profil .user_info .text{
    max-height:95px;
    overflow:hidden;
    margin-bottom:15px;
}
.profil .user_info p{
    line-height:170%;
    font-size:14px;
}
.profil .user_info ul li{
    display:block;
    margin-bottom:15px;
}
.profil .user_info ul li i{
    color:#2ecc71;
    margin-right:10px;
    font-size:16px;
}
.profil .user_info ul li a{
    color:inherit;
    border-bottom:1px dashed #2ecc71;
}
.profil .user_info ul li a:hover{
    color:#2ecc71;
    border-color:transparent;
}
.profil .medya{
    padding:15px 10px;
}
.profil .medya ul li{
    display:block;
    width:85px;
    height:85px;
    overflow:hidden;
    margin-right:6px;
    margin-bottom:6px;
    float:left;
    border-radius:4px;
}
.profil .medya ul li:nth-child(3n+3){
    margin-right:0;
}
.profil .medya ul li img{
    width:100%;
    height:100%;
}

.profil .width900{
    width:900px;
    margin-right:0;
}
.profil .takip_liste{
    padding:15px 10px;
}
.takip_liste .item{
    position:relative;
    width:200px;
    height:200px;
    margin-right:25px;
    margin-bottom:25px;
    float:left;
    border-radius:4px;
    overflow:hidden;
    box-shadow:1px 2px 2px rgba(0,0,0,0.3);
    background:#000;
}
.takip_liste .item:nth-child(4n+4){
    margin-right:0;
}
.takip_liste .item:before{
    position:absolute;
    top:5px;
    bottom:5px;
    left:5px;
    right:5px;
    content:'';
    border:1px solid #2ecc71;
    border-radius:4px;
    z-index:1;
    opacity:.7;
}
.takip_liste .item img{
    width:100%;
    height:100%;
    opacity:.8;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
.takip_liste .item:hover img{
    opacity:1;

    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.takip_liste .item .takip{
    position:absolute;
    left:10px;
    bottom:10px;
    display:inline-block;
    padding:5px 10px;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.6);
    border:1px solid #27ae60;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    border-radius:4px;
    z-index:4;
    cursor:pointer;
}
.takip_liste .item .takip:hover{
    background: linear-gradient(#27ae60, #2ecc71);
}
.takip_liste .item .takibi_birak{
    background: linear-gradient(#e74c3c, #c0392b);
}
.takip_liste .item .info{
    position:absolute;
    width:100%;
    height:auto;
    bottom:0;
    left:0;
    padding:15px;
    padding-bottom:45px;
    color:#fff;
    text-shadow:1px 1px 1px rgba(0,0,0,0.3);
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    z-index:3;
}
.takip_liste .item .info .adsoyad{
    display:block;
    font-weight:bold;
    font-size:17px;
    margin-bottom:7px;
    color:#fff;
}
.takip_liste .item .info .adsoyad:hover{
    text-decoration:underline;
}
.takip_liste .item .info .brans{
    font-size:14px;
    color:#2ecc71;
}
.profili_duzenle .fu{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.profili_duzenle .fu:before{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    content:'';
    background:rgba(0,0,0,0.7);
    z-index:1;
}
.profili_duzenle .fu i{
    position: absolute;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    color:#fff;
    font-size:46px;
    z-index:1;
}
.profili_duzenle .fu input{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    font-size: 20px;
    cursor: pointer;
    text-indent:-9999px;
    color:transparent;
    z-index:2;
}
.profili_duzenle .durum .iptal{
    position:absolute;
    display:inline-block;
    padding:0 10px;
    height:40px;
    right:190px;
    top:10px;
    line-height:37px;
    border:1px solid #ddd;
    border-radius:4px;
    font-size:14px;
    font-weight:bold;
    color:#333;
    background: linear-gradient(#fff, #eee);
}
.profili_duzenle .durum .iptal:hover{    
    background: linear-gradient(#fff, #ddd);
}
.profili_duzenle .durum .kaydet{
    position:absolute;
    display:inline-block;
    padding:0 10px;
    height:40px;
    right:10px;
    top:10px;
    line-height:37px;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.6);
    border:1px solid #27ae60;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    border-radius:4px;
}
.profili_duzenle .durum .kaydet:hover{
    background: linear-gradient(#27ae60, #2ecc71);
}
.profili_duzenle .user_info{
    box-shadow:0 4px 14px rgba(0,0,0,0.4);
}
.profili_duzenle .input_text{
    display:block;
    width:100%;
    height:40px;
    border:1px solid #ddd;
    padding:0 10px;
    background:#fff;
    border-radius:4px;
    margin-bottom:5px;
}

.ayarlar .hesap{
    padding:15px 10px;
}
.ayarlar .hesap table{
    width:100%;
    margin-bottom:50px;
}
.ayarlar .hesap table td{
    vertical-align:middle;
    padding-bottom:10px;
}
.ayarlar .hesap p{
    display:block;
    font-size:13px;
    line-height:150%;
    padding-top:5px;
    margin-bottom:20px;
}
.ayarlar .hesap p a{
    color:#2ecc71;
}
.ayarlar .hesap p a:hover{
    text-decoration:underline;
}
.ayarlar .hesap .input_text{
    display:block;
    width:100%;
    height:35px;
    border:none;
    color:#333;
    box-sizing:border-box;
    padding:0 10px;
    font-size:14px;
    background:#fff;
    border-radius:4px;
    border:1px solid #ddd;
}
.ayarlar .hesap .input_textarea{
    padding:15px;
    min-width:100%;
    max-width:100%;
    min-height:100px;
    max-height:150px;
}
.ayarlar .hesap .input_btn{
    display:block;
    width:100%;
    height:40px;
    color:#fff;
    box-sizing:border-box;
    padding:0 15px;
    font-size:15px;
    font-weight:bold;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.6);
    border:1px solid #27ae60;
    border-radius:4px;
    cursor:pointer;
}
.ayarlar .hesap .input_btn:hover{
    background: linear-gradient(#27ae60, #2ecc71);
}
.ayarlar .hesap .guvenlik_yazi{
    position: relative;
    display: inline-block;
    float: right;
    padding: 7px;
    margin-top: -31px;
    font-size: 11px;
    font-weight:bold;
    color: #e74c3c;
}
.ayarlar .hesap .input_btn{
    display:inline-block;
    padding:0 10px;
    width:180px;
    height:40px;
    line-height:37px;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    background: linear-gradient(#2ecc71, #27ae60);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.6);
    border:1px solid #27ae60;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    border-radius:4px;
    float:right;
}
.ayarlar .hesap .input_btn:hover{
    background: linear-gradient(#27ae60, #2ecc71);
}

.duyuru_detay .width900{
    width:900px;
    margin-right:0;
}
.duyuru_detay .tarih{
    position:absolute;
    right:11px;
    top:11px;
    display:inline-block;
    padding:10px;
    background:#2ecc71;
    color:#fff;
}
.duyuru_detay .tarih:before{
    content:'\f073';
    font-family:'FontAwesome';
    margin-right:10px;
}
.duyuru_detay img{
    max-width:100%;
    margin-bottom:25px;
}
.duyuru_detay h4{
    color:#2ecc71;
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
.duyuru_detay h5{
    color:#2ecc71;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}
.duyuru_detay p{
    line-height:170%;
    margin-bottom:25px;
}
.duyuru_detay b{
    font-weight:bold;
}
.duyuru_detay ol{
    margin-bottom:25px;
}
.duyuru_detay ol li{
    list-style:circle;
    margin-left:18px;
    line-height:200%;
}
.duyuru_detay img{
    max-width:100%;
}


/*mobil extras*/

.mobil_gizle{
    display:none !important;
}
#m_arama{
    display:none;
}
.m_durum{
    display:none;
}