article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.simple-button,
.simple-button:visited {
  font-family: "ff-tisa-web-pro", serif;
  padding-left: 40px;
  padding-right: 5px;
  text-decoration: none;
  color: #333333;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.simple-button i,
.simple-button:visited i {
  font-size: 30px;
  position: absolute;
  left: 1px;
  top: 0;
}
.simple-button:hover,
.simple-button:visited:hover {
  padding-left: 42px;
  padding-right: 0;
}
.button,
.button:visited {
  position: relative;
  outline: none;
  overflow: hidden;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #2b658b;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: -moz-linear-gradient(157deg,#2a749c 0%,#2b658b 100%);
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#2b658b),color-stop(100%,#2a749c));
  background: -webkit-linear-gradient(157deg,#2a749c 0%,#2b658b 100%);
  background: -o-linear-gradient(157deg,#2a749c 0%,#2b658b 100%);
  background: -ms-linear-gradient(157deg,#2a749c 0%,#2b658b 100%);
  background: linear-gradient(293deg,#2a749c 0%,#2b658b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B658B',endColorstr='#2A749C',GradientType=1);
}
.button:before,
.button:visited:before {
  content: '';
  position: absolute;
  z-index: 5;
  -webkit-transition: left 0.6s cubic-bezier(.6,.42,.35,.87);
  transition: left 0.6s cubic-bezier(.6,.42,.35,.87);
  width: 140%;
  height: 400%;
  background: rgba(0,0,0,0.3);
  left: 160%;
  top: -100%;
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  color: white;
}
.button:hover:before,
.button:focus:before,
.button:visited:hover:before,
.button:visited:focus:before {
  left: -20%;
}
.button span,
.button:visited span {
  position: relative;
  z-index: 10;
}
.button.button-contact,
.button:visited.button-contact {
  width: 300px;
  margin: 80px auto 10px;
  padding: 10px 40px;
  font-size: 18px;
  text-align: center;
  display: block;
  background: none;
  border-color: white;
  text-shadow: none;
}
.button.button-contact:before,
.button:visited.button-contact:before {
  background: rgba(255,255,255,0.3);
}
.button.buy,
.button:visited.buy {
  min-width: 180px;
}
.centerVertically {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
html,
body {
  height: 100%;
}
body {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 100%;
  color: #505050;
}
::selection {
  background: #2a749c;
  color: white;
}
::-moz-selection {
  background: #2a749c;
  color: white;
}
.visible-phone {
  display: block;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: none;
}
.hidden-phone {
  display: none;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: block;
}
.hide {
  display: none;
}
.wrap {
  width: 96%;
  margin: 0 auto;
}
#container {
  position: relative;
}
a,
a:visited {
  color: #2a749c;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #205978;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: #205978;
}
h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.3;
  letter-spacing: .5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}
.qtranxs_language_chooser {
  float: right;
  list-style: none;
  margin: 10px;
}
.qtranxs_language_chooser li {
  float: left;
  border-right: 1px solid black;
}
.qtranxs_language_chooser li:last-child {
  border-right: none;
}
.qtranxs_language_chooser li:last-child a {
  margin-right: 0;
}
.qtranxs_language_chooser li.active a {
  font-weight: bold;
}
.qtranxs_language_chooser li a {
  display: block;
  margin: 0 10px;
  color: #505050;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 15px;
  font-size: 15px;
}
.header #inner-header .qtranxs_language_chooser {
  display: none;
}
.header .sitename {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.header .sitename img {
  max-width: 160px;
}
.header nav {
  padding-top: 65px;
}
.header nav ul.nav li,
.header nav div.nav ul li {
  display: inline-block;
  position: relative;
}
.header nav ul.nav li a,
.header nav div.nav ul li a {
  padding: 10px 10px;
  color: #171717;
}
nav ul.nav,
nav div.nav ul {
  list-style: none;
  text-align: center;
}
nav ul.nav li a,
nav div.nav ul li a {
  display: block;
  text-decoration: none;
}
nav ul.nav li a:hover,
nav div.nav ul li a:hover {
  text-decoration: none;
}
body.page-template-default #content {
  padding-bottom: 57px;
}
body.page-template-default #content #inner-content {
  text-align: center;
  padding: 4% 0 7% 0;
}
body.page-template-default footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
body.home {
  background-image: url('../images/home_bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body.home h2 {
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 1px;
}
body.home h2:before {
  content: "";
}
#content #inner-content {
  position: relative;
  overflow: hidden;
}
.fullscreen {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 580px;
}
.screen-1 .text-block,
.screen-2 .text-block,
.screen-3 .text-block {
  padding: 40px 2px;
  max-width: 300px;
  margin: 0 auto;
}
.screen-1 .text-block h1,
.screen-2 .text-block h1,
.screen-3 .text-block h1 {
  color: #47688B;
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 26px;
}
.screen-1 .text-block .description,
.screen-2 .text-block .description,
.screen-3 .text-block .description {
  font-size: 16px;
  line-height: 22px;
}
.screen-1 .text-block p,
.screen-2 .text-block p,
.screen-3 .text-block p {
  margin: 20px 0 40px;
  font-family: "ff-tisa-web-pro", serif;
  line-height: 28px;
}
.screen-1 .text-block a.simple-button,
.screen-2 .text-block a.simple-button,
.screen-3 .text-block a.simple-button {
  display: inline-block;
  padding-bottom: 5px;
  cursor: pointer;
}
.screen-1 {
  background-image: url("../images/home_bg.jpg");
  background-size: cover;
  padding: 30px 0 0 0;
}
.screen-1 .home-photo img {
  display: none;
}
.screen-1 .picture-vertical-wrapper {
  position: relative;
  width: 274px;
  height: 411px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  display: none;
}
.screen-1 .picture-vertical-wrapper .picture {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 274px;
  height: 411px;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  box-shadow: 0 8px 28px rgba(0,0,0,0.2), 0 4px 10px rgba(0,0,0,0.22), inset 0px 0px 1px 0px rgba(255,255,255,0.4);
}
.screen-1 .picture-frame-wrapper {
  width: 300px;
  margin: 0 auto;
}
.screen-1 .picture-frame-wrapper .picture-frame {
  width: 300px;
  height: 200px;
  position: relative;
  box-shadow: 7px 16px 33px rgba(0,0,0,0.2), 1px 4px 9px rgba(0,0,0,0.14), inset 0px -1px 1px 0px rgba(255,255,255,0.4);
}
.screen-1 .picture-frame-wrapper .picture-frame:before {
  content: "";
  display: block;
  width: 300px;
  height: 200px;
  background-image: url("../images/frame@2x.png");
  background-position: center center;
  background-size: 300px 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.screen-1 .picture-frame-wrapper .picture-frame:after {
  content: '';
  display: block;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
  width: 272px;
  height: 172px;
  position: absolute;
  top: 15px;
  left: 13px;
}
.screen-1 .picture-frame-wrapper .picture-frame .frame-photo {
  max-width: 255px;
}
.screen-1 .picture-frame-wrapper .picture-frame .frame-photo img {
  margin: 13px;
  width: 107%;
}
.screen-1 .buy-button {
  float: left;
  margin-top: 15px;
}
.screen-1 .gallery-button {
  margin-top: 20px;
}
.screen-1 .gallery-button .icon-gallery {
  border: 1px solid #333333;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
.screen-2 {
  background-image: url("../images/brick-wall-3.jpg");
  background-size: cover;
  padding: 50px 0;
}
.screen-2 .image-wrapper {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.screen-2 .image-wrapper .picture-frame {
  width: 100%;
  height: 200px;
  position: relative;
  box-shadow: 7px 16px 33px rgba(0,0,0,0.2), 1px 4px 9px rgba(0,0,0,0.14), inset 0px -1px 1px 0px rgba(255,255,255,0.4);
}
.screen-2 .image-wrapper .picture-frame:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-image: url("../images/frame@2x.png");
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.screen-2 .image-wrapper .picture-frame:after {
  content: '';
  display: block;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
  width: 272px;
  height: 172px;
  position: absolute;
  top: 15px;
  left: 13px;
}
.screen-2 .image-wrapper .picture-frame .frame-photo {
  max-width: 272px;
}
.screen-2 .image-wrapper .picture-frame .frame-photo img {
  margin: 13px;
  width: 100%;
}
.screen-2 .image-wrapper .buy-button {
  float: left;
  margin-top: 15px;
}
.screen-2.acrylic .image {
  box-shadow: 0 8px 28px rgba(0,0,0,0.2), 0 4px 10px rgba(0,0,0,0.22), inset 0px -1px 1px 0px rgba(255,255,255,0.4);
}
.screen-2.acrylic .image:before,
.screen-2.acrylic .image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 30%;
  top: 0;
  bottom: 0;
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../images/glare@2x.png");
  background-size: cover;
  z-index: 2;
}
.screen-2.paper .image {
  box-shadow: -2px 16px 31px rgba(0,0,0,0.3), 1px 4px 9px rgba(0,0,0,0.24), inset 0px -1px 1px 0px rgba(255,255,255,0.4), 9px 27px 34px 16px rgba(0,0,0,0.1);
  position: relative;
}
.screen-2.paper .image:before {
  content: "";
  display: block;
  max-width: 842px;
  width: 100%;
  height: 100%;
  background-image: url("../images/large-frame.png");
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.screen-2.paper .image:after {
  content: '';
  display: block;
  box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.3);
  width: 87.5%;
  height: 84.5%;
  position: absolute;
  top: 8%;
  left: 6%;
  z-index: 5;
}
.screen-2 .support {
  width: 300px;
  margin: 0 auto 20px auto;
}
.screen-2 .support .support-inner .selected-bar.acrylic {
  width: 33%;
  right: 176px;
}
.screen-2 .support .support-inner .selected-bar.paper {
  width: 16%;
  right: 51px;
}
.screen-2 .text-block {
  padding-top: 40px;
}
.screen-3 .map {
  background-image: url("../images/map.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 750px;
}
.screen-3 .map:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 400px;
  bottom: 0;
  background: -moz-linear-gradient(45deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,0.95) 100%);
  background: -webkit-linear-gradient(45deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,0.95) 100%);
  background: linear-gradient(45deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#b3ffffff',GradientType=1);
}
.screen-3 .text-block {
  position: relative;
  z-index: 5;
  padding-top: 430px;
}
.section {
  margin-top: 50px;
}
.section .section-image .image {
  opacity: 0;
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.8s cubic-bezier(.25,.46,.45,.94) 0.2s;
  transition: all 0.8s cubic-bezier(.25,.46,.45,.94) 0.2s;
}
.section .section-image .image.show {
  opacity: 1;
}
.section .section-image .image.mobile {
  opacity: 1;
  transition: none;
  transform: none;
}
.section .section-description {
  opacity: 0;
  padding: 25px 0 35px 0;
}
.section .section-description.show {
  -webkit-animation: slideIn 0.7s ease 0.25s forwards;
  animation: slideIn 0.7s ease 0.25s forwards;
}
.section .section-description.mobile {
  opacity: 1;
  transition: none;
  transform: none;
}
.call-to-action {
  margin: 40px auto 100px;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  font-style: italic;
  color: #47688B;
}
.call-to-action .text {
  display: inline-block;
}
.call-to-action .text a {
  position: relative;
  color: #47688B;
  text-decoration: none;
}
.call-to-action .text a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  height: 5px;
  width: 100%;
  background-color: #47688B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.call-to-action .text a:hover {
  color: #205978;
}
.call-to-action .text a:hover:after {
  width: 0;
}
body.page-template-page-gallery h1,
body.author h1 {
  text-align: center;
}
body.page-template-page-gallery #content,
body.author #content {
  padding-bottom: 100px;
}
body.page-template-page-contact #content,
body.page-template-page-about #content {
  padding: 0 0 150px;
}
body.page-template-page-contact .fullscreen,
body.page-template-page-contact .section-1,
body.page-template-page-about .fullscreen,
body.page-template-page-about .section-1 {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
body.page-template-page-contact .fullscreen h1,
body.page-template-page-contact .section-1 h1,
body.page-template-page-about .fullscreen h1,
body.page-template-page-about .section-1 h1 {
  text-align: center;
  max-width: 960px;
  color: white;
  line-height: 1.05;
  padding: 0 20px;
}
body.page-template-page-contact .section-description,
body.page-template-page-about .section-description {
  opacity: 0;
  max-width: 750px;
  margin: 50px auto 0;
  padding-left: 5px;
}
body.page-template-page-contact .section-description h2,
body.page-template-page-about .section-description h2 {
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
body.page-template-page-contact .section-description.show,
body.page-template-page-about .section-description.show {
  -webkit-animation: slideIn 0.7s ease 0.25s forwards;
  animation: slideIn 0.7s ease 0.25s forwards;
}
body.page-template-page-contact .section-description.mobile,
body.page-template-page-about .section-description.mobile {
  opacity: 1;
  transition: none;
  transform: none;
}
body.page-template-page-contact .about-images,
body.page-template-page-about .about-images {
  margin: 50px 0 0 0;
  width: 100%;
  position: relative;
  text-align: center;
}
body.page-template-page-contact .about-images img,
body.page-template-page-about .about-images img {
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
}
.fullscreen,
.section-1 {
  min-height: 400px;
}
body.page-template-page-about .fullscreen {
  background-color: #e1e7e9;
}
body.page-template-page-contact .section-1 {
  background-color: #e1e7e9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.page-template-page-contact .faq-wrapper {
  max-width: 960px;
  width: 94%;
  margin: 40px auto 0;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
}
body.page-template-page-contact .faq-wrapper .collapse-all {
  opacity: 0;
  cursor: pointer;
  padding: 20px;
  z-index: 10;
  right: 0;
  top: -20px;
  transition: opacity 0.8s cubic-bezier(.25,.46,.45,.94) 0.35s;
}
body.page-template-page-contact .faq-wrapper .collapse-all span {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s cubic-bezier(.25,.46,.45,.94) 0s;
}
body.page-template-page-contact .faq-wrapper .collapse-all .expand-text {
  opacity: 1;
}
body.page-template-page-contact .faq-wrapper .collapse-all .collapse-text {
  opacity: 0;
}
body.page-template-page-contact .faq-wrapper .collapse-all.show {
  opacity: 1;
}
body.page-template-page-contact .faq-wrapper .collapse-all.expanded .expand-text {
  opacity: 0;
}
body.page-template-page-contact .faq-wrapper .collapse-all.expanded .collapse-text {
  opacity: 1;
}
body.page-template-page-contact .faq-wrapper .collapse-all.mobile {
  opacity: 1;
  transition: none;
  transform: none;
}
body.page-template-page-contact .faq-row {
  padding: 0 5px;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer;
  opacity: 0;
}
body.page-template-page-contact .faq-row.show {
  -webkit-animation: fromBot 0.65s normal .35s forwards cubic-bezier(.25,.46,.45,.94);
  animation: fromBot 0.65s normal .35s forwards cubic-bezier(.25,.46,.45,.94);
}
body.page-template-page-contact .faq-row.mobile {
  opacity: 1;
  transition: none;
  transform: none;
}
body.page-template-page-contact .faq-row.open .icon-arrow-down {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
body.page-template-page-contact .faq-row header h2 {
  margin: 12px 0;
  letter-spacing: 1px;
  position: relative;
  font-size: 15px;
}
body.page-template-page-contact .faq-row header h2 i {
  position: absolute;
  margin-top: -2px;
}
body.page-template-page-contact .faq-row header h2 div {
  margin-left: 35px;
}
body.page-template-page-contact .faq-row .entry-content {
  display: none;
  overflow: hidden;
}
body.page-template-page-contact .faq-row .entry-content p {
  opacity: 1;
  transition: margin 0.5s ease, opacity 1s ease 0.3s;
  margin: 0 0 15px 0;
  position: relative;
  bottom: 0;
}
ul.photo-list {
  list-style: none;
  text-align: center;
}
ul.photo-list li {
  margin: 10px 10px 20px 10px;
  display: inline-block;
}
ul.photo-list li a {
  text-decoration: none;
  color: #505050;
  max-width: 100%;
  display: inline-block;
}
ul.photo-list li a:hover {
  color: #505050;
}
ul.photo-list li.square {
  max-width: 75%;
}
ul.photo-list li.portrait {
  max-width: 60%;
}
ul.photo-list li .photo-info {
  text-align: center;
  margin-top: 5px;
}
ul.photo-list li .photo-info h2 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.photo-list li .photo-info .photo-location {
  font-size: 12px;
}
ul.photo-list li .photo-info .photo-author {
  font-size: 12px;
}
body.single-photo h1 {
  font-size: 20px;
  margin: 0 0 2px 0;
  line-height: 20px;
}
body.single-photo .photo-container {
  height: 100%;
  margin-bottom: 60px;
}
body.single-photo .photo-container .photo {
  height: 100%;
  min-height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.single-photo .photo-info-container {
  position: relative;
  padding: 15px 15px 50px;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
body.single-photo .photo-info-container .cancel-order {
  opacity: 0;
  pointer-events: none;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .photo-location {
  font-size: 12px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .photo-author {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 10px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .photo-description {
  margin-bottom: 20px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .photo-description p {
  margin-top: 0;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container {
  margin-bottom: 25px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container {
  margin-bottom: 25px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container.format-landscape .rectangle-sizes {
  width: 120px;
  height: 80px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container.format-portrait .rectangle-sizes {
  width: 80px;
  height: 120px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container.format-square .rectangle-sizes {
  width: 100px;
  height: 100px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes {
  float: left;
  position: relative;
  background-color: #ebebeb;
  border-radius: 3px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size {
  position: absolute;
  left: 2px;
  bottom: 2px;
  border: 2px solid #D7D7D7;
  border-left: 0;
  border-bottom: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size.active {
  border-color: #399db8;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size.active:hover {
  border-color: #399db8;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size:hover {
  border-color: #399db8;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size.rectangle-size-132,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size.rectangle-size-178 {
  width: 33.3%;
  height: 33.3%;
  z-index: 10;
  border-left: 0;
  border-bottom: 0;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size.rectangle-size-134,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size.rectangle-size-180 {
  width: 66.6%;
  height: 66.6%;
  z-index: 9;
  border-left: 0;
  border-bottom: 0;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size.rectangle-size-136,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .rectangle-sizes .rectangle-size.rectangle-size-182 {
  width: 100%;
  height: 100%;
  z-index: 8;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-base,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-132,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-134,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-136,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-178,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-180,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-182,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-base,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-132,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-134,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-136,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-178,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-180,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-182 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #399db8;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-base.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-132.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-134.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-136.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-178.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-180.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-182.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-base.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-132.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-134.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-136.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-178.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-180.active,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-182.active {
  opacity: 1;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-base,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-132,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-134,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-136,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-178,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-180,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-182 {
  height: 2px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-base {
  width: calc(100% + 2px);
  z-index: 1;
  opacity: 1;
  background-color: lightgray;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-132,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-178 {
  width: calc(33.3% + 2px);
  z-index: 10;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-134,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-180 {
  width: calc(66.6% + 2px);
  z-index: 9;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-136,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .bottom-border-182 {
  width: calc(100% + 2px);
  z-index: 8;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-base,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-132,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-134,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-136,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-178,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-180,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-182 {
  width: 2px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-base {
  height: calc(100% + 2px);
  z-index: 1;
  opacity: 1;
  background-color: lightgray;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-132,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-178 {
  height: calc(33.3% + 2px);
  z-index: 10;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-134,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-180 {
  height: calc(66.6% + 2px);
  z-index: 9;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-136,
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .left-border-182 {
  height: calc(100% + 2px);
  z-index: 8;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .measurements-sizes {
  float: left;
  margin-left: 20px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .measurements-sizes .metric .tooltip {
  display: none;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .measurements-sizes .measurement-size {
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .measurements-sizes .measurement-size.active {
  color: #399db8;
  font-weight: 700;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .measurements-sizes .measurement-size:hover {
  color: #399db8;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .price {
  font-weight: 700;
  font-size: 25px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .limited-edition {
  margin-bottom: 20px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .limited-edition .limited-rest {
  font-weight: 700;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .support-details-container {
  margin-bottom: 40px;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .support-details-container h2 {
  color: #2a749c;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .support-details-container .support-details h3 {
  margin: 3px 0 0 0;
  font-family: "ff-tisa-web-pro", serif;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .support-details-container .support-details p {
  margin: 3px 0 0 0;
}
body.single-photo .photo-info-container .photo-info-inner .photo-info .button.buy {
  display: none;
}
body.single-photo .photo-info-container .photo-info-inner .order-form-container .gfield_hidden_product,
body.single-photo .photo-info-container .photo-info-inner .order-form-container .gfield_visibility_hidden,
body.single-photo .photo-info-container .photo-info-inner .order-form-container .gform_validation_container {
  display: none !important;
}
body.single-photo .photo-info-container .photo-info-inner .order-form-container #field_1_14,
body.single-photo .photo-info-container .photo-info-inner .order-form-container #field_1_19 {
  display: none !important;
}
body.single-photo .photo-info-container .photo-info-inner .order-form-container .gform_body ul {
  list-style: none;
}
body.single-photo .photo-info-container .photo-info-inner .order-form-container .gform_footer {
  margin-top: 20px;
}
body.single-photo .photo-info-container .photo-info-inner .order-form-container .gform_footer .button {
  width: 100%;
}
.support {
  margin-bottom: 35px;
  display: none;
}
.support .support-inner {
  border-bottom: 1px solid #D7D7D7;
  position: relative;
}
.support .support-inner .support-type {
  text-align: center;
  padding: 1px 0 4px 0;
  float: left;
  width: 50%;
  font-weight: bold;
  cursor: pointer;
}
.support .support-inner .acrylic {
  border-right: 1px solid #D7D7D7;
}
.support .support-inner .selected-bar {
  position: absolute;
  bottom: -3px;
  height: 5px;
  border-radius: 5px;
  background-color: #399db8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.support .support-inner .selected-bar.acrylic {
  width: 38%;
  right: 140px;
}
.support .support-inner .selected-bar.paper {
  width: 20%;
  right: 37px;
}
.order-form-container .validation_error {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  color: #b20000;
}
.order-form-container .gfield {
  position: relative;
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid #D7D7D7;
}
.order-form-container .gfield .validation_message {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #b20000;
  font-size: 12px;
}
.order-form-container .gfield .gfield_label,
.order-form-container .gfield .ginput_complex label {
  font-weight: 700;
  position: absolute;
  max-width: 200px;
  left: 10px;
  top: 5px;
  color: #6a6a6a;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.order-form-container .gfield .ginput_container {
  min-height: 60px;
}
.order-form-container .gfield input[type="text"],
.order-form-container .gfield input[type="email"],
.order-form-container .gfield input[type="tel"],
.order-form-container .gfield textarea {
  border: none;
  text-indent: 20px;
  width: 100%;
  outline: none;
  font-size: 14px;
  color: #6a6a6a;
}
.order-form-container .gfield .ginput_container_checkbox label {
  cursor: pointer;
  max-width: 400px;
  display: inline-block;
}
.order-form-container .gfield .ginput_container_checkbox .gfield_checkbox > li {
  position: relative;
  padding: 30px 10px 10px 70px;
  min-height: 75px;
}
.order-form-container .gfield input[type="checkbox"] {
  display: none;
}
.order-form-container .gfield input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 35px;
  display: block;
  border: 2px solid #2a749c;
  height: 25px;
  width: 25px;
  border-radius: 4px;
}
.order-form-container .gfield input[type="checkbox"] + label:after {
  display: none;
}
.order-form-container .gfield input[type="checkbox"]:checked + label:before {
  background-color: #2a749c;
}
.order-form-container .gfield input {
  min-height: 60px;
  padding-top: 20px;
}
.order-form-container .gfield textarea {
  height: 100px;
  text-indent: 0;
  padding: 28px 20px;
}
.order-form-container .gfield select {
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0;
  text-indent: 20px;
  color: #505050;
  cursor: pointer;
}
.order-form-container .gfield .ginput_container_singleproduct {
  line-height: 60px;
  padding-left: 20px;
  max-height: 60px;
}
.order-form-container .gfield .ginput_container_singleproduct .ginput_product_price_label,
.order-form-container .gfield .ginput_container_singleproduct .ginput_product_price {
  padding-top: 10px;
  display: inline-block;
}
.order-form-container .gfield #gf_coupons_container_1 input[type=text] {
  float: left;
  max-width: 60%;
}
.order-form-container .gfield #gf_coupons_container_1 input[type=button] {
  float: right;
  min-height: 25px;
  max-width: 120px;
  padding-top: 5px;
  cursor: pointer;
  margin-top: 7px;
}
.order-form-container .gfield #gf_coupons_container_1 #gf_coupon_info {
  padding-left: 10px;
  display: inline-block;
}
.order-form-container .gfield #gf_coupons_container_1 #gf_coupon_info .gf_coupon_item td {
  border-bottom: 0;
}
.order-form-container .gfield #gf_coupons_container_1 #gf_coupon_info .gf_coupon_item .gf_coupon_name_container a {
  margin-top: 0;
  margin-right: 10px;
}
.order-form-container .gfield .ginput_complex > span {
  width: 100%;
  position: relative;
  display: block;
  border-bottom: 1px solid #D7D7D7;
}
.order-form-container .gfield .ginput_complex > span input,
.order-form-container .gfield .ginput_complex > span select {
  min-height: 60px;
}
.order-form-container .gfield .ginput_complex > span.address_country {
  min-height: 60px;
  border-bottom: none;
}
.order-form-container .gfield .ginput_container_select select {
  min-height: 60px;
}
.order-form-container .gfield .ginput_container_select:after {
  content: "\e904";
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  font-family: handpict;
  font-size: 31px;
  color: #505050;
  right: 10px;
  top: 20px;
  pointer-events: none;
}
.order-form-container .gfield .gfield_required {
  display: none;
}
.order-form-container .gfield.gfield_contains_required > label:after,
.order-form-container .gfield.gfield_contains_required select[aria-required='true'] + label:after,
.order-form-container .gfield.gfield_contains_required input[aria-required='true'] + label:after {
  content: "*";
  position: absolute;
  right: -10px;
  top: 0;
  font-size: 12px;
  display: block;
}
.order-form-container .gfield#field_1_32 {
  border-top: 1px solid #D7D7D7;
}
.order-form-container .gfield#field_1_26 label,
.order-form-container .gfield#field_1_9 label {
  max-width: 100%;
  position: relative;
  left: auto;
  top: auto;
  display: inline-block;
}
.order-form-container .gfield#field_1_26 .ginput_container,
.order-form-container .gfield#field_1_9 .ginput_container {
  border-left: 0;
  display: inline-block;
}
.order-form-container .gfield#field_1_26 .ginput_container {
  margin-left: 10px;
}
.order-form-container .gfield#field_1_9 {
  padding: 50px 0;
  border-bottom: 0;
  text-align: center;
}
.order-form-container .gfield#field_1_9 .ginput_container {
  font-size: 18px;
  margin-left: 10px;
  min-height: auto;
  color: #2a749c;
}
.order-form-container .gfield#field_1_9 label {
  font-size: 18px;
  color: #2a749c;
}
.order-form-container .gfield#field_1_3 > label,
.order-form-container .gfield#field_1_5 > label {
  display: none;
}
.order-form-container .gfield#field_1_42 label#label_1_42_1 {
  line-height: 37px;
}
.thumbnail {
  width: 100%;
  height: auto;
}
.thumbnail-single {
  max-width: 1500px;
}
.thumbnail-thumb {
  max-width: 450px;
}
.thumbnail-thumb-square {
  max-width: 600px;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.energysaver_page_navi li {
  float: left;
  list-style: none;
}
.energysaver_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.energysaver_page_navi li a:hover,
.energysaver_page_navi li a:focus {
  color: #2a749c;
  text-decoration: underline;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px solid #2a749c;
  position: relative;
}
.energysaver_page_navi li.pagenavi-prev-link,
.energysaver_page_navi li.pagenavi-next-link {
  font-weight: bold;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 0;
}
.footer {
  clear: both;
  padding: 5px 10px 20px 10px;
  background-color: #273947;
  color: #fff;
}
.footer #inner-footer {
  text-align: center;
}
.footer .qtranxs_language_chooser {
  display: inline-block;
  float: none;
}
.footer .qtranxs_language_chooser li {
  border-color: #fff;
}
.footer .qtranxs_language_chooser li a {
  color: #fff;
  font-size: 13px;
}
.footer nav {
  padding: 0 0 10px 0;
  text-align: center;
}
.footer nav ul.nav {
  display: inline-block;
}
.footer nav ul.nav li {
  float: left;
}
.footer nav ul.nav li a {
  color: #fff;
  line-height: 16px;
  font-size: 13px;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer nav ul.nav li a:hover {
  opacity: 0.75;
}
.footer nav ul.nav li:first-child a {
  padding-left: 0;
}
#cookie-notice {
  background: #fff !important;
}
.cookie-notice-container {
  color: #505050 !important;
  font-size: 16px;
  text-align: center;
  padding: 10px 15px 20px 15px;
}
.cookie-notice-container span {
  padding: 10px 0;
  display: inline-block;
}
.cookie-notice-container .cm-button {
  padding: 8px 15px;
  display: inline-block;
  outline: none;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #2b658b;
  background: #2a749c;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cookie-notice-container .cm-button:hover {
  background: #255778;
}
.social-icons {
  display: inline-block;
  margin-top: 2px;
}
.social-icons [class^="icon-"],
.social-icons [class*=" icon-"] {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #273947;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 9px;
}
.social-icons [class^="icon-"]:first-child,
.social-icons [class*=" icon-"]:first-child {
  margin-left: 0;
}
.social-icons [class^="icon-"]:last-child,
.social-icons [class*=" icon-"]:last-child {
  margin-right: 0;
}
.social-icons [class^="icon-"]:hover,
.social-icons [class*=" icon-"]:hover {
  color: #fff;
}
.social-icons .icon-facebook:hover {
  background-color: #3b5998;
}
.social-icons .icon-twitter:hover {
  background-color: #00aced;
}
.social-icons .icon-instagram:hover {
  background-color: #517fa4;
}
.slide-wrapper {
  overflow: hidden;
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fromBot {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(0,200%);
    transform: translate(0,200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@keyframes fromBot {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(0,200%);
    transform: translate(0,200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@-webkit-keyframes imgFromBot {
  0% {
    opacity: 0;
    -webkit-transform: translate(0,60px);
    transform: translate(0,60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@keyframes imgFromBot {
  0% {
    opacity: 0;
    -webkit-transform: translate(0,60px);
    transform: translate(0,60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.error404 {
  text-align: center;
}
.error404 .fullscreen {
  padding-top: 370px;
  margin-top: -205px;
}
.error404 #main {
  float: none;
  width: inherit;
}
.error404 #searchform {
  display: none;
}
.icon-arrow-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 20px;
  margin-right: 5px;
  transition: all .3s ease;
}
.tilt {
  width: 100%;
}
.tilt__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 800px;
  perspective: 800px;
  position: relative;
}
.tilt__item .tilt__overlay {
  position: fixed;
  right: 20px;
  left: 20px;
  top: 20px;
  bottom: 70px;
  border: 1px solid white;
  opacity: 0;
  box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
  transition: all .2s ease !important;
}
.tilt__item:hover .tilt__item-inner {
  box-shadow: 0px 8px 10px rgba(0,0,0,0.2);
}
.tilt__item:hover .tilt__overlay {
  opacity: 0.3;
}
.tilt__item-inner {
  background: #fff center;
  background-size: cover;
  border-radius: 3px;
  pointer-events: none;
  box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (min-width: 481px) {
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  body.page-template-page-contact .fullscreen
    .section-1,
  body.page-template-page-about .fullscreen
    .section-1 {
    padding: 150px 0 0;
  }
  body.page-template-page-contact .faq-row,
  body.page-template-page-about .faq-row {
    padding: 0px 40px;
  }
  body.page-template-page-contact .about-image,
  body.page-template-page-about .about-image {
    height: 300px;
  }
  .screen-1 .picture-frame-wrapper {
    width: 400px;
  }
  .screen-1 .picture-frame-wrapper .picture-frame {
    width: 400px;
    height: 266px;
  }
  .screen-1 .picture-frame-wrapper .picture-frame:before {
    width: 400px;
    height: 266px;
    background-size: 400px 266px;
  }
  .screen-1 .picture-frame-wrapper .picture-frame:after {
    width: 360px;
    height: 227px;
    top: 19px;
    left: 18px;
  }
  .screen-1 .picture-frame-wrapper .picture-frame .frame-photo {
    max-width: 345px;
  }
  .screen-1 .text-block {
    max-width: 400px;
  }
  .screen-2 .image-wrapper {
    width: 400px;
  }
  .screen-2 .image-wrapper .picture-frame {
    height: 266px;
  }
  .screen-2 .image-wrapper .picture-frame:after {
    width: 360px;
    height: 227px;
    top: 19px;
    left: 18px;
  }
  .screen-2 .image-wrapper .picture-frame .frame-photo {
    max-width: 362px;
  }
  .screen-2 .image-wrapper .picture-frame .frame-photo img {
    margin: 13px 18px;
  }
  .screen-2 .text-block {
    max-width: 400px;
  }
  .section .section-image .image {
    height: 400px;
  }
  body.single-photo .photo-container .photo {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  #main {
    width: 65.74585634900001%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    margin-left: 0;
  }
  aside.sidebar {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    float: right;
  }
  .wrap {
    max-width: 1300px;
  }
  body.home .wrap {
    max-width: 1480px;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  .qtranxs_language_chooser {
    margin: 17px 0 0;
  }
  .header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 40px 70px;
    z-index: 20;
  }
  .header #inner-header .qtranxs_language_chooser {
    display: block;
  }
  .header .sitename {
    float: left;
    padding: 7px 0;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
  .header nav {
    float: left;
    margin-left: 52px;
    padding-top: 0;
  }
  .header nav ul.nav li a,
  .header nav div.nav ul li a {
    text-decoration: none;
    padding: 10px 18px;
    position: relative;
  }
  .header nav ul.nav li a:after,
  .header nav div.nav ul li a:after {
    position: absolute;
    content: '';
    display: block;
    top: 37px;
    height: 3px;
    width: 0px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: #171717;
    -webkit-transition: width 0.3s cubic-bezier(.25,.46,.45,.94);
    transition: width 0.3s cubic-bezier(.25,.46,.45,.94);
  }
  .header nav ul.nav li a:hover:after,
  .header nav div.nav ul li a:hover:after {
    width: 35px;
  }
  .header nav ul.nav li.current-menu-item a:after,
  .header nav div.nav ul li.current-menu-item a:after {
    width: 35px;
  }
  #content {
    padding-top: 126px;
  }
  body.page-template-page-about .fullscreen {
    max-height: 750px;
  }
  body.page-template-page-gallery .wrap,
  body.author .wrap {
    max-width: 1500px;
  }
  body.page-template-page-contact .header #inner-header .qtranxs_language_chooser li,
  body.page-template-page-about .header #inner-header .qtranxs_language_chooser li {
    border-color: #fff;
  }
  body.page-template-page-contact .header #inner-header .qtranxs_language_chooser li a,
  body.page-template-page-about .header #inner-header .qtranxs_language_chooser li a {
    color: #fff;
  }
  body.page-template-page-contact .fullscreen
    .section-1,
  body.page-template-page-about .fullscreen
    .section-1 {
    padding: 300px 0 0;
  }
  body.page-template-page-contact .about-images,
  body.page-template-page-about .about-images {
    position: relative;
  }
  body.page-template-page-contact .about-images:before,
  body.page-template-page-about .about-images:before {
    height: 130%;
    top: -30px;
  }
  body.page-template-page-contact .about-images.show,
  body.page-template-page-about .about-images.show {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.25,.46,.45,.94);
    transition: all 1s cubic-bezier(.25,.46,.45,.94);
  }
  body.page-template-page-contact .about-images.show .about-image1,
  body.page-template-page-about .about-images.show .about-image1 {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  body.page-template-page-contact .about-images.show .about-image2,
  body.page-template-page-about .about-images.show .about-image2 {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  body.page-template-page-contact .about-images.show .about-image3,
  body.page-template-page-about .about-images.show .about-image3 {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  body.page-template-page-contact .about-image,
  body.page-template-page-about .about-image {
    width: 600px;
    height: 400px;
    position: absolute;
    -webkit-transition: all 0.5s cubic-bezier(.25,.46,.45,.94);
    transition: all 0.5s cubic-bezier(.25,.46,.45,.94);
  }
  body.page-template-page-contact .about-image.about-image1,
  body.page-template-page-about .about-image.about-image1 {
    left: 0;
    z-index: 50;
    height: 290px;
    top: 50%;
    -webkit-transform: translate(0px,-30%);
    -ms-transform: translate(0px,-30%);
    transform: translate(0px,-30%);
  }
  body.page-template-page-contact .about-image.about-image2,
  body.page-template-page-about .about-image.about-image2 {
    left: 50%;
    -webkit-transform: translate(-50%,10%);
    -ms-transform: translate(-50%,10%);
    transform: translate(-50%,10%);
    z-index: 75;
  }
  body.page-template-page-contact .about-image.about-image3,
  body.page-template-page-about .about-image.about-image3 {
    right: 0;
    z-index: 50;
    height: 290px;
    top: 50%;
    -webkit-transform: translate(0px,-30%);
    -ms-transform: translate(0px,-30%);
    transform: translate(0px,-30%);
  }
  body.page-template-page-contact .section-description,
  body.page-template-page-about .section-description {
    margin-top: 100px;
    padding-left: 40px;
  }
  body.page-template-page-contact .section-description h2:before,
  body.page-template-page-about .section-description h2:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    left: -40px;
    top: 50%;
  }
  body.home #content {
    padding-top: 0;
  }
  body.home h2:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    left: -40px;
    top: 50%;
  }
  .fullscreen {
    padding: 150px 0 0;
  }
  .fullscreen,
  .section-1 {
    min-height: 650px;
  }
  .screen-1 .text-block,
  .screen-2 .text-block,
  .screen-3 .text-block {
    padding: 40px 5px;
    max-width: 620px;
  }
  .screen-1 .text-block h1,
  .screen-2 .text-block h1,
  .screen-3 .text-block h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .screen-1 .text-block .description,
  .screen-2 .text-block .description,
  .screen-3 .text-block .description {
    font-size: 16px;
  }
  .screen-1 {
    padding: 200px 0 100px 0;
  }
  .screen-1 .home-photo {
    padding-top: 40px;
  }
  .screen-1 .picture-frame-wrapper {
    width: 621px;
    margin: 0 auto;
  }
  .screen-1 .picture-frame-wrapper .picture-frame {
    width: 621px;
    height: 411px;
  }
  .screen-1 .picture-frame-wrapper .picture-frame:before {
    width: 621px;
    height: 411px;
    background-size: 621px 411px;
  }
  .screen-1 .picture-frame-wrapper .picture-frame:after {
    width: 561px;
    height: 352px;
    top: 28px;
    left: 28px;
  }
  .screen-1 .picture-frame-wrapper .picture-frame .frame-photo {
    max-width: 564px;
  }
  .screen-1 .picture-frame-wrapper .picture-frame .frame-photo img {
    margin: 28px;
    width: 100%;
  }
  .screen-2 .image-wrapper {
    width: 621px;
  }
  .screen-2 .image-wrapper .picture-frame {
    height: 411px;
  }
  .screen-2 .image-wrapper .picture-frame:after {
    width: 561px;
    height: 352px;
    top: 28px;
    left: 28px;
  }
  .screen-2 .image-wrapper .picture-frame .frame-photo {
    max-width: 564px;
  }
  .screen-2 .image-wrapper .picture-frame .frame-photo img {
    margin: 18px 28px;
  }
  .screen-2 .text-block {
    padding: 90px 55px 40px 5px;
  }
  .screen-3 .map {
    background-position: top left;
  }
  .screen-3 .map:before {
    top: 0;
  }
  .screen-3 .text-block {
    max-width: 500px;
    position: absolute;
    right: 6%;
    top: 150px;
  }
  .section .section-description {
    padding: 50px 0 50px 40px;
  }
  ul.photo-list {
    margin-top: 50px;
    column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  ul.photo-list li {
    margin: 0 0 30px 0;
    display: inline-block;
  }
  ul.photo-list li .photo-info {
    text-align: left;
  }
  ul.photo-list li img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body.single-photo .photo-info-container .photo-info-inner .photo-info,
  body.single-photo .photo-info-container .photo-info-inner .order-form-container {
    float: left;
    padding: 15px 15px 0 15px;
  }
  body.single-photo .photo-info-container .photo-info-inner .photo-info {
    width: 100%;
    max-width: 320px;
    border-right: 1px solid #b3b3b3;
  }
  body.single-photo .photo-info-container .photo-info-inner .order-form-container {
    width: calc(100% - 320px);
    border-left: 1px solid #b3b3b3;
    margin-left: -1px;
  }
  .order-form-container .gfield input {
    width: 70%;
  }
  .footer {
    padding: 15px 70px;
  }
  .footer .qtranxs_language_chooser {
    display: none;
  }
  .footer nav {
    padding: 4px 0;
  }
  .footer nav ul.nav {
    padding-bottom: 10px;
  }
  .footer nav ul.nav li a {
    padding: 0 20px;
  }
  .cookie-notice-container span {
    padding-top: 27px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  #container {
    min-height: 100%;
  }
  .screen-1 .home-description {
    float: left;
    width: 50%;
    margin-left: 33%;
    max-width: 560px;
    padding-left: 25px;
  }
  .screen-1 .picture-vertical-wrapper.second-picture {
    display: block;
  }
  .screen-1 .pictures-wrapper {
    width: 940px;
    margin: 0 auto;
  }
  .screen-1 .picture-frame-wrapper {
    margin: 0 0 0 0;
    float: left;
  }
  .screen-2 {
    padding: 80px 0;
  }
  .screen-2 .wrap {
    text-align: center;
  }
  .screen-2 .image-left-wrapper {
    display: inline-block;
  }
  .screen-2 .image-wrapper {
    margin: 0 0 0 0;
    float: left;
  }
  .screen-2.paper .image:before {
    height: 600px;
    background-size: 842px 600px;
    background-position: right center;
  }
  .screen-2.paper .image:after {
    width: 732px;
    height: 498px;
    top: 49px;
    left: auto;
    right: 55px;
    z-index: 5;
  }
  .screen-2 .support {
    width: 360px;
  }
  .screen-2 .support .support-inner .selected-bar.acrylic {
    width: 28%;
    right: 219px;
  }
  .screen-2 .support .support-inner .selected-bar.paper {
    width: 15%;
    right: 62px;
  }
  .screen-2 .text-block {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 324px;
    width: 100%;
    padding: 40px 10px 40px 25px;
  }
  .screen-3 .text-block {
    top: 120px;
    right: 10%;
  }
  body.home .fullscreen {
    min-height: 980px;
  }
  .fullscreen,
  .section-1 {
    min-height: 700px;
  }
  .section {
    padding-top: 110px;
  }
  .section .section-image {
    float: left;
    width: 60%;
  }
  .section .section-image .image {
    height: 500px;
  }
  .section .section-description {
    float: right;
    width: 40%;
    padding: 50px 0 0 70px;
  }
  .call-to-action {
    margin: 160px auto 350px auto;
    font-size: 55px;
    line-height: 62px;
  }
  .call-to-action .text a:after {
    bottom: 10px;
  }
  ul.photo-list {
    column-count: 3;
    margin: 75px 5px 0 5px;
  }
  ul.photo-list li {
    margin-bottom: 40px;
  }
  ul.photo-list li.item-1 {
    padding-left: 40px;
  }
  ul.photo-list li.item-3 {
    padding-top: 70px;
  }
  ul.photo-list li.item-4 {
    padding-top: 20px;
  }
  body.single-photo #inner-content {
    height: 100%;
    margin: 0 30px;
  }
  .footer nav {
    float: left;
  }
  .footer nav ul.nav {
    padding-bottom: 0;
    display: block;
  }
  .footer .social-icons {
    float: right;
  }
  .order-form-container .gfield .gfield_label,
  .order-form-container .gfield .ginput_complex label {
    top: 20px;
    left: 20px;
  }
  .order-form-container .gfield .ginput_container {
    margin-left: 30%;
    border-left: 1px solid #D7D7D7;
  }
  .order-form-container .gfield input,
  .order-form-container .gfield textarea {
    padding-top: 0;
  }
  .order-form-container .gfield textarea {
    padding: 16px 20px;
  }
  .order-form-container .gfield select {
    margin-top: 0;
  }
  .order-form-container .gfield .ginput_container_checkbox .gfield_checkbox > li {
    padding-top: 10px;
  }
  .order-form-container .gfield input[type="checkbox"] + label:before {
    top: 15px;
  }
  .order-form-container .gfield .ginput_container_select:after {
    top: 20px;
  }
  .order-form-container .gfield#field_1_9 {
    padding-left: 30%;
    text-align: left;
  }
  .order-form-container .gfield#field_1_5 .ginput_cardinfo_right select,
  .order-form-container .gfield#field_1_5 .ginput_cardinfo_left select {
    width: 34%;
  }
  .order-form-container .gfield .ginput_complex {
    margin-left: 0;
    border-left: none;
  }
  .order-form-container .gfield .ginput_complex > span input {
    line-height: 60px;
  }
  .order-form-container .gfield .ginput_complex > span input,
  .order-form-container .gfield .ginput_complex > span select {
    margin-left: 30%;
    border-left: 1px solid #D7D7D7;
    max-width: 70%;
  }
  .order-form-container .gfield .ginput_complex > span input.ginput_card_expiration_year,
  .order-form-container .gfield .ginput_complex > span select.ginput_card_expiration_year {
    margin-left: 0;
  }
  .order-form-container .gfield .ginput_container_singleproduct .ginput_product_price_label,
  .order-form-container .gfield .ginput_container_singleproduct .ginput_product_price {
    padding-top: 0;
  }
  .order-form-container .gfield #gf_coupons_container_1 input[type=text] {
    float: none;
    display: inline-block;
    width: 40%;
  }
  .order-form-container .gfield #gf_coupons_container_1 input[type=button] {
    float: none;
    display: inline-block;
    padding-top: 10px;
  }
  .order-form-container .gfield #gf_coupons_container_1 #gf_coupon_info {
    margin-top: 0;
    margin-bottom: -10px;
  }
  body.page-template-page-about .fullscreen {
    min-height: 550px;
  }
  body.page-template-page-about .about-images {
    opacity: 0;
  }
  body.page-template-page-about .about-images img {
    margin: 40px 0 0 0;
  }
  body.page-template-page-contact .faq-wrapper {
    width: 100%;
    margin: 80px auto 0;
  }
  body.page-template-page-contact .faq-row header div {
    margin-left: 40px;
    font-size: 20px;
  }
  body.page-template-page-contact .faq-row header h2 i {
    margin-top: 2px;
  }
  h1.slide {
    opacity: 0;
    -webkit-animation: fromBot 1s normal 0s forwards cubic-bezier(.77,0,.175,1);
    animation: fromBot 1s normal 0s forwards cubic-bezier(.77,0,.175,1);
  }
  a.slide {
    opacity: 0;
    -webkit-animation: fromBot 1s normal 0.4s forwards cubic-bezier(.77,0,.175,1);
    animation: fromBot 1s normal 0.4s forwards cubic-bezier(.77,0,.175,1);
  }
  .description.slide {
    opacity: 0;
    -webkit-animation: fromBot 1s normal 0.2s forwards cubic-bezier(.77,0,.175,1);
    animation: fromBot 1s normal 0.2s forwards cubic-bezier(.77,0,.175,1);
  }
  @-webkit-keyframes scrollDown {
    0% {
      transform: -webkit-translate(-50%,-15px);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    85% {
      opacity: 0;
    }
    95% {
      transform: -webkit-translate(-50%,15px);
    }
    100% {
      transform: -webkit-translate(-50%,15px);
      opacity: 0;
    }
  }
  @keyframes scrollDown {
    0% {
      transform: translate(-50%,-15px);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    85% {
      opacity: 0;
    }
    95% {
      transform: translate(-50%,15px);
    }
    100% {
      transform: translate(-50%,15px);
      opacity: 0;
    }
  }
}
@media only screen and (min-width: 1200px) {
  .wrap {
    width: 100%;
  }
  body.single-photo .photo-container {
    width: calc(100% - 300px);
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  body.single-photo .photo-container .photo {
    min-height: 600px;
  }
  body.single-photo .photo-info-container {
    padding: 0;
    position: absolute;
    top: 0;
    right: calc(-70% + 320px - 35px);
    max-width: 70%;
    width: 100%;
    background: white;
  }
  body.single-photo .photo-info-container.open {
    right: 0;
  }
  body.single-photo .photo-info-container.open .button.buy {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  body.single-photo .photo-info-container.open .cancel-order {
    display: block;
    font-size: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    bottom: 31px;
    left: 33px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.5s;
  }
  body.single-photo .photo-info-container.open .cancel-order:after {
    content: "\e905";
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    font-family: handpict;
    font-size: 31px;
    color: #2a749c;
  }
  body.single-photo .photo-info-container.open .cancel-order:hover:after {
    color: #2b658b;
  }
  body.single-photo .photo-info-container .photo-info-inner {
    margin-bottom: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 75px);
  }
  body.single-photo .photo-info-container .photo-info-inner .photo-info,
  body.single-photo .photo-info-container .photo-info-inner .order-form-container {
    position: relative;
    height: 100%;
    padding: 15px 5px 0 30px;
  }
  body.single-photo .photo-info-container .photo-info-inner .photo-info {
    padding-right: 25px;
  }
  body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .measurements-sizes .metric {
    position: relative;
  }
  body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .measurements-sizes .metric .tooltip {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 6px;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;
    font-weight: 400;
    font-size: 12px;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .measurements-sizes .metric .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  body.single-photo .photo-info-container .photo-info-inner .photo-info .selection-container .size-container .measurements-sizes .metric:hover .tooltip {
    visibility: visible;
    opacity: .9;
  }
  body.single-photo .photo-info-container .photo-info-inner .photo-info .button.buy {
    display: block;
  }
  .screen-1 .home-description {
    margin-left: 39%;
    padding: 0;
  }
  .screen-1 .pictures-wrapper {
    width: 940px;
  }
  .screen-1 .buy-button {
    margin-left: 0;
  }
  .screen-2 {
    padding: 200px 40px;
  }
  .screen-2 .image-left-wrapper {
    width: 63%;
  }
  .screen-2 .image-wrapper .buy-button {
    position: absolute;
    right: -205px;
    bottom: 3px;
  }
  .screen-2 .text-block {
    width: 37%;
    max-width: 37%;
  }
  .screen-2 .support {
    margin-left: 240px;
  }
}
@media only screen and (min-width: 1400px) {
  body.single-photo #inner-content {
    margin: 0 70px;
  }
  .screen-1 .pictures-wrapper {
    width: 1250px;
  }
  .screen-1 .picture-vertical-wrapper.first-picture,
  .screen-1 .picture-vertical-wrapper.second-picture {
    display: block;
  }
  .screen-1 .home-description {
    margin-left: 50%;
  }
  .screen-2 .text-block {
    padding: 40px 5px 40px 5px;
  }
  .screen-3 .map {
    height: 850px;
  }
  body.page-template-page-about .about-images img {
    margin: 70px 0 0 0;
  }
}
@media only screen and (min-width: 1500px) {
  .screen-1 .picture-vertical-wrapper.first-picture {
    display: block;
  }
  .screen-2 .image-wrapper {
    width: 720px;
  }
  .screen-2 .image-wrapper .picture-frame {
    height: 478px;
  }
  .screen-2 .image-wrapper .picture-frame:after {
    width: 652px;
    height: 412px;
    top: 31px;
    left: 31px;
  }
  .screen-2 .image-wrapper .picture-frame .frame-photo {
    max-width: 656px;
  }
  .screen-2 .image-wrapper .picture-frame .frame-photo img {
    margin: 21px 31px;
  }
  .screen-3 .map {
    height: 950px;
  }
}
@media only screen and (min-width: 1650px) {
  .picture-frame-wrapper {
    position: relative;
  }
  .picture-frame-wrapper .buy-button {
    position: absolute;
    bottom: 3px;
    left: 102%;
    width: fit-content;
  }
  .order-form-container .gfield#field_1_5 .ginput_cardinfo_right {
    width: 36%;
    border-left: 1px solid #D7D7D7;
  }
  .order-form-container .gfield#field_1_5 .ginput_cardinfo_left {
    width: 64%;
  }
  .order-form-container .gfield#field_1_5 .ginput_cardinfo_right select,
  .order-form-container .gfield#field_1_5 .ginput_cardinfo_left select {
    width: 26%;
  }
  .order-form-container .gfield .ginput_complex > span input.ginput_card_expiration_month,
  .order-form-container .gfield .ginput_complex > span select.ginput_card_expiration_month {
    margin-left: 47%;
  }
  .order-form-container .gfield .ginput_complex > span input.ginput_card_expiration_year,
  .order-form-container .gfield .ginput_complex > span select.ginput_card_expiration_year {
    margin-left: 0;
  }
  .order-form-container .gfield .ginput_complex > span input.ginput_card_security_code,
  .order-form-container .gfield .ginput_complex > span select.ginput_card_security_code {
    margin-left: 52%;
    width: 48%;
  }
  .order-form-container .gfield .ginput_cardextras .ginput_cardinfo_left {
    width: 60%;
  }
  .order-form-container .gfield .ginput_cardextras .ginput_cardinfo_right {
    width: 40%;
    border-top: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-height: 899px) {
  body.page-template-page-contact .fullscreen,
  body.page-template-page-about .fullscreen {
    padding: 200px 0 0;
  }
  body.page-template-page-contact .fullscreen .button-contact,
  body.page-template-page-about .fullscreen .button-contact {
    margin-top: 80px;
  }
}
