@charset "UTF-8";
/* darkorange; */
/* rgb(119,119,119); */
/* rgb(180,231,248); */
body, p, div, li {
  color: #777777;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #777777;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-delay: initial;
       -o-transition-delay: initial;
          transition-delay: initial;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
       -o-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
          transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  border-bottom: 2px solid #b4e7f8;
  text-decoration: none;
}

a:hover {
  background-color: lightcyan;
  color: #777777;
  text-decoration: none;
}

a.noborder, img {
  border: none;
}

a.noborder:hover {
  background-color: transparent;
  color: #777777;
  text-decoration: none;
}

a.logo {
  border-bottom: none !important;
}

a.logo:hover {
  background-color: white;
  text-decoration: none;
}

a.nodecoration {
  text-decoration: none !important;
}

li a {
  text-decoration: none !important;
}

p a {
  border-bottom: 2px solid #b4e7f8;
  text-decoration: none;
}

/*******/
/** A **/
/*******/
.admin {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  padding: 0px 2px 5px 2px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .admin {
    font-size: 16px;
  }
}

.admin--blog {
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
}

.admin--status {
  color: red;
  font-weight: bold;
}

.admin--link {
  border-bottom: 1px solid #b4e7f8;
}

.article {
  padding: 0 20px;
}
@media all and (min-width: 1100px) {
  .article {
    padding: 0 0;
  }
}
.article xmp {
  border: 1px solid lightgrey;
  border-radius: 3px;
  padding: 10px;
  background-color: white;
}
.article h2 {
  font-size: large;
  letter-spacing: 3px;
  margin: 20px 0 20px 0;
  text-transform: uppercase;
}
.article p {
  margin-bottom: 10px;
}
.article__photo {
  clear: right;
  width: 100%;
}
@media all and (min-width: 768px) {
  .article__photo {
    width: 40%;
  }
}
@media all and (min-width: 1100px) {
  .article__photo {
    width: 30%;
  }
}
.article__photo img {
  width: 100%;
}
.article__photo--left {
  float: left;
  margin: 0 10px 10px 0;
}
.article__photo--right {
  float: right;
  margin: 0 0 10px 10px;
}
.article__photo--fullwidth {
  width: 100%;
  margin: 0 10px 0 0;
  text-align: left;
}

/*******/
/** B **/
/*******/
.bk-color-chosen {
  background-color: lightcyan;
}

blockquote {
  border: none !important;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0.25em 0 0.5em 0;
  padding: 0.25em 0 0.25em 40px;
  line-height: 1.45;
  position: relative;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  blockquote {
    font-size: 16px;
    margin: 0.25em 0 0.5em 0;
    padding: 0.25em 0 0.25em 50px;
  }
}

blockquote:before {
  display: block;
  content: "“";
  font-size: 60px;
  position: absolute;
  left: 0px;
  top: -12px;
  color: #7a7a7a;
}
@media all and (min-width: 768px) {
  blockquote:before {
    font-size: 80px;
    top: -20px;
  }
}

blockquote cite {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  blockquote cite {
    font-size: 16px;
  }
}

blockquote cite:before {
  content: "— ";
}

.blog {
  border: 1px solid white;
  clear: both;
  overflow: hidden;
  margin: 0px 0px 5px 0px;
  padding: 0px 15px 10px 15px;
}
@media all and (min-width: 768px) {
  .blog {
    border: 1px solid lightgrey;
    border-radius: 3px;
    margin: 5px 5px 15px 0px;
    padding: 0px 20px 10px 20px;
  }
}
div.blog__body {
  clear: both;
  font-size: 12px;
  padding: 10px 5px 0 5px;
  margin-bottom: 0px;
  border-bottom: none;
  text-align: left;
}
@media all and (min-width: 768px) {
  div.blog__body {
    font-size: 16px;
  }
}
div.blog__body a {
  border-bottom: 2px solid #b4e7f8;
  text-decoration: none;
}

.blog__caption {
  font-family: "Open Sans Condensed", sans-serif;
  padding: 0 5px;
  text-align: right;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  .blog__caption {
    font-size: 16px;
  }
}
.blog__body a {
  color: inherit;
  font-size: inherit;
}
.blog__image--banner,
.blog__image--big {
  display: block;
  float: none;
  padding-bottom: 5px;
  text-align: left;
}
.blog__image--banner img,
.blog__image--big img {
  width: 99%;
}
@media all and (min-width: 1100px) {
  .blog__image--banner img,
.blog__image--big img {
    width: 99%;
    padding-left: 0;
  }
}

.blog__image--medium {
  border: 2px solid white;
}
.blog__image--medium img {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .blog__image--medium {
    text-align: left;
    height: auto;
    width: 100%;
  }
  .blog__image--medium img {
    height: auto;
    width: 55%;
    margin-bottom: 0em;
  }
}
.blog__image--small {
  border: 2px solid white;
  text-align: center;
}
.blog__image--small img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .blog__image--small {
    float: left;
    width: 49%;
    border: 1px solid white;
  }
  .blog__image--small img {
    height: 220px;
    width: auto;
  }
}
@media all and (min-width: 950px) {
  .blog__image--small {
    float: left;
    border: 1px solid white;
  }
  .blog__image--small img {
    height: 245px;
    width: auto;
  }
}
@media all and (min-width: 1100px) {
  .blog__image--small {
    float: left;
    border: 1px solid white;
  }
  .blog__image--small img {
    height: 200px;
    width: auto;
  }
}
@media all and (min-width: 1250px) {
  .blog__image--small {
    float: left;
    border: 1px solid white;
  }
  .blog__image--small img {
    height: 225px;
    width: auto;
  }
}
@media all and (min-width: 1350px) {
  .blog__image--small {
    float: left;
    border: 1px solid white;
  }
  .blog__image--small img {
    height: 250px;
    width: auto;
  }
}

.blog__image--small-singleton {
  border: 2px solid white;
}
.blog__image--small-singleton img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .blog__image--small-singleton {
    text-align: center;
    height: auto;
  }
  .blog__image--small-singleton img {
    height: 200px;
    width: auto;
  }
}

.blog__keywords {
  float: right;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 5px;
}
@media all and (min-width: 768px) {
  .blog__keywords {
    padding-right: 0px;
  }
}
.blog__keywords__keyword {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 768px) {
  .blog__keywords__keyword {
    font-size: 16px;
  }
}
.blog__keywords__keyword a {
  border: none;
}
.blog__keywords__search {
  background-color: yellow;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 768px) {
  .blog__keywords__search {
    font-size: 16px;
  }
}

span.blog__keywords__keyword a {
  font-size: 12px;
}
@media all and (min-width: 768px) {
  span.blog__keywords__keyword a {
    font-size: 16px;
  }
}

.blog__modified-date {
  clear: both;
  color: grey;
  float: right;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 12px;
  margin: 3px 10px 0 0;
  padding: 0px 0px;
}
@media all and (min-width: 768px) {
  .blog__modified-date {
    font-size: 16px;
  }
}

h1 {
  font-size: 18px;
  font-weight: 700 !important;
  margin: 0;
}
@media all and (min-width: 1100px) {
  h1 {
    font-size: 18px;
  }
}

.blog__title {
  font-weight: bold;
  letter-spacing: 0px;
  margin: 10px 20px 0px 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media all and (min-width: 768px) {
  .blog__title {
    clear: both;
    float: left;
    margin: 10px 0 0 0;
    padding: 2px 5px 2px 0px;
    width: auto;
  }
}
.blog__title__subtitle {
  clear: left;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
  letter-spacing: 0px !important;
  margin: 3px 0 0px 0;
  color: grey;
}
@media all and (min-width: 768px) {
  .blog__title__subtitle {
    font-family: "Open Sans", sans-serif;
    margin: 3px 0 0px 0;
    font-size: smaller;
  }
}
.blog__title__subtitle > a {
  text-decoration: none !important;
  border: none !important;
}

.blog__subtitle__keywords {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
  letter-spacing: 0px !important;
}
@media all and (min-width: 768px) {
  .blog__subtitle__keywords {
    font-family: "Open Sans", sans-serif;
    margin: 3px 0 0px 0;
    font-size: smaller;
  }
}

.blog--brief {
  clear: both;
  margin: 0 0 0 0;
  overflow: hidden;
  padding: 0 0 0 10px;
}

.blog--brief__date {
  float: left;
  font-size: 12px;
  padding: 0 10px 0 0;
  text-align: left;
  width: 5em;
}
.blog--brief__date a {
  text-decoration: none;
  border: none;
}
@media all and (min-width: 768px) {
  .blog--brief__date {
    font-size: 14px;
    padding: 0 20px 0 0;
    text-align: left;
  }
}

.blog--brief__image-count {
  clear: none;
  float: left;
  font-size: 14px;
  margin-left: 5px;
  padding: 0 3px;
}
@media all and (min-width: 768px) {
  .blog--brief__image-count {
    clear: none;
    float: left;
    font-size: 14px;
    padding: 0 3px;
  }
}
.blog--brief__days-ago {
  clear: left;
  display: block;
  font-size: 12px;
  margin-left: 0;
  padding: 1px 0 3px 5em;
}
@media all and (min-width: 768px) {
  .blog--brief__days-ago {
    clear: none;
    float: right;
    font-size: 14px;
    padding: 0 0 0 10px;
  }
}
.blog--brief__keywords {
  clear: left;
  float: right;
  width: auto;
  overflow: hidden;
  font-size: 12px;
}
.blog--brief__keywords a {
  font-size: 12px;
  text-decoration: none;
  border: none;
}
@media all and (min-width: 768px) {
  .blog--brief__keywords a {
    font-size: 12px;
  }
}
@media all and (min-width: 768px) {
  .blog--brief__keywords {
    clear: none;
    float: left;
    padding: 0 0 0 10px;
  }
}
.blog--brief__title {
  float: left;
  font-size: 12px;
  font-weight: bold;
  width: auto;
}
.blog--brief__title a {
  border: none;
}
@media all and (min-width: 768px) {
  .blog--brief__title {
    font-size: 14px;
  }
}
.blog--brief__id {
  float: left;
  font-size: 12px;
  padding: 0 5px 0 0;
  text-align: right;
  width: 3em;
}
@media all and (min-width: 768px) {
  .blog--brief__id {
    font-size: 14px;
  }
}
.blog--brief__admin {
  float: right;
  font-size: 12px;
  font-weight: normal;
  padding-right: 5px;
  width: auto;
}
@media all and (min-width: 768px) {
  .blog--brief__admin {
    font-size: 14px;
  }
}
.bookheader, .booktitle {
  font-weight: bold;
}

.bookheader {
  text-align: center;
  margin-bottom: 10px;
}

.booksubheader {
  text-align: center;
  line-height: 1em;
  font-size: smaller;
  color: grey;
}

.borderRed {
  border: 1px solid red;
}

.borderGrey {
  border: 1px solid grey;
}

button {
  background-color: lightcyan;
}
@media all and (min-width: 768px) {
  button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

button:hover {
  background-color: orange !important;
  color: white !important;
}

/*******/
/** C **/
/*******/
.color--new {
  color: red;
}

.color--published {
  color: green;
}

.color--review {
  color: blue;
}

.color--link {
  color: orange;
  border: none;
}

.color--link-chosen {
  background-color: lightcyan;
}

/***** D *****/
.desktop-plus {
  display: none;
}
@media all and (min-width: 1100px) {
  .desktop-plus {
    display: inline;
  }
}

.desktop-plus-block {
  display: none;
}
@media all and (min-width: 1100px) {
  .desktop-plus-block {
    display: block;
  }
}

/*******/
/** F **/
/*******/
.font-condensed {
  font-family: "Open Sans Condensed", sans-serif;
}

@media all and (max-width: 768px) {
  .font-condensed--mobile {
    font-family: "Open Sans Condensed", sans-serif;
  }
}

.form, .form--keyword {
  border-top: 1px solid lightgrey;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid lightgrey;
  border-radius: 3px;
  float: none;
  margin: 0;
  padding: 0px 0 25px 0;
  width: auto;
}
@media all and (min-width: 768px) {
  .form, .form--keyword {
    border: 1px solid lightgrey;
    border-radius: 3px;
    float: left;
    padding: 10px;
  }
}

/*******/
/** H **/
/*******/
.hidden {
  display: none;
}

.highlighter {
  background-color: lightcyan;
}

/*******/
/** I **/
/*******/
.image__exif {
  margin-left: 0px;
  display: none;
  clear: both;
  font-family: "Open Sans Condensed", sans-serif;
  padding: 0px;
  text-align: center;
}
.image__exif a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
}
@media all and (min-width: 768px) {
  .image__exif {
    font-size: 16px;
  }
}

img.categoryIcon, .categoryIcon {
  height: 0.5em;
  max-height: 20px;
}

input,
div.input {
  /* cake */
  margin-left: 0px;
  clear: both;
  font-size: 16px;
}

/* cake */
.input__label {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
}

.image__exif--admin {
  clear: both;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 12px;
  padding: 0px 5px 10px 5px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .image__exif--admin {
    font-size: 16px;
  }
}
.image-caption-bar {
  margin: 2px 0 5px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  .image-caption-bar {
    font-size: 16px;
  }
}
/*******/
/** J **/
/*******/
.DELETEjsexifcontrol:hover {
  color: inherit;
  background-color: inherit;
}

.jsexiftarget {
  display: none;
  margin-bottom: 15px;
}

/*******/
/** K **/
/*******/
.keywords-index__search-terms {
  border: none;
  border-radius: 3px;
  padding: 0px;
  margin: 0;
}

/*******/
/** L **/
/*******/
.leftmost {
  float: left;
  margin-left: 0;
}
@media all and (min-width: 768px) {
  .leftmost {
    margin-left: 20px;
  }
}

.rightmost {
  float: right;
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .rightmost {
    margin-right: 20px;
  }
}

.logo img {
  width: 10px;
}
@media all and (min-width: 1100px) {
  .logo img {
    width: 20px;
  }
}

div.logo:hover,
a#logo:hover,
a.logo:hover {
  background-color: none;
}

div.logo a:hover {
  background-color: none;
}

div.logo a {
  border: none;
}

div.logo a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.link {
  border-bottom: 2px solid #b4e7f8;
  text-decoration: none;
}

/*******/
/** M  **/
/*******/
.manage {
  padding: 0 0px;
}
.manage a {
  font-size: large;
  text-decoration: none;
}
.manage__item {
  margin: 3px 0 3px 10px;
}
.manage__title {
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.menu--admin {
  border-radius: 1px;
  padding: 0 5px 5px 5px;
}

/********************************/
/* CakePHP's flash message box */
/***/
.message::before {
  content: none;
}

div.message {
  background-color: lightcyan;
  border: none;
  font-size: 14px;
  padding: 5px 5px 5px 15px;
  margin-bottom: 20px;
  margin-right: 10px;
}
@media all and (min-width: 768px) {
  div.message {
    font-size: 16px;
  }
}
.mobile--hidden, .mobile-hidden {
  display: none;
}
@media all and (min-width: 768px) {
  .mobile--hidden, .mobile-hidden {
    display: inline;
  }
}

.mobile--only, .mobile-only {
  display: inline;
}
@media all and (min-width: 768px) {
  .mobile--only, .mobile-only {
    display: none;
  }
}

.mobile-block--only {
  display: block;
}
@media all and (min-width: 768px) {
  .mobile-block--only {
    display: none;
  }
}

.mobile-tablet {
  display: inline;
}
@media all and (min-width: 1100px) {
  .mobile-tablet {
    display: none;
  }
}

.mobile-tablet-block {
  display: block;
}
@media all and (min-width: 1100px) {
  .mobile-tablet-block {
    display: none;
  }
}

.mobile-lt_tablet-rt {
  float: left;
}
@media all and (min-width: 768px) {
  .mobile-lt_tablet-rt {
    float: right;
  }
}

/* for more on content see sitepont  http://reference.sitepoint.com/css/content */
/* unicode character set \2022 is bullett */
/* https://en.wikipedia.org/wiki/List_of_Unicode_characters */
span.menu--sep {
  margin: 0;
  padding: 0;
}
@media all and (min-width: 768px) {
  span.menu--sep {
    padding: 0;
    /*
        &:before {
          content: "\0020 ";
          }
        &:after {
          content: "\0020 ";
          }

    */
  }
}

/*******/
/** N **/
/*******/
.nav {
  background-color: white;
  left: 0;
  opacity: 0.9;
  margin: 0 0 0 0;
  padding: 10px 20px 0px 20px;
  text-align: center;
  width: 100%;
  z-index: 20;
}
@media all and (min-width: 768px) {
  .nav {
    text-align: center;
    padding: 10px 20px 0px 20px;
  }
}
@media all and (min-width: 1100px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    float: left;
    letter-spacing: 3px;
    text-align: left;
    width: 10%;
    height: 480px;
    padding: 1em 0 0 1em;
  }
}
@media all and (min-width: 1100px) and (min-height: 500px) {
  .nav {
    height: 500px;
  }
}
@media all and (min-width: 1100px) and (min-height: 768px) {
  .nav {
    height: 768px;
  }
}
@media all and (min-width: 1100px) and (min-height: 1024px) {
  .nav {
    height: 1024px;
  }
}
@media all and (min-width: 1100px) and (min-width: 1250px) {
  .nav {
    width: 9%;
  }
}
.nav__separator {
  display: inline;
  padding: 0 0px;
}
@media all and (min-width: 1100px) {
  .nav__separator {
    display: block;
    padding: 5px 0;
  }
}
.nav__link, .nav__dead-link {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  margin: 0 1px;
}
@media all and (min-width: 768px) {
  .nav__link, .nav__dead-link {
    margin: 0 3px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
  }
}
.nav__dead-link {
  background-color: lightcyan;
  color: #777777;
}
.nav__link__text {
  padding: 0 2px;
}
@media all and (min-width: 1100px) {
  .nav__link__text {
    padding: 0 5px;
  }
}

.nav-next-prev {
  /** blog navigation (next/prev blog page)  ***/
  border: none;
  clear: both;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  margin: 0 0 10px 20px;
  padding: 0 20px 0 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  .nav-next-prev {
    background-color: white;
    font-size: 14px;
    margin: 20px 20px 10px 20px;
    padding: 10px 0 0 0;
    text-align: right;
  }
}
@media all and (min-width: 1100px) {
  .nav-next-prev {
    background-color: white;
    font-family: "Open Sans", sans-serif;
    padding: 0 0 0 0;
  }
}
.nav-next-prev__item--link, .nav-next-prev__item--nolink {
  margin: 2px 2px 0 2px;
}
.nav-next-prev__item--nolink {
  background-color: lightcyan;
  color: white;
}

.nav-next-prev__item--link a,
.nav__link a {
  border: none;
  text-decoration: none;
}

.navLogo {
  float: left;
  width: auto;
  padding-bottom: 5px;
  padding-right: 5px;
}
@media all and (min-width: 768px) {
  .navLogo {
    float: left;
    width: auto;
  }
}
@media all and (min-width: 1100px) {
  .navLogo {
    float: none;
    width: 100%;
  }
}

.navnextprevious a {
  font-size: smaller;
  padding: 0 0 0 0;
  margin: 5px 0 0 0;
  font-family: "Open Sans Condensed", sans-serif;
  border: none;
  border-radius: 1px;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .navnextprevious a {
    font-family: "Open Sans", sans-serif;
  }
}

.navnextprevious {
  width: auto;
  border: none;
}

.navnextprevious--left {
  float: left;
  padding-left: 5px;
}

.navnextprevious--right {
  float: right;
  padding-right: 5px;
}

.nikonLens .rowColored,
.nikonLens .rowColored td {
  background-color: lightcyan;
}

.nikonLens tr td {
  color: #777777;
}

.not-a-link {
  pointer-events: none;
  text-decoration: none;
  border: none;
  color: inherit;
}
.not-a-link a {
  text-decoration: none;
  color: inherit;
  border: none;
}

/*******/
/** O **/
/*******/
a.orangelink {
  color: darkorange;
  border: none !important;
  text-decoration: none !important;
}

a.settingslink {
  border: none;
}

.limit-selected {
  border: 1px solid lightcyan;
  background-color: lightcyan;
  color: #777777 !important;
}

/*******/
/** P **/
/*******/
.page {
  overflow: hidden;
  padding: 1px 10px 10px 10px;
}
.page__panel {
  border-radius: 3px;
  margin: 0 0 0 0;
  overflow: hidden;
  padding: 0 0 0 0px;
}
.page__subtitle, .page__title {
  border-radius: 3px;
  clear: both;
  font-size: larger;
  font-weight: bold;
  float: left;
  letter-spacing: 3px;
  margin: 0px 15px 5px 0px;
  padding: 2px 4px 2px 10px;
  width: auto;
}
.page__subtitle {
  margin: 0px 0px 0px 0px;
}
.page__subtitle-reverse {
  border-radius: 3px;
  clear: both;
  float: left;
  font-size: larger;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0px 0px 0px 0px;
  padding: 0px 4px 2px 10px;
  text-transform: uppercase;
  width: auto;
}

#pagecontainer {
  border: none;
  margin-top: 0px;
}
@media all and (min-width: 1100px) {
  #pagecontainer {
    float: right;
    width: 89%;
  }
}
@media all and (min-width: 1250px) {
  #pagecontainer {
    width: 90%;
  }
}

.pagetitle {
  font-size: larger;
  font-weight: bold;
}

#pagecontent {
  clear: both;
  display: block;
  margin-top: 1em;
  padding-left: 0px;
  padding-top: 0px;
  width: 100%;
}
@media all and (min-width: 768px) {
  #pagecontent {
    padding-left: 5px;
  }
}
@media all and (min-width: 1100px) {
  #pagecontent {
    clear: none;
    float: left;
    margin: 1em 0 0 0;
    padding-top: 0px;
    width: 100%;
  }
}
@media all and (min-width: 1250px) {
  #pagecontent {
    clear: none;
    float: left;
    width: 100%;
  }
}

#pagefooter {
  clear: both;
  display: block;
  margin: 5px 0;
  padding: 5px 5px 10px 10px;
  font-size: smaller;
  text-align: right;
}

.photo {
  border-radius: 3px;
  clear: both;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 2px;
}
.photo__exif {
  float: left;
  padding: 5px;
}
.photo__exif__filename {
  font-family: Courier;
}
.photo__image {
  float: left;
}
.photo__image img {
  width: 400px;
  border: 1px solid black;
}
.photo__thumbnail {
  margin: 20px 20 20px 10pxpx;
}
@media all and (min-width: 768px) {
  .photo__thumbnail {
    margin: 20px 0px;
  }
}
.photo__thumbnail img {
  width: 90%;
}
@media all and (min-width: 768px) {
  .photo__thumbnail img {
    width: 400px;
  }
}
@media all and (min-width: 1100px) {
  .photo__thumbnail img {
    width: 500px;
  }
}

.photo--imported {
  border: 1px solid lightgrey;
  border-radius: 3px;
  float: left;
  padding: 10px;
  margin: 1px 1px;
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .photo--imported {
    width: 250px;
    height: 250px;
  }
}
.photo--imported img {
  width: 100%;
}

.photo-edit__field {
  margin: 5px 0 5px 0px;
}

.photo-edit__field input {
  border: 1px dotted grey;
}

.photo-edit__field label {
  color: orange;
}

.photo-edit__field label {
  font-size: 12px;
}

.photo-edit__image {
  padding: 5px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .photo-edit__image {
    float: left;
    width: 49%;
  }
}

.photo-edit__image img {
  width: 100%;
}

.photo-edit__menu {
  padding: 5px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .photo-edit__menu {
    padding-top: 1em;
    float: left;
    width: 49%;
  }
}

.photo-navbar {
  width: 100%;
  margin-left: 0;
}
@media all and (min-width: 768px) {
  .photo-navbar {
    margin-left: 20px;
  }
}

.photo-navbar__right {
  float: right;
}
@media all and (min-width: 768px) {
  .photo-navbar__right {
    padding-right: 25px;
    margin-right: 1em;
  }
}

/*******/
/** Q **/
/*******/
p.quote {
  font-style: italic;
}

p.quotesource {
  padding-left: 2em;
}

/*******/
/** R **/
/*******/
.reveal-switch-on {
  display: inline;
}

.reveal-switch-off {
  display: none;
}

/*******/
/** S **/
/*******/
.search-terms-collection {
  float: none;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0px 10px 0px 10px;
  /*
    @media all and (min-width: $breakpoint-tablet) {
      border-top: 1px dotted grey;
      border-left: 1px dotted grey;
      border-radius:1px;
      float:left;
      width:49%;
      margin: 0 5px 5px 0;
      padding: 0 15px 10px 0;
    }
    @media all and (min-width: $breakpoint-desktop) {
      width:32%;
    }
  */
}
.search-terms-title {
  letter-spacing: 2px;
  margin: 5px 0 5px 0;
  text-align: left;
  font-size: inherit;
}

.search-hit {
  background-color: yellow;
}

.search-terms--one-column {
  border-radius: 3px;
  display: block;
  float: none;
  width: 100%;
}
.search-terms {
  border-radius: 3px;
  display: block;
  float: none;
  width: 100%;
}
@media all and (min-width: 601px) {
  .search-terms {
    float: left;
    width: 49%;
  }
}
.search-terms__title {
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid white;
  clear: left;
  letter-spacing: 2px;
  margin-left: 3px;
  margin-top: 10px;
  padding: 5px 0 5px 0em;
  text-align: left;
  width: 100%;
}
@media all and (min-width: 768px) {
  .search-terms__title {
    padding: 5px 0 5px 9em;
  }
}
.search-terms__term {
  clear: both;
  padding-bottom: 20px;
  padding-left: 25px;
  margin-bottom: 3px;
  display: none;
}
.search-terms__term-text {
  float: left;
}
.search-terms__term__admin {
  float: right;
  width: 2em;
}
.search-terms__term__counter {
  float: left;
  width: 9em;
  text-align: left;
  font-size: x-small;
  color: grey;
  padding-right: 10px;
}
.search-terms__term__counter__icon {
  font-size: normal;
  padding: 0;
  margin: 0;
  color: grey;
}

.search-terms a {
  border: none;
  text-decoration: none;
}

.switch {
  border-bottom: 2px solid #b4e7f8;
  text-decoration: none;
}

span.switch:hover {
  background-color: lightcyan;
  color: #777777 !important;
  text-decoration: none;
}

/*******/
/** T **/
/*******/
.tablet-plus-block {
  display: none;
}
@media all and (min-width: 768px) {
  .tablet-plus-block {
    display: block;
  }
}

.tablet-plus {
  display: none;
}
@media all and (min-width: 768px) {
  .tablet-plus {
    display: inline;
  }
}

textarea {
  width: 95%;
}

.text-condensed {
  font-family: "Open Sans Condensed", sans-serif;
}

.title-orange {
  letter-spacing: 1px;
  background-color: orange;
  color: white;
  font-weight: bold;
  padding: 3px 3px;
  margin-right: 5px;
}

.toggle {
  background-color: inherit;
  color: black;
  cursor: pointer;
  float: right;
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 10px 10px 0;
  -webkit-transition-delay: initial;
       -o-transition-delay: initial;
          transition-delay: initial;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
       -o-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
          transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  border-bottom: 2px solid #b4e7f8;
  text-decoration: none;
}

.toggle:hover {
  background-color: lightcyan;
  color: #777777 !important;
  text-decoration: none;
}

.toggle--show-pub {
  display: block;
}

.toggle--show-all {
  display: none;
}

.toggle-hide-show {
  display: none;
}

.toggle-show-hide {
  float: left;
  width: auto;
  border-bottom: 2px solid #b4e7f8;
  text-decoration: none;
}
.toggle-show-hide:hover {
  background-color: lightcyan;
  color: white;
  text-decoration: none;
}

/*******/
/** W **/
/*******/
.workflow--new {
  background-color: red;
  color: #777777;
}

.workflow--published {
  background-color: green;
  color: #777777;
}

.workflow--review {
  background-color: blue;
  color: #777777;
}

.workflow--newcolor {
  color: red;
}

.workflow--publishedcolor {
  color: green;
}

.workflow--reviewcolor {
  color: blue;
}

.workflow--indicator {
  border: none;
  padding: 0 1px;
  margin: 0 0px;
}

.website {
  clear: both;
}

.website__item {
  display: block;
  float: none;
  width: 100%;
  border: none;
  font-size: x-small;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .website__item {
    float: left;
    width: 25%;
  }
}
.website__item--note {
  font-size: x-small;
  width: 100%;
}
@media all and (min-width: 768px) {
  .website__item--note {
    width: 10%;
  }
}
.website__item--tech {
  display: block;
  float: none;
  width: 100%;
}
@media all and (min-width: 768px) {
  .website__item--tech {
    width: 10%;
    float: right;
    text-align: right;
  }
}
.website--head {
  font-style: italic;
  font-size: x-small;
}

.person {
  /* I want this to span the screen */
  display: inline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .person {
    float: left;
    width: 25%;
  }
}
.person--brief {
  border: 1px solid grey;
  margin: 1px;
}

.person__last-name {
  font-weight: bold;
}

.h1breadcrumb a,
.h1breadcrumb div {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
}

.h1breadcrumb > div {
  border: 2px solid orange;
  padding: 0 10px;
  margin: 0;
}

.h1breadcrumb__crumb {
  float: left;
  font-size: inherit;
  font-weight: normal;
  padding-bottom: 1px !important;
}

.h1breadcrumb__crumb a {
  border: none;
  color: orange;
  text-transform: capitalize !important;
}

.h1breadcrumb__h1 {
  float: left;
  background-color: orange;
  color: white;
  font-size: inherit;
}

.h1breadcrumb__h1 h1 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.nikonLens {
  border: 1px solid white;
}

.nikonLens tr {
  margin: 0;
}

.nikonLens {
  padding: 0;
}

.nikonLens tr {
  padding: 0;
}

.rowNotColored td, .rowColored td {
  padding-left: 5px;
}

.centerAlign {
  text-align: center;
}

.rightAlign {
  text-align: right;
}

.leftAlign {
  text-align: left;
}

.nikonLens th {
  font-size: xx-small;
}

.nikonLens {
  width: 100%;
}

div.lenses {
  clear: both;
}

div.lenses {
  margin: 5px 0 0px 0;
}

div.lens__total,
div.lenses div {
  font-size: xx-small;
}

@media all and (min-width: 768px) {
  div.lens__total,
div.lenses div {
    font-size: x-small;
  }
}
div.lenses div.titles {
  font-weight: bold;
  font-size: xx-small;
}

div.lens {
  width: 100%;
}

div.lens {
  clear: both;
}

div.lens {
  margin: 5px 0;
}

.lens div {
  float: left;
}

.lens div {
  overflow: hidden;
}

.lens div {
  height: 1.5em;
}

.lens div {
  padding: 0 10px 0 0;
}

.lens div.lens__own {
  width: 1em;
}

.lens div.lens__name {
  width: 15%;
}

.lens div.lens__travel {
  width: 1em;
}

.lens div.lens__fstop {
  width: 10%;
}

.lens div.lens__filter {
  width: 10%;
}

.lens div.lens__close {
  width: 11%;
}

.lens div.lens__angle_of_view {
  width: 12%;
}

.lens div.lens__mass {
  width: 10%;
}

.lens div.lens__dxl {
  width: 14%;
}

.not-owned div {
  color: red;
}

.lens div.lens__note {
  font-style: italic;
}

.lens div.lens__own {
  text-align: left;
}

.lens div.lens__name {
  text-align: left;
}

.lens div.lens__travel {
  text-align: left;
}

.lens div.lens__fstop {
  text-align: left;
}

.lens div.lens__filter {
  text-align: right;
}

.lens div.lens__close {
  text-align: right;
}

.lens div.lens__angle_of_view {
  text-align: right;
}

.lens div.lens__mass {
  text-align: right;
}

.lens div.lens__dxl {
  text-align: right;
}

/* *******************************************
  _functional.scss

  2/28/2018 - started
  Included in parent scss file
  Expects variables to be defined elsewhere

  media query prefixes

 m_...      $breakpoint-mobile:       501px;   -- never used, this is default
 mp_ ...    $breakpoint-mobileplus:   601px;   -- used a few times
 t__  ...   $breakpoint-tablet:       768px;
 tp_ ...    $breakpoint-desktopminus: 950px;   -- never used
 d_ ...     $breakpoint-desktop:      1100px;
 dp_ ...    $breakpoint-desktopplus:  1250px;  -- used once


 *********************************************
*/
/* border:   br-[size]-[variant] */
.br-none {
  border-style: none;
}

.br-dotted {
  border-style: dotted;
}

.br-solid {
  border-style: solid;
}

.br-1 {
  border-width: 1px;
}

.br-1-dot {
  border: 1px dotted;
  border-radius: 2px;
}

.br-radius-0 {
  border-radius: 0px;
}

.br-radius-1 {
  border-radius: 1px;
}

.br-radius-2 {
  border-radius: 2px;
}

.br-radius-3 {
  border-radius: 3px;
}

.br-radius-4 {
  border-radius: 4px;
}

.br-radius-5 {
  border-radius: 5px;
}

/* border-color: br-[color] */
.br-grey {
  border-color: grey;
}

.br-gray {
  border-color: gray;
}

.br-white {
  border-color: white;
}

.br-red {
  border-color: red;
}

.br-orange {
  border-color: orange;
}

.br-lightgrey {
  border-color: lightgrey;
}

.br-lightgray {
  border-color: lightgray;
}

.br-vlightgrey {
  border-color: #EDEDED;
}

.bk-cyan {
  background-color: lightcyan;
}

.bk-lightpink {
  background-color: lightpink;
}

.bk-lightsalmon {
  background-color: lightsalmon;
}

.bk-lightgoldenrodyellow {
  background-color: lightgoldenrodyellow;
}

.center {
  text-align: center;
}

.clear-both {
  clear: both;
}

.font-small {
  font-size: 14px;
}

.font-normal {
  font-size: 16px;
}

.font-condensed {
  font-family: "Open Sans Condensed", sans-serif;
}

.display-none {
  display: none;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-l0 {
  margin-left: 10px;
}

.ov-hide {
  overflow: hidden;
}

.pt-0 {
  padding-top: 0;
}

.pt-2 {
  padding-top: 2px;
}

.pr-0 {
  padding-right: 0;
}

.pr-2 {
  padding-right: 2px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-0 {
  padding-left: 0;
}

.pl-2 {
  padding-left: 2px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-15 {
  padding-left: 15px;
}

.tablet-plus {
  display: none;
}
@media all and (min-width: 768px) {
  .tablet-plus {
    display: inline;
  }
}

.mobile-only {
  display: inline;
}
@media all and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .m_br-none {
    border-style: none;
  }
}
@media all and (max-width: 601px) {
  .m_mr-0 {
    margin-right: 0px;
  }

  .m_mr-2 {
    margin-right: 2px;
  }

  .m_ml-4 {
    margin-left: 2px;
  }
}
@media all and (min-width: 768px) {
  .t_br-1 {
    border-style: solid;
    border-width: 1px;
  }

  .t_br-dotted {
    border-style: dotted;
    border-width: 1px;
  }

  .t_br-none {
    border-style: none;
  }

  .t_font-normal {
    font-size: 16px;
  }
}
.cameralens {
  float: left;
  padding: 0 1px;
  overflow: hidden;
  border-bottom: 1px dotted lightgrey;
  font-size: 12px;
}
@media all and (min-width: 1100px) {
  .cameralens {
    font-size: 12px;
  }
}

.cameralens-heading {
  margin: 0 0 0 0;
  overflow: hidden;
}

.cameralens-heading > div {
  font-size: xx-small;
  border: none;
  padding: 0;
  margin: 0;
}

.one-lens {
  clear: both;
}

.lens-data-hidden {
  display: none;
}

.lens-counter {
  display: none;
}

.lens-mount {
  display: none;
}

.lens-name {
  width: 15%;
}

.lens-serial {
  width: 25%;
}

.lens-focal-length {
  display: none;
}

.lens-mfg {
  display: none;
}

.lens-fstop {
  width: 15%;
}

.lens-filter {
  text-align: right;
  width: 8%;
}

.lens-close {
  text-align: right;
  width: 8%;
}

.lens-angle-of-view {
  text-align: right;
  width: 15%;
}

.lens-mass {
  text-align: right;
  width: 10%;
}

.lens-length {
  text-align: right;
  display: none;
}

.lens-diameter {
  text-align: right;
  display: none;
}

.lens-afs {
  display: none;
}

.lens-dx {
  display: none;
}

.lens-vr {
  display: none;
}

.lens-price_paid {
  display: none;
}

.lens-date-purchased {
  display: none;
}

.lens-note {
  display: none;
}

.lens-own {
  display: none;
}

.lens-travel {
  display: none;
}

@media all and (min-width: 1100px) {
  .lens-counter {
    display: none;
  }

  .lens-mount {
    display: none;
  }

  .lens-name {
    display: inline;
    width: 10%;
  }

  .lens-serial {
    display: inline;
    width: 13%;
  }

  .lens-focal-length {
    display: none;
  }

  .lens-mfg {
    display: inline;
    width: 10%;
  }

  .lens-fstop {
    display: inline;
    width: 10%;
  }

  .lens-filter {
    display: inline;
    width: 8%;
  }

  .lens-close {
    display: inline;
    width: 8%;
  }

  .lens-angle-of-view {
    display: inline;
    width: 10%;
  }

  .lens-mass {
    display: inline;
    width: 5%;
  }

  .lens-length {
    display: inline;
    width: 5%;
  }

  .lens-diameter {
    display: inline;
    width: 5%;
  }

  .lens-afs {
    display: none;
  }

  .lens-dx {
    display: none;
  }

  .lens-vr {
    display: none;
  }

  .lens-price_paid {
    display: none;
  }

  .lens-date-purchased {
    display: none;
  }

  .lens-note {
    display: inline;
    padding-left: 10px;
    font-size: xx-small;
    width: 11%;
  }

  .lens-own {
    display: none;
  }

  .lens-travel {
    display: none;
  }
}
/*

.lens-counter {
  display:none;

  @media all and (min-width: $breakpoint-desktop) {
    text-align: right;
  width: 3%;

  }
}

.lens-mount {
  width: 5%;
  text-align: center;
  display: none;
  @media all and (min-width: $breakpoint-desktop) {
    width: 3%;

  }
}

.lens-name {
  width: 13%;
  @media all and (min-width: $breakpoint-desktop) {
    width: 9%;
  }
}

.lens-focal-length {
  width: 5%;
  display: none;
}

.lens-mfg {
  display:none;
  @media all and (min-width: $breakpoint-desktop) {
    display:inline;
   width: 11%;
  }
}

.lens-fstop {
  display:none;
  @media all and (min-width: $breakpoint-desktop) {
    display:inline;
  width: 11%;
  }
}

.lens-filter, .lens-close {
  width: 10%;
  text-align:right;
  @media all and (min-width: $breakpoint-desktop) {
  width: 4%;
  }
}

.lens-angle-of-view {
  width: 11%;
  text-align: right;
  @media all and (min-width: $breakpoint-desktop) {
  width: 7%;
  }
}


.lens-mass {
  width: 10%;
  text-align: right;
  @media all and (min-width: $breakpoint-desktop) {
  width: 5%; }
}


 .lens-length, .lens-diameter {
   display:none;

  @media all and (min-width: $breakpoint-desktop) {
    text-align: right;
    width: 5%; }
}


.lens-afs, .lens-dx, .lens-vr {
  display:none;
  @media all and (min-width: $breakpoint-desktop) {
    display:inline;
  width: 3%;}
}

.lens-serial {
  width: 9em;
}

.lens-price_paid {
  display:none;

}

.lens-date-purchased {
  display:none;
  @media all and (min-width: $breakpoint-desktop) {
    display:none;
  }
}


.lens-note {
  display:none;
  @media all and (min-width: $breakpoint-desktop) {
    display:inline;
    width: 9%;
  }
}

.lens-own {
  width: 5%;
  display: none;
}

.lens-travel {
  width: 5%;
  display: none;
}
***/