﻿@charset "UTF-8";
/* Fonts */

/*@font-face {font-family: Helvetica;src: url(../fonts/Helvetica.ttf);}*/

/*@font-face {  font-family: HelveticaBold;src: url(../fonts/HelveticaBold.ttf);}*/

/*@font-face {  font-family: HelveticaLight;src: url(../fonts/HelveticaLight.ttf);}*/

/*body {font-family:"Roboto", sans-serif; font-size:13px; color: #000; line-height: 1.2; }*/

* {
    font-family: 'Trebuchet MS';
}

body {
    font-family: 'Trebuchet MS';
    font-size: 13px;
    color: #000;
    line-height: 1.2;
}

a, a:hover {
    text-decoration: none;
    color: #802224;
}

    a.kirmizi {
        color: #DC220A;
        text-decoration: none;
    }

    a.siyah {
        color: #444444;
        text-decoration: underline;
    }

    a.beyaz {
        color: #FFF;
        text-decoration: none;
    }

    a.gri {
        color: #CED0E1;
        text-decoration: none;
    }

    a.site {
        color: #00a5dd;
        text-decoration: none;
    }

b {
    font-weight: 700;
}

p {
    line-height: 1.4;
}

::-webkit-input-placeholder {
    color: #0580bc;
}

:-moz-placeholder { /* Firefox 18- */
    color: #0580bc;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #0580bc;
}

:-ms-input-placeholder {
    color: #0580bc;
}

.btn-beyaz {
    background: #FFF;
    color: #4b9ce7;
    border-radius: 2px;
    padding: 15px 30px;
    font-size: 18px;
}

    .btn-beyaz:hover {
        background: #4b9ce7;
        color: #FFF;
    }

.btn-yesil {
    background: #4b9ce7;
    color: #FFF;
    border-radius: 2px;
    padding: 15px 50px;
    font-size: 18px;
}

    .btn-yesil:hover {
        background: #FFF;
        color: #4b9ce7;
    }

.btn-siyah {
    background: #000;
    color: #FFF;
}

    .btn-siyah:hover {
        background: #802224;
        color: #FFF;
    }

.btn-search {
    background: #7e7e7e;
    color: #FFF;
}

    .btn-search:hover {
        background: #7e7e7e;
        color: #FFF;
    }

.btn-site {
    background: #7083a6;
    color: #FFF;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #FFF;
    padding: 11px 20px;
}

    .btn-site:hover {
        background: #7083a6;
        color: #000;
    }

.breadcrumb_bg {
    position: relative;
    width: 100%;
    background: #4dbcd8;
}

    .breadcrumb_bg .breadcrumb {
        background: transparent;
        padding: 10px 0;
        margin-bottom: 0;
        border-radius: 0;
    }

        .breadcrumb_bg .breadcrumb a, .breadcrumb a:hover {
            color: #FFF;
        }

        .breadcrumb_bg .breadcrumb > .active {
            color: #FFF;
        }

        .breadcrumb_bg .breadcrumb > li + li:before {
            content: ">";
            color: #FFF;
            margin: 5px 5px;
            vertical-align: middle;
            text-align: center;
        }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #FFF;
    border-color: #E5E5E5;
    color: #015192;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #015192;
}

.pagination > li > a,
.pagination > li > span {
    color: #015192;
    margin: 0 2px;
    font-weight: 700;
    line-height: inherit;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 50%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 50%;
}

.top_image {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: -87px;
    *background-color: #d63c35;
    *background-blend-mode: multiply;
    background-repeat: repeat-x;
}

.top_overlay {
    position: absolute;
    width: 100%;
    height: 134px;
    background: url("../images/bg/overlay.png") repeat;
    z-index: 1;
}

.top_baslik {
    position: relative;
    float: right;
    margin-top: 40px;
    font-size: 20px;
    padding: 10px 25px;
    border: 1px solid #FFF;
    color: #FFF;
    z-index: 10;
}

.img-center {
    margin: 0 auto !important;
}

.menu_center {
    display: table;
    margin: 0 auto;
}
/******  ortak yapD1lar  ******/


/******  header  ******/

header {
    position: relative;
    width: 100%;
}

    header .top {
        position: relative;
        width: 100%;
        padding: 10px 0;
        margin-bottom: 5px;
        color: #7083a6;
    }

        header .top .search {
            position: relative;
            width: 146px;
        }

            header .top .search .inputtext {
                height: 30px;
                border: none;
                border-bottom: 1px solid #0580bc;
            }

            header .top .search .search-btn {
                position: absolute;
                right: 0px;
                top: 5px;
                width: 17px;
                height: 15px;
                border: 0;
                background: transparent;
                z-index: 1;
            }

.btn-login {
    width: 100%;
    margin: 5px 0;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    background: #015192;
    color: #FFF;
    border-radius: 6px;
    border: 1px solid transparent;
}

    .btn-login:hover {
        background: #FFF;
        color: #015192;
        border: 1px solid #015192;
    }

    .btn-login:focus {
        background: #FFF;
        color: #015192;
        border: 1px solid #015192;
    }

.btn-fblogin {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    background: #FFF;
    color: #015192;
    border-radius: 6px;
    border: 1px solid #015192;
}

    .btn-fblogin:hover {
        background: #015192;
        color: #FFFFFF;
        border: 1px solid #015192;
    }

    .btn-fblogin:hover {
        background: #015192;
        color: #FFFFFF;
        border: 1px solid #015192;
    }

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    width: 100%;
}

    .navbar-nav > li {
        width: 16.66666667%;
        height: 57px;
        display: table;
        border-radius: 5px;
        border-right: 2px solid #FFF;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        background: #00a5dd;
    }

        .navbar-nav > li > a {
            display: table-cell;
            vertical-align: middle;
            color: #FFF;
            line-height: normal;
        }

        .navbar-nav > li:last-child {
            border-right: none;
        }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #f59d00;
    border-color: #FFF;
    border-radius: 5px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #f59d00;
    border-color: #FFF;
    border-radius: 5px;
    color: #FFF;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle {
    background-color: #015192;
}

    .navbar-toggle .icon-bar {
        background: #FFFFFF;
    }

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 10px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 1px solid transparent;
    background: #fafafa;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #888;
                padding: 3px 5px;
                font-size: 12px;
                font-weight: 300;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
    }

    .mega-dropdown-menu .dropdown-header {
        font-size: 14px;
        color: #000;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }

    .mega-dropdown-menu img:hover {
        opacity: 0.5;
    }

.videoplay {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px solid #FFF;
    padding: 10px;
    border-radius: 50%;
}

ul.social_top {
    display: inline-block;
    float: right;
    vertical-align: sub;
    margin-bottom: 0;
    padding: 0;
}

    ul.social_top li {
        display: inline-block;
        margin-right: 0;
    }

        ul.social_top li a {
            width: 28px;
            height: 28px;
            overflow: hidden;
            display: block;
            text-indent: -100px;
            background: url("../images/icons/social_top.png") no-repeat left top transparent;
        }

            ul.social_top li a:hover {
                background: url("../images/icons/social_top_h.png") no-repeat left top transparent;
            }

        ul.social_top li.facebook a {
            background-position: 0 0;
        }

        ul.social_top li.twitter a {
            background-position: 0 -28px;
        }

        ul.social_top li.instagram a {
            background-position: 0 -56px;
        }
/******  header  ******/


/*********  anasayfa  **********/

ul.home_right_menu {
    position: relative;
    padding-left: 0;
    list-style: none;
}

    ul.home_right_menu li {
        text-align: center;
        margin-bottom: 40px;
    }

        ul.home_right_menu li:last-child {
            margin-bottom: 0;
        }

        ul.home_right_menu li a {
            color: #008cac;
        }

            ul.home_right_menu li a i.m1 {
                display: block;
                height: 70px;
                margin-bottom: 5px;
                border: 1px solid #015192;
                border-radius: 5px;
                background: #FFFFFF url("../images/icons/piyasalar.png") center center no-repeat;
            }

                ul.home_right_menu li a i.m1:hover {
                    display: block;
                    height: 70px;
                    border: 1px solid #015192;
                    border-radius: 5px;
                    background: #015192 url("../images/icons/piyasalar_h.png") center center no-repeat;
                }

            ul.home_right_menu li a i.m2 {
                display: block;
                height: 70px;
                margin-bottom: 5px;
                border: 1px solid #015192;
                border-radius: 5px;
                background: #FFFFFF url("../images/icons/takvim.png") center center no-repeat;
            }

                ul.home_right_menu li a i.m2:hover {
                    display: block;
                    height: 70px;
                    border: 1px solid #015192;
                    border-radius: 5px;
                    background: #015192 url("../images/icons/takvim_h.png") center center no-repeat;
                }

            ul.home_right_menu li a i.m3 {
                display: block;
                height: 70px;
                margin-bottom: 5px;
                border: 1px solid #015192;
                border-radius: 5px;
                background: #FFFFFF url("../images/icons/uzmanlar.png") center center no-repeat;
            }

                ul.home_right_menu li a i.m3:hover {
                    display: block;
                    height: 70px;
                    border: 1px solid #015192;
                    border-radius: 5px;
                    background: #015192 url("../images/icons/uzmanlar_h.png") center center no-repeat;
                }

            ul.home_right_menu li a i.m4 {
                display: block;
                height: 70px;
                margin-bottom: 5px;
                border: 1px solid #015192;
                border-radius: 5px;
                background: #FFFFFF url("../images/icons/sayfam.png") center center no-repeat;
            }

                ul.home_right_menu li a i.m4:hover {
                    display: block;
                    height: 70px;
                    border: 1px solid #015192;
                    border-radius: 5px;
                    background: #015192 url("../images/icons/sayfam_h.png") center center no-repeat;
                }



ul.sirala {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.sirala li {
        float: left;
        padding: 0px 15px;
        border-right: 1px solid #616161;
    }

        ul.sirala li:last-child {
            border-right: 1px solid transparent;
        }

        ul.sirala li a {
            font-weight: 600;
        }


a.threebtn {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #f5f3f3;
}

    a.threebtn:hover {
        background: #E4E3E3;
    }

    a.threebtn img {
        float: left;
        margin-right: 15px;
    }

    a.threebtn h3 {
        font-weight: 700;
        margin-top: 10px;
    }


.article .content0 {
    position: absolute;
    bottom: 0px;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
    color: #FFF !important;
    background: rgba(0,0,0,0.5);
    padding: 5px;
}

.article:hover .content0 {
    bottom: 85px;
    opacity: 1;
}

.article .content1 {
    position: absolute;
    bottom: -130px;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
    color: #FFF !important;
    opacity: 0;
    padding: 5px;
    background: rgba(0,0,0,0.5);
}

.article:hover .content1 {
    bottom: 0px;
    opacity: 1;
}

.article .content2 {
    position: absolute;
    bottom: 0px;
    color: #FFF !important;
    padding: 5px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
}

    .article .content2 a {
        color: #fff !important;
    }

    .article .content2 h6 {
        font-size: 12px;
    }

.article .content0 h5 {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}

.article .content0 h6 {
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
}

.article .content2 h6 {
    /*font-size: 14px;
    font-weight: 700;*/
    padding-left: 5px;
}

.article .content1 p {
    font-weight: 300;
    padding: 0 10px;
}
/****** home *****/


.modal h3 {
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
}

.modal-header {
    border-bottom: none;
}

    .modal-header .close {
        margin-top: -10px;
    }

ul.fblogin-list {
    padding-left: 0;
    list-style: disc;
    list-style-position: inside;
    margin-top: 15px;
}

    ul.fblogin-list li {
        font-size: 12px;
        color: #787878;
        padding: 3px 0;
    }

/*********  footer **********/
footer {
    position: relative;
    width: 100%;
    padding: 3px 0 15px 0;
    margin-top: 20px;
    background: #00a5dd;
}

    footer ul.tumu {
        float: left;
        padding: 10px 20px 10px 20px;
        margin-top: 20px;
        border-radius: 5px;
        background: #015192;
    }

        footer ul.tumu li {
            float: left;
            list-style-type: none;
            font-size: 14px !important;
        }

            footer ul.tumu li a {
                font-size: 13px;
                color: #FFF;
                font-weight: 700;
                text-decoration: none;
            }

                footer ul.tumu li a:hover {
                    color: #00a5dd;
                }

        footer ul.tumu > li + li:before {
            content: ">";
            color: #FFF;
            margin: 5px 5px;
            vertical-align: baseline;
            text-align: center;
        }

    footer .sube_login {
        text-align: center;
        color: #FFF;
        border: 1px solid #FFF;
        padding: 3px 0;
        border-bottom: none;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

        footer .sube_login .btn-logins {
            margin: 5px 20px 0 20px;
            padding: 2px 20px;
            text-align: center;
            background: #ffffff;
            color: #00a5dd;
            border-radius: 20px;
            border: 1px solid transparent;
        }

            footer .sube_login .btn-logins:hover {
                background: #00a5dd;
                color: #FFF;
                border: 1px solid #FFF;
            }

            footer .sube_login .btn-logins:focus {
                background: #00a5dd;
                color: #FFF;
                border: 1px solid #FFF;
            }

    footer .footer_bottom {
        position: relative;
        width: 100%;
        padding: 10px 0;
        background: #015192;
    }

        footer .footer_bottom ul.footer_menu_top {
            padding-top: 20px;
            padding-left: 0;
            list-style-type: none;
            word-wrap: break-word !important;
        }

            footer .footer_bottom ul.footer_menu_top li {
                display: inline-block;
                margin-right: 10px;
            }

                footer .footer_bottom ul.footer_menu_top li a {
                    color: #7eedff;
                    font-weight: 700;
                    text-decoration: none;
                }

                    footer .footer_bottom ul.footer_menu_top li a:hover {
                        color: #FFF;
                        text-decoration: none;
                    }

        footer .footer_bottom ul.footer_menu_bottom {
            padding-top: 0px;
            padding-left: 0;
            list-style-type: none;
        }

            footer .footer_bottom ul.footer_menu_bottom li {
                display: inline-block;
                margin-right: 10px;
            }

                footer .footer_bottom ul.footer_menu_bottom li a {
                    color: #FFF;
                    font-weight: 700;
                    text-decoration: none;
                }

                    footer .footer_bottom ul.footer_menu_bottom li a:hover {
                        color: #7eedff;
                        text-decoration: none;
                    }
/*********  footer **********/


/*********  VD0DEO - BLOG LD0STESD0 **********/

a.video_list_menu {
    display: block;
    margin-top: 5px;
    padding: 15px 1px 15px 90px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    background: #015192 url("../images/icons/video_list.png") left 50px center no-repeat;
}

    a.video_list_menu:hover {
        background: rgba(1, 81, 146, 0.73) url("../images/icons/video_list.png") left 50px center no-repeat;
    }

a.blog_list_menu {
    display: block;
    margin-top: 5px;
    padding: 15px 1px 15px 90px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    background: #62cfe8 url("../images/icons/blog_list.png") left 50px center no-repeat;
}

    a.blog_list_menu:hover {
        background: rgba(1, 81, 146, 0.73) url("../images/icons/blog_list.png") left 50px center no-repeat;
    }

#vb_list {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
}

    #vb_list img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

.white-panel {
    position: absolute;
    background: #FFF;
    *box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    *padding: 5px;
}

    .white-panel h4 a {
        color: #000;
        text-decoration: none;
    }

a.add_comment {
    float: right;
    width: 21px;
    height: 33px;
    padding: 5px 0;
    text-indent: -9999px;
    background: url("../images/icons/add_comment.png") center right no-repeat;
}

a:hover.add_comment {
    background: url("../images/icons/add_comment_h.png") center right no-repeat;
}

a.remove_comment {
    float: right;
    width: 21px;
    height: 33px;
    padding: 5px 0;
    text-indent: -9999px;
    background: url("../images/icons/delete_comment.png") center right no-repeat;
}

a:hover.remove_comment {
    background: url("../images/icons/delete_comment_h.png") center right no-repeat;
}

.new_blogstyle hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.new_blogstyle p {
    text-align: justify;
}

.new_blogstyle .like_count {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
    color: #575757;
    background: url("../images/icons/like_count.png") left center no-repeat;
}

.new_blogstyle .read_count {
    display: inline-block;
    padding-left: 20px;
    color: #575757;
    background: url("../images/icons/read_count.png") left center no-repeat;
}

.new_blogstyle a.btn-read {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 5px 0;
    text-align: center;
    font-size: 15px;
    border-radius: 0;
    *border: 2px solid #acacac;
    background: #00b5de;
    color: #FFF;
}

    .new_blogstyle a.btn-read:hover {
        background: #f59d00;
        color: #FFF;
        *border: 2px solid #acacac;
    }

    .new_blogstyle a.btn-read:focus {
        background: #f59d00;
        color: #FFF;
        *border: 2px solid #acacac;
    }

/*********  VD0DEO - BLOG LD0STESD0 **********/


/*********  VD0DEO - BLOG DETAY **********/

.blog_image {
    position: relative;
    margin: 10px 0;
}

    .blog_image .blog_read_count {
        position: absolute;
        right: 3%;
        bottom: 5%;
        border: 1px solid #FFF;
        border-radius: 10px;
        padding: 2px 15px;
        color: #FFF;
    }

ul.blog_social {
    display: inline-block;
    float: left;
    vertical-align: sub;
    margin-bottom: 0;
    padding: 0;
}

    ul.blog_social li {
        display: inline-block;
        margin-right: 0;
    }

        ul.blog_social li a {
            width: 57px;
            height: 57px;
            overflow: hidden;
            display: block;
            text-indent: -100px;
            background: url("../images/icons/blog_social.png") no-repeat left top transparent;
        }

            ul.blog_social li a:hover {
                opacity: 0.6;
            }

        ul.blog_social li.linkedin a {
            background-position: 0 0;
        }

        ul.blog_social li.facebook a {
            background-position: 0 -57px;
        }

        ul.blog_social li.twitter a {
            background-position: 0 -114px;
        }

        ul.blog_social li.email a {
            background-position: 0 -171px;
        }

.all_read {
    float: left;
    color: #00a5dd;
    font-size: 35px;
    font-weight: 300;
}

.all_read_title {
    float: left;
    color: #00a5dd;
    margin-top: 5px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
}

a.all_like {
    float: left;
    margin-right: 5px;
    color: #00a5dd;
    font-size: 35px;
    font-weight: 300;
    padding-left: 45px;
    text-decoration: none;
    background: url("../images/icons/all_like.png") left center no-repeat;
}

    a.all_like:hover {
        background: url("../images/icons/all_like_active.png") left center no-repeat;
    }

a.all_like_active {
    float: left;
    margin-right: 5px;
    color: #00a5dd;
    font-size: 35px;
    font-weight: 300;
    padding-left: 45px;
    text-decoration: none;
    background: url("../images/icons/all_like_active.png") left center no-repeat;
}

.blog_hr {
    border-top: 1px solid #03A9F4;
    margin-top: 5px;
}

ul.blog_detail_menu {
    padding: 0;
    list-style: none;
}

    ul.blog_detail_menu li a {
        display: block;
        margin-bottom: 5px;
        height: 70px;
        /*line-height: 70px;*/
        padding-left: 60px;
        font-size: 16px;
        font-weight: 700;
        color: #015192;
        border: 1px solid #00aeef;
        border-radius: 5px;
        padding-top:10px;
    }

        ul.blog_detail_menu li a.menuone {
            background: url("../images/icons/expert_consult.png") left 10px center no-repeat;
        }

            ul.blog_detail_menu li a.menuone:hover {
                color: #FFF;
                background: #015192 url("../images/icons/expert_consult_h.png") left 10px center no-repeat;
            }

        ul.blog_detail_menu li a.menutwo {
            background: url("../images/icons/call_you.png") left 10px center no-repeat;
        }

            ul.blog_detail_menu li a.menutwo:hover {
                color: #FFF;
                background: #015192 url("../images/icons/call_you_h.png") left 10px center no-repeat;
            }

        ul.blog_detail_menu li a.menuthree {
            background: url("../images/icons/product_advice.png") left 22px center no-repeat;
        }

            ul.blog_detail_menu li a.menuthree:hover {
                color: #FFF;
                background: #015192 url("../images/icons/product_advice_h.png") left 22px center no-repeat;
            }

    ul.blog_detail_menu li ul {
        width: 100%;
        padding: 10px;
        margin-top: -1px;
        list-style: none;
        border: none;
    }

        ul.blog_detail_menu li ul li a {
            display: block;
            width: 100%;
            margin-bottom: 5px;
            height: 30px;
            line-height: 30px;
            padding: 0 0 0 10px;
            font-size: 16px;
            font-weight: 300;
            color: #015192;
        }

.blog_detail_tabs {
    display: block;
    border: 1px solid #00aeef;
    border-radius: 5px;
}

    .blog_detail_tabs .nav-tabs {
        *border: 1px solid transparent;
    }

    .blog_detail_tabs .nav > li {
        width: 50%;
    }

        .blog_detail_tabs .nav > li > a {
            *padding: 5px 23px;
            text-align: center;
            margin-right: 1px;
            border-radius: 0;
        }

        .blog_detail_tabs .nav > li:last-child > a {
            *padding: 5px 23px;
            text-align: center;
            margin-right: 0px;
            border-radius: 0;
        }

        .blog_detail_tabs .nav > li > a:hover,
        .blog_detail_tabs .nav > li > a:focus {
            background-color: #015192;
            border-radius: 0;
            border: 1px solid #015192;
        }

    .blog_detail_tabs .nav-tabs > li.active > a,
    .blog_detail_tabs .nav-tabs > li.active > a:hover,
    .blog_detail_tabs .nav-tabs > li.active > a:focus {
        background: #015192;
        color: #FFF;
        *border-radius: 5px;
        border: 1px solid #015192;
    }

    .blog_detail_tabs .tab-content {
        padding: 5px;
    }

        .blog_detail_tabs .tab-content ul.tablist_menu {
            display: block;
            padding: 0;
            margin-top: 10px;
            list-style: none;
        }

            .blog_detail_tabs .tab-content ul.tablist_menu li {
                border-bottom: 1px solid #999999;
                padding: 10px 0px 10px 2px;
            }

                .blog_detail_tabs .tab-content ul.tablist_menu li:hover {
                    background: #719cc2;
                }

                    .blog_detail_tabs .tab-content ul.tablist_menu li:hover a {
                        color: #FFF;
                    }

                        .blog_detail_tabs .tab-content ul.tablist_menu li:hover a span {
                            border: 1px solid #FFFFFF;
                        }

                .blog_detail_tabs .tab-content ul.tablist_menu li:last-child {
                    border-bottom: 1px solid transparent;
                    margin-bottom: 0;
                    *padding-bottom: 0;
                }

                .blog_detail_tabs .tab-content ul.tablist_menu li a {
                    color: #999999;
                }

                    .blog_detail_tabs .tab-content ul.tablist_menu li a span {
                        border: 1px solid #999999;
                        border-radius: 10px;
                        padding: 2px 5px;
                    }

.similar_articles h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.similar_articles h5 {
    font-weight: 700;
}

.similar_articles .m-b-small:hover img {
    opacity: 0.6;
}

.similar_articles .m-b-small:hover a {
    color: #015192;
}

.similar_articles .like_count {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
    color: #575757;
    background: url("../images/icons/like_count.png") left center no-repeat;
}

.similar_articles .read_count {
    display: inline-block;
    padding-left: 20px;
    color: #575757;
    background: url("../images/icons/read_count.png") left center no-repeat;
}

a.attact {
    float: left;
    width: 49px;
    height: 59px;
    text-indent: -9999px;
    background: url("../images/icons/attact.png") no-repeat;
}

    a.attact:hover {
        background: url("../images/icons/attact_h.png") no-repeat;
    }

a.add_comment_detail {
    float: left;
    width: 48px;
    height: 59px;
    text-indent: -9999px;
    background: url("../images/icons/add_comment_big.png") no-repeat;
}

    a.add_comment_detail:hover {
        background: url("../images/icons/add_comment_big_h.png") no-repeat;
    }
/*********  VD0DEO - BLOG DETAY **********/



/*** Video List ***/

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    background-color: rgba(0, 136, 222, 0.67);
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    padding: 10px;
}

.cbl-body-top {
    position: absolute;
    width: 100%;
    top: 0px;
    padding: 10px;
}

    .cbl-body-top .cbl-count-views {
        float: left;
        border: 1px solid #FFF;
        color: #FFF;
        border-radius: 10px;
        padding: 2px 15px;
        margin-top: 10px;
    }

    .cbl-body-top .cbl-watch {
        float: right;
        margin-right: 10px;
    }

.cbl-details {
    position: absolute;
    bottom: 10px;
    color: #FFF;
    text-align: left;
}

.video_like_count {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
    color: #575757;
    background: url("../images/icons/like_count.png") left center no-repeat;
}

.video_read_count {
    display: inline-block;
    padding-left: 20px;
    color: #575757;
    background: url("../images/icons/read_count.png") left center no-repeat;
}

/*** Video List ***/


/*** UzmanlarD1mD1z ***/

#experts h2 {
    font-weight: 300;
    font-size: 3em;
    color: #2368a1;
    border-bottom: 2px solid #2368a1;
}

#experts .expert {
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    background: #323538;
}

    #experts .expert:hover {
        background: #005696;
    }

#experts h3 {
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
}

#experts .title {
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    border-radius: 3px;
    background: rgba(0, 165, 221, 0.30);
}

#experts p {
    text-align: left;
    font-weight: 300;
    height: 54px;
}

#experts a.consult {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 20px;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 3px;
}

/*** UzmanlarD1mD1z ***/



/*** etkinlikler ***/
#activities {
    margin-top: 5px;
    padding: 0 10px;
    color: #FFF;
    background: #6b6bb1;
    background: -moz-linear-gradient(top, #6b6bb1 0%, #5c7cab 44%, #5583a9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6b6bb1 0%,#5c7cab 44%,#5583a9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6b6bb1 0%,#5c7cab 44%,#5583a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6bb1', endColorstr='#5583a9',GradientType=0 ); /* IE6-9 */
}

    #activities h2 {
        font-weight: 300;
        font-size: 3em;
        color: #FFF;
        border-bottom: 1px solid #FFF;
    }

    #activities ul {
        padding: 0;
        list-style: none;
    }

        #activities ul li {
            border-bottom: 1px solid #FFF;
            padding: 15px 0;
        }

            #activities ul li .day {
                float: left;
                margin-right: 20px;
                font-size: 3.5em;
                border-radius: 50%;
                text-align: center;
                line-height: 80px;
                width: 80px;
                height: 90px;
                color: #676eb0;
                background: #FFF;
            }

            #activities ul li .content {
                display: block;
            }

            #activities ul li span {
                display: inline-block;
                font-weight: 300;
                padding: 5px 8px;
                border-radius: 5px;
            }

                #activities ul li span.activityone {
                    background: #76aedc;
                }

                #activities ul li span.activitytwo {
                    background: #52d2c0;
                }

                #activities ul li span.activitythree {
                    background: #ddbb00;
                }

            #activities ul li h3 {
                font-size: 18px;
                margin-top: 10px;
            }

    #activities a.activity_add {
        display: block;
        width: 100%;
        height: 100px;
        line-height: 100px;
        border-radius: 5px;
        padding-left: 110px;
        font-size: 20px;
        text-decoration: none;
        font-weight: 300;
        color: #FFF;
        background: #76aedc url("../images/icons/activity_add.png") left 25px center no-repeat;
    }

        #activities a.activity_add:hover {
            background: #f59d00 url("../images/icons/activity_add.png") left 25px center no-repeat;
        }
/*** etkinlikler ***/



/** mypage **/

.mypage_header {
    position: relative;
    width: 100%;
    margin-top: 5px;
    background: #015192;
}

.mypage_search {
    position: relative;
    width: 100%;
}

    .mypage_search .inputtext {
        font-size: 14px;
        width: 100%;
        margin: 10px 0;
        padding: 10px 10px;
        border-radius: 3px;
        border: 1px solid #80a8c9;
        background: transparent;
        color: #FFF;
    }

    .mypage_search .search-btn {
        position: absolute;
        right: 15px;
        top: 17px;
        width: 25px;
        height: 25px;
        border: 0;
        background: url("../images/icons/mysearch.png") no-repeat;
        text-indent: -99999px;
        z-index: 1;
    }

    .mypage_search ::-webkit-input-placeholder {
        color: #FFFFFF;
    }

    .mypage_search :-moz-placeholder { /* Firefox 18- */
        color: #FFFFFF;
    }

    .mypage_search ::-moz-placeholder { /* Firefox 19+ */
        color: #FFFFFF;
    }

    .mypage_search :-ms-input-placeholder {
        color: #FFFFFF;
    }


.styled-select select {
    margin-top: 10px;
    background: transparent;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
}

.styled-select.slate select {
    background: url(../images/icons/list_icon.png) no-repeat right 10px center;
    color: #FFF;
    border: 1px solid #80a8c9;
    height: 38px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
}

.mypage_filter {
    display: block;
    margin-top: 10px;
    padding: 8px 0px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    background: #00a5dd url("../images/icons/filter.png") no-repeat left 10px center;
    text-align: center;
}

    .mypage_filter:hover {
        background: #f59d00 url("../images/icons/filter_h.png") no-repeat left 10px center;
        color: #FFF;
    }

.mypage_title {
    font-weight: 300;
    font-size: 40px;
    padding-bottom: 10px;
    color: #015192;
    border-bottom: 1px solid #015192;
}

/** mypage **/

/** piyasalr **/

#markets {
    margin-top: 5px;
    padding: 0 10px;
    background: #015192;
    color: #FFF;
}

    #markets h2 {
        font-weight: 300;
        font-size: 3em;
        padding-bottom: 5px;
        color: #00a5dd;
        border-bottom: 1px solid #00a5dd;
    }

    #markets ul {
        padding: 0;
        list-style: none;
        margin-bottom: 10px;
    }

        #markets ul li {
            float: left;
            border-bottom: 1px solid #00a5dd;
            padding: 15px 0;
            *height: 100px;
        }

            #markets ul li .day {
                float: left;
                margin-right: 20px;
                padding-top: 10px;
                font-size: 26px;
                border-radius: 0;
                text-align: center;
                width: 90px;
                height: 90px;
                border: 1px solid #0f8ffe;
                color: #FFF;
                background: transparent;
            }

            #markets ul li .content {
                float: left;
                width: 147px;
            }

            #markets ul li span {
                display: inline-block;
                font-weight: 300;
                padding: 5px 8px;
                border-radius: 5px;
            }

                #markets ul li span.activityone {
                    background: #76aedc;
                }

                #markets ul li span.activitytwo {
                    background: #52d2c0;
                }

                #markets ul li span.activitythree {
                    background: #ddbb00;
                }

            #markets ul li h3 {
                font-size: 18px;
                margin-top: 10px;
            }

.markets_chart_tabs {
    display: block;
    border: transparent;
    border-radius: 5px;
}

    .markets_chart_tabs .nav > li > a {
        padding: 15px 30px;
        color: #FFF;
    }

    .markets_chart_tabs .nav-tabs {
        border: 0;
        margin-bottom: 0 !important;
    }

    .markets_chart_tabs .nav > li > a:hover,
    .markets_chart_tabs .nav > li > a:focus {
        background-color: #0b4370;
        border-radius: 0;
        border: 1px solid #0b4370;
    }

    .markets_chart_tabs .nav-tabs > li {
        border-bottom: 1px solid #0b4370 !important;
        padding: 0 !important;
    }

        .markets_chart_tabs .nav-tabs > li.active > a,
        .markets_chart_tabs .nav-tabs > li.active > a:hover,
        .markets_chart_tabs .nav-tabs > li.active > a:focus {
            background: #f59d00;
            color: #FFF;
            border-radius: 0px;
            border: 1px solid #0b4370;
        }

    .markets_chart_tabs .tab-content {
        *padding: 5px;
    }

        .markets_chart_tabs .tab-content ul.tablist_menu {
            display: block;
            padding: 0;
            margin-top: 10px;
            list-style: none;
        }

            .markets_chart_tabs .tab-content ul.tablist_menu li {
                border-bottom: 1px solid #0b4370;
                padding: 10px 0px 10px 2px;
            }

                .markets_chart_tabs .tab-content ul.tablist_menu li:hover {
                    background: #0b4370;
                }

                    .markets_chart_tabs .tab-content ul.tablist_menu li:hover a {
                        color: #FFF;
                    }

                        .markets_chart_tabs .tab-content ul.tablist_menu li:hover a span {
                            border: 1px solid #0b4370;
                        }

                .markets_chart_tabs .tab-content ul.tablist_menu li:last-child {
                    border-bottom: 1px solid transparent;
                    margin-bottom: 0;
                    *padding-bottom: 0;
                }

                .markets_chart_tabs .tab-content ul.tablist_menu li a {
                    color: #999999;
                }

                    .markets_chart_tabs .tab-content ul.tablist_menu li a span {
                        border: 1px solid #999999;
                        border-radius: 0px;
                        padding: 2px 5px;
                    }

.doviz_tab {
    display: block;
    background: rgba(34, 34, 34, 0.1);
    padding: 5px;
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
}

    .doviz_tab b {
        font-weight: 500;
    }

    .doviz_tab .table > tbody > tr > td {
        padding: 15px 8px;
        border-top: 1px solid #206ba7;
    }

    .doviz_tab .table > thead > tr > th {
        border-bottom: none;
        font-weight: 500;
    }

    .doviz_tab .update_time {
        margin-top: 50px;
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
    }


/** piyasalr **/


/** kayD1t ol **/

.sing_up .form-control {
    height: 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    padding-left: 25px;
}

.sname {
    background: url("../images/icons/adsoyad.png") left center no-repeat;
}

.semail {
    background: url("../images/icons/email.png") left center no-repeat;
}

.spass {
    background: url("../images/icons/sifre.png") left center no-repeat;
}

.spassa {
    background: url("../images/icons/sifretekrar.png") left center no-repeat;
}

.smale {
    width: 100%;
    overflow: hidden;
}

    .smale select {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 2px 2px 2px 20px;
        border: none;
        background: transparent url("../images/icons/cinsiyet.png") no-repeat left center;
    }

.kod {
    display: inline-block;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 5px;
    font-size: 16px;
}

.skod {
    display: inline-block;
    width: 100px;
    margin-left: 5px;
    padding-left: 0;
}

/** kayD1t ol **/

/** profilim **/

.profile_title {
    font-weight: 300;
    font-size: 40px;
    padding-bottom: 10px;
    color: #015192;
    border-bottom: 1px solid #015192;
}

.profile_content {
    display: block;
    width: 100%;
    height: 70px;
    margin: 10px 0;
    color: #FFF;
    border-radius: 5px;
    padding: 15px 10px;
    background: #015192;
}


.btn-bireysel {
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    background: #00a5dd;
    color: #FFF;
    border-radius: 6px;
    border: 1px solid #00a5dd;
}

    .btn-bireysel:hover {
        background: #f59d00;
        color: #FFFFFF;
        border: 1px solid #f59d00;
    }

    .btn-bireysel:focus {
        background: #f59d00;
        color: #FFFFFF;
        border: 1px solid #f59d00;
    }

.btn-kurumsal {
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    background: #f59d00;
    color: #FFF;
    border-radius: 6px;
    border: 1px solid #f59d00;
}

    .btn-kurumsal:hover {
        background: #00a5dd;
        color: #FFFFFF;
        border: 1px solid #00a5dd;
    }

    .btn-kurumsal:focus {
        background: #00a5dd;
        color: #FFFFFF;
        border: 1px solid #00a5dd;
    }

#file {
    display: none;
    float: right;
}
/** profilim **/


@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    
}

@media (max-width: 769px) {
    .navbar-default .container {
        padding-left: 15px !important;
    }

    .navbar-collapse {
        padding-left: 15px !important;
    }

    .bx-controls {
        display: none;
    }

    ul.home_right_menu {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

ul.menu_alt {
    padding-left: 0;
    list-style: none;
}

    ul.menu_alt li {
        padding: 10px;
        background: #00a5dd;
        margin-bottom: 5px;
        color: #FFF;
        cursor: pointer;
    }

        ul.menu_alt li:hover {
            background: #f59d00;
        }

.contentDiv {
    font-size: 14px !important;
    color: #333;
}

    .contentDiv h3 {
        font-size: 16px !important;
        font-weight: bold;
        color: #0580bc;
    }


/* EK */
.ib-container .article {
    position: relative;
}

.article .overbox {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
}

.article:hover .overbox {
    opacity: 1;
}

.article .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

    .article .overtext a {
        color: #fff !important;
    }

    .article .overtext p {
        font-size: 14px;
    }

/*
.article .content_title {
    opacity: 0;
    color: #FFF !important;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.article:hover .content_title, .article:focus .content_title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
*/

.article .content_title {
    position: absolute;
    bottom: 0px;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
    color: #FFF !important;
    background: rgba(0,0,0,0.5);
    padding: 5px;
}

    .article .content_title a {
        color: #fff;
    }

    .article .content_title h5 {
        font-size: 16px;
    }

    .article .content_title h6 {
        font-size: 14px;
    }

.article:hover .content_title,
.article:focus .content_title {
    bottom: 85px;
    opacity: 1;
}

.article .content_tagline {
    color: #fff !important;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    padding: 5px;
    background: rgba(0,0,0,0.5);
}

.article:hover .content_tagline, .article:focus .content_tagline {
    opacity: 0.85;
    /*background-color: #00a5dd;*/
    background-color: #333;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.contentType {
    position: absolute;
    z-index: 10000;
    left:0;
    top:0;
    background-color:#03A9F4;
    color:#fff;
    padding:6px;
    opacity:0.4; 
    border-radius:10%;
}
.contentType2 {
    position: absolute;
    z-index: 10000;
    left:5px;
    top:5px;
    background-color:#03A9F4;
    color:#fff;
    padding:6px;
    opacity:0.4; 
    border-radius:10%;
}

.contentCompleted {
    position: absolute;
    z-index: 10000;
    left: 165px;
    top: 60px;
    background-color: white;
    color: green;
    padding: 6px;
    opacity: 0.6;
    border-radius: 10%;
}

.contentCompleted2 {
    position: absolute;
    z-index: 10000;
    right: 0px;
    bottom: 0px;
    background-color:#fff;
    color:green;
    padding: 5px;
    opacity: 0.5;
    border-radius: 0%;
}

/*
.contentType:hover {
    color: #666;    
}
*/
.cbp-caption-defaultWrap:hover
{
    background-color:red;
}
