﻿body {
    font-family: 'Poppins', sans-serif;
    background-color: #282828;
    overflow-x:hidden;
}

.modalBack{
    background-color: #000000;
    opacity:.7;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:900;
    display:none;
}

.loaded #loader-wrapper {
    display: block;
}

#loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    background: rgb(0 0 0 / 90%);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fc9a12;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #378adf;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fc1312;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.DVOverlay {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-color: #282828;
    opacity: .8;
    display: none;
    transition:all .4s;
}

.DVHamburgerMenu {
    position: absolute;
    left: 15px;
    top: 45px;
    z-index: 50;
    display: block;
}

.McButton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    width: 25px;
    height: 16px;
    cursor: pointer;
}

    .McButton b {
        position: absolute;
        left: 0;
        width: 25px;
        height: 4px;
        background-color: white;
        border-radius: 10px;
    }

        .McButton b:nth-child(1) {
            top: 0;
        }

        .McButton b:nth-child(2) {
            top: 50%;
        }

        .McButton b:nth-child(3) {
            top: 100%;
        }
/* McButton */

.DVMobilLogo{
    display:block;
}

    .DVMobilLogo a{
        display:block;
    }

    .DVMobilLogo a img {
        width:100%;height:auto;max-width:170px;
    }

.DVMobilGirisYap {
    content: '';
    width: 25px;
    height: 29px;
    background-image: url('../images/simgeler2.png');
    background-repeat: no-repeat;
    background-position: -352px -178px;
    float: right;
}



    @font-face {
        font-family: 'fontello';
        src: url('../font/fontello.eot?42518157');
        src: url('../font/fontello.eot?42518157#iefix') format('embedded-opentype'), url('../font/fontello.woff?42518157') format('woff'), url('../font/fontello.ttf?42518157') format('truetype'), url('../font/fontello.svg?42518157#fontello') format('svg');
        font-weight: normal;
        font-style: normal;
    }

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?15482129');
    src: url('../font/fontello.eot?15482129#iefix') format('embedded-opentype'), url('../font/fontello.woff2?15482129') format('woff2'), url('../font/fontello.woff?15482129') format('woff'), url('../font/fontello.ttf?15482129') format('truetype'), url('../font/fontello.svg?15482129#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-mail:before { content: '\e800'; } /* '' */
.icon-heart:before { content: '\e801'; } /* '' */
.icon-heart-empty:before { content: '\e802'; } /* '' */
.icon-star-empty:before { content: '\e803'; } /* '' */
.icon-star:before { content: '\e804'; } /* '' */
.icon-user:before { content: '\e805'; } /* '' */
.icon-ok:before { content: '\e806'; } /* '' */
.icon-th-list:before { content: '\e807'; } /* '' */
.icon-th:before { content: '\e808'; } /* '' */
.icon-cancel:before { content: '\e809'; } /* '' */
.icon-cancel-circled:before { content: '\e80a'; } /* '' */
.icon-eye:before { content: '\e80b'; } /* '' */
.icon-edit:before { content: '\e80c'; } /* '' */
.icon-comment:before { content: '\e80d'; } /* '' */
.icon-attention:before { content: '\e80e'; } /* '' */
.icon-folder:before { content: '\e80f'; } /* '' */
.icon-folder-open:before { content: '\e810'; } /* '' */
.icon-phone:before { content: '\e811'; } /* '' */
.icon-basket:before { content: '\e812'; } /* '' */
.icon-resize-full:before { content: '\e813'; } /* '' */
.icon-left-dir:before { content: '\e814'; } /* '' */
.icon-right-dir:before { content: '\e815'; } /* '' */
.icon-left-open:before { content: '\e816'; } /* '' */
.icon-right-open:before { content: '\e817'; } /* '' */
.icon-up-open:before { content: '\e818'; } /* '' */
.icon-down-open:before { content: '\e819'; } /* '' */
.icon-align-justify:before { content: '\e81a'; } /* '' */
.icon-menu-1:before { content: '\e81b'; } /* '' */
.icon-cancel-1:before { content: '\e81c'; } /* '' */
.icon-check:before { content: '\e81d'; } /* '' */
.icon-ok-1:before { content: '\e81e'; } /* '' */
.icon-cancel-2:before { content: '\e81f'; } /* '' */
.icon-cancel-alt-filled:before { content: '\e820'; } /* '' */
.icon-search:before { content: '\e821'; } /* '' */
.icon-search-1:before { content: '\e822'; } /* '' */
.icon-right-open-mini:before { content: '\e823'; } /* '' */
.icon-left-open-mini:before { content: '\e824'; } /* '' */
.icon-down-open-mini:before { content: '\e825'; } /* '' */
.icon-up-open-mini:before { content: '\e826'; } /* '' */
.icon-down-open-big:before { content: '\e827'; } /* '' */
.icon-right-open-big:before { content: '\e828'; } /* '' */
.icon-up-open-big:before { content: '\e829'; } /* '' */
.icon-left-open-big:before { content: '\e82a'; } /* '' */
.icon-right-open-1:before { content: '\e82b'; } /* '' */
.icon-left-open-1:before { content: '\e82c'; } /* '' */
.icon-up-open-1:before { content: '\e82d'; } /* '' */
.icon-down-open-1:before { content: '\e82e'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-battery-4:before { content: '\f240'; } /* '' */
.icon-hourglass-o:before { content: '\f250'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */

.iconXA {
    padding: 0px 3px;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.DVFotoCozSimge {
    text-align: left;
    padding: 2px 0px;
}



.DVUstKompleHeader {
    background-image: url('../images/header-bg-yesil.jpg');
    background-repeat: repeat;
    background-position: center center;
    padding-bottom: 10px;
}


.DVHeaderSMSimges {
    padding-top: 25px;
}

    .DVHeaderSMSimges a, .DVHeaderSMSimges a i {
        text-decoration: none;
        color: #bbc0cb;
        font-size: 16px;
    }

    .DVHeaderSMSimges a {
        border: 1px solid #bbc0cb;
        border-radius: 20px;
        display: inline-block;
        margin-right: 4px;
        transition: all 0.4s;
    }

    .DVHeaderSMSimges a:hover {
        transform:scale(1.1);
    }

    .CNFUstHeader {
    }


.CNUstHeader{
    padding:0px;position:relative;
}

.DVHeaderSol{

}

    .DVHeaderSol a{
        color:#fff;font-size:12px;font-weight:500;text-decoration:none;display:none;
    }

    .DVHeaderSol a img{
        width:100%;height:auto;max-width:340px;
    }

    .DVHeaderUstLinkler {
        display:none;
    }

        .DVHeaderUstLinkler span {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            text-decoration: none;
            display:inline-block;
        }

        .DVHeaderUstLinkler a {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            text-decoration: none;
        }

.DVDilSimges {
    display: inline-block;
    margin-left: 20px;
}

    .DVDilSimges a {
        text-decoration: none;
        padding: 2px 4px;
    }

    .DVDilSimges span {
        color: #bbc0cb;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        padding: 2px 4px;
    }

        .DVDilSimges a.aktif {
            border: 1px solid #6aa94c;
            border-radius: 20px;
        }

    .DVDilSimges span.aktif {
        border: 1px solid #6aa94c;
        border-radius: 20px;
    }

.DVSimgeler {
    content: '';
    background-image: url('../images/simgeler2.png');
    background-repeat:no-repeat;
}

.DVSimgeBelgeliTur {
    width: 27px;
    height: 27px;
    background-position: -27px -178px;
}


.DVSimgeFotograflar {
    width: 27px;
    height: 27px;
    background-position: -58px -178px;
}


.DVSimgeGozlemler {
    width: 27px;
    height: 27px;
    background-position: -90px -178px;
}


.DVSimgeVideolar {
    width: 27px;
    height: 27px;
    background-position: -121px -178px;
}



.DVHeadBilgiSimge {
    width: 80px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin-right: 0px;
}

    .DVHeadBilgiSimge a {
        text-decoration: none;
        color: #888888;
    }

    .DVHeadBilgiSimge span {
        display: block;
        color: #888888;
        line-height: 13px;
    }

        .DVHeadBilgiSimge span:first-child {
            font-size: 9px;
        }

        .DVHeadBilgiSimge span:last-child {
            font-size: 12px;
            font-weight: 500;
        }

.DVHeadBilgiRakamlar {
    position: absolute;
    right: 0px;
    top: 0px;
}

.DVSonRakamlarVeArama {
    padding-top: 20px;position:relative;
}

.DVHeaderArama {
    display: none;
    vertical-align: top;
    border: 1px solid #717171;
    position: relative;
}

    .DVHeaderArama input[type=text]{
        width:100%;padding:6px 10px;background-color:#282828;font-size:16px;color:#bbc0cb;border:none;
    }

    .DVHeaderArama input[type=text]:focus {
        outline:none;
    }

    .DVHeaderArama a {
        text-decoration: none;
        position: absolute;
        top: 7px;
        right: 5px;
    }

        .DVHeaderArama a i {
            font-size: 16px;
            text-decoration: none;
            color: #949494;
        }

::-webkit-input-placeholder { /* Edge */
    font-size: 12px;
    color: #9b9b9b;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #9b9b9b;
}

::placeholder {
    font-size: 12px;
    color: #9b9b9b;
}

.DVHBKisa{
    width:70px !important;
}


.CNFUstMenu{
    background-color:#282828;margin-top:20px;
}


.CNUstMenu{
    padding:12px 15px;position:relative;
}


.DVUstMenu {
}


    .DVUstMenu ul{
        padding-left:0px;margin-bottom:0px;padding-bottom:0px;display:none;
    }

    .DVUstMenu ul li{
        display:inline-block;
    }

        .DVUstMenu ul li:first-child {
            padding-left:0px;
        }

        .DVUstMenu ul li a{
            text-decoration:none;color:#bbc0cb;font-size:14px;display:inline-block;padding:4px 10px;
        }

            .DVUstMenu ul li a:hover {
                color: #eaad14;
            }

        .DVUstMenu ul li a:first-child {
            padding-left:0px;
        }


.DVUyeGiris {
    /*background-color: #eaad14;*/
    padding: 4px 8px;
    width: 100%;
    max-width: 230px;
    text-align: center;
    float: right;
    display:none;
    transition:all .4s;
}

.DVUyeGiris a:hover {
    transform:scale(1.1);
}


.DVUyeGirisInputlar {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 300px;
    padding: 25px;
    background-color: #282828;
    z-index: 110;
    right: 0px;
    top: 55px;
}

    .DVMobilUyeOlBtn{
        display:block;
    }

        .DVMobilUyeOlBtn a {
            text-decoration: none;
            color: #fafafa;
            font-size: 16px;
            display: inline-block;
            transition: all .4s;
            padding: 0px 6px;
        }

        .DVMobilUyeOlBtn hr {
            margin: 1rem 0;
            color: #bbc0cb;
            border: 0;
            border-top: 1px solid;
            opacity: 0.5;
        }

.DVUyeGirisInputlar input[type=text], .DVUyeGirisInputlar input[type=password] {
    width: 90%;
    background-color: #3e3e3d;
    border: none;
    height: 35px;
    color: #ffffff;
    font-size: 14px;
    padding-left: 5px;
    font-weight: 500;
    /*margin: 10px 0px;*/
    padding: 0px 15px;
    margin: 10px auto;
}


        .DVUyeGirisInputlar input[type=text]:focus-visible, .CNYeniUyelik input[type=password]:focus-visible {
            outline: none;
        }

        .DVUyeGirisInputlar input[type=text]:focus, .CNYeniUyelik input[type=password]:focus {
            outline: none;
        }



    .DVUyeGirisInputlar input[type=submit] {
        text-decoration: none;
        background-color: #6bab4d;
        color: #ffffff;
        font-size: 15px;
        display: inline-block;
        padding: 5px 15px;
        border: none;
        font-weight: 500;
    }


        .DVUyeGirisInputlar input[type=submit]:hover {
            background-color: #73c44d;
        }











.DVSimgeAdam {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    background-image: url('../images/simgeler2.png');
    background-repeat: no-repeat;
    background-position: -431px -22px;
    vertical-align: top;
}

.DVUyeGiris a {
    text-decoration: none;
    color: #fafafa;
    font-size: 16px;
    display: inline-block;
    transition: all .4s;
    padding: 0px 6px;
}

        .DVUyeGiris a i {
            color: #fafafa;
            font-size: 16px;
        }

    .DVUyeGiris span {
        color: #fafafa;font-size:16px;
    }

.DVBolumBaslik {
    width: 100%;
    padding-top: 8px;
    position:relative;
}

.DVBolumBaslikP0px {
    width: 100%;
    padding-top: 0px;
    position: relative;
}

    .DVBolumBaslikP0px h2 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 400;
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

.DVBolumbaslikCizgi {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #383838;
    z-index: -1;
    bottom: 12px;
}

.DVBolumBaslik h2, .DVBolumBaslik h1 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.DVBolumBaslikKare{
    width:18px;height:18px;display:inline-block;
}

.DVInceCizgi{
    width:70%;height:2px;display:block;
}

.BBKareYesil {
    background-color: #6aa94c;
}

.BBKareTuruncu {
    background-color: #eaad14;
}

.BBKareEflatun {
    background-color: #8599d0;
}

.BBKareBeyaz {
    background-color: #ffffff;
}

.BBYesilIMPT {
    background-color: #6aa94c !important;
}

.DVKusTurYukseklik {
    width: 50px;
    height: 53px;
    content: '';
    background-image: url('../images/simgeler2.png');
    background-repeat: no-repeat;
    background-position: -462px -86px;
    margin: 0 auto;
}

.DVKusTurGenislik {
    width: 100px;
    height: 53px;
    content: '';
    background-image: url(../images/simgeler2.png);
    background-repeat: no-repeat;
    background-position: -342px -85px;
    margin: 0 auto;
}

.DVKusTurAgirlik {
    width: 30px;
    height: 53px;
    content: '';
    background-image: url('../images/simgeler2.png');
    background-repeat: no-repeat;
    background-position: -537px -85px;
    margin: 0 auto;
}


.DVKusTxtBilgi span {
    color: #282828;
    font-size: 12px;
}

.DVKusTurSound{
    padding:7px 20px;
}

.DVKusTurSound audio{
    width:100%;
}

.DBBGKrem {
    background-color: #b8bba8;
}

.DBMarginRL{

}


.DVGozlemThumb {
    text-align: center;
    margin-bottom: 35px;
}

    .DVGozlemThumb a{
        display:block;
    }

    .DVGozlemThumb a img {
        width: 100%;
        height: auto;
        margin:0 auto;
    }

.DVGozlemThumbKisiSimge {
    text-align: left;
    margin-top: 5px;
}

        .DVGozlemThumbKisiSimge img {
            display: inline-block;
            border-radius: 30px;
            width: 40px;
            height: auto;
        }

    .DVGozlemThumbKisiSimge span{
        display:inline-block;font-size:11px;color:#bbc0cb;margin-left:2px;
    }

.DVGozlemThumbStats{
    text-align:right;
}

    .DVGozlemThumbStats span{
        display:inline-block;
    }

        .DVGozlemThumbStats span.DVGSpanTurSayi {
            font-size: 12px;
            color: #bbc0cb;
            font-weight: 500;
            display: inline-block;
            margin-right: 10px;
        }

            .DVGozlemThumbStats span.DVGSpanTurSayi:before {
                content: '';
                width: 26px;
                height: 22px;
                background-image: url('../images/simgeler2.png');
                background-repeat: no-repeat;
                background-position: -304px -22px;
                display: inline-block;
                vertical-align: middle;
                margin-left:4px;
            }

        .DVGozlemThumbStats span.DVGSpanGoruntulenme {
            font-size: 12px;
            color: #6aa94c;
            font-weight: 500;
            margin-left: 4px;
        }

            .DVGozlemThumbStats span.DVGSpanGoruntulenme:before {
                content: '';
                width: 22px;
                height: 22px;
                background-image: url('../images/simgeler2.png');
                background-repeat: no-repeat;
                background-position: -339px -22px;
                display: inline-block;
                vertical-align: middle;
                
            }

.DVGozlemThumbLokasyon{

}

    .DVGozlemThumbLokasyon span {
        font-size: 12px;
        color: #bbc0cb;
        font-weight: 500;margin-left:15px;
    }










.DVFotoThumb {
    text-align: center;
    margin-bottom: 35px;
    width:100%;max-width:420px;
    transition:all .3s;
}

.DVFotoThumb:hover {
    transform:scale(1.1);
}

    .DVFotoThumb a {
        display: block;
    }

        .DVFotoThumb a img {
            width: 100%;
            height: auto;
            margin: 0 auto;
        }

.DVFotoThumbKisiSimge {
    text-align: left;
    margin-top: 5px;
}

.DVFotoThumbKisiSimgeC {
    text-align: center;
}

    .DVFotoThumbKisiSimge img {
        display: inline-block;
        border-radius: 30px;
        width:40px;height:auto;
    }

    .DVFotoThumbKisiSimge span {
        display: inline-block;
        font-size: 11px;
        color: #bbc0cb;
        margin-left: 2px;
    }

.DVFotoThumbKisiSimgeC span {
    display: inline-block;
    font-size: 11px;
    color: #bbc0cb;
    margin-left: 2px;
}

.DVFotoThumbKisiSimgeC img {
    display: inline-block;
    border-radius: 30px;
    width:40px;height:auto;
}

.DVFotoThumbStats {
    text-align: right;
}

    .DVFotoThumbStats span {
        display: inline-block;
    }

        .DVFotoThumbStats span.DVGSpanTurSayi {
            font-size: 12px;
            color: #ffffff;
            font-weight: 500;
            display: inline-block;
            margin-right: 10px;
        }

            .DVFotoThumbStats span.DVGSpanTurSayi:before {
                content: '';
                width: 26px;
                height: 22px;
                background-image: url('../images/simgeler2.png');
                background-repeat: no-repeat;
                background-position: -370px -22px;
                display: inline-block;
                vertical-align: middle;
                margin-left: 4px;
            }

        .DVFotoThumbStats span.DVGSpanGoruntulenme {
            font-size: 12px;
            color: #ffffff;
            font-weight: 500;
            margin-left: 4px;
        }

            .DVFotoThumbStats span.DVGSpanGoruntulenme:before {
                content: '';
                width: 22px;
                height: 22px;
                background-image: url('../images/simgeler2.png');
                background-repeat: no-repeat;
                background-position: -399px -22px;
                display: inline-block;
                vertical-align: middle;
            }

.DVFotoThumbLokasyon {
}

    .DVFotoThumbLokasyon span {
        font-size: 12px;
        color: #bbc0cb;
        font-weight: 500;
        margin-left: 15px;
    }




.DVVideoThumbLokasyon {
}

    .DVVideoThumbLokasyon span {
        font-size: 10px;
        color: #bbc0cb;
        font-weight: 500;
        margin-left: 15px;
    }
















.DVSonGozlemlerUfakListe {
    margin-bottom: 15px;
}

    .DVSonGozlemlerUfakListe .row {
        background-color: #1b1b1b;
        padding: 0px 4px;
        margin: 3px 0px;
    }

.DVSonFotolarUfakListe {
    margin-bottom: 15px;
}

    .DVSonFotolarUfakListe .row {
        background-color: #1b1b1b;
        padding: 0px 4px;
        margin: 3px 0px;
    }

.DVGozlemListeGAdi{

}

    .DVGozlemListeGAdi a{
        text-decoration:none;color:#bbc0cb;font-size:11px;display:block;
    }

    .DVGozlemListeGAdi a:hover {
        text-decoration: underline;
    }

.DVGozlemListeGTarihi{
    padding:0px 8px;
}

    .DVGozlemListeGTarihi span {
        color: #6f6f6f;
        font-size: 11px;
    }

.DVGozlemListeGKisiAdi{

}

    .DVGozlemListeGKisiAdi a {
        text-decoration: none;
        color: #bbc0cb;
        font-size: 11px;
        display: block;
    }

        .DVGozlemListeGKisiAdi a:hover {
            text-decoration: underline;
        }









.DVSGuncellemeGAdi {
}

    .DVSGuncellemeGAdi a {
        text-decoration: none;
        color: #bbc0cb;
        font-size: 11px;
        display: block;
    }

        .DVSGuncellemeGAdi a:hover {
            text-decoration: underline;
        }

.DVSGuncellemeGTarihi {
    padding: 0px 8px;
}

    .DVSGuncellemeGTarihi span {
        color: #6f6f6f;
        font-size: 11px;
    }

.DVSGuncellemeGKisiAdi {
}

    .DVSGuncellemeGKisiAdi a {
        text-decoration: none;
        color: #867c65;
        font-size: 11px;
        display: block;
    }

.DVSGuncellemeGKisiAdi a:hover {
    text-decoration: underline;
}

.ForumASBaslikTablo{
    width:100%;
}

    .ForumASBaslikTablo tr td{
        padding:0px 5px;
    }

    .ForumASBaslikTablo tr td a {
        text-decoration: none;
    }

        .ForumASBaslikTablo tr td a span:hover {
            color:#ffffff;
        }

.ForumASBaslikTablo tr td a span{
    color:#bbc0cb;font-size:11px;font-weight:500;
}

.ForumASBaslikTablo tr td span.DVGSpanTurSayi {
    font-size: 12px;
    color: #bbc0cb;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}

    .ForumASBaslikTablo tr td span.DVGSpanTurSayi:before {
        content: '';
        width: 26px;
        height: 22px;
        background-image: url('../images/simgeler2.png');
        background-repeat: no-repeat;
        background-position: -369px -22px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
    }





.ForumASBaslikTablo tr td span.spanTopicBilgi {
    color: #bbc0cb;
    font-size: 11px;
    font-weight: 500;
}


.spacer5px{
    padding:5px 0px;display:block;
}


.CNFFooter {
    background-color: #141414;padding:25px 15px;
}

    .CNFooter{

    }

.DVFooterLogoGenel{

}

.DVFooterLogo1 {
    padding: 4px;
}

.DVFooterLogo2 {
    padding: 4px;
}

.DVFooterLogo3{
    padding:4px;
}

.DVFooterLogo1 img {
    text-align: center;
    max-width: 230px;
}

.DVFooterLogo2 img{
    max-width:160px;
}

.DVFooterLogo3 img {
    text-align: center;
    max-width: 160px;
}

.DVFooterLinkler{
    /*border-right:1px solid #eaad14;*/position:relative;
}

    .DVFooterLinkler ul{
        list-style:none;list-style-type:none;padding-left:0px;margin-left:0px;
    }

        .DVFooterLinkler ul li {
            list-style: none;
            list-style-type: none;
        }

    .DVFooterLinkler ul li a{
        text-decoration:none;color:#bbc0cb;font-size:12px;font-weight:500;padding:4px 6px;display:block;transition:all .4s;
    }

            .DVFooterLinkler ul li a:hover {
                text-decoration: none;
                color: #ffffff;
                font-size: 12px;
                font-weight: 500;
                padding: 4px 6px;
            }

.DVFooterDikCizgi{
    width:1px; height:90%;background-color:#eaad14;display:block;position:absolute;right:20%;top:0px;z-index:10;margin:auto 0;display:none;
}

.DVFooterEnAltBarStats{
    text-align:center;
}

    .DVFooterEnAltBarStats a {
        text-decoration: none;
        color: #eaad14;
    }

    .DVFooterEnAltBarStats span {
        color: #bbc0cb;
        font-size: 12px;
        font-weight: 500;
    }

    .DVFooterEnAltBarCR {
        text-align:center;
    }

        .DVFooterEnAltBarCR span {
            color: #bbc0cb;
            font-size: 12px;
            font-weight: 500;
        }

.CNFFooterEnAlt {
    background-color: #282828;
    padding: 25px 15px;
}

.CNFooterEnAlt {
}

.mtb20px{
    margin:20px 0px;
}


.DVSayfaItems {
    text-align: center;
}

    .DVSayfaItems ul {
        padding-left: 0px;
        display: inline-block;
    }

        .DVSayfaItems ul li {
            display: inline-block;
            padding: 6px 0px;
        }

            .DVSayfaItems ul li.seciliSayfa {
                font-size: 20px;
                color: #6bab4d;
                font-weight: 600;
                padding: 6px 10px;
            }


            .DVSayfaItems ul li a {
                color: #929292;
                font-size: 20px;
                font-weight: 500;
                padding: 6px 10px;
                text-decoration: none;
            }

                .DVSayfaItems ul li a:hover {
                    color: #6bab4d;
                }

    .DVSayfaItems a.sayfaOnceki {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url('../images/simgeler2.png');
        background-repeat: no-repeat;
        background-position: -466px -175px;
        display: inline-block;
        vertical-align: middle;
    }

        .DVSayfaItems a.sayfaOnceki:hover {
            background-position: -466px -213px;
        }

    .DVSayfaItems a.sayfaSonraki {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url('../images/simgeler2.png');
        background-repeat: no-repeat;
        background-position: -506px -175px;
        vertical-align: middle;
        display: inline-block;
    }

        .DVSayfaItems a.sayfaSonraki:hover {
            background-position: -506px -213px;
        }

.DVToplamSayiBilgi {
    color: #929292;
    font-size: 16px;
    font-weight: 500;
}

.DVFotoCozG {
    width: 20px;
    height: 50px;
    position: absolute;
    left: 9px;
    top: 60px;
    z-index: 3;
}

.DVFotoCozFullHD {
    background-image: url(../images/coz-fullhd.png);
    background-repeat: no-repeat;
    background-position: top left;
}


.DVFotoCoz4K {
    background-image: url(../images/coz-4k.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.DVUyeGirisYapildi {
    position: relative;
    width: 240px;
    float: right;
}

    .DVUyeGirisYapildi span {
        color: #bbc0cb;
        font-size: 13px;
        font-weight: 500;
    }

    .DVUyeGirisYapildi a {
        text-decoration:none;color:#bbc0cb;font-size:13px;font-weight:500;transition:all .4s;display:inline-block;
    }

    .DVUyeGirisYapildi a:hover {
        color: #ffffff;
    }

.DVUyeGirisYapildiMenu{
    position:absolute;top:30px;left:0px;z-index:15;text-align:left;background-color:#282828;padding:10px 15px;padding-left:4px;display:none;
}

.DVUyeGirisYapildiMenu ul{
    list-style-type:none;list-style:none;padding-left:0px;margin-bottom:0px;
}

    .DVUyeGirisYapildiMenu ul li{
        list-style-type: none;
        list-style: none;
    }

    .DVUyeGirisYapildiMenu ul li a{
        text-decoration:none;color:#bbc0cb;font-size:13px;font-weight:500;display:block;padding:4px 10px;
    }

        .DVUyeGirisYapildiMenu ul li a:hover {
            background-color:#4f4f4f;
            color: #bbc0cb;
        }

.yorumSilF{
    display:inline-block;
}


    .yorumSilF a{
        text-decoration:none;color:#eaad14;font-size:12px;font-weight:500;
    }

.cbBeniHatirla {
    padding-left: 0px !important;

    vertical-align: middle;
    display: flex;
    align-content: center;

    align-items: center;
}

    .cbBeniHatirla label{
        font-size:11px;color:#bbc0cb;font-weight:500;padding-left:3px;
    }

    @media (min-width: 576px) {
    }


@media (min-width: 768px) {
    
}


@media (min-width: 992px) {

    .DVUyeGirisInputlar {
        display: none;
        position: absolute;
        z-index: 60;
        right: 0px;
        top: 40px;
    }

    .DVMobilUyeOlBtn {
        display: none;
    }

    .DVSelectTurAdi {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .DVTxtTurBul {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .DVTurAdiSimgePA {
        top: 5px;
    }

    .DVTurBulSimgePA {
        top: 5px;
    }

    .DVFooterEnAltBarCR {
        text-align: right;
    }
    .DVFooterEnAltBarStats {
        text-align: left;
    }

    .DVFooterDikCizgi {
        display: block;
    }

    .DVHeaderUstLinkler {
        display: block;
    }

    .DVHeaderSol a {
        display: inline-block;
    }


    .DVSimgeBelgeliTur {
        width: 52px;
        height: 52px;
        background-position: -6px -6px;
    }


    .DVSimgeFotograflar {
        width: 52px;
        height: 52px;
        background-position: -64px -6px;
    }


    .DVSimgeGozlemler {
        width: 52px;
        height: 52px;
        background-position: -120px -6px;
    }


    .DVSimgeVideolar {
        width: 52px;
        height: 52px;
        background-position: -177px -6px;
    }


    .DVHeadBilgiSimge {
        width: 125px;
        height: 52px;
        position: relative;
        display: inline-block;
        margin-right: 25px;
    }

        .DVHeadBilgiSimge span {
            display: block;
            color: #888888;
            line-height: 30px;
        }

            .DVHeadBilgiSimge span:first-child {
                font-size: 13px;
            }

            .DVHeadBilgiSimge span:last-child {
                font-size: 22px;
                font-weight: 600;
            }

    .DVHeadBilgiRakamlar {
        position: absolute;
        right: 0px;
        top: -10px;
    }

    .DVHBKisa {
        width: 115px !important;
    }

    .CNUstHeader {
        padding: 0px 15px;
    }

    .DVHeaderArama {
        display: inline-block;
    }

    .DVUstMenu {
    }


        .DVUstMenu ul {
            padding-left: 0px;
            margin-bottom: 0px;
            padding-bottom: 0px;
            display:inline-block;
        }

    .DVUyeGiris {
        display:block;
    }

    .DVHamburgerMenu {
        display: none;
    }

    .DVSonGozlemlerUfakListe{
        margin-bottom: 15px;
    }

    .DVSonGozlemlerUfakListe .row {
        background-color: transparent;
        padding: 0px 0px;
    }


    .DVSonFotolarUfakListe {
        margin-bottom: 15px;display:none;
    }

        .DVSonFotolarUfakListe .row {
            background-color: transparent;
            padding: 0px 0px;
        }

    .mtb20px {
        margin: 0px 0px;
    }




    .DVSayfaItems {
        text-align: center;
    }

        .DVSayfaItems ul {
            padding-left: 0px;
            display: inline-block;
        }

            .DVSayfaItems ul li {
                display: inline-block;
                padding: 6px 10px;
            }

                .DVSayfaItems ul li.seciliSayfa {
                    font-size: 20px;
                    color: #6bab4d;
                    font-weight: 600;
                    padding: 6px 10px;
                }


                .DVSayfaItems ul li a {
                    color: #929292;
                    font-size: 20px;
                    font-weight: 500;
                    padding: 6px 10px;
                    text-decoration: none;
                }

                    .DVSayfaItems ul li a:hover {
                        color: #6bab4d;
                    }

        .DVSayfaItems a.sayfaOnceki {
            content: '';
            width: 30px;
            height: 30px;
            background-image: url('../images/simgeler2.png');
            background-repeat: no-repeat;
            background-position: -466px -175px;
            display: inline-block;
            vertical-align: middle;
        }

            .DVSayfaItems a.sayfaOnceki:hover {
                background-position: -466px -213px;
            }

        .DVSayfaItems a.sayfaSonraki {
            content: '';
            width: 30px;
            height: 30px;
            background-image: url('../images/simgeler2.png');
            background-repeat: no-repeat;
            background-position: -506px -175px;
            vertical-align: middle;
            display: inline-block;
        }

            .DVSayfaItems a.sayfaSonraki:hover {
                background-position: -506px -213px;
            }

    .DVToplamSayiBilgi {
        color: #929292;
        font-size: 16px;
        font-weight: 500;
    }




}


@media (min-width: 1200px) {
    .DVFotoThumb {
        max-width: 290px;
    }

    

}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}


/*@media (min-width: 1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1820px;
    }
}*/


.SULink {
    text-decoration: none;
    color: #bbc0cb;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    display: block;
}

.SULink:hover {
    color: #888888;
}