/* -------------------------------------------------------------------------- */
/* -----| GENERAL |---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/*  colors

#1c1c1b - dark grey 
#03aeb5 - teal
*/

body {
    background-color: #FFF;
/*    color: #333;*/
    font-family: 'Sanchez', serif;
    font-size: 16px;
/*    text-shadow: 1px 1px 1px #333;*/
}

#galleryWrapper {
    width: 100%;
    border-radius: 5px;
    margin-top: 50px;
    margin-left: -90px;
   
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

h1 {
    padding: 20px 40px;
    color: #FFF;
    background-color: #484846;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
}

/*
#galleryListWrapper {
   margin: auto;
}
*/

#galleryFooter {
    border-top: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    color: #FFF;
}

#galleryFooter .credit a {
    color: #369;
}

#galleryFooter .credit a:hover {
    color: #333;
}


/* -------------------------------------------------------------------------- */
/* -----| GALLERY LIST |----------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#galleryList {
    width: 100%;
    margin: 0;
    padding: 0 4px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
    margin: auto;
}

ul#galleryList {
    margin: auto;
}

#galleryList li {
/*    display: flex;*/
/*    float: left;*/
    list-style: none;
    margin: 5px 6px;
    padding: 0;
    
}

#galleryList li a {
    background-color: #FFF !important;
/*
    border-top: 1px solid #132228;
    border-left: 1px solid #132228;
    border-right: 1px solid #204656;
    border-bottom: 1px solid #204656;
*/
    display: block;
    padding: 4px;
    transition: 0.3s;
}

#galleryList li a:hover {
    background-color: #FFF !important;
}

#galleryList li a img {
    border: none;
}

/* -------------------------------------------------------------------------- */
/* -----| GALLERY FOOTER |--------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#galleryFooter {
    width: 100%;
    margin-left: 85px;
}

#credit {
    width: 100%;
    color: #8b8b8b;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

#galleryFooter #credit a {
    color: #b9b9b9;
    text-decoration: none;
    transition: 0.3s;
}

#galleryFooter #credit a:hover {
    color: #03aeb5;
}


/* ---------------------------------------- */
/* ----|  PAGINATION  |-------------------- */
/* ---------------------------------------- */

#galleryPagination {
    color: #FFF;
    float: left;
    font-size: .95em;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

#galleryPagination li {
    border: 1px solid transparent;
    display: block;
    float: left;
    list-style: none;
    margin-right: 1px;
}

#galleryPagination li:hover {
    background-color: #1E2D34;
    border-top: 1px solid #132228;
    border-left: 1px solid #132228;
    border-right: 1px solid #204656;
    border-bottom: 1px solid #204656;
}

#galleryPagination li.title {
    background: transparent url(../../page_white_stack.png) no-repeat left center;
    border: 1px solid transparent;
    font-weight: normal;
    padding: 3px 6px 3px 22px;
}

#galleryPagination li a, #galleryPagination li a:visited {
    color: #FFF;
    display: block;
    padding: 3px 6px;
    text-decoration: none;
}

#galleryPagination li.current {
    background-color: #15242A;
    border-top: 1px solid #132228;
    border-left: 1px solid #132228;
    border-right: 1px solid #204656;
    border-bottom: 1px solid #204656;
    font-weight: bold;
    padding: 3px 6px;
}

#galleryPagination li.inactive {
    background-color: transparent;
    color: #15242A;
    border: 1px solid transparent;
    display: block;
    padding: 3px 6px;
}


/* ---------------------------------------- */
/* ----|  SYSTEM MESSAGES  |--------------- */
/* ---------------------------------------- */

#systemMessages {
    margin: 0;
}

#systemMessages li {
    background-color: #FFF;
    line-height: 1.4em;
    list-style: none;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}

#systemMessages li.notice {
    background-color: #CCF;
}

#systemMessages li.success {
    background-color: #CFC;
}

#systemMessages li.error {
    background-color: #FCC;
}


/* ---------------------------------------- */
/* ----|  MISCELLANEOUS  |----------------- */
/* ---------------------------------------- */

.line {
    background-color: #24404C;
    border-bottom: 1px solid #416371;
    height: 1px;
    margin: 2em 0;
    overflow: hidden;
}

#galleryWrapper .line {
    background-color: #15242A;
    border-bottom-color: #204656;
    margin: 10px 0;
}

#cboxWrapper {
    text-shadow: none !important;
}

#cboxCurrent {
    display: none !important;
}

#cboxTitle {
    font-size: 1em !important;
}
