/* General styles */
.responsive_only {
    display: none !important;
}
.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_slides .slide {
    width: 100% !important;
    /*max-height: 219px;*/
}
.bts-feature_panels .tabs_slides .multi_panel_slides {
    width: 616px !important;
    min-height: 231px !important;
}
.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_slides .slide .content {
    width: 45% !important;
    float: right !important;
}

.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_nav {
    margin-top: 20px !important;
}
.section-about-us.page-about-booktrust #main_content a.external
{
    background: none;
    padding: 0;
}

 #timeline,
 #timeline li {
    list-style: none;
    padding: 0px;
    margin-left: 0px;
}

#timeline li h2
{
    margin: 15px 0 5px;
}

#timeline li .description
{
    padding-bottom: 10px;
}

.page-about-booktrust #content_module .main_image
{
    width: 250px;
}


/* Feature panels for shared pages
----------------------------------------------------------- */



/* -------------------------------------------------------
    Default feature panels
------------------------------------------------------- */

.bts-feature_panels .panel {
    float: none;
    display: inline-block;
    position: relative;
    width: 300px;
    margin: 0 38px 28px 0;
}
.bts-feature_panels .panel.last {
    margin-right: 0;
}
    .bts-feature_panels .panel .icon {
        display: none;
    }
    .bts-feature_panels .panel > .content {
        -webkit-box-shadow: 0px 0px 6px 0px #e6e6e6;
        box-shadow: 0px 0px 6px 0px #e6e6e6;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #f28f71;
        background: url(../images/panel_bg_generic.png) 0 0 repeat-y #fff;
    }
        .bts-feature_panels .panel .content:after {
            /*clear:both*/clear: both;content: ".";display: block;height: 0;visibility: hidden;
        }
        .bts-feature_panels .panel .line {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #eaeaea;
            margin: 0 0 12px;
            height: 0;
            overflow: hidden;
            clear: both;
        }
        .bts-feature_panels .panel .content_inner {
            margin: 0 0 12px;
            padding: 0 12px;
            font-size: 13px;
        }
            .bts-feature_panels .panel .content_heading {
                padding-top: 18px;
                min-height: 32px;
            }
                .bts-feature_panels .panel .content_heading h2 {
                    margin: 0;
                }
                .bts-feature_panels .panel .content_inner:after {
                    /*clear:both*/clear: both;content: ".";display: block;height: 0;visibility: hidden;
                }
                .bts-feature_panels .panel .content_inner:last-child {

                }
            .bts-feature_panels .panel .content_inner.content_full {
                padding: 0 0;
            }
            .bts-feature_panels .panel .content_footer {

            }

        .bts-feature_panels .panel h2,
        .bts-feature_panels .panel h3 {
            margin-top: 0;
            padding-top: 0;
            margin: 0 0 12px;
            font-size: 20px;
        }
        .bts-feature_panels .panel h2,
        .bts-feature_panels .panel h2 a {
            color: #40433F;
        }
        .bts-feature_panels .panel h3 {
            font-size: 15px;
        }

        .bts-feature_panels .panel .author {
            font-weight: bold;
        }

        .bts-feature_panels .panel .image {
            position: relative;
            margin: 0 0 12px;
        }
            .bts-feature_panels .panel .image img {
                display: block;
            }
            .bts-feature_panels .panel .image.fp_theme_regular {
                background: #1ea5a0;
                padding: 3px;
                margin: 0 0 14px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                height: auto;
            }
            .bts-feature_panels .panel .image.fp_theme_regular .image_mask {
                display: none;
                position: position;
            }
            .bts-feature_panels .panel .image.fp_theme_basic .image_mask {
                display: none;
            }

        .bts-feature_panels .panel .description {
            margin: 0 0 12px;
        }
            .bts-feature_panels .panel .description ul {
                padding-left: 0;
            }
            .bts-feature_panels .panel .description ul li {
                list-style: none;
                background: url(../images/arrow.png) no-repeat 0 5px;
                padding-left: 20px;
            }

        .bts-feature_panels .panel .button {
            width: 100%;
        }


/* -------------------------------------------------------
    Standard feature panels
------------------------------------------------------- */

.bts-feature_panels .panel.panel_standard {

}
    .bts-feature_panels .panel.panel_standard .content {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #fff;
        background: none;
    }


/* -------------------------------------------------------
    Standard wide feature panels
------------------------------------------------------- */

.bts-feature_panels .panel.panel_wide {
    float: none;
    width: auto;
    margin-right: 0;
}



/* -------------------------------------------------------
    Sidebar feature panels
------------------------------------------------------- */

#sidebar .bts-feature_panels .panel {
    margin-bottom: 30px;
}
#sidebar .bts-feature_panels .panel {
    width: 260px;
}
    .bts-feature_panels .panel.side {
        margin-right: 0;
    }


/* -------------------------------------------------------
    Feature panels with red wrap
------------------------------------------------------- */

.bts-feature_panels .panel.panel_red_wrap {
    margin: 0 28px 28px 0;
    float: left;
}
.bts-feature_panels .panel.panel_red_wrap.last {
    margin-right: 0;
    float: left;
}
    .bts-feature_panels .panel.panel_red_wrap .content {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #fff;
        background: none;
    }
    .bts-feature_panels .panel.panel_red_wrap .image {
        background: url(../images/panel_red.png) 0 bottom repeat;
        padding: 4px;
        margin: 0 0 14px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: auto;
    }
        .bts-feature_panels .panel.panel_red_wrap .image h2 {
            padding: 10px 10px 8px;
            color: #FFF;
            margin: 0;
            font-size: 18px;
        }
        .bts-feature_panels .panel.panel_red_wrap .image h2 a,
        .bts-feature_panels .panel.panel_red_wrap .image h2 a:visited {
            color: #FFF;
        }
    .bts-feature_panels .panel.panel_red_wrap .description {
        margin: 0 0 10px;
    }


 /* -------------------------------------------------------
    Multi feature panels
------------------------------------------------------- */

    .bts-feature_panels .panel.multi {
        position: relative;
        width: auto;
        margin-right: 0;
        float: none;
        clear: both;
    }


/* -------------------------------------------------------
    Wide feature panels
------------------------------------------------------- */

    .bts-feature_panels .panel.wide {
        position: relative;
        width: auto;
        margin-right: 0;
        float: none;
        clear: both;
    }
        .bts-feature_panels .panel.wide .panel_inner {
            padding: 12px;
        }
        .bts-feature_panels .panel.wide .panel_inner.panel_header h2 {
            margin: 0;
        }
        .bts-feature_panels .panel.wide .image {
            float: left;
            margin: 0;
            position: absolute;
            top: 12px;
            left: 12px;
        }
        .bts-feature_panels .panel.wide .panel_inner .content {
            margin-left: 335px;
            min-height: 210px;
            padding: 10px 0 0;
        }
        .bts-feature_panels .panel.wide .description ul {
            margin-left: 0;
        }
            .bts-feature_panels .panel.wide .panel_inner .content h2,
            .bts-feature_panels .panel.wide .panel_inner .content .description,
            .bts-feature_panels .panel.wide .panel_inner .content .link {
                float: left;
                clear: both;
                width: 100%;
            }
            .bts-feature_panels .panel.wide .panel_inner .content .link {
                padding-top: 5px;
            }
            .bts-feature_panels .panel.wide .panel_inner .content .description ul li {
                background: url(../images/arrow.png) no-repeat 0 4px;
                padding-left: 20px;
                list-style: none;
            }

        /* Wide panel with container (grey border) ------------------------------------- */
        /*
        .bts-feature_panels .panel.wide.grey_border {
            background: url(../images/panel_content.png) 0 0 no-repeat;
        }

        .bts-feature_panels .panel.wide.grey_border .bottom {
            background: url(../images/panel_content.png) bottom left no-repeat;
            height: 10px;
            float: left;
            width: 642px;
        }

        .bts-feature_panels .panel.wide.grey_border .panel_inner {
            width: 612px;
            background: url(../images/panel_content.png) right bottom no-repeat;
            float: left;
            padding: 15px;
            padding-bottom: 20px;
        }
        .bts-feature_panels .panel.wide.grey_border .content {
            width: 272px;
        }

        .categories.bts-feature_panels .panel.wide.grey_border .content {
            width: 642px;
            margin-left: 0;
        }
        */


        /* question-answer */

        .bts-feature_panels .panel.wide.question {

        }
            .bts-feature_panels .panel.wide.question h2 {
                width: 570px;
                font-size: 1.2em;
            }
            .bts-feature_panels .panel.wide.question .icon.q {
                width: 37px;
                height: 37px;
                float: left;
                background: none;
                margin-right: 10px;
            }

            .bts-feature_panels .panel.wide.question .content .content_inner.answers {
                margin: 0 10px 0 15px;
                padding: 0 0 0 37px;
                background: none;
                width: 580px;
            }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner {
                    border-left: 1px solid #DCE5E2;
                    margin-left: 10px;
                }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner .option {
                    padding: 5px 10px;
                    height: 35px;
                }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner .option .radio {
                    float: left;
                }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner .option .q {
                    display: none;
                }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner .option label {
                    font-size: 1.2em;
                    font-weight: bold;
                    padding-top: 7px;
                    float: left;
                }


    /* Panel list ------------------------------------------------------- */

    .bts-feature_panels .panel .panel_list {

    }
        .bts-feature_panels .panel .panel_list ul {
            list-style: none;
            padding: 0;
            margin: 0 0 12px;
            display: block;
        }
            .bts-feature_panels .panel .panel_list ul li {
                display: block;
                margin: 0 0 10px;
                position: relative;
                min-height: 32px;
                line-height: 18px;
            }
            .bts-feature_panels .panel .panel_list ul li:last-child {
                margin-bottom: 0;
            }
                .bts-feature_panels .panel .panel_list ul li .image {
                    float: right;
                    width: 30px;
                    height: 30px;
                    margin: 2px 0 0 10px;
                    display: block;
                    font-size: 20px;
                    line-height: 30px;
                    color: #ddd;
                    font-weight: bold;
                    text-align: center;

                    border: 1px solid #eee;

                    -webkit-border-radius: 3px;
                    border-radius: 3px;

                    -webkit-box-shadow: inset -1px -1px 0 0 #fff;
                    box-shadow: inset -1px -1px 0 0 #fff;
                }
                    .bts-feature_panels .panel .panel_list ul li .image img {
                        -webkit-border-radius: 2px;
                        border-radius: 2px;
                        margin: -1px 0 0 -1px;
                    }
                .bts-feature_panels .panel .panel_list ul li .content {
                    display: block;
                }
                    .bts-feature_panels .panel .panel_list ul li .content a,
                    .bts-feature_panels .panel .panel_list ul li .content a:visited {
                        font-weight: bold;
                        text-decoration: none;
                    }


    /* Fancy list ------------------------------------------------------- */

    .bts-feature_panels .panel .fancy_list {
        line-height: 17px;
        border: 1px solid #eee;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset -1px -1px 0 0 #fff;
        box-shadow: inset -1px -1px 0 0 #fff;
        background: #FFF;
    }
        .bts-feature_panels .panel .fancy_list ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .bts-feature_panels .panel .fancy_list ul li {
            display: block;
            padding: 5px 10px;
            border-bottom: 1px solid #eee;
        }
        .bts-feature_panels .panel .fancy_list ul li:last-child {
            border: 0;
        }
            .bts-feature_panels .panel .fancy_list ul li a,
            .bts-feature_panels .panel .fancy_list ul li a:visited {
                text-decoration: none;
            }




/*
Lisa: urgently fixing bug on all sites
Please move these rules into appropriate places later
---------------------------------------- */
.bts-feature_panels .tabs_slides {
    background: none;
    width: auto;
    float: none;
}

.bts-feature_panels .tabs_slides .multi_panel_slides {
    padding: 0;
    width: 100%;
}

.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_slides .slide {
    min-height: 212px;
    padding: 15px 0;
}

.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_nav {
    margin-bottom: 0;
}

.bts-feature_panels .tabs_slides .multi_panel_nav {
    float: left;
    height: 40px;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}

.bts-feature_panels .tabs_slides .multi_panel_nav ul {
    display: table;
    height: 40px;
    padding: 0;
    width: 100%;
}

.bts-feature_panels .tabs_slides .multi_panel_nav ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fafafa;
    border-color: #E0E0E0;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    color: #40433F;
    cursor: pointer;
    display: table-cell;
    font-weight: bold;
    height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.bts-feature_panels .tabs_slides .multi_panel_nav ul li:first-child {
    border-radius: 3px 0 0 3px;
    border-width: 1px;
}


.bts-feature_panels .tabs_slides .multi_panel_nav ul li span {
    display: block;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    height: 40px;
    text-align: center;
}

.bts-feature_panels .tabs_slides .multi_panel_nav ul li span {
    display: block;
    height: 25px;
    padding-top: 13px;
    text-decoration: none;
}


.bts-feature_panels .tabs_slides .multi_panel_nav ul li.active {border-color: #1ea5a0;
    background: #1ea5a0;
    border: 1px solid #1ea5a0;
    color: #FFFFFF;
    cursor: default;
    margin: -1px;
}

.bts-feature_panels .tabs_slides .multi_panel_slides .slide .inner {
    clear: both;
    float: left;
    width: 100%;
}

.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_slides .slide .image {
    float: left;
    margin: 0 20px 0 0;
}

.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_slides .slide .content {
    padding: 8px 0 0;
}

.bts-feature_panels .panel .mailing_list_form_container .quick_form .quick_form_field {
    width: 170px;
}
.bts-feature_panels .quick_form .quick_form_field, .bts-feature_panels .quick_form .quick_form_select {
    border: 1px solid #E0E0E0;
    border-radius: 3px 0 0 3px;
    color: #B3B4B2;
    float: left;
    height: 22px;
    margin: 0;
    padding: 6px;
    width: 170px;
}

.bts-feature_panels .panel .mailing_list_form_container .quick_form .button {
    width: 82px;
}

.bts-feature_panels .quick_form .button {
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0;
    clear: none;
    float: left;
    height: 34px;
    white-space: nowrap;
}
.bts-feature_panels .button,
.bts-feature_panels .large_button,
.bts-feature_panels .mainButton,
.bts-feature_panels .less-link .link,
.bts-feature_panels .more-link .link,
.bts-feature_panels .submitFormRow .mainButton,
.bts-feature_panels .button.button_2,
.bts-feature_panels .less-link .link,
.bts-feature_panels .more-link .link,
.bts-feature_panels #addReview .formRow .mainButton,
.bts-feature_panels .submitFormRow .mainButton  {
    background: url("../images/panel_tabs_2_bg.png") repeat-x scroll 0 bottom #f7f7f7;
    border: 1px solid #E0E0E0;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: auto;
    margin: 0;
}

.bts-feature_panels .button a,
.bts-feature_panels .button a:visited,
.bts-feature_panels .large_button a,
.bts-feature_panels .large_button a:visited,
.bts-feature_panels .more-link .link a,
.bts-feature_panels .submitFormRow .mainButton a,
.bts-feature_panels .submitFormRow .mainButton a:visited,
.bts-feature_panels .mainButton a,
.bts-feature_panels .mainButton a:visited {
    color: #40433F !important;
    text-decoration: none;
    background: none;
}

.bts-feature_panels .generic-crf-multi-choice-donation .large_button a,
.bts-feature_panels .generic-crf-multi-choice-donation .large_button a:visited {
    color: white !important;
}


.bts-feature_panels .quick_form .button a {
    padding-left: 20px;
    white-space: nowrap;
    background: none;
    height: auto;
}

.bts-feature_panels .button.button_2 a {
    background: url("../images/arrow_icons.png") no-repeat scroll 10px -392px transparent;
    padding-left: 40px;
    height: auto;
}

.bts-feature_panels .button a, .bts-feature_panels .large_button a, .bts-feature_panels .mainButton a,
.bts-feature_panels .less-link .link a, .bts-feature_panels .more-link .link a,
.bts-feature_panels .submitFormRow .mainButton a,
.bts-feature_panels .more-link .link a,
.bts-feature_panels .less-link .link a,
.bts-feature_panels #addReview .formRow .mainButton a,
.bts-feature_panels .submitFormRow .mainButton a {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: none;
    font-size: 11.5px;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 8px 20px;
}

.bts-feature_panels div.image img {
    margin-bottom: 0;
}

.bts-feature_panels .link {
    clear: none;
}

.bts-feature_panels .large_button.button_2 {
    border: 1px solid #d1462b;
    background: url(../images/panel_tabs_2_active.png) 0 -7px repeat-x;
}

.bts-feature_panels .large_button a {
padding: 4px 10px;
}

/* dynamic spaces */
.page-partners .da_container,
.page-sponsors .da_container {
    background: url("../images/dynamic_bg_10.jpg") no-repeat scroll center -50px transparent;
    height: 160px;
}

#dynamic_version .slides_container_prizes #next,
#dynamic_version .slides_container_prizes #previous {
    position: absolute;
    width: 33px;
    height: 68px;
    cursor: pointer;
    z-index: 100;
    top: 95px;
    background: url(../images/da/da_previous_next.png) no-repeat;
}

#dynamic_version .slides_container_prizes #next {
    right: 0;
    background-position: top right;
}

.page-partners #da_container .slides_container_prizes #next,
.page-sponsors #da_container .slides_container_prizes #next,
.page-partners #da_container .slides_container_prizes #previous,
.page-sponsors #da_container .slides_container_prizes #previous {
    top: 45px;
}

#dynamic_version .slides_container,
#dynamic_version .slides,
#dynamic_version .slide {
    width: 995px;
    position: relative;
}

.page-partners #da_container .slides_container,
.page-sponsors #da_container .slides_container,
.page-partners #da_container .slides,
.page-sponsors #da_container .slides,
.page-partners #da_container .slide,
.page-sponsors #da_container .slide {
    height: 160px;
}

#da_container .slide .slide_inner {
    width: 916px;
    margin: 80px auto 0 auto;
    height: 300px;
}

.page-partners #da_container .slide .slide_inner,
.page-sponsors #da_container .slide .slide_inner {
    height: 115px;
    margin: 0 !important;
    padding-top: 22px;
}

#da_container .slides_container_prizes .slides .slide .slide_inner {
    position: relative;
    width: 995px;
}

.squares_container {
    position: relative;
    width: 885px;
    left: 50px;
}

#da_container .slide .slide_inner .square {
    width: 188px;
    height: 155px;
    float: left;
    margin-right: 21px;
    margin-bottom: 10px;
    background: url(../images/da/da_panel_bg.png) no-repeat;
    padding: 10px;
}

.page-partners #da_container .slide .slide_inner .square,
.page-sponsors #da_container .slide .slide_inner .square {
    width: 121px;
    height: 99px;
    background: url(../images/da/da_panel_small_bg.png) no-repeat;
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
}

#da_container .slides_container_prizes .slides .slide .slide_inner .box {
    float: left;
    position: absolute;
}

.page-partners #da_container .slide .slide_inner .square span,
.page-sponsors #da_container .slide .slide_inner .square span,
.page-small #da_container .slide .slide_inner .square span,
.page-prizes #da_container .slide .slide_inner .square span {
    display: table-cell;
    vertical-align: middle;
    width: 121px;
    height: 99px;
}

.page-partners #dynamic_version .slide .slide_inner .square span img, .page-sponsors #dynamic_version .slide .slide_inner .square span img, .page-small #dynamic_version .slide .slide_inner .square span img, .page-prizes #dynamic_version .slide .slide_inner .square span img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.page-partners #dynamic_version .small_prizes .slide .slide_inner .square img, .page-sponsors #dynamic_version .small_prizes .slide .slide_inner .square img {
    padding-top: 0;
}