/* Theme Name: Lily Collins Gallery 
/* Author: Mauu Zeta (Adapted)
/* Author URI: http://MauuZeta.COM

    I M P O R T A N T // RULES 
    
    (!) THE SALE OF THIS DESIGN/CODE OUTSIDE OF MAUUZETA.COM IS COMPLETELY PROHIBITED.
        Do not resell or redistribute the theme or the code as your own.
    
    My designs are under copyright registered in ARG COPYCAT, any attempt to resell this code will be penalized and denounced. 
    MauuZeta.COM (c) 2007 - 2023
    
    ---------♥
    
    Feel free to edit the theme and use it on as many sites as you like.
    The credit link must remain intact in the footer.
    
    ---------♥

    ----- Designs Info :

Color Palette:
Primary: #e8d8c3 (Beige claro)
Secondary: #c0a080 (Beige médio)
Accent: #a08060 (Beige escuro)
Text: #333333 (Cinza escuro)
Highlight: #d4b59e (Beige rosado)
*/

@import url('https://fonts.googleapis.com/css?family=Abel|Roboto:400,400i,700,700i|Inconsolata:400,700|Playfair+Display:400,700');

body {
    margin:0;
    background-color: #f9f5f0;
    font-family: "Playfair Display", serif;
    font-size:14px;
    font-weight:400;
    line-height: 1.6; 
    color:#333333;
    text-align:justify;
    word-wrap: break-word;
}

bold, stronng, b{
    font-weight:700;
    color:#a08060;
}

::selection {
  color: #fff;
  background: #c0a080;
}

::-moz-selection {
  color: #fff;
  background: #c0a080;
}

#container {
  width: 1250px;
  margin: 0 auto;
  text-align:justify;
  color:#333333;
  background: #f9f5f0;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

#container-align {
  padding: 2%;
}

a {
    color: #a08060;
    text-decoration: none;
    transition: ease-in-out 0.20s;
    border-bottom: 1px solid transparent;
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background: #f9f5f0;
}

::-webkit-scrollbar-thumb {
    height: 40px;
    background-color:#d4b59e;
    border-radius: 5px;
}

a:hover,
a:focus {
    color:#c0a080;
    text-decoration: none;
    border-bottom: 1px solid #c0a080;
}

strong, b {
    font-weight:700;
    color:#a08060;
}

em, i {
    font-style:italic;
    color: #a08060;
}

u {
    background:#f9f5f0;
    color: #a08060;
    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;
}

.bg-site{
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;	
    box-shadow: 0 0 35px 0 rgba(0,0,0, 0.1); 
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0, 0.1); 
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0, 0.1);
}

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: "Playfair Display", serif;
    font-weight:700;
    color: #333333;
}

.hide {
    display: none!important;
}

.social-nav a:before,
.show-menu:before {
    font-family:fontawesome;
    font-weight:400;
}

.footer-space {
  margin: 0px 20px 0px 20px;
}

.menuheader{
    margin-top:-10px;
}

.cpg-nav {
    font-family: "Playfair Display", serif;
    font-weight:600;
    margin-top:10px;
    color:#333333;
    display:block;
    padding:20px;
    line-height:220%; 
    text-align:center; 
    overflow:hidden;
    position:relative;
    background: #f9f5f0;
    border-bottom: 1px solid #e8d8c3;
}

.cpg-nav a {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-weight:700;
    font-size: 10pt;
    padding:10px;
    color: #333333;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.cpg-nav a:hover,
.cpg-nav a:focus {
    color: #a08060;
    text-decoration: none;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 2px 0 0 #d4b59e;
    box-shadow: 0 2px 0 0 #d4b59e;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.footer-block{
    font-size: 11pt;
    font-weight:400!important;		
    padding: 20px;
    float:center;
    position:center;
    background-color:#f9f5f0;
    color:#333333;
    box-shadow: 1px 1px 36px 25px rgba(0,0,0,0.04);
    -webkit-box-shadow: 1px 1px 36px 25px rgba(0,0,0,0.04);
    -moz-box-shadow: 1px 1px 36px 25px rgba(0,0,0,0.04);
    width: 97.2% !important;
    border-top: 1px solid #e8d8c3;
}

.blocks,
.spacelalt,
.site-footer,
.site-footer
.cpg-nav {
    margin:0 auto; 
    font-family: "Playfair Display", serif;
    font-size:12px;
    font-weight:500;
    line-height: 1.8; 
    position:relative; 
    max-width:1220px;
}

.spacer {
    display:block;
    width:100%;
    height:10px;
}

/* Footer */
.site-footer {
    margin: 0 0 5px 0;
    font-family: "Playfair Display", serif;
    font-weight:400!important;
    line-height: 21px;
    font-size:12px;    
    text-align:justify;
    letter-spacing: 0px;
    text-decoration: none;
    color:#333333;
}

.footer-content {
    margin: 0 0 5px 0;
    font-family: "Playfair Display", serif;
    font-weight:700;
    font-size: 13px;   
    padding:20px;
    text-align:justify;
    display:inline-block; 
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    color:#333333;
    line-height: 15px;
}

.footer-content i {
    color: #a08060;
}

.site-footer .footer-block {
    margin-top:5px;
}

.site-footer a {
    color:#a08060;
    border-bottom:1px solid #d4b59e;
}

.site-footer a:hover {
    color:#c0a080;
    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-position: top right;
    background-repeat: no-repeat;	 
    margin-top:0px;	
}

.blockbg{
    padding:6px;
}

/* Top Navigation Area */
.top-navigation {
    margin:0 auto;
    padding:20px 0;
    display:block;
    position:relative;
    background: transparent;
    overflow:hidden;
}

.top-navigation .tag-line {
    display:inline-block; 
    float:left;
    position:relative; 
    top:0; right:0;
    padding-left:60px;
    font:700 11px "Playfair Display", 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:#f9f5f0;
    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:#333333;
    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:#333333; 
    margin-right:12px;
    padding:2px 5px;
    line-height:14px;
}

.first-area .social-nav a:hover,
.first-area .social-nav a:focus {
    background:#e8d8c3;
    color:#333333;
}

/* Site Branding */
.site-branding {
    display:inline-block;
    float:right;
    position:relative;
    z-index:800;
    top:0px; right:5px;
}

.header-mobil {
    height: 0px;
    width:0%;
    background: url(./imgs/mobil.png) top center no-repeat;
    background-repeat: repeat;
    background-position: center;
}

.blockcontent{
    width:100%;
    height:700px;
}

.block-top{
    background-color:#f9f5f0;
    height:90px;
    padding-top:40px;
    padding-left:200px;
    border-bottom:120px solid #fff;
}

.camera {
    background: url(./imgs/camera.png);
    width: 49px;
    height: 40px;
}

/* Title & Slogan */
.site-name-block{
    width:80%;
    padding-top:350px;
}

.site-name{    
    margin-top:50px;
    padding:20px;
    letter-spacing:-4px;
    color:#333333;
    font-size: 64px;
    font-family: "Playfair Display", serif;
    font-weight:900;
    display: inline-block;
    line-height: 15px;
    text-transform:uppercase;
}

.site-name span{    
    letter-spacing:-4px;
    padding:2px;
    background: -webkit-linear-gradient(#e8d8c3, #c0a080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-size: 64px;
    font-family: "Playfair Display", serif;
    font-weight:600;
    font-style: italic;
    text-transform:uppercase;
}

.site-name-slogan{
    font-family: "Playfair Display", serif;
    font-weight:800!important;
    letter-spacing:3px;
    text-transform: uppercase;
    color:#333333;
    padding:6px;
    margin-top:5px;
    display: inline-block;
    background-color:#f9f5f0;
    font-size: 9px;
}

.sociallinks{
    margin-top:10px;
    color:#333333;
    background-color:#f9f5f0;
    font-weight: 400;   
    font-size: 8.15pt; 
    line-height: 14px;     
    display:inline-block;
    padding:8px 10px;
    margin-bottom:4px;
}

.soicialblock{
    width:1216px;
    margin-left:-5px;
    margin-top:-6px; 
    padding: 0px;
    text-align:justify;
    background-color: transparent;	  
    margin-bottom:20px;
}

.soicialblock a{
    color:#a08060;
    padding:5px;
}

.soicialblock a:hover{
    color:#c0a080;
    padding:5px;
}

.welcome-message{
    height:135px;  
    font-size: 12px;
    font-family: "Playfair Display", serif;
    text-align:justify;
    font-weight:400!important;
    letter-spacing:1px;
    color:#333333;
    padding-left:35px;
    padding-right:35px;
    padding-top:30px;
    padding-bottom:20px;
    margin-top:-20px;
    display: block;	
    background-color:#f9f5f0;
    border: 1px solid #e8d8c3;
}

.welcome-img {
    float: left;	
    margin-top:5px;
    background-color:transparent;
}

.welcome-img img {
    width: 200px;
    height: 100px;
    outline: 1px solid #e8d8c3;
    outline-offset: 4px;
    background-color: #f9f5f0;
    padding:8px;
    margin: 2px 28px 0px 0px;
    border: 0;
}

/* Header */
.header1 {
    background: url(./imgs/header.png);
    background-color: #f9f5f0;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: top center;
    box-shadow: inset 0 -160px 160px -160px rgba(0, 0, 0.8, 0.9);
}

.menuhdr{
    margin-top:10px;
    margin-left:-700px;
    display: inline-block;
    font:300 10px/24px 'Roboto', sans-serif;
    padding:2px 3x;
    max-width:598px;
    width:598px;
    font-family:Inconsolata;
    color:#333333; 
    background-color:transparent;
    font-weight:600!important;	
    text-transform:uppercase;
    letter-spacing:2px;
}

.menuhdr a{
    background-color:#f9f5f0;
    color:#333333;
    padding:5px;
    border: 1px solid #e8d8c3;
}

/* Forms */
.textinput {
    padding-right: 3px;
    padding-left: 3px;
    COLOR:#333333;
    background: #f9f5f0; 
    border:1px solid #e8d8c3;
}

.listbox {
    vertical-align: middle;
    border: 1px solid #e8d8c3;
}

.button,
.buttonlist ul li a {
    margin-right: 2px;
    padding: 4px 8px;
    background: #a08060;
    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: #c0a080;
    color: #fff;
    border: 0;
}

.radio,
.checkbox {
    vertical-align: middle;
}

.bblink a, 
.bblink a:focus {
    color: #a08060; 
    text-decoration: none;
}

.bblink a:hover {
    color: #c0a080; 
    text-decoration: underline;
}

/* Images */
.image {
    padding: 8px; 
    border: 1px solid transparent;
    border-image:  -webkit-linear-gradient(#e8d8c3, #c0a080);
    border-image-slice: 1;
    margin: 3px;
    margin-bottom:10px;
    background-color: #f9f5f0;
    opacity: 1;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}

.image:hover {
    transition: 1s ease;
    opacity:.85;
    transition: 1s ease;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/* Tables */
.maintable  {
    padding:2%;
    background:transparent;
    width:100%;
    color:#333333;
    box-shadow: 1px 1px 36px 25px rgba(0,0,0,0.04);
    -webkit-box-shadow: 1px 1px 36px 25px rgba(0,0,0,0.04);
    -moz-box-shadow: 1px 1px 36px 25px rgba(0,0,0,0.04);
}

.tableb,
.tablef {
    padding: 5px 10px;
    font-family: "Playfair Display", serif;
    font-size:13px;
    text-transform:none;
}

.tableb_alternate {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}

.tablef {
    padding: 10px;
    background: #f9f5f0;
}

/* Statlinks */
.tableh1 {
    background: transparent url('./imgs/mtableh1.png') repeat-x center left;
    background-repeat:no-repeat;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    text-align: left; 
    font-size:17pt;
    font-style: none;
    padding: 46px;
    padding-top:8px;
    padding-bottom:10px; 
    color: #333333;   
    text-transform: uppercase;
    font-style: none;
    letter-spacing: -1px;
}

.tableh3 {
    background-repeat:no-repeat;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    text-align: left; 
    font-size:16pt;
    font-style: none;
    padding-top:10px;
    padding-left: 34px;
    color: #333333;   
    text-transform: uppercase;
    font-style: none;
    letter-spacing: -1px;
}

.tableh1-stat {
    line-height:26px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    text-align: center; 
    font-size:14pt;
    font-style: none;
    padding: 16px;
    letter-spacing: 2px;
    color: #333333;   
    text-transform: uppercase;
    font-style: none;
    letter-spacing: 1px;
    margin:2px;
}

.tableh1 a {
    color: #333333;
}

.tableh1 a:hover, 
.tableh1 a:focus,
.tableh1 .statlink a:hover,
.tableh1 .statlink a:focus {
    color:#a08060;
    box-shadow:inset 0 -2px 0 #00;
}

.stats {
    padding: 5px; 
    background:#d4b59e; 
    font-weight:700; 
    font-size:10px; 
    font-family:Inconsolata;
    color: #fff; 
    text-transform:uppercase; 
    letter-spacing:2px;
}

.stats strong {
    font-weight:700;
    color: #d4b59e;  
}

.statlink {
    padding:20px;
    margin-left:20px;   
    display: inline; 
    letter-spacing:0px;
    position: relative; 
    font-size:10pt;
    font-family: "Playfair Display", serif;
    color:#333333; 
    font-weight:600!important;
    background-color:transparent;
}

.statlink2{
    margin:10px;
    display: inline; 
    letter-spacing:2px;
    position: relative; 
    font-size:9pt;
    line-height:26px;
    font-family: "Playfair Display", serif;
    text-align: center; 
    color:#333333; 
    font-weight:600!important;
    background-color:transparent;
}

.statlink bold, strong{
    color:#333333; 
}

.statlink a {
    letter-spacing:0px;
    font-family: "Playfair Display", serif;
    font-weight:600;
    font-size: 11pt;     
    text-decoration: none;
    color: #a08060;
}

.statlink a:hover {
    color: #c0a080;
}

.statlink h2 {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-weight:600;
    font-size: 11pt;  
    letter-spacing:0px;
    text-decoration: none;
    color: #333333;
    padding:4px;
    line-height: 15px;
}

td .tableh1:last-child {
    font-size: 15px; 
    font-weight:400;
}

/* Categories */
.catrow_noalb, .catrow {
    color:#404040;
    font-family: "Playfair Display", serif;
    font-weight:400!important;
    line-height: 21px;
    font-size:12px;
    letter-spacing:0px;
    padding: 20px 10px;	
    background-color: #f9f5f0;
    border: 1px solid #e8d8c3;
    margin-bottom: 10px;
}

.catrow_noalb .image, .catrow .image {
    padding: 5px;
    border: 1px solid transparent;
    border-image: linear-gradient(-135deg, #fff 0%, #fff 20%, #fff 40%, #fff 60%, #fff 80%, #fff 100%);
    border-image-slice: 1;
    margin-top:0px;
    margin-bottom:0px;
    margin:0px;
    margin-right:10px;
    border-radius:0px;
    background-color: #ffffff;
    opacity: 1;
    border-radius:30px;
}

.catlink {
    display: block;
    font-family: "Playfair Display", serif;
    font-style:normal;
    font-weight: 700;
}

.catlink a {
    margin: 0 0 5px 0;
    font-family: "Playfair Display", serif;
    font-weight:700;
    font-size: 12pt;
    background: -webkit-linear-gradient(#333333, #333333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    padding-bottom: 1px;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.catlink a:hover,
.catlink a:focus {
    color: #a08060;
    text-decoration: none;
    padding-bottom: 0px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.catlink:before {
    margin-right:10px;
    content:'\0276F';
    font-weight:400;
    font-style:normal;
    font-size:11px;
    color:#a08060;
    position:relative;
    top:-1px;
}

/* Albums */
.tableh2, .tableh2_compact{ 
    font-size:12px; 
    color: #333333;
    background:transparent; 
    padding: 6px;
    text-align: left; 
}

.alblink a {
    background-image: url();
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 7px;
    text-decoration: none;
    color: #333333;
    letter-spacing: 1px;
}

.alblink {
    color: #333333;
    letter-spacing:-3px;
    vertical-align: middle;
    font-family: "Playfair Display", serif;
    font-weight:600;
    font-size: 11pt;
    line-height:17pt;
    text-align: left;   
}

.alblink:before {
    content: "\f07c";
    font-family:fontawesome;   
    font-weight: 400;
    color: #d4b59e;	
    font-size: 10px;
}

.album_stat {  
    color: #333333;
    font-size: 8pt;
    margin-left:10px;
    display: block;
    padding:10px;
    display: inline-block;
    margin-left:10px;	
    text-align:justify; 
}

p.album_stat {
    padding: 5px 0 0 0;
}

/* Thumbnails */
.thumbnails {
    background-color: transparent;
    padding: 3vh 1vw;
    vertical-align: top;
    margin:2px;
    border:1px solid #f6f6f6;
}

.thumbnails table {
    border: none;
    border-collapse: collapse;
}

.thumbnails table td {
    padding: 0;
    border-width: 0;
    border-style: solid;
}

.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_owner{
    font-size: 8.25pt;	
    text-transform:uppercase;
    font-weight:400;
}

.thumb_title_title , .thumb_title {
    color:#373737;
    font-family: "Playfair Display", serif;
    font-size:12px;
    font-weight:600;
    line-height: 1.2; 
    text-transform:none;
    text-align:center;
    display: block;
    margin: 0px auto 10px auto;
    padding-top:6px;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
}

.thumb_title_views, 
.thumb_caption, 
.thumb_dimensions {
    max-width: 75%; 
    background-color: transparent;
    color: #5d5455;
    font-weight: 600;
    font-size:10px;
    font-family: "Playfair Display", serif;
    text-transform:uppercase;	
    margin: 3px; 
    padding: 8px;
    line-height: 100%;
    border: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 25;
}

.thumb_title_views:before {	
    padding:6px;
    margin-right:0px;
    margin-left:-4px;
    content:'\f06e';
    font-family:fontawesome;
    font-weight:400;
    font-size:10px;
    color:#a08060;
}

.thumb_title_views {    
    background-color: #f9f5f0; 
}

.thumb_title_views::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f9f5f0;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.thumb_caption_ctime {
    font-family: "Playfair Display", serif;
    background-color: #f1f1f1;
}

.thumb_caption_ctime:before {	
    padding:6px;
    margin-right:0px;
    margin-left:-4px;
    content:'\f15b';
    font-family:fontawesome;
    font-weight:400;
    font-size:10px;
    color:#d4b59e;
}

.thumb_dimensions {
    background-color: #f5f5f5;
}

.thumb_resolution { 
    background-color: #ffffff; 
}

.thumb_caption { 
    background-color: #f1f1f1; 
}

.thumb_caption a {
    color: inherit;
}

.thumb_num_comments {
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    font-style : italic;
    display : block;
}

/* Sort order */
.sortorder_cell {
    font: 0px/1 'Roboto',sans-serif;
    letter-spacing: 0;
    color: #ccc;
}

.sortorder_options {
    white-space: nowrap;
}

/* Preview */
.navmenu {
    margin: 0 0 5px 0;
    font-family: "Playfair Display", serif;
    font-weight:900;
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #333333;
    line-height: 15px;
}

.tabs-table .navmenu {
    padding:5px 0; 
}

.navmenu img {
    margin: 0;
    padding: 5px 10px 5px 0;
}

.navmenu-active {
    padding:5px 10px; 
    background: #f9f5f0;
    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:#fff;
}

.admin_menu {
    background: #fff;
    font-size: 10px;
    font-weight: 700;
    border:1px solid #a08060;
    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: #333333;
}

.user_thumb_infobox a:hover {
    text-decoration: underline;
    color: #333333;
}

.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: #333333;
}

.footer a:hover {
    text-decoration: underline;
    color: #333333;
}

.topmenu {
    font-family: 'Trebuchet MS', Verdana, Geneva, Arial, sans-serif;
    font-size: 110%;
    line-height: 130%;
}

.topmenu a {
    text-decoration: none;
    color: #a08060;
}

.topmenu a:hover {
    text-decoration: underline;
    color: #c0a080;
}

.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: #333333;
    border-top: 1px solid #fff;
    background: #e8d8c3;
}

.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: #f9f5f0;
}

.debug_text {
    width: 100%;
    margin: 0;
    border: #efefef;
    background-color: #121212;
}

.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: #333333;
}

.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: #333333;
    background-image: none;
}

.important {
    font-weight: bold;
    padding-top: 3px;
    padding-right: 1px;
    padding-bottom: 3px;
    padding-left: 1px;
    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: #333333;
}

.user_thumb_infobox a:hover {
    color: #333333;
    text-decoration: none;
}

.detail_body .maintable {
    background: #f9f5f0;
    color:#333333;
    width: 99.5% !important;
}

.detail_head_collapsed, .detail_head_expanded, {
    font-size: 14px; 
    border-bottom: 1px solid #e8d8c3;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    color: #333333;
    padding-left: 18px;
}

.comment_date{
    color:#a08060;
    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;
}

#film, .tape {
    width: 99% !important;
    margin:0px !important;
}

.filmstip_related {
    padding: 5px;
    color: black;
    letter-spacing: 2px;
    display: inline-block;
    text-align:justify;
}

.tile-background{
    background-color: #f9f5f0;
}

.filmstrip_background {
    background:#transparent;
}

.strip_image {
    padding: 4px;
    margin: 8px;
    border-radius: 0px;
    background: #fff;
    width:auto;
    height:auto;
    text-align:auto;
    text-align:justify;
}

.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: #a08060;
    font-size: 90%;
    vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width: 966px), only screen and (max-device-width: 966px) {
    
.mobile
.catrow .thumbnail {
    font-size:4pt;
    display: none!important;
}

body {
    margin:0!important;
    padding:0!important;
    overflow-x:hidden;
}

.blocks,
.cpg-nav {  
    background-color:#f9f5f0;
    width:95vw!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;
}

.menuheader{
    margin-left:0px;
}

.blockbg{
    background-color:#f9f5f0;
    padding:0px;
}

#container {
    width: 1250px;
    margin: 0 auto;
    text-align:justify;
    color:#333333;
    background: #f9f5f0;
}

#container-align {
    padding: 0%;
}

#sub_menu {
    position: absolute;
    right: 0;
    top: 0px;
    height: 0px;
}

#sub_menu_align {
    padding:0px;
    width:0px;
    font-size:0px;
    height: 0px;
    display: table-cell;
    vertical-align: middle;
}

#text-header {
    background: none;
    border: none;
    padding:0px;
    width:0px;
    font-size:0px;
    height: 0px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0px;
    padding: 0px;
    text-transform: uppercase;
}

#search-header:before {	
    padding:0px;
    padding:0px;
    width:0px;
    font-size:0px;
    height: 0px;
    margin-right:0px;
    content:'\f030';
    font-family:fontawesome;
    font-weight:400;
    font-size:0px;
    color:#a08060;
}

#header-search {
    float: left;  
    padding:0px;
    width:0px;
    font-size:0px;
    height: 0px;
    padding:0px;
    background: linear-gradient(#a08060, #a08060);
    margin-right: 0px;
}

#search-header {
    padding:0px;
    width:0px;
    font-size:0px;
    height: 0px;
    width: 0px;
    background: none;
}

.block-slogan{
    font-family: "Playfair Display", serif;
    font-weight:0;
    margin-top:-50px;
    font-size: 0pt;
    text-transform:uppercase;
    letter-spacing:0px;
    color:#333333;
    position:relative;
    text-align:center;
    display:block;
    width:0%;
    margin-bottom:0px;
    max-width:0px;
    background-attachment: fixed;
    background-color:#f9f5f0;
    padding:0px;
    box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px -0px;
}

#submit-header {
    padding:0px;
    width:0px;
    font-size:0px;
    height: 0px;
    background: url(./img/lupa.png) bottom no-repeat;
    border: none;
    width: 0px;
    height: 0px;
}

#enter {
    padding-top: 0px;
    width: 0px;
    margin: 0 auto;
    display: block;
    margin-bottom: 0px;
}

#enter #arrow {
    background: #a08060 url(./imgs/bottom.png) center center no-repeat;
    -webkit-border-radius: 0px;
    border:0px solid #fff;
    border-radius: 0px;
    width: 0px;
    height: 0px;
    display: block;
    -webkit-box-shadow: 0 0 0px 0 rgba(0,0,0,0.0);
    box-shadow: 0 0 px 0 rgba(0,0,0,0.0);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

#enter #arrow:hover {
    background: #333333 url(./imgs/bottom.png) center center no-repeat;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 0px;
    height: 0px;
    display: block;
    -webkit-box-shadow: 0 0 0px 0 rgba(0,0,0,0.0);
    box-shadow: 0 0 0px 0 rgba(0,0,0,0.0);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

#container {
    width: 1250px;
    margin: 0 auto;
    text-align:justify;
    color:#333333;
    background: #f9f5f0;
}

.sociallinks{
    margin-top:0px;
    margin-bottom:0px;
    color:#333333;
    border:#e8d8c3;
    background-color:#f9f5f0;
    font-weight: 400;   
    font-size: 0pt; 
    line-height: 0px;     
    display:inline-block;
    padding:00px 0px;
}

.soicialblock i{
    color:#333333;
}

.soicialblock{
    width:0px;
    margin-left:0px;
    margin-top:0px; 
    padding: 0px;
    text-align:justify;
    background-color: transparent;	             
}

.blockcontent{
    width:0%;
    height:0px;
}

.block-top{
    background-color:#f9f5f0;
    height:0px;
    padding-top:0px;
    padding-left:0px;
    border-bottom:0px solid #fff;
}

/* Title & Slogan */
.site-name{    
    letter-spacing:-2px;
    color:#333333;
    font-size: 0px;
    font-family: "Playfair Display", serif;
    font-weight:700;
    line-height: 0px;
}

.site-name-two{
    margin-top:-0px;
    margin-left:0px;
    padding:0px;
    width:0px;
    height:0px;
    border:0px solid #333333;
    letter-spacing:0px;
    color:#333333;
    font-size: 0px;
    font-family: "Playfair Display", serif;
    font-weight:900;
    text-transform: uppercase;
    line-height: 0px;
    transition: ease-in-out 0.20s;
}

.site-name-two:hover{
    margin-top:0px;
    margin-left:0px;
    padding:0px;
    width:0px;
    height:0px;
    background-color:#f9f5f0;
    border:0px solid #a08060;
    letter-spacing:0px;
    color:#333333;
    font-size: 0px;
    font-family: "Playfair Display", serif;
    font-weight:900;
    text-transform: uppercase;
    line-height: 0px;
    transition: ease-in-out 0.20s;
}

.site-name-slogan{
    font-weight:400!important;
    letter-spacing:0px;
    text-transform: uppercase;
    color:#333333;
    background-color:#f9f5f0;
    font-size: 0px;
}

.block-slogan{
    margin-top:8px;
    font-family: "Playfair Display", serif;
    font-weight:700;
    font-size: 7pt;
    text-transform:uppercase;
    letter-spacing:7px;
    color:#333333;
    position:relative;
    text-align:center;
    display:block;
    width:99%;
    margin-bottom:10px;
    max-width:2000px;
    background-attachment: fixed;
    background-color:#f9f5f0;
    padding:7px;
    box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px -0px;
}

/* Header */
.header1 {
    background: url(./imgs/header.png);
    background-color:#f9f5f0;
    width: 0%;
    height:0vh;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position:top center;
}

.welcome-message{
    height:0px;
    font-family: "Playfair Display", serif;
    text-align:justify;
    font-weight:400!important;
    letter-spacing:0px;
    color:#333333;
    padding:0px;
    margin-top:0px;
    display: block;
    margin-bottom:0px;
    background-color:#f9f5f0;
    font-size: 0px;
}

.site-name-block{
    width:0%;
    padding-top:0px;
}

.site-name{    
    margin-top:0px;
    padding:0px;
    letter-spacing:0px;
    color:#333333;
    font-size: 0px;
    font-family: "Playfair Display", serif;
    font-weight:900;
    display: inline-block;
    line-height: 0px;
    text-transform:uppercase;
}

.site-name span{    
    letter-spacing:0px;
    padding:0px;
    background: -webkit-linear-gradient(#e8d8c3, #c0a080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-size: 0px;
    font-family: "Playfair Display", serif;
    font-weight:600;
    font-style: italic;
    text-transform:uppercase;
}

.site-name-slogan{
    font-family: "Playfair Display", serif;
    font-weight:800!important;
    letter-spacing:0px;
    text-transform: uppercase;
    color:#333333;
    padding:0px;
    margin-top:0px;
    display: inline-block;
    background-color:#f9f5f0;
    font-size: 0px;
}

.welcome-img {
    float: left;	
    margin-top:0px;
    background-color:transparent;
}

.welcome-img img {
    width: 0px;
    height:0px;
    outline: 0px solid #333333;
    outline-offset: 0px;
    background-color: #f9f5f0;
    padding:0px;
    margin: 0px 0px 0px 0px;
    border: 0;
}

/* Title & Slogan */
.site-name-block{
    width:0%;
    padding-top:0%;
}

.site-name{    
    letter-spacing:0px;
    color:#333333;
    font-size: 0px;
    font-family: "Playfair Display", serif;
    font-weight:900;
    line-height: 0px;
    text-transform:uppercase;
}

.site-name span{    
    letter-spacing:0px;
    color:#333333;
    font-size: 0px;
    font-family: "Playfair Display", serif;
    font-weight:600;
    font-style: italic;
    text-transform:uppercase;
}

.statlink2{
    margin:10px;
    display: inline; 
    letter-spacing:2px;
    position: relative; 
    padding: 3px 6px; 
    font-size:5pt;
    line-height:20px;
    font-family: "Playfair Display", serif;
    text-align: center; 
    color:#333333; 
    font-weight:600!important;
    background-color:transparent;
}

.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;
}

.site-name{    
    position: absolute;
    top: 5%;
    left: 0%;
    transform: translate(-0%, -0%);
    display: flex;
    justify-content: center;
    letter-spacing:0px;
    text-transform: uppercase;
    background-color:transparent;
    display: inline-block;
    overflow:hidden;
    color:#333333;
    mix-blend-mode:difference;
    padding:0px calc(0% - 0px);
    font-size: 0px;
    font-family: "Playfair Display", serif;
    font-weight:900;
    line-height: 00px;
}

.site-name-slogan{
    font-weight:100!important;
    letter-spacing:0px;
    text-transform: uppercase;
    display: inline-block;
    color:#333333;
    margin-top:0px;
    background-color:#f9f5f0;
    font-size: 0px;
}

.header-mobil {
    height: 350px;
    width:100%;
    background: url(./imgs/mobil.png);
    background-repeat: repeat;
    background-position: center;
}

.camera {
    background: url(./imgs/camera.png);
    width: 0px;
    height: 0px;
}

.content {
    width:0px;
    height:0px;
    color: #333333;
    background-color: #f9f5f0;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    padding: 0px;
}

.footer-block{	
    width:78vw!important;
    margin:0 auto; 
    position:relative; 
}

.mobile-name {
    margin:0 auto 0!important;
    padding:15px 0!important;
    display:block;
    position: relative;
}

.mobile-name h1 {
    margin:0 0 -10px;
    font:400 28px "Playfair Display", serif;
    color:#333333;
    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 {
    margin-top:3px;
    padding:10px; 
    display:block;
    background-color:#f9f5f0;
    text-align:center; 
    overflow:hidden;
    position:relative;
}

.cpg-nav a {
    margin: 0!important; 
    display: inline; 
    position: relative; 
    padding: 3px 6px; 
    font-size:10px;
    text-transform:uppercase;
    xborder-radius:2px;
    letter-spacing:1px;
}

.cpg-nav a:hover,
.cpg-nav a:focus {
    text-decoration: none;
}

.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 {	
    background: transparent url('./imgs/none.png') repeat-x center left;
    letter-spacing:0px;
    font-size:9pt;
}

.tableh3 {	
    letter-spacing:0px;
    font-size:7pt;
    padding:8px;
}

.statlink h2 {
    font-size:8px!important;
    font-weight:800;
    color:#333333;
    letter-spacing:0px;
    border:0px solid #fff;
    margin-left:-10px;
}

.maintable td.statlink h2{
    display: inline; 
    position: relative; 
    padding: 3px 6px; 
    font-size:8px;
    font-family: "Playfair Display", serif;
    color:#333333; 
    letter-spacing:0px;
    letter-spacing:10px;
    font-weight:600!important;
    text-transform:uppercase;
    background-color:transparent;
    letter-spacing: 0px;
    text-align: left;
}

.statlink {
    display: inline; 
    position: relative; 
    padding: 3px 6px; 
    font-size:8px;
    font-family: "Playfair Display", serif;
    color:#333333; 
    letter-spacing:0px;
    font-weight:600!important;
    text-transform:uppercase;
    background-color:transparent;
}

.tabs-table-alt .tableh1-small {
    background: transparent url('./imgs/none.png') repeat-x center left;
    width:82vw;
}

.maintable:first-child {
    border-top:1px solid #e8d8c3;
}

.image {
    padding:2px;
    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; 
    padding:5px;
    font-size:5px!important;
    background-color:#f9f5f0;
    outline: 0px solid #e8d8c3;
    outline-offset: 0px;
}

.thumb_title_views:before {	
    padding:0px;
    margin-right:0px;
    margin-left:-0px;
    content:'\f06e';
    font-family:fontawesome;
    font-weight:400;
    font-size:0px;
    color:#a08060;
}

.thumb_title {
    display:table!important; 
    max-width: 12vw!important; 
    overflow: hidden; 
    line-height:10px;
    font-size:7px!important;
}

.strip_image {
    max-width: 14vw!important; 
    height: auto;
}

.cat-desc{
    font-size:7px!important;
    line-height:19px;
}

.thumb_title_views:before {	
    padding:0px;
    margin-right:0px;
    margin-left:-0px;
    content:'\f06e';
    font-family:fontawesome;
    font-weight:400;
    font-size:0px;
    color:#a08060;
}

.site-footer .footer-content {
    font-size:8px;
}

.sociallinks{
    margin-bottom:0px;
    display: inline-block;
    margin:0;	
    font:0 0px/0px 'Roboto', sans-serif;
    padding:0px 0x;
    font-size:0px;
    max-width:0px;
    width:0px;
    font-family:Inconsolata;
    color:#333333; 
    float:right;
    text-align:right;
    background-color:transparent;
    font-weight:600!important;	
    text-transform:uppercase;
    letter-spacing:0px;
}

.sociallinks a{
    background-color:#f9f5f0;
    color:#333333;
    font-size:0px;
    padding:0px;
}

/* Miscellaneous */
.detail_head_collapsed,
.detail_head_expanded {
    color: #a08060;
}

.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 {
    font: 0px/1 'Roboto',sans-serif;
    letter-spacing: 0;
    color: #ccc;
}

.sortorder_cell img,
.thumb_caption_rating img,
#comments img {
    max-width: 0vw!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 {
    background: transparent url('./imgs/none.png') repeat-x center left;
    padding: 5px 7px!important; 
    font-size:8pt;
    letter-spacing:0px;
}

.thumbnail {
    max-width: 8vw!important; 
    height: auto;
}

.statlink {
    line-height: 21px!important;
}

.catrow_noalb {
    font-size:4pt;
    padding: 5px 7px!important;
}

.catrow_noalb, .catrow {
    color:#404040;
    font-size:4pt;
}

.catrow {
    font-size:4pt;
    line-height:10px;
    padding: 5px 7px!important;
}

.catlink a{
    font-size: 8pt;
    line-height: 21px!important;
}

.catrow_noalb table,.catrow table {
    font-size:5pt;
    line-height:10px;
}

.tableh2 {
    padding: 5px!important;
}

.alblink {
    font-size: 11px!important; 
    background-color:#f9f5f0;
    border:1px solid #e8d8c3;
    letter-spacing:-6px;
    line-height: 20px!important;
}

.album_stat {  
    color: #333333;
    font-size: 5pt;
    margin-left:10px;
    display: block;
    padding:5px;
    display: inline-block;
    margin-left:10px;	
    text-align:justify; 
}

.tableb p {
    font-size: 10px!important; 
    line-height: 1.5!important;
}

.sortorder_cell {
    display: none;
}
}