@charset "UTF-8";
/*!
Theme Name: Hoża 42
Theme URI: http://hoza42.pl
Description: ...
Version: 1.0
Author: Roogmedia
Author URI: http://roogmedia.pl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flat, white, white-space, books
Text Domain: bookiatryk

This theme, like WordPress, is licensed under the GPL.
*/
/*===================================
=            Reset style            =
===================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

html {
  width: 100%;
  min-height: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  font: 300 16px/1.618 "myriad-pro", Arial, Helvetica, sans-serif;
  color: #000;
  position: relative;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "myriad-pro", Arial, Helvetica, sans-serif;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote, q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

h2 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Anchors */
a {
  outline: 0;
}

a img {
  border: none;
  text-decoration: none;
}

/* Paragraphs */
p {
  margin-bottom: 1.143em;
}

* p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* Quotes */
blockquote {
  font-style: italic;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
@font-face {
  font-display: swap;
}
@media (min-width: 360px) {
  .Container {
    padding: calc(-7.6923076923px + 7.6923076923vw);
  }
}
@media (min-width: 1400px) {
  .Container {
    padding: 100px;
  }
}

.container,
.container-flex {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .container,
.container-flex {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .container,
.container-flex {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  z-index: 2100;
  line-height: 50px;
}
.top-contact .phone {
  display: block;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  padding-left: 40px;
  background: url(images/top-phone.svg) left center no-repeat;
  background-size: 20px 20px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.top-contact .phone:hover {
  opacity: 0.5;
}
.top-contact .lang {
  display: block;
  list-style: none;
  margin: 0;
  margin-left: 25px;
}
.top-contact .lang > li {
  position: relative;
  border: 1px solid #fff;
  line-height: 48px;
  padding: 0 10px;
}
.top-contact .lang > li > span {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  padding-right: 20px;
  background: url(images/arrow-down-white.svg) right center no-repeat;
  background-size: 10px 10px;
  display: block;
}
.top-contact .lang > li:hover {
  background: #fff;
}
.top-contact .lang > li:hover > span {
  color: #000;
  background-image: url(images/arrow-down-black.svg);
}
.top-contact .lang ul {
  position: absolute;
  left: -1px;
  top: 100%;
  background: #fff;
  margin: 0;
  list-style: none;
  right: -1px;
  display: none;
}
.top-contact .lang ul li {
  line-height: 1;
}
.top-contact .lang ul a {
  display: block;
  padding: 15px 10px;
  color: #000;
  font-size: 20px;
  font-weight: 30;
}
.top-contact .lang ul a:hover {
  background: #f1f1f1;
}
.top-contact .lang li:hover ul {
  display: block;
}
@media (max-width: 768px) {
  .top-contact .phone {
    font-size: 21px;
    line-height: 40px;
  }
  .top-contact .lang > li {
    line-height: 38px;
  }
  .top-contact .lang > li > span {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .top-contact {
    right: 20px;
    top: 20px;
  }
  .top-contact .phone {
    font-size: 19px;
    line-height: 40px;
    padding-left: 30px;
    background-size: 15px 15px;
  }
  .top-contact .lang > li {
    line-height: 34px;
  }
  .top-contact .lang > li > span {
    font-size: 16px;
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*End of Zoom in Keyframes */
#header {
  position: relative;
  overflow: hidden;
}
#header #header-carousel .item {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#header #header-carousel .item span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-animation: zoomin 21s ease-in infinite;
          animation: zoomin 21s ease-in infinite;
  -webkit-transition: all 26s ease-in-out;
  -o-transition: all 26s ease-in-out;
  transition: all 26s ease-in-out;
}
/*#header #header-carousel .item:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  content: "";
  z-index: 10;
}*/
#header .slick-prev,
#header .slick-next {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 30;
  text-indent: -9999px;
}
@media (max-width: 1024px) {
  #header .slick-prev,
#header .slick-next {
    display: none;
  }
}
#header .slick-prev {
  background: url(images/arrow-left-white.svg) center no-repeat;
  background-size: 16px 16px;
  left: 30px;
}
#header .slick-prev:hover {
  background: #fff url(images/arrow-left-black.svg) center no-repeat;
  background-size: 16px 16px;
}
#header .slick-next {
  background: url(images/arrow-right-white.svg) center no-repeat;
  background-size: 16px 16px;
  right: 30px;
}
#header .slick-next:hover {
  background: #fff url(images/arrow-right-black.svg) center no-repeat;
  background-size: 16px 16px;
}
#header .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
#header .desc .text {
  display: block;
  width: 100%;
  max-width: 920px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header .desc .text span.title {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 8px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #header .desc .text span.title {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #header .desc .text span.title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#header .desc .text span.logo {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  #header .desc .text span.logo {
    margin-bottom: 20px;
  }
  #header .desc .text span.logo img {
    height: 100px;
  }
}
@media (max-width: 768px) {
  #header .desc .text span.logo {
    margin-bottom: 15px;
  }
  #header .desc .text span.logo img {
    height: 70px;
  }
}
#header .desc .text p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 55px;
}
@media (min-width: 360px) {
  #header .desc .text p {
    font-size: calc(15.5769230769px + 0.6730769231vw);
  }
}
@media (min-width: 1400px) {
  #header .desc .text p {
    font-size: 25px;
  }
}
#header .desc .text .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .desc .text .button a {
  display: block;
  padding: 12px 25px;
  border: 1px solid #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#header .desc .text .button a span {
  padding-right: 25px;
  background: url(images/arrow-down-white.svg) right center no-repeat;
  background-size: 10px 10px;
}
#header .desc .text .button a:hover {
  background: #fff;
  color: #000;
}
#header .desc .text .button a:hover span {
  background-image: url(images/arrow-down-black.svg);
}
@media (max-width: 1024px) {
  #header .desc .text .button a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #header .desc .text .button a {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.fixed-menu-wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #000;
  background: #fff;
  z-index: 1040;
}
.fixed-menu-wrapper .container-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed-menu-wrapper .logo {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
}
.fixed-menu-wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-menu-wrapper ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-menu-wrapper .main-menu {
  margin-right: 40px;
}
.fixed-menu-wrapper .main-menu li {
  margin-left: 50px;
}
.fixed-menu-wrapper .main-menu li:first-child {
  margin-left: 0;
}
.fixed-menu-wrapper .main-menu a {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
}
.fixed-menu-wrapper .main-menu .active a {
  color: var(--main-color);
}
@media (max-width: 1280px) {
  .fixed-menu-wrapper .main-menu li {
    margin-left: 40px;
  }
  .fixed-menu-wrapper .main-menu a {
    font-size: 17px;
  }
}
@media (max-width: 1024ppx) {
  .fixed-menu-wrapper .main-menu li {
    margin-left: 30px;
  }
  .fixed-menu-wrapper .main-menu a {
    font-size: 16px;
  }
}
.fixed-menu-wrapper .lang li {
  position: relative;
}
.fixed-menu-wrapper .lang > li > span {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.5;
  padding-right: 25px;
  background: url(images/arrow-down-black.svg) right center no-repeat;
  background-size: 10px 10px;
}
.fixed-menu-wrapper .lang > li:hover span {
  opacity: 1;
}
.fixed-menu-wrapper .lang ul {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  display: none;
  margin: 0;
  line-height: 1;
}
.fixed-menu-wrapper .lang ul a {
  color: #000;
  display: block;
  padding: 5px 10px;
}
.fixed-menu-wrapper .lang ul a:hover {
  background: #000;
  color: #fff;
}
.fixed-menu-wrapper .lang li:hover ul {
  display: block;
}
@media (max-width: 960px) {
  .fixed-menu-wrapper {
    display: none !important;
  }
}

body.sticky .fixed-menu-wrapper {
  position: fixed;
}
@media (max-width: 1280px) {
  body.sticky .fixed-menu-wrapper {
    height: 56px;
    line-height: 56px;
  }
}

.content-wrapper {
  display: block;
  padding-top: 63px;
  position: relative;
}
@media (max-width: 960px) {
  .content-wrapper {
    padding-top: 0;
  }
}
.content-wrapper .full-section.space {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .content-wrapper .full-section.space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .content-wrapper .full-section.space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .content-wrapper .full-section.space {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.content-wrapper .full-section.gray {
  background-color: #f5f5f5;
}
.content-wrapper .full-section.dark {
  background-color: #d9d9d9;
}
.content-wrapper .subtitle {
  display: block;
  margin-bottom: 55px;
}
.content-wrapper .subtitle.center {
  text-align: center;
}
.content-wrapper .subtitle h3 {
  font-size: 26px;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 360px) {
  .content-wrapper .subtitle h3 {
    font-size: calc(22.8846153846px + 0.8653846154vw);
  }
}
@media (min-width: 1400px) {
  .content-wrapper .subtitle h3 {
    font-size: 35px;
  }
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-wrapper .desc {
  width: 570px;
}
.about-wrapper .desc h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (min-width: 360px) {
  .about-wrapper .desc h3 {
    font-size: calc(19.2307692308px + 0.7692307692vw);
  }
}
@media (min-width: 1400px) {
  .about-wrapper .desc h3 {
    font-size: 30px;
  }
}
.about-wrapper .desc p {
  font-size: 17px;
  margin-bottom: 60px;
}
.about-wrapper .desc .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-wrapper .desc .button a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  padding: 10px 20px 10px 40px;
  border: 1px solid #000;
  line-height: 1;
}
.about-wrapper .desc .button a span {
  padding-right: 50px;
  display: block;
  line-height: 20px;
  background: url(images/search-icon-red.svg) right center no-repeat;
  background-size: 20px 20px;
}
.about-wrapper .desc .button a:hover {
  background: #000;
  color: #fff;
}
.about-wrapper .desc .button a:hover span {
  background-image: url(images/search-icon-white.svg);
}
.about-wrapper .images {
  width: 570px;
}
.about-wrapper .images .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
}
.about-wrapper .images .slick-dots li {
  margin: 0 3px;
}
.about-wrapper .images .slick-dots button {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-indent: -9999px;
  position: relative;
  border: none;
  background: none;
}
.about-wrapper .images .slick-dots button:after {
  display: block;
  width: 16px;
  height: 16px;
  background: #d7d7d7;
  position: absolute;
  left: 7px;
  top: 7px;
  content: "";
  border-radius: 100%;
}
.about-wrapper .images .slick-dots .slick-active button {
  background-color: #d7d7d7;
}
.about-wrapper .images .slick-dots .slick-active button:after {
  background-color: var(--main-color);
}
@media (max-width: 768px) {
  .about-wrapper .images .slick-dots button {
    width: 24px;
    height: 24px;
  }
  .about-wrapper .images .slick-dots button:after {
    width: 14px;
    height: 14px;
    left: 5px;
    top: 5px;
  }
}
@media (max-width: 1200px) {
  .about-wrapper .desc {
    width: 48%;
  }
  .about-wrapper .images {
    width: 48%;
  }
}
@media (max-width: 860px) {
  .about-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-wrapper .desc {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .about-wrapper .desc h3 {
    margin-bottom: 25px;
  }
  .about-wrapper .desc p {
    margin-bottom: 30px;
  }
  .about-wrapper .desc .button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-wrapper .desc .button a {
    font-size: 14px;
    padding: 13px;
    display: block;
  }
  .about-wrapper .images {
    width: 100%;
  }
}

#gallery-carousel {
  margin-bottom: -7px;
}
#gallery-carousel .item {
  background: #252525;
}
#gallery-carousel .item img {
  opacity: 0.15;
  display: block;
  width: 100%;
}
@media (max-width: 1366px) {
  #gallery-carousel .item img {
    max-height: 90vh;
  }
}
#gallery-carousel .slick-current img {
  opacity: 1;
}
#gallery-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 30px;
  position: absolute;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gallery-carousel .slick-dots li {
  margin: 0 3px;
}
#gallery-carousel .slick-dots button {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-indent: -9999px;
  position: relative;
  border: none;
  background: none;
}
#gallery-carousel .slick-dots button:after {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  content: "";
  border-radius: 100%;
}
#gallery-carousel .slick-dots .slick-active button {
  background-color: #fff;
}
#gallery-carousel .slick-dots .slick-active button:after {
  background-color: var(--main-color);
}
@media (max-width: 768px) {
  #gallery-carousel .slick-dots button {
    width: 24px;
    height: 24px;
  }
  #gallery-carousel .slick-dots button:after {
    width: 14px;
    height: 14px;
    left: 5px;
    top: 5px;
  }
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services .col {
  width: 43%;
}
.services hr {
  display: block;
  width: 1px;
  border: none;
  background: var(--main-color);
}
.services ul {
  list-style: none;
  margin: 0;
  font-size: 17px;
  color: #000;
}
.services ul li {
  margin-bottom: 20px;
  padding-left: 44px;
  background: url(images/key.svg) left 5px no-repeat;
  background-size: 20px 20px;
}
@media (max-width: 860px) {
  .services {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services .col {
    width: 100%;
  }
  .services hr {
    display: none;
  }
  .services ul {
    font-size: 16px;
  }
}

.map-thumb {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 32px;
}
.map-thumb a {
  display: block;
}
.map-thumb a:hover {
  opacity: 0.6;
}

.apartments {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.apartments th {
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #e2e2e2;
}
.apartments td {
  padding: 15px 0;
  vertical-align: middle;
  border-bottom: 1px solid #e2e2e2;
}
.apartments tr:last-child td {
  border-bottom: 1px solid #e2e2e2;
}
.apartments td.blueprint-td {
  width: 170px;
}
.apartments td.ask-td {
  width: 147px;
}
.apartments .green {
  color: #11b400;
}
.apartments .red {
  color: #D9042B;
}
.apartments .blueprint {
  color: #000;
  text-transform: uppercase;
  padding-right: 30px;
  background: url(images/file-upload.svg) right center no-repeat;
  background-size: 20px 20px;
}
.apartments a.blueprint:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.apartments span.blueprint {
  opacity: 0.5;
}
.apartments .button {
  display: inline-block;
  padding: 7px 30px;
  color: #000;
  border: 1px solid #d3d3d3;
}
.apartments .button span {
  display: block;
  font-weight: bold;
  padding-right: 30px;
  line-height: 20px;
  background: url(images/comment-edit.svg) right center no-repeat;
  background-size: 20px 20px;
}
.apartments em.button {
  opacity: 0.5;
  font-style: normal;
}
.apartments a.button:hover {
  background: #e7e7e7;
  border-color: #e7e7e7;
}
@media (max-width: 960px) {
  .apartments {
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .apartments thead, .apartments tbody, .apartments tr, .apartments td {
    display: block;
    width: 100%;
  }
  .apartments thead {
    display: none;
  }
  .apartments tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e1e1e1;
  }
  .apartments td {
    width: 100%;
  }
  .apartments td.blueprint-td,
.apartments td.ask-td {
    width: 50%;
    border-bottom: none;
    text-align: center;
  }
  .apartments td {
    text-align: right;
    padding: 4px 0;
    border-bottom: none;
  }
  .apartments td:before {
    content: attr(data-title);
    font-size: 14px;
    float: left;
  }
  .apartments tr:last-child td {
    border: none;
  }
  .apartments a {
    font-weight: bold;
  }
  .apartments .button {
    padding: 0;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
  }
  .apartments a.button:hover {
    background: #fff;
    border: none;
    color: var(--main-color);
    text-decoration: underline;
  }
}

.info-flex {
  display: block;
}
.info-flex .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -50px;
}
.info-flex .row:first-child {
  margin-top: 0;
}
.info-flex .row .desc {
  width: 540px;
}
.info-flex .row .desc h3 {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 55px;
}
.info-flex .row .image {
  width: 540px;
}
.info-flex .row:nth-child(even) .desc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.info-flex .row:nth-child(even) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1200px) {
  .info-flex .row .desc {
    width: 48%;
  }
  .info-flex .row .image {
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .info-flex .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
  }
  .info-flex .row .desc {
    width: 100%;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 20px;
  }
  .info-flex .row .image {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

.location-desc {
  text-align: center;
}

.acf-map {
  display: block;
  width: 100%;
  height: 430px;
}

.footer-wrapper {
  display: block;
  padding: 60px 0;
  background: #000;
  color: #fff;
  font-size: 12px;
}
.footer-wrapper .container-flex .col {
  width: 25%;
}
.footer-wrapper .container-flex .col:last-child {
  text-align: right;
}
.footer-wrapper .container-flex h4 {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
.footer-wrapper .container-flex hr {
  display: block;
  width: 65px;
  height: 1px;
  border: none;
  background: #fff;
  margin: 25px 0;
}
.footer-wrapper .container-flex a {
  color: #fff;
}
.footer-wrapper .container-flex a:hover {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .footer-wrapper .container-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-wrapper .container-flex .col {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-wrapper .container-flex .col:nth-child(3), .footer-wrapper .container-flex .col:nth-child(4) {
    margin-bottom: 0;
  }
  .footer-wrapper .container-flex .col:last-child {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .footer-wrapper .container-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-wrapper .container-flex .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-wrapper .container-flex .col:nth-child(3), .footer-wrapper .container-flex .col:nth-child(4) {
    margin-bottom: 30px;
  }
  .footer-wrapper .container-flex .col:last-child {
    margin-bottom: 0;
  }
}

.copyright {
  display: block;
  padding: 15px 0;
  background: #131313;
  font-size: 12px;
  color: #e5e4e6;
}
.copyright .container-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.copyright a {
  color: #e5e4e6;
}

#kontakt .container {
  background: url(images/grzegorz-wysok.png) right bottom no-repeat;
  padding-top: 100px;
  padding-bottom: 60px;
}
#kontakt .contact-wrapper {
  display: block;
  width: 100%;
  max-width: 580px;
}
#kontakt .contact-wrapper p.claim {
  font-size: 20px;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
#kontakt .contact-wrapper p.name {
  font-size: 40px;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: var(--main-color);
  margin-bottom: 30px;
}
#kontakt .contact-wrapper p.contact-info {
  font-size: 20px;
}
#kontakt .contact-wrapper p.contact-info a {
  color: #000;
}
#kontakt .contact-wrapper p.contact-info a:hover {
  text-decoration: underline;
}
#kontakt .contact-wrapper hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background: #000;
  margin: 30px 0;
}
#kontakt .contact-wrapper div.form-info {
  font-size: 12px;
  line-height: 1.2;
}
#kontakt .contact-wrapper div.form-info a {
  color: #000;
  text-decoration: underline;
}
#kontakt .contact-wrapper form {
  margin-bottom: 20px;
}
#kontakt .contact-wrapper form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#kontakt .contact-wrapper form .flex .col {
  width: 32%;
  margin-right: 2%;
}
#kontakt .contact-wrapper form .flex .col:last-child {
  margin-right: 0;
}
#kontakt .contact-wrapper form .flex input, #kontakt .contact-wrapper form .flex button {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 44px;
  padding: 0 15px;
  font-size: 18px;
  color: #000;
  border: none;
}
#kontakt .contact-wrapper form .flex button {
  line-height: 42px;
  border: 1px solid #000;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background: none;
}
#kontakt .contact-wrapper form .flex button:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1024px) {
  #kontakt .container {
    background: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #kontakt .contact-wrapper {
    margin: 0 auto;
  }
  #kontakt .contact-wrapper p.name {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  #kontakt .contact-wrapper p.name {
    font-size: 32px;
  }
  #kontakt .contact-wrapper form .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #kontakt .contact-wrapper form .flex .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #kontakt .contact-wrapper form .flex input {
    text-align: center;
  }
}

#overlay-contact-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.69);
}
#overlay-contact-wrapper.displaynone {
  display: none !important;
}
@media (max-width: 768px) {
  #overlay-contact-wrapper {
    overflow-y: scroll;
  }
}
#overlay-contact-wrapper .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  position: relative;
  z-index: 1200;
  background: #fff;
  margin: 100px auto;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 30px rgba(0, 0, 0, 0.4);
}
#overlay-contact-wrapper .contact-wrapper .close {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  position: absolute;
  right: 12px;
  top: 12px;
  line-height: 1;
}
#overlay-contact-wrapper .contact-wrapper .close:hover {
  color: #000;
  text-decoration: underline;
}
#overlay-contact-wrapper .contact-wrapper .flex-col {
  width: 50%;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#overlay-contact-wrapper .contact-wrapper .flex-col.form-col {
  background: #d9d9d9;
}
#overlay-contact-wrapper .contact-wrapper .flex-col.info-col {
  background: var(--main-color);
  color: #fff;
}
#overlay-contact-wrapper .contact-wrapper .form-col form .row {
  display: block;
  margin-bottom: 10px;
}
#overlay-contact-wrapper .contact-wrapper .form-col form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#overlay-contact-wrapper .contact-wrapper .form-col form .flex .row {
  width: 49%;
  margin-right: 2%;
}
#overlay-contact-wrapper .contact-wrapper .form-col form .flex .row:last-child {
  margin-right: 0;
}
#overlay-contact-wrapper .contact-wrapper .form-col form input, #overlay-contact-wrapper .contact-wrapper .form-col form textarea {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  color: #000;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#overlay-contact-wrapper .contact-wrapper .form-col form textarea {
  height: 100px;
}
#overlay-contact-wrapper .contact-wrapper .form-col form p {
  font-size: 10px;
  line-height: 1.2;
}
#overlay-contact-wrapper .contact-wrapper .form-col form .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
#overlay-contact-wrapper .contact-wrapper .form-col form .last button {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  color: #000;
  border: 1px solid #000;
  background: none;
  line-height: 1;
  text-transform: uppercase;
}
#overlay-contact-wrapper .contact-wrapper .form-col form .last button:hover {
  background: #000;
  color: #fff;
}
#overlay-contact-wrapper .contact-wrapper .info-col p.claim {
  font-size: 20px;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
#overlay-contact-wrapper .contact-wrapper .info-col p.name {
  font-size: 40px;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
}
#overlay-contact-wrapper .contact-wrapper .info-col p.contact-info {
  font-size: 20px;
}
#overlay-contact-wrapper .contact-wrapper .info-col p.contact-info a {
  color: #fff;
}
#overlay-contact-wrapper .contact-wrapper .info-col p.contact-info a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #overlay-contact-wrapper .contact-wrapper .flex-col {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  #overlay-contact-wrapper .contact-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 550px;
    margin: 50px auto;
  }
  #overlay-contact-wrapper .contact-wrapper .flex-col {
    width: 100%;
  }
}

/*======================================
=            Wordpress core            =
======================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
#top-cookie-wrapper {
  display: block;
  width: 100%;
  background: #000;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.displaynone {
  display: none !important;
}

.top-cookie {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 13px;
}
.top-cookie p {
  color: #fff;
}
.top-cookie p a {
  color: #fff;
  text-decoration: underline;
}
.top-cookie p a.close {
  display: inline-block;
  line-height: 1;
  padding: 10px 18px;
  font-size: 13px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
.top-cookie p a.close:hover {
  color: #000;
  background: #fff;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 15px;
  font-size: 14px;
  color: #fff;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #398f14;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #ff0000;
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #ff0000;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ff0000;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
      -ms-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! lightgallery - v1.10.0 - 2020-11-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("fonts/lg.ttf?22t19m") format("truetype"), url("fonts/lg.woff?22t19m") format("woff"), url("fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "";
}

.lg-toolbar .lg-download:after {
  content: "";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("images/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "";
}

.lg-rotate-right:after {
  content: "";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "";
}

.lg-flip-hor:after {
  content: "";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}