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


/**** BODY, FONTS & CONTAINERS ****/
body {
    background: #a41c2f;
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-size: 10pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 0px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
    background: #e27e78;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

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

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




#gal {
    width: 100%;
    max-width: 1200px;
    padding: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

table {
    font-size: 10px;
}

.maintable {
    font-family: "Manrope", sans-serif;
    background: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    max-width: 1200px;
    width: 100%;
}

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


/**** HEADER & NAVIGATION ****/
#container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    background: #ffffff;
}


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

		#mobileheader
		{
		 background-image: url('images/header.png');
		 background-repeat: no-repeat;
		 background-position: top center;
		 display: none;
		 }


#topbar {
    max-width: 1180px;
    margin: 0 auto;
}

.top-left {
    max-width: 41%;
    display: inline-block;
}

.topbar-box-welcome {
    max-width: 66%;
    width: 100%;
    display: inline-block;
    text-align: justify;
    line-height: 12pt;
}

.topbar-box-affiliates {
    display: inline-block;
    max-width: 30%;
    width: 100%;
}

.topbar-box-projects {
    display: inline-block;
    max-width: 58%;
    width: 100%;
}

.topbar-title {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-size: 12pt;
    line-height: 16pt;
    margin-bottom: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: url('images/titlebg.png');
    background-repeat: repeat;
}

.topbar-box-welcome, .topbar-box-affiliates, .topbar-box-projects {
    vertical-align: top;
    padding: 2px;
}

.topbar-box-affiliates li {
    list-style: none;
    text-align: center;
    background: #d26a3a;
    margin: 3px 10px;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        -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;
}

.topbar-box-affiliates li:nth-child(even) {
    background: #d11f2d;
}
.topbar-box-affiliates li:hover {
    background: #383838;
        -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;
}

.topbar-box-affiliates a {
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
}

.project {
    max-width: 49%;
    display: inline-block;
}

span.project-title, span.project-release {
    display: block;
}

img.projectimg {
    float: left;
    margin: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

span.project-title {
    font-family: 'Permanent Marker';
    font-size: 14pt;
}

span.project-type, span.project-role {
    font-size: 9pt;
    display: inline-block;
    color: #ffffff;
    padding: 2px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

span.project-type {
    background: #d11f2d;
}

span.project-role {
    background: #d16b38;
}

span.project-release {
    letter-spacing: 3px;
    text-transform: uppercase;
}

span.project-release:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
    font-size: 9pt;
    margin: 0px 2px 5px 2px;
}

span.projectlink a {
    font-size: 13pt;
    margin: 0px 3px;
    color: #292929;
}

.projectlinks {
    text-align: right;
}

.projectblurb {
    display: inline-block;
    line-height: 10pt;
}

span.projectadditionalinfo {
    display: block;
    background: #000000;
    background-image: url('images/titlebg.png');
    background-repeat: repeat;
    color: #ffffff;
    text-align: center;
    padding: 1px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 15pt;
}



#navigation {
    width: 100%;
    max-width: 1200px;
    height: auto;
    background: transparent;
    text-align: center;
    margin: 0 auto;
    padding: 160px 0px 25px 0px;
}

a:link.nav, a:visited.nav, a:active.nav {
    background: #d3c1ae;
    padding: 5px 10px;
    margin: 5px;
    font-size: 14pt;
    font-family: "Manrope", sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    -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;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a:hover.nav {
    color: #ffffff;
    background: #e37e78;

}

a:hover.nav:nth-child(even) {
    color: #ffffff;
    background: #5b94a7;

}

#navlinks {
    text-align: center;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#navlinks a:link, #navlinks a:active, #navlinks a:visited, .admin_menu a:link, .admin_menu a:visited, .admin_menu a:active {
    padding: 6px;
    margin: 2px;
    font-size: 9pt;
    background: #383838;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Manrope", 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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
}

#navlinks a:hover, .admin_menu a:hover {
    color: #ffffff;
    background: #cd1d29;
    -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: "Manrope", sans-serif;
    padding: 0px;
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: url('images/titlebg.png');
    background-repeat: repeat;
}

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

.navmenu a:link, .navmenu a:visited, .navmenu a:active {
    padding: 15px 18px;
    margin: 2px;
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    background-image: url('images/img.png');
    background-repeat: repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.navmenu a:hover {
    text-decoration: none;
    color: #d26a3a;
}

td.nvmdropdown {white-space: nowrap;padding: 5px;}

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;
}

.navmenu-active p {
    padding: 16px 18px;
    margin: 0px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    background: #e27e78;
    background-image: url('images/imghover-red.png');
    background-repeat: repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.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 {
    margin: 0px 5px;
}

.admin_float {
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    display: inline-block;
}

.admin_menu_wrapper {
    width: 100%;
    text-align: center;
}
.admin_menu_wrapper:before {
    width: 100%;
    text-align: center;
}

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: #ffffff;
}

.statlink a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-size: 12pt;
}

.statlink a:hover {
    color: #d11f2d;
    text-decoration: none;
}

.statlink a:hover:nth-child(even) {
    color: #d26a3a;

}

.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 {
    line-height: 22pt;
    text-transform: uppercase;
    font-family: 'Permanent Marker';
    font-size: 14pt;
    font-weight: 500;
    background: #000000;
    color: #ffffff;
    padding: 8px;
    height: auto;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: url('images/titlebg.png');
    background-repeat: repeat;
}

.tableh1 img.icon {
    display: none;
}
span.gallery-stats strong {
    color: #d26a3a;
}

span.gallery-stats strong:nth-child(even) {
    color: #d11f2d;

}




.tableh1nav {
    font-family: 'Permanent Marker';
    font-size: 14pt;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    height: auto;
    min-height: 30px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: url('images/titlebg.png');
    background-repeat: repeat;
}

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

.tableh3 {
    line-height: 22pt;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    font-size: 14pt;
    color: #ffffff;
    padding: 8px;
    height: auto;
    min-height: 30px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: url('images/titlebg.png');
    background-repeat: repeat;
}

.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: 'Permanent Marker';
    font-weight: bold;
    color: #ffffff;
    font-size: 12pt;
    text-transform: uppercase;
    padding: 0;
}

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 ****/

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

.tableh3cat::after {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    background-image: url('images/underline.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}


.catrow, .catrow_noalb {
    color: #000000;
    background: transparent;
    font-family: "Manrope", sans-serif;
    height: auto;
}

.catlink {
    display: block;
}

.catlink:before {
    font-size: 19pt;
    content: "\00a0\00a0\00a0\00a0\00a0\00a0";
    background-image: url('images/catimg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 6px;
}

.catlink a {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20pt;
    line-height: 25pt;
    text-decoration: none;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    background-image: linear-gradient(to right,
            #d4693a 0%,
            #d11f2d 50%,
            #000 50%,
            #000 0%);
    background-size: 200% 100%;
    background-position: -100% 0;


}

.catlink a:hover {
    animation: slide-in 0.45s forwards;
}

.catlink a:not(:hover) {
    animation: slide-out 0.45s forwards;
}

@keyframes slide-in {
    from {
        background-position: -100% 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes slide-out {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}



.catdescrption {
    font-family: "Manrope", sans-serif;
    font-size: 9pt;
    color: #000000;
    padding: 5px;
    line-height: 16pt;
}

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


.piccount {
    background: #d11f2d;
    color: #ffffff;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

.albcount {
    background: #d3693a;
    color: #ffffff;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/**** ALBUM LINKS & STATS ****/

.alblink a {
    color: #000000;
    text-transform: none;
    font-size: 12pt;
    line-height: 11pt;
    padding: 0px;
    font-family: "Permanent Marker", cursive;
    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;
    display: inline-block;
    text-transform: uppercase;
}

.alblink a:hover {
    -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;
    color: #d26a3a;
}

.albh {
    width: 100%;
    max-width: 128px;
    text-align: right;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: -39px;
}

.albumhits {
    background: #1c1c1c;
    display: inline-block;
    color: #ffffff;
    padding: 3px;
    font-weight: 800;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}


.album_stat {
    color: #ffffff;
    background: #000000;
    font-family: "Manrope", sans-serif;
    width: 100%;
    padding: 3px;
    margin: 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
}


.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;
}


td.albumview {
    padding: 10px;
}

.albumviewthumbnails {
    display: inline-block;
}

.albumstatinfo {
    display: inline-block;
    max-width: 395px;
    vertical-align: bottom;
}

.albdesc {
    font-weight: 400;
    color: #696969;
}


/**** THUMBNAILS ****/
.thumbnails a>img {
    padding: 10px;
    -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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #000000;
    background-image: url('images/img.png');
    background-repeat: repeat;
}

.thumbnails a>img:hover {
    -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;
    background-image: url('images/imghover-red.png');
    background-repeat: repeat;
}
table.maintable tr:nth-child(even) .thumbnails:nth-child(even) a>img:hover, table.maintable tr:nth-child(odd) .thumbnails:nth-child(odd) a>img:hover {
    background-image: url('images/imghover-orange.png');
    background-repeat: repeat;
}


.image.thumbnail {
    margin: 10px;
}

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

.albumviewthumbnails a>img {
    margin: 0px;
    width: 128px;
    height: 128px;
    padding: 10px;
    -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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #000000;
    background-image: url('images/img.png');
    background-repeat: repeat;
}

.albumviewthumbnails a>img:hover {
    -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;
    background-image: url('images/imghover-red.png');
    background-repeat: repeat;

}


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


.thumb_title_title {
    font-size: 10pt;
    line-height: 10pt;
    padding: 1px;
    margin: 9px;
    display: block;
    color: #000000;
    font-family: "Permanent Marker", cursive;
    width: 100%;
    max-width: 185px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
}


.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 {
    background: #d26a3a;
    max-width: 130px;
    font-family: "Manrope", sans-serif;
    padding: 7px;
    margin: 2px 0px 0px 2px;
    display: inline;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

.thumb_caption {
    background: #d11f2d;
    max-width: 130px;
    font-family: "Manrope", sans-serif;
    padding: 7px;
    margin: 2px 0px 0px 2px;
    display: inline;
    font-weight: 400;
    line-height: 16pt;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

span.thumb_caption.thumb_caption_caption {
    display: block;
    margin: 10px 0px 5px 0px;
}

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

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 ****/
.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%;
    background-image: url('images/img.png');
    background-repeat: repeat;
    padding: 10px;
    -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;
}

.display_media img:hover {
    -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;
    background-image: url('images/imghover-red.png');
    background-repeat: repeat;
}

.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:hover {
    background: transparent;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

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

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



a.thumbLink {
    margin: 5px;
}

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

a#filmstrip_next img, a#filmstrip_prev img {
    border: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px #c48990;
    box-shadow: 0px 0px 0px 0px #c48990;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

table.tape {
    margin: 0 auto;
}



td.thumb {
    margin: 7px;
    display: inline-block;
}

.navmenu-displaypg {
    font-family: "Manrope", sans-serif;
    padding: 11px;
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-image: url('images/titlebg.png');
    background-repeat: repeat;
    -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;
}

.navmenu-displaypg:hover {
    -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;
    background-image: url('images/imghover-red.png');
    background-repeat: repeat;
}

.navmenu-displaypg:nth-child(even):hover {
    -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;
    background-image: url('images/imghover-orange.png');
    background-repeat: repeat;
}

td.navmenu-displaypg-filenumb {
    font-weight: 800;
    font-size: 8pt;
}



/**** FOOTER ****/
.footer {
    color: #000000;
    font-size: 8pt;
    line-height: 12pt;
    font-family: "Manrope", sans-serif;
    max-width: 1200px;
    min-height: 450px;
    background-image: url("images/footer.png");
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    padding: 2px;
    background-color: #ffffff;
}

.foottext {
    width: 100%;
    padding: 15px;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 8pt;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 385px;
    background: #2e2e2e;
    \-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
    text-align: center;
}


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

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

.themecredits a:link, .themecredits a:visited, .themecredits a:active {
    font-size: 12pt;
    text-decoration: none;
    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;
}

.themecredits a:hover {
    color: #d11f2d;
    -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;
}
.buttonlist ul {
    text-align: center;
}

.buttonlist ul li {
    float: none;
    display: inline-block;
    text-align: center;
}