@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Playfair+Display:400,700,900,900i|Source+Sans+Pro:400,700&subset=latin-ext");
@font-face {
  font-family: "icons";
  src: url("/frontend/fonts/icons.eot");
  src: url("/frontend/fonts/icons.eot?#iefix") format("eot"), url("/frontend/fonts/icons.woff") format("woff"), url("/frontend/fonts/icons.ttf") format("truetype"); }

.icon-album:before, .icon-arrow-down:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-arrow-up:before, .icon-cart:before, .icon-chevron-down:before, .icon-chevron-left:before, .icon-chevron-right:before, .icon-chevron-up:before, .icon-close:before, .icon-heart-empty:before, .icon-heart:before, .icon-help:before, .icon-home:before, .icon-menu:before, .icon-search:before, .icon-sort:before, .icon-tick:before, .icon-tiles:before, .btn--proceed:before, .btn--cta:after, .btn--fav-link:after, .btn--active-fav-link:after, .form-item__input--search label:before, .flickity-prev-next-button.previous:after, .flickity-prev-next-button.next:after, .site-header__mobile-toggler:before, .editor-content ul li:before, .dropdown__trigger:after, .dropdown__body__close:after, .gallery-views__switch--carousel:before, .gallery-views__switch--grid:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: top; }

.icon-album:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-heart-empty:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-help:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-tick:before {
  content: ""; }

.icon-tiles:before {
  content: ""; }

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

*:before, *:after {
  box-sizing: inherit; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  border-radius: 0; }

img {
  border: 0; }

.clearfix {
  zoom: 1; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button; }

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box; }

input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.alert {
  display: block;
  font-size: .9em;
  line-height: 1.5;
  font-weight: bold;
  color: #343865;
  margin: 1em 0;
  padding: .5em 1em; }
  .alert.alert--success {
    color: #34bc66; }
  .alert.alert--danger {
    color: #c11d1d; }
  .alert.alert--warning {
    color: #df662c; }
  .alert.alert--success-border {
    border: 3px solid #34bc66; }
  .alert.alert--danger-border {
    border: 3px solid #c11d1d; }
  .alert.alert--warning-border {
    border: 3px solid #df662c; }
  .alert ul {
    margin-left: 1.5em; }

.badge {
  pointer-events: none; }
  .badge--premium {
    position: relative;
    min-width: 145px;
    background: url(../img/badge-premium.png) left center no-repeat;
    background-size: 34px;
    height: 34px;
    line-height: 34px;
    font: normal 0.9em "Lato", Helvetica, Arial, sans-serif;
    color: #c19c42;
    text-align: right; }
    .badge--premium:after {
      content: 'Prémium kollekció';
      color: #c19c42;
      line-height: 34px;
      padding-left: 44px; }
  .badge--premium-large {
    background-size: 48px;
    height: 48px;
    line-height: 48px; }
    .badge--premium-large:after {
      font-size: 20px;
      font-weight: normal;
      color: #575757;
      line-height: 48px;
      padding-left: 58px; }
  .badge--premium-logo {
    background: url(../img/badge-premium.png) left center no-repeat;
    background-size: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px; }
  .badge--star {
    width: 110px;
    height: 110px;
    background: url(../img/badge-star.png) center center no-repeat;
    background-size: 110px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1em;
    word-wrap: break-word; }
    .badge--star span {
      display: block;
      font-size: 11px;
      line-height: 1.3;
      color: #575757;
      text-align: center;
      text-transform: uppercase;
      word-wrap: break-word; }
  .badge--sharp, .badge--colors, .badge--wood {
    width: 120px;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.3;
    color: #575757;
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 70px;
    text-align: center; }
  .badge--sharp {
    background-image: url(../img/badge-sharp.png); }
  .badge--colors {
    background-image: url(../img/badge-colors.png); }
  .badge--wood {
    background-image: url(../img/badge-wood.png); }

.btn {
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  background: none;
  border: none;
  border-radius: 2px;
  padding: .85em 1.5em;
  color: #343865;
  cursor: pointer;
  transition: background .2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  outline: none;
  white-space: nowrap; }
  .btn--default {
    height: 48px;
    line-height: 47px;
    color: #343865;
    font-size: 18px;
    background: none;
    border: 1px solid #343865;
    padding: 0 48px;
    text-transform: uppercase;
    white-space: nowrap; }
    .btn--default:hover {
      color: #494e8d;
      border-color: #494e8d; }
  .btn--primary {
    height: 48px;
    line-height: 47px;
    color: #343865;
    font-size: 16px;
    background: #fff;
    border: 0;
    padding: 0 1.5em;
    text-transform: none;
    white-space: nowrap; }
    .btn--primary:hover {
      color: #494e8d;
      border-color: #494e8d; }
  .btn--primary-inverse {
    height: 48px;
    line-height: 47px;
    color: #343865;
    font-size: 16px;
    background: #fff;
    border: 0;
    padding: 0 1.5em;
    text-transform: none;
    white-space: nowrap; }
    .btn--primary-inverse:hover {
      color: #494e8d;
      border-color: #494e8d; }
  .btn--purple {
    background: #7328a4;
    color: #fff; }
    .btn--purple:hover {
      background: #812db9; }
  .btn--blue {
    font-size: .9em;
    height: 30px;
    line-height: 29px;
    background: #446aa4;
    border: 1px solid #355380;
    border-radius: 4px;
    color: #fff;
    padding: 0 1.25em; }
    .btn--blue:hover {
      background: #4871af;
      border: 1px solid #406399; }
  .btn--gray {
    height: 48px;
    line-height: 47px;
    font-size: 12px;
    background: #adadad;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 0 2em;
    text-transform: uppercase; }
    .btn--gray:hover {
      background: #b9b9b9; }
  .btn--proceed:before {
    content: ""; }
  .btn--proceed:before {
    margin-right: 1em; }
  .btn--cta:after {
    content: ""; }
  .btn--cta:after {
    position: relative;
    top: 1px;
    left: 0;
    font-size: 1.2em;
    color: #343865;
    margin-left: .5em; }
  .btn--link {
    color: #575757;
    text-transform: none;
    padding: 0; }
    .btn--link:hover {
      text-decoration: underline; }
  .btn--link-blue {
    color: #446aa4;
    border-bottom: 1px dotted #446aa4;
    text-transform: none;
    padding: 0 0 2px; }
    .btn--link-blue:hover {
      border-bottom: 1px solid #446aa4; }
  .btn--fav-link {
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-block;
    background: #fff;
    border: 0;
    border-radius: 50%;
    text-align: center; }
    .btn--fav-link:after {
      content: ""; }
    .btn--fav-link:after {
      font-size: 28px;
      line-height: 50px;
      color: #cd4a4a;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .btn--fav-link:hover:after {
      color: #c11d1d; }
  .btn--active-fav-link {
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-block;
    background: #fff;
    border: 0;
    border-radius: 50%;
    text-align: center; }
    .btn--active-fav-link:after {
      content: ""; }
    .btn--active-fav-link:after {
      font-size: 28px;
      line-height: 50px;
      color: #cd4a4a;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .btn--active-fav-link:hover:after {
      color: #c11d1d; }
  .btn--fav-link-inverse {
    background: none;
    border-radius: 0; }
    .btn--fav-link-inverse:after {
      color: #fff; }
    .btn--fav-link-inverse:hover:after {
      color: #ca3f3f; }
  .btn--ghost {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important; }
  .btn--dark-blue {
    background-color: #363966;
    color: white; }
  .btn--large {
    line-height: 48px;
    padding: .5em 2em; }
  .btn.is-inactive {
    pointer-events: none;
    opacity: .5; }

@media screen and (max-width: 1320px) {
  .btn--gray {
    padding-left: 1em;
    padding-right: 1em; } }

@media screen and (max-width: 860px) {
  .btn--gray {
    height: 30px;
    line-height: 29px; } }

@media screen and (max-width: 640px) {
  .btn--default {
    padding: 0 2em; } }

.form-row {
  display: block; }

.form-item {
  display: inline-block; }
  .form-item__checkbox, .form-item__radio {
    position: relative; }
    .form-item__checkbox input, .form-item__radio input {
      position: absolute;
      top: 7px;
      left: 10px; }
    .form-item__checkbox label, .form-item__radio label {
      font-size: 20px;
      line-height: 1.5;
      padding-left: 42px; }
      .form-item__checkbox label small, .form-item__radio label small {
        display: block;
        font-size: 15px;
        color: #c6c6c6;
        padding-left: 42px; }
  .form-item__custom-trigger {
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer; }
  .form-item__radio.is-checked .form-item__custom-trigger {
    background-image: url(../img/radio-checked.svg); }
  .form-item__radio .form-item__custom-trigger {
    background-image: url(../img/radio-default.svg); }
  .form-item__input {
    display: block; }
    .form-item__input label {
      display: block;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.7;
      white-space: nowrap; }
      .form-item__input label:after {
        content: ':'; }
    .form-item__input input, .form-item__input__field {
      width: 100%;
      font: normal 1em "Lato", Helvetica, Arial, sans-serif;
      background: #f8f8f8;
      border: 1px solid #c6c6c6;
      border-radius: 4px;
      height: 48px;
      line-height: 48px;
      transition: all .35s ease-in-out;
      padding: 0 1em;
      outline: none; }
      .form-item__input input:focus, .form-item__input__field:focus {
        border-color: #adadad;
        background: #fff; }
    .form-item__input--search label {
      position: relative; }
      .form-item__input--search label:before {
        content: ""; }
      .form-item__input--search label:before {
        font-size: 20px;
        position: absolute;
        right: -2.25em;
        color: #adadad;
        margin: 0 8px 0 3px; }
    .form-item__input--search input {
      padding-left: 2.5em; }
    .form-item__input.has-success label {
      color: #34bc66; }
    .form-item__input.has-success input {
      background: rgba(52, 188, 102, 0.1);
      border: 1px solid #34bc66;
      color: #34bc66; }
    .form-item__input.has-error label {
      color: #c11d1d; }
    .form-item__input.has-error input {
      background: rgba(193, 29, 29, 0.1);
      border: 1px solid #c11d1d;
      color: #c11d1d; }
  .form-item__textarea {
    display: block; }
    .form-item__textarea textarea {
      width: 100%;
      min-height: 150px;
      font: normal 1em/1.5 "Lato", Helvetica, Arial, sans-serif;
      background: #f8f8f8;
      border: 1px solid #c6c6c6;
      border-radius: 4px;
      transition: all .35s ease-in-out;
      padding: 1em;
      outline: none;
      resize: none; }
      .form-item__textarea textarea:focus {
        border-color: #adadad;
        background: #fff; }
  .form-item__search {
    height: auto;
    line-height: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .form-item__search label {
      font-size: 16px;
      font-weight: bold;
      margin-right: .5em; }
    .form-item__search .choices__inner {
      background: #fefefe;
      box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
      padding-top: 0;
      padding-bottom: 0; }
    .form-item__search .choices__input {
      background-color: transparent;
      font-size: 12px; }
    .form-item__search .choices__item {
      color: #575757;
      padding-top: 0;
      padding-bottom: 0;
      height: 30px;
      line-height: 28px; }

.form-additional-fields {
  padding: 0 0 3em 3em; }

.form-hidden {
  display: none; }

@media screen and (max-width: 860px) {
  .form-item__input label {
    font-size: 16px; }
  .form-item__input input {
    height: 36px;
    line-height: 36px; } }

@media screen and (max-width: 640px) {
  .form-item__checkbox label, .form-item__radio label {
    font-size: 16px; }
  .form-item__checkbox input, .form-item__radio input {
    top: 3px; } }

a {
  color: #343865; }

.flickity-prev-next-button {
  width: 55px;
  height: 55px;
  background: rgba(87, 87, 87, 0.8); }
  .flickity-prev-next-button.previous {
    left: -20%; }
    .flickity-prev-next-button.previous:after {
      content: ""; }
  .flickity-prev-next-button.next {
    right: -20%; }
    .flickity-prev-next-button.next:after {
      content: ""; }
  .flickity-prev-next-button:after {
    position: absolute;
    top: 26.5%;
    left: 26.5%;
    font-size: 24px;
    color: #fff; }
  .flickity-prev-next-button:hover {
    background: rgba(87, 87, 87, 0.6); }
  .flickity-prev-next-button svg {
    display: none; }

body {
  background: #fefefe;
  font: normal 14px "Lato", Helvetica, Arial, sans-serif;
  color: #575757;
  overflow-y: scroll;
  text-align: center; }

.page-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.25); }

.wrapper {
  width: 1060px;
  position: relative;
  margin: 0 auto;
  text-align: left; }
  .wrapper--wide {
    width: 1280px; }
  .wrapper--full-width {
    width: 100%; }
  .wrapper--photographers {
    background-image: radial-gradient(50% 150%, rgba(255, 255, 255, 0.5) 50%, rgba(231, 231, 231, 0.5) 100%); }

.single-page-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  background-image: radial-gradient(50% 150%, rgba(255, 255, 255, 0.5) 50%, rgba(231, 231, 231, 0.5) 100%);
  font: normal 20px/1.3 "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.8; }
  .single-page-wrapper .wrapper {
    padding: 3em 5em; }

.site-content {
  min-height: 300px;
  overflow: hidden; }

.photographer {
  margin-top: 1em; }
  .photographer__row {
    display: block;
    margin: 1em 0; }

@media screen and (max-width: 1320px) {
  .page-wrapper {
    overflow: hidden;
    box-shadow: none; }
  .wrapper {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 860px) {
  .single-page-wrapper .wrapper {
    padding: 3em 1em; } }

@media screen and (max-width: 640px) {
  body {
    background: #fff; }
  .wrapper {
    padding: 0 10px; }
  .site-content {
    min-height: 0; } }

.site-header {
  position: relative;
  height: 85px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 50; }
  .site-header .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 85px; }
  .site-header__logo {
    width: 110px;
    height: 70px;
    position: relative;
    display: block;
    margin-top: 10px;
    background: url(../img/logo.svg) no-repeat;
    background-size: 100%; }
  .site-header__cart {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #7328A4;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    padding: .25em 2em .25em 1em;
    vertical-align: middle; }
    .site-header__cart .icon-cart {
      font-size: 25px;
      margin-right: .5em; }
  .site-header__menu {
    position: relative; }
    .site-header__menu ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 85px;
      min-height: 85px;
      max-height: 100%;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      transition: max-height .35s ease-in-out; }
      .site-header__menu ul li {
        position: relative;
        line-height: 85px;
        padding: 0 1.5em; }
        .site-header__menu ul li.icon {
          line-height: 75px; }
          .site-header__menu ul li.icon a {
            vertical-align: middle; }
        .site-header__menu ul li:after {
          content: '/';
          color: #f0f0f0;
          font-size: 2.5em;
          position: absolute;
          top: 0;
          right: -.2em; }
        .site-header__menu ul li:last-child:after {
          display: none; }
        .site-header__menu ul li a {
          color: #575757;
          text-transform: uppercase; }
          .site-header__menu ul li a:hover {
            color: #717171; }
          .site-header__menu ul li a.is-selected {
            color: #343865; }
  .site-header__mobile-toggler {
    width: 100%;
    height: 50px;
    line-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.1em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: none; }
    .site-header__mobile-toggler:before {
      content: ""; }
    .site-header__mobile-toggler:before {
      margin-right: .5em; }

@media screen and (max-width: 1040px) {
  .site-header__menu ul li {
    padding: 0 .5em; }
    .site-header__menu ul li a {
      font-size: 13px; }
    .site-header__menu ul li:after {
      display: none; } }

@media screen and (max-width: 860px) {
  .site-header {
    height: 120px; }
    .site-header .wrapper {
      height: 120px;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; }
    .site-header__logo {
      width: 100px;
      height: 60px;
      margin: 8px 0; }
    .site-header__menu {
      width: 100%;
      height: 50px;
      background: #343865; }
      .site-header__menu ul {
        visibility: hidden;
        max-height: 0;
        height: auto;
        background: rgba(52, 56, 101, 0.9);
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 50px;
        padding: 1em 0; }
        .site-header__menu ul li {
          line-height: 1;
          padding: 0; }
          .site-header__menu ul li a {
            display: block;
            text-align: center;
            color: #fff;
            padding: 1.25em 0; }
            .site-header__menu ul li a:hover {
              background: rgba(52, 56, 101, 0.7);
              color: rgba(255, 255, 255, 0.9); }
      .site-header__menu.is-open ul {
        visibility: visible;
        max-height: 999px; }
      .site-header__menu.is-open .site-header__mobile-toggler {
        opacity: .5; }
    .site-header__mobile-toggler {
      display: block; } }

.site-footer {
  position: relative;
  display: block;
  background: url(../img/footer-bg.jpg) top center repeat-x;
  background-size: cover;
  color: #fff;
  padding: 60px 0; }
  .site-footer .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.footer-col {
  width: 25%; }
  .footer-col__title {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2.25em; }
    .footer-col__title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1em;
      width: 40%;
      height: 1px;
      background: #fff; }
  .footer-col__list {
    margin-left: 1em;
    list-style: none; }
    .footer-col__list li {
      padding: .7em 0; }
      .footer-col__list li a {
        font-size: 1.1em;
        color: #fff; }
        .footer-col__list li a:hover {
          text-decoration: underline; }
  .footer-col .contact-avatar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-col .contact-avatar__image {
      margin-right: 0;
      margin-bottom: 2em; }
      .footer-col .contact-avatar__image img {
        width: 130px;
        height: 130px; }
      .footer-col .contact-avatar__image:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        border-width: 15px 15px 0 15px;
        position: absolute;
        left: calc(50% - 15px);
        bottom: -10px; }
    .footer-col .contact-avatar__title {
      font-size: 25px; }
    .footer-col .contact-avatar__data {
      font-size: 1.1em; }

@media screen and (max-width: 1320px) {
  .site-footer .wrapper {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

@media screen and (max-width: 1040px) {
  .footer-col__title {
    font-size: 22px; } }

@media screen and (max-width: 640px) {
  .site-footer {
    padding: 3em 0; }
    .site-footer .wrapper {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .footer-col {
    width: 100%;
    padding: 0 2em;
    margin-bottom: 2em; }
    .footer-col:last-child {
      width: 100%; } }

.site-title {
  display: block;
  background: url(../img/site-title-bg.jpg) top right no-repeat #fff;
  padding: .75em 0 2em;
  text-align: center; }
  .site-title .wrapper {
    text-align: center; }
  .site-title h1 {
    font: normal 50px/1.5 "Playfair Display", Georgia, serif;
    color: #343865; }
    .site-title h1 b {
      font-weight: bold;
      font-style: italic; }
  .site-title h2 {
    font: normal 20px/1.3 "Lato", Helvetica, Arial, sans-serif;
    color: #343865; }
  .site-title--tiny {
    padding: 2em 0; }
    .site-title--tiny h1 {
      font-size: 40px; }

.home-title {
  position: relative;
  font: normal 55px/1.3 "Playfair Display", Georgia, serif;
  color: #343865;
  margin: .75em 0;
  text-align: center; }
  .home-title b {
    font-style: italic;
    font-weight: bold; }

.page-title {
  display: block;
  background: url(../img/site-title-bg.jpg) top right no-repeat #fff;
  padding: 2em 0;
  text-align: center; }
  .page-title .wrapper {
    text-align: center; }
  .page-title h1 {
    font: normal 55px/1.3 "Lato", Helvetica, Arial, sans-serif;
    color: #343865; }
  .page-title h2 {
    font: normal 27px/1.3 "Lato", Helvetica, Arial, sans-serif;
    color: #343865; }

@media screen and (max-width: 1040px) {
  .site-title h1, .page-title h1 {
    font-size: 42px; }
  .site-title h2, .page-title h2 {
    font-size: 18px; }
  .home-title {
    font-size: 40px; } }

@media screen and (max-width: 860px) {
  .site-title h1, .page-title h1 {
    font-size: 30px; } }

@media screen and (max-width: 640px) {
  .site-title, .page-title {
    padding: 1em 0; }
    .site-title--tiny, .page-title--tiny {
      padding: .75em 0; }
    .site-title h1, .page-title h1 {
      font-size: 26px; }
    .site-title h2, .page-title h2 {
      font-size: 17px; } }

@media screen and (max-width: 420px) {
  .home-title {
    font-size: 30px; } }

.contact-avatar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contact-avatar__image {
    position: relative;
    margin-right: 2em; }
    .contact-avatar__image img {
      width: 160px;
      height: 160px;
      border: 5px solid #fff;
      border-radius: 50%; }
  .contact-avatar__details {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .contact-avatar__title {
    display: block;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: .5em; }
  .contact-avatar__data {
    font-size: 1.3em;
    line-height: 1.5; }
    .contact-avatar__data a {
      color: #fff; }
      .contact-avatar__data a:hover {
        text-decoration: underline; }

@media screen and (max-width: 420px) {
  .contact-avatar__image {
    margin-right: 1em; }
    .contact-avatar__image img {
      width: 130px;
      height: 130px;
      border-width: 3px; }
  .contact-avatar__title {
    font-size: 22px; }
  .contact-avatar__data {
    font-size: 1.1em; } }

.post {
  background-color: white;
  padding: 2em; }
  .post h3 {
    font: normal 26px/1.3 "Lato", Helvetica, Arial, sans-serif;
    color: #446aa4;
    margin-bottom: 1em; }
    .post h3 a {
      color: inherit; }
  .post__body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .post__content {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    width: 60%; }
  .post__image {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    max-width: 39%;
    margin: 0 1rem 1rem 0; }
    .post__image img {
      width: 100%; }
  .post__button {
    margin-top: 2em; }

@media screen and (max-width: 640px) {
  .page-body .post {
    padding: 1em; }
    .page-body .post h3 {
      margin-top: .5em; }
    .page-body .post__button {
      margin: .5em 0; } }

.photographers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5em; }
  .photographers__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 950px;
    min-height: 182px;
    text-align: center;
    margin-top: 4em;
    background: #FFFFFF; }
    .photographers__item .item-photo {
      width: 35%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .photographers__item .item-photo img {
        max-height: 280px;
        margin-top: 2em;
        border-radius: 50%;
        background: #D8D8D8;
        box-shadow: 0 0 50px 5px #D8D8D8; }
      .photographers__item .item-photo h3 {
        font-size: 25px;
        margin: 1em auto;
        color: #363966; }
    .photographers__item .item-text {
      width: 65%;
      text-align: left; }
      .photographers__item .item-text p {
        font-size: 15px;
        line-height: 24px;
        color: #5C5C5C; }
      .photographers__item .item-text .item-link {
        display: inline-block;
        margin-top: 1em;
        opacity: 0.99;
        border: 1px solid #54567B;
        font-size: 16px;
        color: #54567B;
        letter-spacing: 0;
        text-transform: uppercase;
        line-height: 16px;
        padding: .5em 1em; }

@media screen and (max-width: 1040px) {
  .photographers__item {
    padding: 1.5em 0; }
    .photographers__item .item-photo {
      padding: 0 1em; }
      .photographers__item .item-photo img {
        max-width: 100%; } }

@media screen and (max-width: 640px) {
  .photographers__item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em; }
    .photographers__item .item-photo {
      width: 100%; }
    .photographers__item .item-text {
      width: 100%; } }

.editor-content {
  color: #575757;
  font-size: 16px;
  font-weight: normal;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.5; }
  .editor-content div, .editor-content p {
    color: #575757;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 1em; }
  .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
    color: #446aa4;
    font-weight: bold;
    line-height: 1.5;
    margin-top: .7em;
    margin-bottom: .5em; }
    .editor-content h2 a, .editor-content h3 a, .editor-content h4 a, .editor-content h5 a, .editor-content h6 a {
      text-decoration: none; }
      .editor-content h2 a:hover, .editor-content h3 a:hover, .editor-content h4 a:hover, .editor-content h5 a:hover, .editor-content h6 a:hover {
        text-decoration: underline; }
  .editor-content h2 {
    font-size: 1.7em; }
  .editor-content h3 {
    font-size: 1.5em; }
  .editor-content h4 {
    font-size: 1.3em; }
  .editor-content h5 {
    font-size: 1.1em; }
  .editor-content h6 {
    font-size: 1em; }
  .editor-content ul, .editor-content ol {
    width: 96%;
    margin: .8em 0 1.2em 4%; }
  .editor-content ul li, .editor-content ol li {
    list-style-type: disc;
    font-weight: normal; }
  .editor-content ol li {
    list-style-type: decimal; }
  .editor-content ul li {
    padding: .35em 0; }
    .editor-content ul li:before {
      margin-left: -1em;
      margin-right: .5em;
      color: #343865; }
      .editor-content ul li:before:before {
        content: ""; }
  .editor-content a {
    color: #343865;
    text-decoration: underline; }
  .editor-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0; }
    .editor-content table td, .editor-content table th {
      font-size: 1em;
      padding: .5em;
      border-bottom: 1px solid #f0f0f0;
      vertical-align: middle; }
    .editor-content table th {
      color: #343865;
      font-weight: bold; }
  .editor-content .stressed-text {
    color: #343865; }
  .editor-content img {
    max-width: 100%;
    height: auto; }
    .editor-content img[style*="float:left"] {
      border: 5px solid #f0f0f0;
      margin: 0 1em 1em 0; }
    .editor-content img[style*="float:right"] {
      border: 5px solid #f0f0f0;
      margin: 0 0 1em 1em; }
  .editor-content figure.image {
    position: relative;
    max-width: 100%;
    display: block;
    margin: .5em auto; }
    .editor-content figure.image img {
      max-width: 100%;
      position: relative;
      z-index: 200;
      height: auto;
      display: block; }
    .editor-content figure.image figcaption {
      margin: 0;
      padding: 7px;
      background: #f0f0f0;
      font-size: .85em;
      text-align: center; }

@media screen and (max-width: 860px) {
  .editor-content {
    font-size: 14px; }
    .editor-content div, .editor-content p {
      font-size: 14px; } }

.hero-help {
  display: block;
  background: url(../img/footer-bg.jpg) top center fixed repeat-x;
  background-size: cover;
  color: #fff;
  overflow: hidden; }
  .hero-help__title {
    font-size: 50px;
    color: #fff;
    margin: 1.5em 0; }
    .hero-help__title:after {
      content: '';
      width: 140px;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: -.5em;
      left: 50%;
      margin-left: -70px; }
  .hero-help .contact-avatar {
    max-width: 470px;
    margin: 100px auto 80px; }

@media screen and (max-width: 860px) {
  .hero-help .contact-avatar {
    max-width: 80%;
    margin: 2em auto 3em; } }

@media screen and (max-width: 640px) {
  .hero-help__title {
    margin: 1em 0; } }

@media screen and (max-width: 420px) {
  .hero-help__title {
    font-size: 32px; }
  .hero-help .contact-avatar {
    max-width: 95%;
    margin: 2em auto 3em; } }

.hero-quality {
  display: block;
  background: #f7f7f7;
  overflow: hidden; }
  .hero-quality__title {
    margin: 1.25em 0; }
  .hero-quality__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em; }
  .hero-quality__item {
    width: 280px;
    margin: .5em 2em;
    text-align: center; }
    .hero-quality__item img {
      width: 280px;
      height: 280px;
      margin: 0 auto 2.5em;
      border-radius: 50%;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.35); }
    .hero-quality__item h3 {
      font: normal 18px/1.8 "Lato", Helvetica, Arial, sans-serif;
      padding: 0 1em; }
  .hero-quality__subtitle {
    max-width: 75%;
    font: normal 20px/1.8 "Lato", Helvetica, Arial, sans-serif;
    color: #9a9cb2;
    margin: .5em auto 3em auto;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    padding: 40px 60px;
    text-align: center; }

@media screen and (max-width: 1040px) {
  .hero-quality__item {
    width: 220px; }
    .hero-quality__item img {
      width: 220px;
      height: 220px; }
    .hero-quality__item h3 {
      font-size: 15px;
      padding: 0; }
  .hero-quality__subtitle {
    max-width: 85%;
    font-size: 17px;
    padding: 2em; } }

@media screen and (max-width: 860px) {
  .hero-quality__item {
    width: 150px; }
    .hero-quality__item img {
      width: 150px;
      height: 150px; } }

@media screen and (max-width: 640px) {
  .hero-quality__title {
    margin: 1em 0 .5em; }
  .hero-quality__grid {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .hero-quality__item {
    width: 100%;
    margin: 1em 0; }
    .hero-quality__item img {
      width: 60%;
      height: auto;
      margin-bottom: 1em; }
    .hero-quality__item h3 {
      font-size: 20px; }
  .hero-quality__subtitle {
    max-width: 95%;
    font-size: 16px;
    padding: 1.5em; } }

.hero-testimonials {
  display: block;
  background: #fff;
  overflow: hidden;
  padding-bottom: 60px; }
  .hero-testimonials__title {
    font-size: 50px;
    color: #a77281;
    margin: 1.5em 0; }
    .hero-testimonials__title:after {
      content: '';
      width: 140px;
      height: 1px;
      background: #c6c6c6;
      position: absolute;
      bottom: -.5em;
      left: 50%;
      margin-left: -70px; }
  .hero-testimonials__flickity {
    display: block;
    text-align: center;
    margin-bottom: 100px; }
    .hero-testimonials__flickity .flickity-page-dots {
      bottom: -80px; }
      .hero-testimonials__flickity .flickity-page-dots .dot {
        width: 22px;
        height: 22px;
        background: #fff;
        border: 1px solid #a77281;
        opacity: 1; }
        .hero-testimonials__flickity .flickity-page-dots .dot.is-selected {
          background: #a77281; }
  .hero-testimonials__item {
    width: 100%;
    text-align: center; }
    .hero-testimonials__item__body {
      width: 75%;
      position: relative;
      font: normal 18px/1.6 "Lato", Helvetica, Arial, sans-serif;
      color: #c19ca7;
      margin: 0 auto;
      background: #f8f8f8;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
      padding: 40px 60px;
      text-align: center; }
      .hero-testimonials__item__body:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #f8f8f8 transparent transparent transparent;
        border-width: 35px 22px 0 0;
        position: absolute;
        left: 30px;
        bottom: -35px; }
    .hero-testimonials__item__author {
      margin-right: 12.5%;
      line-height: 3;
      text-align: right; }

.is-home .hero-testimonials {
  background: url(../img/hero-shine.png) center center no-repeat #f0f0f0; }
  .is-home .hero-testimonials__item__body {
    background: #fff; }
    .is-home .hero-testimonials__item__body:after {
      border-color-top: #fff; }

@media screen and (max-width: 860px) {
  .hero-testimonials__title {
    margin: .5em 0 1em; }
  .hero-testimonials__flickity {
    margin-bottom: 3em; }
    .hero-testimonials__flickity .flickity-page-dots {
      bottom: -40px; }
  .hero-testimonials__item__body:after {
    display: none; } }

@media screen and (max-width: 640px) {
  .hero-testimonials {
    padding-bottom: 0; }
    .hero-testimonials__flickity {
      margin-bottom: 4em; }
      .hero-testimonials__flickity .flickity-page-dots {
        bottom: -2.5em; }
    .hero-testimonials__item__body {
      width: 90%;
      font-size: 16px;
      padding: 2em; } }

@media screen and (max-width: 420px) {
  .hero-testimonials__title {
    font-size: 36px;
    margin: 1em 0 1.5em; } }

.popup__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background: rgba(62, 57, 84, 0.7);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100; }
  .popup__container:target {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.popup__body {
  position: relative;
  opacity: 0.96;
  background: #FFFFFF;
  padding: 3em;
  width: 60%;
  height: 60%; }

.popup__title {
  font: normal 26px/1.3 "Lato", Helvetica, Arial, sans-serif;
  color: #446AA4;
  letter-spacing: 0;
  margin-bottom: 1em; }

.popup__content {
  font: normal 20px/1.3 "Lato", Helvetica, Arial, sans-serif;
  color: #5C5C5C;
  letter-spacing: 0;
  line-height: 24px; }

.popup__close {
  font: normal 20px/1.3 "Lato", Helvetica, Arial, sans-serif;
  color: #B0B0B0;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin: .5em 0 .5em 10px; }
  .popup__close a {
    color: inherit;
    overflow: auto;
    margin-left: -10px;
    padding-left: 24px; }
    .popup__close a span {
      display: inline-block;
      width: 3px;
      height: 24px;
      border-radius: 3px;
      background: #B0B0B0;
      float: left;
      vertical-align: center; }
      .popup__close a span:first-child {
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .popup__close a span:last-child {
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-left: -3px; }
  .popup__close:first-child {
    float: right;
    -webkit-transform: translate(30px, -40px);
        -ms-transform: translate(30px, -40px);
            transform: translate(30px, -40px); }

.photographer .wrapper {
  margin: 2em auto; }

.photographer__title .wrapper:not(.wrapper--wide) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.photographer__title a {
  background: #F6F6F6;
  font-size: 14px;
  color: #7B7B7B;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: .5em 1em; }

.photographer__title h1 {
  font: normal 50px/1.5 "Lato", Helvetica, Arial, sans-serif;
  color: #343865;
  margin-top: 1em; }

.photographer__title h2 {
  padding-right: 1em;
  font-size: 19px;
  color: #363966;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: normal; }

.photographer__title img {
  border-radius: 100%;
  background: #D8D8D8;
  box-shadow: 0 0 50px 5px #D8D8D8; }

.photographer__col:last-child {
  margin-left: auto; }

.photographer__content {
  background-image: radial-gradient(50% 150%, rgba(255, 255, 255, 0.5) 50%, rgba(231, 231, 231, 0.5) 100%);
  padding: 3em 0 3em;
  font-size: 20px;
  line-height: 25px; }
  .photographer__content p {
    padding: .5em 0; }

.photographer__photos .photo-more__title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-top: 1em; }
  .photographer__photos .photo-more__title::after {
    content: "";
    display: block;
    margin: 1em auto;
    width: 130px;
    height: 1px;
    background-color: #363966; }

.photographer__photos .photo-more__button {
  display: inline-block;
  opacity: 0.99;
  border: 1px solid #54567B;
  font-size: 20px;
  color: #54567B;
  letter-spacing: 0;
  padding: 1em 2em;
  margin: 0 auto;
  text-transform: uppercase; }

@media screen and (max-width: 1040px) {
  .photographer .wrapper {
    margin: 1em auto; }
  .photographer__content {
    padding: 1em 0; } }

@media screen and (max-width: 640px) {
  .photographer .wrapper {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .photographer__col:last-child {
    margin: 0 auto; }
  .photographer__title h1 {
    margin-top: 0;
    font-size: 32px; }
  .photographer__title h2 {
    padding-right: 0; } }

.gallery-grid {
  display: block;
  padding-bottom: 600px;
  background: url(../img/gallery-bg.jpg) bottom center no-repeat #fefefe; }

.gallery-masonry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .gallery-masonry__col {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }

.gallery-brick {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid-column;
  width: 98%; }
  .gallery-brick__image {
    display: block;
    position: relative;
    z-index: 20;
    width: 100%; }
    .gallery-brick__image img {
      width: 100%;
      height: auto;
      transition: -webkit-transform .35s ease-in-out;
      transition: transform .35s ease-in-out;
      object-fit: cover; }
  .gallery-brick__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 30;
    box-shadow: 0 -30px 100px rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    transition: opacity .2s ease-in-out;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em;
    background: rgba(0, 0, 0, 0.6); }
    .gallery-brick__overlay h2 {
      min-width: 40%;
      font-size: 1.1em;
      font-weight: bold;
      line-height: 1.5; }
      .gallery-brick__overlay h2 span {
        display: block;
        font-size: .85em;
        font-weight: normal; }
    .gallery-brick__overlay .btn--fav-link:after {
      font-size: 22px; }
    .gallery-brick__overlay .btn--cta {
      font-size: 14px;
      color: #fff;
      text-transform: none;
      padding: 0; }
      .gallery-brick__overlay .btn--cta:hover {
        text-decoration: underline; }
      .gallery-brick__overlay .btn--cta:after {
        color: #fff;
        display: inline-block; }
  .gallery-brick:hover .gallery-brick__overlay {
    opacity: 1; }
  .gallery-brick:hover .gallery-brick__image img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

@media screen and (max-width: 1040px) {
  .gallery-brick__overlay h2 {
    min-width: 65%; }
  .gallery-brick__overlay .badge--premium {
    min-width: 34px;
    width: 34px;
    margin-left: 1em; }
    .gallery-brick__overlay .badge--premium:after {
      display: none; }
  .gallery-brick__overlay .btn--cta {
    font-size: 0; }
    .gallery-brick__overlay .btn--cta:after {
      font-size: 20px; } }

@media screen and (max-width: 860px) {
  .gallery-grid {
    background-size: 860px;
    padding-bottom: 200px; }
  .gallery-brick__overlay {
    opacity: 1; } }

@media screen and (max-width: 420px) {
  .gallery-brick__overlay .btn--cta {
    display: none; } }

.page-body {
  width: 100%;
  display: block;
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 100;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.25em; }
  .page-body__lead-image {
    display: inline-block;
    float: left;
    margin-right: 1rem;
    max-width: 400px; }
    .page-body__lead-image img {
      width: 100%;
      height: auto; }
  .page-body div, .page-body p {
    color: #5C5C5C;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.25em;
    margin-bottom: 1rem; }
  .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
    color: #446aa4;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.25em;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .page-body h2 a, .page-body h3 a, .page-body h4 a, .page-body h5 a, .page-body h6 a {
      color: #5C5C5C;
      text-decoration: none; }
      .page-body h2 a:hover, .page-body h3 a:hover, .page-body h4 a:hover, .page-body h5 a:hover, .page-body h6 a:hover {
        text-decoration: underline; }
  .page-body h2 {
    font-size: 30px; }
  .page-body h3 {
    font-size: 26px; }
  .page-body h4 {
    font-size: 24px; }
  .page-body h5 {
    font-size: 18px; }
  .page-body h6 {
    font-size: 16px; }
  .page-body hr {
    margin: 2em 0;
    border: none;
    border-bottom: 1px solid #f0f0f0; }
  .page-body ul, .page-body ol {
    width: 96%;
    margin: .8em 0 1.2em 4%; }
  .page-body ul li, .page-body ol li {
    list-style-type: disc;
    font-weight: 100; }
  .page-body ol li {
    list-style-type: decimal; }
  .page-body ul li {
    list-style: none;
    padding: .35em 0; }
    .page-body ul li:before {
      display: inline-block;
      margin: 0 .5em 4px 0;
      content: '';
      width: 4px;
      height: 4px;
      background: #5C5C5C;
      border-radius: 2px; }
  .page-body a {
    color: #5C5C5C;
    text-decoration: none; }
    .page-body a:hover {
      text-decoration: underline; }
    .page-body a.btn {
      color: #fff; }
  .page-body table td,
  .page-body table th {
    font-size: 1em;
    padding: .5em;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle; }
  .page-body table {
    width: 100%;
    border-collapse: collapse;
    margin: .8em 0 1.2em 0;
    float: none; }
    .page-body table.table-tiny td {
      font-size: em(13);
      line-height: 1.25em;
      border-bottom: none;
      padding-right: 0; }
    .page-body table.noborder td,
    .page-body table.noborder th {
      border-bottom: none; }
  .page-body .stressed-text {
    color: #5C5C5C; }
  .page-body figure.image {
    position: relative;
    max-width: 100%;
    display: block;
    margin: .5em auto; }
    .page-body figure.image.video-embed {
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
      .page-body figure.image.video-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .page-body figure.image.open-gallery:after {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 400;
      content: '';
      font-size: 32px;
      color: #fff;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
    .page-body figure.image img {
      max-width: 100%;
      position: relative;
      z-index: 200;
      height: auto;
      display: block; }
    .page-body figure.image figcaption {
      margin: 0;
      padding: 7px;
      background: #ddd;
      font-size: .85em;
      text-align: center; }

@media screen and (max-width: 860px) {
  .page-body table td, .page-body table th {
    padding: .5em .2em; } }

@media screen and (max-width: 420px) {
  .page-body div, .page-body p {
    font-size: 16px; } }

.dropdown__trigger {
  position: relative;
  pointer-events: none;
  text-align: center;
  cursor: pointer; }
  .dropdown__trigger:after {
    content: ""; }
  .dropdown__trigger:after {
    position: absolute;
    top: 0;
    right: 1.5em; }
  .dropdown__trigger em {
    font-style: normal; }

.dropdown__body {
  width: 1280px;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 100;
  background: #f8f8f8;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  padding: 4em 3em 2em 3em;
  display: none; }
  .dropdown__body__list {
    display: block; }
    .dropdown__body__list li {
      width: 25%;
      display: inline-block;
      padding: .5em 0;
      list-style-type: none; }
      .dropdown__body__list li label {
        display: block; }
        .dropdown__body__list li label span {
          font-size: 22px;
          font-weight: bold;
          line-height: 1.7;
          color: #343865; }
        .dropdown__body__list li label input[type=checkbox] {
          position: relative;
          top: -1px;
          pointer-events: none; }
          .dropdown__body__list li label input[type=checkbox]:checked + span {
            color: #7328a4; }
      .dropdown__body__list li ul {
        margin-left: 1em; }
        .dropdown__body__list li ul li {
          width: 100%;
          display: block;
          padding: .25em 0; }
          .dropdown__body__list li ul li label span {
            font-size: 17px;
            font-weight: normal;
            line-height: 1.3; }
  .dropdown__body__close {
    position: absolute;
    top: 0;
    right: 0; }
    .dropdown__body__close:after {
      content: ""; }
    .dropdown__body__close:after {
      margin-left: .75em; }
  .dropdown__body__submit {
    display: block;
    text-align: center; }
    .dropdown__body__submit .btn {
      height: 60px;
      font-size: 18px;
      font-weight: 900;
      text-transform: uppercase;
      margin: 1em auto 0; }
  .dropdown__body.is-open {
    display: block; }

@media screen and (max-width: 1320px) {
  .dropdown__trigger:after {
    right: 5px; }
  .dropdown__body {
    width: 100%;
    padding: 2em 1em 1em 1em; } }

@media screen and (max-width: 420px) {
  .dropdown__body {
    top: 115px; } }

.gallery-controls {
  display: block;
  background: #343865;
  padding: 1em 0; }
  .gallery-controls__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .gallery-controls__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .gallery-controls__group label {
      color: #fff;
      font-size: 1.2em;
      line-height: 48px; }
    .gallery-controls__group .form-item__checkbox {
      width: 100%;
      min-width: 155px;
      margin-right: 2em;
      text-align: left; }
      .gallery-controls__group .form-item__checkbox input {
        top: 3px; }
      .gallery-controls__group .form-item__checkbox label {
        line-height: 24px; }
    .gallery-controls__group .form-item__input {
      width: 400px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center; }
      .gallery-controls__group .form-item__input label {
        margin-right: .5em; }
      .gallery-controls__group .form-item__input--dropdown {
        width: 450px;
        position: relative; }

.gallery-views {
  display: block;
  background: #fefefe;
  padding: 1em 0; }
  .gallery-views .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .gallery-views__switch {
    font-size: 26px;
    color: #343865;
    opacity: .3;
    margin-right: .5em; }
    .gallery-views__switch--carousel {
      font-size: 32px; }
      .gallery-views__switch--carousel:before {
        content: ""; }
    .gallery-views__switch--grid:before {
      content: ""; }
    .gallery-views__switch:hover {
      opacity: .5; }
    .gallery-views__switch.is-selected {
      opacity: 1; }
  .gallery-views__count {
    font-size: 1.1em;
    font-style: italic;
    margin-left: 1em; }
    .gallery-views__count em {
      font-weight: bold; }

@media screen and (max-width: 1320px) {
  .gallery-controls__group .form-item__input {
    width: 330px; } }

@media screen and (max-width: 1040px) {
  .gallery-controls__group .form-item__input {
    width: 280px; }
    .gallery-controls__group .form-item__input--dropdown {
      width: 320px; } }

@media screen and (max-width: 860px) {
  .gallery-controls {
    padding: 0 0 .5em; }
    .gallery-controls__form {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .gallery-controls__group {
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%;
      text-align: left;
      padding: .25em 0; }
      .gallery-controls__group .form-item__input {
        width: 100%; }
        .gallery-controls__group .form-item__input .form-item-label {
          width: 25%;
          margin-right: 1em; }
        .gallery-controls__group .form-item__input--search .form-item-label:before {
          right: -2.75em; } }

@media screen and (max-width: 420px) {
  .gallery-controls__group .form-item__input .form-item-label {
    display: none; }
  .gallery-controls__group .form-item__input--search input {
    padding-left: 1em; } }

@media screen and (max-width: 420px) {
  .gallery-controls__group {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column; } }

.gallery-carousel {
  padding-top: .15em;
  padding-bottom: 560px;
  background: url(../img/gallery-bg.jpg) bottom center no-repeat #fefefe; }
  .gallery-carousel__navigation {
    display: block;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 1em;
    margin-bottom: 1em; }
    .gallery-carousel__navigation__container {
      overflow: hidden;
      max-height: 100px; }
    .gallery-carousel__navigation__item {
      opacity: .4;
      margin: 0 .5em; }
      .gallery-carousel__navigation__item.is-nav-selected {
        opacity: 1; }
      .gallery-carousel__navigation__item img {
        opacity: 0;
        transition: opacity 0.4s; }
        .gallery-carousel__navigation__item img.flickity-lazyloaded, .gallery-carousel__navigation__item img.flickity-lazyerror {
          opacity: 1; }
    .gallery-carousel__navigation .flickity-prev-next-button {
      width: 36px;
      height: 36px; }
      .gallery-carousel__navigation .flickity-prev-next-button.previous {
        left: 10px; }
      .gallery-carousel__navigation .flickity-prev-next-button.next {
        right: 10px; }
      .gallery-carousel__navigation .flickity-prev-next-button:after {
        font-size: 17px; }
  .gallery-carousel__flickity {
    width: 770px;
    height: 480px;
    margin: 2em auto; }
    .gallery-carousel__flickity .flickity-viewport {
      width: 100%; }
    .gallery-carousel__flickity .flickity-prev-next-button {
      top: 60%; }
  .gallery-carousel__item {
    width: 100%;
    text-align: center;
    padding: 1em 1em 0 1em;
    min-height: 480px; }
    .gallery-carousel__item__overlay {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #343865;
      text-align: left;
      margin-bottom: 1em; }
      .gallery-carousel__item__overlay h2 {
        min-width: 70%;
        font-size: 1.3em;
        font-weight: bold;
        line-height: 1.5; }
        .gallery-carousel__item__overlay h2 span {
          display: block;
          font-size: .8em;
          font-weight: normal; }
    .gallery-carousel__item__image {
      max-width: 100%;
      width: auto;
      box-shadow: -5px -4px 10px rgba(0, 0, 0, 0.2);
      opacity: 0;
      transition: opacity 0.4s; }
      .gallery-carousel__item__image.flickity-lazyloaded, .gallery-carousel__item__image.flickity-lazyerror {
        opacity: 1; }
    .gallery-carousel__item__proceed {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 48px;
      text-align: center;
      padding-bottom: 1.5em;
      margin-top: 1.5em; }
      .gallery-carousel__item__proceed .btn {
        margin: 0 .25em;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        transition: box-shadow .3s ease-in-out; }
        .gallery-carousel__item__proceed .btn:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .gallery-carousel__flickity[data-lazyload="false"] img {
    opacity: 1; }

@media screen and (max-width: 1040px) {
  .gallery-carousel__flickity .flickity-prev-next-button.previous {
    left: -10%; }
  .gallery-carousel__flickity .flickity-prev-next-button.next {
    right: -10%; } }

@media screen and (max-width: 860px) {
  .gallery-carousel {
    padding-bottom: 200px;
    background-size: 860px; }
    .gallery-carousel__item__image {
      height: 300px; }
    .gallery-carousel__flickity {
      width: 100%;
      height: auto; }
      .gallery-carousel__flickity .flickity-prev-next-button {
        top: 55%; }
        .gallery-carousel__flickity .flickity-prev-next-button.previous {
          left: -.7em; }
        .gallery-carousel__flickity .flickity-prev-next-button.next {
          right: -.7em; } }

@media screen and (max-width: 640px) {
  .gallery-carousel {
    padding-bottom: 150px;
    background-size: 640px; }
    .gallery-carousel__flickity {
      max-height: 300px; }
    .gallery-carousel__item__image {
      height: 200px; }
    .gallery-carousel__item__overlay .badge--premium {
      min-width: 34px; }
      .gallery-carousel__item__overlay .badge--premium:after {
        display: none; }
    .gallery-carousel__flickity .flickity-prev-next-button {
      width: 36px;
      height: 36px; }
      .gallery-carousel__flickity .flickity-prev-next-button:after {
        font-size: 17px; } }

.gallery-grid {
  display: block;
  padding-bottom: 600px;
  background: url(../img/gallery-bg.jpg) bottom center no-repeat #fefefe; }

.gallery-masonry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .gallery-masonry__col {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }

.gallery-brick {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid-column;
  width: 98%; }
  .gallery-brick__image {
    display: block;
    position: relative;
    z-index: 20;
    width: 100%; }
    .gallery-brick__image img {
      width: 100%;
      height: auto;
      transition: -webkit-transform .35s ease-in-out;
      transition: transform .35s ease-in-out;
      object-fit: cover; }
  .gallery-brick__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 30;
    box-shadow: 0 -30px 100px rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    transition: opacity .2s ease-in-out;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em;
    background: rgba(0, 0, 0, 0.6); }
    .gallery-brick__overlay h2 {
      min-width: 40%;
      font-size: 1.1em;
      font-weight: bold;
      line-height: 1.5; }
      .gallery-brick__overlay h2 span {
        display: block;
        font-size: .85em;
        font-weight: normal; }
    .gallery-brick__overlay .btn--fav-link:after {
      font-size: 22px; }
    .gallery-brick__overlay .btn--cta {
      font-size: 14px;
      color: #fff;
      text-transform: none;
      padding: 0; }
      .gallery-brick__overlay .btn--cta:hover {
        text-decoration: underline; }
      .gallery-brick__overlay .btn--cta:after {
        color: #fff;
        display: inline-block; }
  .gallery-brick:hover .gallery-brick__overlay {
    opacity: 1; }
  .gallery-brick:hover .gallery-brick__image img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

@media screen and (max-width: 1040px) {
  .gallery-brick__overlay h2 {
    min-width: 65%; }
  .gallery-brick__overlay .badge--premium {
    min-width: 34px;
    width: 34px;
    margin-left: 1em; }
    .gallery-brick__overlay .badge--premium:after {
      display: none; }
  .gallery-brick__overlay .btn--cta {
    font-size: 0; }
    .gallery-brick__overlay .btn--cta:after {
      font-size: 20px; } }

@media screen and (max-width: 860px) {
  .gallery-grid {
    background-size: 860px;
    padding-bottom: 200px; }
  .gallery-brick__overlay {
    opacity: 1; } }

@media screen and (max-width: 420px) {
  .gallery-brick__overlay .btn--cta {
    display: none; } }

.autocomplete {
  position: relative;
  display: inline-block;
  width: inherit;
  margin-top: -24px; }
  .autocomplete__wrapper {
    position: absolute;
    background-image: linear-gradient(180deg, #F3F3F3 0%, #D4D4D4 100%);
    border: 1px solid #D7D7D7;
    box-shadow: inset 0 2px 0 0 #FFFFFF;
    border-radius: 3px;
    min-height: 48px;
    line-height: 48px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100; }
    .autocomplete__wrapper input[type="text"] {
      max-width: 400px;
      border: none;
      background: none; }
  .autocomplete .l_phrases {
    position: absolute;
    top: 0;
    left: 0; }
    .autocomplete .l_phrases::after {
      content: ""; }
    .autocomplete .l_phrases::before {
      right: -1.75em; }
  .autocomplete__input {
    position: relative;
    display: none; }
    .autocomplete__input--show, .autocomplete__input:focus, .autocomplete__input:active {
      display: block; }
    .autocomplete__input input {
      position: relative;
      z-index: 100; }
  .autocomplete__list {
    position: relative;
    z-index: 100;
    list-style-type: none;
    min-width: 200px;
    width: 400px;
    display: none;
    overflow: scroll;
    max-height: 300px; }
    .autocomplete__list--opened {
      display: block; }
    .autocomplete__list li {
      cursor: pointer;
      color: #575757;
      padding: 0 1em; }
      .autocomplete__list li:hover {
        background: #acacac; }
  .autocomplete__counter {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    background: linear-gradient(to right, transparent, white 70%, white);
    text-align: right;
    padding-right: .25em; }
  .autocomplete__tags {
    display: none;
    margin-left: 40px;
    max-height: 48px;
    overflow: hidden; }
    .autocomplete__tags--show {
      display: block; }
    .autocomplete__tags--opened {
      overflow: auto;
      max-height: none;
      min-height: 48px; }
      .autocomplete__tags--opened .autocomplete__counter {
        display: none; }
    .autocomplete__tags a {
      display: inline-block;
      padding: 0 1em;
      line-height: 2;
      background: #CDCDCD;
      border: 1px solid #B1B1B1;
      border-radius: 4px;
      margin-right: .25em; }
      .autocomplete__tags a:last-child {
        margin-right: 0; }
      .autocomplete__tags a span {
        margin-left: 5px; }

@media screen and (max-width: 860px) {
  .autocomplete {
    display: block;
    min-height: 50px;
    margin-top: 25px; }
    .autocomplete__wrapper .l_phrases {
      width: 100%; }
      .autocomplete__wrapper .l_phrases:before {
        right: 0; } }

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