.social-sharing {
    font-family:'Roboto','Oswald',"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}
.social-sharing * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.social-sharing a {
    display:inline-block;
    cursor:pointer;
    color:#fff;
    border-radius:2px;
    margin:0 10px 10px 0;
    height:22px;
    line-height:22px;
    text-decoration:none;
    font-weight:400;
    float:left
}
.social-sharing a:hover {
    color:#fff
}
.social-sharing span {
    display:inline-block;
    vertical-align:top;
    height:22px;
    line-height:22px;
    font-size:12px
}
.social-sharing .icon {
    padding:0 5px 0 10px
}
.social-sharing .icon:before {
    line-height:22px
}
.social-sharing.is-large a {
    height:24px;
    line-height:24px
}
.social-sharing.is-large a span {
    padding-left:5px;
    height:24px;
    line-height:24px;
    font-size:13px
}
.social-sharing.is-large a .icon {
    padding:0 10px 0 18px
}
.social-sharing.is-large a .icon:before {
    line-height:44px
}
.share-title {
    font-weight:900;
    font-size:12px;
    padding-right:10px
}
.is-large .share-title {
    padding-right:16px
}
.share-facebook {
    background-color:#3b5998
}
.share-facebook:hover {
    background-color:#2d4373
}
.share-twitter {
    background-color:#00aced
}
.share-twitter:hover {
    background-color:#0087ba
}
.share-pinterest {
    background-color:#cb2027
}
.share-pinterest:hover {
    background-color:#9f191f
}
.share-fancy {
    background-color:#4999dc
}
.share-fancy:hover {
    background-color:#2780cb
}
.share-google {
    background-color:#dd4b39
}
.share-google:hover {
    background-color:#c23321
}
.share-count {
    position:relative;
    background-color:#fff;
    padding:0 8px;
    margin-right:-2px;
    font-size:14px;
    line-height:20px;
    color:#333;
    border-radius:0 2px 2px 0;
    border:1px solid #ececec;
    opacity:0;
}
.share-count.is-loaded {
    opacity:1
}
.share-count:before,.share-count:after {
    content:'';
    display:block;
    position:absolute;
    top:50%;
    margin-top:-6px;
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-right:6px solid
}
.share-count:before {
    left:-6px;
    border-right-color:#ececec
}
.share-count:after {
    left:-5px;
    border-right-color:#fff
}
a:hover .share-count {
    background-color:#f5f5f5
}
a:hover .share-count:after {
    border-right-color:#f5f5f5
}
.is-large .share-count {
    font-size:18px;
    padding:0 14px
}
.social-sharing.is-clean a {
    background-color:#fff;
    border:1px solid #ececec;
    color:#333;
    height:30px;
    line-height:30px
}
.social-sharing.is-clean a span {
    height:30px;
    line-height:30px;
    font-size:13px
}
.social-sharing.is-clean a:hover {
    background-color:#ececec
}
.social-sharing.is-clean a:hover .share-count {
    background-color:#fff
}
.social-sharing.is-clean a:hover .share-count:after {
    border-right-color:#fff
}
.social-sharing.is-clean a .share-title {
    font-weight:400
}
.social-sharing.is-clean .share-count {
    top:-1px
}
.social-sharing.is-clean .icon-facebook {
    color:#3b5998
}
.social-sharing.is-clean .icon-twitter {
    color:#00aced
}
.social-sharing.is-clean .icon-pinterest {
    color:#cb2027
}
.social-sharing.is-clean .icon-fancy {
    color:#4999dc
}
.social-sharing.is-clean .icon-google {
    color:#dd4b39
}

/*Theme Post*/
.margin-bottom-40{
    margin-bottom: 40px;
}
.post-lists .post-item h2 {
    color: #555555;
    font-size: 21px;
    margin: 0px 0px 10px;
}
.post-lists .post-item .post-info li {
    color: #777777;
    font-size: 13px;
    line-height: 1.3;
}
.post-item .metadata{
    overflow: hidden;
}
.post-item .metadata > li{
    display: block;
    float: left;
}
.post-lists .post-item .description{
    margin-bottom: 10px;
}
.post-item img.thumbnails{
    border: 1px solid #eee;
    margin: 5px 10px 5px 5px;
    padding: 10px;
    width: 250px;
}
.post-item .description{
    overflow: hidden;
}
.post-item .tag-lists{
    clear: both;
}
.post-item .tag-lists a:before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
}
.post-item .tag-lists a{
    background-color: #27ae60;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 4px 4px 4px 0;
    padding: 3px 4px;
    text-decoration: none;
    white-space: nowrap;
}
.post-item img.thumbnails.left{
    margin-left: 10px;
    margin-right: 0px;
}
.post-item img.thumbnails.right{
    margin-left: 0px;
    margin-right: 10px;
}
.post-lists.right .post-item img.thumbnails{
    margin-left: 10px;
    margin-right: 5px;
}
.post-item .metadata > li{
    padding: 0px 5px;
}
@media (max-width: 360px) {
    .post-lists .visible-xs-custom{
        display: inline-block;
    }
}

/* Timeline */
.post-lists .timeline-info .shortdate{
    display: block;
    color: #999;
    font-style: italic;
    padding: 5px 6px;
}
.post-lists .timeline .blg-summary.post-item .description{
    overflow: hidden;
}
.post-lists .timeline .post-item .thumbnails{
    width: 180px;
    padding: 5px;
}
.post-lists .timeline .item-date{
    border-radius: 50%;
    color: #fff;
    padding-top: 2px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 9px;
}
.post-lists .timeline .item-date strong{
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.post-lists .timeline .item-date span{
    display: block;
    font-weight: bold;
}
/* Left */
/*.post-lists .timeline.left{
    border-left: 3px solid #eee;
    margin-left: 50px;
    padding: 30px 0px 30px 30px;
}
.post-lists .timeline.left .item-date{
    top: 0px;
    left: -46px;
}
*/
@media (max-width: 768px) { /* Removing timeline for mobile */
    .post-lists .timeline.left{
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
}
.post-lists .visible-xs-custom{
    display: none;
}
/* Right */
.post-lists .timeline.right{
    border-right: 3px solid #eee;
    margin-right: 50px;
    padding: 30px 30px 30px 0px;
}
.post-lists .timeline.right .item-date{
    top: 0px;
    right: -46px;
}

@media (max-width: 768px) { /* Removing timeline for mobile */
    .post-lists .timeline.right{
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }
}
/* Mid */
.post-lists .timeline.mid{
    overflow: hidden;
}
.post-lists .timeline.mid:after{
    background: #eee;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    opacity: 0.35;
    position: absolute;
    width: 3px;
    top: 0px;
}
.post-lists .timeline.mid .post-item {
    background-color: #fff;
    border-radius: 6px;
    float: left;
    margin: 20px 10px 30px;
    padding: 20px;
    position: relative;
    width: 43%;
    z-index: 1;
}
.post-lists .timeline.mid .post-item h2{
    font-size: 18px;
}
.post-lists .timeline.mid .post-item.pull-right{
    margin-top: 120px;
}
.post-lists .timeline.mid .post-item .item-date{
    top: 18px;
}
.post-lists .timeline.mid .post-item.pull-left .item-date {
    right: -86px;
}
.post-lists .timeline.mid .post-item.pull-right .item-date {
    left: -86px;
}
@media (max-width: 768px) { /* Removing timeline for mobile */
    .post-lists .timeline.mid:after{
        width: 100%;
        background: #fff;
    }
    .post-lists .timeline.mid .post-item{
        width: 100%;
        float: none !important;
        margin: 30px 0 0 0 !important;
        padding: 0px;
    }
}

/* Full Width */
.post-lists .full-width .description{
    margin-bottom: 15px;
}

/* Multi Columns */
.post-lists .multiple-columns .item{
    margin-top: 10px;
    margin-bottom: 20px;
}
.post-lists .multiple-columns h2{
    font-size: 14px;
}
.post-lists .multiple-columns .item img{
    margin-bottom: 10px;
}
.post-lists .multiple-columns .description{
    text-align: justify;
    margin-bottom: 10px;
    color:#000
}

/* POST Detail*/
.post-detail .content{
    margin-bottom: 10px;
}
.post-detail .tag-lists a{
    color: #27AE60;
    padding: 0px;
    margin: 0px;
}

/* PAGINATION */
.post-lists .load-more {
    position: relative;
    margin-top: 60px;
}

.ajaxLoader{
    display: none;
    margin: 20px 0px;
}
.ajaxLoader img{
    display: block;
    margin: 0px auto;
}

.loading-timeline{
    display: block;
}

.pagination-posts i.loading-timeline{
    display: none;
}

/*Post Theme Multiple Columns 06/10/2014*/
.post-lists .multiple-columns .item .post-item{
    box-shadow: 0 0 5px #DBD4D4;
    padding: 5px;
}
.post-lists .multiple-columns .item img{
    width: 100%;
}

.post-lists > .default > .row > .col-md-12 > h3{margin: 0px 0px 10px 0px}
.post-lists > .default > .row > .col-md-12 > h3 > a{
font-size: 20px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
margin: 0 0 5px 0;
-webkit-transition: color 300ms;
-o-transition: color 300ms;
transition: color 300ms;
color: #333333;
}
.post-lists > .default > .row > .col-md-12 > h3 > a:hover {
color: #ed3e49;
text-decoration: none;
}
.panel-body > ul.b-categories-list > li{float: left;}
.panel-body > ul.b-categories-list > li > a{text-transform: none;padding-top: 0px;clear: left;}
.post-lists > .row > .multiple-columns > .item > .post-item > h2 > a{color: #333333;text-decoration: none}
.post-lists > .row > .multiple-columns > .item > .post-item > h2 > a:hover{color: #ed3e49;}
#gizle p {
        display: none;
}
#gizle:hover p{
    display: inline;
    font:normal 11px/17px Tahamo;
}
.dosya{
    font:normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.dosya ul{
        margin:0;padding:0;
        list-style-type:none;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:0pt;line-height:0px;
        color:#000000;
        float:left;
        width: auto;
        border:0px solid;
}
.dosya ul li{
    font-size:8pt;
    margin:10px;
    line-height:px;
}
.dosya ul li a{
    display:block;
    font:normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    background-color:inherit;
    text-decoration:none;
}
.dosya ul li a:hover{
    background-color:#FFFFFF;
    color:#000;
}