body {
  font-family: 'Lato', sans-serif;
  color: #707070;
  font-size: 13px;
  overflow-x: hidden;
  padding: 15px;
  margin: 0px;
}
.photos {
  margin: 0px -10px 45px;
}
.photos::before,
.photos::after {
  clear: both;
  display: block;
  content: " ";
}
.photos > div {
  float: left;
  width: 25%;
  padding: 0px 10px 20px;
}
img[data-href] {
  cursor: pointer;
}
a {
  color: #c7a591;
}
.body {
  padding: 0px;
}
.wrapper {
  padding: 0px;
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.button {
  background: none;
  border: 2px solid #000;
  color: #000;
  display: table;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.button.button-block {
  display: block;
  width: 100%;
}
.button.button-order {
  text-align: center;
  border: 2px solid #000;
  color: #000;
}
.button.button-system,
.button.button-color {
  background: #ebd7cc;
  border: 2px solid #ebd7cc;
  color: #000;
}
.button.button-normal {
  background: #FFF;
  border: 2px solid #ebebeb;
}
.button.button-form-submit {
  margin-left: auto;
  margin-right: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
}
h1,
h2,
.title {
  color: #000000;
  font-weight: bold;
  font-size: 31px;
  margin: 0px 0px 25px 0px;
}
@media (max-width: 1200px) {
  h1,
  h2,
  .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  .title {
    font-size: 24px;
    margin: 0px 0px 15px 0px;
  }
}
h1 b,
h2 b,
.title b,
h1 strong,
h2 strong,
.title strong {
  margin: 70px 0px;
  display: block;
  text-align: center;
}
@media (max-width: 1400px) {
  h1 b,
  h2 b,
  .title b,
  h1 strong,
  h2 strong,
  .title strong {
    margin: 50px 0px;
  }
}
@media (max-width: 1200px) {
  h1 b,
  h2 b,
  .title b,
  h1 strong,
  h2 strong,
  .title strong {
    margin: 40px 0px;
  }
}
h1 small,
h2 small,
.title small {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 16px;
  margin-bottom: 60px;
}
h3,
.title-medium {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 25px 0px;
}
@media (max-width: 1200px) {
  h3,
  .title-medium {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h3,
  .title-medium {
    margin: 0px 0px 15px 0px;
  }
}
h4,
.title-mini {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px;
}
.pagination-list {
  display: block;
  width: 100%;
  text-align: right;
}
.pagination-list > li {
  float: none;
  display: inline-block;
}
.pagination-list > li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  text-align: center;
  color: #707070;
}
.pagination-list > li a.pagination-prev {
  background: url('/view/img/static/i-left.svg') center center no-repeat;
  background-size: 20px 20px !important;
}
.pagination-list > li a.pagination-next {
  background: url('/view/img/static/i-right.svg') center center no-repeat;
  background-size: 20px 20px !important;
}
.pagination-list > li:hover > a,
.pagination-list > li.active > a {
  color: #000000;
}
.h3-sidebar {
  font-size: 18px;
  margin: 0px 0px 15px 0px;
}
.filters .title-mini {
  margin: 0px 0px 15px 0px;
}
.filters .filter-item {
  margin-bottom: 25px;
}
.filters .filter-item .title-medium {
  font-size: 18px;
  margin: 0px 0px 15px 0px;
}
.filters .filter-item .form-checkbox {
  margin: 0px;
}
.container {
  position: relative;
}
.container::before,
.container::after {
  clear: both;
  display: block;
  content: " ";
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1430px;
  }
}
.socials a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0px 5px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.socials a.facebook {
  background: url('/view/img/i-facebook.svg') no-repeat center center;
  background-size: auto 30px !important;
}
.socials a.instagram {
  background: url('/view/img/i-instagram.svg') no-repeat center center;
  background-size: auto 30px !important;
}
.socials a.allegro {
  background: url('/view/img/i-allegro.svg') no-repeat center center;
  background-size: auto 30px !important;
}
.socials a:hover {
  opacity: .6;
}
.heading {
  background: #ebd7cc;
  padding: 10px 0px;
  position: relative;
}
.heading:before,
.heading:after {
  clear: both;
  display: block;
  content: " ";
}
.heading .socials {
  position: absolute;
  top: -2px;
  left: 15px;
}
.heading .socials a {
  width: 25px;
  height: 25px;
  background-size: 25px auto !important;
}
.heading .delivery {
  display: table;
  margin: 0px auto;
  padding-left: 54px;
  background: url('/view/img/i-fast-delivery.svg') no-repeat;
  background-size: auto 25px !important;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .heading .delivery {
    display: none;
  }
}
.heading .shop {
  position: absolute;
  right: 15px;
  top: 0px;
}
@media (max-width: 767px) {
  .heading .shop {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: table;
    margin: 0px 0px 0px auto;
  }
}
.heading .shop a {
  margin: 0px 10px;
  position: relative;
}
.heading .shop a span {
  font-size: 11px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  color: #FFF;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  top: -8px;
  right: -18px;
}
.heading .shop a img {
  height: 25px !important;
  width: auto !important;
}
.navbar-collapse {
  padding: 0px;
  margin: 0px;
}
.navbar-toggle {
  margin: 0px;
  position: absolute;
  right: 15px;
  top: 25px;
  background: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar-toggle span {
  background: #c7a591;
}
@media (min-width: 1200px) {
  .header-spacer {
    height: 148px;
  }
}
header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1000;
  background: #FFF;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
header .search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 280px;
}
@media (max-width: 1200px) {
  header .search {
    width: 230px;
  }
}
@media (max-width: 767px) {
  header .search {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin-bottom: 15px;
  }
}
header .search button {
  position: absolute;
  width: 32px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 0px;
  background: url('/view/img/i-search.svg') center center no-repeat;
  background-size: 25px 25px !important;
}
header .search input {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ebebeb;
  padding: 0px 15px;
}
header .logo {
  display: block;
  padding: 30px 0px;
  margin: 0px auto;
  width: 130px;
  z-index: 30;
  position: relative;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 1200px) {
  header .logo {
    padding: 25px auto;
  }
}
header .logo img {
  width: 100%;
  height: auto !important;
}
@media (min-width: 1200px) {
  header {
    position: fixed;
    top: 42px;
    left: 0px;
    right: 0px;
  }
  header.in {
    top: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  header.in .logo {
    padding: 15px 0px;
  }
  header.in .nav-dropdown {
    margin: 0px 0px 5px 0px !important;
  }
  header.in .nav-dropdown > li > a {
    font-size: 17px;
  }
}
.table-border {
  border: 0px !important;
}
.table-border tr th,
.table-border tr td {
  border: 1px solid #ebebeb !important;
}
ol.breadcrumb {
  margin: 0px;
  background: none !important;
  padding: 25px 0px;
  border-top: 1px solid #ebebeb;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ol.breadcrumb > li::before {
  background: url('/view/img/bullet.png') center center no-repeat;
  margin: 0px 5px;
  content: " ";
}
ol.breadcrumb > li a {
  color: #707070;
}
ol.breadcrumb > li:first-child {
  margin-right: 6px;
}
ol.breadcrumb > li:first-child::before {
  display: none;
}
ol.breadcrumb > li:first-child + li::before {
  display: none;
}
.nav-dropdown {
  width: 100%;
  margin: 0px 0px 15px 0px;
  text-align: center;
  float: none !important;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (min-width: 768px) {
  .nav-dropdown > li {
    float: none;
    display: inline-block;
  }
}
.nav-dropdown > li > a {
  background: none !important;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  position: relative;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .nav-dropdown > li > a {
    font-size: 17px;
    padding: 10px 0px !important;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .nav-dropdown > li > a::after {
    position: absolute;
    bottom: 0px;
    height: 2px;
    left: 0px;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    background: #c7a591;
    width: 0%;
    content: " ";
  }
}
.nav-dropdown > li:hover > a::after,
.nav-dropdown > li:active > a::after,
.nav-dropdown > li.active > a::after {
  width: 100%;
}
@media (max-width: 767px) {
  .nav-dropdown > li:hover > a,
  .nav-dropdown > li:active > a,
  .nav-dropdown > li.active > a {
    color: #c7a591 !important;
  }
}
.nav-dropdown > li.open > a {
  background: #c7a591 !important;
}
@media (max-width: 767px) {
  .nav-dropdown > li.open > a {
    color: #FFF !important;
  }
}
.nav-dropdown > li .dropdown-menu {
  padding: 0px;
  border: 2px solid #c7a591;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
}
.nav-dropdown > li .dropdown-menu > li > a {
  padding: 6px 15px 6px 42px;
  background: #ffffff url('/view/img/bullet.png') left 15px center no-repeat;
}
@media (max-width: 767px) {
  .nav-dropdown > li .dropdown-menu > li > a {
    padding: 6px 0px !important;
    display: table;
    margin: 0px auto;
    background: none !important;
  }
}
.nav-dropdown > li .dropdown-menu > li:hover > a,
.nav-dropdown > li .dropdown-menu > li:active > a,
.nav-dropdown > li .dropdown-menu > li.active > a {
  background: #ebd7cc url('/view/img/bullet-active.png') left 15px center no-repeat;
}
@media (max-width: 767px) {
  .nav-dropdown > li .dropdown-menu > li:hover > a,
  .nav-dropdown > li .dropdown-menu > li:active > a,
  .nav-dropdown > li .dropdown-menu > li.active > a {
    color: #c7a591 !important;
  }
}
.nav-sidebar {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  list-style: none;
}
.nav-sidebar > li a {
  font-size: 16px;
  color: #707070;
  padding-left: 27px;
  background: url('/view/img/bullet.png') left center no-repeat;
  text-decoration: none !important;
}
.nav-sidebar > li:hover a,
.nav-sidebar > li.active a {
  color: #000000;
}
#slider {
  background: #ebd7cc;
}
#slider .owl-prev {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ebd7cc url('/view/img/i-arrow-left.svg') center center no-repeat;
  background-size: 25px 25px !important;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -30px;
  outline: 0px;
}
@media (max-width: 1400px) {
  #slider .owl-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  #slider .owl-prev {
    margin: 0px;
    left: 15px;
    top: 15px;
  }
}
#slider .owl-next {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ebd7cc url('/view/img/i-arrow-right.svg') center center no-repeat;
  background-size: 25px 25px !important;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -30px;
  outline: 0px;
}
@media (max-width: 1400px) {
  #slider .owl-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  #slider .owl-next {
    margin: 0px;
    right: 15px;
    top: 15px;
  }
}
#slider .item {
  position: relative;
  min-height: 1000px;
}
@media (max-width: 1400px) {
  #slider .item {
    min-height: 600px;
  }
}
@media (max-width: 1200px) {
  #slider .item {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  #slider .item {
    min-height: auto;
  }
}
#slider .item::before,
#slider .item::after {
  clear: both;
  display: block;
  content: " ";
}
#slider .item .image-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 55%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  z-index: 3;
}
@media (min-width: 768px) {
  #slider .item .image-left {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  #slider .item .image-left {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 550px;
  }
}
@media (max-width: 420px) {
  #slider .item .image-left {
    min-height: 450px;
  }
}
#slider .item .image-right {
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 55%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  z-index: 2;
}
@media (max-width: 767px) {
  #slider .item .image-right {
    display: none;
  }
}
#slider .item .image {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#slider .item .description {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 10;
}
@media (max-width: 767px) {
  #slider .item .description {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  #slider .item .description > div {
    width: 100%;
    padding: 40px 20px;
  }
}
#slider .item .description > div {
  display: table;
  margin: 0px auto;
  position: relative;
  color: #FFF;
}
#slider .item .description > div .title-small {
  margin-top: -20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 1200px) {
  #slider .item .description > div .title-small {
    font-size: 16px;
  }
}
#slider .item .description > div .title {
  position: relative;
  z-index: 10;
  font-size: 61px;
  max-width: 660px;
  display: table;
  margin: 0px auto;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
}
@media (max-width: 1400px) {
  #slider .item .description > div .title {
    font-size: 30px;
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  #slider .item .description > div .title {
    font-size: 26px;
    max-width: 280px;
  }
}
#slider .item .description > div .decoration-title {
  top: -100px;
  opacity: 0.7;
  font-family: "Devonshire", serif;
  left: -300px;
  right: -300px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  font-size: 170px;
  color: #ddc1b1;
  z-index: 1;
}
@media (max-width: 1400px) {
  #slider .item .description > div .decoration-title {
    font-size: 120px;
    top: -70px;
    left: -100px;
    right: -100px;
  }
}
@media (max-width: 1200px) {
  #slider .item .description > div .decoration-title {
    font-size: 90px;
    top: -40px;
    left: -50px;
    right: -50px;
  }
}
@media (max-width: 767px) {
  #slider .item .description > div .decoration-title {
    display: none;
  }
}
#slider .item .description > div .button-more {
  border: 2px solid #FFF;
  color: #FFF;
  background: none;
  display: table;
  margin: 70px auto 0px auto;
  font-size: 16px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 1200px) {
  #slider .item .description > div .button-more {
    font-size: 14px;
    margin: 50px auto 0px auto;
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  #slider .item .description > div .button-more {
    margin-top: 20px;
  }
}
#slider .item .description > div .button-more:hover {
  background: #FFF;
  color: #000;
}
.newsletter .form-checkbox label {
  text-align: left;
}
.newsletter input[type="email"] {
  line-height: 50px;
  height: 50px;
  border: 0px;
  border-bottom: 2px solid #c7a591;
  display: block;
  width: 100%;
  outline: none !important;
}
@media (max-width: 580px) {
  .newsletter input[type="email"] {
    text-align: center;
  }
}
.newsletter button {
  border: 2px solid #000;
  color: #000;
  background: none;
  display: table;
  margin: 0px 0px auto auto;
  font-size: 14px;
  padding: 6px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 580px) {
  .newsletter button {
    margin: 0px auto;
  }
}
@media (max-width: 580px) {
  footer {
    text-align: center;
  }
}
footer .shop-buttons {
  margin: 45px -10px;
}
footer .shop-buttons:before,
footer .shop-buttons:after {
  clear: both;
  display: block;
  content: " ";
}
footer .shop-buttons.has-photos {
  margin: 0px -10px 60px;
}
@media (max-width: 1200px) {
  footer .shop-buttons {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  footer .shop-buttons {
    margin: 0px -10px 30px -10px;
  }
}
footer .shop-buttons > div {
  padding: 0px 10px;
  width: 25%;
  float: left;
}
@media (min-width: 581px) and (max-width: 1200px) {
  footer .shop-buttons > div {
    width: 50%;
    margin-top: 20px;
  }
  footer .shop-buttons > div:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 580px) {
  footer .shop-buttons > div {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  footer .shop-buttons > div:nth-child(1n + 1) {
    clear: both;
  }
}
footer .shop-buttons > div a {
  border: 1px solid #ebebeb;
  padding: 90px 15px 30px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background-size: auto 60px !important;
}
footer .shop-buttons > div a.payment {
  background: url('/view/img/i-payment.svg') top 30px center no-repeat;
}
footer .shop-buttons > div a.delivery {
  background: url('/view/img/i-delivery.svg') top 30px center no-repeat;
}
footer .shop-buttons > div a.supply {
  background: url('/view/img/i-supply.svg') top 30px center no-repeat;
}
footer .shop-buttons > div a.back {
  background: url('/view/img/i-back.svg') top 30px center no-repeat;
}
footer .info {
  margin: 0px 0px 40px 0px;
}
footer .info:before,
footer .info:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 991px) {
  footer .info {
    margin-bottom: 20px;
  }
}
footer .info > div {
  width: 25%;
  float: left;
}
@media (max-width: 991px) {
  footer .info > div {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 580px) {
  footer .info > div {
    width: 100%;
    float: none;
  }
}
footer .info > div.contact a {
  display: table;
  color: #000000;
}
@media (max-width: 580px) {
  footer .info > div.contact a {
    margin: 5px auto;
  }
}
footer .info > div.contact a[href^="tel:"] {
  font-size: 24px;
}
footer .info > div.contact a[href^="mailto:"] {
  border-bottom: 2px solid #c7a591;
  text-decoration: none;
}
footer .info > div.nav-footer a {
  display: block;
  color: #707070;
  padding-bottom: 3px;
}
footer .copyright {
  border-top: 1px solid #ebebeb;
  padding: 40px 0px;
  position: relative;
}
footer .copyright:before,
footer .copyright:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 991px) {
  footer .copyright {
    padding: 60px 0px 20px 0px;
    text-align: center;
    background: url('/view/img/logo.svg') no-repeat top 20px center;
    background-size: 130px auto !important;
  }
}
footer .copyright .copy {
  color: #000000;
  float: left;
  padding-left: 160px;
  background: url('/view/img/logo.svg') no-repeat left center;
  background-size: 130px auto !important;
}
@media (max-width: 991px) {
  footer .copyright .copy {
    background: none;
    padding: 0px;
    float: none;
  }
}
footer .copyright .socials {
  float: right;
}
@media (max-width: 991px) {
  footer .copyright .socials {
    float: none;
    margin: 15px auto;
  }
}
footer .copyright .partner-payu {
  left: 45%;
  top: 30px;
  position: absolute;
}
@media (max-width: 991px) {
  footer .copyright .partner-payu {
    display: table;
    margin: 0px auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
footer .copyright .partner-dpd {
  left: 60%;
  top: 30px;
  position: absolute;
}
@media (max-width: 991px) {
  footer .copyright .partner-dpd {
    display: table;
    margin: 0px auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.box {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 30px;
}
@media (max-width: 580px) {
  .box {
    margin-top: 10px;
  }
}
.box .image {
  position: relative;
}
.box .image::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.05);
  content: " ";
}
.box .image::after {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  content: " ";
}
.box .image a {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.box .image img {
  width: 100%;
  height: auto !important;
}
.box .title {
  position: absolute;
  font-family: "Devonshire", serif;
  font-weight: 400;
  line-height: 1;
  padding: 0px 70px;
  width: 100%;
  text-align: center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 40px;
  font-size: 95px;
  color: #FFF;
  z-index: 3;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .box .title {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .box .title {
    font-size: 70px;
  }
}
.box .more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 17px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}
@media (max-width: 767px) {
  .xs-hidden {
    display: none;
  }
}
/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: crosshair;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
.clause {
  font-size: .9em;
}
