* {
    margin: 0;
    padding: 0;
}

/* MENU */

nav, footer ul {
    width: 100%;
    margin: 30px auto;
    padding: 20px 0;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-width: 1px 0;
    border-style: dashed;
    border-color: #d2d2d2;
    display: block;
	position: relative;
}

nav ul.menu {
	counter-reset: li;
	margin: 0 auto;
    padding: 0;
	display: block;
	position: relative;
}

nav ul.menu li, footer ul li {
	counter-increment: li;
    margin: 0 2vw; padding: 0;
    background: transparent;
    display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 20;
}

nav ul.menu li a:hover, footer ul li a:hover {
    background: #f7e399;
}

nav ul.menu li::before, footer ul li::before {    
	content: counter(li, decimal-leading-zero)'.';
	margin-right: 10px;
	color: #e0401f;
	font-weight: 700;
	position: relative;
	display: inline-block;
	z-index: 25;
}

#show-menu {
	margin: 0 auto;
	padding: 10px;
	background: #1a1a1a;
	color: #fcfcfc;
	font-size: 10px;
	font-weight: 900;
	text-align: left;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	cursor: pointer;
    display: none;
	position: relative;
}

#show-menu i {
	margin-right: 10px;
	font-size: 9px;
}

#rmenu {
	width: 100%;
	display: block;
}

.active {
	display: block;
}

/* HEADER */

header {
	width: 100%;
	height: 480px;
	background-image: url("../images/header.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

/* MAIN */

main {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 1300px;
	display: block;
}

main article {
    margin-top: 60px;
}

main article .maintable:last-of-type {
	margin-bottom: 0;
}

/* COPPERMINE MENU */

#smenu {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    text-align: center;
    text-transform: uppercase;
	position: relative;
    display: table;
}

#smenu ul {
    margin: 0 auto;
    padding: 10px 5px;
    background: #1a1a1a;
	color: #fcfcfc;
    font-size: 11px;
    font-weight: 900;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;	
    position: relative;
}

#smenu ul a {
    color: inherit;
    display: inline-flex;
    align-items: center;
}

#smenu ul a:hover {
    color: #f7c200;
}

#smenu ul a::after {
	content: '';
    background-color: #e1e1e1;
    width: 1vw; height: 1px;
    margin: 2px 10px;
    position: relative;
    display: inline-block;
    z-index: 30;
}

#smenu ul a:last-of-type::after {
    display: none;
}

.admin_menu_wrapper {
	background: transparent;
	width: 100%;
	margin: 20px auto;
	padding: 0;
	text-align: center;
}

.admin_menu {
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 0.05em;
}

.admin_menu a {
	margin: 2px 4px; padding: 0px;
	color: #7d7d7d;
	font-size: 11px;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 0.025em;
	text-decoration: underline;
    text-underline-offset: 2px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.admin_menu a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

.admin_float {
    margin: 1px 0 6px 0;
    max-height: 1.5em;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

/* THUMBNAILS */

.thumbnails {
    padding: 20px 10px;
}

.thumbnails .image {
    background: #d2d2d2;
	margin: 4px; padding: 5px;
	border: 1px solid #d2d2d2;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.thumbnails .image:hover {    
    background: transparent;
}

.thumbnails .thumb_title_title {
	color: #1a1a1a;
    display: block;
}

.thumb_title_title::after {
	content: '';
	background: #e1e1e1;
	margin: 10px auto;
	height: 1px;
	max-width: 80%;
	position: relative;
	display: block;
}

.thumb_title_views, .thumb_caption, .thumb_resolution {
    margin: 4px;
    padding: 3px 5px 5px 5px;
	background: #0099bb;
	color: #fcfcfc;
	font-size: 10px;
    font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.thumb_resolution {
	background: #f7c200;
}

.thumb_caption {
	background: #fcfcfc;
	color: #7d7d7d;
    display: table;
}

.thumb_caption::before {
	content: '\f073';
	padding-right: 5px;
	color: inherit;
	font-family: 'Font Awesome 5 Free';
	font-size: 9px; font-weight: 400;
	font-style: normal;
	display: inline-block;
	position: relative;
}

td.thumbnails.at { 
	padding-left: 0;
}

/* CATEGORIES */

.catrow_noalb, .catrow {
    padding: 15px 0;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.025em;
	border-bottom: 1px dashed #e1e1e1;
}

.catlink {
    margin-bottom: 10px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 900;
	line-height: 120%;
	text-align: left;
	text-transform: uppercase;
    display: table;
	position: relative;
}

.catlink a {
	position: relative;
}

.catlink a::before {
	content: '\f101';
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-size: inherit; font-weight: 900;
	font-style: normal;
	display: inline-block;
	position: relative;
}

.catlink a:hover {
    color: #e0401f;
}

.catrow_noalb .fcount, .catrow .fcount {
	color: #c4c4c4;
	font-family: 'Oswald', sans-serif;
	font-size: 21px; font-weight: 700;
    font-style: normal;
}

.catrow_noalb .image, .catrow .image {
    margin-right: 15px;
}

.stats {
	padding: 15px 0;
    font-size: 9px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;	
}

.stats .statlink2 {
    background: #e1e1e1;
}

.stats strong {
	color: #7d7d7d;
	font-weight: 700;
}

.navmenu {	
	padding: 15px 3px;
	background: transparent;
	color: #7d7d7d;
    font-size: 9px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.25em;	
}

.navmenu a {
	color: inherit;
    font-weight: 700;
}

.navmenu a:hover {
	color: #e0401f;
}

.navmenu2 {
	padding: 10px;
	background: #1a1a1a;
	color: #fcfcfc;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

/* ALBUMS */

.alblink {
	padding: 10px 10px 12px 10px;
	background: #1a1a1a;
    color: #fcfcfc;
	font-size: 12px;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: 0.05em;
    box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 20;
}

.alblink a {
	font-weight: 900;
}

.alblink a:hover {
    color: #f7c200;
	text-decoration: none;
}

.alblink::before {
	content: '\f101';
	margin-right: 10px;
	color: #fcfcfc;
	font-family: 'Font Awesome 5 Free';
	font-size: 10px; font-weight: 900;
	font-style: normal;
	display: inline-block;
	position: relative;
}

h2 {
	padding: 0;
	font-size: 21px;
}

.statlink1 {
	text-transform: none;
}

.statmenu {
	padding-right: 3vw;
	display: flex;
}

.statmenu a {
	margin: 0 2px;
}

/* BREADCRUMB */

.breadh1 {
	margin: 0 auto;
    padding: 5px 0;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	text-transform: none;
	display: table;
}

.breadstat {
    padding: 10px;
	color: #7d7d7d;
    letter-spacing: 0.025em;
	border: 1px solid #e0e0de;
	display: inline-block;
	position: relative;
}

.breadstat a {
	margin: 0 5px;
	color: #1a1a1a;
	font-weight: 700;
	text-decoration: none;
}

.breadstat a:hover {
	color: #e0401f;
	text-decoration: underline;
}

/* ELEMENTS */

ul, ol {
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

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

ul li {
    list-style-type: disc;
}

.textinput, textarea, input[type="text"] {
	padding: 4px 8px;
    background: #e1e1e1;
	color: #7d7d7d;
	font-family: 'Lato', sans-serif;
	font-size: 12px; font-weight: 400;	
	line-height: 24px;
	letter-spacing: 0.05em;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.textinput:focus { 
    background: #fcfcfc;
	outline: none;
	border-color: #7d7d7d;
}

.listbox, select {
	padding: 4px 8px;
    background: #e1e1e1;
	color: #7d7d7d;
	font-family: 'Lato', sans-serif;
	font-size: 11px; font-weight: 400;	
	letter-spacing: 0.05em;
	border: 1px solid #e1e1e1;
    box-sizing: border-box;
    vertical-align : middle;
}

.buttonlist ul { padding: 0; margin: 0; }
.buttonlist ul li { margin: 0 0 3px 0; float: none; display: inline-block; }

.button, .buttonlist ul li a {
	margin: 12px 0;
    padding: 5px 5px 7px 5px;
	background: #1a1a1a;
	color: #fcfcfc;
	font-size: 10px;
	font-weight: 900;
    line-height: 100%;
	text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.05em;
    display: inline-block;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.button:hover, .buttonlist ul li a:hover {
    background: #e0401f;
	color: #fcfcfc;
    text-decoration: none;
}

.radio {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

input[type=radio] { margin: 0 10px 0 0; }

.checkbox {
	margin-right: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.sortorder_cell {
    background: transparent;
	font-family: 'Lato', sans-serif;
    font-size: 10px; font-weight: 300;
    margin: 0px; padding-left: 3vw;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sortorder_cell span {
	padding: 0;
	border: none;
	display: unset;
}

.sortorder_options {
    margin: 0px;
    background: transparent;
    font-size: 10px;
	letter-spacing: 0.1em;
    white-space: nowrap;
	position: relative;
	z-index: 20;
}

.display_media .image {
	margin-left: 0;
	margin-right: 0;
    padding: 5px;
	max-width: 75%;
	height: auto;
    border: 1px solid #e1e1e1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.display_media .image:hover {
    border-color: #1a1a1a;
}

#filmstrip {
	margin: 0 auto 4vw auto;
}

#film { 
	max-width: 71vw !important; 
}

#film table { 
	margin: 0 auto; 
}

#film td { 
	border: none; 
	display: table-cell; 
}

.filmstrip_background { 
	background: transparent; 
}

.prev_strip { 
	text-align: left; 
}

.next_strip { 
	text-align: right; 
}

#comments { 
	margin: 40px auto 0 auto; 
}

.important {
    color: red;
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.toolwrap {
	background: #e1e1e1;
	padding: 15px 20px;
    border: none;
	box-sizing: border-box;
}

/* CPG ESSENTIALS */

#cpgMessage {
	margin: 20px auto;
	text-align: center;
	max-width: 100%;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 2%;
	text-align: center;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D7000C;
    background: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #bf2c2a;
    background: #ffaeab;
    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: #FF2B9C;
    background: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

#GB_window {
	padding: 20px;
	background: #fcfcfc;
    border: 5px solid #1a1a1a;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

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

.icon {
    vertical-align:middle;
    margin-right:1px;
}

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

.detail_head_collapsed, .detail_head_expanded {
	padding: 5px 15px;
	border-bottom: 1px dashed #e1e1e1;
	display: block;
}

table#pic_sort tr td, table#album_sort tr td {
    padding: 10px 0;
	border-bottom: 1px dashed #e1e1e1;
}

.thumb_num_comments {
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    font-style : italic;
    display : block;
}

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

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

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

.img_caption_table th {
    background: #d2d2d2 ;
    font-size : 100%;
    color: #1a1a1a;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top : 1px solid #7d7d7d;
}

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

.debug_text {
    border: #BDBEBD;
    background: #EFEFEF;
    width : 100%;
	margin : 0px;
}

.clickable_option {
    cursor : default;
}

span#album_listbox_wrapper::after { display: none; }
.listbox_lang {
    background: #1a1a1a;
    color: #fcfcfc;
    border: 1px solid #1a1a1a;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;
}

.pic_title {
    color: #7d7d7d;
    font-size: 100%;
    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: #7d7d7d;
    font-size: 100%;
    font-weight:normal;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
    background-image:none;
}

/** Swfupload css **/
div.fieldset {
    border:  2px solid #0E72A4;
    margin: 10px 0;
    padding: 20px 10px;
}

div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -30px;
    background: #8AA5B5;
    color: #FFF;
    font-weight: bold;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #CCD7E0;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
    color: #555;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}

.swfupload {
    vertical-align: top;
}

/* FOOTER */

footer {
	margin-top: 60px;
	margin-bottom: 30px;
}

footer ul {
	counter-reset: li;
}

footer ul li {
	margin: 0 1vw;
}

footer ul li::before {
	color: #0099bb;
}

footer #disc {
	margin: 0 auto;
	max-width: 1200px;
	font-size: 13px;
	font-weight: 300;
	text-align: justify;
	text-align-last: center;
	letter-spacing: 0.025em;
}