:root {
    --PAGE_WIDTH: 1400px;
    --TEXT_COLOUR: rgba(211, 211, 211, 0.78);
    --TEXT_COLOUR_DIMMED: rgba(211, 211, 211, 0.6);
    --TEXT_COLOUR_VERY_DIMMED: rgba(211, 211, 211, 0.4);
    --TEXT_COLOUR_ZOOM: rgba(211, 211, 211, 0.5);
    --TEXT_LINK_COLOUR: rgba(214, 173, 112, 1.0);
    --TEXT_LINK_COLOUR_DIMMED: rgba(214, 173, 112, 0.65);
    --TEXT_HOVER_COLOUR: rgb(255, 177, 0);
    --BODY_BACK_COLOUR: #403b34;
    --PAGE_BACK_COLOUR: rgb(26, 18, 12);
    /*    --PAGE_BACK_COLOUR: rgb(47, 33, 20);*/
    /*#29190a; */
    /* hint of orange */
    --PHOTO_BORDER_COLOUR: #6f6f6f;


    --PAGE_HEADER_COLOUR: rgb(177, 21, 1);
    /*#ff5200;*/
    --PAGE_SUB_HEADER_COLOUR: #d6ad70;

    /* see https://fonts.google.com/ */
    --FONT_TEXT: 'Roboto', sans-serif;
    /* 100 300 400 500 700 900 */
    /* font family for normal text */
    --FONT_HEADER: 'Rubik', sans-serif;
    /* 300 400 500 700 900 */
    /* font family for H1 H2 etc. */
    --FONT_FEATURE: 'Roboto', sans-serif;
    /* 100 300 400 500 700 900 */
    /* font family for feature boxes   NOT YET USED */
    --FONT_FIXED: 'Courier New', Courier, monospace;

    /* for the list page */
    --LIST_TEXT_COLOUR: rgba(211, 211, 211, 0.78);
    --LIST_TEXT_COLOUR_LINK: rgb(211, 207, 195);
    --LIST_TEXT_COLOUR_HOVER: rgb(255, 177, 0);
    --LIST_TABLE_COLOUR_HOVER: rgba(0, 0, 0, 0.48);
    /*rgba(255, 177, 0, 0.05);*/
    --LIST_HEADER_COLOUR: rgba(240, 28, 0, 0.9);
    --LIST_HEADER_BORDER_COLOUR: rgba(252, 184, 0, 0.64);
    --LIST_ITEM_BORDER_COLOUR: rgba(208, 208, 208, 0.3);

    --LIST_TEXT_COLOUR_TITLE: rgba(255, 177, 0, 0.9);

    --LIST_HEADER_BACK_COLOUR: rgba(147, 17, 0, 0.71);
    --LIST_HEADER_BACK_COLOUR_CLOSE: rgba(147, 17, 0, 0.1);
    --LIST_HEADER_BACK_COLOUR_EDGE: rgb(177, 21, 1);
    --LIST_HEADER_BACK_COLOUR_EDGE_CLOSE: rgb(177, 21, 1, 0.4);








    --LIST_TABLE_WIDTH_DESKTOP: 900px;

    --DEBUG_BORDER: none; /*#788978 dotted 1px;*/
}



html {
    background-image: url(../pic/dunn_bk_pat2.png);


}

body {
    margin: 0px;
    padding: 0px;
    color: var(--TEXT_COLOUR);
    font-family: var(--FONT_TEXT);
    font-size: 20px;
    font-weight: 400; //background-color: var(--BODY_BACK_COLOUR);
    
}

h1 {
    font-size: 1.70em;
    font-weight: bold;
    letter-spacing: 1px;
    letter-spacing: 1px;
    color: var(--PAGE_HEADER_COLOUR);
    font-family: var(--FONT_HEADER);
    margin-top: 10px;


}

h2 {
    /* as used in the accordian selections*/
    font-size: 1.2em;
    font-weight: bold;
    color: var(--PAGE_SUB_HEADER_COLOUR);
}

#text_section h2 {
    margin-top: 4px;
}

@media all and (max-width:700px) {

    /* was 600 */
    .ps_hero h1 {
        max-width: none;
        font-size: 1.4em;
    }

    #text_section h2 {
        font-size: 1.1em;
    }
}


h3 {
    font-size: 1.0em;
    font-weight: bold;
    color: var(--PAGE_SUB_HEADER_COLOUR);
    margin: 20px 0px 3px 0px;
}

p {
    clear: both;
    border-left: 8px var(--PAGE_SUB_HEADER_COLOUR) solid;
    padding-left: 16px;
}

@media all and (max-width:700px) {

    /* was 600 */
    p {
        border: none;
        padding: 0;
    }
}


ul h3 {
    margin-left: -20px;
}

.whole_screen {
    /* the flex container representing the whole client part of the browser window */
    display: flex;
    /*     establish flex container */
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;

}

.whole_page {
    width: var(--PAGE_WIDTH);
    max-width: 100%;
    margin: 0;
}

.page_content {
    margin-top: 10px;
    position: relative;
    min-height: 800px;
    background-color: var(--PAGE_BACK_COLOUR);

    padding: 20px 20px 20px 50px;

}

.ps_photo_display {
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}


@media all and (max-width:900px) {

    .page_content {
        padding: 12px;
    }
}

@media all and (max-width:700px) {
    /* was 600 */

    .page_content {
        padding: 8px;
    }
}

.draiggoch_back_20 {
    background-image: url("../pic/draiggoch_front_800h_trans20.webp");
    background-position: right top;
    background-repeat: no-repeat;
    /* Do not repeat the image */
}

.draiggoch_back_05 {
    background-image: url("../pic/draiggoch_front_800h_trans10.webp");
    background-position: right top;
    background-repeat: no-repeat;
    /* Do not repeat the image */
}



#signoff_words {
    position: relative;
    bottom: 2px;
    color: var(--PAGE_HEADER_COLOUR);
    margin-top: 10px;
    font-size: 1.2em;
    /*font-style: italic;*/
    font-family: var(--FONT_HEADER);
}

.page_foot {
    margin-top: 0px;
    padding-left: 4px;
    padding-right: 4px;
    background: none;
    min-height: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 0.85em;
    background-color: var(--BODY_BACK_COLOUR);

    border-top: 1px solid var(--PHOTO_BORDER_COLOUR);

}



#text_section__SAVE {
    width: 100%;
    max-width: 900px;
    min-width: 320px;
    /*flex: 0 1 auto;*/
    float: left;

}

#text_section {
    width: auto;
    max-width: 900px;
    min-width: 240px;
    min-width: 65%;
    /*flex: 0 1 auto;*/
}

/*
@media all and (max-width:1400px) {
  #text_section {
    max-width: 800px;
  }
}

@media all and (max-width:1300px) {
  #text_section {
    max-width: 700px;
  }
}

@media all and (max-width:1200px) {
  #text_section {
    max-width: 600px;
  }
}

@media all and (max-width:1100px) {
  #text_section {
    max-width: 500px;
  }
}
*/

.photos_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    /*stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe;*/
}


.head_colour {
    color: var(--PAGE_HEADER_COLOUR);
}

a:link,
a:visited {
    text-decoration: none;
    color: yellow;
    color: var(--TEXT_LINK_COLOUR);
    padding-left: 3px;
}

a:hover,
a:active {
    text-decoration: underline;
    color: yellow;
    color: var(--TEXT_HOVER_COLOUR);
}



.ps_video_box {
    display: inline-block;
    padding: 32px 8px 0 8px;

}


/* overrides of what is in lbx_photo.css
   ====================================*/

.lbx_photo_box_XXX {  
    margin: -6px 8px -6px 8px;
}

@media all and (max-width:700px) {

    /* was 600 */
    .lbx_photo_box_XXX { 
        margin: -6px 0px -6px 0px;
    }

}

.lbx_photo_box {
    float: left;
    display: table;
    position: relative;
    margin: 10px 18px 10px 18px;
    z-index: 2;
}

@media all and (max-width:700px) {
    .lbx_photo_box {
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 28px;
    }
}

@media all and (max-width:500px) {
    .lbx_photo_box {
        margin-left: 2px;
        margin-right: 2px;
    }
}


.kbx_corner_plus {
    /*  should not need to override this !!! */
    bottom: 7px;
}

.lbx_photo_caption {
    padding-bottom: 3px;
    border-bottom: solid 1px var(--TEXT_COLOUR_VERY_DIMMED);
}


.lbx_photo_border {
    border: solid 2px var(--PHOTO_BORDER_COLOUR);
}

a:hover .ps_photo_lbx_LBX_OUT,
a:active .ps_photo_lbx_LBX_OUT {
    z-index: 1;
    position: relative;
}


/*   ====================================*/

.photo_centre {
    /* not sure if it works??  */
    margin: 0 auto;

}


.dropshadow {
    -moz-box-shadow: 10px 10px 12px #999;
    -webkit-box-shadow: 10px 10px 12px #999;
    box-shadow: 8px 8px 9px #aaa;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=33, Direction=135, Color='#666666')";
    /* For IE 5.5 - 7 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
}




.share_stuff {
    color: var(--TEXT_COLOUR_DIMMED);
}

.share_button {
    cursor: default;
    background: none;
    margin: 0 0 0 5px;
    /*                           changed to show like a link
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--TEXT_COLOUR_DIMMED);
    */
    color: var(--TEXT_LINK_COLOUR_DIMMED);
    outline: none;
    border: none;
    font-size: 1.0em;


}

.share_button:hover,
.share_button:active {
    color: var(--TEXT_LINK_COLOUR);
    text-decoration: underline;
    border-color: var(--TEXT_COLOUR);

}

.dimmed {
    color: var(--TEXT_LINK_COLOUR_DIMMED);
    opacity: 0.5;
}

.copyright_words {
    color: var(--TEXT_COLOUR_DIMMED);
}

.copyright_words a:link,
.copyright_words a:visited {
    color: var(--TEXT_LINK_COLOUR_DIMMED);
}

.copyright_words a:hover,
.copyright_words a:active {
    color: var(--TEXT_LINK_COLOUR);
}


#banner_section__SAVE {
    /*display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;*/
    width: 100%;
}

#banner_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

@media all and (max-width:700px) {

    /* was 600 */
    #banner_section {
        display: block;
    }
}

#zoom_button_section__SAVE {
    float: right;
    background: rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    margin-bottom: 30px;
    border: 1px rgba(255, 255, 255, 0.20) solid;
}

#zoom_button_section {
    min-width: 300px;
    width: fit-content;
    height: fit-content;
    background: rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    border: 1px rgba(255, 255, 255, 0.20) solid;
}

@media all and (max-width:700px) {

    /* was 600 */
    #zoom_button_sectionZZ {
        margin: 0 auto;
    }
}

#zoom_section_click_on,
#zoom_section_buttons {
    display: block;
}

@media all and ((max-width:700px) or (max-height:700px)) {
    /* was 600 */

    #zoom_section_click_on,
    #zoom_section_buttons {
        display: none;
    }
}

#zoom_section_slideshow {
    cursor: pointer;
}

#zoom_section_slideshow:hover,
#zoom_section_slideshow:active {
    color: var(--TEXT_LINK_COLOUR);
    text-decoration: underline;
}

.a_zoom_button {
    background: none;
    color: var(--TEXT_COLOUR_ZOOM);
    font-size: 16px;
    margin: 2px 3px 12px 3px;
    outline-style: solid;
    outline-width: 1px;
    border: none;
    outline-color: var(--TEXT_COLOUR_ZOOM);
}

.a_zoom_button:hover,
.a_zoom_button:active {
    color: var(--TEXT_LINK_COLOUR);
    outline-color: var(--TEXT_COLOUR);

}

.click_words,
.zoom_words {
    padding-top: 8px;
    font-size: 0.85em;
    color: var(--TEXT_COLOUR_ZOOM);
}

.click_words {

    padding-top: 4px;
    padding-bottom: 4px;
}

.click_words_bigger {
    font-size: 1.0em;
    font-weight: bold;
}

.zoom_button_set,
.zoom_button_set:hover {
    background-color: var(--PAGE_SUB_HEADER_COLOUR);
    color: black;
}

/* add-on classed to add a seperator line */

.line_under {
    border-bottom: 1px solid var(--TEXT_COLOUR_ZOOM);
}

.line_over {
    border-top: 1px solid var(--TEXT_COLOUR_ZOOM);
}

.page_foot .line_under {
    /* a fix up for a class in a script used in more than one place */
    border: none;
    padding-top: 0px;
}

.ps_list_page {}

.ps_list_page p {
    border: none;
    padding-left: 0px;
    color: var(--TEXT_COLOUR_DIMMED);
}



.footer_text {
    font-size: 0.95em;
    width: 100%;
    border: none;
    color: var(--TEXT_COLOUR_DIMMED);
}


.ps_youtube_container {
    padding: 32px 8px 0 8px;
    box-sizing: border-box;
    display: table;
}

.ps_hero img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 33%;
}

.ps_hero h1 {
    position: absolute;
    top: 8px;
    padding: 3px 8px 3px 8px;
    background: rgba(38, 23, 9, 0.4);
    margin-bottom: 20px;
    max-width: 62%;

    /* approx kludge to avoid overlap in some screen widths */
    color: var(--PAGE_HEADER_COLOUR);
    -webkit-text-fill-color: #ffba00;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}


.ps_count {
    clear: both;
    text-align: right;
    font-size: 0.8em;
}

/* mobile/desktop and tap/click  - default to desktop/mouse because I want to be sure there is a default */

.can_tap {
    display: none;
}

.can_click {
    display: inline;
}

@media (pointer: coarse) {
    .can_tap {
        display: inline;
    }

    .can_click {
        display: none;
    }
}


/* list all page */


#ps_list_obscura {
    display: none;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    opacity: 0.65;
    background-color: #1f2024;
}


.ps_list_table {
    box-sizing: border-box;
    max-width: var(--LIST_TABLE_WIDTH_DESKTOP);
    width: 75%;
    border: 1px solid rgba(255, 255, 0, 0);
    border-left: 3px solid rgba(255, 255, 0, 0);
}


@media all and (max-width:700px) {

    /* was 600 */
    .ps_list_table {
        max-width: 100%;
        width: 100%;
    }

    .ps_list_table td {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.ps_list_table:hover {
    box-sizing: border-box;
    border: 1px solid var(--LIST_TEXT_COLOUR_HOVER);
    border-left: 3px solid var(--LIST_TEXT_COLOUR_HOVER);
    cursor: pointer;
    background-color: var(--LIST_TABLE_COLOUR_HOVER);
}

.ps_list_table_col0 {}

.ps_list_table_col1 {
    width: 700px;
    vertical-align: top;

}

.ps_list_table_col2 {
    width: 360px;
}

@media all and (max-width:700px) {

    /* was 600 */
    .ps_list_table_col0 {}

    .ps_list_table_col1 {
        width: auto;

    }

    .ps_list_table_col2 {
        width: 120px;
    }
}



.ps_list_link_title {
    font-size: 1.1em;
    padding: 0px;
    margin-left: 0px;
    color: var(--LIST_TEXT_COLOUR_TITLE);
}

.ps_list_link_subtitle {
    font-size: 1.0em;
    color: var(--LIST_TEXT_COLOUR);
    border-left: 4px solid rgba(85, 85, 85, 0.8);
    border-bottom: 1px solid rgba(85, 85, 85, 0.8);
    padding: 0 0 6px 8px;

}

.ps_list_link_hero {
    padding: 0px;

}

.ps_list_link_hero img {
    height: 80px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 33%;
}

@media all and (max-width:700px) {

    /* was 600 */
    .ps_list_link_hero img {
        height: auto;
        width: 120px;
        object-fit: contain;
    }
}

.ps_list_table td {
    padding: 4px;
    vertical-align: top;
    min-width: 45px;
    border: var(--DEBUG_BORDER);
}


.ps_list_page {
    color: var(--LIST_TEXT_COLOUR);
}

@media all and (max-width:700px) {

    /* was 600 */
    .ps_list_page {
        margin: 0;
        padding-left: 5px;
        padding-right: 3px;
    }

    .ps_list_table td {
        min-width: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* a controlled separator space */
.ps_list_table .ps_list_link_sep {
    height: 0px;
    background: var(--LIST_ITEM_BORDER_COLOUR);
    opacity: 0.01;
    padding: 0px;
}


.ps_list_page a:link,
.ps_list_page a:visited {
    text-decoration: none;
    color: var(--LIST_TEXT_COLOUR_LINK);

}

.ps_list_page a:hover,
.ps_list_page a:active {
    text-decoration: none;
    /*letter-spacing: 0.2px;*/
    color: var(--LIST_TEXT_COLOUR_HOVER);

}

.ps_list_page a:hover::after,
.ps_list_page a:active::after {
    /*  content: "\02C3\02C3\02C3";        the >>> feature
  padding-left: 20px;
  letter-spacing: 1px;
  font-size: 1.2rem;  */
}

.ps_list_page h1 {
    color: var(--LIST_HEADER_COLOUR);
    font-size: 1.70em;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: var(--FONT_HEADER);
    margin-top: 10px;
}



@media all and (max-width:700px) {

    /* was 600 */
    .ps_list_page h1 {
        font-size: 1.40em;
        letter-spacing: 0.5px;
    }

}



.ps_list_flag_not_new,
.ps_list_flag_new {}

.ps_list_flag_not_new::before,
.ps_list_flag_new::before {
    margin-right: 3px;
    float: right;

}

.ps_list_flag_new::before {
    padding: 0px 2px 0px 2px;
    content: 'NEW';
    font-size: 0.75em;
    background-color: var(--LIST_TEXT_COLOUR_TITLE);
    color: var(--BODY_BACK_COLOUR);
    font-weight: bold;
    margin-top: 4px;
}

.ps_list_flag_not_new::before {
    /*  visibility: hidden;*/
    content: "\2022";
    /* big bullet */
    padding-right: 2px;
    color: var(--LIST_TEXT_COLOUR_TITLE);
    font-size: 2.0em;
    margin-top: -10px;
}




@media all and (max-width:700px) {

    /* was 600 */
    .ps_list_flag_new::before {
        color: var(--LIST_TEXT_COLOUR_TITLE);
        background: none;
        content: "\2730";
        /* outline star */
        font-size: 1.2em;
        position: relative;
        top: -10px;
    }

    .ps_list_flag_new::before,
    .ps_list_flag_not_new::before {
        padding-left: 0;
        padding-right: 0;
    }
}

.ps_list_album_count {
    font-size: 0.6em;
    margin-left: 10px;
    opacity: 0.7;
    font-weight: normal;
    letter-spacing: normal;
    color: var(--LIST_TEXT_COLOUR);
}


/* the access control system */

.ps_access_button {
    border: grey 1px solid;
    background-color: var(--LIST_TEXT_COLOUR_TITLE);
    color: black;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

.ps_access_message {
    color: var(----LIST_TEXT_COLOUR);
}

#ps_access_control_box {
    background-color: blanchedalmond;
    color: navy;
    border: black 2px solid;
    display: none;
    z-index: 1000;
    width: 400px;
    max-width: 80%;
    padding: 12px;
    position: fixed;
    top: 8%;
    left: 15%;
    /*transform: translate(-75%, -15%);*/
}

@media all and (max-width:700px) {

    /* was 600 */
    #ps_access_control_box {
        left: 5%;
    }
}


#ps_access_control_box h3 {
    font-size: 1.2em;
    color: navy;
    margin-top: 0px;
    margin-bottom: 15px;
}


#ps_access_control_box p {
    color: navy;
}


#ps_pw_error_msg {
    color: red;
    display: none;
}

.ps_sub_text {
    font-size: 0.85em;
}




/* accordion as ported from flora_fauna 
   ==================================================== */

/* the accordion feature  */

.accordionWrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.accordionItem {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.accordionItemHeading,
.ps_list_section_header {
    color: var(--LIST_TEXT_COLOUR_TITLE);
    font-family: var(--FONT_HEADER);
    font-size: 1.3em;
    letter-spacing: 3px;
    margin-top: 60px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: var(--LIST_TABLE_WIDTH_DESKTOP);
    width: 75%;
    border: none;
    width: 800px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 2px;
    margin-top: 4px;

}

.close .accordionItemHeading {
    border-left: 8px solid var(--LIST_HEADER_BACK_COLOUR_EDGE_CLOSE);
    background-image: linear-gradient(60deg, var(--LIST_HEADER_BACK_COLOUR_CLOSE), rgba(0, 0, 0, 0));
}

.open .accordionItemHeading,
.close .accordionItemHeading:hover {
    border-left: 8px solid var(--LIST_HEADER_BACK_COLOUR_EDGE);
    background-image: linear-gradient(60deg, var(--LIST_HEADER_BACK_COLOUR), rgba(0, 0, 0, 0));
}


@media all and (max-width:700px) {

    /* was 600 */
    .ps_list_page h1 {
        font-size: 1.40em;
        letter-spacing: 0.5px;
    }

    .accordionItemHeading,
    .ps_list_section_header {
        font-size: 1.2em;
        letter-spacing: 0.5px;
        margin-top: 40px;
        margin-bottom: 5px;
        max-width: 100%;
        padding-left: 4px;
        padding-right: 0px;
    }
}

.close .accordionItemHeading::after,
.open .accordionItemHeading::after {
    font-weight: bold;
    font-style: normal;
    float: right;
    font-size: 1.4em;
    margin-top: -2px;
    vertical-align: top;
    width: 40px;
    text-align: center;
    opacity: 0.4;
}

@media all and ((max-width:700px) or (max-height:700px)) {

    .close .accordionItemHeading::after,
    .open .accordionItemHeading::after {
        opacity: 1.0;
    }
}

.close .accordionItemHeading:hover::after,
.open .accordionItemHeading:hover::after {
    opacity: 1.0;
}


.close .accordionItemHeading::after {
    /*content: '+';*/
    content: "\FF0B";
    /* full width plus */

}

.open .accordionItemHeading::after {
    content: "\2013";
    /*en dash */
    /*content: "\FF0D";  full width minus*/

}

.acc_sub {
    font-style: normal;
    font-weight: normal;
    color: var(--COL_HEADER_SUB);
    font-size: 0.85em;
    font-family: var(--FONT_TEXT);
    line-height: 10px;

}

.open .accordionItemHeading .acc_sub {}

/*
content: "\02C3";
content: '\02795';  Unicode character for "heavy plus" sign (+) 	&#65291;
content: "\25B6\A0\A0";    black right-pointing triangle 
content: "\02C5";
content: "\2796";  Unicode character for "heavy minus" sign (-) 
content: "\25BC\A0\A0";    black down-pointing triangle 
*/


.open .accordionItemHeading:hover {
    background-color: var(--COL_TAB_SET_HOVER);
}

.open .accordionItemHeading .ps_list_album_count {
    display: none;
}

.close .accordionItemContent {
    height: 0px;
    transition: height 2s ease-out;
    transform: scaleY(0);
    float: left;
    display: block;
}

.open .accordionItemContent {
    padding: 18px 15px 0px 10px;
    margin-top: -5px;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.3s ease;
}

.accordionItemContent .photo_right_margin,
.accordionItemContent .photo_left_margin {
    background-color: #f8f8f8;
    background: none;
}


.accordionItemContent .lbx_photo_caption {
    background: var(--COL_PAGE_BACK);
}


/*  ========================  end of accordion  ============ */
