.onesignal-popover-dialog img {
    object-fit: contain;
}

.metro {
    margin: 20px auto;
}

.owl-stage {
    max-height: 365px;
    overflow: hidden;
}

div#home-slide > .owl-item:not(:first-child) {
    display: none;
}

.owl-item.hovereffect {
    margin: 0 !important;
}

.metro .col-md-6 .descr p {
    padding: 0;
    font-size: 16px;
}

.metro .col-md-5 {
    margin-left: -10px;
}

a.tvrubricname {
    font-weight: bold;
    position: absolute;
    z-index: 2;
    left: 5px;
    margin: 5px;
    color: #fff;
    font-family: monospace;
}

section.metro.container > .row > div, section.metro > .row > div > div {
    padding: 0;
}

.hovereffect:before {
    content: '';
    background: rgba(0, 0, 0, 0.05) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.metro .hovereffect {
    overflow: hidden;
    position: relative;
    height: 178px;
    text-align: center;
    cursor: default;
    margin: 0 0 10px 10px;
}

.metro .hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0%; */
    z-index: 3;
    bottom: 0;
    -webkit-transition: background-color opacity 0.35s, -webkit-transform 0.35s;
    transition: background-color opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.metro .hovereffect .overlay {
    /* background: rgb(224,229,238); */
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    /* position: relative; */
    /* transform: scale(1); */
}

.metro .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    object-fit: cover;
    height: 100%;
}

.metro .hovereffect:hover:before {
    background: rgba(5, 27, 146, 0.6);
}

.metro .hovereffect h4 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: none;
    font-size: 17px;
    background-color: transparent;
    color: #fff;
    padding: 1em 0;
}

.metro .descr p {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    padding: 15px;
}

.metro .hovereffect .descr {

    color: #FFF;

    filter: alpha(opacity=0);

}

.metro .col-md-11 {
}

.metro .hovereffect .descr, .hovereffect h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    /* transform: translate3d(0, 0, 0); */
}

.metro .col-md-12 .hovereffect img {
    height: 365px;
    width: 100%;

}

.metro .col-md-12 .hovereffect {
    height: 365px;
    width: 100%;
}

.metro .col-md-12 .hovereffect .descr p {
    font-size: 30px !important;
}

@media (max-width: 425px) {
    .metro .col-md-12 .hovereffect .descr p {
        font-size: 25px !important;
    }

    .metro .col-md-6 .descr p {
        font-size: 14px !important;
    }
}

.metro .col-md-4 .hovereffect img {
    height: 185px;
    width: 100%;
}

.metro .col-md-4 .hovereffect {
    height: 185px;
}

.metro .col-md-4 .hovereffect .descr {
    padding: 1em 0;
}

.metro .col-md-4 .col-md-12 .hovereffect {
    height: 180px;
    margin-bottom: 5px;
}

.metro .col-md-4 .col-md-12 .hovereffect img {
    height: 180px;
}

.metro .col-md-4:nth-child(2) .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.metro .col-md-8 .col-md-12 .hovereffect p {
    font-size: 22px;
}



@media only screen and (max-width: 990px) {

    .metro .col-md-8 .col-md-12 .hovereffect {
        margin-right: 0;
    }

    .metro .col-md-8 .col-md-12 .hovereffect img {
        width: 750px;
    }

    .metro .col-md-4:nth-child(3) .hovereffect, .metro .col-md-4:nth-child(4) .hovereffect {
        margin-bottom: 5px;
    }
}


body {
    font-family: 'Helvetica Neue', sans-serif !important;
    background: #ffffff;
    position: relative;
    padding-top: 50px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0a3e6d;
}

nav {
}

.iconmenu {
    text-decoration: none;
    margin-top: 20px;
}

.iconmenu li {
    display: inline-block;
}

.tvs a .icon-social-youtube:before {
    content: "\e008";
    margin-top: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
    font-size: 25px;
}


figure {
    position: relative;
}

.page-header.container small {
    color: #b9d5ed;
}


.modal-once-dene {
    display: none !important;
}

@media screen and (max-width: 620px) {
    .modal-once-dene {
        display: block !important;
        background: none !important;
    }


    #header {
        margin-top: 0 !important;
    }

    .modal-screen {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: .6;
        background: #000;
    }

    .pop-up-close-btn {
        position: absolute;
        right: 2%;
        bottom: 4%;
        width: 93px;
        height: 52px;
    }
}

@media screen and (max-width: 500px) {
    .pop-up-close-btn {
        position: absolute;
        right: 2%;
        bottom: 6%;
        width: 80px;
        height: 40px;
    }

    #myList .col-md-5.padleft {
        padding-right: 0;
    }
}

@media screen and (max-width: 450px) {
    .pop-up-close-btn {
        position: absolute;
        right: 2%;
        bottom: 6%;
        width: 70px;
        height: 35px;
    }
}

.navbar-default {
    background: #fff;
    -moz-box-shadow: 0 2px 20px -10px rgba(0, 0, 0, 0.75);
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    -moz-transition: all .2s ease-in-out;
}

.navbar-default {
    background: linear-gradient(to right, #5099d8, #0d66b3);
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 3px;
    border: 0;
    z-index: 10000;
    box-shadow: 0 1px 2px #565656;
}

.navbar-brand img {
    height: 40px;
}

.menu-top {
    margin: 0 auto .5em;
    max-width: 700px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    display: none;
}

.topovelay {
    background-image: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, .8) 51%, rgba(0, 0, 0, .59) 73%, transparent);
    background-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .8) 51%, rgba(0, 0, 0, .59) 73%, transparent);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    height: 1000px;
    z-index: 99;
    width: 100%;
    display: none;
    position: absolute;
}

.solmenu {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 9999;
}

.menu-top li {
    display: inline-block;
    margin: .5em 1em;
}

.menu-top li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fefefe;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-top li a:hover {
    color: #00a4b9;
}

#menubutton:hover {
    cursor: pointer;
}

.logos {
    display: block !important;
    margin: 0 !important;
    padding-top: 15px !important;
    text-align: center !important;
    padding-bottom: 30px !important;
}

.logos a {
    display: block !important;
    font-weight: 200 !important;
    font-size: 24px !important;
    letter-spacing: 5px;
}

.navbar-brand img {
    height: 30px;
    position: relative;
    z-index: 999;
    margin-top: -4px;
    object-fit: fill;
    margin-left: 11px;
}

.haberbox img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.haberboxfull img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.list-group-item {
    border-radius: 0 !important;
}

.tvitem {
    background: #111;
    padding: 55px 0;
    color: #fff !important;
}

.tvitem .contex {
    color: #fff !important;
}

.tvitem .asideitemxs .tvbenzer {
    height: 250px;
}

.haberbox {
    margin-bottom: 10px;
}

.haberbox .panelx {
    min-height: 155px;
}

.habecategory .list-group-item:hover {
    background: #6a2c91;
    color: #fff;
}

.habecategory .list-group-item:hover a {
    color: #fff;
}

.haberbox .panelx {
    min-height: 155px;
}

.ideasent .yanborder {
    border-left: 2px solid #333;
}

.panelx {
    background: #fff;
    border: 1px solid #e5e8e8;
    font-size: 15px;
    padding: 10px;
    color: #4a4a4a;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 2px solid #ddd;
}

nav .login {
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
}

.dropdown-menu > li > a {
    display: block;
    padding: 6px 11px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu {
    padding: 0;
}

.home-slide {
    margin-bottom: 0;
    overflow: hidden;
    height: 200px;
    display: none;
}

.owl-loaded {
    display: block;
}

.home-slide .owl-item {
    width: 25vw;
    display: inline-block;
    vertical-align: top;
    transition: all .3s;
    list-style: none;
}

.makaleyan {
    padding: 7px;
    padding-top: 0;
    padding-right: 0;
}

.home-slide .owl-item:hover h2 {
    bottom: 10px;
    transition: all .3s;
}

.home-slide .owl-item figure img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 2px #caccd0;
}

.home-slide .owl-item figure figcaption {
    padding: 0 15px;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.home-slide .item a {
    position: relative;
    display: block;
}

.home-slide .owl-item figure figcaption h2 {
    font-size: 14px;
    bottom: 5px;
    font-weight: normal;
    line-height: 23px;
    padding: 0 2px;
    text-align: center;
    color: #2d7fc5;
    width: 80%;
    font-family: sans-serif;
    margin: 5px auto;
}

@media (min-width: 426px) {
    .home-slide .owl-item figure figcaption:hover {
        color: #fff;
        background: linear-gradient(to right, #478fcc, #0a3d68);
    }

    .home-slide .owl-item figure figcaption {
        margin-top: -120px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.65) 98%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.65) 98%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(3, 32, 67, 0.77) 98%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
        color: #fff;
        bottom: 30px;
        position: absolute;
        height: auto;
    }

    .home-slide .owl-item figure figcaption h2 {
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        width: 100%;
        text-align: left;
    }

    .home-slide .item {
        padding: 0;
    }

    .home-slide .owl-item figure img {
        height: 195px;
        width: 100%;
        object-fit: cover;
        margin: 0 auto;
        border-radius: 0;
        box-shadow: none;
        margin-top: 0;
    }
}

.home-slide .owl-item figure figcaption label {
    margin-top: -20px;
    position: absolute;
    font-size: x-small;
}

.label-cateogry {
    background-color: #478fcd;
    z-index: 1;
    left: 50%;
    margin: 10px auto;
    display: table;
    white-space: nowrap;
    width: auto;
}

.home-content {
    position: relative;
}

.owl-nav {
    display: none !important;
}

.item-news {
    margin-bottom: 20px;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
}

.technotetv {
    height: 312px;
}

.item-news a {
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.item-news:hover {
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    background: linear-gradient(to right, #478fcc, #0a3d68);
    color: #fff;
}

.item-news img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.item-news p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    /* color:#fff; */
}

.item-news .kategori a {
    padding-right: 7px;
    font-weight: 300;
    text-transform: uppercase;
}

.item-news .kategori {
    position: absolute;
    margin-top: -22px;
}

.padsil {
    padding: 0;
}

.social-share {
    margin: 0;
    padding: 0;
}

.social-share li img {
    height: 13px;
    width: 13px;
}

.social-share li a {
    font-size: 11px;
    font-weight: 300;
    color: #fff;
}

.social-share li:first-child {
    padding-left: 0;
}

.social-share li {
    padding-left: 10px;
    display: inline;
    list-style: none;
    text-decoration: none;
}

.item-content-news {
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 5px;
}

.news-dates {
    padding-right: 0;
}

.news-dates a {
    font-size: 11px;
    font-weight: 300;
}

.kategori img {
    height: 12px;
    width: 20px;
}

.kat-baslik b {
    font-weight: 600;
}

.kat-baslik img {
    margin-top: -4px;
}

.kat-baslik {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding-top: 6px !important;
    padding-left: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 10px;
    font-size: 15px;
}

.box-yesil {
    color: #478fcc
}

.box-mavi {
    color: #478fcd;
}

.box-sari {
    color: #f4c20d;
    border-top: 4px solid #f4c20d;
}

.box-kirmizi {
    color: #D80027;
    border-top: 4px solid #D80027;
}

.item-lft a {
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    color: #337ab7;
}

.item-lft:hover {
    margin-bottom: 0;
}

.item-lft {
    line-height: 18px;
    margin-bottom: -3px;
    margin-top: 3px;
    border-bottom: 1px solid #e9e9e9;
}

.item-lft .social-share {
    margin-top: 5px;
}

.item-post-right {
    margin-bottom: 20px;
}

.padleft {
    padding-left: 0;
}

.item-content-news hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #fff;
}

footer {
    color: #777;
    background: #fff;
    border-top: 2px dashed #81b1d9;
    padding: 20px 0 35px;
}

footer img {
    height: 53px;
    margin-bottom: 20px;
}

.listfooter {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listfooter li a {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -.31px;
    line-height: 16px;
    transition: .4s;
    display: block;
    margin-bottom: 10px;
}

.listfooter li a:hover {
    color: #0e66b2;
}

footer .about {
    font-size: 12px;
}

footer b {
    font-size: 17px;
}

.tvbenzer img {
    margin-top: 40px;
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.tvbenzer h2 {
    color: #fff;
    margin: 14px;
    font-size: 15px;
}

.post-icerik h1 {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.kategori-icerik img {
    height: 25px;
    padding-left: 30px;
}

.kategori-tarih small {
    color: #777;
    padding-left: 20px;
}

.sosyal-paylas {
    margin: 0;
    padding: 0;
}

.sosyal-paylas li {
    list-style: none;
    width: 180px;
    padding: 6px 8px;
    display: inline;
    margin-left: 5px;
    color: #fff;
    text-align: center;
}

.sosyal-paylas li a b {
    padding-left: 10px;
    font-weight: 600;
}

.sosyal-paylas li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.user-post img {
    height: 30px;
    margin-top: 10px;
    display: inline;
}

.user-post b {
    display: inline;
    padding-right: 10px;
    margin-top: -10px;
    font-weight: 400;
    font-size: 13px
}

.user-post small {
    position: absolute;
    text-align: right;
    display: block;
    margin-top: -13px;
    color: #777;
    font-size: 11px;
}

p {
    font-size: 17px;
}

.postheader {
    height: 500px;
    position: relative;
    color: #fefefe;
    overflow: hidden;
    border-bottom: 3px solid #478fcd;
}

.post-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 500px;
    z-index: 99;
    right: 0;
    background: -webkit-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.85));
    background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.84));
}

.postimg {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: 50%;
    z-index: 99;
}

.post-head {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.post-head h1 {
    font-size: 2.333em;
    margin-bottom: 5px;
    text-shadow: 0 5px 4px #121717;
}

.post-head span {
    color: #fefefe;
    font-size: 1em;
    padding-right: 15px;
}

.post-head i {
    padding-right: 2px;
}

.icerik-boxes {
    margin-top: 16px;
}

.post-icerik p {
    font-weight: 400;
    font-size: 16px;
}

.post-icerik b {
    font-weight: 600;
    font-size: 16px;
}

.post-icerik span {
    font-size: 19px;
}

.post-icerik h1 {
    font-weight: 600;
    font-size: 33px;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.icerik-boxes h1 {
    font-weight: 400;
    font-size: 19px;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.icerik-boxes h2 {
    font-weight: 400;
    font-size: 19px;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.icerik-boxes h3 {
    font-weight: 400;
    font-size: 19px;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.icerik-boxes h4 {
    font-weight: 400;
    font-size: 19px;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.bold {
    font-weight: 600;
}

.user-reactions .reaction-emoji {
    display: inline-block;
    padding: 2px;
    margin-bottom: 40px;
}

.user-reactions .percentage-bar .count.f {
    margin-bottom: 2px;
    background-color: #8cda9d;
    transition: all 1s ease;
}

.pad10 {
    padding: 5px;
}

.pad30 {
    padding: 34px;
}

.pad20 {
    padding: 20px;
}

.mar10 {
    margin: 10px;
}

.user-reactions .percentage-bar .count {
    text-align: center;
    display: block;
    width: 63px;
    background-color: #8cda9d;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    margin-top: -52px;
    left: -1px;
}

.user-reactions .percentage-bar div.bar {
    width: 70px;
    display: block;
    padding: 0;
    text-align: center;
    position: relative;
    height: 70px;
}

.user-reactions .reaction-emoji {
    display: inline-block;
    padding: 2px;
    margin-bottom: 40px;
}

.user-reactions .reaction-emoji a img {
    margin-left: 0;
    margin-top: 2px;
    height: 37px;
    width: 37px;
}

.user-reactions .reaction-emoji a:last-child {
    margin-right: 0;
}

.user-reactions .reaction-emoji button:hover {
    background-color: #f6f6f6;
    border-bottom: 4px solid #ddd;
}

.user-reactions .reaction-emoji button {
    width: 63px;
    height: 63px;
    padding: 8px;
    border: none;
    background-color: #f1f1f1;
    display: inline-block;
    margin-right: 10px;
    border-bottom: 2px;
}
.user-reactions .reaction-emoji button span.text {
    position: absolute;
    margin-top: -6px;
    margin-left: -15px;
    width: 72px;
    text-align: center;
    color: #9a9a9a;
    font-size: 12px;
    display: block;
}

.facebookbg {
    background: #3b5998;
}

.twitterbg {
    background: #55acee;
}

.googlebg {
    background: #dd4b39;
}

.whatsapp {
    background: #4dc247;
}


.fa-newspaper-o:before {
    content: "\f1ea"
}

.error {
    background: #ddd;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.error i {
    font-size: 89px;
    display: block;
    color: #333;
    margin-bottom: 30px;
}

.error b {
    display: block;
    font-size: 29px;
    margin-bottom: 5px;
}

.error small {
    display: block;
    margin-bottom: 15px;
}

.error a {
}

.sharrre {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sharrre .share, .sharrre .count {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    padding: 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sharrre .share {
    color: #fff;
    float: left;
    font-weight: bold;
    text-decoration: none;
}

.sharrre:hover .share {
    border: none;
    color: #fff;
    text-decoration: none;
}

.sharrre .count {
    background-color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 0;
}



.post-aciklama {
    line-height: 25px;
    font-weight: 600;
    font-size: 19px;
}

.tab-baslik a {
    font-size: 16px;
}

.tab-baslik {
    text-align: center;
}

.iconmenus a {
    padding: 5px 10px !important;
}

.iconmenus a i {
    font-size: 25px !important;
    color: #fff;
    margin-top: 20px;
}

.girisyap {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    background: #fff;
}

.uyeol {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    background: #f2f2f2;
}

.girisyap:focus {
    background: #f2f2f2;
}

.modal-sm {
    width: 400px;
}

.closebtn span {
    background: white;
    font-size: 21px;
    margin-right: -20px;
    border-radius: 10px;
}

.closebtn {
    margin-top: -20px;
    z-index: 99999999;
    position: absolute;
    right: 0;
}

.padtopreset {
    padding-top: 0
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon :first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket:active, .btn-bitbucket.active, .open .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #183c60;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket[disabled].active, fieldset[disabled] .btn-bitbucket.active {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d70b7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #d6006f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #303030;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #ca3523;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
    background-image: none
}

.btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram {
    color: #fff;
    background-color: #517fa4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #446a89;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
    background-color: #517fa4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005f8d;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #a81a20;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled, .btn-pinterest[disabled], fieldset[disabled] .btn-pinterest, .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled:active, .btn-pinterest[disabled]:active, fieldset[disabled] .btn-pinterest:active, .btn-pinterest.disabled.active, .btn-pinterest[disabled].active, fieldset[disabled] .btn-pinterest.active {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1f3346;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter {
    color: #fff;
    background-color: #2ba9e1;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #1c92c7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
    background-color: #2ba9e1;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #4a6a89;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk[disabled].active, fieldset[disabled] .btn-vk.active {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook, .btn-twitter, .btn-google-plus {
    font-size: 15px;
    margin-bottom: 8px;
    text-align: center;
}

.btn-facebook i {
    margin-right: 10px;
}

.btn-social-icon {
    margin-bottom: 4px;
}

.social-class .social-hex {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 10px;
    opacity: .3;
    float: right
}

.social-class li {
    margin-bottom: 4px
}

.social-class li:hover .social-hex {
    opacity: 1
}

.social-class li:hover code {
    background-color: #e8e8ee
}

.social-class code {
    cursor: default
}

.sosyal {
    width: 60%;
    margin-left: 20%;
    margin-top: 3%;
    margin-bottom: 5%;
}

.orveya small {
    font-size: 13px;
    color: #888;
}

.orveya {
    background: #fff;
    width: 60px;
    text-align: center;
    margin-top: -30px;
}

input[type="date"].input-login, input[type="time"].input-login, input[type="datetime-local"].input-login, input[type="month"].input-login, .input-login input[type="date"], .input-login input[type="time"], .input-login input[type="datetime-local"], .input-login {
    line-height: 42px;
}

#login .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-addon {
    border-radius: 1px;
}

.brnone {
    border-radius: 0;
}

.checkbox label {
    font-size: 13px;
}

.checkbox {
    color: #555;
    font-size: 14px;
}

.sfrunuttum {
    margin-top: 8px;
}

.sfrunuttum a {
    font-size: 13px;
}

.slider-icerik {
    height: 190px;
    margin-top: 52px;
    margin-bottom: 20px;
}

.slider {
    height: 380px;
    background: #fdfdfd;
    margin-top: 52px;
    margin-bottom: 20px;
}

.item-small .item-img img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.item-small {
    padding: 2px;
    padding-bottom: 0;
    padding-top: 0;
}

.item-small .item-content {
    padding: 30px;
    position: absolute;
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.65) 98%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.65) 98%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.65) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    width: 100%;
    height: 100%;
    margin-top: -190px;
}

.item-small .item-content {
    padding: 10px;
    width: 99%;
}

.item-small .item-content p {
    font-size: 14px;
    line-height: 15px;
}

.item-img img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}

.item-content {
    padding: 30px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.65) 98%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.65) 98%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.65) 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 100%;
    margin-top: -380px;
}

.item-content p {
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
    font-size: 19px;
    color: #fff;
    transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.item-content b {
    text-shadow: 4px 4px 2px rgb(72, 72, 72);
}

.kategori-label {
    position: absolute;
    margin-top: -20px;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    background: #00bcd4;
}

.slide-item a:hover .item-content p {
    padding-bottom: 20px;
}

.item-small a:hover .item-content p {
    padding-bottom: 10px;
}

.item-1 .item-small .item-img img {
    height: 190px;
    object-fit: cover;
    margin-right: 3px;
    padding-left: 2px;
    margin-bottom: -0px;
    width: 100%;
}

.item-3 .item-small .item-img img {
    height: 190px;
    object-fit: cover;
    padding-top: 3px;
    margin-right: 3px;
    padding-left: 2px;
    margin-bottom: -0px;
    width: 100%;
}

.item-4 .item-small .item-img img {
    height: 190px;
    object-fit: cover;
    padding-top: 3px;
    margin-right: 3px;
    margin-bottom: -0px;
    width: 100%;
}

.item-3 .item-content {
    width: 98%;
    margin-left: 3px;
}

.item-1 .item-content {
    width: 98%;
    margin-left: 3px;
}

.post-icerik {
    background-color: #fff;
    margin-bottom: 20px;
    transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -webkit-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    padding-top: 10px;
}

.makaleusttop {
    padding: 11px;
}

.icerik-boxes img {
    display: block;
    max-width: 100%;
    height: auto;
}

.editor {
    color: #fff;
    padding: 15px 0;
    background: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
}

.editor img {
    height: 80px;
    border-radius: 5px;
    border: 2px solid #eee;
}

.editor h1 {
    font-size: 23px;
    margin: 0;
    padding-top: 5px;
}

.userinfo {
    padding-left: 10px;
}

.numbertop {
    float: right;
}

.numbertop li {
    padding-top: 20px;
    list-style: none;
    display: inline-block;
    padding-left: 35px;
    line-height: 23px;
    text-align: right;
}

.numbertop li b {
    font-size: 36px;
    margin: 0;
    font-weight: 600;
    padding: 0;
    display: block;
    text-align: right;
}

.login-page {
    padding-top: 20px;
}

.login-wrapper {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.login-form, .login-wrapper .row {
    padding: 0
}

.login-wrapper h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #3080c6;
}

.login-head {
    font-weight: 600
}

.login-head a {
    color: #2ca4bd;
    font-weight: 600
}

.login-form label {
    font-weight: 600;
    color: #919191;
    font-size: 13px
}

.login-form .form-group {
    margin-bottom: 7px
}

.checkbox, .login-form .radio {
    position: relative;
    display: block;
}

.login-form .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.login-form .form-control:focus {
    border-color: #666
}

.login-form .login-btn {
    border: none;
    background: #333;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.cart-product-list, .cart-product-sidebar {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.login-form .form-login:first-child {
    border-right: 1px solid #eee;
    padding-left: 0
}

.login-banners {
    margin: 0;
    padding: 20px 0
}

.login-banners li {
    list-style: none;
    padding: 0 0 66px 0;
}

.form-login .checkbox {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.pass-reset a {
    color: #919191;
    font-size: 13px
}

.pass-reset a:hover {
    transition: all .2s;
    color: #E91E63
}

.sigin-form .form-group {
    margin-bottom: 18px
}

.sozlesmecheckboxs .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: 0;
}

.uyeliktur .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.login-page .login-banners b {
    font-size: 15px;
}

.login-page .login-banners p {
    font-size: 13px;
}

.shadow-video {
    height: 190px;
    width: 100%;
    background: rgba(15, 15, 15, 0.49);
    margin-top: -190px;
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 7rem;
}

.shadow-video i {
    font-size: 45px;
}

iframe {
    width: 100%;
    left: 50%;
}

.sosyalnav {
    height: 21px;
    margin-top: 20px;
}

.icerik-boxes img {
    display: block;
    max-width: 100%;
    height: auto !important;
    padding: 20px 0;
}

img.media-object {
    padding: 0;
    width: auto;
    height: auto;
    display: inline;
    max-width: 200px;
    border-radius: 0;
}

.onelittlesimilarnews.row .panel-heading {
    padding-bottom: 0;
    margin-top: 70px;
}

.item {
    text-align: center;
}

.home-slide img {
    width: 100%;
    /* height: 330px; */
}

.owl-item img {
    height: 195px;
    width: 100%;
    object-fit: cover;
}

.item-sidebar-mb {
    margin-top: 10px;
}

@media (max-width: 1000px) {
    .logos {
        display: none !important;
    }

    .menu-top {
        padding-top: 70px;
    }

    .iconmenus a i {
        font-size: 21px !important;
        color: #fff;
        margin-top: 20px;
    }


    .post-icerik p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .post-icerik span {
        font-size: 16px;
        line-height: 24px;
    }

    .post-icerik h1 {
        font-weight: 600;
        font-size: 16px;
        font-family: 'Helvetica Neue', sans-serif !important;
        line-height: 24px;
    }

    .icerik-boxes h5 {
        font-weight: 400;
        font-size: 16px;
        font-family: 'Helvetica Neue', sans-serif !important;
        line-height: 24px;
    }

    .icerik-boxes h2 {
        font-weight: 400;
        font-size: 16px;
        font-family: 'Helvetica Neue', sans-serif !important;
        line-height: 24px;
    }

    .icerik-boxes h3 {
        font-weight: 400;
        font-size: 16px;
        font-family: 'Helvetica Neue', sans-serif !important;
        line-height: 24px;
    }

    .icerik-boxes h4 {
        font-weight: 400;
        font-size: 16px;
        font-family: 'Helvetica Neue', sans-serif !important;
        line-height: 24px !important;
    }

    .postheader {
        height: 420px;
        position: relative;
        color: #fefefe;
        overflow: hidden;
        border-bottom: 3px solid #478fcd;
    }


    body {
        overflow-x: hidden !important;
    }

    html {
        font-size: 10px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        overflow-x: hidden !important;
    }

    .item-sidebar-mb {
        height: 107px;
        margin-top: 10px;
    }


    .item-content-news {
        width: 100%;
        padding-bottom: 34px;
    }



    .home-content .col-md-12 .col-md-4 {
        padding: 0 !important;
    }

    .item-news {
        margin-bottom: 0;
    }

    .item-new:hover {
        margin-bottom: 0;
    }

    .home-slide .item {
        text-align: left !important;
    }

    .home-content {
        position: relative;
        margin-top: 0;
    }

    .post-head h1 {
    }

    .post-head span {
        color: #fefefe;
        font-size: 0.8em;
        padding-right: 15px;
    }

    .post-head i {
        padding-right: 8px;
        font-size: 1.2em;
    }

    .colheader {
        padding-left: 12px;
    }

    .pad10 {
        padding: 0;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fffcfb;
        background-color: #000000;
        display: block;
        text-align: left;
        font-weight: 500;
        font-size: 17px;
        padding-left: 28px;
    }

    .navbar-nav {
        margin: -0.5px -16px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fffcfb;
        background-color: #000000;
        display: block;
        padding-left: 25px;
        text-align: left;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #7e8388;
        font-weight: 400;
        background: #edf2f7;
        border-bottom: 1px solid #e5edf5;
        padding: 10px 25px;
    }

    .haberbox {
        margin-bottom: 0;
        padding: 0;
    }

    .ideasent .yanborder {
        border-left: 2px solid #fff;
    }

    .panelx {
        margin-bottom: 0;
    }

    .navbar-brand img {
        margin-left: -2px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #478fcc;
    }

    .tvitem {
        background: #111;
        padding: 0;
        color: #fff !important;
    }

    .tvitem .col-md-12, .tvitem .col-md-12 .col-md-8 {
        padding: 0;
    }

    .tvitem .asideitemxs {
        padding: 0;
        text-align: center;
    }

    .login-wrapper {
        background: #fff;
        padding: 1px;
        margin-bottom: 30px;
        margin-top: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    }

    .login-page {
        background: #ffffff;
        padding-top: 0;
    }

    .login-head .pull-right {
        float: left !important;
        margin-left: 16px;
    }

    .xs-padsil {
        padding: 0 !important;
    }
}

.reklammobl {
    position: relative;
    bottom: -10px;
}



.fb-video {
    width: 100%;
}

.fb-video > span {
    margin: 20px auto;
    display: block !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 29px;
}

.padsil.col-md-9 img.hidden-xs.center-block {
    margin-left: 12px;
}

img.hidden-xs.center-block {
    margin-left: 4px;
}

div#___gcse_0 {
    display: none;
}

.kontaktbanner {
    height: 350px;
    overflow: hidden;
    border: none;
    width: 290px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #000000;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: white;
}

i.fa.fa-search {
    color: #ffffff;
}

nav input.form-control {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

nav input.form-control::placeholder {
    color: #f2f2f2;
}

nav button.btn.btn-default {
    background: transparent;
}

div#topadd > div {
    margin: 0 0;
}

.most-reads {
    margin-top: 50px;
}

.rightad {
    position: relative;
}

.col-md-12.item-news.padsil:hover a {
    color: #fff;
}

.most-reads p {
    padding-bottom: 20px;
}

.most-reads .item-news:hover a {
    color: #fff;
}

.rel {
    position: relative;
}

.minh300 {
    min-height: 300px;
}

.similarnews {
    margin-bottom: 20px;
}

.similarnews:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    background: linear-gradient(to right, #478fcc, #0a3d68);
    color: #fff;
}

.similarnews:hover a {
    color: inherit;
}

.similarnews {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 300px;
}

.similarnews img {
    height: 160px;
    object-fit: cover;
    width: 100%;
}

.item-news:hover a {
    color: #fff
}

.item-news:hover .shadow-video {
    background: none;
}

.post-icerik article p {
    line-height: 1.77;
}

.owl-stage {
    display: block;
    min-width: 4800px;
}

.home-slide .item a {
    position: relative;
    display: block;
}

.userterms p.indented {
    text-indent: 70px;
}

.userterms a {
    color: red;
}

.userterms a.site {
    color: blue;
}

.post .post-img {
    height: 350px;
}

.post-icerik .pull-right.user-post {
    margin-top: -15px !important;
}

.post .post-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

footer {
    display: block;
}

footer ul {
    list-style: none;
}

footer .wrapper {
    margin: 0 auto;
    max-width: 1192px;
    padding: 0 20px;
}

.footer-links-social {
    margin-bottom: 1.5em;
}



.footer-links-social li {
    display: inline-block;
    margin: 0 3px;
}



.footer-links {
    padding: 1.5em 0;
}



.footer-legal {
    color: #aaa;
    font-size: 13px;
    padding: 0;
}

.footer {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    position: relative;
    will-change: transform;
    z-index: 4;
}

@media (min-width: 598px) {
    .footer {
        text-align: center;
    }
}

.footer-links-social li a {
    background: #0e67b3;
    border-radius: 20%;
    display: block;
    height: 40px;
    padding: 12px;
    text-align: center;
    width: 40px;
}

footer .icon {
    display: block;
    color: #fff;
    background-size: 1296px 1296px;
    background-position: 1296px 1296px;
    width: 17px;
    height: 16px;
}



.footer-links-menu li {
    font-family: Shentox, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    margin: 0 10px;
}



.footer-legal .wrapper span {
    /* margin-left: 50px; */
}

.footer-legal span img {
    display: inline-block;
    height: 15px;
    margin-right: 6px;
    margin-bottom: 0;
}

.content-timeline--left {
    width: 72px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.content-timeline--left:before {
    top: -16px;
    bottom: 50%;
}

.content-timeline--left:after {
    top: calc(50% + 25px);
    bottom: 0;
}

.content-timeline--left:after, .content-timeline--left:before {
    position: absolute;
    width: 1px;
    background-color: #E4E7EA;
    margin-left: 36px;
    z-index: -1;
    content: "";
}

.content-timeline--right {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

@media (min-width: 991px) {
    .content-timeline--right {

        width: calc(100% - 80px);

        margin-left: 80px;
    }
}

.content-timeline__time {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: calc(50% - 38px);
    z-index: 0;

}

.content-timeline__time__icon {
    display: block;
    line-height: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-clip: padding-box;
    padding: 7px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    background-color: #3383c8;
    color: #fff;
}

.content-timeline__time .mobil--icon {
    background-position: -216px -128px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.content-timeline__time__timeago {
    font-family: Roboto;
    font-size: .6875em;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    color: #999;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.item-news:hover .content-timeline__time__icon {
    background: #fff;
    color: #3383c8;
}

.item-news:hover .content-timeline__time__timeago {
    color: #fff;
}

.content-timeline__time__timeago:hover {
    color: #fff;
}

.rss {
    color: #7e8388;
}

.tv-content .item-news img {
    height: 190px;
    object-fit: contain;
    width: 100%;
}

footer {
    display: block;
}

footer ul {
    list-style: none;
}

footer .wrapper {
    margin: 0 auto;
    max-width: 1192px;
    padding: 0 20px;
}

.footer-links-social {
    margin-bottom: 1.5em;
    padding-left: 0;
}



.footer-links-social li {
    display: inline-block;
    margin: 0 3px;
}



.footer-links {
    padding: 1.5em 0;
}



.footer-legal {
    color: #aaa;
    font-size: 13px;
    padding: 0;
}

.footer {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    position: relative;
    will-change: transform;
    z-index: 4;
    text-align: center;
}

@media (min-width: 598px) {
    .footer {
        text-align: center;
    }
}


.footer-links-social li a {
    background: #333;
    border-radius: 50%;
    display: block;
    height: 40px;
    padding: 12px;
    text-align: center;
    width: 40px;
}

footer .icon {
    display: block;
    color: #fff;
    background-size: 1296px 1296px;
    background-position: 1296px 1296px;
    width: 16px;
    height: 16px;
}



.footer-links-menu {
    padding-left: 0;
}

.footer-links-menu li {
    font-family: Shentox, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    margin: 0 10px;
}


.footer-legal span img {
    display: inline-block;
    height: 15px;
    margin-right: 6px;
    margin-bottom: 0;
    padding-bottom: 4px;
}





@media (max-width: 425px) {

    .sm-mxauto {
        margin: auto;
        float: none !important;
        text-align: center;
    }
}

.asidebanners {
    position: absolute;
    height: 100%;
    top: 0;
    width: 25%;
    z-index: -1;
}

aside#leftbanner {
    left: 0;
}

aside#rightbanner {
    right: 0;
    text-align: right;
}

section.home-content > .container {
    background: white;
}

.asidebanners iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

aside#rightbanner iframe {
    float: right;
}

.comments {
    margin: 30px 0 100px 0;
    padding: 40px 0;
    border: 1px dashed #ccc;
    border-left: 0;
    border-right: 0;
    display: block;
    overflow: auto;
}

.comments h4 {
    text-align: center;
}

.loginbuttons {
    display: flex;
    align-items: center;
    float: none;
    text-align: center;
    justify-content: center;
    clear: both;
}

.loginbuttons > * {
    vertical-align: middle;
    margin: 10px;
    margin-top: 30px;
}

div#comment-log-text {
    margin-top: 100px;
    text-align: center;
    text-transform: uppercase;
}

div#fb-login {
    display: inline-block;
}


.abcRioButtonSvgImageWithFallback.abcRioButtonIconImage.abcRioButtonIconImage18 svg {
    height: 14px !important;
}

.abcRioButtonIcon {
    padding: 4px !important;
}

.abcRioButton.abcRioButtonLightBlue {
    height: 22px !important;
    width: auto !important;
}

span.abcRioButtonContents span:first-child:before {
    content: 'Daxil ol';
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
}

span.abcRioButtonContents span:first-child {
    font-size: 0;
    line-height: 22px;
}

.carousel-inner img {
    padding: 0;
    margin: auto;
}

button#loadMore {
    margin: 20px;
}

footer.footer {
    margin-top: 50px;
}

.col-md-12.post-icerik .carousel img {
    max-height: 500px;
}

span.abcRioButtonContents {
    line-height: 15px !important;
    margin-left: 0;
}