﻿
#gallerydiv {
    text-align: center;
    background-color: black;
    padding: 12px 12px 20px 12px;
    margin-top: 80px;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

div.fancybox-caption__body {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    /*width: 800px;*/
    max-width: 1200px;
    max-height: 150px;
    background-color: #000;
    padding: 12px;
    border-radius: 5px;
    opacity: .8;
}

div.centertext {
    text-align: center;
}

.smallimg {
    max-height: 130px;
    margin: 0 4px 12px 0;
    border: 1px solid #FFF;
    border-radius: 3px;
}

#galleryrow {
    padding: 12px;
    background-color: #222;
    border-radius: 4px;
}

#gallerynav {
    text-align: left;
    color: white;
    font-size: 1em;
    font-weight: 500;
    padding: 0 12px 20px 0;
    /*background-color: #FFCC66;*/
}

#gallerythumbs {
    padding: 0 6px 6px 20px;
    text-align: center;
}

#gallerythumbfolders {
    text-align: left;
}

#gallerythumbimgs {
    padding-top: 12px;
    text-align: center;
}

#gallerydesc {
    /*color: #ce946b;*/
    color: #bd7440;
    font-size: 1.1em;
    font-weight: 600;
    padding: 6px 0;
    text-align: left;
    background-color: #222;
    /*border: 1px solid #333;
    border-radius: 3px;*/
}

div.folderdiv, div.subfolderdiv {
    cursor: pointer;
    padding: 5px 6px;
    background-color: #222;
    border: 1px solid #333;
    border-radius: 3px;
    margin-right: 10px;
    color: #DDD;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

div.subfolderdiv {
    /*float: left;*/
    width: 100%;
    color: #CCC;
    border: 1px solid #333;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 4px;
    text-transform: capitalize;
}

div.folderdiv:hover {
    /*background-color: #bd7440;*/
    background-color: #bd7440;
}

div.folderdiv.highlight {
    /*background-color: #bd7440;*/
    background-color: #985627;
}

div.subfolderdiv:hover {
    /*background-color: #bd7440;*/
    background-color: #666666;
}

div.subfolderdiv.highlight {
    background-color: #985627;
    /*background-color: #bd7440;*/
}

span.gallerytitle {
    text-decoration: underline;
    font-weight: 600;
}

/* Accordion stuff */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

/*    .accordion:hover {
        background-color: #bd7440;
    }*/

.active {
    /*background-color: #bd7440;*/
    background-color: #EEE;
}


.panel {
    padding: 4px 0 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
