<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'futuracondensed';
  src: url('../fonts/futuracondensed/futurcon-webfont.eot');
  src: url('../fonts/futuracondensed/futurcon-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/futuracondensed/futurcon-webfont.woff') format('woff'),
  url('../fonts/futuracondensed/futurcon-webfont.ttf') format('truetype'),
  url('../fonts/futuracondensed/futurcon-webfont.svg#futuracondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  background: #3C3B3B;
}
body {
  font-family: "Helvetica Neue", sans-serif;
}
p {
  color: #F3F3F3;
  font-size: 14px;
  line-height: 25px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.tags p {
  font-style: italic;
  font-size: 12px;
}
.align-center {
  text-align: center;
}

/* Header */
#header {
  margin-top: 30px;
}
#header .row {
  height: 80px;
}
a#logo {
  text-decoration: none;
}
a#logo .top-title {
  color: #65CDD1;
  font-family: "futuracondensed";
  font-size: 32px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
a#logo .bottom-title {
  color: #F3F3F3;
  font-family: "futuracondensed";
  font-size: 48px;
  font-weight: bold;
}
#top-menu {
  height: 80px;
  position: relative;
  text-align: right;
}
#top-menu ul {
  bottom: 0;
  position: absolute;
  right: 0;
}
#top-menu ul li:first-child {
  border-left: none;
}
#top-menu ul li {
  border-left: 1px solid #F3F3F3;
  float: left;
  line-height: 14px;
  margin-left: 10px;
  padding-left: 10px;
}
#top-menu ul li a {
  color: #F3F3F3;
  font-weight: bold;
  text-decoration: none;
}
#top-menu ul li a:hover {
  text-decoration: underline;
}

/* Homepage */
.homepage #top-menu .search {
  display: none;
}
#home-categories {
  margin: 80px 0;
}
#home-categories a {
  color: #CCC;
  text-align: center;
  text-decoration: none;
}
#home-categories a:hover {
  color: #F3F3F3;
}
#home-categories a img {
  border: 1px solid #CCC;
  margin-bottom: 10px;
}
#home-categories a:hover img {
  border: 1px solid #F3F3F3;
  margin-bottom: 10px;
}

/* Search */
.search .input {
  background: #F3F3F3;
  border: none;
  border-radius: 3px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  outline: none;
  width: 230px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search .submit {
  background: #F8F6F6;
  border: none;
  border-radius: 3px;
  color: #666;
  height: 34px;
  line-height: 34px;
  margin-left: 5px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* Category */
.category-menu {
  margin-top: 30px;
}
.category-menu li {
  border-right: 1px solid #FFF;
  color: #65CDD1;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.category-menu li:last-child {
  border-right: none;
}
.category-menu li a {
  color: #FFF;
  text-decoration: none;
}
.category-menu li a:hover {
  color: #65CDD1;
}
#category-photos {
  margin-top: 50px;
}
#category-photos .two {
  color: #CCC;
  text-decoration: none;
}
#category-photos .two a {
  color: #CCC;
  text-decoration: none;
}
#category-photos .two .number {
  border: 1px solid #333;
  background: url('../images/plus.gif') no-repeat right center #333;
  font-size: 11px;
  width: 100%;
}
#category-photos .two .number span {
  display: block;
  padding: 4px;
}
#category-photos .two .title {
  height: 25px;
  padding: 4px;
  font-size: 11px;
}
#category-photos .two {
  position: relative;
}
#category-photos .two .popup {
  background: #333;
  border: 1px solid #CCC;
  display: none;
  height: auto;
  left: -50px;
  padding: 10px;
  position: absolute;
  top: -30px;
  width: 220px;
  z-index: 999;
}
#category-photos .two:hover .popup {
  display: block;
}
#category-photos .two .popup a {
  color: #F3F3F3;
  font-size: 12px;
  text-decoration: none;
}
#category-photos .two .popup img {
  margin-bottom: 10px;
}
#category-photos .two .popup .tags {
  font-style: italic;
  margin-top: 10px;
}
/* Pager */
.pager {
  margin-top: 30px;
  text-align: center;
}
a.button,
.pager a {
  background: #F8F6F6;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
}
.pager .current-page {
  background: #999;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
}

/* Photo */
#photo {
  margin-top: 20px;
}

/* Infopage */
#page-content {
  background: #F3F3F3;
  margin-top: 60px;
  min-height: 400px;
}
#page-content h1 {
  color: #65CDD1;
  margin: 20px;
  font-weight: bold;
}
#page-content a {
  color: #7A7A7A;
}
#page-content p {
  color: #333;
  margin: 20px;
}
#page-sidebar {
  background: #7A7A7A;
  margin-top: 60px;
}
#page-sidebar h2 {
  color: #F3F3F3;
  font-weight: bold;
  margin: 20px;
}
#page-sidebar p {
  margin: 20px;
}
#page-sidebar a {
  color: #F3F3F3;
}
/* Footer */
#footer {
  color: #EEE;
  font-size: 12px;
  margin-top: 100px;
  margin-bottom: 20px;
}
#footer a {
  color: #EEE;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #footer-menu ul {
  float: right;
}
#footer #footer-menu li:first-child {
  border-left: none;
}
#footer #footer-menu li {
  border-left: 1px solid #F3F3F3;
  float: left;
  line-height: 14px;
  margin-left: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 960px){
  #content.index #top-menu .search {
    display: block;
  }
  #homepage-search {
    display: none;
  }
  #top-menu {
    height: 70px;
    text-align: left;
  }
  #top-menu ul {
    left: 0;
  }
  #top-menu ul li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  #home-categories,
  #category-photos {
    margin: 20px 0;
  }
  #home-categories .two,
  #category-photos .two {
    float: left !important;
    width: 29%;
  }
  #photo-pager .four {
    float: left !important;
    width: 29%;
  }
  #category-photos .two:hover .popup {
    display: none;
  }
  #footer #footer-menu ul {
    float: none;
  }
  #footer #footer-menu ul li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px){
  .search .input {
    width: 140px;
  }
  .align-center,
  .align-right {
    text-align: left !important;
  }
  #home-categories .two,
  #category-photos .two {
    float: none;
    margin: 10px 2% 20px 2%;
    width: 96%;
  }
  #photo-pager .four {
    float: none;
    margin: 10px 2% 20px 2%;
    width: 96%;
  }
  a.button {
    width: 90%;
  }
  #footer {
    margin-top: 0px;
  }
  #footer #footer-menu ul li {
    border: none;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
    float: none;
  }
}</pre></body></html>