/* 1.0 Main
-------------------------------------------------------------- */
body {
  font: 16px/26px europa, sans-serif;
  font-style: normal;
  line-height: 1.2;
font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #000000;
  -webkit-font-smoothing: antialiased; }

a {
  -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;
  text-decoration: none;
  color: #e42c64; }

a:hover,
a:focus {
  color: #e42c64; }

::-moz-selection {
  color: #fff;
  background: #e42c64; }

::selection {
  color: #fff;
  background: #e42c64; }

  .display_media .image {
  width: 70%;
  height: auto; }
  
  img.side-header {
    width: 100%;
}

td.catrow img {
    width: 5vw;
}

/* 2.0 Structure
-------------------------------------------------------------- */
.ads, .topnav, .topads {
  padding: 10px;
  text-align: center; }

.topnav {
  background-color: #e42c64;
  padding: 1.0rem;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 10px; }

.site {
  padding-top: 50px;
  max-width: 1260px;
  margin: 0 auto; }

.site-content {
  background: #000000; }

.site-content:before,
.site-content:after {
  display: table;
  content: ''; }

.site-content:after {
  clear: both; }

/* 3.0 Menu
-------------------------------------------------------------- */
.site-navigation {
  padding: 0 20px;
  text-align: center;
  background-color: #e42c64; }

.site-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.site-navigation li,
.main-navigation,
.social-navigation {
  display: inline-block; }

.site-navigation li {
  padding: 20px 0; }

.site-navigation a,
.site-navigation a:hover,
.site-navigation a:focus {
  color: #fff; }

.main-navigation {
  font-weight: 700;
  text-transform: uppercase; }

.main-navigation li,
.social-navigation {
  margin: 0 10px; }

.social-navigation li {
  margin: 0 5px; }

.social-navigation a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands","Font Awesome 5 Free";
   }

.social-navigation a[href*='facebook.com']:before {
  content: '\f39e'; }

.social-navigation a[href*='plus.google.com']:before {
  content: '\f0d5'; }

.social-navigation a[href*='instagram.com']:before {
  content: '\f16d'; }

.social-navigation a[href*='tumblr.com']:before {
  content: '\f173'; }

.social-navigation a[href*='twitter.com']:before {
  content: '\f099'; }

.social-navigation a[href*='youtube.com']:before {
  content: '\f16a'; }

.social-navigation a[href*='mailto:']:before,
.social-navigation a[href$='/contact/']:before {
  content: '\f0e0'; }

.social-navigation a[href$='/feed/']:before {
  content: '\f09e'; }

/* 4.0 Header
-------------------------------------------------------------- */
.site-header {
  width: 100%;
    background-image: url("images/header.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 400px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
      display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.site-branding {
  padding: 30px 0 0 0;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0px 0px 0px #757575; }

.site-title {
      font-size: 55px;
  margin: 0;
  color: #ffffff; }

.site-tagline {
 line-height: 4;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff; }

.admin-menu-navigation {
    text-align: center;
}

.admin-menu-navigation a {
    padding: 5px 10px;
    display: inline-block;
    margin: 1px;
    color: #000000;
    border: 2px solid;
    font-weight: 700;
    border-radius: 10px;
}

.admin-menu-navigation a:active,
.admin-menu-navigation a:hover{
        color: #e42c64;
}


/* 5.0 Footer
-------------------------------------------------------------- */
.site-footer {
  padding: 24px 30px;
  color: #000000;
  text-align: center;}

.site-footer a,
.site-footer a:hover,
.site-footer a:focus {
  color: #000000; }

.site-info {
  font-weight: 700;
  text-transform: uppercase; }

/* 6.0 CPG Menu
-------------------------------------------------------------- */
.side-area {
  float: right;
  width: 320px;
  padding: 10px 30px 0 30px; }

.side,
.side-content {
  margin: 20px 0 40px 0; }

.side-title {
  font-size: 19px;
  position: relative;
color: #ffffff;
    border-bottom: 1px dashed rgb(255 255 255 / 36%);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;}

.side-title:after {
  position: absolute;
  bottom: -2px;
  display: block;
  width: 50px;
  height: 3px;
  content: ''; }

.side-content {
  text-align: justify; }

.side-cpg a {
  display: block;
  padding: 5px;
  border-bottom: 1px dashed rgb(255 255 255 / 36%); }

 .side-content.side-cpg a {
 color: #ffffff;
 font-weight: 700;
}

.side-content.side-cpg a::before {
    content: '♛ ';
}

/* 7.0 CPG Content
-------------------------------------------------------------- */
.content-area {
  float: left;
  width: 820px;
  padding: 20px 30px;
  background: #fff; }

/* 8.0 Forms
-------------------------------------------------------------- */
.textinput {
  padding-right: 3px;
  padding-left: 3px;
  border: 1px solid #ececec; }

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

.buttonlist.align_right .buttonlist ul li a {float: none !important;}


.button,
.buttonlist ul li a {
  font-size: 11px;
  line-height: 20px;
  margin-right: 2px;
  padding: 1px 3px;
  -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;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #e42c64;
  background: #e42c64; }

.button:hover,
.buttonlist ul li a:hover,
.button:focus,
.buttonlist ul li a:focus {
  color: #fff;
  border: 1px solid #757575;
  background: #757575; }

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

/* 9.0 Images
-------------------------------------------------------------- */
.image {
  margin: 3px;
  padding: 0px;
  border: 0px solid #f9ebef; }

.image:hover {
  padding: 0px;
  border: 0px solid #e42c64; }

/* 10.0 Tables
-------------------------------------------------------------- */
.maintable {
  margin: 0 auto 20px auto;
  background: #fff;
}

.tableb {
  padding: 5px 10px; }

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

.tablef {
  padding: 10px;
  background: #f7f7f7; }

/* 11.0 Statlinks
-------------------------------------------------------------- */
.tableh1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  color: #01090d;}

  .tableh1 a {
  color: #01090d;
}

.tableh1 a:hover, 
.tableh1 a:focus,
.tableh1 .statlink a:hover,
.tableh1 .statlink a:focus {
  color: #01090d;
}


/*.tableh1:after {
  position: absolute;
  bottom: -2px;
  display: block;
  width: 75px;
  height: 3px;
  content: ''; }*/

.statlink {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #01090d;
  letter-spacing: 0; }

.statlink a,
.statlink a:focus {
  color: #01090d; }
  
.statlink a:hover {
  color: #e42c64; }


.statlink h2 {
  font-size: 18px;
  margin: 0;
  color: #01090d; }

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

/* 12.0 Categories
-------------------------------------------------------------- */
.catrow_noalb {
  padding: 10px 5px;
  border-bottom: 1px solid #f9ebef; }

.catrow {
  padding: 10px 5px;
  border-bottom: 1px solid #f9ebef; }

.catlink {
  font-weight: 700;
  display: block; }

.catlink:before {
    color: #e42c64;
  font-size: 14px;
  margin: 0 5px 0 0;
  content: '♡ '; }

.catlink a {
    font-size: 20px;
 background:
     linear-gradient(
       to bottom, #e42c64 0%,
       #e42c64 100%
     );
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  color: #01090d;
  text-decoration: none;
  transition: background-size .2s;}

.catlink a:hover {
  color: #ffffff;
background-size: 4px 50px;}

/* 13.0 Albums
-------------------------------------------------------------- */
.tableh2 {
  font-weight: 700;
  line-height: 22px;
  padding: 11px 10px;
  color: #01090d;
background: rgba(1, 9, 12, 0.03); }

.alblink {
  font-weight: 700;
  color: #01090d;
  }

.alblink a {
 background:
     linear-gradient(
       to bottom, #e42c64 0%,
       #e42c64 100%
     );
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  color: #01090d;
  text-decoration: none;
  transition: background-size .2s; }
  
  
.alblink a:hover,
.alblink a:focus {
  color: #ffffff;
background-size: 4px 50px; }

.album_stat {
  font-size: 85%;
  line-height: 1.5;
  margin: 10px 0; }

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

p.album_stat {
  padding: 0; }

/* 14.0 Thumbnails
-------------------------------------------------------------- */
span.thumb_caption.thumb_caption_ctime {
    display: none;
}

span.thumb_caption.thumb_caption_mtime {
    display: none;
}

span.thumb_title.thumb_title_dimensions {
    font-size: 13px;
    display: inline;
    border-bottom: 2px solid #f1f1f1;
color: #e42c64;
padding: 0;
}


.thumbnails:hover span.thumb_title.thumb_title_dimensions {
    color: #e42c64;
    border-bottom: 2px solid #000000;
}


.thumbnails {
  padding: 10px 0;
}


.thumb_resolution,
.thumb_title_views,
.thumb_caption_ctime,
span.thumb_title.thumb_title_views {
  display: inline; 
  font-size:13px; 
  text-transform:uppercase;
      color: #949494;
    padding: 0;
}

.thumbnails img,
.thumbnails br {display:none;}
.thumbnails a img {display:block; margin-bottom: 15px;}

  .thumbnails:hover .thumb_caption {
    color: #000000;
    background-color: #f1f1f1;
    transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

.thumbnails:hover .thumb_title_views {
    color: #000000;
    transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

  .thumbnails img {
  margin:3px; 
  padding:0px;
  background:#ffffff;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 2px;
}

.thumbnails:hover img {
border: 0px solid #e42c64;
  -webkit-filter: grayscale(10%); 
  filter: grayscale(10%);
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


@media screen and (max-width: 600px) {


.site-title, .site-tagline {
  color: #000000; }


  .thumbnails img {
  margin:3px; 
  padding:0px;
  background:#ffffff;
  border: 0px solid #e8e8e8;
  /*box-shadow:0 1px 3px rgba(0,0,0,0.10);*/
}

.thumbnails:hover img {
border: 0px solid #e42c64;
  -webkit-filter: grayscale(10%); 
  filter: grayscale(10%);
  /*box-shadow:0 1px 3px rgba(0,0,0,0.10);*/
}

}


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

.thumb_title{
display: block;
    margin: 1px 1px;
    padding: 0px 0px 10px 0px;
    font-weight: 700;
    width: auto;
    border: 0;
    line-height: 1.5;
}


.thumb_caption, 
.thumb_resolution {
  display: inline; 
  margin:1px 1px; 
  padding: 0; 
  font-weight:700; 
  width:auto; 
  border:0; 
  line-height:140%;
}

.thumb_title {
  color:#000000;
}

.thumb_caption {
  color:rgba(0, 8, 12, 0.3);
  font-size:11px; 
  font-weight:400;
}

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


/* 15.0 Sort order
-------------------------------------------------------------- */
.sortorder_cell {
  font-size: 11px;
  color: #01090d; }

.sortorder_options {
  white-space: nowrap; }

/* 16.0 Preview
-------------------------------------------------------------- */
.navmenu {
font-weight: 700;
    border-style: none;
    color: #000000;
    border-radius: 20px;
    padding: 3px;
    border: 3px solid;
} 

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

.navmenu a,
.navmenu a:hover,
.navmenu a:focus {
  display: block;
  padding: 5px; }

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

/* 17.0 Administrator
-------------------------------------------------------------- */
.admin_menu_wrapper {
  padding: 10px 0 20px 0; }

.admin_menu {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase; }

.admin_menu a,
.admin_menu a:hover,
.admin_menu a:focus {
display: block;
    padding: 5px 10px;
    color: #e42c64;
    font-weight: 700;
    background-color: rgb(228 44 100 / 20%);
    border-radius: 10px; }

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

/* 18.0 Miscellaneous
-------------------------------------------------------------- */
.filmstrip_background {
  background-color: transparent; }

.prev_strip {
  text-align: left; }

.next_strip {
  text-align: right; }

.detail_head_collapsed,
.detail_head_expanded {
  color: #757575; }

.fitpic {
  max-width: 794px; }

/* 19.0 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: #5f5f5f; }

.footer {
  font-size: 9px; }

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

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

.topmenu {
  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: #f9ebef; }

.clickable_option {
  cursor: default; }

.listbox_lang {
  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: green; }

#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 */
.green {
  border: solid 1px #b50000;
  background-color: #ffebeb; }

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

/* Complete */
.green {
  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: green; }

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

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

.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 dashed #f9ebef; }

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

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

/* 20.0 Responsive
-------------------------------------------------------------- */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.show-menu,
.main-navigation input[type=checkbox] {
  display: none; }

.main-navigation input[type=checkbox]:checked ~ .rpv-menu {
  display: block; }

@media (max-width: 954px) {
  .site-content {
    background: #fff; }

  .show-menu {
    font-size: 16px;
    display: block;
    padding: 10px 3%;
    text-transform: none;
    color: #fff; }

  .show-menu:before {
    font-size: 14px;
    margin: 0 5px 0 0;
    content: "\f0c9"; 
     font-family: "Font Awesome 5 Free";
  }

  .site-navigation {
    padding: 0;
    text-align: left; }

  .main-navigation,
  .main-navigation a {
    font-size: 15px;
    line-height: 24px;
    display: block; }

  .main-navigation ul,
  .social-navigation {
    display: none; }

  .main-navigation ul li,
  .main-navigation li a {
    width: 100%; }

  .main-navigation li {
    margin: 0;
    padding: 5px 3%;
   border-top: 1px solid rgb(255 255 255 / 30%); }

  .site-header {
    height: auto;
    background: none; }

  .site-branding {
    padding: 20px 3%;
    letter-spacing: 0;
    background: #ffffff;
    text-shadow: none; }

  .site-title {
    font-size: 2em; }

  .site-tagline {
    font-size: 0.8em;}

  .side-area {
    float: none;
    width: auto;
    padding: 3px 3% 1px 3%;
    background: #000000; }

  .content-area {
    float: unset;
    width: auto;
    padding: 0; } }
.thumbnail {
  max-width: 12vw !important;
  height: auto; }

.thumb_title,
.thumb_caption,
.thumb_filename,
.thumb_num_comments {
  overflow: hidden;
  max-width: 12vw !important;
  line-height: 1.1;}

.strip_image {
  max-width: 10vw !important;
  height: auto; }

#film {
  width: 100% !important; }

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

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

.remove {
  display: none !important; }

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

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

@media (max-width: 739px) {
  body {
    font-size: 14px;
    line-height: 21px; }

  .site-tagline {
    line-height: 23px; }

  .site-footer {
    line-height: 23px;
    padding: 23px 3%; }

  .image {
    margin: 2px; }

  .maintable {
    margin: 0 auto 10px auto; }

  .tableb {
    padding: 5px; }

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

  .tablef {
    padding: 10px 5px; }

  .tableh1,
  .statlink h2 {
    font-size: 18px; }

  .tableh1:after {
    width: 50px; }

  .statlink {
    font-size: 14px;
    line-height: 21px; }

  .tableh2 {
    line-height: 21px;
    padding: 6px 5px; }

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

  .thumbnails {
    padding: 10px 3px; }

  .sortorder_cell {
    display: none; }

  .navmenu {
    font-size: 1.5vw !important; }

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

  .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 ul li a span {
    line-height: 2vw !important;
    height: 2vw !important; }

  .buttonlist ul li a {
    font-size: 1.5vw !important; } }
@media (min-width: 620px) {
  #tabsMenu .navmenu a {
    display: block !important; }

  #tabsMenu .navmenu span {
    display: block !important; } }
@media (max-width: 619px) {
  .navmenu {
    font-size: 2.5vw !important; }

  .display_media {
    padding: 0; }

  #tabsMenu .navmenu a {
    display: none !important; }

  #tabsMenu .navmenu span {
    display: block !important; }

  .tableb {
    padding: 1px 1px !important; }

  .buttonlist ul li a {
    font-size: 2vw !important; } }
@media (max-width: 1119px) and (min-width: 955px) {
  .site {
    margin: 0 10px; }

  .side-area {
    width: 14.54%;
    padding: 10px 2.68% 0; }

  .content-area {
    width: 74.74%;
    padding: 20px 2.68%; }

  .fitpic {
    max-width: 669px; } }

  /**two column**/

  .row {padding: 20px;
    max-width: 1400px;
    margin: 0 auto;}

.column {
  float: left;
  padding: 18.5px;
}

.left {
  width: 74%;
}

.right {
 width: 24.2%;
}

.column.right {
    background-color: #e42c64;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (min-width: 600px) {
  .column {
    width: 100%;
    padding: 0px;
  }
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    padding: 0px;
  }

  span.thumb_title.thumb_title_title, span.thumb_title.thumb_title_views, span.thumb_caption.thumb_caption_ctime {
    display: none;
}
.thumbnails {
     padding: 0px; 
}
.row {
    padding: 3px;
}
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (min-width: 768px) {

	.column {
      padding: 0.4%;
}

.left {
  width: 74%;
}

.right {
 width: 24.2%;
}
}

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

.left {
  width: 100%;
}

.right {
 width: 100%;
}

}

