html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #727272;
    -webkit-font-smoothing: antialiased;
}

    body.noScrollbar {
        padding: 0 !important;
        overflow: hidden !important;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

input, select, textarea {
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
}

    input[type=text] {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }

hr {
    size: 1px;
    height: 1px;
    color: #dfdfdf;
    background-color: #dfdfdf;
    border: 0;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both !important;
}

::-webkit-input-placeholder {
    font-size: 12px;
}

:-moz-placeholder {
    font-size: 12px;
}

::-moz-placeholder {
    font-size: 12px;
}

:-ms-input-placeholder {
    font-size: 12px;
}

.head1, .content-detail h1, .head-line h1, .head2, .content-detail h2, .list-view .magazine-list li a h2, .sales-points li h2, .head3, .head4, .head5, .head6 {
    font-weight: 400;
}

.head1, .content-detail h1, .head-line h1 {
    font-size: 26px;
    line-height: 1.2em;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #743790;
}

.head2, .content-detail h2, .list-view .magazine-list li a h2, .sales-points li h2 {
    font-size: 18px;
    line-height: 1.2em;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #242424;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingLeftRight10 {
    padding-left: 10px;
    padding-right: 10px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginLeftRight10 {
    margin-left: 10px;
    margin-right: 10px;
}

.bgPurple {
    background: #743790 !important;
}

.displayNone {
    display: none;
}

.textCenter {
    text-align: center;
}

.turkuaz {
    background-color: #15abb8;
}

.yesil {
    background-color: #90b815;
}

.kirmizi {
    background-color: #c13239;
}

.mor {
    background-color: #9444c2;
}

.sari {
    background-color: #ff9a40;
}

.pembe {
    background-color: #962a70;
}

.mavi {
    background-color: #4164c3;
}

.loaderlay {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: url("/assets/img/fancybox/fancybox_overlay.png");
}

    .loaderlay span {
        width: 100%;
        height: 100%;
        display: block;
        background: url("/assets/img/fancybox/fancybox_loading.gif") center center no-repeat;
    }

.facebook .feeds.loading {
    background: url("/assets/img/facebook-loader.gif") center center no-repeat;
}

.twitter .feeds.loading {
    background: url("/assets/img/twitter-loader.gif") center center no-repeat;
}

/* ====================================================================================================================
   Mixins
   ================================================================================================================= */
.boxSizing, .main-menu > li .mega-menu .menu-col, .btn-big, .clndr .clndr-table tr .day .day-contents, .map-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* ====================================================================================================================
   Site Css
   ================================================================================================================= */
.main-container {
    min-height: 100%;
    overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* ====================================================================================================================
   Kitaplar
   ================================================================================================================= */
.main {
    position: relative;
    z-index: 1;
    background: #743790;
}

.sub {
    position: relative;
    z-index: 1;
    background-color: #f8f8f8;
}

.page-404 {
    height: 100% !important;
}

    .page-404 .main-container {
        height: 100% !important;
    }

    .page-404 .header-container {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .page-404 .footer-container {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
    }

    .page-404 .content-container {
        height: 100% !important;
    }

        .page-404 .content-container .container {
            height: 100% !important;
            position: relative;
        }

    .page-404 .error-container {
        width: 100%;
        height: 240px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -120px;
        text-align: center;
        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        font-weight: 700;
    }

        .page-404 .error-container h2 {
            font-size: 30px;
            color: #743790;
            line-height: 1.2em;
            font-weight: normal;
        }

        .page-404 .error-container p {
            font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
            font-weight: 400;
            font-size: 14px;
        }

            .page-404 .error-container p a {
                color: #727272;
            }

        .page-404 .error-container .btn-home {
            width: 200px;
            height: 50px;
            line-height: 50px;
            display: block;
            margin: 25px auto 0 auto;
            padding-right: 20px;
            background: url("/assets/img/bg-btn-library.png") no-repeat scroll right center #743790;
            color: white !important;
            font-size: 12px;
            transition: all 250ms linear 0s;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

.fb-share {
    display: inline-block;
    width: 45px;
    height: 20px;
    background: url("/assets/img/btn-fb-paylas.png") 0 0 no-repeat;
    margin-right: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tw-share {
    display: inline-block;
    width: 58px;
    height: 20px;
    background: url("/assets/img/btn-tw-tweet.png") 0 0 no-repeat;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* Header */
.header-container {
    width: 100%;
    position: relative;
}

.top-line {
    padding: 23px 0 12px 0;
    position: relative;
    background: #242424 url("/assets/img/bg-top-line.png") center top repeat-x;
}

.logo-header-yky {
    width: 139px;
    height: 55px;
    display: block;
    float: left;
    background: url("/assets/img/logo-header-yapi-kredi-yayinlari.png") 0 0 no-repeat;
}

.main-menu {
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    float: right;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    position: absolute;
    top: -53px;
    right: 10px;
}

    .main-menu > li {
        height: 55px;
        padding: 0 0 0 24px;
        float: left;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        .main-menu > li > a {
            display: block;
            width: 100%;
            color: #777777;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            transition: all 300ms linear;
        }

        .main-menu > li .mega-menu {
            width: 100%;
            height: 1px;
            visibility: hidden;
            overflow: hidden;
            position: fixed;
            z-index: 3;
            top: 90px;
            left: 0;
            background: #000000;
            padding: 20px 10px 30px 10px;
            font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
            font-weight: 400;
            color: #FFFFFF;
            font-size: 12px;
            line-height: 1.3em;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            transition: all 300ms linear;
        }

            .main-menu > li .mega-menu .menu-col {
                width: 25%;
                float: left;
                border-left: 1px solid #333333;
                min-height: 280px;
            }

                .main-menu > li .mega-menu .menu-col .content {
                    padding: 0 20px;
                }

                    .main-menu > li .mega-menu .menu-col .content h2 {
                        margin: 10px 0;
                        font-weight: normal;
                        line-height: 1.1em;
                    }

                    .main-menu > li .mega-menu .menu-col .content img {
                        width: 100%;
                        max-height: 100px;
                    }

                    .main-menu > li .mega-menu .menu-col .content a {
                        color: #FFFFFF;
                    }

                        .main-menu > li .mega-menu .menu-col .content a:hover {
                            color: #CCC;
                        }

                    .main-menu > li .mega-menu .menu-col .content .main-category {
                        width: 100%;
                        font-size: 16px;
                    }

                        .main-menu > li .mega-menu .menu-col .content .main-category li {
                            margin: 0 20px 0 20px;
                            border-bottom: 1px solid #333333;
                            position: relative;
                        }

                            .main-menu > li .mega-menu .menu-col .content .main-category li a {
                                display: block;
                                padding: 8px 20px;
                                color: #FFFFFF;
                            }

                            .main-menu > li .mega-menu .menu-col .content .main-category li:last-child {
                                border-bottom: none;
                            }

                            .main-menu > li .mega-menu .menu-col .content .main-category li:hover {
                                background: #0f6296;
                            }

                .main-menu > li .mega-menu .menu-col:first-child {
                    border-left: none;
                }

        .main-menu > li:hover a {
            color: #FFFFFF;
        }

        .main-menu > li:hover .mega-menu {
            min-height: 260px;
            visibility: visible;
        }

        .main-menu > li.selected a {
            color: #FFFFFF;
        }

.bot-line {
    background: #FFFFFF;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

    .bot-line .menu-toggle {
        display: none;
    }

.helper-menu {
    float: right;
    line-height: 60px;
}

    .helper-menu li {
        float: left;
        border-left: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        /* Dil eklendiginde border-right kaldirilacak*/
    }

        .helper-menu li:first-child {
            border-right: none;
        }

        .helper-menu li a {
            display: block;
            overflow: hidden;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            transition: all 300ms linear;
        }

        .helper-menu li .facebook, .helper-menu li .twitter, .helper-menu li .youtube, .helper-menu li .shop, .helper-menu li .instagram {
            width: 60px;
            text-indent: -2000px;
            background: #FFFFFF url("/assets/img/sprite-social-media-icons.png?v=1") 0 0 no-repeat;
        }

            .helper-menu li .facebook:hover, .helper-menu li .twitter:hover, .helper-menu li .youtube:hover, .helper-menu li .shop:hover, .helper-menu li .instagram:hover {
                background-color: #743790;
            }

        .helper-menu li .shop {
            background-position: -180px 0;
        }

            .helper-menu li .shop:hover {
                background-position: -180px -60px;
            }

        .helper-menu li .facebook {
            background-position: 0 0;
        }

            .helper-menu li .facebook:hover {
                background-position: 0 -60px;
            }

        .helper-menu li .twitter {
            background-position: -60px 0;
        }

        .helper-menu li .twitter:hover {
            background-position: -60px -60px;
        }

        .helper-menu li .youtube {
            background-position: -120px 0;
        }

        .helper-menu li .youtube:hover {
            background-position: -120px -60px;
        }

        .helper-menu li .instagram {
            background-position: -240px 0;
        }

        .helper-menu li .instagram:hover {
            background-position: -240px -60px;
        }

        .helper-menu li .link-lang {
            color: #777777;
            padding-left: 10px;
            font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
            font-weight: 700;
        }

            .helper-menu li .link-lang .label, .helper-menu li .link-lang .switch {
                width: 30px;
                height: 60px;
                display: block;
                float: left;
                text-align: center;
            }

            .helper-menu li .link-lang .switch {
                width: 30px;
                background: url("/assets/img/sprite-lang.png") 0 0 no-repeat;
            }

            .helper-menu li .link-lang.en .switch {
                width: 30px;
                background: url("/assets/img/sprite-lang.png") 0 -60px no-repeat;
            }

            .helper-menu li .link-lang.tr .label.tr {
                color: #242424;
            }

            .helper-menu li .link-lang.en .label.en {
                color: #242424;
            }

.form-search {
    width: 248px;
    padding: 1px;
    display: block;
    float: left;
    margin: 11px 0;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .form-search:hover {
        border-color: #e09723;
    }

    .form-search input, .form-search button {
        margin: 0;
        padding: 0;
        border: none;
        display: block;
        height: 34px;
        line-height: 34px\9;
        color: #727272;
    }

    .form-search input {
        width: 193px;
        padding: 0 0 0 10px;
        float: left;
        background: #FFFFFF;
    }

    .form-search button {
        width: 45px;
        float: right;
        background: #FFFFFF url("/assets/img/sprite-search.png") center 0 no-repeat;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        .form-search button:hover {
            background: #e09723 url("/assets/img/sprite-search.png") center -34px no-repeat;
        }

.form-newsletter {
    width: 248px;
    padding: 1px;
    display: block;
    float: left;
    margin: 11px 0 11px 15px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .form-newsletter:hover {
        border-color: #3c8b5a;
    }

    .form-newsletter input, .form-newsletter button {
        margin: 0;
        padding: 0;
        border: none;
        display: block;
        height: 34px;
        line-height: 34px\9;
        color: #727272;
    }

    .form-newsletter input {
        width: 190px;
        padding: 0 0 0 10px;
        float: left;
        background: #FFFFFF;
    }

    .form-newsletter button {
        width: 45px;
        float: right;
        background: #3c8b5a url("/assets/img/bullet1.png") center center no-repeat;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        .form-newsletter button:hover {
            background-color: #743790;
        }

    .form-newsletter .formErrorContent {
        margin-top: -14px;
        margin-left: -352px;
    }

        .form-newsletter .formErrorContent:after {
            content: '';
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            top: 19px;
            right: -8px;
            z-index: 2;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #743790;
        }

.lifting-jack {
    height: 1px;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .lifting-jack.on {
        height: 280px;
        visibility: visible;
    }

/* Footer */
.footer-container {
    width: 100%;
    min-height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    background: #FFFFFF;
    border-top: 1px solid #dfdfdf;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
}

.logo-footer-ykksy {
    width: 160px;
    height: 60px;
    display: block;
    overflow: hidden;
    text-indent: -2000px;
    float: left;
    background: url("/assets/img/logo-footer-yapi-kredi-kultur-sanat-yayincilik.png") left center no-repeat;
    border-right: 1px solid #dfdfdf;
}

.copy {
    display: block;
    margin-top: 22px;
    line-height: 16px;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #dfdfdf;
    color: #777777;
}

.footer-menu {
    padding: 22px 0;
    float: left;
    font-size: 11px;
}

    .footer-menu li {
        line-height: 16px;
        float: left;
        padding: 0 15px;
        border-right: 1px solid #dfdfdf;
    }

        .footer-menu li a {
            color: #777777;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            transition: all 300ms linear;
        }

            .footer-menu li a:hover {
                color: #743790;
            }

        .footer-menu li:last-child {
            padding-right: 0;
            border-right: none;
        }

.link-gri {
    display: block;
    float: right;
    margin-top: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #777777;
}

.overlay {
    width: 100%;
    visibility: hidden;
    height: 120%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background: #000000;
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    /* @include makeTransition(all, 300ms, linear); */
}

    .overlay.active {
        visibility: visible;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

/* Content */
.content-container {
    position: relative;
}

/* z-index verme! */
.content {
    padding-top: 40px;
    padding-bottom: 90px;
}

.aside {
    position: relative;
}

    .aside .menu-toggle {
        display: none;
    }

.aside-menu {
    background: #242424;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
}

    .aside-menu li {
        border-bottom: 1px solid #3a3a3a;
    }

        .aside-menu li a {
            padding: 10px 15px 10px 20px;
            display: block;
            color: #FFFFFF;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            transition: all 300ms linear;
        }

            .aside-menu li a:hover {
                background-color: #743790;
            }

        .aside-menu li.selected a {
            background-color: #743790;
        }

        .aside-menu li:last-child {
            border-bottom: none;
        }

.aside-acc {
    background: #242424;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
}

    .aside-acc > li > a {
        padding: 10px 15px 10px 20px;
        display: block;
        border-bottom: 1px solid #3a3a3a;
        color: #FFFFFF;
        -webkit-transition: background-color 300ms linear;
        -moz-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }

        .aside-acc > li > a:hover {
            background-color: #743790;
            border-bottom: 1px solid #824b9c;
        }

    .aside-acc > li.selected > a {
        background: #743790;
        border-bottom: 1px solid #824b9c !important;
    }

        .aside-acc > li.selected > a.acc-header {
            background: #743790 url("/assets/img/bg-acc-header.png") right top no-repeat;
        }

    .aside-acc > li.selected .acc-content {
        height: 160px;
        padding: 20px 0;
        border-bottom: 1px solid #824b9c;
    }

    .aside-acc > li:last-child > a {
        border-bottom: none;
    }

    .aside-acc > li .acc-content {
        width: 100% !important;
        height: 0px;
        overflow: hidden;
        background: #743790;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        .aside-acc > li .acc-content .scroll-content {
            width: 100%;
            height: 160px;
        }

            .aside-acc > li .acc-content .scroll-content ul {
                background: #743790;
                padding: 0 30px 0 20px;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 400;
                font-size: 12px;
            }

                .aside-acc > li .acc-content .scroll-content ul li a {
                    display: block;
                    color: #FFFFFF;
                    padding: 5px 8px;
                }

                    .aside-acc > li .acc-content .scroll-content ul li a:hover {
                        background: #FFFFFF;
                        color: #000000;
                    }

                .aside-acc > li .acc-content .scroll-content ul li.selected a {
                    background: #FFFFFF;
                    color: #000000;
                }

/* jScrollPane */
.jspContainer {
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

    .jspContainer:hover .jspVerticalBar {
        width: 9px;
        right: 18px;
    }

.jspScrollable {
    width: 100% !important;
}

.jspPane {
    position: relative;
    width: 100% !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 20px;
    width: 5px;
    height: 100%;
    -webkit-transition: all 70ms linear;
    -moz-transition: all 70ms linear;
    -ms-transition: all 70ms linear;
    -o-transition: all 70ms linear;
    transition: all 70ms linear;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #683181;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.jspDrag {
    background: #FFFFFF;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 5px;
}

.jspHorizontalBar .jspArrow {
    width: 5px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

    .breadcrumb li {
        float: left;
        padding: 0 10px 0 18px;
        background: url("/assets/img/bullet2.png") 0 4px no-repeat;
    }

        .breadcrumb li a {
            color: #777777;
        }

            .breadcrumb li a:hover {
                color: #242424;
            }

        .breadcrumb li.selected a {
            color: #242424;
        }

        .breadcrumb li:first-child {
            padding-left: 0;
            background-image: none;
        }

.alphabet {
    margin-bottom: 20px;
    padding: 0 18px;
}

    .alphabet a {
        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        font-weight: 400;
        padding: 0 6px;
    }

.rating {
    height: 20px;
    margin: 10px 0 20px 0;
    background: url("/assets/img/sprite-rating.png") 0 0 no-repeat;
}

    .rating li {
        float: left;
    }

        .rating li a {
            width: 20px;
            height: 20px;
            display: block;
        }

    .rating.nostar {
        background-position: 0 0;
    }

    .rating.onestar {
        background-position: 0 -20px;
    }

    .rating.twostar {
        background-position: 0 -40px;
    }

    .rating.threestar {
        background-position: 0 -60px;
    }

    .rating.fourstar {
        background-position: 0 -80px;
    }

    .rating.fivestar {
        background-position: 0 -100px;
    }

.responsive-content {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .responsive-content iframe, .responsive-content object, .responsive-content embed, .responsive-content img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.pager {
    text-align: center;
    padding-top: 19px;
}

.pager li {
    display: inline-block;
    height: 18px;
    border-left: 1px solid #dfdfdf;
    vertical-align: middle;
    padding-left: 3px;
}

.pager li:first-child {
    border-left: none;
}

.pager li a {
    min-width: 22px;
    height: 22px;
    display: inline-block;
    color: #727272;
}

.pager li.prev, .pager li.next {
    background: url("/assets/img/sprite-pager.png") 0 center no-repeat;
}

.pager li.next {
    background-position: -15px center;
    border-right: none;
}

.pager li.active a {
    color: #743790;
    font-weight: bold;
}

.pager li.PagedList-skipToNext, .pager li.PagedList-skipToPrevious {
    padding: 0 10px 0 10px;
}

.pager li.PagedList-skipToLast {
    padding-left: 10px;
}

.pager li.PagedList-skipToFirst {
    padding-right: 10px;
}

.accordion li {
    /*.content{ height:0; visibility:hidden; opacity:0; padding:0 10px; @include makeTransition(all, 300ms, ease-in-out);}*/
}

    .accordion li .title {
        color: #727272;
        display: inline-block;
        padding-right: 20px;
        background: url("/assets/img/icn-down.png") right center no-repeat;
    }

        .accordion li .title:hover {
            text-decoration: underline;
        }

    .accordion li.selected {
        /* .content{ height:auto; visibility:visible; opacity:1; padding:10px;}*/
    }

        .accordion li.selected .title {
            background: url("/assets/img/icn-up.png") right center no-repeat;
        }

        .accordion li.selected .content {
            display: block;
        }

    .accordion li .content {
        display: none;
        padding: 10px;
    }

/* Content Detail */
.content-detail {
    font-size: 16px;
    line-height: 1.3em;
    padding-left: 30px;
}

    .content-detail h1 {
        margin-top: 0;
        margin-bottom: 10px;
    }

        .content-detail h1 .date {
            font-size: 16px;
            color: #727272;
        }

    .content-detail h2 {
        font-size: 20px;
    }

    .content-detail a {
        color: #727272;
    }

    .content-detail .img-content {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
    }

.btn-big {
    width: 30%;
    height: 60px;
    line-height: 60px;
    margin: 30px 0 30px 5%;
    display: block;
    position: relative;
    float: left;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
}

    .btn-big span {
        padding-left: 25px;
    }

    .btn-big i {
        width: 60px;
        height: 56px;
        line-height: 56px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: #e89f38 url("/assets/img/sprite-btn-icons.png") 0 0 no-repeat;
        border: 1px solid transparent;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

.btn-share {
    background-color: #FFFFFF;
    margin-left: 0;
    color: #727272 !important;
    clear: both;
    border-color: #dfdfdf;
    cursor: default;
}

    .btn-share ul {
        width: 100%;
        height: 60px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #743790;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        z-index: 3;
        zoom: 1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .btn-share ul li {
            display: inline-block;
            width: 25%;
            padding: 10px 0;
        }

            .btn-share ul li a {
                width: 50%;
                min-width: 40px;
                height: 40px;
                display: block;
                margin: 0 auto;
                -webkit-border-radius: 20px;
                border-radius: 20px;
            }

            .btn-share ul li.facebook a {
                background: url("/assets/img/icn-facebook.png") center center no-repeat;
            }

                .btn-share ul li.facebook a:hover {
                    background-color: #8c54a6;
                }

            .btn-share ul li.twitter a {
                background: url("/assets/img/icn-twitter.png") center center no-repeat;
            }

                .btn-share ul li.twitter a:hover {
                    background-color: #8c54a6;
                }

            .btn-share ul li.googleplus a {
                background: url("/assets/img/icn-googleplus.png") center center no-repeat;
            }

                .btn-share ul li.googleplus a:hover {
                    background-color: #8c54a6;
                }

    .btn-share i {
        width: 59px;
        background-color: #FFFFFF;
        background-position: 0 0;
        border-left: 1px solid #dfdfdf;
    }

    .btn-share:hover ul {
        zoom: 1;
        opacity: 1;
        filter: alpha(opacity=1);
    }

.btn-buy {
    background: #eaa83e;
}

    .btn-buy i {
        background-color: #e89f38;
        background-position: -60px 0;
    }

.btn-comment {
    background: #82b058;
}

    .btn-comment i {
        background-color: #75a84f;
        background-position: -120px 0;
    }

.btn-reservation {
    background: #eaa83e;
}

    .btn-reservation i {
        background-color: #e89f38;
        background-position: -300px 0;
    }

.btn-download {
    background: #9261a9;
}

    .btn-download i {
        background-color: #8757a0;
        background-position: -420px 0;
    }

.btn-login {
    background: #82b058;
}

    .btn-login i {
        background-color: #75a84f;
        background-position: -480px 0;
    }

.label-green {
    width: 120px;
    height: 60px;
    line-height: 60px;
    margin: 30px 0 30px 3%;
    display: block;
    position: relative;
    float: left;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #3D8B5B;
}

    .label-green i {
        width: 9px;
        height: 22px;
        position: absolute;
        left: -9px;
        top: 19px;
        background: url("/assets/img/bg-label-green.png") 0 0 no-repeat;
    }

.tabs {
    clear: both;
    position: relative;
}

    .tabs .menu-toggle {
        display: none;
    }

    .tabs .tab-links {
        display: block;
        width: 100%;
        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        border-bottom: 1px solid #dfdfdf;
    }

        .tabs .tab-links li {
            max-width: 110px;
            height: 58px;
            display: block;
            float: left;
            border: 1px solid #dfdfdf;
            border-left: none;
            background-color: #f8f8f8;
            margin-bottom: -1px;
        }

            .tabs .tab-links li a {
                display: table;
                height: 100%;
                text-align: center;
                padding: 0 20px;
                color: #727272;
            }

                .tabs .tab-links li a span {
                    display: table-cell;
                    vertical-align: middle;
                }

                .tabs .tab-links li a:hover {
                    color: #743790;
                }

            .tabs .tab-links li:first-child {
                border-left: 1px solid #dfdfdf;
            }

            .tabs .tab-links li.selected {
                background-color: #FFFFFF;
                border-bottom-color: #FFFFFF;
            }

                .tabs .tab-links li.selected a {
                    color: #743790;
                }

    .tabs .tab-contents {
        display: block;
        border: 1px solid #dfdfdf;
        border-top: none;
        background: #FFFFFF;
    }

    .tabs .tab-content {
        min-height: 200px;
        padding: 30px;
        display: none;
    }

        .tabs .tab-content.selected {
            display: block;
        }

        .tabs .tab-content.alone {
            display: block;
            border-top: 1px solid #dfdfdf;
        }

        .tabs .tab-content h2:first-child {
            margin-top: 0;
        }

        .tabs .tab-content .main {
            background-color: transparent !important;
        }

.tabs-writer {
    width: 65%;
    padding-left: 5%;
    float: left;
}

.writer-cover {
    width: 30%;
    float: left;
}

    .writer-cover img {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }

    .writer-cover .btn-big {
        width: 100%;
    }

/* Datepicker */
/*
#datepicker{ padding-bottom:10px; margin-bottom:5px; background:$darkGrey; font-size:13px; color:$white;
	.ui-datepicker-header{ height:60px; line-height:60px; position:relative; background:$purple; color:$white;
		.ui-datepicker-prev, .ui-datepicker-next{ width:30px; height:48px; display:block; position:absolute; top:6px; left:10px; overflow:hidden; text-indent:-200px; background:url('../img/sprite-nav-datepicker.png') 0 0 no-repeat; cursor:pointer;}	
		.ui-datepicker-next{ right:10px; left:auto; background-position:-30px 0;}
		.ui-datepicker-title{ font-size:16px; text-align:center;}
	}
	.ui-datepicker-calendar{ width:80%; margin:10px 10%;
		th{ margin:0; padding:10px 0; border-bottom:1px solid $purple; font-size:14px; color:$purple; font-weight:normal;}	
		td{ text-align:center; line-height:26px;
			a{color:$white;}
			&:hover{ background-color:#4b225e;}
		}
		.ui-datepicker-current-day{ background-color:$purple !important;}	
		.ui-datepicker-other-month{ color:#3a3a3a;}
	}				
}
*/
.clndr {
    padding-bottom: 10px;
    margin-bottom: 5px;
    background: #242424;
    font-size: 13px;
    color: #FFFFFF;
}

    .clndr .clndr-controls {
        width: 100%;
        height: 60px;
        display: inline-block;
        position: relative;
        background: #743790;
    }

        .clndr .clndr-controls .month {
            line-height: 60px;
            text-align: center;
        }

        .clndr .clndr-controls .clndr-control-button {
            width: 30px;
            height: 48px;
            position: absolute;
            z-index: 2;
            top: 6px;
            left: 6px;
            background: url("/assets/img/sprite-nav-datepicker.png") 0 0 no-repeat;
            cursor: pointer;
        }

            .clndr .clndr-controls .clndr-control-button span {
                width: 30px;
                height: 48px;
                display: block;
                overflow: hidden;
                text-indent: -2000px;
            }

            .clndr .clndr-controls .clndr-control-button.rightalign {
                right: 6px;
                left: auto;
                background-position: -30px 0px;
            }

    .clndr .clndr-table {
        table-layout: fixed;
        width: 86%;
        margin: 5% auto 1% auto;
    }

        .clndr .clndr-table .header-days {
            height: 30px;
            font-size: 14px;
        }

            .clndr .clndr-table .header-days .header-day {
                vertical-align: middle;
                text-align: center;
                border-bottom: 1px solid #743790;
                padding-bottom: 10px;
            }

        .clndr .clndr-table tr td {
            vertical-align: middle;
            text-align: center;
        }

        .clndr .clndr-table tr .day {
            width: 100%;
            height: inherit;
        }

            .clndr .clndr-table tr .day:hover {
                background: #4b225e;
            }

            .clndr .clndr-table tr .day.selected {
                background: #c13239 !important;
            }

            .clndr .clndr-table tr .day.today {
                background: #4b225e;
            }

                .clndr .clndr-table tr .day.today.event {
                    background: #743790;
                }

            .clndr .clndr-table tr .day.past.event {
                background: #743790;
                color: #eeeeee;
            }

            .clndr .clndr-table tr .day.event {
                background: #743790;
            }

                .clndr .clndr-table tr .day.event:hover {
                    background: #8945a8;
                }

            .clndr .clndr-table tr .day .day-contents {
                font-size: 12px;
                padding: 6px;
                cursor: pointer;
            }

        .clndr .clndr-table tr .empty, .clndr .clndr-table tr .adjacent-month {
            width: 100%;
            height: inherit;
            color: #3A3A3A;
        }

    .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive, .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
        opacity: 0.5;
    }

        .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover, .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
            background: none;
            cursor: default;
        }

.ui-datepicker {
    width: 220px;
    background: #242424;
    font-size: 13px;
    color: #FFFFFF;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        height: 60px;
        line-height: 60px;
        position: relative;
        background: #743790;
        color: #FFFFFF;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            width: 30px;
            height: 48px;
            display: block;
            position: absolute;
            top: 6px;
            left: 10px;
            overflow: hidden;
            text-indent: -200px;
            background: url("/assets/img/sprite-nav-datepicker.png") 0 0 no-repeat;
            cursor: pointer;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            right: 10px;
            left: auto;
            background-position: -30px 0;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            font-size: 16px;
            text-align: center;
        }

    .ui-datepicker .ui-datepicker-calendar {
        width: 80%;
        margin: 10px 10%;
    }

        .ui-datepicker .ui-datepicker-calendar th {
            margin: 0;
            padding: 10px 0;
            border-bottom: 1px solid #743790;
            font-size: 14px;
            color: #743790;
            font-weight: normal;
        }

        .ui-datepicker .ui-datepicker-calendar td {
            text-align: center;
            line-height: 26px;
        }

            .ui-datepicker .ui-datepicker-calendar td a {
                color: #FFFFFF;
            }

            .ui-datepicker .ui-datepicker-calendar td:hover {
                background-color: #4b225e;
            }

        .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
            background-color: #743790 !important;
        }

        .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month {
            color: #3a3a3a;
        }

/* Books List */

.book-list li {
    width: 220px;
    /*overflow:hidden;*/
    float: left;
    margin-bottom: 10px;
    position: relative;
    -webkit-perspective: 440px;
    -moz-perspective: 440px;
    perspective: 440px;
}

    .book-list li .front {
        width: 100%;
        height: 100%;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #8c53a6;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .book-list li .back {
        width: 100%;
        height: 100%;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: #743790;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        .book-list li .back > div {
            padding: 20px;
        }

            .book-list li .back > div h2 {
                margin-top: 0;
                margin-bottom: 5px;
                font-size: 20px;
                color: #FFF;
                font-weight: normal;
            }

            .book-list li .back > div h3 {
                margin-top: 0;
                margin-bottom: 5px;
                font-size: 14px;
                color: #e0a023;
                font-weight: normal;
            }

            .book-list li .back > div .spot {
                font-size: 14px;
                color: #f8f8f8;
                line-height: 1.3em;
            }

                .book-list li .back > div .spot p {
                    margin: 0;
                    padding: 0;
                }

            .book-list li .back > div a {
                width: 180px;
                height: 36px;
                line-height: 36px;
                display: block;
                background: #e0a023;
                color: #FFFFFF;
                text-align: center;
                font-size: 12px;
                position: absolute;
                left: 50%;
                bottom: 20px;
                margin-left: -90px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

                .book-list li .back > div a:hover {
                    background: #da9000;
                }

    .book-list li.flip .front {
        z-index: 2;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
        border-color: #eee;
    }

    .book-list li.flip .back {
        z-index: 3;
        background: #743790;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .book-list li img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        display: block;
    }



/* Wall List */
.wall-container .wall-list {
    position: relative;
    margin: 0 auto;
}

    .wall-container .wall-list > li {
        width: 220px;
        height: auto;
        float: left;
        /*overflow:hidden;*/
        margin-bottom: 10px;
        position: relative;
        -webkit-perspective: 440px;
        -moz-perspective: 440px;
        perspective: 440px;
    }

        .wall-container .wall-list > li .front {
            width: 100%;
            height: 100%;
            float: none;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background: #8c53a6;
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            transform: rotateY(0deg);
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

        .wall-container .wall-list > li .back {
            width: 100%;
            height: 100%;
            float: none;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background: #FFFFFF;
            overflow: hidden;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

            .wall-container .wall-list > li .back > div {
                padding: 20px;
            }

                .wall-container .wall-list > li .back > div h2 {
                    margin-top: 0;
                    margin-bottom: 5px;
                    font-size: 20px;
                    color: #000;
                }

                .wall-container .wall-list > li .back > div h3 {
                    margin-top: 0;
                    margin-bottom: 5px;
                    font-size: 14px;
                    color: #e0a023;
                    font-weight: normal;
                }

                .wall-container .wall-list > li .back > div .spot {
                    font-size: 14px;
                    color: #796a5d;
                }

                    .wall-container .wall-list > li .back > div .spot p {
                        margin: 0;
                        padding: 0;
                    }

                .wall-container .wall-list > li .back > div a {
                    width: 180px;
                    height: 36px;
                    line-height: 36px;
                    display: block;
                    background: #3c8b5a;
                    color: #FFFFFF;
                    text-align: center;
                    font-size: 12px;
                    position: absolute;
                    left: 50%;
                    bottom: 20px;
                    margin-left: -90px;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                }

                    .wall-container .wall-list > li .back > div a:hover {
                        background: #247a45;
                    }

        .wall-container .wall-list > li.flip .front {
            z-index: 2;
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
            border-color: #eee;
        }

        .wall-container .wall-list > li.flip .back {
            z-index: 3;
            background: #FFFFFF;
            overflow: hidden;
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }

        .wall-container .wall-list > li img {
            width: 100%;
            margin: 0;
            padding: 0;
            display: block;
        }

        .wall-container .wall-list > li.w3 {
            width: 680px;
            max-height: 343px;
            overflow: hidden;
        }

            .wall-container .wall-list > li.w3 .slider li a img {
                min-height: 343px;
            }

        .wall-container .wall-list > li.twitter {
            background: #43a0e4;
            font-size: 16px;
            color: #FFFFFF;
        }

            .wall-container .wall-list > li.twitter h1 {
                height: 49px;
                margin: 0;
                padding: 10px 60px 0 20px;
                background: #3194dd url("/assets/img/sprite-wall-social.png") right -60px no-repeat;
                border-bottom: 1px solid #2f8cd2;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                font-size: 14px;
            }

                .wall-container .wall-list > li.twitter h1 span {
                    display: block;
                    clear: both;
                    font-size: 11px;
                    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                    font-weight: 300;
                }

            .wall-container .wall-list > li.twitter .feeds {
                height: 215px;
                margin: 20px;
                overflow: hidden;
            }

                .wall-container .wall-list > li.twitter .feeds a {
                    color: #FFFFFF;
                }

                    .wall-container .wall-list > li.twitter .feeds a:hover {
                        text-decoration: underline;
                    }

            .wall-container .wall-list > li.twitter > a {
                height: 39px;
                line-height: 39px;
                display: block;
                background: #3194dd;
                border-top: 1px solid #2f8cd2;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                font-size: 9px;
                color: #FFFFFF;
                text-align: center;
            }

                .wall-container .wall-list > li.twitter > a:hover {
                    background-color: #2f8cd2;
                }

        .wall-container .wall-list > li.facebook {
            background: #385e96;
            font-size: 16px;
            color: #FFFFFF;
        }

            .wall-container .wall-list > li.facebook h1 {
                height: 49px;
                margin: 0;
                padding: 10px 60px 0 20px;
                background: #35588d url("/assets/img/sprite-wall-social.png") right 0 no-repeat;
                border-bottom: 1px solid #325486;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                font-size: 14px;
            }

            .wall-container .wall-list > li.facebook .feeds {
                height: 215px;
                margin: 20px;
                overflow: hidden;
            }

                .wall-container .wall-list > li.facebook .feeds a {
                    color: #FFFFFF;
                }

                    .wall-container .wall-list > li.facebook .feeds a:hover {
                        text-decoration: underline;
                    }

            .wall-container .wall-list > li.facebook > a {
                height: 39px;
                line-height: 39px;
                display: block;
                background: #35588d;
                border-top: 1px solid #325486;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                font-size: 9px;
                color: #FFFFFF;
                text-align: center;
            }

                .wall-container .wall-list > li.facebook > a:hover {
                    background-color: #325486;
                }

        .wall-container .wall-list > li a img {
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            display: block;
        }

/* Books Detail */
.book-detail .book-cover {
    width: 30%;
    float: left;
    position: relative;
}

    .book-detail .book-cover li {
        width: 100%;
    }

        .book-detail .book-cover li a {
            width: 100%;
        }

        .book-detail .book-cover li img {
            width: 100%;
            border: none;
        }

.book-detail .properties {
    width: 70%;
    float: left;
}

    .book-detail .properties li {
        width: 44%;
        padding: 0 0 10px 5%;
        float: left;
        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        font-weight: 400;
        font-size: 12px;
    }

        .book-detail .properties li a {
            text-decoration: underline;
        }

        .book-detail .properties li strong {
            font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
            font-size: 14px;
            font-weight: 700;
            color: #242424;
        }

        .book-detail .properties li:nth-child(odd) {
            border-right: 1px dotted #dfdfdf;
        }

.user-comments {
    list-style: none;
}

    .user-comments li h5 {
        margin: 0;
        font-size: 11px;
        display: inline;
        padding-left: 10px;
        font-weight: normal;
    }

    .user-comments li h3 {
        font-size: 16px;
        margin-top: 0;
        display: inline;
        color: #727272;
    }

.write-comment {
    background: #f9f9f9;
    padding: 20px;
    min-width: 100%;
}

    .write-comment dl dt {
        width: 25%;
        margin: 5px 0;
        display: block;
        float: left;
        clear: both;
    }

    .write-comment dl dd {
        width: 75%;
        margin: 5px 0;
        display: block;
        float: left;
    }

    .write-comment label {
        display: block;
        padding-top: 10px;
        font-size: 14px;
    }

    .write-comment input, .write-comment textarea {
        width: 96%;
        padding: 8px;
        border: 1px solid #dfdfdf;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .write-comment select {
        width: 100%;
        padding: 8px;
        border: 1px solid #dfdfdf;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .write-comment textarea {
        height: 100px;
    }

    .write-comment button {
        padding: 8px 12px;
        background: #743790;
        color: #FFFFFF;
        border: none;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
    }

.message-success {
    min-width: 340px;
    padding: 80px 20px 20px 20px;
    text-align: center;
    font-size: 18px;
    background: url("/assets/img/icn-msg-true.png") center 20px no-repeat;
}

.message-error {
    min-width: 340px;
    padding: 80px 20px 20px 20px;
    text-align: center;
    font-size: 18px;
    background: url("/assets/img/icn-msg-false.png") center 20px no-repeat;
}

.message-begin {
    min-width: 340px;
    padding: 80px 20px 20px 20px;
    text-align: center;
    font-size: 18px;
    background: url("/assets/img/icn-msg-begin.png") center 20px no-repeat;
}

.message-success p, .message-error p, .message-begin p {
    line-height: 30px;
}

.event-detail .book-cover {
    width: 30%;
    float: left;
    position: relative;
}

    .event-detail .book-cover li {
        width: 100%;
    }

        .event-detail .book-cover li a {
            width: 100%;
        }

        .event-detail .book-cover li img {
            width: 100%;
            border: none;
        }

.event-detail .properties {
    width: 70%;
    float: left;
}

    .event-detail .properties li {
        padding: 0 0 20px 5%;
        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        font-weight: 400;
        font-size: 12px;
    }

        .event-detail .properties li strong {
            font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
            font-size: 14px;
            font-weight: 700;
            color: #242424;
        }

.bx-controls {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: 97;
    text-align: center;
}

    .bx-controls .bx-pager .bx-pager-item {
        display: inline-block;
        padding: 0 3px;
    }

        .bx-controls .bx-pager .bx-pager-item a {
            width: 12px;
            height: 12px;
            display: block;
            overflow: hidden;
            text-indent: -200px;
            background: url("/assets/img/sprite-nav-book-cover.png") -12px 0 no-repeat;
        }

            .bx-controls .bx-pager .bx-pager-item a.active {
                background-position: 0 0;
            }

.gallery-thumb li {
    width: 25%;
    float: left;
}

    .gallery-thumb li a {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }

        .gallery-thumb li a img {
            width: 98%;
            margin: 1%;
            padding: 0;
            display: block;
            height: 145px;
        }

.video-thumbs li {
    width: 33%;
    float: left;
    position: relative;
}

    .video-thumbs li a {
        display: block;
        margin: 10px;
    }

        .video-thumbs li a span {
            width: 100px;
            height: 100px;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -50px;
            margin-left: -50px;
            z-index: 2;
            background: url("/assets/img/sprite-slider-play.png") 0 0 no-repeat;
        }

        .video-thumbs li a img {
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            display: block;
            border: none;
        }

        .video-thumbs li a:hover span {
            background-position: 0 -100px;
        }

/* List View */
.list-view {
    /* Event List */
    /* Writer List */
    /* Press List */
    /* Magazine List */
}

    .list-view .event-list {
        position: relative;
        z-index: 1;
    }

        .list-view .event-list li {
            position: relative;
            padding: 0 0 20px 40px;
        }

            .list-view .event-list li a.all-events {
                color: #727272;
            }

            .list-view .event-list li a .date {
                width: 40px;
                height: 35px;
                padding: 5px 0 0 0;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                background: #c13239;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                font-size: 8px;
                text-align: center;
                color: #FFFFFF;
                line-height: 1.6em;
            }

                .list-view .event-list li a .date.turkuaz {
                    background-color: #15abb8;
                }

                .list-view .event-list li a .date.yesil {
                    background-color: #90b815;
                }

                .list-view .event-list li a .date.kirmizi {
                    background-color: #c13239;
                }

                .list-view .event-list li a .date.mor {
                    background-color: #9444c2;
                }

                .list-view .event-list li a .date.sari {
                    background-color: #ff9a40;
                }

                .list-view .event-list li a .date.pembe {
                    background-color: #962a70;
                }

                .list-view .event-list li a .date.mavi {
                    background-color: #4164c3;
                }

                .list-view .event-list li a .date strong {
                    display: block;
                    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    font-weight: normal;
                }

            .list-view .event-list li a img {
                width: 120px;
                height: 120px;
                display: block;
                float: left;
                padding: 0;
                margin: 0 20px 10px 0;
                border: none;
            }

            .list-view .event-list li a h4 {
                font-size: 9px;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 400;
                color: #727272;
                margin: 0;
            }

            .list-view .event-list li a h2 {
                font-size: 18px;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                color: #743790;
                margin: 0 0 10px 0;
            }

    .list-view .writer-list {
        position: relative;
        z-index: 1;
    }

        .list-view .writer-list li {
            position: relative;
            padding: 0 0 20px 0;
        }

            .list-view .writer-list li a img {
                width: 120px;
                display: block;
                float: right;
                padding: 0;
                margin: 0 0 10px 20px;
                border: none;
            }

            .list-view .writer-list li a h2 {
                font-size: 18px;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                color: #743790;
                margin: 0 0 10px 0;
            }

    .list-view .press-list {
        position: relative;
        z-index: 1;
    }

        .list-view .press-list li {
            position: relative;
            padding: 0 0 0 0;
            border-bottom: 1px solid #dfdfdf;
        }

            .list-view .press-list li a h2 {
                font-size: 22px;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 400;
                color: #743790;
                font-weight: normal;
                margin-bottom: 0px;
            }

            .list-view .press-list li a h3 {
                font-size: 14px;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 400;
                color: #727272;
                font-weight: normal;
                margin-top: 5px;
            }

            .list-view .press-list li:last-child {
                border-bottom: none;
            }

    .list-view .magazine-list {
        position: relative;
        z-index: 1;
    }

        .list-view .magazine-list li {
            position: relative;
            padding: 0 0 8px 0;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #dfdfdf;
        }

            .list-view .magazine-list li a img {
                width: 80px;
                height: 120px;
                display: block;
                float: right;
                padding: 0;
                margin: 0 0 10px 20px;
                border: none;
            }

            .list-view .magazine-list li a h2 {
                color: #743790;
                margin: 0 0 10px 0;
            }

            .list-view .magazine-list li a h3 {
                font-size: 12px;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 400;
                color: #000000;
                font-weight: normal;
                margin: 0 0 10px 0;
            }

            .list-view .magazine-list li:last-child {
                margin-bottom: 8px;
            }

/* View Toggle */
.view-toggle {
    float: right;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .view-toggle li {
        float: left;
    }

        .view-toggle li a {
            width: 30px;
            height: 30px;
            display: block;
            background: #FFFFFF url("/assets/img/sprite-view-toggle.png") 0 0 no-repeat;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .view-toggle li.grid a {
            background-position: 0 0;
        }

            .view-toggle li.grid a:hover {
                background-color: #743790;
                background-position: 0 -30px;
            }

        .view-toggle li.list a {
            background-position: -30px 0;
        }

            .view-toggle li.list a:hover {
                background-color: #743790;
                background-position: -30px -30px;
            }

        .view-toggle li.grid.selected a {
            background-color: #743790;
            background-position: 0 -30px;
        }

        .view-toggle li.list.selected a {
            background-color: #743790;
            background-position: -30px -30px;
        }

.mag-intro {
    width: 65%;
    padding-left: 5%;
    float: left;
}

    .mag-intro p:first-child {
        margin-top: 0;
    }

    .mag-intro strong {
        color: #000000;
    }

    .mag-intro ul li {
        width: 40%;
        float: left;
        padding-bottom: 20px;
    }

        .mag-intro ul li a {
            text-decoration: underline;
        }

/* Grid View */
.grid-view {
    /* Event Calendar */
    /* Event List */
}

    .grid-view .event-calendar {
        width: 25%;
        height: 800px;
        float: left;
        overflow: auto;
    }

        .grid-view .event-calendar .datepicker-container {
            width: 220px;
            margin: 0 auto;
            padding-top: 15%;
        }

        .grid-view .event-calendar #datepicker {
            margin-bottom: 20px;
            border: 1px solid #1f4d75;
        }

    .grid-view .event-list {
        position: relative;
        z-index: 1;
        padding-bottom: 13px;
    }

        .grid-view .event-list li {
            width: 32.6%;
            margin: 0 1% 1% 0;
            overflow: hidden;
            position: relative;
            float: left;
            color: #FFFFFF;
        }

            .grid-view .event-list li a {
                color: #FFFFFF;
            }

                .grid-view .event-list li a.all-events {
                    color: #727272;
                }

            .grid-view .event-list li img {
                width: 100%;
                height: 100%;
                display: block;
                margin: 0;
                padding: 0;
                border: none;
            }

            .grid-view .event-list li .date {
                width: 40px;
                height: 40px;
                padding: 5px 0 0 0;
                display: block;
                position: absolute;
                z-index: 3;
                left: 20px;
                bottom: 26px;
                background: #999;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                font-size: 8px;
                text-align: center;
                color: #FFFFFF;
                line-height: 1.6em;
            }

                .grid-view .event-list li .date.turkuaz {
                    background-color: #15abb8;
                }

                .grid-view .event-list li .date.yesil {
                    background-color: #90b815;
                }

                .grid-view .event-list li .date.kirmizi {
                    background-color: #c13239;
                }

                .grid-view .event-list li .date.mor {
                    background-color: #9444c2;
                }

                .grid-view .event-list li .date.sari {
                    background-color: #ff9a40;
                }

                .grid-view .event-list li .date.pembe {
                    background-color: #962a70;
                }

                .grid-view .event-list li .date.mavi {
                    background-color: #4164c3;
                }

                .grid-view .event-list li .date strong {
                    display: block;
                    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    font-weight: normal;
                }

                .grid-view .event-list li .date span {
                    display: block;
                    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                    font-weight: 400;
                    font-size: 10px;
                    font-weight: normal;
                }

                .grid-view .event-list li .date:after {
                    width: 0;
                    height: 0;
                    display: block;
                    content: '';
                    position: absolute;
                    right: -10px;
                    bottom: 0;
                    border-top: 0px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-left: 10px solid #333;
                }

            .grid-view .event-list li .mask {
                width: 101%;
                height: 100%;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 2;
                background: url("/assets/img/bg-event-thumb.png") left bottom repeat-x;
            }

            .grid-view .event-list li .spot {
                left: 0;
                bottom: 0;
                position: absolute;
                z-index: 2;
                padding-left: 80px;
                padding-right: 5px;
                padding-bottom: 10px;
                z-index: 2;
            }

            .grid-view .event-list li h4 {
                font-size: 9px;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                color: #FFFFFF;
                margin: 0;
            }

            .grid-view .event-list li h2 {
                font-size: 16px;
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 400;
                color: #FFFFFF;
                font-weight: normal;
                margin: 0 0 10px 0;
            }

            .grid-view .event-list li .hover-panel {
                width: 100%;
                height: auto;
                min-height: 50%;
                display: block;
                position: absolute;
                z-index: 10;
                background: #c13239;
                bottom: -150%;
                left: 0;
                color: #FFFFFF;
                -webkit-transition: all 250ms ease-in-out;
                -moz-transition: all 250ms ease-in-out;
                -ms-transition: all 250ms ease-in-out;
                -o-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;
            }

                .grid-view .event-list li .hover-panel .date {
                    border: 2px solid #d95a5e;
                    position: relative;
                    float: left;
                    margin-top: 20px;
                    margin-left: 20px;
                    top: auto;
                    left: auto;
                    height: 60px;
                    bottom: auto;
                    background: #c13239 !important;
                }

                    .grid-view .event-list li .hover-panel .date:after {
                        right: -12px;
                        bottom: -2px;
                        border-left-color: #d95a5e;
                    }

                    .grid-view .event-list li .hover-panel .date.date2 {
                        position: relative;
                        top: auto;
                        left: auto;
                    }

                .grid-view .event-list li .hover-panel .spot {
                    display: block;
                    clear: both;
                    position: relative !important;
                    padding-top: 5px;
                    padding-left: 20px;
                    padding-right: 10px;
                    padding-bottom: 20px;
                    font-size: 12px;
                    line-height: 1.4em;
                }

                .grid-view .event-list li .hover-panel .share {
                    margin-top: 15px;
                    position: relative;
                }

                    .grid-view .event-list li .hover-panel .share .btn-next {
                        width: 80px;
                        height: 26px;
                        line-height: 28px;
                        display: block;
                        float: left;
                        text-align: center;
                        font-size: 10px;
                        color: #FFF;
                        border: 2px solid #b1282e;
                        -webkit-border-radius: 3px;
                        border-radius: 3px;
                        -webkit-box-shadow: inset 0 2px 3px -2px #d6424a;
                        box-shadow: inset 0 2px 3px -2px #d6424a;
                        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                        font-weight: 700;
                        margin-bottom: 10px;
                        margin-right: 5px;
                    }

                        .grid-view .event-list li .hover-panel .share .btn-next:hover {
                            background-color: #c9373e;
                            box-shadow: inset 0 2px 3px -2px #e0535a;
                        }

                    .grid-view .event-list li .hover-panel .share .facebook, .grid-view .event-list li .hover-panel .share .twitter, .grid-view .event-list li .hover-panel .share .googleplus {
                        width: 26px;
                        height: 26px;
                        display: block;
                        float: left;
                        margin: 2px 0 2px 5px;
                        -webkit-border-radius: 15px;
                        border-radius: 15px;
                    }

                        .grid-view .event-list li .hover-panel .share .facebook:hover, .grid-view .event-list li .hover-panel .share .twitter:hover, .grid-view .event-list li .hover-panel .share .googleplus:hover {
                            background-color: #e4666a;
                        }

                    .grid-view .event-list li .hover-panel .share .facebook {
                        background: #d95a5e url("/assets/img/icn-facebook.png") center center no-repeat;
                    }

                    .grid-view .event-list li .hover-panel .share .twitter {
                        background: #d95a5e url("/assets/img/icn-twitter.png") center center no-repeat;
                    }

                    .grid-view .event-list li .hover-panel .share .googleplus {
                        background: #d95a5e url("/assets/img/icn-googleplus.png") center center no-repeat;
                    }

                .grid-view .event-list li .hover-panel.kirmizi {
                    background: #c13239;
                }

                    .grid-view .event-list li .hover-panel.kirmizi .date {
                        border-color: #d95a5e;
                        background: #c13239 !important;
                    }

                        .grid-view .event-list li .hover-panel.kirmizi .date:after {
                            border-left-color: #d95a5e;
                        }

                    .grid-view .event-list li .hover-panel.kirmizi .share .btn-next {
                        border-color: #b1282e;
                        -webkit-box-shadow: inset 0 2px 3px -2px #d6424a;
                        box-shadow: inset 0 2px 3px -2px #d6424a;
                    }

                        .grid-view .event-list li .hover-panel.kirmizi .share .btn-next:hover {
                            background-color: #c9373e;
                            box-shadow: inset 0 2px 3px -2px #e0535a;
                        }

                    .grid-view .event-list li .hover-panel.kirmizi .share .facebook, .grid-view .event-list li .hover-panel.kirmizi .share .twitter, .grid-view .event-list li .hover-panel.kirmizi .share .googleplus {
                        background-color: #d95a5e;
                    }

                        .grid-view .event-list li .hover-panel.kirmizi .share .facebook:hover, .grid-view .event-list li .hover-panel.kirmizi .share .twitter:hover, .grid-view .event-list li .hover-panel.kirmizi .share .googleplus:hover {
                            background-color: #e4666a;
                        }

                .grid-view .event-list li .hover-panel.mor {
                    background: #9444C2;
                }

                    .grid-view .event-list li .hover-panel.mor .date {
                        border-color: #af5edd;
                        background: #9444C2 !important;
                    }

                        .grid-view .event-list li .hover-panel.mor .date:after {
                            border-left-color: #af5edd;
                        }

                    .grid-view .event-list li .hover-panel.mor .share .btn-next {
                        border-color: #8133ae;
                        -webkit-box-shadow: inset 0 2px 3px -2px #af5edd;
                        box-shadow: inset 0 2px 3px -2px #af5edd;
                    }

                        .grid-view .event-list li .hover-panel.mor .share .btn-next:hover {
                            background-color: #a14fd1;
                            box-shadow: inset 0 2px 3px -2px #bc71e7;
                        }

                    .grid-view .event-list li .hover-panel.mor .share .facebook, .grid-view .event-list li .hover-panel.mor .share .twitter, .grid-view .event-list li .hover-panel.mor .share .googleplus {
                        background-color: #af70d3;
                    }

                        .grid-view .event-list li .hover-panel.mor .share .facebook:hover, .grid-view .event-list li .hover-panel.mor .share .twitter:hover, .grid-view .event-list li .hover-panel.mor .share .googleplus:hover {
                            background-color: #bb7be0;
                        }

                .grid-view .event-list li .hover-panel.turkuaz {
                    background: #15abb8;
                }

                    .grid-view .event-list li .hover-panel.turkuaz .date {
                        border-color: #30ccda;
                        background: #15abb8 !important;
                    }

                        .grid-view .event-list li .hover-panel.turkuaz .date:after {
                            border-left-color: #30ccda;
                        }

                    .grid-view .event-list li .hover-panel.turkuaz .share .btn-next {
                        border-color: #0f8f9a;
                        -webkit-box-shadow: inset 0 2px 3px -2px #2dd4e2;
                        box-shadow: inset 0 2px 3px -2px #2dd4e2;
                    }

                        .grid-view .event-list li .hover-panel.turkuaz .share .btn-next:hover {
                            background-color: #19b5c3;
                            box-shadow: inset 0 2px 3px -2px #36e5f4;
                        }

                    .grid-view .event-list li .hover-panel.turkuaz .share .facebook, .grid-view .event-list li .hover-panel.turkuaz .share .twitter, .grid-view .event-list li .hover-panel.turkuaz .share .googleplus {
                        background-color: #30ccda;
                    }

                        .grid-view .event-list li .hover-panel.turkuaz .share .facebook:hover, .grid-view .event-list li .hover-panel.turkuaz .share .twitter:hover, .grid-view .event-list li .hover-panel.turkuaz .share .googleplus:hover {
                            background-color: #36d7e5;
                        }

                .grid-view .event-list li .hover-panel.yesil {
                    background: #90b815;
                }

                    .grid-view .event-list li .hover-panel.yesil .date {
                        border-color: #b0de22;
                        background: #90b815 !important;
                    }

                        .grid-view .event-list li .hover-panel.yesil .date:after {
                            border-left-color: #b0de22;
                        }

                    .grid-view .event-list li .hover-panel.yesil .share .btn-next {
                        border-color: #72920e;
                        -webkit-box-shadow: inset 0 2px 3px -2px #b4e228;
                        box-shadow: inset 0 2px 3px -2px #b4e228;
                    }

                        .grid-view .event-list li .hover-panel.yesil .share .btn-next:hover {
                            background-color: #9cc61c;
                            box-shadow: inset 0 2px 3px -2px #beed2d;
                        }

                    .grid-view .event-list li .hover-panel.yesil .share .facebook, .grid-view .event-list li .hover-panel.yesil .share .twitter, .grid-view .event-list li .hover-panel.yesil .share .googleplus {
                        background-color: #acd922;
                    }

                        .grid-view .event-list li .hover-panel.yesil .share .facebook:hover, .grid-view .event-list li .hover-panel.yesil .share .twitter:hover, .grid-view .event-list li .hover-panel.yesil .share .googleplus:hover {
                            background-color: #b7e627;
                        }

                .grid-view .event-list li .hover-panel.sari {
                    background: #ff9a40;
                }

                    .grid-view .event-list li .hover-panel.sari .date {
                        border-color: #ffb250;
                        background: #ff9a40 !important;
                    }

                        .grid-view .event-list li .hover-panel.sari .date:after {
                            border-left-color: #ffb250;
                        }

                    .grid-view .event-list li .hover-panel.sari .share .btn-next {
                        border-color: #e58938;
                        -webkit-box-shadow: inset 0 2px 3px -2px #ffb250;
                        box-shadow: inset 0 2px 3px -2px #ffb250;
                    }

                        .grid-view .event-list li .hover-panel.sari .share .btn-next:hover {
                            background-color: #ffa555;
                            box-shadow: inset 0 2px 3px -2px #ffbd69;
                        }

                    .grid-view .event-list li .hover-panel.sari .share .facebook, .grid-view .event-list li .hover-panel.sari .share .twitter, .grid-view .event-list li .hover-panel.sari .share .googleplus {
                        background-color: #ffb250;
                    }

                        .grid-view .event-list li .hover-panel.sari .share .facebook:hover, .grid-view .event-list li .hover-panel.sari .share .twitter:hover, .grid-view .event-list li .hover-panel.sari .share .googleplus:hover {
                            background-color: #ffbd69;
                        }

                .grid-view .event-list li .hover-panel.pembe {
                    background: #962a70;
                }

                    .grid-view .event-list li .hover-panel.pembe .date {
                        border-color: #b9418f;
                        background: #962a70 !important;
                    }

                        .grid-view .event-list li .hover-panel.pembe .date:after {
                            border-left-color: #b9418f;
                        }

                    .grid-view .event-list li .hover-panel.pembe .share .btn-next {
                        border-color: #7a1f5a;
                        -webkit-box-shadow: inset 0 2px 3px -2px #b9418f;
                        box-shadow: inset 0 2px 3px -2px #b9418f;
                    }

                        .grid-view .event-list li .hover-panel.pembe .share .btn-next:hover {
                            background-color: #a1357b;
                            box-shadow: inset 0 2px 3px -2px #cd55a3;
                        }

                    .grid-view .event-list li .hover-panel.pembe .share .facebook, .grid-view .event-list li .hover-panel.pembe .share .twitter, .grid-view .event-list li .hover-panel.pembe .share .googleplus {
                        background-color: #b9418f;
                    }

                        .grid-view .event-list li .hover-panel.pembe .share .facebook:hover, .grid-view .event-list li .hover-panel.pembe .share .twitter:hover, .grid-view .event-list li .hover-panel.pembe .share .googleplus:hover {
                            background-color: #cd55a3;
                        }

                .grid-view .event-list li .hover-panel.mavi {
                    background: #4164c3;
                }

                    .grid-view .event-list li .hover-panel.mavi .date {
                        border-color: #5a7ee0;
                        background: #4164c3 !important;
                    }

                        .grid-view .event-list li .hover-panel.mavi .date:after {
                            border-left-color: #5a7ee0;
                        }

                    .grid-view .event-list li .hover-panel.mavi .share .btn-next {
                        border-color: #2e4da0;
                        -webkit-box-shadow: inset 0 2px 3px -2px #5a7ee0;
                        box-shadow: inset 0 2px 3px -2px #5a7ee0;
                    }

                        .grid-view .event-list li .hover-panel.mavi .share .btn-next:hover {
                            background-color: #4e71cf;
                            box-shadow: inset 0 2px 3px -2px #6e90ef;
                        }

                    .grid-view .event-list li .hover-panel.mavi .share .facebook, .grid-view .event-list li .hover-panel.mavi .share .twitter, .grid-view .event-list li .hover-panel.mavi .share .googleplus {
                        background-color: #5a7ee0;
                    }

                        .grid-view .event-list li .hover-panel.mavi .share .facebook:hover, .grid-view .event-list li .hover-panel.mavi .share .twitter:hover, .grid-view .event-list li .hover-panel.mavi .share .googleplus:hover {
                            background-color: #6e90ef;
                        }

            .grid-view .event-list li:hover .hover-panel {
                bottom: 0;
            }

            .grid-view .event-list li:nth-child(3n) {
                margin-right: 0;
            }

.sales-points li {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .sales-points li h2 {
        margin-top: 0;
    }

    .sales-points li strong {
        display: block;
        color: #000000;
        margin-bottom: 15px;
    }

    .sales-points li .location {
        width: 25%;
        float: left;
    }

        .sales-points li .location img {
            width: 100%;
        }

    .sales-points li .address {
        width: 35%;
        padding-left: 5%;
        float: left;
    }

        .sales-points li .address a, .sales-points li .address span {
            display: block;
        }

        .sales-points li .address a {
            font-size: 12px;
            text-decoration: underline;
            margin-bottom: 10px;
        }

        .sales-points li .address .ad {
            padding-left: 30px;
            background: url("/assets/img/icn-address.png") 0 0 no-repeat;
        }

        .sales-points li .address .ph {
            padding-left: 30px;
            background: url("/assets/img/icn-phone.png") 0 0 no-repeat;
        }

        .sales-points li .address .fx {
            padding-left: 30px;
            background: url("/assets/img/icn-fax.png") 0 0 no-repeat;
        }

    .sales-points li .hours {
        width: 25%;
        padding-left: 5%;
        float: left;
    }

.selectboxit-container {
    margin: 5px 0;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

#typeSelectBoxItContainer #categoryIdSelectBoxItContainer,
#mekanSelectBoxItContainer {
    margin: 5px 0;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

#konuSelectBoxItContainer {
    width: 96.9% !important;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    background: #FFFFFF !important;
}

#konuSelectBoxIt {
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#konuSelectBoxItOptions {
    border-color: #d3d3d3;
}

#konuSelectBoxItArrowContainer {
    background: url("/assets/img/bg-select2.png") center center no-repeat;
}

#ulkeSelectBoxItContainer {
    width: 93.9%;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    background: #FFFFFF;
}

#ulkeSelectBoxIt {
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#ulkeSelectBoxItOptions {
    border-color: #d3d3d3;
}

#ulkeSelectBoxItArrowContainer {
    background: url("/assets/img/bg-select2.png") center center no-repeat;
}

#aramaSelectBoxItContainer {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    background: #FFFFFF;
}

#aramaSelectBoxIt {
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#aramaSelectBoxItArrowContainer {
    background: url("/assets/img/bg-select2.png") center center no-repeat;
}

.bgPurple .bot-line {
    border-bottom-color: #64297f;
}

.map-container {
    border-right: 1px dashed #dfdfdf;
    position: relative;
}

#map2 {
    width: 96%;
    height: 330px;
}

ul.map-guide {
    padding: 10px 20px;
    background: #915CAA;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 99;
}

    ul.map-guide li {
        color: #FFFFFF;
        padding: 3px 0;
    }

        ul.map-guide li strong {
            width: 22px;
            height: 22px;
            text-align: center;
            display: inline-block;
            margin-right: 10px;
            background: #FFFFFF;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #743790;
            font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
            font-size: 12px;
            font-weight: 700;
        }

.address-container .address {
    padding-left: 4%;
}

    .address-container .address h2:first-child {
        margin-top: 0;
    }

    .address-container .address ul li {
        clear: both;
        padding-bottom: 10px;
        line-height: 30px;
    }

        .address-container .address ul li a i {
            width: 28px;
            height: 28px;
            display: block;
            float: left;
            margin-right: 10px;
            border: 1px solid #dfdfdf;
            background: #CCCCCC;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .address-container .address ul li.facebook a i {
            background: url("/assets/img/sprite-social-media-icons.png") no-repeat scroll -16px -15px;
        }

        .address-container .address ul li.twitter a i {
            background: url("/assets/img/sprite-social-media-icons.png") no-repeat scroll -75px -15px;
        }

.contact-form {
    width: 70%;
}

    .contact-form div {
        z-index: 1;
    }

    .contact-form label {
        display: block;
        float: none;
        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #727272;
        padding-bottom: 5px;
    }

        .contact-form label span {
            font-size: 12px;
        }

    .contact-form input[type=text], .contact-form textarea {
        border: 1px solid #d3d3d3;
        padding: 5px;
        height: 30px;
        color: #727272;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .contact-form input[type=text] {
        width: 90%;
    }

        .contact-form input[type=text].wide {
            width: 95%;
        }

    .contact-form textarea {
        width: 95%;
        height: 150px;
    }

    .contact-form button {
        width: 110px;
        height: 40px;
        padding-right: 30px;
        line-height: 42px;
        display: block;
        border: none;
        background: #743790 url("/assets/img/bg-btn-send.png") right center no-repeat;
        font-size: 10px;
        color: #FFFFFF !important;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        font-weight: 700;
    }

ul#options {
    padding: 10px 0;
}

    ul#options li {
        float: left;
        padding: 0 30px 10px 0;
    }

        ul#options li input {
            margin-right: 10px;
            float: left;
            margin-top: 3px;
        }

        ul#options li label {
            float: left;
            font-size: 14px;
        }

.head-line {
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 10px 0;
}

    .head-line h1 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .head-line.search-line {
        padding-bottom: 30px;
    }

    .head-line .select-arama {
        width: 50%;
        float: left;
    }

    .head-line .founds {
        float: right;
        margin-top: 12px;
        font-size: 18px;
        color: #743790;
    }

        .head-line .founds .highlight {
            font-weight: bold;
        }

.search-results li {
    padding-bottom: 10px;
    clear: both;
    border-bottom: 1px solid #dfdfdf;
}

    .search-results li h2 {
        margin-bottom: 10px;
        color: #743790;
        font-size: 20px;
    }

    .search-results li h3 {
        margin: 0;
        color: #242424;
        font-size: 16px;
    }

    .search-results li p {
        margin: 0 0 10px 0;
        font-size: 16px;
        color: #727272;
    }

    .search-results li:last-child {
        border-bottom: none;
    }

    .search-results li .highlight {
        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        font-weight: 700;
    }

.author-search {
    width: 160px;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

/* ====================================================================================================================
  Responsive
  ================================================================================================================= */
@media only screen and (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }

    .container {
        width: 100%;
    }

    .main-menu {
        font-size: 15px;
    }

        .main-menu li {
            padding: 0 0 0 22px;
        }

    .link-gri {
        display: none;
    }

    .tabs .tab-links li a {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-404 {
        height: 100%;
    }

        .page-404 .main-container {
            height: auto !important;
        }

        .page-404 .header-container {
            height: auto !important;
            position: relative;
            left: auto;
            top: auto;
        }

        .page-404 .footer-container {
            height: auto !important;
            position: relative;
            left: auto;
            top: auto;
        }

        .page-404 .content-container {
            height: auto;
        }

            .page-404 .content-container .container {
                height: auto;
            }

        .page-404 .error-container {
            position: relative;
            top: auto;
            left: 0;
            margin-top: 0;
            padding-top: 30px;
            padding-bottom: 30px;
            height: auto;
        }

    /* Header */
    .menu-mobile {
        height: 5000px;
        padding: 30px 10px;
        width: 220px;
        position: absolute;
        right: -240px;
        top: 0;
        z-index: 100;
        border-bottom: none;
        /* @include makeTransition(all, 300ms, linear); */
    }

        .menu-mobile .menu-toggle {
            width: 100px;
            height: 40px;
            display: block;
            position: absolute;
            top: 28px;
            left: -115px;
        }

            .menu-mobile .menu-toggle span {
                font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
                font-weight: 700;
                font-size: 14px;
                line-height: 40px;
                color: #FFFFFF;
            }

            .menu-mobile .menu-toggle i {
                width: 40px;
                height: 40px;
                display: block;
                float: right;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #FFFFFF url("/assets/img/sprite-menu-toggle.png") 0 0 no-repeat;
            }

            .menu-mobile .menu-toggle:hover i {
                background-position: 0 -40px;
            }

        .menu-mobile.open {
            right: 0;
            min-height: 800px;
        }

            .menu-mobile.open .menu-toggle span {
                display: none;
            }

            .menu-mobile.open .menu-toggle i {
                background-position: 0 -80px;
            }

            .menu-mobile.open .menu-toggle:hover i {
                background-position: 0 -120px;
            }

    .main-menu {
        width: 200px;
        float: none;
        top: 0;
        left: 0;
        padding-bottom: 20px;
        position: relative;
    }

        .main-menu li {
            float: none;
            height: auto;
            padding-top: 4px;
            padding-bottom: 4px;
        }

            .main-menu li a {
                color: #2F2F2F !important;
            }

                .main-menu li a:hover {
                    color: #743790 !important;
                }

            .main-menu li.selected a {
                color: #743790;
            }

            .main-menu li ul {
                display: block;
                font-size: 12px;
            }

                .main-menu li ul li {
                    padding-left: 15px;
                }

        .main-menu.on li a {
            color: #2F2F2F;
        }

            .main-menu.on li a:hover {
                color: #743790;
            }

        .main-menu.on li.selected a {
            color: #743790;
        }

    .form-search {
        width: 196px;
        float: none;
    }

        .form-search input {
            width: 140px;
        }

        .form-search button {
            background: #e09723 url("/assets/img/sprite-search.png") center -34px no-repeat;
        }

    .form-newsletter {
        width: 196px;
        margin: 11px 0 11px 0;
        float: none;
    }

        .form-newsletter input {
            width: 140px;
        }

        .form-newsletter button {
            width: 45px;
        }

        .form-newsletter .formErrorContent {
            margin-left: -157px;
        }

    .helper-menu {
        float: none;
    }

        .helper-menu li {
            border: none;
            padding-right: 10px;
        }

            .helper-menu li .facebook, .helper-menu li .twitter, .helper-menu li .youtube, .helper-menu li .shop {
                width: 38px;
                height: 38px;
                border: 1px solid #dfdfdf;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

            .helper-menu li .shop {
                background-position: -192px -11px;
            }

                .helper-menu li .shop:hover {
                    background-position: -192px -71px;
                }

            .helper-menu li .facebook {
                background-position: -11px -11px;
            }

                .helper-menu li .facebook:hover {
                    background-position: -11px -71px;
                }

            .helper-menu li .twitter {
                background-position: -71px -11px;
            }

                .helper-menu li .twitter:hover {
                    background-position: -71px -71px;
                }

            .helper-menu li .youtube {
                background-position: -131px -11px;
            }

                .helper-menu li .youtube:hover {
                    background-position: -131px -71px;
                }

            .helper-menu li .link-lang {
                margin-top: -11px;
            }

    /* Footer */
    .footer-container {
        position: relative;
        z-index: 1;
    }

    .copy {
        width: 160px;
        position: absolute;
        left: 0;
        top: 40px;
        border-right: none;
        font-size: 9px;
    }

    .footer-menu {
        float: right;
        padding: 10px 0;
        text-align: right;
    }

        .footer-menu li {
            padding: 5px 0;
            float: none;
            border-right: none;
        }

    .logo-footer-ykksy {
        border-right: none;
    }

    /* Aside */
    .aside {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

        .aside .menu-toggle {
            height: 40px;
            line-height: 40px;
            padding-left: 10px;
            display: block;
            font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
            font-size: 8px;
            font-weight: 700;
            color: #FFFFFF;
            background: #743790;
        }

            .aside .menu-toggle i {
                width: 40px;
                height: 40px;
                display: block;
                float: right;
                background: url("/assets/img/bg-select.png") center center no-repeat;
            }

        .aside .aside-menu {
            width: 260px;
            display: none;
            position: absolute;
            top: 40px;
            right: 0;
            z-index: 98;
        }

            .aside .aside-menu li {
                float: none;
                height: auto;
            }

                .aside .aside-menu li a {
                    padding-right: 25px;
                    text-align: right;
                }

        .aside #datepicker {
            width: 260px;
            display: none;
            position: absolute;
            top: 40px;
            right: 0;
            z-index: 98;
        }

        .aside.open .aside-menu {
            display: block;
        }

        .aside.open #datepicker {
            display: block;
        }

    .content-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-detail {
        padding-left: 0;
    }

    .tabs .tab-links li {
        max-width: 90px;
    }

    .list-view .aside .menu-toggle, .grid-view .aside .menu-toggle {
        margin-bottom: 5px;
    }

    #categoryIdSelectBoxItContainer, #mekanSelectBoxItContainer {
        margin: 5px 0;
    }

    .grid-view .event-list li {
        width: 32%;
        margin: 0 0.5% 1% 0.5%;
    }

    .book-list {
        position: relative;
        margin: 0 auto;
    }

    .notTablet {
        display: none;
    }

    .mega-menu {
        display: none !important;
    }

    .contact-form {
        width: 100%;
    }

    .video-thumbs li {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .marginLeftRight10 {
        margin-left: 0;
        margin-right: 0;
    }

    .btn-big {
        font-size: 13px;
    }

        .btn-big i {
            display: none;
        }

    /* Kitap Detay */
    .book-detail .properties li {
        border-right: none !important;
    }

    .tabs .menu-toggle {
        height: 58px;
        line-height: 58px;
        margin: 0;
        padding: 0 0 0 25px;
        display: block;
        border: 1px solid #dfdfdf;
        font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #743790;
        background: #FFFFFF;
    }

        .tabs .menu-toggle i {
            width: 30px;
            height: 30px;
            display: block;
            float: right;
            margin: 15px 15px 0 0;
            background: #743790 url("/assets/img/sprite-btn-icons.png") -195px -15px no-repeat;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

    .tabs .tab-links {
        width: 260px;
        display: none;
        position: absolute;
        top: 59px;
        right: 0;
        z-index: 3;
    }

        .tabs .tab-links li {
            width: 259px;
            max-width: 259px;
            display: block;
            float: none;
            height: auto;
            border-left: 1px solid #dfdfdf;
        }

            .tabs .tab-links li a {
                max-width: 220px;
                width: 220px;
                padding: 10px 20px;
                text-align: right;
            }

            .tabs .tab-links li.selected:last-child {
                border-bottom-color: #dfdfdf;
            }

    .tabs.open .tab-links {
        display: block;
    }

    .gallery-thumb li {
        width: 33.3%;
    }

    .grid-view .event-list li {
        width: 49%;
        margin: 0 0.5% 1% 0.5%;
    }

        .grid-view .event-list li:nth-child(3n) {
            margin-right: 0.5%;
        }

        .grid-view .event-list li:nth-child(2n) {
            margin-right: 0;
        }

    .wall-container .wall-list > li.w3 {
        width: 450px;
    }

        .wall-container .wall-list > li.w3 .slider li a img {
            min-height: 200px;
        }

    .tabs-writer {
        width: 100%;
        padding-left: 0;
        float: none;
    }

    .writer-cover {
        width: 100%;
        float: none;
    }

        .writer-cover .btn-big i {
            display: block;
        }

    .sales-points li .location {
        width: 20%;
    }

    .sales-points li .address {
        width: 35%;
    }

    .sales-points li .hours {
        width: 30%;
        padding-left: 5%;
    }

    .map-container {
        width: 100% !important;
        padding: 0;
        display: block;
        border-right: none;
    }

    #map2 {
        width: 100%;
    }

    .address-container {
        width: 100% !important;
        padding: 0;
        display: block;
        float: none !important;
        clear: both !important;
    }

        .address-container .address {
            padding-left: 0;
            padding-top: 20px;
        }

    .contact-form label span {
        display: none;
    }

    .head-line {
        border-bottom: none;
        padding-bottom: 7px;
    }

        .head-line .founds {
            width: 100%;
            float: none;
            clear: both;
            text-align: left;
        }

        .head-line .select-arama {
            width: 100%;
            float: none;
            clear: both;
        }

    #aramaSelectBoxItContainer {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 509px) {
    /* Sadece ana sayfa ve kitap sayfasi icin */
    .wall-list {
        width: 100% !important;
    }

        .wall-list > li {
            width: 100% !important;
            height: auto !important;
            max-height: auto !important;
            float: none;
            position: relative !important;
            top: auto !important;
            clear: both !important;
        }

            .wall-list > li .front {
                position: relative !important;
                height: auto !important;
            }

            .wall-list > li.w3 {
                width: 100% !important;
                height: auto !important;
            }

    .book-list {
        width: 100% !important;
    }

        .book-list li {
            width: 100% !important;
            height: auto !important;
            max-height: auto !important;
            float: none;
            position: relative !important;
            top: auto !important;
            clear: both !important;
        }

            .book-list li .front {
                position: relative !important;
                height: auto !important;
            }
}

@media only screen and (max-width: 480px) {
    .btn-big, .label-green {
        margin: 10px 0;
        padding: 0;
        width: 100%;
        float: none;
        text-align: left;
    }

        .btn-big span, .label-green span {
            padding: 0 0 0 25px;
            text-align: left;
        }

        .btn-big i, .label-green i {
            display: block;
        }

    .label-green {
        text-indent: 25px;
    }

        .label-green i {
            width: 22px;
            height: 9px;
            left: 10px;
            top: -9px;
            background: url("/assets/img/bg-label-green2.png") 0 0 no-repeat;
        }

    .tabs {
        margin-top: 30px;
    }

    .book-detail .book-cover {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .book-detail .properties {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }

    .event-detail .book-cover {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .event-detail .properties {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }

    .gallery-thumb li {
        width: 100%;
    }

        .gallery-thumb li a img {
            height: auto;
        }

    .grid-view .event-list li {
        width: 100%;
        margin: 0 0 1% 0;
    }

    .sales-points li .location {
        width: 100%;
        float: none;
        padding-bottom: 15px;
    }

    .sales-points li .address {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .sales-points li .hours {
        width: 100% !important;
        float: none;
        padding-left: 0;
    }

        .sales-points li .hours strong {
            margin-top: 15px;
        }

    .mag-intro {
        width: 100%;
        padding-left: 0;
        float: none;
    }

    .video-thumbs li {
        width: 100%;
    }

    .head-line h1 {
        font-size: 35px;
        line-height: 1em;
    }
}

@media only screen and (max-width: 320px) {
    .list-view .event-list h4 {
        clear: both;
    }

    .list-view .event-list img {
        width: 220px;
        height: auto;
        margin-right: 0;
    }
}

.event-custom-button {
    margin-top: 50px;
    line-height: 18px;
    padding: 15px 40px 15px 20px;
    display: block;
    margin-bottom: 10px;
    background: #743790 url(/assets/img/bg-btn-send.png) right center no-repeat;
    font-size: 13px;
    color: #fff !important;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.event-custom-button:hover {
    text-decoration: none;
}
/* Chrome */

/*# sourceMappingURL=yky.css.map */
