	        
    /*
Theme Name: Coppermine (RESPONSIVE) 4
Author: Mauu Zeta
Author URI: http://MauuZeta.COM

--------------------------

	2dafbc - light blue
	de407d - pink
	1D1D1D - gray
	
	For Header:
	2000px (width) 600px (height)
	.site-header
	
--------------------------















/* Main
-------------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css?family=Abel|Roboto:400,400i,700,700i|Inconsolata:400,700');

body {
	margin:0;
	background:#1D1D1D;
    font-family: 'DM Mono', monospace;  
	font-size:10px;	text-transform:uppercase;
    font-weight:300;
    line-height: 1.8; 
	color:#fff;
	line-height:190%;
	text-align:justify;
	word-wrap: break-word;
}
bold, stronng, b{
        font-family: 'DM Mono', monospace;  
	font-size:10px;	
	text-transform:uppercase;
    font-weight:100;
    	font-weight: none;
}
::selection {
  color: #000;
  background: #f024b6;
}

::-moz-selection {
  color: #000;
  background: #f024b6;
}
#container {
  width: 1300px;
  margin: 0 auto;
  	  text-align:justify;
  	  color:#efefef;
  background: #000;
}
.site-name{    
    font-family: 'Josefin Sans', sans-serif;
	font-weight:800;
     color: #fff;
     letter-spacing:-2px;
    text-transform: uppercase;
    background-color:transparent;
    	display: inline-block;
    font-size: 24pt;
    text-align:center;
    float:center;
    position:center;
    text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
}.tagline {
    margin-bottom:5px;
	display: inline-block;
	margin:0;	font:300 10px/24px 'Roboto', sans-serif;
	padding:2px 4px;
	font-family:Inconsolata;
	color:#fff; 	background-color:#de407d;
	font-weight:600!important;	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
}

#container-align {
  padding: 2%;
}

a {
	color:inherit;
	text-decoration: none;
	transition: ease-in-out 0.20s;
}
::-webkit-scrollbar {
	width: 10px;
    height: 8px;
    border-width: 1px 5px;
    border-style: solid;
    border-color: #fff;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    height: 40px;
    border:4px solid #fff;
    	background-color:#de407d;
}
a:hover,
a:focus {
	color:#de407d;
	text-decoration: none;
}

strong, b {
	font-weight:700;
	color:#f5ee3a;
}

em, i {
	font-style:italic;
	color: #f5ee3a;
}

u {
	background:#121212;
	color: #f5ee3a;
	text-decoration:none;
}

/* Global Pattern Styling
-------------------------------------------------------------- */

body, 
html,
.blocks,
.spacelalt,
.first-area,
.second-area,
.cpg-nav,
.site-footer {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

img, 
a,
a:hover:after,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.clear {
	clear: both; 
	display:block;
}

.text-center {
	text-align: center!important;
}

.text-left {
	text-align: left!important;
}

.text-right {
	text-align: right!important;
}

.pull-left {
	float: left!important;
}

.pull-right {
	float: right!important;
}

.align-center {
	display: block;
	margin: 5px auto 5px auto!important;
}

.alignleft {
	margin: 5px 20px 20px 0!important;
	float:left;
}

.alignright {
	margin: 5px 0 20px 20px!important;
	float:right;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.tableh1,
.statlink h2,
form {
	margin: 14px 0;
	font-family:Roboto;
	font-weight:700;
}
 

.hide {
	display: none!important;
}

.social-nav a:before,
.show-menu:before {
	font-family:fontawesome;
	font-weight:400;
}


/* Coppermine Menus 
-------------------------------------------------------------- */
.nnv-cpp-admn nav {
    background: transparent;
    color: #cccccc;
    width: 24.1%; float:left;  
	display: block;
	margin-left: 6px auto;
    padding: 0;margin-bottom:10px;
    border-bottom: #fff 0px dashed;
    border-top: #fff 0px dashed;
    font-style:none; bold:none;     position: relative;
}

.nnv-cpp-admn nav a.menu-admin span.menu-admin {    text-align: center; margin-left:5px;
    position: relative;    display: block; margin-bottom:0px;
    font-size: 12px;	padding: 8px;     background: #000;
 border: 0.100em solid; 
  border-image: linear-gradient(60deg, #f3dc0f, #f3dc0f);
  border-image-slice: 1;
    font-weight: 100;    text-transform: uppercase; margin-left:26px;
} 

.nnv-cpp-admn nav ul {
    position: absolute;
    display: none;
    z-index: 60;
    text-align:none; bold:none; 
}

.nnv-cpp-admn nav:hover ul {
    display: block;
}

.nnv-cpp-admn nav li {
     width: 100%; text-transform: uppercase;
    display: block;  margin-bottom:-4px;
    background-color:#000;
    border-top: #cccccc solid 1px;
       font-size: 8.25pt;	
       font-weight: 200;    
       transform: skew(0deg, 0deg); 
       letter-spacing: 2px;

}

.nnv-cpp-admn nav nav a span {
    display: block;
    padding: 10px;
}

.nnv-cpp-admn a  i {
     margin-bottom: 0px; color:#000;
    font-size: 14px;  
    padding:4px; background-color:#f2f006; border-radius:100px;
}
.cpg-nav {
	padding:35px 0; 
	display:block;
	background:#000;
	line-height:180%; 
	text-align:center; 
	overflow:hidden;
	position:relative;
}

.cpg-nav a {
	margin: 0!important; 
	display: inline; 
	position: relative; 
	padding: 3px 6px; 
	font-size:10px;
	font-family:Inconsolata;
	color:#fff; 
	font-weight:600!important;
	text-transform:uppercase;
	xborder-radius:2px;
	background-color:#de407d;
	border:1px solid #de407d;
	letter-spacing:1px;
}

.cpg-nav a:hover,
.cpg-nav a:focus {
	background:#1D1D1D;
	color:#fff;
	text-decoration: none;
}
.cpg-nav i{
    color:#2dafbc;
}


.blocks,
.spacelalt,
.site-footer,.footer-block2,
.site-footer
.cpg-nav {
	margin:0 auto; 
	position:relative; 
	max-width:1300px;
}
.footer-block{
	margin-bottom: 35px;
	padding:0%;
		width:92%;
	color:#efefef;
	float:center;
	position:center;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.spacer {
	display:block;
	width:100%;
	height:10px;
}

/* Footer
-------------------------------------------------------------- */

.site-footer .footer-content {
     color: #efefef;
     margin:2px;
	background-color:#000;
 border-top: 1px solid #2dafbc;
 border-bottom: 1px solid #2dafbc;	
 font-family: 'DM Mono', monospace; 
 line-height: 1.8;
	text-align: center; 
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 0px;
}
.footer-content i {
     color: #2dafbc;
}

.site-footer .footer-block {
	margin-top:5px;
}

.site-footer a {
	color:#de407d;
}

.site-footer a:hover {
	background:#de407d;
	color:#fff;
	text-decoration: none;
}


/* Desktop Version
-------------------------------------------------------------- */

@media only screen and (min-width:966px), only screen and (min-width:966px) {
	
.mobile-name, 
.hide {
	display: none!important;
}

.cpg-nav {
	margin:0 auto 0!important;
	padding:10px 0;
	position:relative;
	z-index:100;
	border:0;
}

.cpg-nav .spacelalt {
	padding:0;
}

.blocks {
    background-color:#000;
	margin-top:-10px;		box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
			border:1px solid #de407d;
}


/* Top Navigation Area
---------------------------- */

.top-navigation {
	margin:0 auto;
	padding:20px 0;
	display:block;
	position:relative;
	background:#1D1D1D;
	overflow:hidden;
}

.top-navigation .tag-line {
	display:inline-block; 
	float:left;
	position:relative; 
	top:0; right:0;
	padding-left:60px;
	font:700 11px Roboto, sans-serif; 
	color:#A0A0A0; 
	text-transform:uppercase;
	letter-spacing:1px;
}

.top-navigation .tag-line:before {
	padding:20px;
	content:'\f0a1';
	font:400 14px fontawesome;
	color:#A0A0A0;
	position:absolute;
	top:-20px; left:0;
}

.top-navigation .social-nav {
	float:right;
	display:inline-block; 
	position:relative; 
	top:0; right:0;
}

.top-navigation .social-nav a {
	color:#A0A0A0!important;
}


/* First Content Area
---------------------------- */

.first-area {
	margin:0 auto 0;
	display:block;
	overflow:hidden;
	position: relative;
  	z-index:799;
	padding:10px 0;
	height:100px;
	background:#fff;
	text-align:left;
}

.first-area .navigation {
	display:inline-block;
	float:left;
	position: relative; 
	top:28px;
	z-index:70;
	text-align:center;
	
}
.first-area .navigation:before {
	content:'\f0c9';
	font:400 14px fontawesome;
	margin-right:15px;
	color:#1D1D1D;
	position:absolute;
	top:5px; left:22px;
}

.first-area .nav {
	overflow:show; 
	position:relative; 
	top:-1px; left:60px;
	z-index:999; 
	display:inline-block; 
}

.first-area .social-nav {
	display:none; 
	position:relative; 
	top:-5px; left:75px;
}

.first-area .social-nav a {
	color:#1D1D1D; 
	margin-right:12px;
	padding:2px 5px;
	line-height:14px;
}

.first-area .social-nav a:hover,
.first-area .social-nav a:focus {
	background:#1D1D1D;
	color:#fff;
}


/* Site Branding
---------------------------- */

.site-branding {
	display:inline-block;
	float:right;
	position:relative;
	z-index:800;
	top:0px; right:5px;
}

.site-branding-logo {
	display:inline-block;
	position:relative; 
	z-index:800;
	top:5px; left:10px;
	float:right;
	width:65px;
	height:65px;
	color:#1D1D1D;
	text-align:center;
	border-radius:140px;
	border:2px solid #1D1D1D;
}

.site-branding-logo span {
	margin:0 auto;
	position:relative;
	top:13px; left:0;
	font: 400 30px Abel;
	letter-spacing:0px;
}

.site-branding .site-name {
	float:left;
	position:relative; 
	top:25px; right:10px;
	font: 400 26px Abel;
	color:#1D1D1D;
	letter-spacing:-1px;
	text-transform:uppercase;
	line-height:30px;
}

.site-branding .site-name span {
	font-weight:700;
}

/* Master Header
---------------------------- */

.site-header {
	position:relative;
	box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
	margin:0 auto 10px!important; 
	background-image:url('./imgs/header.png');
	background-repeat: no-repeat; 
	background-position:center top;
	background-size:auto;
	text-align:center;
	display:block;
	width:100%;
	max-width:1920px;
	height:600px;
}

}
.welcomemessage{
	background:#000;
	width:100%;
	color:#efefef;
			border-bottom:1px solid #de407d;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.welcomemessagecontent{
    padding:36px;
    	text-align:justify;
    width:85%;
    position:center;
    float:center;
}

/* Forms
-------------------------------------------------------------- */

.textinput {
	padding-right: 3px;
	padding-left: 3px;
	COLOR:WHITE;
	background: #1D1D1D; 
	border:1px solid #EDEDED;
}

.listbox {
	vertical-align: middle;
	border: 1px solid #EDEDED;
}

.button,
.buttonlist ul li a {
	margin-right: 2px;
	padding: 4px 8px;
	background: #333333;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	border: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	white-space: nowrap;
}

.button:hover,
.buttonlist ul li a:hover,
.button:focus,
.buttonlist ul li a:focus {
	background: #5D5D5D;
	color: #fff;
	border: 0;
}

.radio,
.checkbox {
	vertical-align: middle;
}

.bblink a, 
.bblink a:focus {
	color: #C1A67B; 
	text-decoration: none;
}

.bblink a:hover {
	color: #BE9127; 
	text-decoration: underline;
}


/* Images
-------------------------------------------------------------- */

.image {
	margin:3px; 
	padding:10px;
	background-color:#121212;
	border:1px solid #1d1d1d;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
      -moz-box-shadow: inset 10px 10px 50px #121212;
  -webkit-box-shadow: inset 10px 10px 50px #fff;
  box-shadow: inset 10px 10px 50px #1d1d1d;
  border:1px solid #222222;
}

.image:hover {-webkit-transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
transition: 1s ease;
opacity:1;
transition: 1s ease;
}


/* Tables
-------------------------------------------------------------- */

.maintable  {
	padding:3%;
	background:#000;
	width:99%;
	color:#efefef;
}

.tabs-table {
	margin: 0 auto;
	padding:0;
	background:#1D1D1D;
}

.tabs-table .tableh1-small {
	padding:0 0 0 10px;
	font-size:14px;
	letter-spacing:0;
	color:#666666;
}

.tabs-table-alt {
	margin: 0 auto;
	padding:0;
	background:#fff;
}

.tabs-table-alt .tableh1-small {
	display:block;
	margin:0 auto;
	padding:5px 10px;
	background: #000;
	font-size:14px;
	font-weight:700;
	letter-spacing:0;
	color:#fff;
	width:96%;
}

.tableb {
	padding: 5px 10px;
}

.tableb_alternate {
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.tablef {
	padding: 10px;
	background: #1D1D1D;
}


/* Statlinks
-------------------------------------------------------------- */

.tableh1 {
	margin:0;
				border-bottom:1px solid #de407d;
	font-size:20px;
	background-color:#000;
	line-height:25px; 
	padding:3px 5px; 
    font-family: 'Josefin Sans', sans-serif;
	color:#fff; font-weight:500;
	text-align:center;
	text-decoration: none; 
	text-transform:uppercase; 
	vertical-align:middle;
	line-height:13px;
	letter-spacing:2px;
    text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
}
.tableh1 i{
    color:#2dafbc;
}
.tableh1 a {
	color: #1D1D1D;
}

.tableh1 a:hover, 
.tableh1 a:focus,
.tableh1 .statlink a:hover,
.tableh1 .statlink a:focus {
	color:#744139;
	box-shadow:inset 0 -2px 0 #744139;
}

.stats {
	padding: 5px; 
	background:#D3D3D3; 
	font-weight:700; 
	font-size:10px; 
	font-family:Inconsolata;
	color: #666666; 
	text-transform:uppercase; 
	letter-spacing:2px;
}

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

.statlink {
	display: inline; 
	position: relative; 
	padding: 3px 6px; 
	font-size:10px;
	font-family:Inconsolata;
	color:#000; 
	font-weight:600!important;
	text-transform:uppercase;
	background-color:#de407d;
	border:1px solid #de407d;
	letter-spacing:1px;
}
.statlink bold, strong{
	color:#fff; 
}
.statlink a {
    font-size:10px;
    text-decoration: none;
    color: #1c1c1c;
}

.statlink a:hover {
    color: #f024b6;
    text-decoration: underline;
}

.statlink h2 {
	display: inline; 
	position: relative; 
	padding: 3px 6px; 
	font-size:10px;
	font-family:Inconsolata;
	color:#fff; 
	font-weight:600!important;
	text-transform:uppercase;
	background-color:#121212;
	border:1px solid #de407d;
	letter-spacing:1px;
}


td .tableh1:last-child {
	font-size: 15px; font-weight:400;
}


/* Categories
-------------------------------------------------------------- */

/* Categories
-------------------------------------------------------------- */

.count2 {
    margin-left:0px;
     background: linear-gradient(to left, #121212, #121212 );
 	display:inline-block;
	color:#6f6f6f;  
	border-left:1px solid #2dafbc;
	  font-size: 7.25pt;
	padding:0px 5px;
	font-family: 'Inconsolata', monospace;
    font-weight: 600;
    letter-spacing:1px;
	text-decoration: none;
     margin-top:5px;

}.count2:before {
    content: "\f03e";
    margin-right: 5px;
	font-family:fontawesome;   
	font-weight: 400;
	color: #de407d;	
	font-size: 10px;
}

.catrow_noalb,
.catrow {
    padding-left:10px;
	padding-top: 14px; 	
	padding-bottom: 14px;
	background:transparent; 
	border-bottom:1px dashed #1D1D1D;
	text-align:left;
}
.catlink{ 	
    font-family: 'DM Mono', monospace;  
    font-weight:300;
    line-height: 1.8; 
    padding: 10px;
	text-align: center; 
	font-size:10px; 
	letter-spacing: 1px;
	text-align:left;
	text-transform: uppercase;	
	margin: 0 0 5px 0;
	color: #efefef;    
	background: transparent;
	text-align:left;
    padding: 1px 3px; display:block;	
    margin-left:-5px;
}
.catlink a{ 
	  color:#fff;
	  background-color:#de407d;
	  text-align:left;
	text-decoration:none;	
	padding:6px;
    padding-right:10px;
	transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;text-transform:  uppercase;
}

.catlink a:hover{
    background-color:#de407d;
        transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;text-transform:  uppercase;
}


.catlink a:before {	
    padding:6px;
    border-bottom:1px solid #000;
    background-color:#1D1D1D;
	margin-right:10px;
	margin-left:-10px;
	content:'\f07c';
	font-family:fontawesome;
	font-weight:400;
	font-size:12px;
	color:#de407d;
}

.catlink a:hover,
.catlink a:focus {
	color: #fff;
}


/* Albums
-------------------------------------------------------------- */

.tableh2, .tableh2_compact{ 
     color: #efefef;
     margin:2px;
	background-color:#000;
 border-top: 1px solid #2dafbc;
 border-bottom: 1px solid #2dafbc;	
 font-family: 'DM Mono', monospace; 
 line-height: 1.8;
	text-align: center; 
padding-top: 8px;
padding-right: 14px;
padding-bottom: 8px;
padding-left: 0px;
}

.tableb_compact {
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;

}


/****************************LINK SECOND ALBUM THUMB*/
.alblink a {
background-image: url();
background-repeat: no-repeat;
background-position: left;
padding-left: 7px;
text-decoration: none;
color: #fff;
text-transform: uppercase !important;
 letter-spacing: 1px;
}

.alblink a:hover {
background-image: url();
background-repeat: no-repeat;
background-position: left;
padding-left: 7px;
text-decoration: none;
color: #2dafbc;
text-transform: uppercase !important;
 letter-spacing: 1px;
text-shadow: #090b0b 1px 0px 8px;
}
.alblink:before {
    content: "\f07c";
    margin-right: 1px;
	font-family:fontawesome;   
	font-weight: 400;
	color: #de407d;	
	font-size: 10px;
}

.album_stat {
	margin: 5px 0;
	font-size: 85%;
}

.tableb p {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.5;
}

p.album_stat {
	padding: 5px 0 0 0;
}


/* Thumbnails
-------------------------------------------------------------- */

.thumbnails {
	padding: 16px 0;
}

.thumbnails img,
.thumbnails br {display:none;}
.thumbnails a img {
	display:block;
	margin:0 0 8px;
}

.thumb_filename {
	display: block;
	font-size: 80%;
	line-height: 1.5;
}

.thumb_title {  text-transform:uppercase;
    font-size:10px;
	color:#3B3B3B;
}
.thumb_title_owner{
	font-weight:700; 
        font-size:10px;
        border-bottom:1px solid #12994e;
}
.thumb_title_title {
	margin:8px 0 5px!important;
	font-weight:700;
}

.thumb_title,
.thumb_caption {
	display: block; 
	margin:6px 1px 0; 
	padding: 0; 
	width:auto; 
	border:0; 
	color:#fff;
	font-family:Inconsolata;
	line-height:140%;
}
.thumb_caption:before {
	margin-right:10px;
	content:'\f073';
	font-family:fontawesome;
	font-weight:400;
	font-size:10px;
	color:#f5ee3a;
}
.thumb_caption_ctime {font-weight:700;
	margin-top:8px;
	font:10px Inconsolata; font-size:9px;
	color:#000;
	line-height:13px;
	letter-spacing:2px;
	color:#fff;
	letter-spacing:0px!important;
	text-transform:uppercase;margin: 0!important; 
	display: inline; 
	position: relative; 
	padding: 3px 6px; 
	font-size:10px;
	font-family:Inconsolata;
	font-weight:600!important;
	text-transform:uppercase;
	xborder-radius:2px;
	background-color:#121212;
	border:1px solid #121212;
	letter-spacing:3px;
}

.thumb_resolution,
.thumb_title_views {
	margin: 0!important; 
	display: inline; 
	position: relative; 
	padding: 3px 6px; 
	font-size:10px;
	font-family:Inconsolata;
	color:#cccccc; 
	font-weight:600!important;
	text-transform:uppercase;
	xborder-radius:2px;
	background-color:#000;
	border:1px solid #de407d;
	letter-spacing:1px;

}.thumb_title_views:before {
    content: "\f06e";
    margin-right: 5px;
	font-family:fontawesome;   
	font-weight: 400;
	color: #de407d;	
	font-size: 10px;
}
.thumb_resolution {
	background:#fff;
}

.thumb_title_views {
		background-color:#000;
    font-size:9px;
	font-weight:400;
}

.thumb_caption {
	font-size:9px; 
	font-weight:400;
	letter-spacing:2px;
}

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



/* Sort order
-------------------------------------------------------------- */

.sortorder_cell {
	font: 11px/1 'Roboto',sans-serif;
	letter-spacing: 0;
	color: #ccc;
}

.sortorder_options {
	white-space: nowrap;
}


/* Preview
-------------------------------------------------------------- */

.navmenu {
	padding:5px; 
	background: #1d1d1d;
	font-weight: 700;
	border-style: none;
}

.tabs-table .navmenu {
	padding:5px 0; 
}

.navmenu img {
	margin: 0;
	padding: 5px 10px 5px 0;
}

.navmenu-active {
	padding:5px 10px; 
	background: #fff;
	font-weight: 700;
	border-right:1px solid #E7E7E7;
}

.navmenu a,
.navmenu a:hover,
.navmenu a:focus {
	display: block;
	padding: 0 10px;
	color:#666666;
}

.tabs-table .navmenu a,
.tabs-table .navmenu a:hover,
.tabs-table .navmenu a:focus {
	border-right:1px solid #E7E7E7;
}

.tabs-table td:last-child a {
	border:0;
}

.display_media {
	padding: 0 10px 10px 10px;
}


/* Administrator
-------------------------------------------------------------- */

.admin_menu_wrapper {
	padding: 10px 15px;
	background:#000;
}

.admin_menu {
	background: #1D1D1D;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.admin_menu a,
.admin_menu a:hover,
.admin_menu a:focus {
	padding: 5px;
	display: block;
	color: #5A5A5A;
}

.admin_float {
	margin: 1px;
	float: left;
	display: block;
	position: relative;
	line-height: 1;
	white-space: nowrap;
}



/* No Edit
-------------------------------------------------------------- */

pre.filepath {
	margin: 0;
	padding: 0;
}

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

.user_thumb_infobox th {
	font-size: 100%;
	font-weight: bold;
	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: #000;
}

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

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

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

.footer {
	font-size: 9px;
}

.footer a {
	text-decoration: none;
	color: #000;
}

.footer a:hover {
	text-decoration: underline;
	color: #000;
}

.topmenu {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, sans-serif;
	font-size: 110%;
	line-height: 130%;
}

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

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

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

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

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

.debug_text {
	width: 100%;
	margin: 0;
	border: #bdbebd;
	background-color: #efefef;
}

.clickable_option {
	cursor: default;
}

.listbox_lang {
	font-family: Arial, Roboto, sans-serif;
	font-size: 80%;
	vertical-align: middle;
	color: #000666;
	border: 1px solid #d1d7dc;
	background-color: #f2f5f7;
}

.pic_title {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
}

.pic_caption {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
	background-image: none;
}

.important {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
    /* background-image : url(images/important.gif); */
	color: red;
}

#cpgChooseLanguageWrapper {
	float: left;
}

#cpgChooseThemeWrapper {
	float: left;
}

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

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

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

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


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

.progressContainer {
	overflow: hidden;
	margin: 5px;
	padding: 4px;
	border: solid 1px #e8e8e8;
	background-color: #f7f7f7;
}
/* Message */
.message {
	overflow: hidden;
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #fd9;
	background-color: #ffc;
}
/* Error */
.red {
	border: solid 1px #b50000;
	background-color: #ffebeb;
}

/* Current */
.green {
	border: solid 1px #ddf0dd;
	background-color: #ebffeb;
}

/* Complete */
.blue {
	border: solid 1px #cee2f2;
	background-color: #f0f5ff;
}

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

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

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

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

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

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

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

.swfupload {
	vertical-align: top;
}

/**styles for photo manager*/
table#pic_sort tr td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

table#album_sort tr td span.editAlbum {
	font-size: 10px;
	line-height: 100%;
	display: none;
	margin-left: 100px;
	cursor: pointer;
	text-decoration: underline;
	color: #f00;
}

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

.cpg_message_info {
	color: #00529b;
	background-color: #bde5f8;
	background-image: url('../../images/message/info.png');
}

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

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

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

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

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

#GB_window {
	border: 5px solid #ccd7e0;
	background-color: #f2f5f7;
}

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


.icon{
    padding-right: 8px;
}

#cpgform .maintable .tableb.tableb_alternate, 
#cpgform .maintable .tableb {
    padding: 8px 20px !important;
}

#cpgform .tableb.tableb_alternate .maintable, 
#cpgform .tableb .maintable {
    margin: 8px 0 5px !important;
}

#cpgform .maintable {
    max-width: 1100px !important;
    margin: 0 auto;
}

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

.user_thumb_infobox a:hover {
color: #050f2d;
text-decoration: none;}



.detail_body .maintable {
    background: #121212;
    color:#fff;
    width: 99.5% !important;
}

.detail_head_collapsed, .detail_head_expanded, {
    font-size: 14px; border-bottom: 1px solid #efefef;
    font-family: 'Roboto Mono', monospace;
    font-weight: normal;
    color: #fff;
    padding-left: 18px;
}

.comment_date{
	color:#377a88;
	font-size:80%;
	vertical-align : middle;
}
#pic_info_button img{
    display: none;
}
#pic_info_button a:before{
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f15c";
}
#slideshow_button img{
    display: none;
}
#slideshow_button a:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f144";
}
.prev_strip img{
    display: none;
}
.prev_strip a:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 200%;
}
.next_strip img{
    display: none;
}
.next_strip a:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 200%;
}
.icon {
	vertical-align:middle;
	margin-right:1px;
}
.comment_date{
	color: #5F5F5F;
	font-size: 90%;
	vertical-align: middle;
}
/* Responsive
-------------------------------------------------------------- */

@media only screen and (max-width: 966px), only screen and (max-device-width: 966px) {
	
.mobile
.catrow .thumbnail {
	display: none!important;
}

body {
	margin:0!important;
	padding:0!important;
	overflow-x:hidden;
}

.blocks,
.cpg-nav {
    		border:1px solid #de407d;
   background-color:#000;
	width:90vw!important;
}

.first-area {
	margin:0 auto; 
	z-index:899; 
	width:100%!important;
	position:relative!important;
}

.first-area .social-nav {
	position: absolute; 
	top:21px; right:10px;
	z-index:999!important;
}

.social-nav a {
	padding:0 2px 0!important;
	text-shadow:0 0 0;
	font-size:13px!important;
	color:#fff;
}
.site-name{    
    font-family: 'Josefin Sans', sans-serif;
	font-weight:800;
     color: #fff;
     letter-spacing:-2px;
    text-transform: uppercase;
    background-color:transparent;
    	display: inline-block;
    font-size: 24pt;
    line-height:160%;
    text-align:center;
    float:center;
    position:center;
}
.site-header {
	position:relative;
	display:block;
	margin:0 auto 0!important; 
	background;transparent
	background-repeat: no-repeat; 
	background-position:center top;
	background-size:cover;
	position: relative;
	width: 0%;
	height: 0px;
	min-height: 0px;
	max-height: 0px;
}
.welcomemessage{
	background:#000;
	width:90vw!important;
	color:#efefef;
	position:center;
	float:center;
	text-align:center;
			border-bottom:1px solid #de407d;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.welcomemessagecontent{
    padding:26px;
    	text-align:justify;
    width:85%;
    position:center;
    float:center;
}
.footer-block2,{	
    width:90vw!important;
	margin:0 auto; 
	position:relative; 
	max-width:1300px;
}
.mobile-name {
	margin:0 auto 0!important;
	padding:15px 0!important;
	display:block;
	background:#de407d;
	color:#fff;
	position: relative;
}

.mobile-name h1 {
	margin:0 0 -10px;
	font:400 28px Abel;
	color:#fff;
	letter-spacing:-1px;
	text-transform:uppercase;
	position:relative; z-index:5;
}

.mobile-name .tag-line {
	display:block;
	padding:0;
	font-size:11px;
	font-weight:600;
	letter-spacing:0px;
	text-transform:lowercase;
	position:relative; z-index:5;
}


.cpg-nav {
    line-height:28px;
	margin:25px auto 0; 
	padding:10px; 
	xbackground:#fff;
	text-align:center; 
	overflow:hidden;
	border:0;
}

.site-footer {
	margin:0 auto 0!important;
	text-align:jusitify!important;
}

.site-footer .pull-left,
.site-footer .pull-right {
	display:block!important;
	float:none!important;
	text-align:center;
}

.tableh1 {	
	font-size:18px!important;
}

.statlink h2 {
	font-size:16px!important;
	font-weight:700;
}
.maintable td.statlink h2{
     color:#121212;
     background-color:#000;
	vertical-align:middle;
    background: transparent;
    margin: 5px 15px;
    font-size: 8.25pt;	
	font-weight: 200;
 	font-family: 'Roboto Mono', monospace;	
    color:#121212; 	text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
}
.tabs-table-alt .tableh1-small {
	width:82vw;
}

.maintable:first-child {
	border-top:1px solid #1D1D1D;
}
.image {
	margin: 2px!important;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: 0.1vw!important;
}

.thumb_title {
	margin: 2px 0!important;
}
 

#fullsize_image {
	max-width: 100%; 
	height: auto;
}

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	max-width:10vw;
}

a:link .image {
	
}


.thumb_caption,
.thumb_filename,
.thumb_num_comments,
.thumb_title_views,
.thumb_resolution {
	display:table!important; 
	max-width: 12vw!important; 
	overflow: hidden; 
	font-size:10px!important;
}

.strip_image {
	max-width: 14vw!important; 
	height: auto;
}
/* Miscellaneous
-------------------------------------------------------------- */

.filmstrip_background {
	background-color: transparent;
}

.prev_strip {
	text-align: left;
}

.next_strip {
	text-align: right;
}

.detail_head_collapsed,
.detail_head_expanded {
	color: #5D5D5D;
}

.fitpic {
	max-width: 794px;
}

#film {
	width: 100%!important;
}

#film .thumb a:link {
	width: 100%!important;
}

.tape {
	width: 100%!important; 
	height: 100%!important; 
	margin-left: 0px!important;
}

.remove {
	display: none!important;
}

.display_media .image {
	max-width: 70vw!important; 
	height: auto;
}

#picinfo {
	width: 100%!important; 
	overflow: scroll;
}

.sortorder_cell img,
.thumb_caption_rating img,
#comments img {
	max-width: 2vw!important; 
	height: auto!important;
}

#comments #captchaImg img{
	max-width: 25vw!important; 
	height: auto!important;
}

.comment_date {
	font-size: 1.4vw!important;
}

.navmenu img,.buttonlist img {
	max-width: 2.5vw!important; 
	height: auto;
}

.buttonlist {
	text-align:center;
}

.buttonlist ul li a span {
	height: 2vw!important; 
	line-height: 2vw!important;
}

.buttonlist ul li a {
	font-size: 1vw!important;
}

}

@media only screen and (max-width: 481px), only screen and (max-width: 481px) {

.tableh1 {
	padding: 5px 7px!important; 
	font-size: 19px!important;
}

.thumbnail {
	max-width: 8vw!important; 
	height: auto;
}

.statlink {
	line-height: 21px!important;
}

.catrow_noalb {
	padding: 5px 7px!important;
}

.catrow {
	padding: 5px 7px!important;
}

.catlink {
	font-size: 14px!important; 
	line-height: 21px!important;
}

.catrow_noalb table,.catrow table {
	font-size: 15px!important; 
	line-height: 21px!important;
}

.tableh2 {
	padding: 5px!important;
}

.alblink {
	font-size: 15px!important; 
	line-height: 20px!important;
}

.tableb p {
	font-size: 10px!important; 
	line-height: 1.5!important;
}

.sortorder_cell {
	display: none;
}

}