@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400");
.clear:before, .clear:after {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}

.clear:after {
  clear: both;
}

.clear_both {
  clear: both;
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  transition: all .4s .3s ease-in;
}

body, html {
  min-height: 100vh;
}

h2 {
  font-size: 45px;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  font-weight: 400;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.navigation {
  background-color: #fff;
  min-width: 100%;
  height: 66.5px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 9999;
}

@media screen and (max-width: 700px) {
  .navigation {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .wrapper {
    flex-direction: column;
    align-items: baseline;
  }
}

.logo {
  text-align: center;
  margin-right: 30px;
  text-decoration: none;
}

.logo span {
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2px;
  margin-bottom: 3px;
  display: block;
}

.logo h1, .logo h2 {
  font-size: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #787878;
  letter-spacing: 1px;
}

.collapsed-menu {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .collapsed-menu {
    display: none;
  }
}

.collapsed-menu-open {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -260px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 260px;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.collapsed-menu-open .social-icons {
  margin-left: 0;
  border: none;
  height: auto;
  margin: 0;
  border: none;
  height: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.collapsed-menu-open .page-links {
  width: 100%;
  display: block;
  margin-left: 0;
}

.collapsed-menu-open .page-links a {
  float: none;
  display: block;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ham-menu {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .ham-menu {
    display: block;
    margin-left: 45px;
  }
}

@media screen and (max-width: 700px) {
  .ham-menu {
    margin-left: 0;
    position: absolute;
    top: 15px;
    right: 20px;
  }
}

.ham-menu .fa {
  font-size: 25px;
}

.input-wrapper {
  width: 80%;
  position: relative;
  height: 40px;
}

@media screen and (max-width: 1200px) {
  .input-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .input-wrapper {
    min-height: 40px;
    margin-top: 10px;
  }
}

.input-wrapper input {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  border: none;
  position: absolute;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 14px;
  border: 2px solid transparent;
}

.input-wrapper input:focus + button .fa {
  color: #ccc;
}

.input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  height: 100%;
  width: 45px;
}

.input-wrapper button:focus {
  outline: none;
}

.input-wrapper button .fa {
  font-size: 20px;
  color: #787878;
}

.social-icons {
  width: 140px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  list-style: none;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.social-icons li {
  float: left;
}

.social-icons li:first-child {
  margin-right: 26px;
}

.social-icons a {
  display: block;
}

.social-icons a:hover .fa {
  color: #000000;
}

.social-icons a .fa {
  font-size: 20px;
  color: #cccccc;
  transition: all .2s;
}

@media screen and (max-width: 700px) {
  .social-icons {
    width: 100px;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    border-right: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.page-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
}

.about-link {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #cccccc;
  transition: all .2s;
}

.about-link:hover {
  color: #000000;
}

.main {
  padding: 20px;
}

#_flexbar_ {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.loading-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffa3;
  z-index: 99;
}

.download-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 3px;
  background-color: rgba(238, 238, 238, 0.8);
  background-image: url(/assets/img/download-icn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  width: 40px;
  height: 30px;
  display: block;
  z-index: 1;
}

.download-btn:hover {
  cursor: pointer;
}

.info-btn {
  background-color: transparent;
  border: none;
  z-index: 2;
  transition: .3s transform;
  cursor: pointer;
  position: absolute;
  bottom: 6px;
  left: 6px;
}

.info-btn:hover {
  transform: scale(1.05);
}

.info-btn:focus {
  outline: none;
}

.info-btn img {
  width: 20px;
  height: 20px;
}

.close-info-btn {
  border-radius: 3px;
  background-color: black;
  width: 150px;
  height: 40px;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  color: white;
  font-weight: 700;
  text-align: center;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

.close-info-btn:hover {
  transform: scale(1.05);
}

::-webkit-input-placeholder {
  color: #787878;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #787878;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #787878;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #787878;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

input[type=text] {
  transition: all .3s;
}

input[type=text]:focus {
  outline: none;
  border: 2px solid #ccc;
  background-color: white;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

.lightbox .collage-of-images .discount-section ::selection {
  background: #fff;
  color: #333;
  text-shadow: none;
}

.lightbox .collage-of-images .discount-section ::-moz-selection {
  background: #fff;
  color: #333;
  text-shadow: none;
}

.lightbox .collage-of-images .discount-section ::-webkit-selection {
  background: #fff;
  color: #333;
  text-shadow: none;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.gutter-sizer {
  width: 1.6%;
}

.grid {
  width: 79.8%;
  float: left;
}

@media (min-width: 768px) and (max-width: 992px) {
  .grid {
    width: 67%;
  }
}

.sponsor-container {
  width: 19%;
  float: right;
  padding-top: 40px;
  background: #eeeeee;
  position: relative;
  overflow: hidden;
}

.sponsor-container .sponsor-grid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sponsor-container .sponsor-about {
  padding: 0 8px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sponsor-container .sponsor-about img {
  height: 15px;
}

.sponsor-container .sponsor-about span {
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #484848;
}

@media (min-width: 768px) and (max-width: 992px) {
  .sponsor-container {
    width: 32.2%;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .grid,
  .sponsor-container {
    width: 49%;
  }
}

@media (max-width: 500px) {
  .grid,
  .sponsor-container {
    width: 100%;
  }
}

.grid-sizer,
.grid-item {
  width: 23.8%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 49%;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.grid-item,
.sponsor-grid-item {
  float: left;
  margin-bottom: 13px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.grid-item:hover .overlay,
.sponsor-grid-item:hover .overlay {
  opacity: 1;
}

.grid-item .open-image,
.sponsor-grid-item .open-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.grid-item .overlay,
.sponsor-grid-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.grid-item img,
.sponsor-grid-item img {
  width: 100%;
  display: block;
}

.sponsor-grid-sizer,
.sponsor-grid-item {
  width: 92%;
}

.sponsor-grid-item {
  position: relative;
  margin-left: 9px;
}

.open-sponsor-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

#sponsor-end-of-list {
  height: 100%;
}

#sponsor-end-of-list:after {
  content: " ";
  background-color: #FFF;
  height: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.lightbox {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  top: 66.5px;
  left: 0;
  bottom: 0;
  z-index: 501;
  background-color: #000;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  cursor: zoom-out;
}

.lightbox .lightbox-image {
  position: relative;
  height: 75%;
  z-index: 505;
}

.lightbox .lightbox-image:after {
  content: "";
  box-shadow: inset 0 -22px 150px -22px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lightbox .lightbox-image img {
  height: 65vh;
  max-width: 65vw;
  display: block;
}

@media screen and (max-width: 992px) and (orientation: portrait) {
  .lightbox .lightbox-image img {
    object-fit: cover;
  }
}

.lightbox .collage-of-images {
  position: absolute;
  height: 25%;
  z-index: 505;
  top: auto;
  bottom: 0;
  width: 100%;
  max-width: 50vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lightbox .collage-of-images .discount-section {
  cursor: auto;
}

.lightbox .collage-of-images .discount-section p {
  color: #f6f6f6;
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.3;
  letter-spacing: .3px;
  text-align: left;
}

.lightbox .collage-of-images .discount-section .related-photos p {
  margin-bottom: 0;
}

.lightbox .collage-of-images .discount-section .discount p {
  margin-top: 0;
}

.lightbox .collage-of-images svg:not(:root) {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  position: absolute;
}

.lightbox .img-collage {
  display: flex;
}

.lightbox .img-collage:hover .img-display {
  opacity: 0.6;
  transition: 0.3s ease-out;
}

.lightbox .img-collage .img-display {
  margin: 0 16px 2px 3px;
}

.lightbox .img-collage .img-display:hover {
  opacity: 1;
}

.lightbox .img-collage .img-display img {
  width: 100%;
  height: 130px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.lightbox.active {
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.4s ease-in-out;
}

.lightbox-bottom {
  position: absolute;
  height: 15vh;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 502;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.lightbox-bottom .image-author {
  font-size: 15px;
  font-family: "Source Code Pro";
  color: rgba(238, 238, 238, 0.8);
}

.lightbox-bottom .image-author a {
  font-size: 15px;
  font-family: "Source Code Pro";
  color: rgba(238, 238, 238, 0.8);
  text-decoration: none;
}

.lightbox-bottom .image-author:hover {
  cursor: text;
}

.lightbox-bottom .download-btn {
  position: static;
}

.lightbox:target {
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.4s ease-in-out;
}

@media (max-width: 576px) {
  .lightbox-bottom {
    height: 28vh;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .lightbox .collage-of-images {
    margin-right: 8px;
  }
  .lightbox .lightbox-image img {
    height: 55vh;
    max-width: 55vw;
  }
  .lightbox-bottom {
    height: 30vh;
  }
}

@media (max-width: 1200px) {
  .lightbox .collage-of-images {
    max-width: 90vw;
  }
}

.overflow-body {
  overflow: hidden;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 9999;
}

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  padding: 37px;
  overflow: scroll;
  font-family: 'Noto Sans', sans-serif;
}

.modal__content__title {
  font-size: 32px;
  margin-bottom: 37px;
}

.modal__content__subtitle {
  font-size: 26px;
}

.modal__content p {
  font-size: 18px;
}

.modal__content__button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.modal a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.5s color ease;
  text-decoration: none;
  color: #779ae8;
}

.modal a:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.5s color ease;
  text-decoration: none;
  color: #779ae8;
  color: #ff3622;
}

.modal a.before:before, .modal a.after:after {
  content: "";
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  height: 5px;
  height: 0.20rem;
  width: 0;
  background: #ff3622;
}

.modal a.before:before {
  top: -0.25em;
}

.modal a.after:after {
  bottom: -0.25em;
}

.modal a.first:after {
  left: 0;
}

.modal a.before:hover:before, .modal a.after:hover:after {
  width: 100%;
}

.modal-wrapper.open .modal {
  opacity: 1;
}

#modal ol {
  padding: 10px;
  font-size: 18px;
}

#modal ol li {
  padding: 5px;
  margin-left: 30px;
}

#modal ol li a {
  text-decoration: none;
  color: #779ae8;
}

#modal ol li a:hover {
  color: #ff3622;
}

#modal ul {
  padding: 10px;
  font-size: 18px;
}

#modal ul li {
  padding: 5px;
  margin-left: 30px;
}

#modal ul li a {
  text-decoration: none;
  color: #779ae8;
}

#modal ul li a:hover {
  text-decoration: none;
  color: #ff3622;
}

.thanks-modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 999;
}

.thanks-modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.thanks-modal {
  max-width: 400px;
  width: 100%;
  min-height: 170px;
  display: block;
  margin: 50% 0 0 -200px;
  position: relative;
  top: 40%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 500px) {
  .thanks-modal {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    bottom: 0;
    border-radius: 0;
    top: auto;
  }
}

.thanks-modal .content {
  padding-top: 22.5px;
  padding-right: 15px;
  padding-bottom: 22.5px;
  padding-left: 15px;
}

.thanks-modal .content h3 {
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
}

.thanks-modal .content p {
  font-size: 12px;
  line-height: 18px;
}

.thanks-modal .content .social-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .thanks-modal .content .social-buttons {
    flex-direction: column;
  }
}

.thanks-modal .content .social-buttons a {
  padding: 13.5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  transition: .3s all;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .thanks-modal .content .social-buttons a {
    margin-bottom: 10px;
  }
}

.thanks-modal .content .social-buttons a .fa {
  font-size: 20px;
  margin-right: 12.5px;
}

.thanks-modal .content .social-buttons a.fb-button {
  background-color: #3664a2;
  padding-right: 27.5px;
}

.thanks-modal .content .social-buttons a.fb-button:hover {
  background-color: #315b93;
}

.thanks-modal .content .social-buttons a.twitter-button {
  background-color: #1da1f2;
}

.thanks-modal .content .social-buttons a.twitter-button:hover {
  background-color: #0e98ed;
}

.thanks-modal-wrapper.open .thanks-modal {
  margin-top: 170px;
  opacity: 1;
}

.close-modal-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.fb-container-fluid,
.fb-container {
  margin-right: auto;
  margin-left: auto;
}

.fb-container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .fb-container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .fb-container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .fb-container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}

.homepage {
  padding-top: 66.5px;
}

.homepage .main {
  margin-left: 39%;
}

@media screen and (max-width: 1200px) {
  .homepage .main {
    margin-top: 750px;
    margin-left: 0;
  }
}

.homepage .gutter-sizer {
  width: 2%;
}

.homepage .grid {
  width: 100%;
  float: none;
}

.homepage .grid-sizer,
.homepage .grid-item {
  width: 30%;
  cursor: pointer;
}

@media (min-width: 500px) and (max-width: 992px) {
  .homepage .grid-sizer,
  .homepage .grid-item {
    width: 43%;
  }
}

@media (max-width: 500px) {
  .homepage .grid-sizer,
  .homepage .grid-item {
    width: 100%;
  }
}

.free-photo {
  width: 39%;
  background-image: url(/assets/img/free-photo-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  position: fixed;
  top: 107px;
  bottom: 0;
}

.free-photo-overlay {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .free-photo {
    width: 100%;
    height: 750px;
    position: absolute;
    top: 107px;
  }
}

.free-photo .text-wrapper {
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.free-photo .text-wrapper h1 {
  margin: 0;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  font-size: 52px;
  font-weight: 400;
}

.free-photo .text-wrapper h3 {
  margin: 6px 0;
}

.free-photo .text-wrapper h3, .free-photo .text-wrapper a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

.free-photo .text-wrapper a {
  color: #ffffff;
}

.fixed-bottom {
  position: fixed;
}

@media screen and (max-width: 700px) {
  .buy-results,
  .results-page {
    padding-top: 139px;
  }
}

.buy-results h1,
.results-page h1 {
  font-size: 18pt;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-weight: bold;
}

.buy-results .aling-center,
.results-page .aling-center {
  text-align: center;
}

.buy-results .text-result,
.results-page .text-result {
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 65px;
  font-size: 12pt;
  color: #000;
}

.buy-results .text-result ul,
.results-page .text-result ul {
  display: flex;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
}

.buy-results .text-result ul li,
.results-page .text-result ul li {
  list-style-type: none;
}

.buy-results .text-result ul li a,
.results-page .text-result ul li a {
  color: #7d9fe8;
  text-decoration: none;
}

.buy-results .text-result ul li a:hover,
.results-page .text-result ul li a:hover {
  color: #ff3622;
}

.buy-results .grid-item, .buy-results .grid-sizer,
.results-page .grid-item,
.results-page .grid-sizer {
  width: 23.9% !important;
}

.clear {
  margin: 0 auto !important;
}

.no-images {
  height: 100vh;
  padding-top: 66.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 593px) {
  .no-images {
    padding-top: 144px;
  }
}

.no-images-text {
  text-align: center;
}

.no-images-text h2 {
  font-size: 28px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #787878;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}

.no-images-text h3 {
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #b9b9b9;
}

.about-page {
  min-height: 100%;
}

.about-page .left-photo {
  position: fixed;
  top: 107px;
  left: 0;
  bottom: 0;
  width: 39%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -40px;
}

@media screen and (max-width: 1200px) {
  .about-page .left-photo {
    position: absolute;
    width: 100%;
    height: 550px;
    margin-top: 66.5px;
    top: 0;
  }
}

@media screen and (max-width: 700px) {
  .about-page .left-photo {
    margin-top: 144px !important;
  }
}

.about-page .main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
}

@media screen and (max-width: 1200px) {
  .about-page .main {
    margin-top: 617px;
    margin-left: 0;
    height: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 700px) {
  .about-page .main {
    padding: 20px 35px;
    margin-top: 694px;
  }
}

.about-page .main .about-text {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .about-page .main .about-text {
    width: 100%;
  }
}

.about-page .main .about-text h2 {
  font-size: 45px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-weight: 400;
}

.about-page .main .about-text p {
  text-align: left;
  font-size: 16px;
  font-family: 'Source Code Pro', monospace;
  line-height: 1.5;
}

.about-page .main .about-text .team-text {
  font-style: italic;
  font-size: 16px;
  font-family: 'Source Code Pro', monospace;
  font-weight: 300;
  text-align: right;
  margin-top: 50px;
}

.categories-page {
  padding-top: 80px;
}

@media screen and (max-width: 700px) {
  .categories-page {
    padding-top: 140px;
  }
}

.categories-page .categories-title {
  font-size: 45px;
  font-family: "Raleway";
  font-weight: 400;
  color: black;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
}

.categories-page .categories ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.categories-page .categories ul li {
  width: 25%;
  font-size: 16px;
  font-family: "Source Code Pro";
  line-height: 0.7;
  text-align: left;
  padding: 10px 0;
  color: #787878;
}

@media screen and (min-width: 700px) and (max-width: 992px) {
  .categories-page .categories ul li {
    width: 33.33%;
  }
}

@media screen and (min-width: 480px) and (max-width: 700px) {
  .categories-page .categories ul li {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .categories-page .categories ul li {
    width: 100%;
  }
}

.categories-page .categories ul li a {
  text-decoration: none;
  color: #787878;
  transition: color .3s;
}

.categories-page .categories ul li a:hover {
  color: #000000;
}

.buy-results .open-image {
  cursor: pointer;
}

.buy-results .gutter-sizer {
  width: 1.2%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .buy-results .gutter-sizer {
    width: 1.8%;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .buy-results .gutter-sizer {
    width: 1.6%;
  }
}

.buy-results .grid {
  width: 100%;
}

.buy-results .grid-sizer,
.buy-results .grid-item {
  width: 19.05%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .buy-results .grid-sizer,
  .buy-results .grid-item {
    width: 32.1%;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .buy-results .grid-sizer,
  .buy-results .grid-item {
    width: 49%;
  }
}

@media (max-width: 500px) {
  .buy-results .grid-sizer,
  .buy-results .grid-item {
    width: 100%;
  }
}

.image {
  padding-top: 80px;
}

.image h3 {
  color: #787878;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.image .single-image {
  margin-bottom: 20px;
  position: relative;
}

.image .single-image:after {
  content: "";
  box-shadow: inset 0 -22px 150px -22px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image .single-image .single-image-bottom {
  position: absolute;
  height: 70px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 502;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.image .single-image .single-image-bottom .download-btn {
  position: static;
}

.image .single-image .image-author {
  font-size: 15px;
  font-family: "Source Code Pro";
  color: rgba(238, 238, 238, 0.8);
}

.image .single-image .image-author a {
  font-size: 15px;
  font-family: "Source Code Pro";
  color: rgba(238, 238, 238, 0.8);
  text-decoration: none;
}

.image .single-image .image-author:hover {
  cursor: text;
}

.image .single-image img {
  width: 100%;
  display: block;
}

.image .image-ad {
  margin-bottom: 40px;
}

.image .image-tags {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.image .image-tags li a {
  border-radius: 3px;
  background-color: #eeeeee;
  text-decoration: none;
  color: #787878;
  border: 1px solid #d9d9d9;
  font-size: 13px;
  padding: 7.5px 12px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: .3s;
}

.image .image-tags li a:hover {
  background-color: #d9d9d9;
}

.image .single-image-col h3 {
  font-size: 16px;
  text-align: left;
}

.image .premium-images-col .premium-images-top {
  padding: 0 10px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.image .premium-images-col .premium-images-top img {
  height: 15px;
  width: auto !important;
}

.image .premium-images-col .premium-images-top span {
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #484848;
}

.image .premium-images-col .premium-images-wrap {
  background-color: #eeeeee;
  width: 100%;
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.image .premium-images-col .premium-images-wrap a {
  margin-bottom: 10px;
  display: block;
}

.image .premium-images-col .premium-images-wrap a:last-child {
  margin-bottom: 0;
}

.image .premium-images-col .premium-images-wrap img {
  width: 100%;
}

.image .other-images-col h3 {
  font-size: 14px;
  text-align: center;
}

.image .other-images-col .open-image {
  z-index: 1;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.image .other-images-col .open-image:hover .overlay {
  opacity: 1;
}

.image .other-images-col .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.image .other-images-col img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
