/* fonts */
@font-face {
    font-family: 'brandon_grotesque';
    src: url('/fonts/brandon_light-webfont.eot');
    src: url('/fonts/brandon_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/brandon_light-webfont.woff2') format('woff2'),
    url('/fonts/brandon_light-webfont.woff') format('woff'),
    url('/fonts/brandon_light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque';
    src: url('/fonts/brandon_reg-webfont.eot');
    src: url('/fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/brandon_reg-webfont.woff2') format('woff2'),
    url('/fonts/brandon_reg-webfont.woff') format('woff'),
    url('/fonts/brandon_reg-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesque';
    src: url('/fonts/brandon_bld-webfont.eot');
    src: url('/fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/brandon_bld-webfont.woff2') format('woff2'),
    url('/fonts/brandon_bld-webfont.woff') format('woff'),
    url('/fonts/brandon_bld-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

h1,h2,h3 {
    font-weight: 400;
}



#page {
    background: #fff none repeat scroll 0 0;
    max-width: 970px;
    z-index: 10;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    margin-top: 100px; /*340px;*/
}
body {
    /*background: url(/images/bg2.jpg) repeat scroll center 40px;*/
    /*background-color: #efefef;*/
    font-family: brandon_grotesque, sans-serif;
    font-size: 16px;
}
.navbar-wrapper > .container {
    max-width: 970px;
    padding-left: 0;
    padding-right: 0;
}


#sidebar {
    background-color: #EEEEEE;
    border-left: 1px solid #c0c0c0;
    padding-bottom: 4000px;
    margin-bottom: -4000px;
}
#mainrow {
    overflow-y: hidden;
    background-color: #343434;
}
#main {
    background-color: #343434;
}
#main h3 {
    color: #ffc648;
}
.sectiontitle {
    border-bottom: solid silver 1px;
}
#subscribe {
    padding-bottom: 15px;
}

/* kitap liste */
.kitapls {
    padding-bottom: 15px;
}
.kitapls .tmb {
    background-color: #f3f3f3;
    padding: 6px;
    overflow: hidden;
}
.tmb > a {
    display: block;
    position: relative;
}
.tmb .ratio {
    width: 100%;
}
.kitaptmb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    transition-duration: 160ms;
    transition-property: transform, filter;
    transition-timing-function: ease;
    width: 100%;
}
.kitaptmb:hover {
    filter: contrast(1.2) brightness(1.2) saturate(1.1);
    transform: scale(1.06);
}
.caption {
    background-color: #f3f3f3;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 70px;
    text-align: center;
}
.caption a {
    color: #333;
}
.caption .ad a {
    font-weight: bold;
}


/*************************************************************/


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-brand {
    height: 95px;
}
.navbar-brand > img {
    max-width: 200px;
}
.navbar-form {
    padding-top: 45px;
}
.navbar-nav {
    margin-top: 51px;
}
ul.nav > li:hover {
    background-color: #ffcb00;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
.navbar-inverse .navbar-nav > li > a {
    color: #c8c8c8;
}

/************* footer ***************/
footer {
    color: #ccc;
}
footer > .row {
    padding-top: 12px;
}
#level1 {
    background-color: #252525;
}
#level2 {
    background-color: #040404;
}
#level1 a {
    color: #f4f1eb;
}
#level2 a {
    color: #8b8985;
}
footer a, footer a:focus, footer a:hover {
    text-decoration: none;
}
footer nav .list-inline li {
    padding: 20px 45px;
}
#level1 a:hover, #level2 a:hover {
    color: #ffcb00;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-md-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    /*.navbar-wrapper {
      margin-top: 20px;
    }*/
    .navbar .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

/************ global *****************/

.contentpad {
    padding: 15px;
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
}
#main .contentpad h3 {
    border-bottom: 1px solid;
    color: #cd7b00;
}
.single-line-list>div {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/************ yazar *****************/

.yazarfoto {
    background-color: white;
    padding: 6px;
}
.yazardetay {
    background-color: white;
}

/********** kitap *****************/

.kitapfoto {
    background-color: white;
    padding: 6px;
}
.kitapdetay {
    background-color: white;
}
@media (min-width: 768px) {
    .kitapdetay dt {
        width:100px;
    }
    .kitapdetay dd {
        margin-left: 120px;
    }
}

