﻿@import 'main.css';
@import 'swiper.min.css';
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nofocus:focus {
  outline: none;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  min-height: 100%;
  margin: 0 0 225px;
}
@media only screen and (max-width: 768px) {
  body {
    margin: 0 0 335px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin: 0;
  width: auto;
}
#stop-page {
  height: 300vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.95)";
  opacity: 0.95;
}
#stop-page > section {
  width: 840px;
  height: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -420px;
  z-index: 1100;
  background-color: #FFF;
}
#stop-page > section .header {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  overflow: visible;
}
#stop-page > section .header figure {
  margin: 0 auto;
}
#stop-page > section .corpo {
  padding: 0 117px;
}
#stop-page > section .corpo p {
  font-size: 29px;
  font-family: Arial;
  color: #000;
  text-align: center;
  line-height: 1.2;
}
#stop-page > section .corpo .browsers {
  margin-left: -18px;
  margin-right: -41px;
  white-space: nowrap;
}
#stop-page > section .corpo .browsers a {
  display: inline-block;
  vertical-align: top;
  margin-right: 54px;
  white-space: nowrap;
}
#stop-page > section .corpo .browsers a:focus {
  outline: none;
}
#stop-page > section .corpo .browsers a:last-child {
  float: right;
  margin-right: 0;
}
.cookies-layer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: translateY(100%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 98;
}
.cookies-layer.on {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.cookies-layer .cookies-layer-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .cookies-layer .cookies-layer-close-btn {
    right: 20px;
    top: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .cookies-layer .cookies-layer-close-btn {
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .cookies-layer .cookies-layer-close-btn {
    top: 25px;
    right: 15px;
  }
}
.cookies-layer .cookies-layer-close-btn > button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 25px;
  border: 1px solid #aaa;
  color: #aaa;
  background-color: #fff;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1440px) {
  .cookies-layer .cookies-layer-close-btn > button {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
  }
}
.cookies-layer .cookies-layer-close-btn > button:hover {
  background-color: #eee;
}
.cookies-layer .cookies-layer-close-btn > button:before {
  content: "\00D7";
  line-height: 0;
}
.cookies-layer .cookies-layer-container {
  padding: 25px 15px;
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cookies-layer .cookies-layer-container {
    padding: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .cookies-layer .cookies-layer-container {
    padding: 30px 20px;
  }
}
.cookies-layer .cookies-layer-container > div {
  width: 100%;
}
.cookies-layer .cookies-layer-container > div:nth-child(1) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 600px) {
  .cookies-layer .cookies-layer-container > div:nth-child(1) {
    margin-right: 40px;
  }
}
.cookies-layer .cookies-layer-container > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .cookies-layer .cookies-layer-container > div:nth-child(2) {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1023px) {
  .cookies-layer .cookies-layer-container > div:nth-child(2) .cookies-button {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .cookies-layer .cookies-layer-container > div:nth-child(2) .cookies-button {
    width: 100%;
  }
}
.cookies-layer .cookies-layer-container > div:nth-child(2) .cookies-button:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .cookies-layer .cookies-layer-container > div:nth-child(2) .cookies-button:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookies-layer .cookies-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: sans-serif;
}
@media only screen and (min-width: 1024px) {
  .cookies-layer .cookies-title {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .cookies-layer .cookies-title {
    font-size: 17px;
    margin-right: 50px;
  }
}
.cookies-layer p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  font-family: sans-serif;
}
@media only screen and (min-width: 1024px) {
  .cookies-layer p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 425px) {
  .cookies-layer p {
    font-size: 10px;
  }
}
.cookies-layer p > a {
  text-decoration: underline;
  transition: opacity 0.3s;
  color: #e2007b;
}
.cookies-layer p > a:hover {
  opacity: 0.5;
}
.cookies-layer p > a:focus {
  outline: none;
}
.cookies-layer .cookies-button > a,
.cookies-layer .cookies-button > button,
.cookies-layer .cookies-button > span {
  width: 100%;
}
.cookies-button.--manage > a,
.cookies__button.--manage > a,
.cookies-button.--manage > button,
.cookies__button.--manage > button,
.cookies-button.--manage > span,
.cookies__button.--manage > span {
  border: 1px solid #aaa;
  background-color: #fff;
  color: #aaa;
}
.cookies-button.--manage > a:hover:before,
.cookies__button.--manage > a:hover:before,
.cookies-button.--manage > button:hover:before,
.cookies__button.--manage > button:hover:before,
.cookies-button.--manage > span:hover:before,
.cookies__button.--manage > span:hover:before {
  opacity: 0.1;
}
.cookies-button > a,
.cookies__button > a,
.cookies-button > button,
.cookies__button > button,
.cookies-button > span,
.cookies__button > span {
  align-items: center;
  border: 1px solid #e2007b;
  color: #fff;
  background-color: #e2007b;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  justify-content: center;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .cookies-button > a,
  .cookies__button > a,
  .cookies-button > button,
  .cookies__button > button,
  .cookies-button > span,
  .cookies__button > span {
    font-size: 13px;
    height: 45px;
    min-width: 200px;
    padding: 0 10px;
  }
}
.cookies-button > a:hover:before,
.cookies__button > a:hover:before,
.cookies-button > button:hover:before,
.cookies__button > button:hover:before,
.cookies-button > span:hover:before,
.cookies__button > span:hover:before {
  opacity: 0.4;
}
.cookies-button > a:before,
.cookies__button > a:before,
.cookies-button > button:before,
.cookies__button > button:before,
.cookies-button > span:before,
.cookies__button > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cookies-button > a > span,
.cookies__button > a > span,
.cookies-button > button > span,
.cookies__button > button > span,
.cookies-button > span > span,
.cookies__button > span > span {
  position: relative;
  z-index: 2;
}
.cookies-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.5s ease, opacity 0s ease 0.5s;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(100%);
  transition: transform 0s 0.35s, opacity 0.35s ease, visibility 0.35s ease;
}
.cookies-popup.is--open {
  opacity: 1;
  backface-visibility: visible;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0s, opacity 0.5s ease, visibility 0.5s ease;
}
.cookies-popup.is--open .cookies-popup-inner {
  opacity: 1;
  transform: translateX(0);
}
.cookies-popup .cookies-popup-inner {
  position: relative;
  padding: 30px;
  height: auto;
  width: 760px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 60px);
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.35s, transform 0.35s;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .cookies-popup .cookies-popup-inner {
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
  }
}
@media screen and (min-width: 1366px) {
  .cookies-popup .cookies-popup-inner {
    padding: 55px;
  }
}
.cookies-popup .cookies-popup-inner .cookies-popup-close {
  font-size: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.5s ease;
  width: 30px;
  color: #333;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .cookies-popup .cookies-popup-inner .cookies-popup-close {
    font-size: 35px;
    right: 30px;
    top: 30px;
  }
}
.cookies-popup .cookies-popup-inner .cookies-popup-close:hover {
  opacity: 0.5;
}
.cookies-popup .cookies-popup-inner .cookies-popup-close:before {
  content: "\00D7";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies-popup .cookies-popup-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .cookies-popup .cookies-popup-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1366px) {
  .cookies-popup .cookies-popup-title {
    font-size: 28px;
  }
}
.cookies-popup .cookies-button > a,
.cookies-popup .cookies-button > button,
.cookies-popup .cookies-button > span {
  margin: 0 auto;
  min-width: 140px;
}
.cookies-popup-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  max-width: none;
  transition: opacity 0.35s;
}
@media screen and (min-width: 1366px) {
  .cookies-popup-form {
    margin: 35px 0 0;
  }
}
.cookies-popup-form .cookies__button > a,
.cookies-popup-form .cookies__button > button,
.cookies-popup-form .cookies__button > span {
  margin: 0 auto;
}
.cookies-popup-term {
  width: 100%;
  border-top: 1px solid #dedede;
  margin-top: 0;
  padding: 20px 0;
  text-align: left;
}
.cookies-popup-term:last-child {
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 599px) {
  .cookies-popup-term {
    text-align: left;
  }
}
.cookies-popup-term > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.cookies-popup-term p {
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-term p {
    margin: 0 0 20px;
  }
}
.cookies-popup-term p strong {
  color: #000;
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-term p strong {
    font-size: 13px;
  }
}
.cookies-popup-term p a {
  text-decoration: underline;
}
.cookies-popup-term label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-term label {
    font-size: 12px;
  }
}
.cookies-popup-term label:not(:last-child) {
  margin-right: 35px;
}
.cookies-popup-term label.disabled {
  cursor: default;
  opacity: 0.5;
}
.cookies-popup-term label input {
  height: 15px;
  margin-right: 5px;
  opacity: 0;
  position: relative;
  z-index: 5;
  width: 15px;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-term label input {
    height: 20px;
    width: 20px;
  }
}
.cookies-popup-term label input:not([disabled]) {
  cursor: pointer;
}
.cookies-popup-term label input:not(:checked) + span:before {
  border-color: #666;
  content: "";
}
.cookies-popup-term label input:checked + span:before {
  border-color: #e2007b;
  content: "\2713";
}
.cookies-popup-term label input:focus + span:before {
  border-color: #e2007b;
}
.cookies-popup-term label input.-error + span {
  color: #FF0000;
}
.cookies-popup-term label span:before {
  align-items: center;
  border: 1px solid #e2007b;
  border-radius: 50%;
  color: #e2007b;
  display: flex;
  height: 15px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
@media only screen and (max-width: 767px) {
  .cookies-popup-term label span:before {
    font-size: 9px;
  }
}
@media only screen and (min-width: 768pxt) {
  .cookies-popup-term label span:before {
    height: 20px;
    width: 20px;
  }
}
.cookies-popup-submit {
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cookies-popup-submit {
    margin-top: 50px;
  }
}
.cookies-popup-form-text {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cookies-popup-form-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .cookies-popup-form-text {
    font-size: 18px;
    margin-top: 25px;
  }
}
.cookies-popup-form-text a {
  text-decoration: underline;
  transition: opacity 0.35s;
  color: #e2007b;
}
.cookies-popup-form-text a:hover {
  opacity: 0.5;
}
.pp-container .wrapper .cookies__button {
  margin-top: 30px;
  max-width: 200px;
}
.pp-container .wrapper .cookies__button > a,
.pp-container .wrapper .cookies__button span,
.pp-container .wrapper .cookies__button button {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .table__wrapper {
    margin-bottom: 20px;
    overflow-x: auto;
    position: relative;
  }
}
.table__wrapper table {
  border: 1px solid #dedede;
  width: 100%;
}
.table__wrapper table thead tr {
  border: none;
  padding: 0;
}
.table__wrapper table tbody tr {
  border: none;
  padding: 0;
}
.table__wrapper table tr {
  height: 50px;
  display: table-row;
}
.table__wrapper table tr > td,
.table__wrapper table tr > th {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .table__wrapper table tr > td,
  .table__wrapper table tr > th {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }
}
.table__wrapper table th,
.table__wrapper table td {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .table__wrapper table th,
  .table__wrapper table td {
    padding: 10px 15px;
  }
}
.table__wrapper table th {
  background-color: #dedede;
  border-right-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table__wrapper table th {
    font-size: 12px;
    line-height: 1.2;
  }
}
.table__wrapper table td {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .table__wrapper table td {
    line-height: 1;
    height: auto;
    font-size: 11px;
  }
  .table__wrapper table td > span {
    font-size: 11px !important;
  }
}
.color1 {
  background-color: #85CCBE;
}
.color2 {
  background-color: #FFCC00;
}
.color3 {
  background-color: #B92157;
}
.color4 {
  background-color: #91C82F;
}
figure {
  margin: 0;
  position: relative;
}
textarea {
  resize: none;
}
h1,
h2 {
  color: #333;
  margin: 0;
  font-weight: 700;
  /*padding-left: 10px;
    position: relative;    
    background-color: transparent!important;//DEVE COLORARSI SOLO L':AFTER E NON L'H2
    width: 100%;
    .border-box;
    .transition(.5);

    @media (min-width: 760px){
        padding-left: 23px;
    }*/
  /*&:after{
        content:"";
        display: block;        
        height: 26px;
        position: absolute;
        top: 13px;
        left: 0;
        z-index: -1;
        width: 100%;   
        opacity: .6;   
        background-color: #ECECEC;  
    }*/
}
h1.color1:after,
h2.color1:after {
  background-color: #85CCBE;
}
h1.color2:after,
h2.color2:after {
  background-color: #FFCC00;
}
h1.color3:after,
h2.color3:after {
  background-color: #B92157;
}
h1.color4:after,
h2.color4:after {
  background-color: #91C82F;
}
h1 {
  font-size: 29px;
  font-size: 2.9rem;
  /*max-width: 260px;*/
  text-align: center;
}
@media (min-width: 760px) {
  h1 {
    /*padding-left: 15px;*/
  }
}
h1:after {
  top: 19px;
}
.biography h1,
.details h1 {
  padding-left: 0;
  width: 100%;
  text-align: left;
  max-width: none;
}
@media (min-width: 760px) {
  .biography h1,
  .details h1 {
    padding-right: 30px;
  }
}
.biography h1:after,
.details h1:after {
  display: none;
}
section.editorial h1 {
  margin-bottom: 30px;
}
.h1 {
  display: block;
  font-weight: bold;
  font-size: 29px;
  font-size: 2.9rem;
  text-align: center;
}
.biography .h1,
.details .h1 {
  padding-left: 0;
  width: 100%;
  text-align: left;
  max-width: none;
}
@media (min-width: 760px) {
  .biography .h1,
  .details .h1 {
    padding-right: 30px;
  }
}
.biography .h1:after,
.details .h1:after {
  display: none;
}
section.row h1,
section.editorial h1 {
  text-transform: uppercase;
}
#artists h2 {
  text-transform: uppercase;
}
#artists + .blocks {
  margin-top: 100px;
}
@media (max-width: 759px) {
  #artists + .blocks {
    margin-top: 60px;
  }
}
h2 {
  font-size: 21px;
  font-size: 2.1rem;
  /*width: 260px;*/
  /*article#artists &{
        @media (min-width: 760px){
            width: calc(~"33.334% - 21px");
        }        
    }*/
}
@media (min-width: 760px) {
  article#antique-prints h2 {
    width: calc(100% + 15px);
  }
}
@media (min-width: 760px) {
  article#others .b75 h2 {
    width: calc(33.334% - 5px);
  }
}
@media (min-width: 760px) {
  article#others .b25 h2 {
    width: calc(100% + 15px);
  }
}
@media (min-width: 760px) {
  article#antique-prints h2,
  article#others h2 {
    margin-left: -15px;
  }
}
.related h2 {
  display: inline-block;
  vertical-align: top;
}
.pp-layer h2 {
  width: auto;
  font-weight: 700;
  padding-left: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}
@media (max-width: 760px) {
  .pp-layer h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pp-layer h2:after {
  display: none;
}
h3 {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.related h3 {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding-left: 15px;
  margin: 3px 0;
}
.details h3 {
  /*margin: 30px 0 0;*/
  /*margin: 40px 0 0 0;*/
  line-height: 1.7;
}
.contact-us h3 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.main-container {
  width: 100%;
  /*max-width: 1176px;*/
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#hd .main-container,
#ft .main-container,
body.error .main-container {
  position: relative;
  height: 100%;
}
.js #page {
  background: url(/images/loader.gif) no-repeat 50% 50%;
  background-size: 40px 40px;
  height: 100vh;
  overflow: hidden;
}
.js #page.loaded {
  height: auto;
  background: none;
  overflow: visible;
}
#hd {
  height: 65px;
  width: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.is-full #hd {
  display: none;
}
@media (min-width: 768px) {
  #hd {
    height: 85px;
  }
}
@media (min-width: 1000px) {
  #hd {
    height: 100px;
  }
}
#hd a.logo {
  align-items: center;
  display: flex;
  float: left;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#hd a.logo:hover {
  opacity: 0.7;
}
#hd a.logo img {
  display: block;
  height: 75px;
  width: auto;
}
@media (max-width: 999px) {
  #hd a.logo img {
    height: 65px;
  }
}
@media (max-width: 767px) {
  #hd a.logo img {
    height: 45px;
  }
}
#hd ul.nav-menu {
  margin-top: 38px;
  float: right;
}
@media (min-width: 1000px) {
  #hd ul.nav-menu {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 768px) {
  #hd ul.nav-menu {
    display: none;
  }
}
@media (min-width: 760px) {
  body.is-full #hd ul.nav-menu {
    display: none;
  }
}
#hd ul.nav-menu > li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 15px;
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
  /*@media (min-width: 1000px) {
                margin-left: 40px;
            }*/
  /*&:nth-child(4) {
                -moz-transition-delay: .4s;
                -o-transition-delay: .4s;
                -webkit-transition-delay: .4s;
                transition-delay: .4s;

                &.selected {
                    &:after {
                        background-color: #ECECEC;
                        -moz-animation-delay: 1.2s;
                        -o-animation-delay: 1.2s;
                        -webkit-animation-delay: 1.2s;
                        animation-delay: 1.2s;
                    }
                }
            }
            &:nth-child(4) {
                -moz-transition-delay: .5s;
                -o-transition-delay: .5s;
                -webkit-transition-delay: .5s;
                transition-delay: .5s;
            }*/
}
#hd ul.nav-menu > li:nth-child(1) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#hd ul.nav-menu > li:nth-child(1).selected {
  opacity: 0.5;
}
#hd ul.nav-menu > li:nth-child(1).selected + li:nth-child(2) {
  opacity: 0.5;
}
#hd ul.nav-menu > li:nth-child(1).selected:after {
  /*background-color: @theme2;*/
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#hd ul.nav-menu > li:nth-child(3) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#hd ul.nav-menu > li:nth-child(3).selected {
  opacity: 0.5;
}
#hd ul.nav-menu > li:nth-child(3).selected + li:nth-child(4) {
  opacity: 0.5;
}
#hd ul.nav-menu > li:nth-child(3).selected:after {
  /*background-color: @theme4;*/
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#hd ul.nav-menu > li:nth-child(5) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hd ul.nav-menu > li:nth-child(5).selected {
  opacity: 0.5;
}
#hd ul.nav-menu > li:nth-child(5).selected + li:nth-child(6) {
  opacity: 0.5;
}
#hd ul.nav-menu > li:nth-child(5).selected:after {
  /*background-color: #ECECEC;*/
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#hd ul.nav-menu > li:nth-child(7) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#hd ul.nav-menu > li:nth-child(7).selected {
  opacity: 0.5;
}
#hd ul.nav-menu > li:nth-child(7).selected + li:nth-child(8) {
  opacity: 0.5;
}
#hd ul.nav-menu > li:nth-child(7).selected:after {
  /*background-color: #ECECEC;*/
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#hd ul.nav-menu > li:nth-child(2) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hd ul.nav-menu > li:nth-child(4) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hd ul.nav-menu > li:nth-child(6) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hd ul.nav-menu > li.choose-lang {
  position: relative;
}
#hd ul.nav-menu > li.choose-lang:hover .langs {
  opacity: 1;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
}
#hd ul.nav-menu > li.choose-lang > a i {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 5px solid #333;
  margin-left: 4px;
}
#hd ul.nav-menu > li.choose-lang .langs {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 1;
  background-color: #FFF;
  border: 1px solid #ECECEC;
  padding: 3px 10px;
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hd ul.nav-menu > li.choose-lang .langs > a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  text-align: right;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
}
#hd ul.nav-menu > li.choose-lang .langs > a:hover {
  opacity: 0.7;
}
#hd ul.nav-menu > li.selected:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  z-index: 1;
  -moz-animation: completing 0.5s linear;
  -o-animation: completing 0.5s linear;
  -webkit-animation: completing 0.5s linear;
  animation: completing 0.5s linear;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#hd ul.nav-menu > li > a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hd ul.nav-menu > li > a:hover {
  opacity: 0.7;
}
@-moz-keyframes completing {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes completing {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes completing {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@keyframes completing {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
#ft {
  width: 100%;
  background-color: #F6F6F6;
  padding-top: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 760px) {
  #ft {
    overflow: hidden;
    height: 310px;
    padding-top: 48px;
  }
}
#ft ul > li {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 760px) {
  #ft ul > li {
    width: 25.65%;
    float: left;
    padding-right: 3%;
  }
}
@media (max-width: 760px) {
  #ft ul > li:not(:last-child) {
    margin-bottom: 35px;
  }
}
#ft ul > li:nth-child(2) {
  font-size: 11px;
  font-size: 1.1rem;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#ft ul > li:nth-child(2) p:last-child {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  #ft ul > li:nth-child(2) p:last-child {
    white-space: nowrap;
  }
}
#ft ul > li:nth-child(3) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#ft ul > li:last-child {
  width: 23%;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#ft ul > li:last-child > a:last-child {
  margin-top: 37px;
}
@media (min-width: 760px) {
  #ft ul > li:last-child > a:last-child {
    margin-top: 79px;
  }
}
#ft ul > li p,
#ft ul > li a {
  letter-spacing: 0.5px;
  line-height: 1.8;
  margin: 0;
}
#ft ul > li img {
  display: block;
  margin-bottom: 30px;
  width: 178px;
}
@media (min-width: 760px) {
  #ft ul > li img {
    width: 100%;
    max-width: 215px;
  }
}
#ft ul > li > a {
  display: table;
  letter-spacing: 1.5px;
  line-height: 0.9;
  white-space: nowrap;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 760px) {
  #ft ul > li > a {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#ft ul > li > a:hover {
  opacity: 0.7;
}
#ft ul > li > a:not(:last-child) {
  margin-bottom: 13px;
}
@media (min-width: 760px) {
  #ft ul > li > a:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media (max-width: 760px) {
  #ft ul > li > p {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#ft ul > li > p a {
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#ft ul > li > p a:hover {
  opacity: 0.7;
}
#ft .frame {
  margin-top: 45px;
}
@media (min-width: 760px) {
  #ft .frame {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 23px;
    right: 23px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  #ft .frame {
    left: 8px;
    right: 8px;
  }
}
#ft .frame > div {
  height: 3px;
  width: 25%;
  float: left;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 760px) {
  #ft .frame > div {
    height: 10px;
  }
}
#ft .frame > div:nth-child(1) {
  background-color: #85CCBE;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#ft .frame > div:nth-child(2) {
  background-color: #FFCC00;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#ft .frame > div:nth-child(3) {
  background-color: #B92157;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#ft .frame > div:nth-child(4) {
  background-color: #91C82F;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#bd {
  position: relative;
  z-index: 50;
  padding-top: 65px;
}
@media (min-width: 768px) {
  #bd {
    padding-top: 85px;
  }
}
@media (min-width: 1000px) {
  #bd {
    padding-top: 100px;
  }
}
#bd.loaded {
  background-color: #FFF;
  overflow: hidden;
}
body.error #bd {
  background: url(/images/bg-error.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: calc(100vh - 85px);
  width: 100%;
}
@media (min-width: 1000px) {
  body.error #bd {
    height: calc(100vh - 100px);
  }
}
#bd > section {
  /*margin-bottom: 50px;

        @media (min-width: 760px){
            margin-bottom: 100px;
        }*/
}
body:not(.is-full) #bd > section.fs {
  margin-bottom: 0;
}
.flexslider {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 60px;
}
@media (min-width: 760px) {
  .flexslider {
    margin-bottom: 20px;
  }
}
.home-intro .flexslider {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .home-intro .flexslider.desktop {
    display: none;
  }
}
@media (min-width: 760px) {
  .home-intro .flexslider.mobile {
    display: none;
  }
}
.editorial .flexslider {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 760px) {
  .details .flexslider {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.flexslider ul.slides > li {
  display: block;
  position: relative;
}
.flexslider .flex-control-nav {
  bottom: -30px;
  height: 9px;
  z-index: 100;
  cursor: default;
}
.flexslider .flex-control-nav li a {
  height: 15px;
  width: 15px;
  background-color: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flexslider .flex-control-nav li a:hover {
  opacity: 0.7;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #FFCC00;
}
body.antique-prints .flexslider .flex-control-nav li a.flex-active {
  background-color: #B92157;
}
body.gallery .flexslider .flex-control-nav li a.flex-active {
  background-color: #91C82F;
}
body.contacts .flexslider .flex-control-nav li a.flex-active {
  background-color: #ECECEC;
}
.flexslider .flex-direction-nav a {
  width: 25%;
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.flexslider .flex-direction-nav a.flex-prev {
  left: 0;
  cursor: url(/images/prev.png), auto;
}
.flexslider .flex-direction-nav a.flex-next {
  left: auto;
  right: 0;
  cursor: url(/images/next.png), auto;
}
.flexslider .flex-direction-nav a.flex-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.editorial .type-slider .swiper-container {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.type-slider .swiper-container:not(.swiper-container-horizontal) .swiper-pagination {
  display: none;
}
.type-slider .swiper-container .swiper-slide img {
  width: 100%;
}
.type-slider .swiper-container .swiper-pagination {
  position: static;
  margin-top: 10px;
}
.type-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.2;
}
.type-slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}
@media (max-width: 759px) {
  .type-txt .cms-txt p,
  .type-txt .cms-txt ul {
    margin: 15px 0;
    text-align: left;
  }
}
.type-txt p:first-child,
.type-txt ul:first-child {
  margin-top: 0;
}
.type-txt p:last-child,
.type-txt ul:last-child {
  margin-bottom: 0;
}
.type-txt p:only-child,
.type-txt ul:only-child {
  margin: 0;
}
.type-html .video-canvas {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.type-html .video-canvas iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.home-intro {
  position: relative;
  width: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 640px;
  height: 50vw;
}
@media (min-width: 1100px) {
  .home-intro {
    height: 640px;
  }
}
.home-intro.dsk {
  display: none;
}
@media (min-width: 760px) {
  .home-intro.dsk {
    display: block;
  }
}
.home-intro.mbl {
  display: block;
}
@media (min-width: 760px) {
  .home-intro.mbl {
    display: none;
  }
}
.home-intro .flexslider ul.slides > li {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .home-intro .flexslider ul.slides > li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1100px) {
  .home-intro .flexslider ul.slides > li img {
    display: none;
  }
}
.home-intro a.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 760px) {
  .home-intro a.scroll-down {
    display: none;
  }
}
.home-intro a.scroll-down:hover {
  opacity: 0.7;
}
.home-intro a.scroll-down:hover span:after {
  top: 6px;
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none;
}
.home-intro a.scroll-down span {
  display: block;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.home-intro a.scroll-down span:after {
  content: url(/images/arrow-scroll.png);
  display: block;
  position: relative;
  -moz-animation: scroll 1.5s infinite;
  -o-animation: scroll 1.5s infinite;
  -webkit-animation: scroll 1.5s infinite;
  animation: scroll 1.5s infinite;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@-moz-keyframes scroll {
  0% {
    opacity: 1;
    top: 4px;
  }
  100% {
    opacity: 0;
    top: 12px;
  }
}
@-ms-keyframes scroll {
  0% {
    opacity: 1;
    top: 4px;
  }
  100% {
    opacity: 0;
    top: 12px;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    top: 4px;
  }
  100% {
    opacity: 0;
    top: 12px;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    top: 4px;
  }
  100% {
    opacity: 0;
    top: 12px;
  }
}
.row {
  margin: 35px -15px;
}
@media (min-width: 760px) {
  .row {
    margin: 70px -15px;
  }
}
.blocks .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media (min-width: 760px) {
  .row .row-blocks {
    flex-wrap: nowrap;
    margin: -20px;
  }
}
.row .row-blocks .block {
  padding: 10px;
}
@media (min-width: 760px) {
  .row .row-blocks .block {
    padding: 20px;
  }
}
section.row {
  margin: 25px 0;
}
@media (min-width: 760px) {
  section.row {
    margin: 50px 0;
  }
}
section.editorial .row {
  margin: 30px 0;
}
section.editorial .row:first-child {
  margin-top: 0;
}
section.editorial .row:last-child {
  margin-bottom: 0;
}
.blocks-group {
  width: 100%;
}
.blocks-group ul {
  display: flex;
  flex-wrap: wrap;
  margin: -40px;
  /*li:first-child{
            padding-left: unset;
        }
        li:last-child{
            padding-right: unset;
        }
        li{
            padding: 0 15px;
        }*/
}
.blocks-group ul .block.b33 h3 {
  font-size: 17px;
}
@media only screen and (max-width: 1024px) {
  .blocks-group ul .block.b33 {
    width: 33.3%;
  }
}
@media only screen and (max-width: 760px) {
  .blocks-group ul {
    margin: -15px;
  }
  .blocks-group ul .block.b33 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .blocks-group ul .block.b33 {
    width: 50%;
  }
}
@media only screen and (max-width: 425px) {
  .blocks-group ul .block.b33 h3 {
    font-size: 14px;
  }
}
@media (min-width: 760px) {
  .blocks-group {
    margin: 0 -15px;
  }
}
article#artists .blocks-group {
  margin-top: 30px;
}
@media (min-width: 760px) {
  article#artists .blocks-group {
    /*margin-top: 42px;*/
    margin-top: 90px;
  }
}
article#antique-prints .blocks-group {
  margin-top: 36px;
}
@media (min-width: 760px) {
  article#antique-prints .blocks-group {
    margin-top: 72px;
  }
}
.block {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 0 15px;*/
  width: 100%;
  /*&.b75{
        @media (min-width: 760px){
            width: 75%;
        }*/
}
@media (min-width: 760px) {
  .block {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 760px) {
  .block.b25 {
    width: 25%;
  }
}
@media (max-width: 1000px) and (min-width: 760px) {
  .related .block.b25 {
    width: 50%;
  }
}
@media (min-width: 760px) {
  .block.b33 {
    /*width: 33.334%;*/
    /*width: 300px;*/
    /*height: 300px;*/
    width: 25%;
    padding: 25px 40px;
  }
}
@media (max-width: 760px) {
  .block.b33 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .block.b33 {
    width: 100%;
  }
}
.block.b50 {
  width: 100%;
  /*&:nth-child(1) {
            margin-bottom: 20px;

            @media (min-width: 760px) {
                margin-right: 20px;
                margin-bottom: 0;
            }
        }

        &:nth-child(2) {

            @media (min-width: 760px) {
                margin-left: 20px;
            }
        }*/
}
@media (min-width: 760px) {
  .block.b50 {
    width: 50%;
  }
}
@media (max-width: 769px) {
  .block.b50.type-img,
  .block.b50.type-slider {
    order: 1;
  }
  .block.b50.type-txt {
    order: 2;
  }
}
.block.b100 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media (min-width: 760px) {
  .block.b100 {
    width: 100%;
  }
}
.block.b100 .cms-txt {
  width: 100%;
}
.block.b100 span,
.block.b100 .subtitle {
  font-size: 19px;
  text-align: center;
}
@media (max-width: 760px) {
  .block.b100 span,
  .block.b100 .subtitle {
    font-size: 15px;
  }
}
#artists .block.b100 h2 {
  margin-top: 78px;
  font-size: 34px;
}
@media (max-width: 760px) {
  #artists .block.b100 h2 {
    margin-top: 35px;
  }
}
@media (max-width: 760px) {
  article#others .block.b100 {
    margin-bottom: 35px;
  }
}
.block.type-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.block h2 {
  font-size: 21px;
}
@media (min-width: 760px) {
  .block h2 {
    font-size: 28px;
  }
}
.block h3 {
  font-size: 17px;
}
@media (min-width: 760px) {
  .block h3 {
    font-size: 20px;
  }
}
.block > a img {
  width: 100%;
  display: block;
}
p.big-txt {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  text-decoration: underline;
  margin: 0;
  padding: 0 10px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  p.big-txt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1100px) {
  p.big-txt {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.image-caption p.big-txt {
  color: #FFF;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  article#artists p.big-txt {
    line-height: 1.9;
  }
}
@media (max-width: 760px) {
  article#artists p.big-txt {
    display: none;
  }
}
p.big-txt span.square {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0.6;
  display: none;
}
@media (min-width: 760px) {
  p.big-txt span.square {
    display: block;
    padding-right: 15px;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 71px;
    left: -15px;
  }
}
p.big-txt > span {
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
p.big-txt > span:first-child {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
p.txt {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin: 35px 0 0;
  padding-left: 7px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media (max-width: 760px) {
  article#antique-prints p.txt {
    display: none;
  }
}
a.view-all {
  float: right;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.view-all:hover {
  opacity: 0.7;
}
a.view-all:hover:before {
  position: relative;
  -moz-animation: leftToRight 1s infinite;
  -o-animation: leftToRight 1s infinite;
  -webkit-animation: leftToRight 1s infinite;
  animation: leftToRight 1s infinite;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
a.view-all:before {
  content: url(/images/arrow-right.png);
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 760px) {
  a.view-all:before {
    margin-right: 14px;
  }
}
article#artists a.view-all {
  top: -14px;
}
@media (min-width: 500px) {
  article#artists a.view-all {
    padding-right: 14px;
  }
}
@media (min-width: 760px) {
  article#artists a.view-all {
    padding-right: 0;
    top: -20px;
  }
}
article#antique-prints a.view-all,
.related a.view-all {
  top: 8px;
}
@media (max-width: 760px) {
  article#antique-prints a.view-all,
  .related a.view-all {
    top: 15px;
  }
}
@media (min-width: 500px) {
  article#antique-prints a.view-all {
    padding-right: 14px;
  }
}
@media (max-width: 760px) {
  article#antique-prints a.view-all {
    position: absolute;
    right: 23px;
  }
}
.error-txt a.view-all {
  float: none;
  margin-top: 15%;
  display: block;
}
@media (max-width: 760px) {
  .error-txt a.view-all:before {
    margin-right: 14px;
  }
}
@media (max-width: 760px) {
  .error-txt a.view-all span {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 760px) {
  a.view-all span {
    display: none;
  }
}
article#antique-prints {
  position: relative;
}
article#others .b25 p {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  margin: 42px 0 0;
  letter-spacing: 0.5px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media (max-width: 760px) {
  article#others .b25 p {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) and (min-width: 760px) {
  article#others .b25 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
article#others .b25 p a {
  -ms-word-break: break-all;
  word-break: break-all;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
article#others .b25 p a:hover {
  opacity: 0.7;
}
article#others img {
  margin-top: 21px;
  width: 100%;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media (min-width: 760px) {
  article#others img {
    max-width: 550px;
  }
}
@media (max-width: 760px) {
  article#others img {
    margin-bottom: 10px;
  }
}
.image-caption {
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 760px) {
  .image-caption {
    width: 65.5%;
    padding: 20px 5%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
  }
}
.image-caption.color1 {
  background: rgba(133, 204, 190, 0.7);
}
.image-caption.color2 {
  background: rgba(255, 204, 0, 0.7);
}
.image-caption.color3 {
  background: rgba(185, 33, 87, 0.7);
}
.image-caption.color4 {
  background: rgba(145, 200, 47, 0.7);
}
.breadcrumbs {
  /*padding: 14.5px 0;*/
  padding: 50px 0 15px 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #333;
}
@media (max-width: 760px) {
  .breadcrumbs {
    padding-top: 15px;
  }
}
.breadcrumbs:not(.no-bottom) ul {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 5px;
}
@media (min-width: 760px) {
  body.is-full .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li:first-child img {
  position: relative;
  top: -5px;
}
.breadcrumbs ul li:last-child {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.breadcrumbs ul li:last-child span {
  display: inline;
}
.breadcrumbs ul li:not(:last-child) {
  flex-shrink: 0;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  /*color: #999;*/
  margin: 0 7px;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
  font-size: 1.3rem;
  /*color: #999;*/
}
.breadcrumbs ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs ul li a:hover {
  opacity: 0.7;
}
.intro {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.intro img {
  display: block;
  width: 100%;
}
.cms-txt {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.biography .cms-txt {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  height: 0;
}
.biography .cms-txt.open {
  visibility: visible;
  opacity: 1;
  backface-visibility: visible;
  height: auto;
  margin-top: 20px;
}
@media (min-width: 760px) {
  .biography .cms-txt.open {
    margin-top: 60px;
  }
}
.biography .cms-txt p {
  padding: 0;
  margin: 10px 0 30px;
  text-align: start;
}
.biography .cms-txt p:last-child {
  margin-bottom: 0;
}
.details .cms-txt p {
  padding: 0;
  margin: 10px 0 30px;
}
.cms-txt p,
.cms-txt ul {
  /*padding: 0 15px;*/
  margin: 30px 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
@media only screen and (max-width: 760px) {
  .cms-txt p,
  .cms-txt ul {
    text-align: center;
  }
}
.cms-txt a {
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cms-txt a:hover {
  opacity: 0.7;
}
.cms-txt ul {
  padding-left: 30px;
  list-style: disc;
}
.cms-txt ul ul {
  list-style: circle inside;
}
.works ul.list,
.related ul.list {
  margin-top: 40px;
}
@media (max-width: 760px) {
  .works ul.list,
  .related ul.list {
    margin-top: 20px;
  }
}
@media (max-width: 760px) {
  ul.list > li {
    margin-top: 17px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .blocks-group ul.list > li {
    margin-top: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
  }
}
@media (max-width: 760px) and (max-width: 500px) {
  .blocks-group ul.list > li {
    padding: 15px 15px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  ul.list > li {
    /*padding: 0;*/
    /*padding: 20px 50px;
            width: 100%;*/
  }
}
@media (min-width: 760px) {
  ul.list > li {
    /*margin-bottom: 20px;*/
  }
}
ul.list > li > a {
  display: block;
}
ul.list > li > a:hover figure:before {
  opacity: 0.6;
}
ul.list > li > a:hover figure:after {
  opacity: 1;
}
ul.list > li > a:hover figure img {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
ul.list > li > a figure {
  overflow: hidden;
  position: relative;
  background: url(/images/loader.gif) no-repeat 50% 50%;
  background-size: 40px 40px;
  min-height: 60px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.related ul.list > li > a figure {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
ul.list > li > a figure:before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.list > li > a figure:after {
  content: "+";
  display: block;
  color: #FFF;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.list > li > a figure img {
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.navigations {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navigations.full {
  display: none;
}
.navigations.full ul > li {
  /*position: static;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                -webkit-transform: none;
                transform: none;
                text-align: center;
                line-height: 2.8;*/
}
.is-full .navigations {
  display: none;
}
.is-full .navigations.full {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  /*margin-top: -50px;*/
}
@media (min-width: 760px) {
  .is-full .navigations.full {
    /*margin-top: -100px;*/
  }
}
.navigations ul {
  position: relative;
  /*border-top: 3px solid rgba(255,204,0,0.6);*/
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  line-height: 1;
  height: 54px;
}
body.antique-prints .navigations ul {
  border-top: 3px solid rgba(185, 33, 87, 0.6);
}
.navigations ul > li {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-weight: 700;
}
.navigations ul > li.prev,
.navigations ul > li.prev-full {
  left: 0;
}
.navigations ul > li.prev > a:before,
.navigations ul > li.prev-full > a:before {
  content: "";
  background: url(/images/left-arrow.svg) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 8px;
  background-size: 17px 8px;
  margin-left: 2px;
  position: relative;
  top: -1px;
  transform: none;
}
@media (max-width: 760px) {
  .navigations ul > li.prev > a,
  .navigations ul > li.prev-full > a {
    position: relative;
  }
  .navigations ul > li.prev > a:after,
  .navigations ul > li.prev-full > a:after {
    content: "";
    width: 100px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.navigations ul > li.prev > a:hover:before,
.navigations ul > li.prev-full > a:hover:before {
  -moz-animation: rightToLeft 1s infinite;
  -o-animation: rightToLeft 1s infinite;
  -webkit-animation: rightToLeft 1s infinite;
  animation: rightToLeft 1s infinite;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.navigations ul > li.prev-full {
  display: none;
}
.navigations ul > li.close {
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 760px) {
  .navigations ul > li.close span {
    display: inline-block;
  }
}
@media (max-width: 760px) {
  .navigations ul > li.close > a:before {
    content: "X";
    height: auto;
    width: auto;
    position: static;
    transform: none;
  }
}
.navigations ul > li.all {
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navigations ul > li.all > a:before {
  content: "";
  background: url(/images/all.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  transform: none;
}
.navigations ul > li.next,
.navigations ul > li.next-full {
  right: 0;
}
.navigations ul > li.next > a:after,
.navigations ul > li.next-full > a:after {
  content: "";
  background: url(/images/right-arrow.svg) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 8px;
  background-size: 17px 8px;
  margin-right: 2px;
  position: relative;
  top: -1px;
}
.navigations ul > li.next > a:hover:after,
.navigations ul > li.next-full > a:hover:after {
  -moz-animation: leftToRight 1s infinite;
  -o-animation: leftToRight 1s infinite;
  -webkit-animation: leftToRight 1s infinite;
  animation: leftToRight 1s infinite;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.navigations ul > li.next-full {
  display: none;
}
.navigations ul > li > a {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.8px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.navigations ul > li > a:hover {
  opacity: 0.7;
}
@media (max-width: 760px) {
  .navigations ul > li > a {
    position: relative;
  }
  .navigations ul > li > a:before {
    content: "";
    width: 100px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 760px) {
  .navigations ul > li > a span {
    display: none;
  }
}
.navigations ul > li > a span i {
  font-style: normal;
}
@media (min-width: 760px) {
  body.is-full .navigations ul > li > a span i {
    display: none;
  }
}
.fs {
  background-color: #fff;
}
.is-full .fs {
  position: fixed;
  left: 0;
  top: 54px;
  z-index: 99;
  width: 100%;
  height: calc(100% - 54px);
}
.fs .main-container {
  height: 100%;
}
a.close-full {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  display: block;
  letter-spacing: 0.8px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.close-full:hover {
  opacity: 0.7;
}
a.close-full:before {
  content: "X";
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}
.biography {
  border-bottom: 1px solid #ECECEC;
  padding: 40px 0 70px 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 760px) {
  .biography {
    padding: 25px 0;
  }
}
.biography figure {
  display: none;
}
@media (min-width: 760px) {
  .biography figure {
    display: inline-block;
    vertical-align: bottom;
  }
}
.biography figure img {
  width: 120px;
  display: block;
}
.biography .info {
  display: block;
}
@media (min-width: 760px) {
  .biography .info {
    border-right: 1px solid #ECECEC;
    margin-top: 0;
    margin-left: 12px;
    display: inline-block;
    vertical-align: bottom;
  }
}
.biography .info span {
  color: #999;
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  letter-spacing: 0.8px;
}
.biography > a {
  display: inline-block;
  vertical-align: baseline;
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  letter-spacing: 0.8px;
  margin-top: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 760px) {
  .biography > a {
    margin-left: 20px;
    margin-top: 0;
  }
}
.biography > a:hover {
  opacity: 0.7;
}
.biography > a:before {
  content: "+";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 100;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.biography > a.minimize:before {
  content: "-";
}
.works,
.related {
  margin-top: 20px;
}
@media (min-width: 760px) {
  .works,
  .related {
    margin-top: 37px;
  }
}
.works:not(.related),
.related:not(.related) {
  /*border-bottom: 1px solid #ececec;*/
  padding-bottom: 35px;
}
@media (min-width: 760px) {
  .works:not(.related),
  .related:not(.related) {
    /*padding-bottom: 70px;*/
    padding-bottom: 100px;
  }
}
.artwork {
  margin: 20px 0 0;
}
@media (min-width: 760px) {
  body.is-full .artwork {
    display: none;
  }
}
@media (min-width: 760px) {
  .artwork {
    margin: 40px 0 0;
  }
}
.artwork + .blocks {
  margin-top: 100px;
}
@media (max-width: 759px) {
  .artwork + .blocks {
    margin-top: 60px;
  }
}
.artwork.no-previews .previews {
  display: none;
}
.artwork.no-previews .details {
  width: 100%;
}
.artwork.no-previews .details > div:first-child {
  padding-left: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 760px) {
  .artwork.no-previews .details > div:first-child {
    padding-right: unset;
  }
}
.artwork .previews {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .artwork .previews {
    margin-bottom: 0;
    text-align: left;
    width: 120px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
}
.artwork .previews ul > li {
  width: 86px;
  height: 86px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  border: 1px solid #ECECEC;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 760px) {
  .artwork .previews ul > li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
  }
}
.artwork .previews ul > li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .artwork .previews ul > li:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media (min-width: 1000px) {
  .artwork .previews ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.artwork .previews ul > li.selected {
  border: 3px solid #ECECEC;
}
.artwork .previews ul > li.selected img {
  opacity: 1;
}
.artwork .previews ul > li:hover img {
  opacity: 1;
}
.artwork .previews ul > li img {
  opacity: 0.6;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.artwork .details {
  display: flex;
  width: 100%;
}
@media (min-width: 760px) {
  .artwork .details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
  }
}
@media (max-width: 760px) {
  .artwork .details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.artwork .details p {
  text-align: start;
}
.artwork .details .share-box {
  border-top: 1px solid #ECECEC;
  margin-top: 50px;
  padding-top: 35px;
}
@media (max-width: 759px) {
  .artwork .details .share-box {
    padding-top: 15px;
  }
}
.artwork .details > div {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 760px) {
  .artwork .details > div {
    /*padding: 0 10px;*/
    padding-left: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
}
.artwork .details > div:first-child {
  width: 100%;
  min-height: 300px;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .artwork .details > div:first-child {
    margin-bottom: 0;
    /*width: 55.5%;*/
    width: 50%;
  }
}
.artwork .details > div:first-child img.open-fullscreen {
  width: 100%;
  display: block;
  /*@media (max-width: 760px) {
                        pointer-events: none;
                    }*/
}
@media (min-width: 760px) {
  .artwork .details > div:first-child img.open-fullscreen {
    cursor: url(/images/plus.png), auto;
  }
}
@media (min-width: 760px) {
  .artwork .details > div:first-child h1,
  .artwork .details > div:first-child .h1 {
    display: none;
  }
}
.artwork .details > div:first-child > span {
  color: #999;
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  letter-spacing: 0.8px;
}
@media (min-width: 760px) {
  .artwork .details > div:first-child > span {
    display: none;
  }
}
.artwork .details > div:first-child > span a {
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.artwork .details > div:first-child > span a:hover {
  opacity: 0.7;
}
.artwork .details > div:last-child {
  width: 100%;
}
@media (min-width: 760px) {
  .artwork .details > div:last-child {
    /*width: 44.5%;*/
    width: 50%;
  }
}
@media only screen and (max-width: 760px) {
  .artwork .details > div:last-child {
    width: 100%;
    border-top: 1px solid;
  }
}
.artwork .details > div:last-child h1,
.artwork .details > div:last-child .h1 {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 760px) {
  .artwork .details > div:last-child h1,
  .artwork .details > div:last-child .h1 {
    display: none;
  }
}
.artwork .details > div:last-child > span {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 22px;
  color: #999;
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  letter-spacing: 0.8px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 760px) {
  .artwork .details > div:last-child > span {
    display: none;
  }
}
.artwork .details > div:last-child > span a {
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.artwork .details > div:last-child > span a:hover {
  opacity: 0.7;
}
.artwork .details > div:last-child .cms-txt {
  margin-top: 40px;
}
.artwork .details > div:last-child a.contact-us {
  margin-top: 50px;
  white-space: nowrap;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 16.5px 0;
  /*border-top: 1px solid #ECECEC;
                    border-bottom: 1px solid #ECECEC;*/
  background-color: #000;
  width: 496px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  text-transform: uppercase;
  /*&:before {
                        content: url(/images/arrow-right.png);
                        .inline-block(middle);
                        margin-right: 14px;
                        position: relative;
                    }*/
}
@media only screen and (max-width: 1100px) {
  .artwork .details > div:last-child a.contact-us {
    width: 150px;
  }
}
.artwork .details > div:last-child a.contact-us h3 {
  color: #fff;
}
.artwork .details > div:last-child a.contact-us:hover {
  opacity: 0.7;
  /*&:before{
                            -moz-animation: leftToRight 1s infinite;
                            -o-animation: leftToRight 1s infinite;
                            -webkit-animation: leftToRight 1s infinite;
                            animation: leftToRight 1s infinite;
                            .transition(1);
                        }*/
}
@media (max-width: 1100px) {
  .artwork .details > div:last-child a.contact-us span {
    display: none;
  }
}
.share-box {
  margin: 25px 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navbar .share-box {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 0;
}
.share-box span {
  color: #999;
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.share-box > div {
  display: inline-block;
  vertical-align: middle;
}
.share-box > div > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
  color: #CCC;
  font-size: 21px;
  font-size: 2.1rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.share-box > div > a:hover.fa-facebook {
  color: #3b5998;
}
.share-box > div > a:hover.fa-twitter {
  color: #00aced;
}
.share-box > div > a:hover.fa-linkedin {
  color: #007bb5;
}
.share-box > div > a:hover.fa-pinterest {
  color: #cb2027;
}
.fullscreen {
  background-size: 40px 40px;
  min-height: 0;
  height: 0;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  position: relative;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
body.is-full .fullscreen {
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
  opacity: 1;
  min-height: 200px;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  body.is-full .fullscreen {
    padding: 20px 0 0;
  }
}
@media (max-width: 1024px) {
  .fullscreen .swiper-container {
    padding-bottom: 60px;
    box-sizing: border-box;
  }
}
.fullscreen .swiper-container:not(.swiper-container-horizontal) .swiper-pagination,
.fullscreen .swiper-container:not(.swiper-container-horizontal) .swiper-button-prev,
.fullscreen .swiper-container:not(.swiper-container-horizontal) .swiper-button-next {
  display: none !important;
}
.fullscreen .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.fullscreen .swiper-pagination {
  display: none;
}
@media (max-width: 1024px) {
  .fullscreen .swiper-pagination {
    display: block;
  }
  .fullscreen .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.2;
  }
  .fullscreen .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .fullscreen .swiper-button-prev,
  .fullscreen .swiper-button-next {
    display: none !important;
  }
}
.fullscreen .arrows > a {
  width: 50%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
}
.fullscreen .arrows > a.prev-full {
  left: 0;
  cursor: url(/images/prev.png), auto;
}
.fullscreen .arrows > a.next-full {
  right: 0;
  cursor: url(/images/next.png), auto;
}
.navbar {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 23px;
  z-index: 1;
  width: 56%;
  display: none;
}
@media (min-width: 760px) {
  body.is-full .navbar {
    display: block;
  }
}
.pp-curtain {
  background-color: #000;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.pp-curtain.active {
  opacity: 0.8;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.pp-layer {
  background-color: #FFF;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 102;
  visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 760px) {
  .pp-layer {
    max-width: 870px;
    max-height: 543px;
    width: 90%;
    padding: 27px;
  }
}
.pp-layer.open {
  opacity: 1;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.pp-layer a.close-pp,
.pp-layer a.close-privacy {
  display: block;
  width: 48px;
  height: 48px;
  background: url(/images/close-pp.png) no-repeat 0 0;
  position: absolute;
  top: -3px;
  right: -5px;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 760px) and (min-height: 580px) {
  .pp-layer a.close-pp,
  .pp-layer a.close-privacy {
    top: -22px;
    right: -25px;
  }
}
.pp-layer a.close-pp:hover,
.pp-layer a.close-privacy:hover {
  opacity: 0.7;
}
.pp-layer .pp-container {
  position: relative;
  margin-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 520px;
  height: calc(100vh - 100px);
}
@media (min-width: 520px) {
  .pp-layer .pp-container {
    max-height: 440px;
  }
}
@media (min-width: 760px) {
  .pp-layer .pp-container {
    height: calc(100vh - 127px);
  }
}
.pp-layer .pp-container .wrapper {
  padding-right: 30px;
  font-size: 15px;
  font-size: 1.5rem;
}
.pp-layer .pp-container .wrapper > p:first-child {
  margin-top: 0;
}
.pp-layer .pp-container .wrapper a {
  -ms-word-break: break-all;
  word-break: break-all;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pp-layer .pp-container .wrapper a:hover {
  opacity: 0.7;
}
.pp-layer .pp-container > span {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
  display: block;
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 1;
}
@media (min-width: 760px) {
  .pp-layer .pp-container > span {
    font-size: 13px;
    font-size: 1.3rem;
    top: 4px;
  }
}
.pp-layer .pp-container form {
  margin: 0 -10px 0;
}
@media (min-width: 520px) {
  .pp-layer .pp-container form {
    margin: 27px -10px 0;
  }
}
.pp-layer .pp-container form label {
  display: block;
  width: 100%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media (min-width: 520px) {
  .pp-layer .pp-container form label {
    margin-bottom: 21px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
.pp-layer .pp-container form label:nth-last-of-type(2) {
  width: 100%;
}
.pp-layer .pp-container form label.check {
  width: 100%;
  position: relative;
}
.pp-layer .pp-container form label.check > a,
.pp-layer .pp-container form label.check > div,
.pp-layer .pp-container form label.check input,
.pp-layer .pp-container form label.check span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}
.pp-layer .pp-container form label.check > a,
.pp-layer .pp-container form label.check input {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}
.pp-layer .pp-container form label.check > a {
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pp-layer .pp-container form label.check > a:hover {
  opacity: 0.7;
}
.pp-layer .pp-container form label.check > div {
  position: relative;
  padding-left: 60px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pp-layer .pp-container form label.check > div input {
  left: 60px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pp-layer .pp-container form label.check > div span {
  margin-left: 30px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pp-layer .pp-container form label input,
.pp-layer .pp-container form label textarea,
.pp-layer .pp-container form label select {
  border: 1px solid #CCC;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
}
.pp-layer .pp-container form label input:focus,
.pp-layer .pp-container form label textarea:focus,
.pp-layer .pp-container form label select:focus {
  outline: none;
}
.pp-layer .pp-container form label select {
  padding: 9px 12px;
}
.pp-layer .pp-container form label textarea {
  min-height: 120px;
}
.pp-layer .pp-container form button[type="submit"] {
  display: block;
  margin: 0 auto;
  width: 260px;
  color: #FFF;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  background-color: #333;
  border: none;
  padding: 9.5px 0;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pp-layer .pp-container form button[type="submit"]:focus {
  outline: none;
}
.pp-layer .pp-container form button[type="submit"]:hover {
  opacity: 0.7;
}
.burger-menu {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 23px;
  z-index: 1;
  cursor: pointer;
  height: 14px;
}
@media only screen and (min-width: 769px) {
  .burger-menu {
    display: none;
  }
}
.burger-menu span,
.burger-menu span:before,
.burger-menu span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.burger-menu span {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.burger-menu span:before {
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
}
.burger-menu span:after {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}
.menu-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 255px;
  z-index: 103;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile.open {
  right: 0;
}
.menu-mobile .container {
  background-color: #D6D6D6;
  width: 255px;
  height: 100%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 23px;
}
.menu-mobile .container p {
  margin: 31px 0 0;
}
.menu-mobile .container p span {
  font-size: 19px;
  font-size: 1.9rem;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
}
.menu-mobile .container p a.close-menu {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.menu-mobile .container ul {
  margin-top: 35px;
}
.menu-mobile .container ul li:not(:last-child) {
  margin-bottom: 38px;
}
.menu-mobile .container ul li:last-child a:first-child {
  padding-right: 42px;
  border-right: 1px solid #000;
  margin-right: 42px;
}
.menu-mobile .container ul li:last-child a.selected {
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}
.menu-mobile .container ul li.selected a {
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}
.menu-mobile .container ul li a {
  font-size: 19px;
  font-size: 1.9rem;
  color: #666;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-mobile .container ul li a:hover {
  color: #FFF;
}
section.editorial {
  margin: 50px 0;
}
@media (max-width: 760px) {
  section.editorial {
    margin: 25px 0;
  }
}
section.editorial #map-canvas {
  width: 100%;
  height: 250px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 760px) {
  section.editorial #map-canvas {
    height: 400px;
  }
}
@media (min-width: 1000px) {
  section.editorial #map-canvas {
    height: 500px;
  }
}
section.editorial #map-canvas iframe {
  display: block;
  width: 100%;
  height: 100%;
}
section.editorial .video-canvas {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section.editorial .video-canvas iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.msg {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #990000;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.msg.confirm {
  background-color: #66CC00;
}
.error-txt {
  position: absolute;
  top: 10%;
  left: 23px;
  z-index: 1;
}
.error-txt p {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  color: #333;
}
@media (min-width: 760px) {
  .error-txt p {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (min-width: 1000px) {
  .error-txt p {
    font-size: 70px;
    font-size: 7rem;
  }
}
.error-txt a {
  font-size: 20px;
  font-size: 2rem;
}
.js .not-visible {
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}
.js .visible {
  opacity: 1;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
}
.js .scroll-in-view {
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}
@media (min-width: 1100px) {
  .js .scroll-in-view:not(.square) {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  span.square.js .scroll-in-view {
    margin-top: 50px;
  }
}
@-moz-keyframes leftToRight {
  0% {
    left: 0;
  }
  25% {
    left: 3px;
  }
  50% {
    left: 6px;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes leftToRight {
  0% {
    left: 0;
  }
  25% {
    left: 3px;
  }
  50% {
    left: 6px;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftToRight {
  0% {
    left: 0;
  }
  25% {
    left: 3px;
  }
  50% {
    left: 6px;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftToRight {
  0% {
    left: 0;
  }
  25% {
    left: 3px;
  }
  50% {
    left: 6px;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes rightToLeft {
  0% {
    left: 6px;
  }
  25% {
    left: 3px;
  }
  50% {
    left: 0;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 6px;
  }
}
@-ms-keyframes rightToLeft {
  0% {
    left: 6px;
  }
  25% {
    left: 3px;
  }
  50% {
    left: 0;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 6px;
  }
}
@-webkit-keyframes rightToLeft {
  0% {
    left: 6px;
  }
  25% {
    left: 3px;
  }
  50% {
    left: 0;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 6px;
  }
}
@keyframes rightToLeft {
  0% {
    left: 6px;
  }
  25% {
    left: 3px;
  }
  50% {
    left: 0;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 6px;
  }
}
/*@media only screen and (max-width: 760px){

    .home-intro.slider-immagini{
        display: none;
    }
}
@media only screen and (min-width: 760px) {

    .home-intro.slider-immagini-mobile {
        display: none;
    }
}*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide .main-container {
  height: 100%;
  padding: 0 14.5px;
}
.swiper-slide .slider-text {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 1600px) {
  .swiper-slide .slider-text {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1500px) {
  .swiper-slide .slider-text {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 760px) {
  .swiper-slide .slider-text {
    /*align-items: center;*/
    width: 100%;
    margin-left: unset;
  }
}
.swiper-slide .slider-text p#slider-text-title {
  /*display: flex;
            align-items: center;
            justify-content: center;
            width: 262px;
            background-color: #ffffff;
            font-size: 38px;
            font-weight: 700;
            height: 72px;*/
  margin: 0 0 3px 0;
  background-color: #ffffff;
  display: table;
  max-width: 100%;
  padding: 23px 33px;
  font-size: 38px;
  font-weight: 700;
}
.swiper-slide .slider-text p#slider-text-subtitle {
  /*display: flex;
            align-items: center;
            justify-content: center;
            width: 548px;
            background-color: #ffffff;
            font-size: 21px;
            font-weight: 700;
            height: 59px;*/
  margin: 3px 0 0 0;
  background-color: #ffffff;
  display: table;
  max-width: 100%;
  padding: 23px 33px;
  font-size: 21px;
  font-weight: 700;
}
.swiper-slide .slider-text span {
  display: table;
  max-width: 100%;
  margin-top: 38px;
}
.swiper-slide .slider-text span a {
  /*display: flex;
                justify-content: center;
                align-items: center;
                background-color: #000;
                border: none;
                outline: none;
                cursor: pointer;
                width: 100%;
                height: 51px;*/
  display: flex;
  align-items: center;
  text-decoration-color: none;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  padding: 23px 33px;
  background-color: #000;
  /*a {
                    text-decoration-color: none;
                    text-transform: uppercase;
                    font-size: 17px;
                    color: #fff;
                }*/
}
.swiper-slide .slider-text span a img {
  margin-left: 10px;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 9px;
  height: 9px;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 760px) {
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    display: none;
  }
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 760px) {
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .block.b33 {
    padding: 25px 40px;
    width: 33.3%;
  }
}
@media only screen and (max-width: 760px) {
  .block.b33 {
    padding: 25px 40px;
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .block.b33 {
    padding: 15px 15px;
    width: 50%;
  }
}
.works ul {
  display: flex;
  flex-flow: row wrap;
  margin: -40px;
}
@media only screen and (max-width: 500px) {
  .works ul {
    margin: unset;
  }
}
.works ul h3 {
  font-size: 17px;
}
@media only screen and (max-width: 500px) {
  .works ul h3 {
    font-size: 14px;
  }
}
#artisti h1 {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#artisti .cms-txt p {
  text-align: center;
}
#artisti ul {
  display: flex;
  flex-wrap: wrap;
  margin: -40px;
  margin-top: 70px;
}
@media only screen and (max-width: 500px) {
  #artisti ul {
    margin: 0 -15px;
  }
}
#artisti ul h3 {
  font-size: 17px;
}
@media only screen and (max-width: 425px) {
  #artisti ul h3 {
    font-size: 14px;
  }
}
.details {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .details .swiper-container {
    margin-top: 20px;
  }
}
.details .swiper-pagination {
  position: static;
  margin-top: 10px;
}
.details .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.2;
}
.details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #333;
}
.flexslider ol {
  display: none;
}
#logo {
  color: #333;
}
.biography + .works {
  margin-top: 60px;
  padding-bottom: 0;
}
.biography + .works + .blocks {
  margin-top: 100px;
}
@media only screen and (max-width: 760px) {
  .biography + .works + .blocks {
    margin-top: 0px;
  }
}
#artisti + .blocks {
  margin-top: 100px;
}
@media only screen and (max-width: 760px) {
  #artisti + .blocks {
    margin-top: 0px;
  }
}
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#foot {
  /*display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;*/
  width: 100%;
  /*height: 175px;*/
  background-color: #EEE;
  margin-top: 70px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  border-bottom: 9px solid #000;
}
@media only screen and (max-width: 760px) {
  #foot {
    margin-top: 35px;
  }
}
#foot .footer-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  #foot .footer-1 {
    height: 100%;
    flex-flow: wrap;
    justify-content: center;
    padding-bottom: 0;
  }
}
#foot .footer-1 #footer-links {
  width: 330px;
  display: flex;
  justify-content: space-around;
}
#foot .footer-1 #footer-links a:hover {
  opacity: 0.7;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 760px) {
  #foot .footer-1 #footer-links {
    width: 100%;
    justify-content: center;
  }
  #foot .footer-1 #footer-links a {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 760px) {
  #foot .footer-1 li {
    margin: 15px;
  }
}
#foot .footer-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-top: 15px;
  padding-bottom: 40px;
  font-size: 13px;
}
#foot .footer-2 a {
  text-decoration: underline;
}
@media only screen and (max-width: 760px) {
  #foot .footer-2 {
    flex-wrap: wrap;
    height: 100%;
  }
}
#foot .footer-2 #footer2-links {
  width: 245px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#foot .footer-2 #footer2-links a {
  text-decoration: none;
}
@media only screen and (max-width: 760px) {
  #foot .footer-2 #footer2-links {
    width: 100%;
    justify-content: center;
  }
  #foot .footer-2 #footer2-links a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 760px) {
  #foot .footer-2 li {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
.line {
  height: 9px;
  background-color: #000;
  width: 100%;
  position: relative;
  bottom: 0;
}
#bottom-navigation {
  margin-top: 70px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  .swiper-slide .slider-text span {
    margin-top: 25px;
  }
  .swiper-slide .slider-text span a {
    padding: 15px 20px;
  }
  .swiper-slide .slider-text p#slider-text-title {
    padding: 15px 20px;
    font-size: 34px;
  }
  .swiper-slide .slider-text p#slider-text-subtitle {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .swiper-slide .slider-text span {
    margin-top: 20px;
  }
  .swiper-slide .slider-text span a {
    padding: 12px 20px;
  }
  .swiper-slide .slider-text p#slider-text-title {
    padding: 13px 20px;
    font-size: 30px;
  }
  .swiper-slide .slider-text p#slider-text-subtitle {
    padding: 13px 20px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 1400px) {
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    width: 60px;
    height: 60px;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    width: 50px;
    height: 50px;
  }
  .swiper-button-next.swiper-button-white img,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white img {
    height: 13px;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    width: 50px;
    height: 50px;
  }
  .swiper-button-prev.swiper-button-white img,
  .swiper-container-rtl .swiper-button-next.swiper-button-white img {
    height: 13px;
  }
  div.swiper-slide div.slider-text p#slider-text-title {
    padding: 10px 25px;
    font-size: 30px;
  }
  div.swiper-slide div.slider-text p#slider-text-subtitle {
    padding: 10px 25px;
    font-size: 19px;
  }
  .swiper-slide .slider-text span {
    margin-top: 15px;
  }
  .swiper-slide .slider-text span a {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 900px) {
  div.artwork div.details div.share-box {
    margin-top: 30px;
  }
  .artwork .details > div:last-child a.contact-us {
    margin-top: 30px;
  }
  #bottom-navigation {
    margin-top: 30px;
  }
  div.swiper-slide div.slider-text {
    width: 100%;
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next.swiper-button-white img,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white img {
    height: 12px;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    width: 40px;
    height: 40px;
  }
  .swiper-button-prev.swiper-button-white img,
  .swiper-container-rtl .swiper-button-next.swiper-button-white img {
    height: 12px;
  }
  div.swiper-slide div.slider-text p#slider-text-title {
    padding: 10px 20px;
    font-size: 27px;
  }
  div.swiper-slide div.slider-text p#slider-text-subtitle {
    padding: 10px 20px;
    font-size: 18px;
  }
  .swiper-slide .slider-text span a {
    padding: 10px 20px;
    font-size: 15px;
  }
  .swiper-slide .slider-text span img {
    height: 11px;
  }
}
@media only screen and (max-width: 760px) {
  div.artwork div.details div.share-box {
    margin-top: 50px;
  }
  #bottom-navigation {
    margin-top: 50px;
  }
  .flexslider {
    height: auto;
  }
  div.swiper-slide div.slider-text p#slider-text-subtitle {
    padding: 8px 15px;
    font-size: 17px;
  }
  div.swiper-slide div.slider-text p#slider-text-title {
    padding: 8px 15px;
    font-size: 25px;
  }
  .swiper-slide .slider-text span {
    margin-top: 10px;
  }
  .swiper-slide .slider-text span a {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  div.swiper-slide div.slider-text p#slider-text-title {
    padding: 5px 15px;
    font-size: 24px;
  }
  div.swiper-slide div.slider-text p#slider-text-subtitle {
    padding: 5px 15px;
    font-size: 15px;
  }
  .swiper-slide .slider-text span a {
    padding: 5px 15px;
    font-size: 14px;
  }
  .swiper-slide .slider-text span img {
    height: 10px;
  }
}
@media only screen and (max-width: 425px) {
  div.swiper-slide div.slider-text p#slider-text-title {
    padding: 6px 11px;
    font-size: 17px;
  }
  div.swiper-slide div.slider-text p#slider-text-subtitle {
    padding: 5px 11px;
    font-size: 13px;
  }
  .swiper-slide .slider-text span {
    margin-top: 10px;
  }
  .swiper-slide .slider-text span a {
    padding: 6px 11px;
    font-size: 12px;
  }
  .swiper-slide .slider-text span img {
    height: 9px;
  }
  .biography + .works {
    margin-top: 20px;
  }
  .footer-2 li {
    font-size: 11px;
  }
  #foot .footer-1 #footer-links {
    justify-content: space-around;
  }
  #foot .footer-1 #footer-links a {
    margin: 0;
  }
}
@media only screen and (max-width: 375px) {
  div.swiper-slide div.slider-text p#slider-text-title {
    padding: 3px 8px;
    font-size: 15px;
  }
  div.swiper-slide div.slider-text p#slider-text-subtitle {
    padding: 3px 8px;
    font-size: 11px;
  }
  .swiper-slide .slider-text span {
    margin-top: 10px;
  }
  .swiper-slide .slider-text span a {
    font-size: 11px;
    padding: 4px 8px;
  }
  .swiper-slide .slider-text span a img {
    height: 8px;
  }
}
/* ARTISTI - animazione hover blocchi*/
li.block.b33 > a:hover figure:before {
  opacity: 0.6;
}
li.block.b33 > a:hover figure:after {
  opacity: 1;
}
li.block.b33 > a:hover figure img {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
li.block.b33 > a figure {
  overflow: hidden;
  position: relative;
  background: url(/images/loader.gif) no-repeat 50% 50%;
  background-size: 40px 40px;
  min-height: 60px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.related li.block.b33 > a figure {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
li.block.b33 > a figure:before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
li.block.b33 > a figure:after {
  content: "+";
  display: block;
  color: #FFF;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
li.block.b33 > a figure img {
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.cms-txt p,
.cms-txt ul {
  /*@media only screen and (max-width: 425px) {
            font-size: 14px;
        }*/
}
@media only screen and (max-width: 768px) {
  .cms-txt p,
  .cms-txt ul {
    font-size: 14px;
  }
}
.blog-row .cms-txt {
  text-align: center;
  margin: 30px 0;
}
.blog-row .cms-txt p {
  margin: 0;
  text-align: center;
}
.blog-category {
  transition: all 0.5s ease-in-out;
  transition-delay: 0.1s;
  margin: 40px 0;
}
@media only screen and (max-width: 425px) {
  .blog-category {
    margin: 40px 0 60px;
  }
}
.blog-category ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
.blog-category ul li {
  flex-shrink: 0;
}
@media only screen and (max-width: 425px) {
  .blog-category ul li {
    font-size: 14px;
  }
}
.blog-category ul li:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (max-width: 425px) {
  .blog-category ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.blog-category ul li a {
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
}
.blog-category ul li a:hover,
.blog-category ul li a.selected {
  opacity: 0.5;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin: -40px;
  margin-top: 70px;
}
@media only screen and (max-width: 500px) {
  .blog-list {
    margin: -15px;
  }
}
@media only screen and (max-width: 425px) {
  .blog-list h3 {
    font-size: 14px;
  }
}
.post-container {
  padding-top: 70px;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .post-container {
    padding-top: 40px;
  }
}
.post-container > figure {
  margin-bottom: 40px;
}
.post-container > figure img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.post-container .video-canvas {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.post-container .video-canvas iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.post-container .row {
  margin: 35px 0;
}
@media only screen and (max-width: 760px) {
  .post-container .row {
    margin: 35px 0;
  }
}
.post-container .row .cms-txt p:only-child,
.post-container .row .cms-txt ul:only-child {
  margin: 0;
}
.post-container .row .cms-txt p:first-child,
.post-container .row .cms-txt ul:first-child {
  margin-top: 0;
}
.post-container .row .cms-txt p:last-child,
.post-container .row .cms-txt ul:last-child {
  margin-bottom: 0;
}
.post-container .row .flexslider {
  margin-bottom: 0;
}
.post-header {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 760px) {
  .post-header {
    margin-bottom: 40px;
  }
}
.post-header h1 {
  margin: 10px 0;
}
.post-category {
  text-transform: uppercase;
  font-size: 14px;
}
.post-category a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-category a:hover {
  opacity: 0.7;
}
.blog-related {
  margin: 70px 0 40px;
}
.blog-related .blog-list {
  margin-top: 20px;
}
.all.current-page > a {
  pointer-events: none;
}
.all.current-page > a:before {
  display: none !important;
}
.loading-layer {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(/images/loader.gif) no-repeat 50% 50% rgba(255, 255, 255, 0.6);
  z-index: 9999;
}