/* ==========================================================================
   PicturePush Base Stylesheet (base3.css)

   1. Custom Properties (Skin Variables)
   2. Reset & Base Typography
   3. Header & Navigation
   4. Layout (#content, columns)
   5. Block Component (.block, .content)
   6. Forms & Inputs
   7. Buttons
   8. Thumbnail & Album Grids
   9. Stage (Image Viewer) & Sidebar
   10. Scroller & Pagination
   11. Upload Block
   12. Tag Cloud
   13. Footer
   14. Lightbox & Overlays
   15. Utility Classes
   16. Media Queries
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700,300italic);

/* --------------------------------------------------------------------------
   1. Custom Properties (Skin Variables)
   -------------------------------------------------------------------------- */

:root {
  --color-primary: #163f73;
  --color-primary-hover: #4da4ff;
  --color-text: #3e3e41;
  --color-text-secondary: #5a5c6c;
  --color-bg-body: #e3e6f1;
  --color-bg-block: white;
  --color-block-heading: #163f73;
  --color-link: #163f73;
  --color-link-hover: #4da4ff;
  --color-button-bg: #163f73;
  --color-button-text: white;
  --color-button-hover-text: #fff3c3;

  --header-bg-image: url("../img/headerbg6.jpg");
  --header-mainmenu-color: white;
  --header-mainmenu-active-bg: #e3e6f1;
  --header-mainmenu-active-color: #163f73;
  --header-mainmenu-active-border-color: #e3e6f1;

  --usermenu-bg: #e3e6f1;
  --usermenu-border-top: 1px solid #e3e6f1;
  --usermenu-link-color: #163f73;
  --usermenu-active-bg: white;
  --usermenu-active-color: black;

  --personalmenu-active-bg: #2f2f2f;
  --personalmenu-label-color: white;

  --searchbox-input-bg: white;
  --searchbox-input-border: #d0d0d0;
  --searchbox-input-color: #3e3e3e;
  --searchbox-button-bg: #e3e6f1;
  --searchbox-button-border: #e3e6f1;
  --searchbox-button-color: #3e3e3e;

  --color-albumgrid-bg: #d9ddeb;

  --tag-color-1: #9daec4;
  --tag-color-2: #8197b3;
  --tag-color-3: #4d6c94;
  --tag-color-4: #4d6c94;
  --tag-color-5: #335785;
  --tag-color-6: #22497a;
  --tag-color-7: #163f73;
  --tag-color-8: #163f73;
}

/* --------------------------------------------------------------------------
   2. Reset & Base Typography
   -------------------------------------------------------------------------- */

html {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  width: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  text-align: center;
  font-family: "Open Sans", "Trebuchet MS", arial, sans-serif;
  background-color: var(--color-bg-body);
}

body,
p,
li,
td,
th {
  font-size: 13px;
  color: var(--color-text);
  line-height: 20px;
}

.error,
th.error,
.block .content table th.error,
.block .content .error {
  font-weight: bold;
  color: #cc0000;
}

#flash {
  padding: 2px 8px;
  width: 768px;
  margin-bottom: 8px;
  background-color: #ffeeaa;
  border: 1px solid #ffbb66;
  color: #665522;
  position: relative;
  font-weight: bold;
}
#flash .control {
  position: absolute;
  right: 5px;
  top: 2px;
  font-weight: bold;
  color: #998866;
  cursor: pointer;
}

img {
  border: none;
}

.photo {
  border: none;
  background-color: rgba(0, 0, 0, 0.8);
}

form {
  margin: 0px;
  padding: 0px;
}

a {
  font-weight: bold;
  color: var(--color-link);
}
a:hover {
  text-decoration: underline;
  color: var(--color-link-hover);
}

.minor {
  font-weight: normal;
  font-size: 10px;
  color: #999999;
}
a.minor {
  font-weight: normal;
  text-decoration: underline;
  font-size: 11px;
  color: var(--color-link);
}

a.char {
  text-decoration: none;
}

a.editable {
  cursor: text;
  border: 1px solid transparent;
  background-color: #f8f3d1;
  font-weight: normal;
}

a.editable:hover {
  border: 1px solid #cccccc;
  text-decoration: none;
  color: var(--color-link);
  background-color: white;
}

h2 {
  font-size: 18px;
  margin-top: 12px;
  z-index: 10;
  color: var(--color-block-heading);
  font-weight: normal;
}
.settitle {
  background-color: white;
  color: black;
  font-size: 13px;
  border-bottom: 1px solid #a4a4a4;
  width: 241px;
  border-right: 1px solid #f3f3f3;
}
.settitle h2 {
  font-size: 13px;
  font-weight: bold;
  color: black;
  margin: 0;
  padding: 5px 0px 5px 16px;
}
.settitle .prefix {
  font-weight: normal;
  color: #666666;
}
.setcontrols {
  border-top: 1px solid #d0d0e0;
  padding-left: 12px;
}
.setcontrols span {
  display: inline-block;
  font-weight: bold;
  color: #5e0085;
  font-size: 11px;
  font-family: arial, sans-serif;
  line-height: 18px;
  margin-right: 8px;
  padding: 4px 6px 4px 4px;
}

.setcontrols span:hover {
  background-color: #efefef;
  color: black;
}

a.uparrow,
a.downarrow {
  background-color: #48a0e3;
  display: block;
  border: 1px solid #3890d3;
  float: left;
  margin-top: 1px;
  margin-left: 1px;
  border-radius: 6px;
}
a.uparrow {
  padding: 7px 5px 9px 5px;
}
a.downarrow {
  padding: 9px 5px 7px 5px;
}
b.downarrow,
.uparrow span,
.downarrow span {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.uparrow span {
  border-bottom: 5px solid white;
}
.downarrow span {
  border-top: 5px solid white;
}

b.downarrow {
  display: inline-block;
  border-top: 7px solid #5e0085;
  vertical-align: center;
  line-height: 1px;
  height: auto;
  width: auto;
}

/* --------------------------------------------------------------------------
   3. Header & Navigation
   -------------------------------------------------------------------------- */

#container {
  width: 100%;
  min-height: 100%;
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 0px;
  position: relative;
  left: 0px;
  top: 0px;
}

#header {
  position: relative;
  width: 100%;
  height: 80px;
  background-image: var(--header-bg-image);
  background-repeat: repeat-x;
  background-position: center top;
}
#logo {
  text-align: left;
  height: 40px;
  overflow: hidden;
  position: relative;
  left: 16px;
  margin-left: 0;
  max-width: 300px;
}
#logo a {
  padding: 0;
  line-height: 40px;
  text-decoration: none;
}
#logo a span {
  color: white;
  font-size: 18px;
  font-weight: normal;
  font-family: helvetica, arial, sans-serif;
}

#header h1 {
  display: inline;
  margin: 0px;
  padding: 0px;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
#header h1 a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}

#header .searchBox {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  height: auto;
  overflow: visible;
  z-index: 100;
  background: #222;
  padding: 8px 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 8px;
}
#header.search-open .searchBox {
  display: block;
}
#header .searchBox form {
  display: flex;
  gap: 4px;
}
#header .searchBox form > * {
  height: 26px;
  border-radius: 3px;
}
#header .searchBox input {
  font-size: 12px;
  line-height: 16px;
  font-family: arial;
  font-weight: normal;
  padding-left: 4px;
  color: #ccc;
  background-color: #333;
  border: 1px solid #444;
}
#header .searchBox select {
  margin-left: 2px;
  font-size: 12px;
  line-height: 16px;
  font-family: arial;
  color: #ccc;
  background-color: #333;
  border: 1px solid #444;
}

#header .searchBox .button {
  background-color: #444;
  border: 1px solid #555;
  color: #ddd;
  font-weight: bold;
  margin-left: 2px;
}

#searchToggle {
  position: absolute;
  top: 44px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 91;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
#header.search-open #searchToggle {
  background: #222;
  color: #ddd;
}

#mainmenu {
  position: absolute;
  padding: 0px;
  top: 4px;
  z-index: 90;
  left: 258px;
  width: 600px;
  margin: 0px;
  display: flex;
  list-style: none;
}

#mainmenu li {
  list-style: none;
  margin: 0px;
  line-height: 38px;
}

#mainmenu li a {
  padding: 2px 16px 6px 16px;
  font-size: 18px;
  color: var(--header-mainmenu-color);
  line-height: 38px;
  font-weight: normal;
  text-decoration: none;
  margin-right: 2px;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
}

#mainmenu li.active a {
  background: linear-gradient(
    to bottom,
    white,
    var(--header-mainmenu-active-bg)
  );
  color: var(--header-mainmenu-active-color);
  border-color: var(--header-mainmenu-active-border-color);
  position: relative;
  top: 0px;
  left: 0px;
  line-height: 39px;
  border-style: solid;
}

#mainmenu li a:hover {
  color: white;
  text-decoration: underline;
  border-style: solid;
}

#mainutils {
  text-align: left;
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 40px;
  width: 472px;
  left: 50%;
  margin-left: -470px;
}
#mainutils li {
  float: left;
  list-style: none;
  padding: 0px 4px;
  line-height: 14px;
}
#mainutils li a {
  line-height: 14px;
  font-weight: normal;
  font-size: 10px;
  color: white;
  text-decoration: none;
}

#header .menu {
  position: absolute;
  padding: 0px;
}

#personalMenu {
  right: 10px;
  margin: 0px 0px 0px 0px;
  height: 20px;
  top: 10px;
  display: flex;
  align-items: center;
  list-style: none;
}
#personalMenu li a:hover,
#personalMenu li.active a {
  background-color: var(--personalmenu-active-bg);
}

#personalMenu .label {
  color: var(--personalmenu-label-color);
  font-weight: bold;
  padding: 0px 4px 0px 4px;
  margin-left: 8px;
}

#userMenu {
  position: absolute;
  left: 0px;
  top: 40px;
  height: 40px;
  width: 100%;
  background-color: var(--usermenu-bg);
  border-top: var(--usermenu-border-top);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.3);
}

#userMenu ul {
  display: flex;
  align-items: stretch;
  list-style: none;
  height: 36px;
  margin: 2px 0 0 16px;
  padding: 0;
  z-index: 80;
  width: 768px;
}

#userMenu li {
  margin: 0px 0px 0px 1px;
  display: flex;
  align-items: center;
}
#userMenu li.other a {
  font-weight: normal;
}

#header .menu li {
  list-style: none;
  margin: 0px;
  line-height: 20px;
}

#header .menu li a {
  text-decoration: none;
  line-height: 26px;
  padding: 3px 16px 1px 16px;
  font-size: 13px;
  border-radius: 6px;
}

#personalMenu li a {
  color: white;
}

#userMenu li a {
  padding: 0 12px;
  color: var(--usermenu-link-color);
  font-weight: normal;
  font-size: 13px;
  line-height: 36px;
  text-decoration: none;
  display: block;
}
#header .downarrow {
  border-top: 5px solid #999;
  padding-bottom: 2px;
}

#userMenu li.active a {
  text-decoration: none;
  background-color: var(--usermenu-active-bg);
  color: var(--usermenu-active-color);
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px;
}

#userMenu li a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   4. Layout (#content, columns)
   -------------------------------------------------------------------------- */

#content {
  margin: 0;
  position: relative;
  /*top: 16px;*/
  left: 0px;
  width: auto;
  height: auto;
  text-align: left;
}

/* --------------------------------------------------------------------------
   5. Block Component (.block, .content)
   -------------------------------------------------------------------------- */

.block {
  text-align: left;
  margin: 0px 8px 8px 0px;
  position: relative;
  float: left;
  z-index: 9;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #cfd4ff;
}
.content-set .block {
  min-height: 40px;
}
body.home .stage {
  background-color: white;
  min-height: 572px;
  padding-top: 30px;
  padding-bottom: 10px;
}

#column2 .block {
  margin-right: 0px;
  margin-bottom: 1px;
}

.block h2 {
  position: relative;
  z-index: 10;
  margin: 0px;
  padding: 16px 12px 8px 12px;
  font-size: 19px;
  line-height: 18px;
  font-weight: normal;
}

.block h2 .actions {
  padding-left: 8px;
  line-height: 12px;
}
.block h2 .actions a {
  color: #999999;
  font-weight: normal;
  position: relative;
  top: -1px;
  font-size: 11px;
  text-decoration: none;
}

.block .content {
  position: relative;
  z-index: 5;
  background-color: white;
  padding: 8px 0px 16px 0px;
  float: left;
  width: 100%;
}

.content,
.content p,
.content li,
.content td,
.content th {
  color: var(--color-text-secondary);
  font-size: 13px;
}

.block .extracontent {
  border-top: none;
  padding: 8px 0 8px 0;
}

.block .content h3 {
  position: relative;
  font-size: 14px;
  margin: 0px 12px 0px 12px;
  padding-bottom: 0px;
  color: var(--color-text);
}

.block .content strong {
  color: var(--color-text);
}

.block .content h4 {
  position: relative;
  font-size: 12px;
  margin: 0px 12px 0px 12px;
  padding-bottom: 0px;
  color: var(--color-text);
}

.block .content p {
  margin: 0px 12px 12px 12px;
  padding: 0px;
}

.content a.em,
.content strong a {
  color: #cc6611;
}
.content a.em:hover,
.content strong a:hover {
  color: var(--color-link-hover);
}

.block .content label {
  line-height: 12px;
  margin: 0px;
  padding: 0px;
  width: auto;
}
.block .content form p {
  margin-bottom: 4px;
  line-height: 18px;
}

.block .content table td p {
  margin: 0px;
}

.block .content table {
  width: 608px;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px 12px;
}

#column1 .content table {
  width: 216px;
}

#column21 table,
#column22 table {
  width: 170px;
}

.block .content table th,
.block .content table td {
  margin: 0px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.block .content table th {
  color: var(--color-text);
}

/* --------------------------------------------------------------------------
   6. Forms & Inputs
   -------------------------------------------------------------------------- */

.block select {
  font-size: 11px;
}

.block
  .content
  input:not(.checkbox):not(.radio):not(.file):not(.button):not(.small),
.consyn_pane
  input:not(.checkbox):not(.radio):not(.file):not(.button):not(.small) {
  width: 96%;
  font-family: verdana, sans-serif;
  font-size: 13px;
  border: 1px solid #aaa;
  color: var(--color-primary);
  padding: 6px;
  border-radius: 4px;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.1);
}
.block .content input:focus,
.consyn_pane input:focus {
  border-color: #61b0ff;
}

.block .content input.consyn_unvalidated {
  background-color: #ffcc99;
  color: #330000;
  border-color: #aa0000;
}

.block .content textarea,
.consyn_pane textarea {
  width: 96%;
  font-family: verdana, sans-serif;
  font-size: 11px;
  border: 1px solid #70b6ff;
  color: var(--color-primary);
}

input.small {
  padding: 0;
}

.block .content input.radio,
.block .content input.checkbox,
.consyn_pane input.radio,
.consyn_pane input.checkbox {
  border: none;
  vertical-align: top;
}

/* --------------------------------------------------------------------------
   7. Buttons
   -------------------------------------------------------------------------- */

.block .content .button,
.consyn_pane .button {
  font-family: "Open Sans";
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--color-button-bg);
  color: var(--color-button-text);
  padding: 4px 20px;
  margin: 5px 0 10px 0;
  background-image: url("../img/inlinebutton_bg.jpg");
  background-repeat: repeat-x;
  border: 1px outset #4171a9;
  text-decoration: none;
}

.block .content .button:hover,
.consyn_pane .button:hover {
  text-decoration: none;
  border-style: inset;
  color: var(--color-button-hover-text);
}

.sidebar input.button {
  padding: 1px 3px;
}

.block .content .buttons,
.block .content td.buttons {
  text-align: left;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 6px;
}

ul.keyfeatures {
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  font-family: "Open Sans", "Trebuchet MS";
}
ul.keyfeatures li,
.block .content ul.keyfeatures li {
  color: var(--color-primary);
  font-size: 15px;
  line-height: 18px;
  padding: 1px 0px 12px 18px;
  margin: 0px;
  list-style: none;
  background-image: url("../img/feat_bullet.gif");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.block .content table.keyfeatures {
  width: auto;
}

table.keyfeatures thead th {
  font-weight: bold !important;
  font-size: 14px;
  background-color: #e0e0e0;
}
table.keyfeatures td,
table.keyfeatures th {
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  padding: 2px 8px;
  white-space: nowrap;
}

.block .tourstage ul.keyfeatures li {
  line-height: 16px;
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.block .tourstage ul.keyfeatures {
  padding-bottom: 10px;
}

.block .content ul {
  margin: 0px 12px;
  padding: 0px;
}
.block .content ul li {
  list-style: none;
  line-height: 18px;
}

#column1,
#column2,
#column1wrap {
  position: relative;
  float: left;
  margin: 0px;
  z-index: 3;
}

#bodyarea,
#area3 {
  width: 100%;
  clear: right;
}

#column1wrap {
  width: 320px;
}
.content-set #column1wrap {
  width: 242px;
}

#column1 {
  width: auto;
  clear: left;
  margin-left: 16px;
  margin-right: 30px;
}
.content-set #column1 {
  margin-left: 0;
  margin-right: 10px;
  width: 232px;
}
#column1.affix {
  position: fixed;
  top: 0;
}
#column1 #lazyscroller {
  height: calc(100vh - 200px);
  text-align: center;
}
#lazyscroller > div {
  margin: auto;
}
.content-set #column1 .thumbGrid {
  width: 240px;
}

.column2 {
  position: relative;
  float: left;
  margin: 0px;
  height: auto;
}

.column2 #column2 {
  float: left;
  position: relative;
  width: 100%;
  margin: 0px;
  min-height: 400px;
}
.column2 .advert {
  margin: 20px 0px;
  float: left;
  width: 640px;
  height: 60px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 99;
}

#column11,
#column12 {
  float: left;
  width: 162px;
}
#column21,
#column22 {
  float: left;
  width: 222px;
}

#column2 .block .content input.checkbox,
#column2 .block .content input.radio,
#column2 .block .content input.file {
  background-image: none;
}

#column2 .block {
  z-index: 20;
}
#column2 .stageBlock {
  z-index: 40;
}

/* --------------------------------------------------------------------------
   9. Stage (Image Viewer) & Sidebar
   -------------------------------------------------------------------------- */

#column2 .block .stage {
  text-align: center;
  border: none;
  padding: 0px 0px;
  z-index: 40;
  background-color: transparent;
}
#column2 .block .stage .scroller {
  margin: 0px;
  height: 39px;
  padding: 0px;
  position: relative;
}
.stage .media {
  min-height: 66vh;
  display: flex;
  align-items: center;
}
.stage .media > * {
  vertical-align: middle;
  margin: auto;
  display: inline-block;
}
.stage .media img {
  max-width: 100%;
  max-height: 80vh;
  height: auto !important;
  width: auto;
  object-fit: contain;
}

#column2 .comment {
  font-size: 13px;
  padding-top: 3px;
}

.sidebar {
  width: 120px;
  padding: 5px;
  max-width: 110px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.sidebar h2 {
  margin-top: 0px;
}

.sidebar ul li {
  font-size: 11px;
  padding-bottom: 2px;
}

#column2 .stage .sidebar {
  position: absolute;
  right: -120px;
  top: 39px;
  text-align: left;
  width: 120px;
  padding: 4px 0px 6px 4px;
  max-width: 114px;
  z-index: 40;
}

.stage .sidebar a {
  font-weight: normal;
  text-decoration: none;
  font-size: 11px;
  line-height: 14px;
}

.stage .sidebar ul {
  padding: 0px;
  margin: 0px;
}

.stage .sidebar li {
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.stage .sidebar li a {
  text-decoration: none;
}
.stage .sidebar li a .icon {
  position: relative;
  top: -1px;
}

.stage .sidebar a:hover {
  background-color: white;
}

.stage .sidebar p,
.sidebar p {
  padding: 0px;
  font-size: 11px;
  margin: 0px 0px 10px 0px;
  line-height: 16px;
  color: #888888;
}

.stage .sidebar h3 {
  font-size: 12px;
  margin: 16px 0px 0px 0px;
}

#column2 .stage a.prev,
#column2 .stage a.next {
  position: absolute;
  top: 0px;
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #b0d4fe;
}
#column2 .stage a.prev:hover,
#column2 .stage a.next:hover {
  color: #76b5ff;
}

#column2 .stage a.prev {
  left: 4px;
}

#column2 .stage a.next {
  right: 4px;
}

.imageTitle,
.block h2.imageTitle {
  margin: 0px 24px;
  padding: 0px;
  line-height: 29px;
  height: 29px;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-primary);
}
#imageTitle.over,
.block h2#imageTitle.over {
  background-color: white;
  border: 1px solid #cccccc;
}
.block .imageTitle input {
  width: 100%;
  font-size: 14px;
  text-align: center;
}

/* --------------------------------------------------------------------------
   8. Thumbnail & Album Grids
   -------------------------------------------------------------------------- */

.thumbGrid,
.albumGrid {
  position: relative;
  width: 222px;
  margin-top: 0px;
  line-height: 12px;
  font-size: 12px;
  background-color: transparent;
}

.thumbGrid {
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.13);
}

.massactioncontainer {
  font-size: 11px;
  padding: 2px;
}

.albumGrid {
  background-color: var(--color-albumgrid-bg);
  width: calc(100% - 32px);
  padding: 16px;
  clear: both;
}
.albumGrid h2 {
  margin: 0;
  padding: 5px 5px 20px 5px;
}
.albumGrid h2 .actions a {
  font-size: 12px;
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: underline;
}

.albumGrid a {
  text-decoration: none;
}

.albumGrid .thumb {
  float: left;
  width: 135px;
  position: relative;
  padding: 5px;
  max-width: 125px;
  text-align: left;
  margin: 0px 10px 10px 0px;
}

.albumGrid .thumb .data {
  position: absolute;
  right: 7px;
  top: 5px;
  text-align: right;
}
.viewall {
  padding: 5px;
}
.viewall a {
  display: block;
  border: 1px solid #d0d0d0;
  padding: 40px 0;
  line-height: 20px;
  font-size: 14px;
  width: 100px;
  text-align: center;
  background-color: #efefef;
}

.thumbGrid .thumb {
  cursor: pointer;
  text-align: left;
  float: left;
  width: 110px;
  position: relative;
  height: 105px;
}
.thumbGrid .thumb .link {
  padding: 4px;
  display: block;
}

.thumbGrid .active {
  background-color: #194077;
}

.thumb img {
  border: none;
}
.thumb .label {
  text-align: left;
  line-height: 14px;
  padding: 3px 0;
}

.thumb .data {
  color: #878a93;
  font-size: 10px;
}

.thumbGrid .thumb .data {
  line-height: 10px;
  position: absolute;
  left: 1px;
  bottom: 1px;
  z-index: 99;
}

/* --------------------------------------------------------------------------
   10. Scroller & Pagination
   -------------------------------------------------------------------------- */

.scroller {
  text-align: center;
  width: 100%;
  clear: left;
  margin: 4px 0px 0px 0px;
}

#massmenu {
  background-color: #c8cbd9;
  width: 262px;
}
#massmenu p {
  padding: 2px;
  margin: 0px;
  font-weight: bold;
}

#massmenu input {
  border: 1px inset #74b7ff;
  background-color: #a6d1ff;
  font-size: 11px;
  line-height: 13px;
}
#massmenu .button {
  font-size: 12px;
  font-weight: bold;
  background-color: var(--color-button-bg);
  color: white;
  padding: 0px 4px;
  background-image: url("../img/inlinebutton_bg.jpg");
  border: 1px outset #4171a9;
  text-decoration: none;
}

#massmenu .button:hover {
  text-decoration: none;
  border-style: inset;
  color: var(--color-button-hover-text);
}

#column1 .scroller {
  background-color: #c8cbd9;
}

.scroller a {
  padding: 0px 6px;
  text-decoration: none;
  line-height: 20px;
}

.scroller a.char {
  font-size: 15px;
  font-weight: bolder;
  line-height: 20px;
}

.scroller a:hover {
  color: var(--color-primary);
}

.scroller a.active,
.scroller .active {
  background-color: var(--color-primary);
  color: white;
}

.scroller img {
  vertical-align: middle;
}

.tagList {
  position: relative;
}
.tagList ul {
  width: 90px;
  float: left;
  display: block;
}

.tagList form {
  clear: left;
}

#imageToolsMenu {
  text-align: left;
  list-style: none;
  margin: 0px;
  padding: 3px;
  position: absolute;
  bottom: 10px;
  width: 120px;
  left: 10px;
  background-color: white;
  z-index: 20;
  border: 1px solid #e6e0bf;
}

#imageToolsMenu1 {
  text-align: left;
  list-style: none;
  margin: 0px;
  padding: 3px;
  position: absolute;
  top: 17px;
  width: 100px;
  left: -15px;
  background-color: white;
  z-index: 10;
  border: 1px solid #e6e0bf;
}
.icon {
  vertical-align: middle;
}

.extralinks {
  text-align: center;
}

.newAlbums li {
  font-size: 11px;
  height: 66px;
  line-height: 18px;
  color: #b0b0b0;
}
.newAlbums li a {
  text-decoration: none;
  font-size: 13px;
}
.newAlbums li a.minor {
  color: #999999;
  font-size: 11px;
  text-decoration: underline;
}
.newAlbums li img {
  margin-right: 8px;
}

ul.friends li {
  height: 38px;
  line-height: 16px;
}
ul.friends a {
  font-size: 14px;
  text-decoration: none;
}
ul.friends a.minor {
  font-size: 11px;
  text-decoration: underline;
}
ul.friends a.char {
  font-size: 11px;
}
ul.friends li img {
  margin-right: 4px;
  border: 1px solid #646464;
}

.largeinlinebutton,
.inlinebutton {
  font-size: 12px;
  font-weight: bold;
  background-color: var(--color-button-bg);
  color: white;
  padding: 0px 4px;
  background-image: url("../img/inlinebutton_bg.jpg");
  text-decoration: none;
  background-repeat: repeat-x;
  text-align: center;
}

.largeinlinebutton:hover,
.inlinebutton:hover {
  color: var(--color-button-hover-text);
  text-decoration: none;
  border-style: inset;
}

.largeinlinebutton {
  font-size: 16px;
  font-weight: normal;
  padding: 6px 22px;
  background-image: url("../img/inlinebutton_bg.jpg");
  border-radius: 5px;
}
.largeinlinebutton:hover {
  border-color: black !important;
}

a.home-signup,
.big-button {
  color: white !important;
  width: auto !important;
  border-style: solid;
  border-width: 1px !important;
  background-color: rgb(255, 125, 29);
  background-image: none;
  border-color: #c05d1d !important;
  font-size: 18px !important;
  padding: 10px 30px !important;
  margin-bottom: 10px;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
}
a.home-signup:hover,
.big-button:hover {
  background-color: #3d901d;
  border-color: #3d901d;
  border-style: solid;
}

.profileText {
  color: #333333;
  line-height: 16px;
  font-size: 11px;
}

#content .welcomeBlock,
#content .welcomeBlock .content {
  background-color: transparent;
  color: #59a1f5;
  border-bottom: none;
}
#content .welcomeBlock h2 {
  color: #333333;
  line-height: 1.8em;
  margin-bottom: 1em;
}

#content .welcomeBlock p {
  line-height: 22px;
  font-size: 13px;
}
#content .welcomeBlock p.first {
  margin: 8px;
  line-height: 20px;
}
#content .welcomeBlock li {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 8px;
}

.cover {
  position: absolute;
  overflow: hidden;
  background-image: url(/img/semitrans.gif);
  background-position: fixed;
}
.cropborder {
  position: absolute;
  overflow: hidden;
  background-color: #999999;
  height: 1px;
  width: 1px;
}

#imagetagcloud {
  padding: 3px;
  text-align: justify;
  margin: 0px;
  position: absolute;
  top: 16px;
  width: 180px;
  max-width: 174px;
  left: -35px;
  border: 1px solid #555555;
  background-color: #f8f3d1;
  z-index: 99;
  color: var(--color-primary);
}
#imagetagcloud span {
  padding: 1px 4px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  float: left;
}

#imagetagcloud span.selected {
  background-color: #000099;
  color: white;
}

p.tags {
  text-align: center;
  line-height: 18px;
}
p.tags a {
  padding: 0px 2px;
}

#albumname.over,
#tagname.over {
  background-color: white;
  border: 1px solid #cccccc;
}

#actionArea {
  text-align: left;
}

#myAlbumData,
#anonData {
  margin: 0px;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 14px;
  color: var(--color-text);
  background-color: #dcdef1;
  width: auto;
}

#myAlbumData input,
#anonData input {
  border: 1px inset #887d48;
}

#myAlbumData input.radio,
#anonData input.radio {
  border: none;
}

/* --------------------------------------------------------------------------
   11. Upload Block
   -------------------------------------------------------------------------- */

.uploadBlock,
.uploadBlock .content,
#content .uploadBlock h2 {
  color: white;
}

.uploadBlock {
  background-color: #243f5d;

  background-image: url("../img/uploadbg.jpg");
  background-repeat: repeat-x;
}

.uploadBlock .content {
  background-color: transparent;
}

.uploadBlock .uploadHead,
.uploadBlock .uploadHeadActive {
  display: block;
  width: auto;
  color: #dcdef1;
  border-top: 1px solid #6386b0;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.uploadHead input,
.uploadHeadActive input {
  margin: 0px 0px 0px 3px;
  padding: 0px;
  vertical-align: middle;
}

.uploadHead label,
.uploadHeadActive label {
  width: auto;
  max-width: auto;
  color: #dcdef1;
  cursor: pointer;
  line-height: 16px;
  background-image: url(../img/go_button.png);
  background-repeat: no-repeat;
  background-position: right 5px;

  padding: 6px 3px 6px 0px !important;

  display: block;
}

.uploadBlock .uploadHead label:hover {
  background-color: #406fa7;
}

#column1 .uploadHead label,
#column1 .uploadHeadActive label {
  min-width: 205px;
  width: 205px !important;
}
.uploadHeadActive label {
  background-image: url(../img/go_button_active.png);
}

.uploadHead label a {
  color: #dcdef1;
  text-decoration: none;
}
.uploadBlock .uploadHeadActive {
  background-color: #6386b0;
}

.uploadBlock .uploadHeadActive,
.uploadHeadActive label {
  color: white;
}

/* --------------------------------------------------------------------------
   15. Utility Classes
   -------------------------------------------------------------------------- */

.clear {
  clear: both;
  height: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   13. Footer
   -------------------------------------------------------------------------- */

.footer {
  clear: both;
  width: 100%;
  margin-top: 60px;
  z-index: 1;
  background-color: #f8f9fa;
  border-top: 1px solid #e5e7eb;
  position: relative;
  text-align: left;
}
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 24px;
}
.footer-col {
  min-width: 130px;
  margin-bottom: 16px;
}
.footer-col h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px;
  text-transform: none;
}
.footer-col h4 a {
  color: #333;
  text-decoration: none;
}
.footer-col h4 a:hover {
  color: #111;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 6px;
}
.footer-col ul li a {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  font-weight: normal;
}
.footer-col ul li a:hover {
  color: #111;
}
.footer-col ul li a.active {
  font-weight: 600;
  color: #333;
}
.footer-bottom {
  border-top: 1px solid #e5e7eb;
  padding: 20px;
  text-align: center;
}
.footer-bottom .copyright {
  font-size: 12px;
  color: #999;
  margin: 0 0 6px;
}
.footer-bottom .copyright a {
  color: #999;
  text-decoration: none;
}
.footer-bottom .copyright a:hover {
  color: #666;
}
.footer-legal {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.footer-legal a {
  color: #999;
  text-decoration: none;
  font-weight: normal;
}
.footer-legal a:hover {
  color: #666;
}
.footer-sep {
  margin: 0 6px;
  color: #ccc;
}

#column3 {
  z-index: 3;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 112px;
}

#column3 .photo {
  border: 1px solid white;
}

#advert a {
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-bottom: 1px;
  line-height: 18px;
  font-size: 12px;
  font-family: "Trebuchet MS";
  height: 40px;
  max-height: 38px;
  padding-top: 2px;
  background-repeat: no-repeat;
}

#advert a:hover {
  color: #dcdef1;
}

div.consyn_tooltip {
  border-color: #555555;
  background-color: #f8f3d1;
  max-width: 200px;
  text-align: left;
  color: #333333;
  line-height: 14px;
  font-size: 11px;
  width: 200px;
}

.ppContextMenu {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  background-color: #efefef;
  border: 1px solid #555555;
  color: #333333;
  line-height: 22px;
  font-size: 12px;
  margin: 0px;
  padding: 3px 1px;
  width: 140px;
  list-style: none;

  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px;
}

.ppContextMenu li {
  width: 100%;
}
.ppContextMenu a {
  font-family: arial, sans-serif;
  display: block;
  text-decoration: none;
  padding: 2px 6px 2px 20px;
  background-repeat: no-repeat;
  background-position: 2px 4px;
}
.ppContextMenu a:hover {
  color: white;
  background-color: #000099;
}

/* --------------------------------------------------------------------------
   14. Lightbox & Overlays
   -------------------------------------------------------------------------- */

div.consyn_lightbox_bg {
  background-image: url("../consyn/img/lightbox_bg.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  text-align: center;
}

div.consyn_lightbox_bg .consyn_titlebar {
  font-weight: normal;
  padding: 5px 15px;
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #efefef;
  font-size: 15px;
}
div.consyn_titlebar .consyn_controls {
  position: absolute;
  right: 8px;
  top: 3px;
  text-align: right;
}
div.consyn_titlebar .consyn_controls span {
  cursor: pointer;
}

div.consyn_lightbox_bg .consyn_pane {
  padding: 0px 8px 8px 8px;
  border: none;
  height: 380px;
  overflow: auto;
}

div.consyn_lightbox_box {
  margin: 16px auto;
  text-align: left;
  width: 620px;
  background-color: white;
  border-color: black;
  border-width: 1px;
  border-style: solid;
}

.register-block h2 {
  padding: 20px 28px;
}
.register-block .content {
  padding: 0 20px 20px 20px;
  display: block;
  width: auto;
}

.block .tourstage {
  margin: 30px;
  width: 80%;
  max-width: 768px;
}
.block .tourstage,
.block .tourstage p {
  font-size: 14px;
  line-height: 22px;
}
.block .tourstage h3 {
  font-size: 22px;
  line-height: 36px;
  padding-bottom: 10px;
}

.block .tourstage .keyfeatures {
  margin-left: 22px;
  margin-bottom: 8px;
}
.block .tourstage li {
  font-family: "Open Sans", "Trebuchet MS";
  font-size: 14px;
}

#registerForm label {
  display: block;
  font-weight: bold;
  width: 100%;
  margin-bottom: 2px;
}
#registerForm input {
  margin-bottom: 6px;
  margin-top: 2px;
  width: 320px;
}
#registerForm .button {
  margin-bottom: 6px;
  width: auto;
  padding: 4px 16px;
  font-size: 13px;
  line-height: 28px;
  height: auto;
  border-radius: 6px;
  border-width: 1px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}
#registerForm .checkbox {
  width: auto;
}

ul.actions {
  border-top: 1px solid #efefef;
}
ul.actions li {
  padding: 10px 0 !important;
}

h2 .actions {
  font-size: 12px;
}

.members td {
  font-size: 12px;
}
.members a {
  font-size: 13px;
  text-decoration: none;
}
.members a.minor {
  font-size: 11px;
  text-decoration: underline;
}

.tweet-button {
  border-radius: 4px;
  border: 1px solid #22b0df;
  background-color: #42d0ff;
  color: white;
  text-decoration: none;
  padding: 1px 4px;
}
.tweet-button:hover {
  color: white;
  background-color: #ff9900;
  border-color: #993300;
  text-decoration: none;
}
.attention {
  padding: 5px;
  background-color: #f8f4ba;
  border: 1px solid #e0da7a;
  margin: 10px 0;
  color: black;
}

label.signup-option {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  border: 1px solid #efdfbf;
  border-radius: 0 0 8px 8px;
  padding: 5px !important;
  float: left;
  display: block;
  width: 300px !important;
  margin: 0;
  margin-bottom: 0 !important;
}
label.signup-option b {
  font-size: 13px;
}
label.signup-option:first-child {
  border-radius: 8px 8px 0 0;
}

/* --------------------------------------------------------------------------
   12. Tag Cloud
   -------------------------------------------------------------------------- */

[class^="tag"] {
  white-space: nowrap;
  text-decoration: none;
}
.tag1 {
  color: var(--tag-color-1);
  font-size: 10px;
  font-weight: 200;
}
.tag2 {
  color: var(--tag-color-2);
  font-size: 10px;
  font-weight: 300;
}
.tag3 {
  color: var(--tag-color-3);
  font-size: 11px;
  font-weight: 400;
}
.tag4 {
  color: var(--tag-color-4);
  font-size: 12px;
  font-weight: 400;
}
.tag5 {
  color: var(--tag-color-5);
  font-size: 13px;
  font-weight: 500;
}
.tag6 {
  color: var(--tag-color-6);
  font-size: 14px;
  font-weight: 600;
}
.tag7 {
  color: var(--tag-color-7);
  font-size: 15px;
  font-weight: 700;
}
.tag8 {
  color: var(--tag-color-8);
  font-size: 18px;
  font-weight: 800;
}

.consyn_loading {
  opacity: 0.6;
}

/* --- Grid toggle & collapsible: desktop defaults --- */
.grid-toggle {
  display: none;
}
.collapse-section .collapse-body {
  display: block;
}
.collapse-toggle {
  display: none;
}
.share-btn {
  display: none;
}

/* --------------------------------------------------------------------------
   16. Media Queries
   -------------------------------------------------------------------------- */

@media screen and (min-width: 981px) {
  #column2,
  .column2 {
    width: calc(100vw - 500px);
  }

  .content-set #column2,
  .content-set .column2 {
    width: calc(100vw - 400px);
  }
}

@media screen and (max-width: 980px) {
  #mainmenu {
    left: 130px;
    /*
    position: relative;
    background-color: #555;
    max-width: 100%;
    margin-left: 0;
    top: 0;
    left: 0;
    width: auto;
    overflow: hidden;
    clear: both;*/
  }
  #header #mainmenu li.active a {
    line-height: 38px;
  }
  #header {
    height: auto;
    overflow: visible;
  }
  .footer-columns {
    flex-direction: column;
    padding: 24px;
  }
  .footer-col {
    min-width: 100%;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 12px;
  }
  .footer-col h4 {
    margin-bottom: 8px;
  }
  .footer-bottom .copyright {
    font-size: 11px;
  }

  #usermenu {
    position: relative;
    left: 0;
    top: 0;
  }
  #usermenu .menu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
  }

  #personalMenu {
    right: 0;
    max-width: calc(100vw - 170px);
  }

  #column3 {
    display: none;
  }
  #column2,
  .column2 {
    width: calc(100vw - 370px);
  }
  .content-set #column2,
  .content-set .column2 {
    width: calc(100vw - 290px);
  }
  #container {
    overflow: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .stage .media {
    min-height: auto;
  }
  #column2 .stage .sidebar {
    position: relative;
    right: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #personalMenu li.secondary {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #usermenu ul {
    left: 10px;
    margin-left: 0px;
  }


  #column1,
  .column1,
  #column1wrap,
  #column2,
  .column2,
  #column2b,
  #column3 {
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
  }
  #content {
    max-width: 100%;
    top: 1px;
  }
  .thumbGrid {
    width: 100%;
  }
  #lazyscroller {
    width: 240px;
  }
  .settitle {
    width: 100%;
  }
  .setcontrols span {
    line-height: 30px;
  }

  #column2 .stage .sidebar {
    position: relative;
    right: 0;
    top: 0;
    max-width: 94%;
    width: 100%;
  }

  /* --- Album detail: image first on mobile --- */
  .content-set {
    display: flex;
    flex-direction: column;
  }
  .content-set #column1wrap {
    order: 2;
    display: none;
  }
  .content-set #column1wrap.grid-visible {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.92);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
    box-sizing: border-box;
  }
  .content-set #column1wrap.grid-visible #column1 {
    width: 100% !important;
    margin: 0;
  }
  .content-set #column1wrap.grid-visible .thumbGrid {
    width: 100% !important;
  }
  .content-set #column1wrap.grid-visible #lazyscroller {
    width: 100% !important;
  }
  .content-set .column2 {
    order: 1;
  }

  /* Grid toggle button */
  .grid-toggle {
    display: block;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 50;
    padding: 10px 16px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 24px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  .grid-toggle:active {
    background-color: rgba(0, 0, 0, 0.9);
  }

  /* --- Collapsible sections --- */
  .collapse-section .collapse-body {
    display: none;
  }
  .collapse-section.open .collapse-body {
    display: block;
  }
  .collapse-toggle {
    display: block;
    width: 100%;
    padding: 8px 4px;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    color: inherit;
  }
  .collapse-toggle::after {
    content: " \25B6";
    font-size: 10px;
    float: right;
  }
  .collapse-section.open .collapse-toggle::after {
    content: " \25BC";
  }

  /* --- Share button --- */
  .share-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #4a90d9;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
  }
  .permalink-section {
    display: none;
  }
}
