body {
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  color: #373737;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}

h1 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  display: block;
  margin-bottom: 10px;
  line-height: 1.8em;
}

.button {
  display: inline-block;
  min-width: 100px;
  padding: 15px;
  border: 3px solid #333;
  background-color: transparent;
  color: #333;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #333;
  color: #fff;
}

.button.home {
  margin-top: 30px;
  padding: 20px;
  border-color: #fff;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
}

.button.home:hover {
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #6493a3;
  text-decoration: none;
}

.button.load-more {
  display: block;
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
  border-color: gray;
  color: gray;
}

.button.load-more:hover {
  border-color: #2e9cc1;
  background-color: transparent;
  color: #2e9cc1;
}

.button.primary {
  border-color: #2e9cc1;
  color: #2e9cc1;
}

.button.primary:hover {
  background-color: #2e9cc1;
  color: #fff;
}

.button.primary:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.primary.modal-okay {
  margin-top: 20px;
}

.button.upload-button {
  border-color: #fff;
  color: #fff;
}

.button.upload-button:hover {
  background-color: #fff;
  color: #26d4b1;
}

.button.modal-cancel {
  margin-top: 20px;
  margin-left: 20px;
}

.button.button-avatar-editor {
  display: block;
  width: 100%;
  min-width: 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  line-height: 20px;
}

.button.button-avatar-editor.button-avatar-editor-remove {
  width: 30%;
  border-color: transparent;
  background-color: #823333;
  font-family: 'Simple line icons', sans-serif;
  color: #381616;
  font-size: 17px;
  font-weight: 400;
}

.button.button-avatar-editor.button-avatar-editor-remove:hover {
  background-color: #8f3838;
}

.button.button-avatar-editor.button-avatar-editor-change {
  width: 70%;
}

.button.link-button {
  min-width: 0px;
  padding-left: 0px;
  border-style: none;
  color: #2e9cc1;
}

.button.link-button:hover {
  background-color: transparent;
  text-decoration: underline;
}

.button.disabled {
  opacity: 0.5;
}

.button.disabled:hover {
  background-color: transparent;
  color: #333;
}

.button.icon-button {
  position: relative;
  top: 7px;
  min-width: 0px;
  border-style: none;
  font-family: 'Simple line icons', sans-serif;
  color: #2e9cc1;
  font-size: 30px;
  font-weight: 400;
}

.button.icon-button:hover {
  background-color: transparent;
  color: #1a5b70;
}

.button.about-button {
  margin-top: 30px;
  border-color: #fff;
  color: #fff;
}

.button.about-button:hover {
  background-color: #fff;
  color: #57036c;
}

.button.button-welcome {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 40px;
  padding-left: 40px;
  border-color: #fff;
  color: #fff;
  font-size: 18px;
}

.button.button-welcome:hover {
  background-color: #fff;
  color: #946174;
}

.button.welcome-photographer-button {
  border-color: #70b45f;
  background-color: #70b45f;
  color: #fff;
}

.button.welcome-photographer-button:hover {
  border-color: #609c51;
  background-color: #609c51;
}

.button.page-header-mini-subline-button {
  border-color: #fff;
  color: #fff;
}

.button.page-header-mini-subline-button:hover {
  background-color: #fff;
  color: #000;
}

.button.tsr-blog-button {
  position: absolute;
  bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #009ec4;
  color: #009ec4;
}

.button.tsr-blog-button:hover {
  background-color: #009ec4;
  color: #520266;
}

.button.advent-calendar-button {
  border-color: #fff;
  color: #fff;
}

.button.advent-calendar-button:hover {
  background-color: #fff;
  color: #5d103b;
}

.button.block {
  display: block;
  float: none;
}

.sub-nav-container {
  border-bottom: 1px solid #6a6a6a;
}

.sub-nav-link {
  position: relative;
  display: inline-block;
  margin-bottom: -1px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #6a6a6a;
  font-weight: 600;
  text-decoration: none;
}

.sub-nav-link:hover {
  border-bottom: 2px solid #2e9cc1;
  color: #2e9cc1;
}

.sub-nav-link.sub-nav-link-active {
  border-bottom: 2px solid #2e9cc1;
  color: #2e9cc1;
  font-weight: 700;
}

.nav-search-form {
  margin-bottom: 0px;
}

.nav-search-field {
  overflow: hidden;
  height: 60px;
  margin-bottom: 0px;
  border-width: 0px;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
}

.nav-link {
  display: block;
  margin-left: -2px;
  padding-top: 18px;
  padding-bottom: 18px;
  float: left;
  border: 2px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.nav-link:hover {
  position: relative;
  z-index: 1;
  border-color: #2e9cc1;
  background-color: #2e9cc1;
  color: #fff;
}

.nav {
  background-color: transparent;
  font-weight: 400;
}

.sub-nav-menu {
  float: none;
}

.sub-nav {
  background-color: transparent;
}

.footer {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.footer-follow-us {
  display: inline-block;
  padding: 20px 100px 10px;
  border-top: 1px solid gray;
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 700;
}

.footer-photocase {
  margin-top: 20px;
  color: gray;
}

.nav-container {
  margin-top: 20px;
}

.nav-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 400px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), transparent);
}

.icon {
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Simple line icons', sans-serif;
  color: #2e9cc1;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.icon:hover {
  color: #1a5b70;
  text-decoration: none;
}

.icon.icon-round {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px;
  border: 3px solid #2e9cc1;
  border-radius: 40px;
  font-size: 20px;
  line-height: 30px;
}

.icon.icon-round.footer-icon {
  border-color: gray;
  color: gray;
}

.icon.icon-round.footer-icon:hover {
  border-color: #575757;
  color: #575757;
}

.icon.footer-icon-go-top {
  position: absolute;
  right: 0px;
  margin-top: -10px;
  color: gray;
  font-size: 34px;
  line-height: 34px;
}

.icon.footer-icon-go-top:hover {
  color: #575757;
}

.icon.icon-divider {
  margin-right: 10px;
  padding-right: 25px;
  border-right: 1px solid #2e9cc1;
}

.icon.upload {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: hsla(0, 0%, 100%, .49);
  font-size: 15px;
  line-height: 15px;
}

.icon.upload-specs-icon {
  margin-top: 5px;
  color: #26d4b1;
}

.icon.upload-files-file-icon {
  width: 10%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
}

.container {
  position: relative;
}

.container.collection-tools-container {
  margin-top: 20px;
}

.container.related-contents {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #bababa;
  text-align: center;
}

.container.related-contents.related-contents-no-divider {
  margin-top: 60px;
  border-top-style: none;
}

.container.page-author {
  margin-top: 40px;
  margin-bottom: -20px;
  padding-top: 20px;
  border-top: 1px solid #bababa;
  text-align: center;
}

.container.page-share {
  margin-top: 40px;
  margin-bottom: -20px;
  border-top: 1px solid #bababa;
  text-align: center;
}

.container.article {
  font-family: Merriweather, serif;
}

.container.about-hiw-mobile {
  display: none;
}

.container.full-width {
  padding-right: 20px;
  padding-left: 20px;
}

.container.full-width.search-special {
  margin-top: 20px;
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-top: 1px solid #bbb;
}

.container.advent-calendar {
  padding-top: 40px;
  text-align: center;
}

.collection-tools {
  float: right;
}

.collection-status {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: gray;
  font-size: 24px;
  line-height: 50px;
}

.caption {
  margin-top: 10px;
  color: #bababa;
  font-size: 13px;
  line-height: 1.4em;
  text-align: center;
}

.caption-link {
  color: #bababa;
}

.related-contents {
  margin-top: 20px;
  text-align: center;
}

.first-nav-link-notification {
  position: relative;
  left: -15px;
  top: 15px;
  display: block;
  height: 20px;
  min-width: 20px;
  margin-right: -15px;
  padding-right: 5px;
  padding-left: 5px;
  float: right;
  border-radius: 10px;
  background-color: #2e9cc1;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.home-section-headline {
  display: inline-block;
  margin-top: 40px;
  padding-right: 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ff0040;
  color: #ff0040;
  font-size: 16px;
  line-height: 1.2em;
}

.section {
  position: relative;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

.section.home-recommendations-mobile {
  display: none;
}

.tsr {
  display: block;
  width: 33.33%;
  padding: 15px;
  float: left;
  text-decoration: none;
}

.tsr:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-decoration: none;
}

.tsr.tsr-double {
  position: relative;
  width: 66.66%;
}

.tsr.tsr-sizer {
  display: none;
}

.tsr-info {
  overflow: hidden;
  height: 120px;
  padding: 20px 20px 10px;
  background-color: #000;
}

.tsr-info.tsr-info-short {
  height: 50px;
}

.tsr-headline {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.tsr-headline-highlight {
  color: #f200c1;
}

.tsr-meta {
  display: inline-block;
  margin-right: 10px;
  border-top: 1px solid #575757;
  font-family: 'Open Sans', sans-serif;
  color: #575757;
  font-size: 12px;
  font-weight: 600;
}

.tsr-image {
  width: 100%;
}

.tsr-image.tsr-image-mobile {
  display: none;
}

.tsr-image.tsr-image-desktop {
  display: inline-block;
}

.home-tsrs {
  margin-right: 5px;
  margin-left: 5px;
}

.tsr-categories {
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #26d4b1;
}

.tsr-categories-headline {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.tsr-categories-category {
  display: block;
  overflow: hidden;
  width: 46%;
  margin-right: 4%;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 2.2em;
  font-weight: 300;
  text-decoration: none;
}

.tsr-categories-category:hover {
  color: #116957;
  font-weight: 400;
  text-decoration: none;
}

.related-content {
  width: 200px;
  margin: 15px;
  text-decoration: none;
}

.related-content:hover {
  text-decoration: none;
}

.related-content-text {
  margin-top: 5px;
  color: #575757;
  font-size: 14px;
  font-weight: 400;
}

.related-contents-headline {
  margin-bottom: 0px;
  font-weight: 400;
}

.related-contents-image {
  border-radius: 200px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.related-contents-image:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  text-decoration: none;
}

.nav-dropdown {
  display: block;
  margin-left: -2px;
  float: left;
}

.nav-dropdown-link {
  background-color: #2e9cc1;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.nav-dropdown-link:hover {
  background-color: #42afd4;
  text-decoration: none;
}

.nav-dropdown-toggle {
  padding-top: 18px;
  padding-right: 35px;
  padding-bottom: 18px;
  border: 2px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  border-color: #2e9cc1;
  background-color: #2e9cc1;
}

.nav-dropdown-toggle.w--open {
  border-color: #2e9cc1;
  background-color: #2e9cc1;
}

.nav-links-mobile {
  display: none;
}

.page-author-headline {
  font-weight: 400;
}

.page-author-image {
  width: 100px;
  border-radius: 110px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.page-author-image:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  text-decoration: none;
}

.share-button {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.share-button.facebook {
  margin-right: 5px;
}

.nav-dropdown-toggle-icon {
  margin-right: 15px;
}

.nav-dropdown-list.w--open {
  background-color: #2e9cc1;
}

.upload-box {
  position: relative;
  margin-top: 20px;
  padding: 40px 40px 30px;
  background-color: #26d4b1;
  color: #fff;
  text-align: center;
}

.upload-box-footer {
  margin-top: 40px;
  text-align: center;
}

.a {
  color: #2e9cc1;
  text-decoration: none;
}

.a:hover {
  text-decoration: underline;
}

.a.upload-dropbox {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  background-image: url('');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.a.article-link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.upload-specs {
  margin-top: 40px;
  padding-bottom: 5px;
  border-top: 1px dashed #bababa;
  border-bottom: 1px dashed #bababa;
}

.upload-spec {
  margin-top: 0px;
}

.upload-spec-column {
  text-align: center;
}

.upload-subheadline {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
}

.upload-files {
  margin-top: 10px;
  text-align: left;
}

.upload-files-header {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 14px;
}

.upload-files-file {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.upload-files-file-name {
  display: inline-block;
  width: 70%;
  margin-top: 0px;
  font-size: 14px;
}

.upload-files-file-info {
  display: inline-block;
  width: 10%;
  margin-top: 0px;
  font-size: 14px;
  text-align: center;
}

.modal {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1050;
  display: block;
  width: 100%;
  height: 100%;
}

.modal.photos-quick-view-modal {
  display: none;
}

.upload-how-image-credits {
  margin-top: -20px;
  float: right;
  color: #bababa;
  font-size: 10px;
  line-height: 1.4em;
  text-align: right;
  text-decoration: none;
}

.upload-how-image-credits:hover {
  color: #2e9cc1;
}

.classic-upload-box {
  margin-top: 20px;
  padding: 40px;
  background-color: #26d4b1;
  color: #fff;
}

.input {
  height: 50px;
  min-height: 50px;
  font-size: 16px;
  line-height: 50px;
}

.input.input-dob {
  width: 32%;
  margin-right: 1%;
  float: left;
}

.input.input-with-error {
  border: 1px solid #ba4e60;
}

.input-hint {
  position: relative;
  top: -10px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #bababa;
  font-size: 14px;
}

.input-hint.input-hint-username {
  margin-top: 0px;
}

.h2-suffix {
  color: gray;
  font-size: 16px;
  font-weight: 400;
}

.input-checkbox {
  margin-top: 10px;
  font-size: 16px;
}

.input-checkbox.input-checkbox-in-column {
  margin-top: 35px;
}

.required-input {
  color: #823333;
}

.required-input-legend {
  float: right;
  color: #823333;
  font-size: 14px;
}

.company-input-group {
  margin-bottom: 20px;
}

.input-toggle {
  margin-top: 10px;
}

.avatar-input-dummy {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e3e3e3;
  text-align: center;
}

.form-wrapper {
  margin-top: 20px;
}

.input-error {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ba4e60;
  font-size: 14px;
}

.form-errors {
  margin-bottom: 20px;
  padding: 10px 20px 5px;
  background-color: #823333;
  color: #c77777;
}

.form-error {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.avatar-editor {
  width: 200px;
  margin-bottom: 20px;
}

.avatar-editor-error {
  display: none;
  padding: 5px 10px;
  background-color: #823333;
  color: #c77777;
}

.upload-info-text {
  margin-top: 10px;
}

.upload-how-image {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.thumbnails {
  margin-top: 20px;
  margin-right: 1px;
}

.thumbnail {
  position: relative;
  width: 20%;
  float: left;
}

.thumbnail-container {
  position: relative;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 20px;
  border: 1px solid #bababa;
  text-align: center;
}

.thumbnail-container.selected {
  background-color: #dadada;
}

.thumbnail-image-container {
  display: block;
  height: 250px;
  line-height: 250px;
}

.thumbnail-image {
  max-height: 100%;
}

.thumbnail-info-author {
  display: block;
  color: #bababa;
  text-decoration: none;
}

.thumbnail-info-author:hover {
  color: #009ec4;
  text-decoration: none;
}

.thumbnail-info-author.trends {
  color: #5c5c5c;
}

.thumbnail-info-author.trends:hover {
  color: #009ec4;
}

.thumbnail-info-author.editors-picks {
  color: #5c5c5c;
  font-size: 16px;
}

.thumbnail-info-author.editors-picks:hover {
  color: #009ec4;
}

.thumbnail-info {
  z-index: 1;
  margin-top: 8px;
  margin-bottom: -15px;
  color: #bababa;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
}

.thumbnail-info.trends {
  color: #5c5c5c;
  text-align: center;
}

.thumbnail-info.editors-picks {
  text-align: center;
}

.paging {
  margin-top: 40px;
  margin-bottom: -30px;
  text-align: center;
}

.paging.photo-show-similar-photos-paging {
  margin-top: 10px;
  margin-bottom: -20px;
}

.paging.photos-show-collection-paging {
  margin-top: 0px;
  margin-bottom: 20px;
}

.paging-container {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.paging-button {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  color: gray;
  line-height: 60px;
  text-decoration: none;
}

.paging-button:hover {
  color: #2e9cc1;
  text-decoration: none;
}

.paging-button.paging-gap:hover {
  color: gray;
}

.paging-button.paging-current-page {
  color: #333;
  font-weight: 700;
}

.paging-button.paging-prev-next {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Simple line icons', sans-serif;
  color: #2e9cc1;
  font-size: 70px;
}

.paging-button.paging-prev-next:hover {
  color: #45b2d6;
}

.paging-button.paging-prev-next.paging-prev-next-disabled {
  color: gray;
}

.photo {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #bababa;
  text-align: center;
}

.photo-heading-author {
  font-size: 17px;
  font-weight: 400;
}

.page-heading-container {
  position: relative;
}

.dropdown-link {
  padding-right: 17px;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #2e9cc1;
  text-decoration: none;
}

.dropdown-link.selected {
  font-weight: 600;
}

.dropdown-link.right {
  text-align: right;
}

.dropdown-link.center {
  text-align: center;
}

.dropdown-list.w--open {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.dropdown-list.dropdown-list-as-button.w--open {
  margin-top: 0px;
  padding-top: 5px;
}

.dropdown-list.contrast.w--open {
  background-color: #f5f5f5;
}

.dropdown-list.right.w--open {
  right: 0px;
}

.dropdown-list.center.w--open {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.dropdown-toggle {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 17px;
  color: #373737;
  text-decoration: none;
}

.dropdown-toggle:hover {
  color: #2e9cc1;
}

.dropdown-toggle.w--open:hover {
  color: #2e9cc1;
}

.dropdown-toggle.dropdown-toggle-as-button {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 3px solid #333;
}

.dropdown-toggle.dropdown-toggle-as-button:hover {
  background-color: #333;
  color: #fff;
}

.dropdown-toggle.dropdown-toggle-as-button.w--open {
  background-color: #333;
  color: #fff;
}

.dropdown-toggle.dropdown-toggle-icon {
  padding: 15px;
  font-family: 'Simple line icons', sans-serif;
  font-size: 30px;
}

.dropdown-toggle.dropdown-toggle-icon.home-recommendations-delete-dropdown-toggle {
  padding: 9px;
  color: #bbb;
}

.dropdown-toggle.dropdown-toggle-icon.home-recommendations-delete-dropdown-toggle:hover {
  color: #009ec4;
}

.photo-layoutversion-status {
  color: #358c0f;
}

.metadata-name {
  width: 50%;
  margin-bottom: 5px;
  float: left;
  font-weight: 700;
}

.metadata-value {
  width: 50%;
  margin-bottom: 5px;
  float: left;
}

.metadata-color {
  width: 16.6667%;
  height: 40px;
  float: left;
  background-color: #bababa;
}

.metadata-tag {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px 8px 1px;
  float: left;
  border: 2px solid #2e9cc1;
  border-radius: 15px;
  color: #2e9cc1;
  font-size: 13px;
  text-decoration: none;
}

.metadata-tag:hover {
  background-color: #2e9cc1;
  color: #fff;
  text-decoration: none;
}

.hr {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bababa;
}

.image {
  display: block;
  margin: 20px auto 10px;
}

.image.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lead {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 2em;
  font-weight: 300;
}

.lead.no-headline {
  margin-top: 40px;
}

.gallery {
  margin-top: 20px;
  margin-bottom: 10px;
}

.code {
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  border-radius: 5px;
  background-color: #f0efe8;
  color: #a29a63;
  font-style: italic;
  text-decoration: none;
}

.styleguide-hint {
  position: absolute;
  top: 0px;
  right: -312px;
  width: 300px;
  padding: 10px 10px 10px 12px;
  border-left: 2px solid #26d4b1;
  background-color: #f2f2f2;
  color: #bababa;
  font-size: 14px;
  font-weight: 400;
}

.styleguide-block {
  position: relative;
}

.styleguide-block.styleguide-block-colors {
  overflow: hidden;
}

.styleguide-block.styleguide-block-grids {
  margin-bottom: 100px;
}

.article-caption {
  margin-top: 10px;
  color: #575757;
  text-align: center;
}

.dropdown {
  font-weight: 600;
}

.dropdown-button-toggle {
  margin-right: 15px;
}

.service-nav {
  position: relative;
  z-index: 20000;
  height: 30px;
  background-color: #000;
  color: gray;
  font-size: 12px;
  line-height: 30px;
}

.service-nav-links {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  background-color: #000;
}

.service-nav-link {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  color: #bababa;
  text-decoration: none;
}

.service-nav-link:hover {
  color: #2e9cc1;
  text-decoration: none;
}

.service-nav-link.login-register {
  margin-left: 1px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #2e9cc1;
  color: #000;
  line-height: 30px;
}

.service-nav-link.login-register:hover {
  background-color: #45b4d9;
}

.service-nav-dropdown-toggle {
  padding: 0px 25px 0px 10px;
  color: gray;
  text-decoration: none;
}

.service-nav-dropdown-toggle:hover {
  color: #2e9cc1;
  text-decoration: none;
}

.service-nav-dropdown-toggle.myphotocase {
  color: #bababa;
}

.service-nav-dropdown-toggle.myphotocase:hover {
  color: #2e9cc1;
  text-decoration: none;
}

.service-nav-dropdown-toggle-icon {
  margin-right: 10px;
}

.service-nav-help {
  position: absolute;
  left: 20px;
  top: 0px;
}

.service-nav-dropdown-list.w--open {
  padding-bottom: 3px;
  background-color: #000;
}

.service-nav-dropdown-link {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  background-color: #000;
  color: gray;
}

.service-nav-dropdown-link:hover {
  color: #2e9cc1;
  text-decoration: none;
}

.service-nav-dropdown-link.myphotocase {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #bfbb41;
  color: #524f0b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.service-nav-dropdown-link.myphotocase:hover {
  background-color: #d1cd56;
}

.service-nav-myphotocase-status {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #969330;
  font-size: 12px;
  font-weight: 400;
}

.service-nav-myphotocase-avatar {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 30px;
}

.service-nav-dropdown {
  display: block;
  float: right;
}

.page-header {
  position: relative;
  height: 500px;
  margin-top: -80px;
  padding: 100px 20px 20px;
  background-color: #f689a1;
  background-image: url('');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.page-header.home {
  background-color: #5ba6ab;
  background-image: url('');
}

.page-header.article {
  background-color: #e4aa7b;
  background-image: url('//s3-eu-west-1.amazonaws.com/photocase/comfy/cms/files/files/000/000/196/original/summer_header.jpg');
}

.page-header.portrait {
  background-color: #0e1d24;
  background-image: url('');
  background-size: contain;
}

.page-header.page-header-welcome {
  background-image: url('//s3-eu-west-1.amazonaws.com/photocase/comfy/cms/files/files/000/000/431/original/welcome.jpg');
}

.page-header-container {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.page-header-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.page-header-headline.home {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 1.6em;
  font-weight: 300;
}

.page-header-headline.page-header-headline-welcome-referer {
  font-size: 30px;
}

.page-header-subline {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #000;
}

.page-header-subline-text {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.page-header-credits {
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}

.page-header-credits:hover {
  background-color: #2e9cc1;
  text-decoration: none;
}

.underlined {
  border-bottom: 2px solid #fff;
  text-decoration: underline;
}

.notice {
  margin-top: -1px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #a33655;
  background-color: #bf4165;
  color: #69152d;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
}

.service-nav-myphotocase-user {
  display: block;
  margin-right: 20px;
  margin-left: 60px;
}

.page-header-credits-container {
  position: absolute;
  right: 0px;
  bottom: 10px;
  margin-right: 5px;
}

.page-header-image {
  position: relative;
  top: 50%;
  display: block;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.dropdown-icon {
  font-family: 'Simple line icons', sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.dropdown-icon.home-recommendations-delete-dropdown-icon {
  font-size: 20px;
}

.thumbnail-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.margin-left {
  margin-left: 20px;
}

.styleguide-section {
  position: relative;
}

.margin-top {
  margin-top: 20px;
}

.form-actions {
  margin-top: 20px;
}

.photo-zoom-info {
  margin-top: -10px;
  margin-bottom: 20px;
}

.home-button-short-text {
  display: none;
}

.body-about {
  background-color: #57036c;
  color: #e1e1e1;
  font-size: 19px;
  font-weight: 300;
}

.about-section {
  overflow: hidden;
  padding-bottom: 60px;
  border-bottom: 2px solid #4c025f;
  text-align: center;
}

.about-section.about-section-help {
  padding-bottom: 40px;
  border-bottom-style: none;
}

.about-section-title {
  display: inline-block;
  margin-top: 50px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #15c1d4;
  font-size: 15px;
  font-weight: 600;
}

.about-welcome-paragraph {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #00ffba;
  font-size: 32px;
  font-weight: 300;
}

.about-hiw-text {
  position: absolute;
  left: 0px;
  top: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}

.about-hiw-text.about-hiw-text-right {
  text-align: right;
}

.about-hiw-row {
  display: block;
  max-width: 1400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.about-hiw-image-title {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.about-price-text {
  margin-top: 20px;
}

.about-price-size {
  padding: 70px 20px;
  background-image: url('//s3-eu-west-1.amazonaws.com/photocase/comfy/cms/files/files/000/000/425/original/klein.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-price-size.about-price-size-large {
  background-image: url('//s3-eu-west-1.amazonaws.com/photocase/comfy/cms/files/files/000/000/423/original/gross.jpg');
}

.about-price-size.about-price-size-superlarge {
  background-image: url('//s3-eu-west-1.amazonaws.com/photocase/comfy/cms/files/files/000/000/430/original/supergross.jpg');
}

.about-price-size-name {
  color: #fcff00;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-price-size-description {
  margin-top: 10px;
  font-size: 18px;
}

.about-price-size-credits {
  display: inline-block;
  margin-top: 30px;
  padding: 5px 20px;
  border: 3px solid #fff;
  font-weight: 600;
}

.about-price-size-euro {
  margin-top: 5px;
  font-size: 18px;
}

.about-price-description {
  margin-top: 10px;
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 400;
}

.about-price-description-rot {
  color: #fcff00;
}

.about-price-options-title {
  font-size: 26px;
  text-align: left;
}

.about-price-options {
  margin-top: 50px;
}

.about-price-option-text {
  width: 80%;
  float: left;
  text-align: left;
}

.about-price-option-name {
  color: #fcff00;
  font-size: 18px;
  font-weight: 600;
}

.about-price-option-description {
  font-size: 14px;
}

.about-price-option-price {
  width: 20%;
  float: right;
  text-align: right;
}

.about-price-option-price-credits {
  font-size: 18px;
  font-weight: 600;
}

.about-price-option-price-euro {
  color: hsla(0, 0%, 100%, .7);
  font-weight: 300;
}

.about-price-option {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #4c025f;
}

.about-logo {
  width: 50%;
  padding: 5px;
  float: left;
}

.about-customers {
  margin-top: 20px;
}

.about-help {
  margin-top: 20px;
  font-size: 26px;
}

.about-link {
  color: #2e9cc1;
  text-decoration: none;
}

.about-customers-text {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: left;
}

.about-hiw-image-mask {
  position: absolute;
  left: 0px;
  top: 0px;
}

.about-hiw-image-container {
  position: relative;
}

.welcome-question {
  margin-top: 50px;
  color: #eeff31;
  font-size: 26px;
  font-weight: 600;
}

.body-welcome {
  background-color: #117b82;
  color: #ebfffe;
}

.welcome-headline {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #00fff6;
  font-size: 30px;
  text-align: center;
}

.welcome-subheadline {
  font-size: 20px;
}

.welcome-image-caption {
  display: block;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, .49);
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

.welcome-image-caption:hover {
  text-decoration: underline;
}

.welcome-photographer {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.welcome-help {
  font-size: 26px;
  text-align: center;
}

.welcome-link {
  color: #00fff6;
  text-decoration: none;
}

.welcome-link:hover {
  text-decoration: underline;
}

.about-hiw-image-credits {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.about-hiw-image-credits.about-hiw-image-credits-left {
  position: absolute;
  left: 10px;
  right: auto;
  bottom: 10px;
}

.about-price-image-credits {
  display: block;
  margin-right: 10px;
  float: right;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-decoration: none;
}

.about-price-image-credits:hover {
  text-decoration: underline;
}

.about-prices-row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.about-prices-column {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.welcome-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #00fff6;
}

.page-header-headline-home-brand {
  border-bottom: 2px solid #1e7373;
  font-family: 'Open Sans', sans-serif;
  color: #1e7373;
  font-weight: 400;
}

.nav-menu-container {
  float: right;
}

.nav-submit-button {
  height: 60px;
  padding: 0px 10px;
  float: left;
  background-color: #fff;
  font-family: 'Simple line icons', sans-serif;
  color: #999;
  font-size: 28px;
  line-height: 60px;
  text-decoration: none;
}

.nav-submit-button:hover {
  color: #2e9cc1;
}

.nav-search-field-container {
  overflow: hidden;
}

.thumbnail-menu-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 30px;
  background-color: #26d4b1;
  font-family: 'Simple line icons', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  text-decoration: none;
}

.thumbnail-menu-icon:hover {
  background-color: #2ae7c1;
  text-decoration: none;
}

.thumbnail-menu-icon.thumbnail-menu-icon-basket {
  background-color: #abb319;
  text-indent: -2px;
}

.thumbnail-menu-icon.thumbnail-menu-icon-basket:hover {
  background-color: #bec71d;
  text-decoration: none;
}

.thumbnail-menu-icon.thumbnail-menu-icon-like {
  background-color: #d42688;
}

.thumbnail-menu-icon.thumbnail-menu-icon-like:hover {
  background-color: #eb2c98;
  text-decoration: none;
}

.photo-editor-picks-thumbnails {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.photo-editor-picks-thumbnail {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.styleguide-color {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 10px;
  padding: 10px;
  float: left;
  background-color: #009ec4;
  text-align: center;
}

.styleguide-color.styleguide-color-gray-base {
  background-color: #373737;
}

.styleguide-color.styleguide-color-gray-darker {
  background-color: #5c5c5c;
}

.styleguide-color.styleguide-color-gray-dark {
  background-color: #8e8e8e;
}

.styleguide-color.styleguide-color-gray {
  background-color: #bbb;
}

.styleguide-color.styleguide-color-gray-light {
  background-color: #dadada;
}

.styleguide-color.styleguide-color-gray-lighter {
  border: 1px solid #dadada;
  background-color: #f5f5f5;
}

.styleguide-color.styleguide-color-brand-success {
  background-color: #26d4b1;
}

.styleguide-color.styleguide-color-brand-warning {
  background-color: #d9e517;
}

.styleguide-color.styleguide-color-brand-danger {
  background-color: #ff0040;
}

.styleguide-color.styleguide-color-purple-joy {
  background-color: #520266;
}

.styleguide-color.styleguide-color-pertrol-fun {
  background-color: #117b82;
}

.styleguide-color.styleguide-color-pink-lol {
  background-color: #c0355d;
}

.styleguide-color.styleguide-color-blue-cacao {
  background-color: #35b5c0;
}

.styleguide-color-label {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #f5f5f5;
  font-weight: 400;
}

.styleguide-color-label.styleguide-color-label-gray-lighter {
  color: #bbb;
}

.styleguide-colors {
  overflow: hidden;
  margin-right: -10px;
  margin-left: -10px;
}

.modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 10px;
  font-family: 'Simple line icons', sans-serif;
  color: #bbb;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.modal-close:hover {
  color: #009ec4;
  text-decoration: none;
}

.modal-close.lightboxes-widget-close {
  z-index: 30;
  background-color: #fff;
}

.modal-close.comment-widget-close {
  background-color: #fff;
}

.modal-close.lightboxes-sidebar-modal-close {
  display: none;
  color: #095243;
}

.modal-close.lightboxes-sidebar-modal-close:hover {
  color: #000;
}

.modal-close.lightboxes-copy-move-modal-close {
  color: #095243;
}

.modal-close.lightboxes-copy-move-modal-close:hover {
  color: #000;
}

.modal-close.photo-show-modal-close {
  background-color: #f5f5f5;
  font-size: 30px;
  line-height: 30px;
}

.alerts-container {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  padding-right: 15px;
  padding-bottom: 15px;
}

.alert {
  display: inline-block;
  padding: 10px 12px;
  background-color: #26d4b1;
  opacity: 0.9;
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: right;
}

.alert.alert-alert {
  background-color: #ff0040;
}

.alert.alert-with-image {
  position: relative;
  padding-left: 45px;
}

.alert-container {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-align: right;
}

.alert-image {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 38px;
  height: 38px;
  border: 5px solid #26d4b1;
  background-image: url('//s3-eu-west-1.amazonaws.com/photocase/comfy/cms/files/files/000/000/459/original/welcome_buy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.home-blog-notification {
  display: none;
  padding: 15px 20px;
  background-color: #dadada;
  text-align: center;
}

.home-blog-notification-text {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #5c5c5c;
  font-weight: 400;
}

.home-blog-notification-highlight {
  color: #117b82;
  font-weight: 600;
}

.home-blog-notification-link {
  color: #373737;
  font-weight: 600;
  text-decoration: underline;
}

.home-blog-notification-link:hover {
  color: #009ec4;
}

.home-recommendations-headline {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  float: left;
  border-bottom: 2px solid #ff0040;
  color: #ff0040;
  font-size: 16px;
  line-height: 1.2em;
}

.home-recommendations-link {
  display: block;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  float: left;
  border-bottom: 2px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.home-recommendations-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #009ec4;
  color: #009ec4;
  text-decoration: none;
}

.home-recommendations-link.home-recommendations-link-active {
  border-bottom-style: solid;
  border-bottom-color: #5c5c5c;
  color: #5c5c5c;
}

.home-recommendations-link.home-recommendations-link-active:hover {
  border-bottom-color: #5c5c5c;
  color: #5c5c5c;
}

.home-recommendations-header {
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-header-arrow-down {
  position: relative;
  display: none;
  height: 25px;
  margin-top: -25px;
}

.page-header-arrow-down-left {
  position: absolute;
  height: 25px;
}

.page-header-arrow-down-right {
  position: absolute;
  height: 25px;
}

.page-header-arrow-down-center {
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.page-header-mini-subline {
  position: relative;
  padding: 20px;
  background-color: #000;
  text-align: center;
}

.page-header-mini-subline-text {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-weight: 400;
}

.home-recommendations-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
}

.home-recommendations-slider-image {
  height: 220px;
  margin-right: 20px;
}

.home-recommendations-slider-tipp {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.home-recommendations-slider-tipp-image {
  position: relative;
  left: -50%;
  display: block;
}

.home-recommendations-dropdown-toggle {
  padding: 10px 50px 5px 0px;
  border-bottom: 2px solid #ff0040;
  font-family: Montserrat, sans-serif;
  color: #ff0040;
  font-weight: 400;
}

.home-recommendations-dropdown-icon {
  margin-top: 12px;
  margin-right: 30px;
  margin-bottom: 0px;
  font-size: 20px;
}

.home-recommendations-dropdown-link {
  font-weight: 400;
}

.home-recommendations-dropdown-link:hover {
  color: #ff0040;
  text-decoration: none;
}

.home-recommendations-dropdown-list.w--open {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tsr-blog {
  position: relative;
  height: 100%;
  padding: 20px;
  background-color: #520266;
}

.tsr-blog-headline {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #ff0040;
  font-style: italic;
  font-weight: 400;
}

.tsr-blog-text {
  color: #d9e517;
  font-size: 24px;
  font-style: italic;
}

.lightboxes-widget-thumbnail {
  position: relative;
  width: 50%;
  height: 100%;
  margin-left: 50%;
  padding: 20px;
}

.lightboxes-headline {
  margin-top: 10px;
  color: #095243;
  font-size: 30px;
  line-height: 40px;
}

.lightboxes-headline.widget {
  margin-top: 0px;
  font-size: 20px;
}

.lightboxes-headline.copy-move {
  margin-top: 0px;
  font-size: 20px;
}

.lightboxes-widget-thumbnail-image {
  height: 100%;
  background-image: url('');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightboxes-list {
  position: absolute;
  left: 0px;
  top: 140px;
  right: 0px;
  bottom: 20px;
  overflow: auto;
  width: 100%;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 20px;
}

.lightboxes-lightbox {
  position: relative;
  height: 55px;
  margin-bottom: 5px;
  border-bottom: 1px solid #22b89a;
}

.lightboxes-lightbox-thumbnail {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-image: url('');
  background-position: 50% 50%;
  background-size: cover;
}

.lightboxes-lightbox-thumbnail._2 {
  background-image: url('');
}

.lightboxes-lightbox-thumbnail._3 {
  background-image: url('');
}

.lightboxes-lightbox-thumbnail._4 {
  background-image: url('');
}

.lightboxes-lightbox-title {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  color: #095243;
  font-size: 15px;
  line-height: 50px;
  font-weight: 400;
  text-decoration: none;
}

.lightboxes-lightbox-title:hover {
  background-color: rgba(0, 0, 0, .1);
  text-decoration: none;
}

.lightboxes-lightbox-title.selected {
  background-color: rgba(0, 0, 0, .1);
}

.lightboxes-filter-input {
  height: 40px;
  margin-bottom: 0px;
  border-style: none;
  border-radius: 30px;
  font-size: 16px;
}

.input-textarea {
  font-size: 16px;
}

.input-textarea.comment-widget-textarea {
  height: 100px;
}

.lightboxes-lightbox-edit-field {
  height: 50px;
  margin-bottom: 0px;
  border-style: none;
  font-size: 16px;
}

.lightboxes-lightbox-edit-button {
  display: block;
  width: 50px;
  float: right;
  font-family: 'Simple line icons', sans-serif;
  color: #095243;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.lightboxes-lightbox-edit-button:hover {
  color: #000;
  text-decoration: none;
}

.lightboxes-lightbox-edit-button.disabled {
  opacity: 0.5;
}

.lightboxes-lightbox-edit-button.disabled:hover {
  color: #095243;
}

.lightboxes-lightbox-delete-title {
  overflow: hidden;
  padding-left: 10px;
  color: #095243;
  font-size: 15px;
  line-height: 50px;
  font-weight: 400;
}

.modal-dialog {
  position: relative;
  display: block;
  width: 500px;
  max-height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.modal-dialog.lightboxes-modal-dialog {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.modal-dialog.modal-dialog-styleguide {
  position: relative;
  left: 0%;
  top: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-dialog.modal-large {
  width: 700px;
}

.modal-dialog.photos-quick-view-modal-dialog {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1480px;
  padding: 40px;
}

.modal-dialog.lightboxes-widget-modal-dialog {
  width: 700px;
  height: 500px;
}

.lightboxes-filter {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.input-clear {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Simple line icons', sans-serif;
  color: #bbb;
  line-height: 40px;
  text-decoration: none;
}

.input-clear:hover {
  color: #5c5c5c;
  text-decoration: none;
}

.home-recommendations-image {
  position: relative;
  display: inline-block;
}

.home-recommendations-image-credits {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #000;
  color: #b5b5b5;
  font-size: 10px;
  line-height: 17px;
  font-weight: 600;
  text-decoration: none;
}

.home-recommendations-image-credits:hover {
  color: #2e9cc1;
  text-decoration: none;
}

.comment-widget {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.comment-widget-container {
  position: relative;
  background-color: #fff;
}

.comment-widget-controls {
  width: 50%;
  padding: 20px;
  float: left;
}

.comment-widget-comments {
  overflow: scroll;
  width: 50%;
  height: 260px;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.comment-widget-language-info {
  color: #bbb;
  font-size: 12px;
  font-weight: 400;
}

.comment-widget-comment {
  position: relative;
  margin-bottom: 20px;
}

.comment-widget-comment-author-avatar {
  position: absolute;
  border-radius: 20px;
}

.comment-widget-comment-author-avatar-image {
  width: 50px;
  border-radius: 30px;
}

.comment-widget-comment-text-container {
  padding-left: 60px;
}

.comment-widget-comment-headline {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}

.comment-widget-comment-text {
  margin-bottom: 0px;
  font-size: 14px;
}

.subnav-link {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 0px 10px;
  float: left;
  border-bottom: 2px solid transparent;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.subnav-link:hover {
  border-bottom-color: #009ec4;
  color: #009ec4;
  text-decoration: none;
}

.subnav-link.active {
  margin-bottom: 5px;
  border-bottom-color: #5c5c5c;
}

.subnav-link.active:hover {
  color: #5c5c5c;
  text-decoration: none;
}

.subnav-right {
  float: right;
}

.subnav-dropdown-toggle {
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 0px 10px;
  border-bottom: 2px solid transparent;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
}

.subnav-dropdown-toggle:hover {
  border-bottom-style: solid;
  border-bottom-color: #009ec4;
  color: #009ec4;
}

.subnav-dropdown-toggle.w--open {
  border-bottom-color: #5c5c5c;
}

.subnav-dropdown-toggle.selected {
  border-bottom-color: #26d4b1;
}

.subnav-dropdown-toggle.selected:hover {
  border-bottom-color: #009ec4;
}

.subnav-dropdown-toggle.selected.w--open {
  border-bottom-color: #5c5c5c;
}

.subnav-dropdown-toggle.selected.w--open:hover {
  border-bottom-color: #009ec4;
}

.subnav-dropdown-list.w--open {
  width: 400px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  background-color: #5c5c5c;
}

.subnav-dropdown-list._50.w--open {
  width: 200px;
}

.subnav-dropdown-list.right.w--open {
  right: 0px;
}

.subnav-dropdown-list-button-container {
  position: relative;
  width: 50%;
  padding: 10px;
  float: left;
}

.subnav-dropdown-list-button-container._100 {
  width: 100%;
}

.subnav-dropdown-list-button-container._25 {
  width: 25%;
}

.subnav-dropdown-list-button-container._33 {
  width: 33.3333%;
}

.subnav-dropdown-list-button {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #6b6b6b;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.subnav-dropdown-list-button:hover {
  background-color: #489f8d;
  text-decoration: none;
}

.subnav-dropdown-list-button.active {
  background-color: #26d4b1;
}

.subnav-dropdown-list-title {
  margin-top: 10px;
  margin-left: 10px;
  color: #8e8e8e;
  font-size: 16px;
}

.subnav-container {
  overflow: auto;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
}

.subnav-dropdown-list-divider {
  width: 100%;
  height: 10px;
  float: left;
}

.subnav {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}

.subnav.full-width {
  margin-right: 20px;
  margin-left: 20px;
}

.subnav-dropdown-list-delete {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: 'Simple line icons', sans-serif;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}

.subnav-dropdown-list-delete:hover {
  color: #ff0040;
  text-decoration: none;
}

.photos-search-headline {
  margin-top: 5px;
  margin-left: -4px;
}

.photos-search-headline-text {
  position: relative;
  display: block;
  padding: 4px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.photo-search-headline-dropdown-toggle {
  padding: 4px;
  border-bottom: 2px solid #bbb;
  color: #373737;
}

.photo-search-headline-dropdown-toggle:hover {
  border-bottom: 2px solid #009ec4;
  color: #009ec4;
}

.photo-search-headline-dropdown-toggle.w--open {
  border-bottom: 2px solid #009ec4;
  color: #009ec4;
}

.photo-search-headline-dropdown-toggle-text {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.photo-search-headline-dropdown-link {
  color: #373737;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.photo-search-headline-dropdown-link:hover {
  color: #009ec4;
  text-decoration: none;
}

.photo-search-headline-dropdown-list.w--open {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f5f5f5;
}

.photo-search-headline-dropdown {
  display: block;
  float: left;
}

.photo-search-special-image {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url('');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-search-special-image.avatar {
  border-radius: 40px;
  background-image: url('');
}

.photo-search-special-text {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-left: 100px;
  line-height: 1.4em;
}

.photo-search-special-container {
  position: relative;
  height: 80px;
  color: #5c5c5c;
  font-weight: 400;
  text-decoration: none;
}

.photo-search-special-container:hover {
  color: #009ec4;
  text-decoration: none;
}

.photo-search-special-image-multi {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  float: left;
  background-image: url('');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-search-special-text-multi {
  margin-top: 25px;
  margin-left: 10px;
  float: left;
  color: #5c5c5c;
  font-weight: 400;
}

.photo-search-special-text-highlight {
  color: #009ec4;
}

.photo-trends-thumbnails-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.photo-trends-thumbnails {
  width: 100%;
}

.photo-trends-thumbnail {
  width: 25%;
  padding: 20px 20px 60px;
  float: left;
}

.photo-trends-thumbnail-image {
  width: 100%;
  height: 100%;
}

.feedback-widget {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10000;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #26d4b1;
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feedback-widget:hover {
  width: 350px;
  height: 300px;
  padding-top: 5px;
  border-radius: 0px;
  opacity: 1;
}

.feedback-widget.open {
  width: 350px;
  height: 300px;
  padding-top: 5px;
  border-radius: 0px;
  opacity: 1;
}

.feedback-widget-icon {
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-left: -1px;
  font-family: 'Simple line icons', sans-serif;
  color: #f5f5f5;
  font-size: 24px;
  text-align: center;
}

.feedback-widget-form {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.feedback-widget-textarea {
  width: 310px;
  min-height: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  background-color: #f5f5f5;
  color: #5c5c5c;
  font-weight: 400;
}

.feedback-widget-submit {
  border: 3px solid #f5f5f5;
  background-color: transparent;
  font-weight: 400;
}

.feedback-widget-submit:hover {
  background-color: #f5f5f5;
  color: #26d4b1;
}

.feedback-widget-success {
  background-color: transparent;
  color: #f5f5f5;
  font-weight: 400;
  text-align: center;
}

.paging-li {
  float: left;
}

.paging-ul {
  display: inline-block;
  padding-left: 0px;
  text-align: center;
}

.paging-li-button {
  background-color: transparent;
  color: #8e8e8e;
  line-height: 60px;
  font-weight: 400;
}

.paging-li-button:hover {
  color: #009ec4;
}

.paging-li-button.paging-li-button-current-page {
  color: #333;
  font-weight: 700;
}

.paging-li-prev-next {
  background-color: transparent;
  font-family: 'Simple line icons', sans-serif;
  color: #009ec4;
  font-size: 70px;
  line-height: 60px;
}

.paging-li-prev-next:hover {
  color: #45b2d6;
}

.paging-li-prev-next.small {
  font-size: 50px;
}

.paging-li-prev-next.small:hover {
  text-decoration: none;
}

.paging-li-gap {
  display: inline-block;
  padding: 9px;
  color: #5c5c5c;
  line-height: 60px;
}

.photo-trends-day {
  padding: 25px 20px 20px;
  background-color: #26d4b1;
  color: #127561;
  font-size: 30px;
  line-height: 1.2em;
}

.photo-trends-thumbnail-link {
  text-decoration: none;
}

.photo-trends-thumbnail-link:hover {
  text-decoration: none;
}

.dfgfdgfdggdfgdg {
  padding-top: 40px;
}

.photo-show-row {
  display: block;
}

.photo-show-details {
  padding: 30px 30px 20px;
  background-color: #fcfcfc;
}

.photo-show-headline {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 1.2em;
}

.photo-show-tabs {
  margin-top: 20px;
}

.tabs-menu {
  padding-left: 20px;
  border-bottom: 1px solid #373737;
}

.tabs-tab {
  margin-bottom: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: #373737;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.tabs-tab:hover {
  text-decoration: none;
}

.tabs-tab.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #373737 #373737 #f5f5f5;
  background-color: transparent;
}

.tab-content {
  overflow: visible;
  padding-top: 10px;
}

.photo-show-add-to-cart {
  position: relative;
  padding: 20px 30px;
  background-color: #373737;
}

.photo-show-total-price {
  position: absolute;
  top: 50%;
  right: 0px;
  padding-right: 30px;
  padding-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fcfcfc;
  font-size: 25px;
  line-height: 1em;
  font-weight: 600;
  text-align: right;
}

.photo-show-licence-dropdown-toggle {
  display: block;
  padding-left: 15px;
  color: #373737;
  font-size: 18px;
  font-weight: 600;
}

.photo-show-licence-dropdown-toggle:hover {
  color: #009ec4;
}

.photo-show-licence-dropdown-toggle.w--open {
  color: #009ec4;
}

.photo-show-licence-dropdown {
  display: block;
}

.photo-show-licence-dropdown-icon {
  position: relative;
  top: 2px;
  margin-right: 3px;
  font-family: 'Simple line icons', sans-serif;
  font-size: 19px;
}

.photo-show-licence-dropdown-link-icon {
  position: absolute;
  top: 11px;
  font-family: 'Simple line icons', sans-serif;
  color: rgba(0, 0, 0, .8);
  font-size: 17px;
}

.photo-show-licence-dropdown-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f5f5f5;
  color: #373737;
  font-weight: 400;
}

.photo-show-licence-dropdown-link:hover {
  background-color: #009ec4;
}

.photo-show-licence-dropdown-link-price {
  width: 30%;
  float: left;
  color: rgba(0, 0, 0, .8);
  text-align: right;
}

.photo-show-buy-button {
  max-width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px solid #009ec4;
  background-color: transparent;
  color: #009ec4;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.photo-show-buy-button:hover {
  background-color: #009ec4;
  color: #373737;
  text-decoration: none;
}

.photo-show-credits-info {
  margin-top: 20px;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.photo-show {
  position: relative;
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px 20px;
}

.photo-show.photo-show-modal-container {
  overflow: auto;
  height: 100%;
  padding: 35px 25px;
}

.photo-show-tool {
  margin: 10px;
  padding: 5px;
  color: #26d4b1;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.photo-show-tool:hover {
  text-decoration: none;
}

.photo-show-tool.layoutversion {
  color: #8700a8;
}

.photo-show-tool.like {
  color: #ff0040;
}

.photo-show-tool-icon {
  margin-bottom: 5px;
  font-family: 'Simple line icons', sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.photo-show-tools {
  text-align: center;
}

.photo-tools-zoom {
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
  color: #bbb;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
}

.photo-show-more {
  overflow: hidden;
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.collection-teasers {
  margin-top: -10px;
  margin-right: -20px;
  margin-left: -20px;
}

.collection-teaser {
  width: 100%;
  height: 370px;
  padding: 4px;
  border: 1px solid #bbb;
}

.collection-teaser-main-image {
  position: relative;
  width: 66.666%;
  height: 100%;
  float: left;
  border: 4px solid #f5f5f5;
  background-image: url('');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-teaser-main-image.image2 {
  background-image: url('');
  background-size: cover;
}

.collection-teaser-image {
  width: 33.333%;
  height: 33.333%;
  float: left;
  border: 4px solid #f5f5f5;
  background-image: url('');
  background-position: 50% 50%;
  background-size: 170px;
}

.collection-teaser-image.image2 {
  background-image: url('');
  background-size: 170px;
}

.collection-teaser-image.image3 {
  background-image: url('');
  background-size: 170px;
}

.collection-teaser-image.image4 {
  background-image: url('');
  background-size: cover;
}

.collection-teaser-image.image5 {
  background-image: url('');
  background-size: cover;
}

.collection-teaser-image.image6 {
  background-image: url('');
  background-size: cover;
}

.collection-teaser-headline {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1.4em;
  text-align: center;
}

.collection-teaser-headline-background {
  height: 100%;
  background-color: rgba(0, 0, 0, .34);
}

.collection-teaser-container {
  width: 33.333%;
  padding: 20px;
  float: left;
}

.photo-show-infos {
  overflow: hidden;
}

.photo-show-infos.photo-show-info-meta-data {
  color: #8e8e8e;
}

.photo-show-info-left {
  width: 50%;
  float: left;
}

.photo-show-info-right {
  width: 50%;
  float: left;
}

.photo-show-info {
  margin-bottom: 10px;
}

.photo-show-download-info {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #1a977e;
  text-decoration: none;
}

.photo-show-download-info:hover {
  text-decoration: none;
}

.photo-show-download-info-icon {
  position: absolute;
  top: 3px;
  font-family: 'Simple line icons', sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.photo-show-attribution-info {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}

.photo-show-attribution-info-form {
  margin-bottom: 0px;
}

.photo-show-info-tag {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 5px;
  float: left;
  border-radius: 4px;
  background-color: #dadada;
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.photo-show-info-tag:hover {
  background-color: #bbb;
  text-decoration: none;
}

.photo-show-info-tags {
  margin-top: 10px;
  margin-bottom: 15px;
}

.comments.photo-show-comments {
  width: 60%;
}

.comment {
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
}

.comment.first {
  padding-top: 20px;
  border-top: 1px solid #bbb;
}

.comment-user {
  position: absolute;
}

.comment-user-avatar {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

.comment-column {
  margin-left: 120px;
  padding-left: 0px;
}

.comment-details {
  font-size: 14px;
  font-weight: 600;
}

.comment-text {
  margin-top: 10px;
}

.comment-option {
  margin-right: 10px;
  color: #bbb;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.comment-option:hover {
  text-decoration: underline;
}

.comment-form {
  margin-top: 10px;
  margin-bottom: 0px;
}

.photo-show-community {
  position: absolute;
  left: 60%;
  width: 40%;
  margin-top: 20px;
}

.photo-show-comments-headline {
  margin-bottom: 20px;
}

.photo-show-community-container {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid #bbb;
}

.photo-show-liked-too {
  display: block;
  width: 25%;
  height: 120px;
  float: left;
  border: 5px solid #f5f5f5;
  background-image: url('');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-show-liked-too.image2 {
  background-image: url('');
  background-size: 268px;
}

.photo-show-liked-too.image3 {
  background-image: url('');
  background-size: 170px;
}

.photo-show-liked-too.image4 {
  background-image: url('');
  background-size: 170px;
}

.photo-show-liked-too.image5 {
  background-image: url('');
  background-size: 132px;
}

.photo-show-liked-too.image7 {
  background-image: url('');
  background-size: 112px;
}

.photo-show-liked-toos {
  margin-right: -5px;
  margin-bottom: -10px;
  margin-left: -5px;
}

.photo-show-image-column {
  text-align: center;
}

.photo-show-headline-container-mobile {
  display: none;
  text-align: left;
}

.photo-show-licence-dropdown-link-text {
  width: 70%;
  padding-left: 25px;
  float: left;
  color: rgba(0, 0, 0, .8);
}

.photo-show-licence-help {
  display: block;
  margin-bottom: 10px;
  float: left;
  color: #009ec4;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.photo-show-licence-help:hover {
  text-decoration: underline;
}

.photo-show-licence-option-selected {
  position: relative;
  display: block;
  margin-top: 2px;
  padding: 10px 20px 10px 16px;
  background-color: #009ec4;
  color: #373737;
  font-size: 18px;
  font-weight: 400;
}

.photo-size {
  position: relative;
  display: block;
  margin-bottom: 2px;
  padding: 15px 10px 15px 20px;
  background-color: #dadada;
  color: #373737;
  font-weight: 400;
  text-decoration: none;
}

.photo-size:hover {
  background-color: #009ec4;
  text-decoration: none;
}

.photo-size.selected {
  background-color: #009ec4;
}

.photo-size-details {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
}

.photo-size-title {
  color: rgba(0, 0, 0, .8);
  font-size: 20px;
}

.photo-size-price {
  float: right;
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
}

.photo-show-details-container {
  margin-left: 50px;
}

.comment-language-info {
  max-width: 500px;
  margin-top: 10px;
  float: right;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

.comment-language-language {
  border-bottom: 2px solid #ff0040;
  font-weight: 600;
}

.photo-show-download-info-text {
  margin-bottom: 0px;
  padding-left: 25px;
}

.photo-show-download-info-text:hover {
  text-decoration: underline;
}

.photo-show-licence-credits-single {
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
  color: #009ec4;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.photo-show-licence-credits-single:hover {
  text-decoration: underline;
}

.photo-show-licence-credits-single.active {
  font-weight: 700;
}

.loading-notification {
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 0px;
  color: #8e8e8e;
  font-weight: 700;
  text-align: center;
}

.photo-show-is-not-published {
  display: block;
  margin: -20px 10px 20px;
  padding: 20px;
  background-color: #f7c0ce;
  text-align: center;
}

.photo-show-add-to-cart-success-text {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.comments-paging {
  font-size: 0px;
  line-height: 0em;
  text-align: center;
}

.comments-paging-button {
  display: inline-block;
  padding: 3px 9px;
  background-color: #bbb;
  color: #757575;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.comments-paging-button:hover {
  background-color: #009ec4;
  color: #f5f5f5;
  text-decoration: none;
}

.comments-paging-status {
  display: inline;
  margin-right: 15px;
  margin-left: 15px;
  color: #8e8e8e;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.subnav-dummy {
  margin-top: 20px;
  margin-right: -15px;
  margin-left: -15px;
}

.fancy-checkbox {
  position: relative;
  display: block;
  color: #373737;
  text-decoration: none;
}

.fancy-checkbox.subnav-dropdown-checkbox {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  color: #dadada;
  font-size: 15px;
}

.fancy-checkbox-button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  border: 3px solid #26d4b1;
  background-color: transparent;
}

.fancy-checkbox-label {
  padding-left: 32px;
  line-height: 25px;
}

.subnav-dropdown-list-checkboxes {
  margin-bottom: 15px;
  margin-left: 10px;
}

.fancy-checkbox-button-active {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  background-color: #26d4b1;
}

.photo-show-licence-ask {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #009ec4;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.photo-show-licence-ask:hover {
  text-decoration: underline;
}

.comments-list {
  margin-top: 20px;
}

.comment-option-confirm {
  display: inline-block;
}

.comment-option-confirm-question {
  display: inline;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
}

.advent-calendar-body {
  background-color: #5d103b;
}

.advent-calendar-headline {
  color: #e30000;
  font-size: 50px;
  font-weight: 700;
}

.advent-calendar-subline {
  color: #bababa;
  font-size: 26px;
  line-height: 1.4em;
}

.advent-calendar-day {
  margin-top: 40px;
  color: #e30000;
  font-size: 36px;
  line-height: 1.4em;
}

.advent-calendar-image {
  display: block;
  margin: 20px auto 60px;
}

.advent-calendar-sizes {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.advent-calendar-sizes-headline {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.advent-calendar-sizes-link {
  color: #fff;
  text-decoration: none;
}

.advent-calendar-sizes-row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .12);
}

.advent-calendar-sizes-row.last-row {
  border-bottom: 1px none #000;
}

.advent-calendar-tos {
  margin-top: 40px;
  color: hsla(0, 0%, 100%, .24);
}

.photo-show-description {
  width: 60%;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
}

.photo-show-description-headline {
  font-weight: 700;
}

.photo-show-photographer {
  margin-top: -5px;
}

.photo-show-photographer-by {
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}

.photo-show-photographer-name-toggle {
  padding: 5px 25px 5px 5px;
  font-weight: 600;
}

.photo-show-photographer-name-toggle:hover {
  color: #009ec4;
}

.photo-show-photographer-name-toggle.w--open {
  color: #009ec4;
}

.photo-show-photographer-name-toggle.w--open:hover {
  color: #009ec4;
}

.photo-show-photographer-name-icon {
  margin-right: 5px;
}

.photo-show-tool-dropdown {
  margin-top: 10px;
  margin-bottom: 10px;
}

.photo-show-tool-dropdown-toggle {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  color: #5c5c5c;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.photo-show-tool-dropdown-toggle.share {
  color: #a4ac10;
}

.thumbnail-info-social-icon {
  font-family: 'Simple line icons', sans-serif;
}

.thumbnail-info-selected-by {
  display: block;
  color: #bababa;
  text-decoration: none;
}

.thumbnail-info-selected-by:hover {
  color: #009ec4;
  text-decoration: none;
}

.lightboxes-sidebar {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 30;
  width: 350px;
  height: 100%;
  background-color: #26d4b1;
}

.lightboxes-content {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 70px 40px 40px 390px;
}

.lightbox-tools {
  position: absolute;
  top: 0px;
  right: -15px;
}

.lightbox-tools.mobile {
  display: none;
}

.lightbox-tool {
  width: 50px;
  padding: 0px;
  background-color: transparent;
  font-family: 'Simple line icons', sans-serif;
  color: #26d4b1;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.lightbox-tool:hover {
  color: #188d76;
  text-decoration: none;
}

.lightbox-tool.remove {
  color: rgba(191, 54, 93, .8);
}

.lightbox-tool.remove:hover {
  color: #c0355d;
}

.lightbox-tool.buy {
  margin-left: 10px;
}

.lightbox-tool.copy {
  margin-left: 10px;
}

.lightbox-tool.disabled {
  color: #dadada;
}

.lightbox-header {
  position: absolute;
  left: 390px;
  top: 0px;
  right: 55px;
  z-index: 10;
  display: block;
  padding-top: 25px;
  background-color: hsla(0, 0%, 100%, .9);
}

.lightboxes-tools {
  margin-right: -10px;
}

.lightboxes-tool {
  display: block;
  width: 50px;
  margin-top: -5px;
  padding: 0px;
  float: right;
  background-color: transparent;
  font-family: 'Simple line icons', sans-serif;
  color: #095243;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.lightboxes-tool:hover {
  color: #000;
  text-decoration: none;
}

.lightboxes-tool.first {
  padding-left: 10px;
}

.lbw-share-headline {
  margin-top: 0px;
  font-size: 30px;
}

.lightboxes-widget-maximize {
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: 30;
  padding: 10px 5px 10px 10px;
  background-color: #fff;
  font-family: 'Simple line icons', sans-serif;
  color: #bbb;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.lightboxes-widget-maximize:hover {
  color: #009ec4;
  text-decoration: none;
}

.tooltip {
  position: absolute;
  z-index: 10000;
  max-width: 150px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #373737;
  opacity: 0.8;
  color: #bbb;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.tooltip.styleguide {
  position: relative;
}

.thumbnail-tool {
  display: block;
  margin-top: 5px;
  margin-right: 5px;
  padding: 10px;
  float: right;
  border-radius: 2px;
  background-color: #fff;
  font-family: 'Simple line icons', sans-serif;
  color: #bbb;
  line-height: 16px;
}

.thumbnail-tool:hover {
  background-color: #dadada;
  color: #8e8e8e;
  text-decoration: none;
}

.photo-show-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 15px 10px;
  font-family: 'Simple line icons', sans-serif;
  color: #8e8e8e;
  font-size: 24px;
  text-decoration: none;
}

.photo-show-close:hover {
  color: #009ec4;
  text-decoration: none;
}

.comment-subscribe-checkbox {
  margin-bottom: 10px;
}

.comment-subscribe-checkbox-label {
  position: relative;
  top: -1px;
  font-size: 14px;
}

.lightboxes-list-header {
  height: 140px;
  padding: 20px;
  border-bottom: 1px solid #22b89a;
}

.lightboxes-lightbox-info {
  position: absolute;
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  color: rgba(9, 82, 67, .5);
  font-size: 12px;
  font-weight: 600;
}

.lightboxes-lightbox-edit-form-wrapper {
  overflow: hidden;
}

.lightboxes-sidebar-close {
  display: none;
}

.lightboxes-extras-sidebar {
  position: relative;
  height: 500px;
}

.lightboxes-welcome {
  margin-bottom: 0px;
  padding: 20px;
  font-family: 'Indie Flower', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.lightboxes-welcome-link {
  color: #15816b;
  text-decoration: none;
}

.lightboxes-welcome-link:hover {
  text-decoration: underline;
}

.lightbox-widget-add-note {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  margin-bottom: 0px;
  opacity: 0.6;
}

.lightbox-widget-add-note:hover {
  opacity: 1;
}

.lightbox-widget-add-note-input {
  margin-bottom: 0px;
  padding-left: 20px;
  border-style: none;
  color: #5c5c5c;
  font-weight: 400;
}

.lightbox-widget-add-note-icon {
  position: absolute;
  top: 9px;
  font-family: 'Simple line icons', sans-serif;
  color: #bbb;
  font-size: 15px;
}

.modal-backdrop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1040;
  background-color: rgba(0, 0, 0, .5);
}

.modal-content {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}

.modal-content.lightboxes-widget-modal-content {
  padding: 0px;
}

.modal-content.lightboxes-modal-content {
  padding: 0px;
}

.modal-content.photos-quick-view-modal-content {
  padding: 0px;
  background-color: #f5f5f5;
}

.lightboxes-extras-dialog {
  position: relative;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 20px;
  background-color: #fff;
}

.lightboxes-extras-dialog.lightboxes-extras-dialog-copy-move {
  height: 500px;
  padding: 0px;
  background-color: #26d4b1;
}

.lightboxes-prepareing-layoutversion-download {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.modal-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
}

.modal-footer {
  overflow: hidden;
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
}

.lightboxes-tool-dropdown {
  z-index: 901;
  display: block;
  margin-top: -5px;
  float: right;
}

.lightboxes-tool-dropdown-toggle {
  width: 50px;
  padding: 0px;
  font-family: 'Simple line icons', sans-serif;
  color: #095243;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.lightboxes-tool-dropdown-toggle:hover {
  color: #000;
}

.lightboxes-tool-dropdown-toggle.w--open {
  background-color: #fff;
}

.lightboxes-lightbox-dropdown {
  display: block;
  float: right;
}

.lightboxes-lightbox-dropdown-toggle {
  width: 50px;
  padding: 0px;
  font-family: 'Simple line icons', sans-serif;
  color: #095243;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
}

.lightboxes-lightbox-dropdown-toggle:hover {
  color: #000;
}

.lightboxes-lightbox-dropdown-toggle.w--open {
  background-color: #fff;
}

.lightbox-tool-dropdown.display {
  margin-left: 10px;
}

.lightbox-tool-dropdown-toggle {
  display: block;
  width: 50px;
  padding: 0px;
  font-family: 'Simple line icons', sans-serif;
  color: #26d4b1;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
}

.lightbox-tool-dropdown-toggle:hover {
  color: #188d76;
}

.lightboxes-share-form {
  margin-top: 10px;
}

.lightbox-tool-dropdown-list {
  right: 0px;
  width: 400px;
  padding: 10px;
  background-color: #5c5c5c;
}

.lightboxes-show-headline {
  margin-bottom: 0px;
}

.lightboxes-share-open-link {
  position: absolute;
  right: 1px;
  bottom: 1px;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  font-family: 'Simple line icons', sans-serif;
  color: #bbb;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.lightboxes-share-open-link:hover {
  color: #009ec4;
  text-decoration: none;
}

.lightboxes-share-secret-link {
  position: relative;
}

.lightboxes-shared-notice {
  position: relative;
  margin-top: 20px;
  padding: 5px 10px 5px 31px;
  background-color: #f5f5f5;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 400;
}

.lightboxes-shared-notice-icon {
  position: absolute;
  left: 10px;
  top: 6px;
  display: block;
  font-family: 'Simple line icons', sans-serif;
  color: #26d4b1;
  font-size: 16px;
}

.lightboxes-widget-sidebar {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  background-color: #26d4b1;
}

.dropdown-list-divider {
  height: 5px;
  margin-top: 5px;
  margin-right: 17px;
  margin-left: 17px;
  border-top: 1px solid #dadada;
}

.styleguide-subline {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.styleguide-important {
  border-bottom: 1px solid #ff0040;
}

.modal-footer-column {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.modal-footer-column._33 {
  width: 33.333%;
}

.float-left-buttons {
  display: block;
  float: left;
}

.float-right-buttons {
  display: block;
  float: right;
}

.photo-show-add-to-cart-success {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #373737;
}

.photo-show-total-price-container {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
}

.lightboxes-extras-notice {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wfd-info {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 10000;
  width: 200px;
  padding: 10px;
  background-color: #e4e0b8;
  opacity: 0.5;
  color: #8e8e8e;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 400;
}

.wfd-info:hover {
  opacity: 1;
}

.thumbnail-tools {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.lightbox-header-container {
  position: relative;
}

.lightbox-headline {
  overflow: hidden;
  margin: 0px 515px 0px 0px;
  font-size: 30px;
  line-height: 50px;
}

.lightbox-header-open-sidebar {
  position: absolute;
  left: -15px;
  top: 0px;
  display: none;
  width: 50px;
  padding: 0px;
  background-color: transparent;
  font-family: 'Simple line icons', sans-serif;
  color: #26d4b1;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
}

.lightbox-header-open-sidebar:hover {
  color: #188d76;
  text-decoration: none;
}

.lightbox-headline-status {
  color: #8e8e8e;
  font-size: 20px;
}

.thumbnail-selection-indicator {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(38, 212, 177, .5);
}

.lightboxes-share-publish {
  margin-top: 15px;
  float: right;
  color: #009ec4;
  text-decoration: none;
}

.lightboxes-share-publish:hover {
  text-decoration: underline;
}

.lightboxes-modal-select-thumbnail {
  overflow: scroll;
  height: 300px;
}

.lightboxes-modal-select-thumbnail-thumbnail {
  width: 25%;
  height: 110px;
  float: left;
  border: 5px solid #fff;
  background-image: url('');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightboxes-modal-select-thumbnail-thumbnail.selected {
  border-color: #26d4b1;
}

.lightboxes-publish-ask-unpublish {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #b3eee2;
}

.lightboxes-lightbox-action {
  position: absolute;
  top: 12px;
  right: 12px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #095243;
  color: #095243;
  font-size: 12px;
  font-weight: 700;
}

.photo-show-info-map {
  height: 300px;
}

.photo-show-info-more {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #bbb;
  color: #bbb;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.photo-show-info-more:hover {
  border-top-color: #8e8e8e;
  color: #8e8e8e;
  text-decoration: none;
}

html.w-mod-js *[data-ix="scroll-in-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="scroll-in-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="scroll-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  .nav-link {
    width: 250px;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: none;
    border-style: none;
    background-color: #2e9cc1;
    color: #fff;
    text-align: right;
  }
  .nav-link:hover {
    background-color: #2a8fb0;
  }
  .nav-link.nav-link-secondary {
    background-color: #d9d9d9;
    color: gray;
  }
  .nav-link.nav-link-secondary:hover {
    background-color: #c7c7c7;
  }
  .nav-menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
    border: 2px solid #fff;
    color: #fff;
  }
  .nav-menu-button:hover {
    border-color: #2e9cc1;
    background-color: #2e9cc1;
  }
  .nav-menu-button.w--open {
    border-color: #2e9cc1;
    background-color: #2e9cc1;
    color: #fff;
  }
  .container.about-hiw-mobile {
    display: block;
  }
  .section.home-recommendations {
    display: none;
  }
  .section.home-recommendations-mobile {
    display: block;
  }
  .tsr {
    width: 50%;
  }
  .tsr.tsr-double {
    width: 100%;
  }
  .tsr-categories-category {
    line-height: 2em;
  }
  .nav-menu {
    max-width: 728px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
  .nav-dropdown {
    width: 250px;
    margin-right: 0px;
    margin-left: auto;
    float: none;
  }
  .nav-dropdown-link {
    padding: 15px 35px 15px 0px;
    background-color: #2a8fb0;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
  }
  .nav-dropdown-link:hover {
    background-color: #2888a8;
  }
  .nav-dropdown-link.nav-dropdown-link-secondary {
    background-color: #c7c7c7;
    color: gray;
  }
  .nav-dropdown-link.nav-dropdown-link-secondary:hover {
    background-color: #b8b8b8;
  }
  .nav-dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none;
    background-color: #2e9cc1;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: right;
  }
  .nav-dropdown-toggle:hover {
    background-color: #2a8fb0;
  }
  .nav-dropdown-toggle.nav-dropdown-toggle-secondary {
    background-color: #d9d9d9;
    color: gray;
  }
  .nav-dropdown-toggle.nav-dropdown-toggle-secondary:hover {
    background-color: #c7c7c7;
  }
  .nav-links-mobile {
    display: block;
  }
  .upload-subheadline {
    font-size: 20px;
  }
  .thumbnail {
    width: 33.3333%;
  }
  .service-nav {
    padding-right: 20px;
    padding-left: 20px;
  }
  .service-nav-links {
    display: none;
  }
  .service-nav-help {
    position: static;
    text-align: center;
  }
  .page-header-headline.page-header-headline-welcome-referer {
    font-size: 28px;
  }
  .about-section-title.about-section-title-hiw {
    margin-bottom: 30px;
  }
  .about-hiw-text {
    position: static;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .about-hiw-text.about-hiw-text-right {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .about-price-size {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-price-size-name {
    font-size: 30px;
  }
  .about-price-size-description {
    font-size: 15px;
  }
  .about-price-size-credits {
    margin-top: 20px;
  }
  .about-price-description {
    font-size: 14px;
  }
  .about-price-option-text {
    width: 70%;
  }
  .about-price-option-price {
    width: 30%;
  }
  .about-customers-text {
    font-size: 18px;
  }
  .about-hiw-desktop {
    display: none;
  }
  .modal-close.lightboxes-sidebar-modal-close {
    display: block;
    font-size: 30px;
    line-height: 30px;
  }
  .modal-dialog.lightboxes-modal-dialog {
    padding: 20px;
  }
  .modal-dialog.photos-quick-view-modal-dialog {
    padding: 20px;
  }
  .subnav-right {
    display: inline;
    float: none;
  }
  .photo-trends-thumbnails-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .photo-trends-thumbnail {
    width: 33%;
  }
  .paging-li-button {
    display: none;
  }
  .paging-li-gap {
    display: none;
  }
  .dfgfdgfdggdfgdg {
    padding-top: 20px;
  }
  .photo-show-details {
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  .photo-show-add-to-cart {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .photo-show.photo-show-modal-container {
    padding: 20px 10px;
  }
  .collection-teaser-container {
    width: 50%;
  }
  .comments.photo-show-comments {
    width: 100%;
  }
  .comment-column {
    margin-left: 100px;
  }
  .photo-show-community {
    position: static;
    width: 100%;
  }
  .photo-show-community-container {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 1px none #000;
  }
  .photo-show-liked-too {
    width: 20%;
  }
  .photo-show-headline-container-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .photo-show-headline-container {
    display: none;
  }
  .photo-show-image-container {
    margin-right: -20px;
    margin-left: -20px;
  }
  .photo-show-details-container {
    margin-left: 0px;
  }
  .comment-language-info {
    float: none;
    text-align: left;
  }
  .photo-show-description {
    width: 100%;
  }
  .lightboxes-sidebar {
    display: none;
    width: 100%;
  }
  .lightboxes-content {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .lightbox-tools {
    display: none;
  }
  .lightbox-tools.mobile {
    display: block;
  }
  .lightbox-tool {
    font-size: 24px;
  }
  .lightbox-header {
    left: 20px;
    right: 35px;
    padding-top: 15px;
  }
  .lightboxes-sidebar-close {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 10px;
    background-color: transparent;
    font-family: 'Simple line icons', sans-serif;
    color: #1ea88d;
    font-size: 26px;
    text-decoration: none;
  }
  .lightboxes-sidebar-close:hover {
    color: #095243;
    text-decoration: none;
  }
  .photo-show-total-price-container {
    right: 20px;
  }
  .photo-show-tool-text {
    display: none;
  }
  .lightbox-headline {
    margin-right: 85px;
    margin-left: 35px;
    padding-left: 50px;
    font-size: 26px;
    text-align: center;
  }
  .lightbox-header-open-sidebar {
    left: -15px;
    display: block;
  }
  .lightbox-headline-status {
    display: block;
    margin-top: -15px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  .button.button-welcome {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .nav-link {
    margin-right: 20px;
  }
  .nav {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-brand {
    padding-left: 0px;
  }
  .sub-nav {
    margin-right: 20px;
    margin-left: 20px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-section-headline {
    margin-top: 20px;
  }
  .tsr {
    width: 50%;
  }
  .tsr-info {
    height: auto;
  }
  .tsr-image.tsr-image-mobile {
    display: inline-block;
  }
  .tsr-image.tsr-image-desktop {
    display: none;
  }
  .tsr-categories-category {
    font-size: 16px;
  }
  .nav-dropdown {
    margin-right: 20px;
  }
  .upload-subheadline {
    font-size: 28px;
  }
  .upload-files-file-name {
    width: 55%;
  }
  .upload-files-file-info {
    width: 15%;
  }
  .thumbnail {
    width: 50%;
  }
  .paging-button {
    display: none;
  }
  .paging-button.paging-prev-next {
    display: block;
  }
  .paging-button.paging-prev-next.paging-prev-next-disabled {
    display: block;
  }
  .service-nav {
    margin-right: -20px;
    margin-left: -20px;
  }
  .page-header.portrait {
    background-size: 450px 450px;
  }
  .page-header-headline.home {
    font-size: 35px;
  }
  .page-header-headline.page-header-headline-welcome-referer {
    font-size: 26px;
  }
  .page-header-subline-text {
    font-size: 15px;
    line-height: 1.7em;
  }
  .about-hiw-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .about-price-size {
    display: block;
    max-width: 300px;
    margin: 10px auto;
  }
  .welcome-question {
    font-size: 24px;
  }
  .welcome-headline {
    margin-bottom: 20px;
  }
  .welcome-help {
    font-size: 22px;
  }
  .about-prices-column {
    width: 100%;
  }
  .modal-close {
    right: 0px;
  }
  .modal-close.lightboxes-widget-close {
    background-color: transparent;
    color: #1a967d;
  }
  .modal-close.lightboxes-widget-close:hover {
    color: #095243;
  }
  .alerts-container {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .alert {
    display: block;
    text-align: center;
  }
  .alert.alert-with-image {
    padding-right: 45px;
  }
  .home-recommendations-link {
    border-bottom-style: solid;
    border-bottom-color: transparent;
  }
  .lightboxes-widget-thumbnail {
    display: none;
  }
  .modal-dialog {
    width: 100%;
  }
  .modal-dialog.lightboxes-modal-dialog {
    padding: 0px;
  }
  .modal-dialog.photos-quick-view-modal-dialog {
    padding: 0px;
  }
  .photo-trends-thumbnail {
    width: 50%;
  }
  .collection-teaser-container {
    width: 100%;
  }
  .comment-user {
    width: 100px;
  }
  .comment-user-avatar {
    width: 60px;
    height: 60px;
  }
  .comment-column {
    margin-left: 80px;
  }
  .photo-show-liked-too {
    width: 25%;
  }
  .lightboxes-widget-maximize {
    background-color: transparent;
    color: #1a967d;
  }
  .lightboxes-widget-maximize:hover {
    color: #095243;
  }
  .lightboxes-widget-sidebar {
    width: 100%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
  .button.home {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .button.button-welcome {
    display: block;
  }
  .sub-nav-link {
    display: block;
  }
  .sub-nav-link.sub-nav-link-active {
    display: none;
  }
  .nav-link {
    width: auto;
    margin-right: 0px;
  }
  .nav {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-nav {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sub-nav-menu-button-text {
    display: inline;
    color: #2e9cc1;
    font-size: 14px;
    font-weight: 700;
  }
  .sub-nav-menu-button-icon {
    position: relative;
    top: 6px;
    display: inline;
    margin-left: 10px;
    color: #2e9cc1;
  }
  .sub-nav-menu-button {
    padding: 20px;
    float: none;
  }
  .footer-follow-us {
    font-size: 14px;
  }
  .footer-photocase {
    font-size: 12px;
  }
  .nav-container {
    margin-top: 0px;
  }
  .icon {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 25px;
  }
  .container.collection-tools-container {
    text-align: center;
  }
  .collection-tools {
    float: none;
  }
  .collection-status {
    display: none;
  }
  .tsr {
    width: 100%;
  }
  .nav-dropdown {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .a.upload-dropbox {
    line-height: 2.4em;
  }
  .upload-subheadline {
    font-size: 24px;
  }
  .upload-files-file-name {
    width: 100%;
  }
  .upload-files-file-info {
    width: 33%;
    text-align: left;
  }
  .thumbnail {
    width: 100%;
  }
  .service-nav {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .page-header {
    height: 400px;
  }
  .page-header.portrait {
    background-size: 300px 300px;
  }
  .page-header-headline {
    font-size: 30px;
  }
  .page-header-headline.home {
    font-size: 25px;
  }
  .page-header-headline.page-header-headline-welcome {
    font-size: 21px;
  }
  .page-header-headline.page-header-headline-welcome-referer {
    font-size: 16px;
  }
  .page-header-subline-text {
    font-size: 14px;
    line-height: 1.6em;
  }
  .home-button-long-text {
    display: none;
  }
  .home-button-short-text {
    display: inline;
  }
  .about-section {
    padding-bottom: 40px;
  }
  .about-section.about-section-help {
    padding-bottom: 0px;
  }
  .about-section-title {
    font-size: 14px;
  }
  .about-welcome-paragraph {
    margin-top: 20px;
    font-size: 20px;
  }
  .about-hiw-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 18px;
  }
  .about-hiw-text.about-hiw-text-right {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .about-hiw-image-title {
    font-size: 25px;
  }
  .about-price-text {
    font-size: 18px;
  }
  .about-price-description {
    font-size: 12px;
  }
  .about-price-options-title {
    font-size: 18px;
  }
  .about-price-options {
    margin-top: 30px;
  }
  .about-price-option-text {
    width: 100%;
  }
  .about-price-option-name {
    font-size: 16px;
  }
  .about-price-option-description {
    font-size: 12px;
  }
  .about-price-option-price {
    width: 100%;
    text-align: left;
  }
  .about-price-option-price-credits {
    display: inline-block;
    font-size: 16px;
  }
  .about-price-option-price-euro {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
  }
  .about-price-option {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .about-logo {
    width: 50%;
  }
  .about-help {
    font-size: 18px;
  }
  .welcome-question {
    display: none;
    margin-top: 20px;
    font-size: 18px;
  }
  .welcome-headline {
    font-size: 24px;
  }
  .lightboxes-headline.widget {
    font-size: 16px;
  }
  .photo-trends-thumbnail {
    width: 100%;
    padding-bottom: 40px;
  }
  .tabs-menu {
    padding-left: 0px;
  }
  .tabs-tab {
    display: inline-block;
  }
  .photo-show-total-price {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .photo-show-buy-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .comment-user {
    width: 40px;
  }
  .comment-user-avatar {
    width: 40px;
    height: 40px;
  }
  .comment-column {
    margin-left: 60px;
    padding-left: 0px;
  }
  .photo-show-liked-too {
    width: 50%;
  }
  .photo-show-image-container {
    position: relative;
  }
  .advent-calendar-headline {
    font-size: 30px;
  }
  .advent-calendar-subline {
    font-size: 20px;
  }
  .advent-calendar-day {
    margin-top: 20px;
    font-size: 28px;
  }
  .advent-calendar-image {
    margin-bottom: 40px;
  }
  .photo-show-total-price-container {
    position: static;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Simple line icons';
  src: url('//s3-eu-west-1.amazonaws.com/photocase/comfy/cms/files/files/000/001/260/original/Simple-Line-Icons.eot') format('embedded-opentype'), url('//s3-eu-west-1.amazonaws.com/photocase/comfy/cms/files/files/000/001/262/original/Simple-Line-Icons.woff') format('woff'), url('//s3-eu-west-1.amazonaws.com/photocase/comfy/cms/files/files/000/001/261/original/Simple-Line-Icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}