/************************* Theme Created By Deanna @ Feelin Alive Designs (feelinalivedesigns@outlook.com).
 Please do not edit or redistribute without permission. **********************************************/


/**** BODY, FONTS & CONTAINERS ****/
body {
    background: #bfaeb9;
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
    font-size: 9pt;
    line-height: 12pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #8f54a0 #bfaeb9;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 20px;
}

*::-webkit-scrollbar-track {
    background: #bfaeb9;
}

*::-webkit-scrollbar-thumb {
    background-color: #8f54a0;
    border-radius: 9px;
    border: 6px solid #bfaeb9;
}

::-webkit-scrollbar-thumb:hover {
    background: #8d3a50;
}


::selection {
    background: #eaebde;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #eaebde;
    /* Gecko Browsers */
}


#gal {
    width: 100%;
    max-width: 930px;
    padding: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    float: right;
    padding-top: 10px;
}

#sidebar {
    max-width: 250px;
    width: 100%;
    float: left;
}

.sidebarcontent {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

.sidebarcontent img {
    max-width: 200px;
}

.sidebartitle {
    text-align: center;
    color: #000000;
    padding: 5px;
    margin-bottom: 5px;
    font-family: 'Jost', sans-serif;
    font-size: 14pt;
    font-weight: 600;
    text-transform: uppercase;
}

.project {
    display: block;
    background: #8d3a50;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 150px;
    margin-bottom: 10px;
}

.project:nth-child(odd) {
    background: #2c5e6b;
}

img.projectimg {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 100px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin-left: -70px;
}

.projectinfo {
    text-align: left;
    position: relative;
    width: 70%;
    margin-left: 75px;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 29px;
    margin-top: -122px;
}

span.projecttitle {
    display: inline-block;
    color: #ffffff;
    padding: 2px 0px;
    text-transform: uppercase;
    font-weight: 800;
}

span.projectrelease {
    display: block;
    color: #ffffff;
}

span.projecttype {
    text-transform: uppercase;
    display: block;
    font-style: italic;
    font-weight: 500;
    color: #ffffff;
}

.projectlink {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #00000040;
}


.projectlink .svg-inline--fa {
    font-size: 12pt;
    color: #ffffff;
    padding: 8px;
    background: transparent;
}

.projectlink:hover {
    background: #ffffff;
    color: #000000;
}

.projectlink .svg-inline--fa:hover {
    font-size: 12pt;
    color: #000000;
}

.projectblurb {
    text-align: justify;
    margin: 5px 5px;
    color: #ffffff;
}

span.projectadditionalinfo {
    display: block;
    font-size: 10pt;
    text-transform: uppercase;
    width: auto;
    padding: 0px;
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

span.projectadditionalinfo:before {
    font-family: "Font Awesome 5 Free";
    content: "\f067\00a0";
    font-weight: 900;
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
}

.sidebarcontent li {
    padding: 2px;
    list-style-type: none;
    background: #2c5e6b;
    margin: 3px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.sidebarcontent li:nth-child(odd) {
    background: #8d3a50;
}

.sidebarcontent li a:link {
    color: #ffffff;
    font-size: 8pt;
    text-decoration: none;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    font-weight: 500;
}

.sidebarcontent li:hover {
    background: #d5b7ae;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.afftextlinks {
    text-align: center;
    display: block;
    padding-top: 5px;
}


.sidebarcontent a img {
    padding: 0px;
    margin: 2px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}




table {
    font-size: 10px;
}

.maintable {
    font-family: 'Jost', sans-serif;
    background: #ffffff;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    max-width: 1200px;
    width: 100%;
}

.tableb {
    color: #000000;
    background: transparent;
}


/**** HEADER & NAVIGATION ****/
#container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    margin-top: -70px;
    -webkit-border-top-left-radius: 65px;
    -webkit-border-top-right-radius: 65px;
    -moz-border-radius-topleft: 65px;
    -moz-border-radius-topright: 65px;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
}

#header {
    width: 100%;
    max-width: 2000px;
    height: 650px;
    margin: 0 auto;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: top center;
}

#mobileheader {
    display: none;
}


#navlinks {
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
    padding: 10px;
}

#navlinks a {
    padding: 2px 5px;
    margin: 3px;
    font-size: 10pt;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    text-align: center;
    display: inline-block;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    line-height: 12pt;
    font-weight: 500;
    display: block;
    background: #8d3a50;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#navlinks a:nth-child(odd) {
    background: #2c5e6b;
}

#navlinks a:hover {
    background: #d5b7ae;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}


.navmenu, .navmenu-active {
    font-family: 'Jost', sans-serif;
    padding: 15px 2px;
    background: #2c5e6b;
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 25px;
    margin: 4px;
}

.navmenu img.icon {
    margin: -4px -5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navmenu a:link, .navmenu a:visited, .navmenu a:active {
    padding: 0px 0px;
    margin: 0px;
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    font-weight: 800;
}

.navmenu:hover {
    text-decoration: none;
}

span#tabs_dropdown_span {
    text-transform: uppercase;
}

select#tabs_dropdown_select {
    background: #f4f3f3;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
}

td.pagedropdown {
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

.navmenu-active {
    padding: 2px;
    margin: 1px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    background: #8d3a50;
}


.admin_menu_thumb {
    font-family: Tahoma, Helvetica, sans-serif;
    border: 1px solid #000000;
    background-position: bottom;
    color: #6b6b6b;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50px;
}

.admin_menu_thumb a {
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.admin_menu_thumb a:hover {
    color: #000000;
    text-decoration: underline;
}

.admin_menu {
    font-family: Tahoma, Helvetica, sans-serif;
    background-color: transparent;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px;
}

.admin_menu img {
    display: none
}

.admin_menu a:link, .admin_menu a:visited, .admin_menu a:active {
    padding: 2px 5px;
    margin: 0px;
    font-size: 10pt;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    text-align: center;
    display: inline-block;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    line-height: 12pt;
    font-weight: 400;
}

.admin_menu a:hover {
    background: #8d3a50;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.admin_float {
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.admin_menu_wrapper {
    width: 100%;
}

td #admin_menu_anim {
    background-image: url(images/button_bg_anim.gif);
}

/**** GENERAL LINKS ****/
a:link {
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

a:visited {
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
}

a:focus {
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
}

a:active {
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
}

a:hover {
    color: #000000;
    font-size: 8pt;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.bblink a {
    color: #000000;
    text-decoration: none;
}

.bblink a:hover {
    color: #000000;
}

.statlink, .statlink b, .statlink strong, .statlink i {
    color: #000000;
}

.statlink a {
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
    padding: 7px;
    background: #ffffff;
}

.statlink a:hover {
    background: #d7d7d7;
    text-decoration: none;
    font-size: 10pt;
}

.topmenu {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
}

.topmenu a {
    color: #000000;
    text-decoration: none;
}

.topmenu a:hover {
    color: #df5466;
    text-decoration: underline;
}

/**** TITLE HEADERS ****/
.tableh1 {
    text-align: center;
    color: #000000;
    padding: 5px;
    margin-bottom: 5px;
    font-family: 'Jost', sans-serif;
    font-size: 16pt;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 800;
}

.tableh1 img.icon {
    display: none;
}

.tableh1nav, .navlefttext {
    line-height: 22pt;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-size: 14pt;
    font-weight: 700;
    background: transparent;
    color: #000000;
    padding: 8px;
    height: auto;
    min-height: 30px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 5px 0px;
}

.tableh2 {
    font-family: 'Jost', sans-serif;
    font-size: 14pt;
    color: #000000;
    padding: 6px;
    text-transform: none;
    background: transparent;
}

.tableh3 {
    line-height: 22pt;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-size: 14pt;
    background: transparent;
    color: #000000;
    padding: 8px;
    height: auto;
    min-height: 30px;
    text-align: center;
    font-weight: 800;
}

.tableh3 img.icon {
    display: none;
}


h1 {
    font-weight: normal;
    font-size: 20px;
    font-family: tahoma;
    text-decoration: none;
    line-height: 50px;
    color: #ececec;
    margin: 2px;
}

h2 {
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 12pt;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 0;
    text-shadow: none;
}

h3 {
    font-weight: normal;
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    margin: 2px;
    font-color: #000000;
}

h4 {
    border: 0px solid #c0b481;
    background-color: #df5466;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 20px;
}

/**** CATEGORY LINKS & STYLING ****/
.catrow, .catrow_noalb {
    color: #000000;
    background: transparent;
    font-family: 'Jost', sans-serif;
    height: auto;
    padding: 10px 0px 0px 10px;
}

td.cats {
    min-width: 150px;
    width: 48%;
    display: inline-block;
    min-height: 160px;
    margin: 5px;
    padding: 0px;
    overflow: visible;
    vertical-align: top;
    background: #2c5e6b;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: url('images/catbg.png');
    background-repeat: repeat;
    background-position: bottom center;
}

td.cats:nth-child(4n+3), td.cats:nth-child(4n+2) {
    background: #8d3a50;
    background-image: url('images/catbg.png');
    background-repeat: repeat;
    background-position: right;
}


.catcon {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

.catthumbimg {
    float: left;
    width: 150px;
    background: #0000004d;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 5px;
}

.catthumbimg img, .cattthumb .image.thumbnail {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    margin: 0px !important;
}

.catinfo {
    float: left;
    max-width: 240px;
    margin-top: 10px;
    margin-left: 10px;
}


td.catrow img, td.catrow_noalb img {
    max-width: 100%;
    width: auto;
    padding: 0px;
    margin: 2px;
}

.catlink {
    display: block;
    padding-bottom: 5px;
}


.catlink a {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 15pt;
    font-weight: 700;
    line-height: 16pt;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    padding: 2px;
}

.catlink a:hover {
    color: #d5b7ae;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;

}





.catdescrption {
    font-family: 'Jost', sans-serif;
    font-size: 9pt;
    color: #ffffff;
    padding: 10px;
    line-height: 10pt;
    background: #ffffff4a;
    padding-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 240px;
    margin-bottom: 10px;
}



.catstats {
    font-size: 10pt;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    padding: 4px 3px 5px 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    text-align: center;
}



.piccount:before {
    font-family: "Font Awesome 5 Free";
    content: "\f302";
    font-weight: 900;
    font-size: 11pt;
    margin: 0px 5px 0px 0px;
    color: #2c5e6b;
}


.piccount {
    background: #ffffff;
    color: #2c5e6b;
    padding: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.albcount:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07b";
    font-weight: 900;
    font-size: 11pt;
    margin: 0px 5px 0px 0px;
    color: #8d3a50;
}

.albcount {
    background: #ffffff;
    color: #8d3a50;
    padding: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.proceedlink {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 5px
}

.proceedlink a {
    color: #ffffff;
    font-size: 9pt;
}

.proceedlink a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    font-size: 9pt;
    margin: 0px 0px 0px 3px;
    color: #ffffff;
}

/**** ALBUM LINKS & STATS ****/
.alblinkbg {
    text-align: center;
    display: block;
    background: #8d3a50;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
}

.alblink a {
    font-size: 11pt;
    padding: 5px 5px;
    margin: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    line-height: 12pt;
}

.alblink a:hover {
    color: #d5b7ae;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.album_stat {
    color: #000000;
    font-family: 'Jost', sans-serif;
    width: 100%;
    padding: 2px;
    display: block;
}

span.albdesc {
    display: block;
}


.album_stat a:link, .album_stat a:visited, .album_stat a:active {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    line-height: 12pt;
    background: transparent;
    padding: 2px;
}

.album_stat b {
    color: #16515e;
}

td.albumview {
    padding: 10px;
    background: #d7d7d7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid #a6a6a6;
    background-image: url('images/catbg.png');
    background-repeat: repeat;
    background-position: bottom center;
}

.albumviewthumbnails {
    display: block;
    width: 100%;
    text-align: left;
}

.albinfos {
    background: #2c5e6b;
    color: #ffffff;
    padding: 5px;
    margin-left: 10px;
    font-weight: 600;
    line-height: 9pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.albumstatinfo, .albdesc {
    display: block;
    max-width: 250px;
    text-align: center;
    background: transparent;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 10px;
    float: left;
}

.albdesc {
    text-align: center;
    padding: 0px;
    width: 100%;
    font-weight: 500;
    font-style: italic;
    line-height: 10pt;
}

span.albd {
    background: #ffffffd6;
    padding: 0px;
}

.adminmenucon {
    margin: 0 auto;
    text-align: center;
}

.buttonlist ul {
    z-index: 100;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
}

.buttonlist ul li {
    font-weight: 600;
    margin: 0;
    padding: 3px;
    list-style: none;
    float: inherit;
    background: #ffffff;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
}

.buttonlist ul li a {
    margin-right: 10px;
}


/**** THUMBNAILS ****/
.thumbnails a>img {
    margin: 5px;
    padding: 0px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    border: 8px solid #286586;
    opacity: 1;
}

.thumbnails:nth-child(odd) a>img {

    border: 8px solid #8d3a50;

}


.thumbnails a>img:hover {
    opacity: 1;
    -webkit-transition: opacity 0.6s linear;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    opacity: 0.7;
}

.image.thumbnail {
    margin: 10px;
}

.thumbnails {
    padding: 5px;
    background: transparent;
    margin: 0px;
    display: table-cell;
    min-width: 200px;
}

.albumviewthumbnails a>img {
    max-width: 100%;
    width: 150px;
    padding: 0px;
    margin: 5px !important;
    height: 150px;
    border: 0px solid #000000;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    float: left;
}

.albumviewthumbnails a>img:hover {
    -webkit-transition: opacity 0.6s linear;
    opacity: 0.8;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;

}

/**** THUMBNAIL DETAILS ****/
.thumb_filename {
    font-size: 90%;
    display: block;
}


.thumb_title_title {
    font-size: 9pt;
    line-height: 9pt;
    padding: 5px;
    margin: 7px;
    display: block;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    width: 100%;
    max-width: 150px;
    margin-top: -5px;
    position: relative;
}

.thumb_title_title:after {
    content: "\a";
    white-space: pre;
}

.thumb_caption a {
    font-weight: bold;
    font-size: 100%;
    padding: 2px;
    display: block;
    font-style: normal;
    display: block;
    background: transparent;
    color: #000000;
}

.thumb_title_views, .thumb_caption {
    font-size: 100%;
    padding: 7px;
    margin: 0px 5px;
    display: block-inline;
    font-weight: 500;
    color: #ffffff;
    text-shadow: none;
    max-width: 130px;
    line-height: 16px;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    background: #8d3a50;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.thumb_title_views:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06e";
    font-weight: 900;
    font-size: 11pt;
    color: #ffffff;
    margin: 0px 5px 0px 0px;
}

.thumb_caption {
    background: #2c5e6b;
}

.thumb_caption_ctime:before, .thumb_caption_mtime:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
    font-size: 11pt;
    color: #ffffff;
    margin: 0px 5px 0px 0px;
}

span.thumb_dimensions {
    display: block;
    padding: 5px;
    letter-spacing: 2px;
    color: #da5d66;
}

thumb_caption .thumb_num_comments {
    color: #000000;
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    font-style: italic;
    display: block;
    line-height: 9px;
}

.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user_thumb_infobox th {
    font-weight: bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
}

.user_thumb_infobox td {
    font-size: 85%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
}

.user_thumb_infobox a {
    text-decoration: none;
    color: #000000;
}

.user_thumb_infobox a:hover {
    color: #000000;
    text-decoration: underline;
}

/**** IMAGE DISPLAY ****/
td.navmenudp {
    padding: 10px;
    background: #2c5e6b;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

td.navmenudp:nth-child(odd) {
    background: #8d3a50;
}


td.navmenudp img {
    filter: grayscale(100%);
}

td.picpagestats {
    font-weight: 700;
    font-size: 10pt;
    background: #d7d7d7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.display_media {
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    background: transparent;
    width: auto;
}

.display_media img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    max-width: 100%;
}

.img_caption_table {
    border: none;
    background-color: #ffffff;
    width: 100%;
    margin: 0px;
}

.img_caption_table th {
    background: transparent;
    font-size: 100%;
    color: #f1ada4;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top: 1px solid #bb4b45;
}

.img_caption_table td {
    background: transparent;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top: 1px solid #bb4b45;
    white-space: normal;
}

.sortorder_cell {
    background: transparent;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_cell .statlink, .sortorder_cell .statlink a {
    background: #ffffff;
    color: #000000;
    margin: 0px;
    padding: 2px;
}

.sortorder_options {
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    background: transparent;
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 80%;
    white-space: nowrap;
    text-shadow: none;
    text-transform: uppercase;
}

.comment_date {
    color: #000000;
    font-size: 90%;
    vertical-align: middle;
}

.imageborder {
    margin-top: 30px;
    margin-bottom: 30px;
}

a.thumbLink {
    margin: 5px;
}

div#film {
    width: 670px !important;
    margin: 0 auto;
    position: relative;
}

a#filmstrip_next img, a#filmstrip_prev img, .navmenu img {
    border: 0px;
    filter: grayscale(100%);
}

table.tape {
    margin: 0 auto;
}


/**** FOOTER ****/
.footer {
    font-size: 12px;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
    background: transparent;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    margin-top: 0px;
    height: auto;
    min-height: 500px;
    width: 100%;
    clear: both;
}


.footertext {
    width: 100%;
    max-width: 470px;
    color: #000000;
    font-family: 'Jost', sans-serif;
    font-size: 8pt;
    text-transform: none;
    text-align: center;
    margin: 0 auto;
    line-height: 12pt;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 396px;
    margin-top: 190px;
}



.themecredits {
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 12pt;
    padding: 10px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.themecredits svg.svg-inline--fa {
    margin: 0px;
    padding: 0px 2px;
    background: transparent;
    color: #8d3a50;
    font-size: 12pt;
}

.themecredits a:link, .themecredits a:visited, .themecredits a:active {
    text-decoration: none;
    color: #000000;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    font-size: 12pt;
}

.themecredits a:hover {
    color: #2c5e6b;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

/**** MISC ****/
p {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 100%;
    margin: 2px 0px;
}

ul {
    margin-left: 5px;
    padding: 0px;
}

li {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
    list-style-position: outside;
    list-style-type: disc;
}

.textinput {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 100%;
    border: 0px solid #cbcbcb;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.listbox {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    border: 0px solid #ffffff;
    vertical-align: middle;
}

.button {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 100%;
    border: 0px solid #ffffff;
    background-position: bottom;
}

.radio {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 100%;
    vertical-align: middle;
}

.checkbox {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 100%;
    vertical-align: middle;
}

.debug_text {
    border: #bb4b45;
    background-color: #000000;
    width: 100%;
    margin: 0px;
}

.clickable_option {
    cursor: default;
}

.listbox_lang {
    color: #000000;
    background-color: #ffffff;
    border: 0px solid #ffffff;
    font-size: 80%;
    font-family: Tahoma, Helvetica, sans-serif;
    vertical-align: middle;
}

.pic_title {
    color: #000000;
    font-size: 120%;
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.0em;
}

.pic_caption {
    color: #000000;
    font-size: 100%;
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.0em;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.cpg_message_info {
    olor: #000000;
    background-color: #ffffff;
    background-image: url('../../images/message/info.png');
}

.cpg_message_success {
    color: #000000;
    background-color: #ffffff;
    background-image: url('../../images/message/ok.png');
}

.cpg_message_warning {
    color: #0000000;
    background-color: #ffffff;
    background-image: url('../../images/message/warning.png');
}

.cpg_message_error {
    color: #000000;
    background-color: #ffffff;
    background-image: url('../../images/message/stop.png');
}

.cpg_message_validation {
    color: #000000;
    background-color: #ffffff;
    background-image: url('../../images/message/error.png');
}

.cpg_summary {
    font-size: 0.9em;
    border: 1px solid;
    margin: 10px 0px;
    padding: 5px 10px 5px 10px;
    color: #000000;
    background-color: #ffffff;
    text-align: right;
    float: right;
    width: 400px;
}

#vanity a {
    display: block;
    width: 57px;
    height: 20px;
    margin: 3px 20px;
}

#GB_window {
    background-color: #FFFFFF;
    border: 5px solid #AAAAAA;
}


.display_media .image {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
}

b, strong {
    color: #8d3a50;
    text-transform: uppercase;
}

i, em {
    color: #234e5b;
}

u {
    text-decoration: underline 3px;
    text-decoration-style: solid;
    text-decoration-color: #d5b7ae;
}