<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto&amp;subset=latin-ext');

body {
    background-image: url(../img/body-bg.png);
    font-family: 'Roboto', sans-serif;
}

a {
    color: #333;
    text-decoration: none;
}

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

.testListHead {
    -webkit-box-shadow: 1px 11px 13px -11px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 11px 13px -11px rgba(0,0,0,0.35);
    box-shadow: 1px 11px 13px -11px rgba(0,0,0,0.35);
}

.toptop {
    width: 100%;
    background-color: #2d2e4f;
}

label.error {
    line-height: 15px;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: bold;
}


.topSosyalMedya {
    padding: 0px;
}

    .topSosyalMedya li {
        list-style: none;
        float: left;
        margin-right: 10px
    }

        .topSosyalMedya li a {
            color: #fff;
            text-decoration: none;
        }

            .topSosyalMedya li a .fa {
                font-size: 24px;
            }

.siteLogo {
    margin-right: 50px;
    position: absolute;
}

.navbar-nav {
}

@media only screen and (max-width: 1024px) {
    .siteLogo {
        width: 150px;
        position: relative;
    }

    .navbar-nav {
        padding-top: 40px;
        padding-left: 0px;
    }
}


.fotoParent {
    position: relative;
    overflow: hidden;
    /*border-bottom: 5px solid #f5f5f5;
    border-top: 5px solid #f5f5f5;*/
}

.fotoItem {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footMenu {
    padding: 0px;
    margin: 0px;
}

    .footMenu li {
        list-style: none;
        margin: 5px;
    }

        .footMenu li a {
            color: #999;
            font-size: 14px;
        }

.sosyalMedya {
    padding: 0px;
    margin: 0px;
}

    .sosyalMedya li {
        float: left;
        list-style: none;
        margin: 5px;
    }

        .sosyalMedya li a {
            color: #fff;
            font-size: 35px;
        }

#divFooter h3 {
    color: #fff;
    margin: 5px;
    font-size: 22px;
    padding-bottom: 20px;
}


#divFooter p {
    color: #999;
    font-size: 12px;
}

.topMenu {
    width: 100%;
    z-index: 999;
    background: #f69420;
    -webkit-box-shadow: 10px 10px 21px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 21px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 21px -8px rgba(0,0,0,0.75);
}

.menuParent {
    padding-left: 150px;
}

.footerTop {
    width: 100%;
    background: #f69420;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 60px;
    margin-top: 100px;
    line-height: 60px;
}

.footerSecondTop {
    width: 100%;
    background: #2B2C41;
    text-align: center;
    color: #fff;
    font-size: 15px;
    min-height: 60px;
    padding: 20px 0;
    line-height: 30px;
}
.footerSecondTop img{
    max-width:100%;
}

.dilMenu {
    padding: 0px;
}

    .dilMenu li {
        float: left;
        list-style: none;
        padding: 5px;
    }

        .dilMenu li a img {
            width: 30px;
        }



/* CSS used here will be applied after bootstrap.css */
.menu-ico-collapse {
    margin-left: 4px;
}

.list-group-submenu .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-submenu .list-group-item:last-child {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.kitaplist {
    width:100%;
    float:left;
}

    .kitaplist .kitap {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .kitaplist .tumu {
        width: 100%;
    }

    .kitaplist .tumu a {
        text-align:center;
    }

        .kitaplist .tumu .kitapDiv {
            border: 3px solid #ffc107;
            border-radius: 10px;
            min-height: 100px;
        }

        .kitaplist .tumu a .icon {
            display: block;
            margin-top: 4px;
            color: #ffc107;
        }

        .kitaplist .tumu a .text {
            display: block;
        }

/*KİTAP DİV*/
.kitapDiv {
    margin-bottom: 30px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 420px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.75);
    overflow: hidden;
    transition: all .2s ease-in-out;
}

    .kitapDiv a {
        text-decoration: none;
        display: block;
    }

.kitapKategori {
    position: absolute;
    left: 9px;
    top: 9px;
    color: #333;
    font-weight: bold;
    background-color: #ffc107;
    padding: 5px 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 4px 4px 14px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 14px -4px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 14px -4px rgba(0,0,0,0.75);
}

.kitapResim {
    margin: 0 auto;
    height: 280px;
}

.kitapAdi {
    height: 60px;
    overflow: hidden;
    display: block;
    line-height: 25px;
    transition: all .2s ease-in-out;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    z-index: 2;
}

.kitapDiv.tumu .kitapAdi {
    border-top: none;
    padding: 10px 0;
}

.kitapDiv.tumu .kitapResim {
    margin: 0 auto;
    height: 328px;
}

.kitapDiv:hover {
    transform: scale(1.1);
}

    .kitapDiv:hover .kitapAdi {
        overflow: visible;
        transition: all .2s ease-in-out;
        line-height: 18px;
        padding-bottom: 4px;
    }

.kitapDiv .islemler {
    margin: 0;
    padding: 10px 0 0 0;
    height: 45px;
}

    .kitapDiv .islemler li {
        list-style: none;
        float: left;
    }

        .kitapDiv .islemler li &gt; a.btn {
            width: 100%
        }

        .kitapDiv .islemler li:first-child:nth-last-child(1) {
            width: 100%;
        }

        .kitapDiv .islemler li:first-child:nth-last-child(2),
        .kitapDiv .islemler li:first-child:nth-last-child(2) ~ li {
            width: 49%;
            margin-right: 1px;
        }

        .kitapDiv .islemler li:first-child:nth-last-child(3),
        .kitapDiv .islemler li:first-child:nth-last-child(3) ~ li {
            width: 32%;
            margin-right: 2px;
            max-width: 32%;
        }

.kitapDivV2 {
    margin-bottom: 30px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 360px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.75);
    overflow: hidden;
    transition: all .2s ease-in-out;
}

    .kitapDivV2:hover {
        transform: scale(1.1);
    }

        .kitapDivV2:hover .kitapAdi {
            overflow: visible;
            transition: all .2s ease-in-out;
            line-height: 18px;
            padding-bottom: 4px;
        }

.kitapDivV2 .islemler {
    margin: 0;
    padding: 10px 0 0 0;
    height: 45px;
}

    .kitapDivV2 .islemler li {
        list-style: none;
        float: left;
    }

        .kitapDivV2 .islemler li &gt; a.btn {
            width: 100%
        }

        .kitapDivV2 .islemler li:first-child:nth-last-child(1) {
            width: 100%;
        }

        .kitapDivV2 .islemler li:first-child:nth-last-child(2),
        .kitapDivV2 .islemler li:first-child:nth-last-child(2) ~ li {
            width: 49%;
            margin-right: 1px;
        }

        .kitapDivV2 .islemler li:first-child:nth-last-child(3),
        .kitapDivV2 .islemler li:first-child:nth-last-child(3) ~ li {
            width: 32%;
            margin-right: 2px;
            max-width: 32%;
        }
/*end - KİTAP DİV*/

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 19px;
    color: #272727;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    padding: 0 15px 0 30px;
}

    ol::-webkit-scrollbar {
        width: 1.5em;
    }

    ol::-webkit-scrollbar-track {
        height: 3em;
        -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
    }

    ol::-webkit-scrollbar-thumb {
        border-radius: 1.5em;
        background-color: #24607d;
    }


.rounded-list .listItem {
    min-height: 5em;
    position: relative;
    display: block;
    padding: 1em 1em 1em 3em;
    margin: .5em 0;
    background: #ddd;
    display: table-cell;
    vertical-align: middle;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .rounded-list .listItem {
        min-height: 6em;
    }
}

.rounded-list:nth-child(3n+1) li {
    /*margin-left: 1%;*/
}

.rounded-list li:nth-child(3n+2) .listItem {
    margin-right: 12%;
}

.rounded-list li:nth-child(3n+1) .listItem {
    margin-right: 12%;
}

.rounded-list .listItem:hover {
    background: #eee;
}

    .rounded-list .listItem:hover:before {
        transform: rotate(360deg);
    }

.rounded-list .listItem:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.5em;
    top: 50%;
    margin-top: -1.5em;
    background: #24607d;
    height: 3em;
    width: 3em;
    line-height: 2.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 3em;
    transition: all .3s ease-out;
    color: white;
}




.listItem div {
    font-size: 2em;
    margin-top: -0.3em;
}

.optikBtn {
    background-color: orange;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 58px;
    border: 1px solid #fff;
    border-radius: 5px;
    top: 29px;
    padding: 2px 0;
    position: absolute;
    right: 29px;
}




.rounded-list .listItem {
    height: 3em;
    position: relative;
    display: block;
    padding: 1em 1em 1em 1em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

    .rounded-list .listItem:hover {
        background: #eee;
    }

        .rounded-list .listItem:hover:before {
            transform: rotate(360deg);
        }

    .rounded-list .listItem:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.5em;
        top: 50%;
        margin-top: -1.5em;
        background: #24607d;
        height: 3em;
        width: 3em;
        line-height: 2.5em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: 700;
        border-radius: 3em;
        transition: all .3s ease-out;
        color: white;
    }

.listItem div {
    font-size: 2em;
    margin-top: -0.3em;
}





/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group &gt; a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group &gt; a .glyphicon,
            div.bhoechie-tab-menu div.list-group &gt; a .fa {
                color: #5A55A3;
            }

            div.bhoechie-tab-menu div.list-group &gt; a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group &gt; a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group &gt; a.active,
            div.bhoechie-tab-menu div.list-group &gt; a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group &gt; a.active .fa {
                background-color: #5A55A3;
                background-image: #5A55A3;
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group &gt; a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #5A55A3;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 14px;
    }

    .nav-item {
        border-right: 1px solid #f9ad52;
    }
}


@media (min-width: 768px) {
    .kitaplist .kitap {
        max-width: 22%;
    }
    .kitaplist .tumu {
        max-width: 12%;
    }
        .kitaplist .tumu a .icon{
            margin-top:134px
        }

        .kitaplist .tumu .kitapDiv{
            min-height:420px;
        }
}







/* ****************BOXES******************** */
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #e0a800;
}

html .featured-box-primary .box-content {
    border-top-color: #e0a800;
}
.list.list-icons li .fa, .list.list-icons li .icons {
    color: #e0a800;
    border-color: #e0a800;
}
/* Featured Box */
.featured-box {
    background: #F5F5F5;
    background: -webkit-linear-gradient( top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

    .featured-box h4 {
        font-size: 1.3em;
        font-weight: 400;
        letter-spacing: -0.7px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .featured-box .box-content {
        border-radius: 8px;
        border-top: 1px solid #CCC;
        border-top-width: 4px;
        padding: 30px 30px 10px 30px;
        position: relative;
        top: -1px;
    }

    .featured-box .learn-more {
        display: block;
        margin-top: 10px;
    }

/* Featured Box Left */
.featured-box-text-left {
    text-align: left;
}

/* Featured Boxes - Flat */
.featured-boxes-flat .featured-box {
    box-shadow: none;
    margin: 10px 0;
}

    .featured-boxes-flat .featured-box .box-content {
        background: #FFF;
        margin-top: 65px;
    }

    .featured-boxes-flat .featured-box .icon-featured {
        display: inline-block;
        font-size: 38px;
        height: 90px;
        line-height: 90px;
        padding: 0;
        width: 90px;
        margin: -100px 0 -15px;
        position: relative;
        top: -37px;
    }

/* Featured Boxes - Style 2 */
.featured-boxes-style-2 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none;
}

    .featured-boxes-style-2 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .featured-boxes-style-2 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        line-height: 75px;
        padding: 0;
        width: 75px;
        margin-top: 0;
    }

/* Featured Boxes - Style 3 */
.featured-boxes-style-3 .featured-box {
    margin: 10px 0;
}

    .featured-boxes-style-3 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        line-height: 75px;
        padding: 0;
        width: 75px;
        margin-top: -35px;
        background: #FFF;
        border: 3px solid #CCC;
        color: #CCC;
        line-height: 68px;
    }

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
}

    .featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

/* Featured Boxes - Style 4 */
.featured-boxes-style-4 .featured-box {
    background: none;
    border: 0;
    margin: 10px 0;
    box-shadow: none;
}

    .featured-boxes-style-4 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .featured-boxes-style-4 .featured-box .icon-featured {
        display: inline-block;
        font-size: 40px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        width: 45px;
        margin-top: 0;
        margin-bottom: 10px;
        background: transparent;
        color: #CCC;
        border-radius: 0;
    }

/* Featured Boxes - Style 5, 6 and 7 */
.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 10px 0;
}

    .featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4 {
            color: #2e353e;
        }

    .featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        padding: 0;
        width: 75px;
        margin-top: 0;
        margin-bottom: 10px;
        background: #FFF;
        border: 1px solid #dfdfdf;
        color: #777;
        line-height: 73px;
    }

    /* Featured Boxes - Style 6 */
    .featured-boxes-style-6 .featured-box .icon-featured {
        border: 1px solid #cecece;
        color: #777;
    }

        .featured-boxes-style-6 .featured-box .icon-featured:after {
            border: 5px solid #f4f4f4;
            border-radius: 50%;
            box-sizing: initial;
            content: "";
            display: block;
            height: 100%;
            left: -6px;
            padding: 1px;
            position: absolute;
            top: -6px;
            width: 100%;
        }

    /* Featured Boxes - Style 7 */
    .featured-boxes-style-7 .featured-box .icon-featured {
        border: 1px solid #dfdfdf;
        color: #777;
    }

/* Featured Boxes - Style 8 */
.featured-boxes-style-8 .featured-box .icon-featured {
    display: inline-block;
    font-size: 50px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin: -15px -15px 0 0;
    background: #FFF;
    line-height: 73px;
    border: 0;
    color: #777;
}

    .featured-boxes-style-8 .featured-box .icon-featured:after {
        display: none;
    }

/* Featured Boxes */
.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;
}

/* Effects */
.featured-box-effect-1 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #FFF;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(1);
    opacity: 0;
}

.featured-box-effect-1:hover .icon-featured:after {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
}

.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #FFF;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}

.featured-box-effect-2:hover .icon-featured:after {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1;
}

.featured-box-effect-3 .icon-featured:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 10px #FFF;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.9);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.9);
    opacity: 0;
}

.featured-box-effect-3:hover .icon-featured {
    color: #FFF !important;
}

    .featured-box-effect-3:hover .icon-featured:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

.featured-box-effect-4 .icon-featured {
    -webkit-transition: -webkit-transform 0.2s, transform 0.2s;
    -moz-transition: -moz-transform 0.2s, transform 0.2s;
    transition: transform 0.2s, transform 0.2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.featured-box-effect-4:hover .icon-featured {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.featured-box-effect-5 .icon-featured {
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.featured-box-effect-5:hover .icon-featured {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

.featured-box-effect-6 .icon-featured:after {
    -webkit-transition: all 0.2s, -webkit-transform 0.2s;
    -moz-transition: all 0.2s, -moz-transform 0.2s;
    transition: all 0.2s, transform 0.2s;
}

.featured-box-effect-6:hover .box-content .icon-featured:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-box-effect-7 .icon-featured:after {
    opacity: 0;
    box-shadow: 3px 3px #d5d5d5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    left: 0;
    top: -1px;
}

.featured-box-effect-7:hover .icon-featured:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.featured-box-effect-7 .icon-featured:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.featured-box-effect-7:hover .icon-featured:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Feature Box */
.feature-box {
    clear: both;
}

    .feature-box .feature-box-icon {
        background: #CCC;
        border-radius: 35px;
        color: #FFF;
        display: inline-block;
        float: left;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
        position: relative;
        text-align: center;
        top: 5px;
        width: 35px;
    }

    .feature-box .feature-box-info {
        padding-left: 50px;
    }

    /* Style 2 */
    .feature-box.feature-box-style-2 h4 {
        color: #1d2127;
    }

    .feature-box.feature-box-style-2 .feature-box-icon {
        background: transparent;
        width: 50px;
        height: 50px;
    }

        .feature-box.feature-box-style-2 .feature-box-icon i.fa,
        .feature-box.feature-box-style-2 .feature-box-icon i.icons {
            font-size: 28px;
        }

    .feature-box.feature-box-style-2 .feature-box-info {
        padding-left: 60px;
    }

    /* Style 3 */
    .feature-box.feature-box-style-3 h4 {
        color: #1d2127;
    }

    .feature-box.feature-box-style-3 .feature-box-icon {
        border: 1px solid #CCC;
        background: transparent;
        line-height: 32px;
    }

        .feature-box.feature-box-style-3 .feature-box-icon i.fa,
        .feature-box.feature-box-style-3 .feature-box-icon i.icons {
            color: #CCC;
        }

    /* Style 4 */
    .feature-box.feature-box-style-4 h4 {
        color: #1d2127;
    }

    .feature-box.feature-box-style-4 .feature-box-icon {
        background: transparent;
        padding-bottom: 10px;
        height: auto;
        width: auto;
        float: none;
    }

        .feature-box.feature-box-style-4 .feature-box-icon i.fa,
        .feature-box.feature-box-style-4 .feature-box-icon i.icons {
            font-size: 38px;
        }

    .feature-box.feature-box-style-4 .feature-box-info {
        clear: both;
        padding-left: 0;
    }

    /* Style 5 */
    .feature-box.feature-box-style-5 h4 {
        color: #1d2127;
    }

    .feature-box.feature-box-style-5 .feature-box-icon {
        background: transparent;
        width: 74px;
        height: 74px;
    }

        .feature-box.feature-box-style-5 .feature-box-icon i.fa,
        .feature-box.feature-box-style-5 .feature-box-icon i.icons {
            font-size: 44px;
        }

    .feature-box.feature-box-style-5 .feature-box-info {
        padding-left: 84px;
    }

    /* Style 6 */
    .feature-box.feature-box-style-6 h4 {
        color: #1d2127;
    }

    .feature-box.feature-box-style-6 .feature-box-icon {
        border: 1px solid #cecece;
        background: transparent;
        line-height: 32px;
    }

        .feature-box.feature-box-style-6 .feature-box-icon:after {
            border: 3px solid #f4f4f4;
            border-radius: 50%;
            box-sizing: initial;
            content: "";
            display: block;
            height: 100%;
            left: -4px;
            padding: 1px;
            position: absolute;
            top: -4px;
            width: 100%;
        }

        .feature-box.feature-box-style-6 .feature-box-icon i.fa,
        .feature-box.feature-box-style-6 .feature-box-icon i.icons {
            color: #a9a9a9;
        }

/* Reverse */
@media (min-width: 992px) {
    .feature-box.reverse {
        text-align: right;
    }

        .feature-box.reverse .feature-box-info {
            padding-right: 50px;
            padding-left: 0;
        }

        .feature-box.reverse .feature-box-icon {
            float: right;
            margin-right: 0;
            margin-left: 10px;
        }

        .feature-box.reverse.feature-box-style-2 .feature-box-info {
            padding-right: 60px;
        }

        .feature-box.reverse.feature-box-style-4 .feature-box-info {
            padding-right: 0;
        }

        .feature-box.reverse.feature-box-style-5 .feature-box-info {
            padding-right: 84px;
        }
}
/* Full Width */
.featured-boxes-full {
    width: 100%;
}

    .featured-boxes-full &gt; [class*="col-"] {
        padding: 0;
    }

    .featured-boxes-full .featured-box-full {
        text-align: center;
        padding: 55px;
    }

        .featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a {
            color: #FFF;
            padding: 0;
            margin: 0;
        }

        .featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full .fa {
            font-size: 55px;
            margin-bottom: 15px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        }

        .featured-boxes-full .featured-box-full p {
            padding-top: 12px;
            opacity: 0.8;
        }

/* Heading */
.heading.heading-border {
    margin-bottom: 25px;
}

    .heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
        margin: 0;
        padding: 0;
    }

.heading.heading-bottom-border h1 {
    border-bottom: 5px solid #DBDBDB;
    padding-bottom: 10px;
}

.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
    border-bottom: 2px solid #DBDBDB;
    padding-bottom: 10px;
}

.heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 5px;
}

.heading.heading-bottom-double-border h1, .heading.heading-bottom-double-border h2, .heading.heading-bottom-double-border h3 {
    border-bottom: 3px double #DBDBDB;
    padding-bottom: 10px;
}

.heading.heading-bottom-double-border h4, .heading.heading-bottom-double-border h5, .heading.heading-bottom-double-border h6 {
    border-bottom: 3px double #DBDBDB;
    padding-bottom: 5px;
}

.heading.heading-middle-border {
    position: relative;
}

    .heading.heading-middle-border:before {
        border-top: 1px solid #DBDBDB;
        content: "";
        height: 0;
        left: auto;
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
    }

    .heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
        position: relative;
        background: #FFF;
        display: inline-block;
    }

    .heading.heading-middle-border h1 {
        padding-right: 15px;
    }

    .heading.heading-middle-border h2, .heading.heading-middle-border h3 {
        padding-right: 10px;
    }

    .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
        padding-right: 5px;
    }

.heading.heading-middle-border-reverse {
    text-align: right;
}

    .heading.heading-middle-border-reverse h1, .heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3, .heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
        padding-right: 0;
    }

    .heading.heading-middle-border-reverse h1 {
        padding-left: 15px;
    }

    .heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3 {
        padding-left: 10px;
    }

    .heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
        padding-left: 5px;
    }

.heading.heading-middle-border-center {
    text-align: center;
}

    .heading.heading-middle-border-center h1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .heading.heading-middle-border-center h2, .heading.heading-middle-border-center h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .heading.heading-middle-border-center h4, .heading.heading-middle-border-center h5, .heading.heading-middle-border-center h6 {
        padding-left: 5px;
        padding-right: 5px;
    }

.heading.heading-border-xs:before {
    border-top-width: 1px;
}

.heading.heading-border-sm:before {
    border-top-width: 2px;
}

.heading.heading-border-lg:before {
    border-top-width: 3px;
}

.heading.heading-border-xl:before {
    border-top-width: 5px;
}

.align-right {
    text-align: right !important;
}

/* List */
.list li {
    margin-bottom: 13px;
}

.list.pull-left li {
    text-align: left;
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

    .list.list-icons li {
        position: relative;
        padding-left: 25px;
    }

        .list.list-icons li .fa, .list.list-icons li .icons {
            position: absolute;
            left: 0;
            top: 5px;
        }

    .list.list-icons.list-icons-style-2 li {
        padding-top: 5px;
        padding-left: 36px;
    }

        .list.list-icons.list-icons-style-2 li .fa, .list.list-icons.list-icons-style-2 li .icons {
            border-width: 1px;
            border-style: solid;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            padding: 4px;
        }

    .list.list-icons.list-icons-style-3 li {
        padding-top: 5px;
        padding-left: 36px;
    }

        .list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
            color: #FFF;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            padding: 5px;
        }

    .list.list-icons.list-icons-sm li {
        padding-left: 13px;
        margin-bottom: 5px;
    }

        .list.list-icons.list-icons-sm li .fa, .list.list-icons.list-icons-sm li .icons {
            font-size: 0.8em;
            top: 7px;
        }

    .list.list-icons.list-icons-sm.list-icons-style-2 li {
        padding-left: 32px;
    }

        .list.list-icons.list-icons-sm.list-icons-style-2 li .fa, .list.list-icons.list-icons-sm.list-icons-style-2 li .icons {
            width: 20px;
            height: 20px;
            padding: 3px;
        }

    .list.list-icons.list-icons-sm.list-icons-style-3 li {
        padding-left: 32px;
    }

        .list.list-icons.list-icons-sm.list-icons-style-3 li .fa, .list.list-icons.list-icons-sm.list-icons-style-3 li .icons {
            width: 20px;
            height: 20px;
            padding: 3px;
        }

    .list.list-icons.list-icons-lg li {
        padding-top: 5px;
        padding-left: 32px;
    }

        .list.list-icons.list-icons-lg li .fa, .list.list-icons.list-icons-lg li .icons {
            font-size: 1.3em;
        }

    .list.list-icons.list-icons-lg.list-icons-style-2 li {
        padding-top: 8px;
        padding-left: 42px;
    }

        .list.list-icons.list-icons-lg.list-icons-style-2 li .fa, .list.list-icons.list-icons-lg.list-icons-style-2 li .icons {
            width: 30px;
            height: 30px;
            padding: 4px;
        }

    .list.list-icons.list-icons-lg.list-icons-style-3 li {
        padding-top: 8px;
        padding-left: 42px;
    }

        .list.list-icons.list-icons-lg.list-icons-style-3 li .fa, .list.list-icons.list-icons-lg.list-icons-style-3 li .icons {
            width: 30px;
            height: 30px;
            padding: 4px;
        }

    .list.list-icons.list-icons-reverse li {
        text-align: right;
        padding-right: 25px;
        padding-left: 0;
    }

        .list.list-icons.list-icons-reverse li .fa, .list.list-icons.list-icons-reverse li .icons {
            position: absolute;
            left: auto;
            right: 0;
            top: 5px;
        }

    .list.list-icons.list-icons-reverse.list-icons-style-2 li {
        padding-right: 36px;
    }

    .list.list-icons.list-icons-reverse.list-icons-style-3 li {
        padding-right: 36px;
    }

    .list.list-icons.list-icons-reverse.list-icons-sm li {
        padding-left: 0;
        padding-right: 13px;
    }

    .list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
        padding-right: 32px;
    }

    .list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
        padding-right: 32px;
    }

    .list.list-icons.list-icons-reverse.list-icons-lg li {
        padding-left: 0;
        padding-right: 32px;
    }

    .list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
        padding-right: 42px;
    }

    .list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
        padding-right: 42px;
    }

.list.list-borders li {
    border-bottom: 1px solid #DBDBDB;
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px;
}

    .list.list-borders li:last-child {
        border-bottom: 0;
    }

.list.list-side-borders {
    border-left: 1px solid #DBDBDB;
    padding-left: 10px;
}

.list.list-ordened {
    counter-reset: custom-counter;
    list-style: none;
}

    .list.list-ordened li {
        position: relative;
        padding-left: 22px;
    }

        .list.list-ordened li:before {
            position: absolute;
            top: 0;
            left: 0;
            content: counter(custom-counter);
            counter-increment: custom-counter;
            font-weight: bold;
        }

    .list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
        padding-left: 32px;
    }

        .list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
            border-radius: 100%;
            border-style: solid;
            border-width: 1px;
            min-width: 26px;
            padding: 0;
            text-align: center;
        }

        .list.list-ordened.list-ordened-style-3 li:before {
            color: #FFF;
            border: 0;
        }

.list.list-unstyled {
    padding-left: 0;
    padding-right: 0;
}

#loginFormIndex div a {
    font-size: 14px;
    margin-right:16px;
}

.btncolor {
    text-align: center;
    height: 80px;
    display: block;
    padding: 10px;
    border-radius: 10px;
    line-height: 23px;
    font-size: 15px;
}

.btncolor2 {
    text-align: center;
    height: 166px;
    display: block;
    padding: 30px;
    border-radius: 10px;
    line-height: 23px;
    font-size: 15px;
}

.btncolor2.small {
    height: 110px;
    padding:15px;
}

.color-red1 {
    color: #fff;
    background-color: #ff4040;
    border-color: #ff4040;
}
    .color-red1:hover {
        color: #fff;
        background-color: #f26b6b;
    }
.color-red2 {
    color: #fff;
    background-color: #b71a1a;
    border-color: #b71a1a;
}
    .color-red2:hover {
        color: #fff;
        background-color: #9b0a0a;
    }

.color-red3 {
    color: #fff;
    background-color: #800202;
    border-color: #800202;
}
    .color-red3:hover {
        color: #fff;
        background-color: #ca0d0d;
    }

.color-blue1 {
    color: #fff;
    background-color: #2FCFC1;
    border-color: #2FCFC1;
}

    .color-blue1:hover {
        color: #fff;
        background-color: #50DFD3;
    }

.color-blue2 {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .color-blue2:hover {
        color: #fff;
        background-color: #29cce6;
    }

.color-blue3 {
    color: #fff;
    background-color: #085952;
    border-color: #085952;
}

    .color-blue3:hover {
        color: #fff;
        background-color: #11a497;
    }

.color-blue4 {
    color: #fff;
    background-color: #330066;
    border-color: #330066;
}

    .color-blue4:hover {
        color: #fff;
        background-color: #250446;
    }

.color-orange1 {
    color: #fff;
    background-color: #fb7f1f;
    border-color: #fb7f1f;
}

    .color-orange1:hover {
        color: #fff;
        background-color: #bf5d11;
    }

#loginFormTop .btn-login-submit {
    padding: 0px 5px;
    border-radius: 5px;
    background-color: #484969;
    color: #fff;
}

#loginFormTop .login-link {
    font-size: 11px;
    margin-left: 5px;
    color: #fff;
    padding-left: 5px;
    line-height: 12px;
    margin-top: 3px;
    width:130px;
}
#loginFormTop .login-link2 {
    font-size: 15px;
    margin-left: 5px;
    color: #fff;
    padding-left: 5px;
    line-height: 12px;
    margin-top: 9px;
    width: auto;
}

#loginFormTop .login-link:hover{
    color:#DBDBDB;
}

.btn-full{
    width:100%;
}
.btn-height {
    height: 45px;
    line-height: 30px;
    font-size: 17px !important;
}

#loginFormTop a {
    width: auto;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}
.toptop .user-icon{
    padding-top:5px;
}
.toptop .user-icon .fa-user-circle {
    color: #fff;
    font-size: 25px;
}

.toptop .dropdown{
    display: inline-block;
}
.toptop .dropdown .dropdownMenuButton{
    line-height: 1.2;
}

@media (min-width: 1024px) {
    .user-menu{
        text-align:right;
    }
}

.divcenter {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
}
.topSosyalMedya {
    display: inline;
}

@media (max-width: 757px) {
    .user-menu {
        text-align: center;
    }
    .dropdown {
        margin-bottom: 10px;
    }
}

.img-responsive {
    max-width: 100%;
    height: auto;
}</pre></body></html>