.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: 0 0 !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {}
.grabbing-cursor {}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #fff;
  color: #222;
}
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 28px;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -2px;
  position: absolute;
  cursor: pointer;
  background: url(../images/rs-default.png);
  background-color: rgba(210, 99, 40, 0.8);
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(210, 99, 40, 1);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault.rsVer .rsArrowRight {
  right: 20px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none;
}
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #fff;
}
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #fff;
}
.rsDefault .rsTmb span {
  color: #ddd;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url(../images/rs-default.png);
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #d9d9dd;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #d9d9dd;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #fff;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #acacac;
  background-image: -webkit-linear-gradient(top, #acacac, #bbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbb);
  background-image: linear-gradient(to bottom, #acacac, #bbb);
}
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(../images/rs-default.png) 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/rs-default.png)
    no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(../images/rs-default.png) -64px
    0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../images/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#issuu-container {
  margin-bottom: 0;
  display: block;
}
@media only screen and (min-width: 800px) {
  #issuu-container {
    display: none;
  }
}
.page404,
.ald-thank-you {
  font-size: 2.25em;
  line-height: 1.2em;
  color: #c9672c;
  margin: 100px 3% 0;
  max-width: 540px;
}
body {
  background: #fff;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.wrap:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 800px) {
  body.page-template-template-atmosphere .header-container header .wrap {
    border-top: 1px solid #646464;
  }
}
#logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url(../images/logo.png) no-repeat center center;
}
#logo.shift {
  top: 0;
  left: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #logo {
    background: transparent url(../images/logo.png) no-repeat center center;
    background-size: 100% 100%;
  }
}
#logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}
@media only screen and (min-width: 37.5em) {
  #logo {
    top: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
  }
  #logo img {
    display: block;
  }
  #logo.shift {
    top: 0;
    left: 60px;
  }
}
@media only screen and (min-width: 48em) {
  #logo {
    width: 200px;
    margin: 0;
  }
  #logo.shift {
    top: 25px;
    left: 90px;
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    width: 250px;
    left: 25px;
    margin: 0;
  }
  #logo.shift {
    top: 180px;
  }
}
#atmosphere-logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: block;
  width: 50px;
  height: 50px;
  background: transparent
    url(../images/atmosphere-mobile.png)
    no-repeat center center;
}
#atmosphere-logo.shift {
  top: 0;
  left: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #atmosphere-logo {
    background: transparent
      url(../images/atmosphere-mobile@2x.png)
      no-repeat center center;
    background-size: 100% 100%;
  }
}
#atmosphere-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}
@media only screen and (min-width: 37.5em) {
  #atmosphere-logo {
    top: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
  }
  #atmosphere-logo img {
    display: block;
  }
  #atmosphere-logo.shift {
    top: 0;
    left: 60px;
  }
}
@media only screen and (min-width: 48em) {
  #atmosphere-logo {
    width: 80px;
    height: 80px;
  }
  #atmosphere-logo.shift {
    top: 25px;
    left: 90px;
  }
}
@media only screen and (min-width: 64em) {
  #atmosphere-logo {
    width: 145px;
    height: 145px;
    margin: 0;
  }
  #atmosphere-logo.shift {
    top: 180px;
    left: 25px;
  }
}
header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  /*padding-left: 250px;*/
  top: 0;
  z-index: 9998;
}
header .wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 90px 60px 15px;
  position: relative;
}
header .wrap:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -80px;
  background: url("../images/main-menu-shadow.png") no-repeat;
  width: 100%;
  height: 80px;
  z-index: 1;
  pointer-events: none;
}
body.single header .wrap:after {
  bottom: -120px;
}
#logo {
  top: 20px;
  left: 20px;
}
.header-links {
  text-transform: uppercase;
  text-align: right;
}
.header-links a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  margin-right: 1em;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  letter-spacing: 2px;
  display: none;
}
.header-links a.active {
  border-bottom-color: #d26328;
}
.header-links a.last {
  margin-right: 0;
}
.header-links a:hover {
  border-bottom-color: #c9672c;
}
.header-links a.current {
  border-bottom: 2px solid #e6af8e;
}
.header-links a.current.blue {
  border-bottom: 2px solid #a4a4a4;
}
.header-links a.current.blue:hover {
  color: #646464;
}
.header-links #mobile-link {
  display: block;
  float: right;
  font-weight: 800;
  margin: 0;
  color: #c9672c;
}
@media (max-width: 1140px) {
  header {
    padding-left: 0px;
  }
  header .wrap {
    padding: 90px 20px 15px;
  }
}
@media (max-width: 1023px) {
  header {
    padding-left: 0px;
  }
  header .wrap {
    padding: 40px 15px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-links a {
    margin-right: 1.5em;
    letter-spacing: 1px;
    display: inline-block;
  }
  .header-links #mobile-link {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .header-links a {
    margin-right: 1.2em;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  header {
    padding-left: 0px;
  }
}
#header-contact {
  font-size: 0.6875em;
  color: #4d4d4d;
  margin-top: 1.25em;
  padding-top: 0.625em;
  border-top: 1px solid #ccc;
  display: none;
}
#header-contact a {
  text-decoration: none;
  color: #4d4d4d;
}
#header-contact a:hover {
  color: #c9672c;
}
#header-contact span {
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (min-width: 1280px) {
  #header-contact {
    float: right;
    display: block;
    margin-top: 0;
    padding-top: 0.4em;
    border-top: none;
  }
}
@media only screen and (min-width: 1440px) {
  #header-contact {
    font-size: 0.8125em;
    line-height: 1;
  }
}
@media only screen and (min-width: 98em) {
  #header-contact {
    font-size: 0.875em;
    margin-top: 0;
    padding-top: 0.4em;
    border-top: none;
  }
}
#mobile-menu {
  background: #444;
  padding: 0 2.0625em;
  display: none;
}
#mobile-menu a {
  display: block;
  color: #ccc;
  font-size: 1em;
  padding: 4px 0;
  text-decoration: none;
  border-bottom: 1px solid #333;
  text-align: right;
  text-transform: uppercase;
}
#mobile-menu a.first {
  padding-top: 15px;
}
#mobile-menu a.last {
  padding-bottom: 15px;
  border-bottom: none;
}
#mobile-menu a:hover {
  color: #fff;
}
#mobile-menu a.current {
  color: #d9834f;
}
#mobile-menu .submenu {
  display: none;
}
#mobile-menu .submenu a {
  font-size: 12px;
}
@media (max-width: 1023px) {
  #mobile-menu {
    padding: 0 17px;
  }
}
@media only screen and (min-width: 1024px) {
  #mobile-menu {
    display: none !important;
  }
}
.preloader-container {
  background-color: #d26328;
  position: fixed;
  top: 132px;
  right: 60px;
  left: 250px;
  z-index: 9;
}
@media only screen and (min-width: 800px) {
  html.cssanimations .preloader-container {
    display: block;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-duration: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-duration: 0.6s;
    -o-animation-delay: 0.6s;
    animation-duration: 0.6s;
    animation-delay: 0.6s;
  }
}
.preloader {
  width: 100%;
}
html.no-js .preloader {
  width: 100%;
}
body.page-template-template-atmosphere .preloader {
  background: #646464;
}
.preloader .filters {
  display: none;
  text-align: right;
  padding-right: 25px;
}
@media only screen and (min-width: 800px) {
  .preloader .filters {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.125em;
  }
}
.preloader a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 7px;
  display: inline-block;
  letter-spacing: 1.5px;
  position: relative;
}
.preloader a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -13px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.preloader a:hover:after,
.preloader a.current:after {
  border-color: #000;
}
.preloader a:hover {
  color: #000;
}
.preloader a.current {
  font-weight: 600;
  color: #000;
}
body.post-type-archive-interiors .preloader,
body.post-type-archive-press .preloader {
  height: 26px;
  padding: 7px 2.0625em;
  background-color: #ccc;
}
.nav-content {
  color: #fff;
  display: none;
  position: absolute;
  right: 2%;
  bottom: 40px;
  z-index: 5;
  width: 250px;
  padding: 15px 20px 15px 15px;
  background: #4d4d4d;
  background: rgba(77, 77, 77, 0.9);
  transition: all 0.3s ease-out;
}
.nav-content:hover {
  opacity: 1;
}
.nav-content.has-heading {
  padding: 24px;
}
.nav-content.no-buttons {
  padding: 16px 24px 15px;
}
.nav-content .individual-title span {
  padding: 0 0 3px;
}
.nav-content span {
  display: block;
}
.nav-content .heading {
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.65em;
  letter-spacing: 0.09em;
}
.nav-content .heading small {
  font-size: 0.6em;
}
.nav-content .title {
  font-size: 1.2em;
  line-height: 1.1;
}
.nav-content .subtitle {
  margin: 2px 0 4px;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #bbb;
}
.nav-content .website {
  display: block;
  margin: 10px 0 0;
  font-size: 0.85em;
}
.nav-content .website a {
  text-decoration: none;
  color: #bfbfbf;
}
.nav-content .website a:hover {
  text-decoration: underline;
}
.nav-content .view-book {
  display: block;
  margin: 5px 0 10px;
  padding: 10px 20px;
  font-size: 0.75em;
  background: #4d4d4d;
  background: rgba(77, 77, 77, 0.9);
}
.nav-content .view-book a {
  text-decoration: none;
  color: #fff;
}
.nav-content .view-book a:after {
  content: " \2192";
}
.nav-content .view-book a:hover:after {
  content: "\00a0\00a0\2192";
}
.nav-content .purchase {
  display: block;
  margin: 5px 0 10px;
  padding: 10px 20px;
  font-size: 0.75em;
  background: #4d4d4d;
  background: rgba(77, 77, 77, 0.9);
}
.nav-content .purchase a {
  text-decoration: none;
  color: #fff;
}
.nav-content .purchase a:after {
  content: " \2192";
}
.nav-content .purchase a:hover:after {
  content: "\00a0\00a0\2192";
}
@media only screen and (min-width: 800px) {
  .nav-content .purchase {
    margin: 5px 0 10px;
    padding: 15px 20px;
    font-size: 1.125em;
  }
}
.nav-content .desc {
  font-size: 0.9em;
  color: #eee;
}
.nav-content .desc a {
  color: #cfcfcf;
  text-decoration: none;
}
.nav-content .desc a:hover {
  text-decoration: underline;
}
.nav-content .desc p {
  margin: 0;
}
@media only screen and (min-width: 800px) {
  .nav-content {
    display: block;
    right: 2%;
    bottom: 95px;
  }
  body.page-template-template-atmosphere .nav-content {
    bottom: 130px;
  }
  body.home .nav-content {
    display: block !important;
  }
  .nav-content .heading {
    font-size: 1.3em;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 0.65em;
    letter-spacing: 0.09em;
  }
  .nav-content .heading small {
    font-size: 0.55em;
  }
}
@media only screen and (min-width: 1100px) {
  .nav-content {
    bottom: 95px;
    width: 350px;
    padding: 16px 24px 24px;
  }
  body.page-template-template-atmosphere .nav-content {
    bottom: 130px;
  }
  .nav-content.has-heading {
    padding: 24px;
  }
  .nav-content .heading {
    font-size: 1.5em;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 0.65em;
    letter-spacing: 0.09em;
  }
  .nav-content .heading small {
    font-size: 0.6em;
  }
  .nav-content .title {
    font-size: 1.2em;
    line-height: 1.1;
  }
  .nav-content .subtitle {
    margin: 2px 0 4px;
    font-size: 0.75em;
  }
  .nav-content .desc {
    font-size: 0.9em;
  }
}
.home-nav-content {
  color: #fff;
  display: none;
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 5;
  width: 250px;
  padding: 15px 20px 15px 15px;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-out;
}
.home-nav-content:hover {
  opacity: 1;
}
.home-nav-content.has-heading {
  padding: 24px;
}
.home-nav-content.no-buttons {
  padding: 16px 24px 24px;
}
.home-nav-content .individual-title span {
  padding: 0 0 3px;
}
.home-nav-content span {
  display: block;
}
.home-nav-content .heading {
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.65em;
  letter-spacing: 0.09em;
}
.home-nav-content .heading small {
  font-size: 0.6em;
}
.home-nav-content .title {
  font-size: 1.2em;
  line-height: 1.1;
}
.home-nav-content .subtitle {
  margin: 2px 0 4px;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #bbb;
}
.home-nav-content .website {
  display: block;
  margin: 10px 0 0;
  font-size: 0.85em;
}
.home-nav-content .website a {
  text-decoration: none;
  color: #bfbfbf;
}
.home-nav-content .website a:hover {
  text-decoration: underline;
}
.home-nav-content .desc {
  font-size: 0.9em;
  color: #eee;
}
.home-nav-content .desc p {
  margin: 0;
}
@media only screen and (min-width: 800px) {
  .home-nav-content {
    display: block;
    right: 20px;
    bottom: 95px;
  }
  .home-nav-content .heading {
    font-size: 1.3em;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 0.65em;
    letter-spacing: 0.09em;
  }
  .home-nav-content .heading small {
    font-size: 0.55em;
  }
}
@media only screen and (min-width: 1100px) {
  .home-nav-content {
    width: 350px;
    padding: 35px 45px;
  }
  .home-nav-content.has-heading {
    padding: 24px;
  }
  .home-nav-content .heading {
    font-size: 1.5em;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 0;
    letter-spacing: 0.09em;
  }
  .home-nav-content .heading small {
    font-size: 0.6em;
  }
  .home-nav-content .title {
    font-size: 1.2em;
    line-height: 1.1;
  }
  .home-nav-content .subtitle {
    margin: 2px 0 4px;
    font-size: 0.75em;
  }
  .home-nav-content .desc {
    font-size: 0.9em;
  }
}
.nav-content-container {
  display: none;
}
@media only screen and (min-width: 800px) {
  .nav-content-container {
    display: block;
  }
}
body.page-template-book-php .nav-content-container {
  display: block !important;
}
body.page-template-book-php .nav-content-container .nav-content {
  width: 180px;
  display: block !important;
}
body.page-template-book-php .nav-content-container .nav-content.special {
  background-color: transparent;
  width: 134px;
}
@media only screen and (min-width: 800px) {
  body.page-template-book-php .nav-content-container .nav-content.special {
    width: 180px;
  }
}
@media only screen and (max-width: 799px) {
  .header-container header {
    display: block !important;
  }
}
#home-collections,
#home-artadvisory {
  display: none;
}
#home-interiors {
  display: block;
}
.hide-on-mobile {
  display: none;
}
@media only screen and (min-width: 800px) {
  .hide-on-mobile {
    display: block;
  }
}
.nav-buttons {
  width: 54px;
  position: absolute;
  right: 2%;
  bottom: 108px;
  z-index: 6;
}
.nav-buttons .scroll {
  display: block;
  width: 50px;
  height: 50px;
}
.nav-buttons .scroll.up {
  background: transparent
    url(../images/scroll-up.png) no-repeat center
    5px;
  background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .nav-buttons .scroll.up {
    background: transparent
      url(../images/scroll-up@2x.png) no-repeat
      center 5px;
    background-size: 100% 100%;
  }
}
.nav-buttons .scroll.down {
  background: transparent
    url(../images/scroll-down.png) no-repeat
    center -10px;
  background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .nav-buttons .scroll.down {
    background: transparent
      url(../images/scroll-down@2x.png) no-repeat
      center -10px;
    background-size: 100% 100%;
  }
}
.nav-buttons .scroll.disabled {
  opacity: 0.5;
}
.royalSlider,
.homeRoyalSlider,
.bookRoyalSlider {
  width: 100%;
}
.bookRoyalSlider .rsOverflow,
.bookRoyalSlider .rsSlide,
.bookRoyalSlider .rsVideoFrameHolder,
.bookRoyalSlider .rsThumbs {
  background: #e6e6e6 !important;
}
.royalSlider > .rsContent,
.homeRoyalSlider > .rsContent {
  visibility: hidden;
}
#single-slideshow {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  display: none;
  -webkit-backface-visibility: hidden;
}
#single-slideshow .item-name {
  display: none;
}
#single-slideshow .cover {
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#single-slideshow .back-to-section {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 260px;
  padding: 10px 20px 30px;
  margin-left: -130px;
  background: #4d4d4d;
  background: rgba(66, 66, 66, 0.9);
}
#single-slideshow .back-to-section p {
  margin: 15px 0 0;
}
#single-slideshow .back-to-section span,
#single-slideshow .back-to-section small {
  display: block;
}
#single-slideshow .back-to-section small {
  color: #bbb;
  text-transform: uppercase;
}
#single-slideshow .back-to-section span {
  color: #c9672c;
}
#single-slideshow .back-to-section a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-size: 1.2em;
}
.slider-container.book #single-slideshow {
  display: block;
}
@media only screen and (min-width: 800px) {
  #single-slideshow {
    display: block;
  }
}
#home-slideshow {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
}
#mobile-slides {
  margin: 0 3%;
  padding: 0 0 40px;
}
#mobile-slides:after {
  clear: both;
  content: "";
  display: block;
}
#mobile-slides .mobile-share {
  margin-bottom: 20px;
}
#mobile-slides .mobile-share span,
#mobile-slides .mobile-share a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#mobile-slides .mobile-share span {
  font-size: 0.85em;
}
#mobile-slides .block {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#mobile-slides .block img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
#mobile-slides .block:last-child {
  margin-bottom: 0;
}
#mobile-slides .mobile-title {
  margin: 70px 0 20px;
  padding: 8px 0;
  font-size: 1.5em;
  line-height: 1;
  color: #737373;
  font-weight: 400;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#mobile-slides span {
  display: block;
}
#mobile-slides .title {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.1;
  color: #b45c27;
}
#mobile-slides .subtitle {
  margin: 2px 0 4px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #777;
}
#mobile-slides .desc {
  font-size: 0.9em;
  line-height: 1.3;
  color: #444;
}
#mobile-slides .website {
  display: block;
  margin: -5px 0 20px;
  font-size: 0.85em;
}
#mobile-slides .website a {
  text-decoration: underline;
  color: #444;
}
#mobile-slides .back-to-section p {
  margin: 15px 0 0;
}
#mobile-slides .back-to-section span,
#mobile-slides .back-to-section small {
  display: block;
}
#mobile-slides .back-to-section span {
  color: #c9672c;
}
#mobile-slides .back-to-section a {
  color: #c9672c;
  text-decoration: none;
}
#mobile-slides .back-to-section a:hover {
  text-decoration: underline;
}
#mobile-slides .back-to-section .col1 {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background-color: #eee;
}
#mobile-slides .back-to-section .col2 {
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  padding: 10px;
  background-color: #eee;
}
@media only screen and (min-width: 600px) {
  #mobile-slides .mobile-title {
    font-size: 1.75em;
    margin: 130px 0 20px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #mobile-slides .back-to-section .col1 {
    width: 44%;
    float: left;
    padding: 10px;
    background-color: #eee;
  }
  #mobile-slides .back-to-section .col2 {
    width: 44%;
    float: right;
    text-align: right;
    padding: 10px;
    background-color: #eee;
  }
}
@media only screen and (min-width: 800px) {
  #mobile-slides {
    display: none;
  }
}
body.page-template-template-atmosphere #mobile-slides {
  width: 96%;
  margin: 0;
  padding-left: 2%;
  padding-right: 2%;
}
.ald-special {
  display: none;
}
@media only screen and (min-width: 64em) {
  .ald-special {
    display: block;
  }
}
.desktop-share {
  margin-top: 5px;
  text-align: right;
}
.desktop-share a {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.thumbnail-container {
  width: 96%;
  padding: 67px 2% 30px;
}
.thumbnail-container:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 37.5em) {
  .thumbnail-container {
    width: 96%;
    padding: 67px 2% 50px;
  }
}
@media only screen and (min-width: 48em) {
  .thumbnail-container {
    width: 96%;
    padding: 126px 2% 120px;
  }
}
@media only screen and (min-width: 64em) {
  .thumbnail-container {
    top: 25px;
    padding-top: 25px;
    margin-left: 247px;
    width: auto;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #logo {
    width: 200px;
    top: 15px;
    left: 15px;
  }
  header {
    padding-left: 0px;
  }
  .header-links #mobile-link {
    padding-bottom: 0;
  }
  header .wrap {
    padding: 33px 15px 15px;
  }
  #mobile-menu a {
    font-size: 13px;
  }
}
.archive-description {
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  color: #737373;
  font-weight: 400;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.archive-description:nth-child(odd) {
  margin-left: 1%;
  margin-right: 1%;
}
.archive-description:nth-child(even) {
  margin-left: 1%;
  margin-right: 1%;
}
@media only screen and (min-width: 37.5em) {
  .archive-description {
    margin: 0 1% 1.5em;
  }
}
@media only screen and (min-width: 48em) {
  .archive-description {
    margin: 0 0.5% 1.5em;
  }
  .archive-description:nth-child(odd) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .archive-description:nth-child(even) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media only screen and (min-width: 80em) {
  .archive-description {
    margin: 0 0.25% 1.5em;
  }
  .archive-description:nth-child(odd) {
    margin-left: 0.25%;
    margin-right: 0.25%;
  }
  .archive-description:nth-child(even) {
    margin-left: 0.25%;
    margin-right: 0.25%;
  }
}
.thumb.square {
  text-decoration: none;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 0.5em;
  width: 48%;
}
.thumb.square img {
  width: 100%;
  height: auto;
}
.thumb.square:nth-child(odd) {
  margin-left: 1%;
  margin-right: 1%;
}
.thumb.square:nth-child(even) {
  margin-left: 1%;
  margin-right: 1%;
}
.thumb.square .label {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63px;
  height: 63px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.thumb.square .label.web {
  background: transparent
    url(../images/label-web.png) no-repeat center
    center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .thumb.square .label.web {
    background: transparent
      url(../images/label-web@2x.png) no-repeat
      center center;
    background-size: 100% 100%;
  }
}
.thumb.square .label.pdf {
  background: transparent
    url(../images/label-pdf.png) no-repeat center
    center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .thumb.square .label.pdf {
    background: transparent
      url(../images/label-pdf@2x.png) no-repeat
      center center;
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 37.5em) {
  .thumb.square {
    margin: 0 1% 1%;
    width: 31.333333333%;
  }
}
@media only screen and (min-width: 48em) {
  .thumb.square {
    margin: 0 0.5% 1%;
    width: 24%;
  }
  .thumb.square:nth-child(odd) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.square:nth-child(even) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.square:hover .label {
    opacity: 1;
  }
}
@media only screen and (min-width: 80em) {
  .thumb.square {
    margin: 0 0.25% 0.5%;
    width: 19.5%;
  }
  .thumb.square:nth-child(odd) {
    margin-left: 0.25%;
    margin-right: 0.25%;
  }
  .thumb.square:nth-child(even) {
    margin-left: 0.25%;
    margin-right: 0.25%;
  }
}
.thumb.rectangle {
  text-decoration: none;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 0.5em;
  width: 98%;
}
.thumb.rectangle img {
  width: 100%;
  height: auto;
}
.thumb.rectangle:nth-child(odd) {
  margin-left: 1%;
  margin-right: 1%;
}
.thumb.rectangle:nth-child(even) {
  margin-left: 1%;
  margin-right: 1%;
}
@media only screen and (min-width: 48em) {
  .thumb.rectangle {
    margin: 0 0.5% 1%;
    width: 49%;
  }
  .thumb.rectangle:nth-child(odd) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.rectangle:nth-child(even) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.rectangle:hover .label {
    opacity: 1;
  }
}
.thumb.portrait {
  text-decoration: none;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 0.5em;
  width: 98%;
}
.thumb.portrait img {
  width: 100%;
  height: auto;
  border: 1px solid #efefef;
}
.thumb.portrait:nth-child(odd) {
  margin-left: 1%;
  margin-right: 1%;
}
.thumb.portrait:nth-child(even) {
  margin-left: 1%;
  margin-right: 1%;
}
@media only screen and (min-width: 48em) {
  .thumb.portrait {
    margin: 0 0.5% 1%;
    width: 49%;
  }
  .thumb.portrait:nth-child(odd) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.portrait:nth-child(even) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.portrait:hover .label {
    opacity: 1;
  }
}
@media only screen and (min-width: 64em) {
  .thumb.portrait {
    margin: 0 0.5% 1%;
    width: 32.25%;
  }
  .thumb.portrait:nth-child(odd) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.portrait:nth-child(even) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.portrait:hover .label {
    opacity: 1;
  }
}
@media only screen and (min-width: 80em) {
  .thumb.portrait {
    margin: 0 0.5% 1%;
    width: 24%;
  }
  .thumb.portrait:nth-child(odd) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.portrait:nth-child(even) {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .thumb.portrait:hover .label {
    opacity: 1;
  }
}
html.cssanimations .thumb.square,
html.cssanimations .thumb.rectangle,
html.cssanimations .thumb.portrait {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.thumb-overlay {
  transition: opacity 0.3s ease-out;
}
.thumb-overlay span {
  display: block;
}
.thumb-overlay .project-name {
  overflow: hidden;
  padding-top: 5px;
  color: #4d4d4d;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9em;
  font-size: 0.8em;
  line-height: 1;
}
.thumb-overlay .project-type,
.thumb-overlay .project-date {
  padding-bottom: 5px;
  color: #9a9999;
  text-transform: uppercase;
  font-size: 0.75em;
}
body.post-type-archive-collections .thumb-overlay .project-type {
  font-size: 1em;
  line-height: 1em;
}
@media only screen and (min-width: 48em) {
  .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4d4d4d;
    display: none;
  }
  .thumb:hover .thumb-overlay {
    display: block;
  }
  .thumb-overlay .project-name {
    padding: 20px 20px 5px;
    color: #fff;
    font-size: 1.25em;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
  .thumb-overlay .project-type,
  .thumb-overlay .project-date {
    padding: 0 20px;
    color: #adadac;
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 64em) {
  .thumb-overlay .project-name {
    padding: 33px 33px 5px;
    font-size: 1.3125em;
  }
  .thumb-overlay .project-type,
  .thumb-overlay .project-date {
    padding: 0 33px;
  }
}
@media only screen and (min-width: 48em) {
  html.csstransitions .thumb-overlay {
    display: block;
    opacity: 0;
  }
  html.csstransitions .thumb-overlay:hover {
    opacity: 0.9;
  }
}
.atmosphere-container {
  width: 96%;
  padding: 67px 2% 30px;
}
.atmosphere-container:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 37.5em) {
  .atmosphere-container {
    width: 96%;
    padding: 67px 2% 50px;
  }
}
@media only screen and (min-width: 48em) {
  .atmosphere-container {
    width: 96%;
    padding: 126px 2% 120px;
  }
}
@media only screen and (min-width: 64em) {
  .atmosphere-container {
    top: 25px;
    padding-top: 25px;
    margin-left: 197px;
    width: auto;
    padding-left: 0;
  }
}
.atmosphere-container .wrapper:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 37.5em) {
  .atmosphere-container .wrapper {
    margin: 0 1% 1.5em;
  }
}
@media only screen and (min-width: 48em) {
  .atmosphere-container .wrapper {
    margin: 0 0.5% 1.5em;
  }
}
@media only screen and (min-width: 64em) {
  .atmosphere-container .wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 64em) {
  .atmosphere-container .wrapper.width-1220 {
    max-width: 1280px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 64em) {
  .atmosphere-container .wrapper.width-1024 {
    max-width: 1024px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .atmosphere-container .wrapper.no-top-margin {
    margin-top: 0;
  }
}
.atmosphere-container .salon-content {
  color: #646464;
  margin-top: 20px;
}
.atmosphere-container .salon-content:after {
  clear: both;
  content: "";
  display: block;
}
.atmosphere-container .salon-content .col1,
.atmosphere-container .salon-content .col2,
.atmosphere-container .salon-content .col3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .atmosphere-container .salon-content {
    margin-bottom: 80px;
  }
  .atmosphere-container .salon-content .col1,
  .atmosphere-container .salon-content .col2,
  .atmosphere-container .salon-content .col3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 64em) {
  .atmosphere-container .salon-content .col1 {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .atmosphere-container .salon-content .col2 {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .atmosphere-container .salon-content .col3 {
    float: left;
    width: 32%;
  }
}
.atmosphere-container .featured-photo img {
  width: 100%;
  height: auto;
}
.atmosphere-container .press-release-photo-mobile {
  display: block;
}
.atmosphere-container .press-release-photo-mobile img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 64em) {
  .atmosphere-container .press-release-photo-mobile {
    display: none;
  }
}
.atmosphere-container .press-release-photo {
  display: none;
}
.atmosphere-container .press-release-photo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 64em) {
  .atmosphere-container .press-release-photo {
    float: left;
    width: 36%;
    margin-right: 4%;
    display: block;
  }
}
.atmosphere-container .press-release-content {
  color: #4d4d4d;
}
.atmosphere-container .press-release-content h1 {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.1;
}
@media only screen and (min-width: 37.5em) {
  .atmosphere-container .press-release-content h1 {
    margin: 0 0 16px;
    font-size: 28px;
  }
}
.atmosphere-container .press-release-content p {
  line-height: 1.5;
}
@media only screen and (min-width: 64em) {
  .atmosphere-container .press-release-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 64em) {
  .atmosphere-container .press-release-content {
    float: left;
    width: 60%;
  }
}
.atmosphere-container .atmosphere-description {
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  color: #5a5a5a;
  font-weight: 400;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.atmosphere-container .atmosphere-description p {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 800px) {
  .atmosphere-container .atmosphere-description {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .atmosphere-container .atmosphere-description {
    font-size: 18px;
  }
}
@media only screen and (min-width: 80em) {
  .atmosphere-container .atmosphere-description {
    font-size: 20px;
  }
}
.ald-items:after {
  clear: both;
  content: "";
  display: block;
}
.ald-item {
  max-width: 480px;
}
.ald-item ul {
  margin: 0 0 40px;
  padding: 0;
}
.ald-item li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ald-item li img {
  width: 100%;
  height: auto;
  border: 1px solid #f1f1f1;
}
.ald-item .ald-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
}
@media only screen and (min-width: 48em) {
  .ald-item .ald-title {
    font-size: 18px;
    margin-top: 16px;
  }
}
.ald-item .credit,
.ald-item .desc,
.ald-item .dimensions {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 3px;
}
@media only screen and (min-width: 48em) {
  .ald-item .credit,
  .ald-item .desc,
  .ald-item .dimensions {
    font-size: 18px;
  }
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #4d4d4d;
  display: none;
}
#overlay.active {
  cursor: pointer;
}
#about-modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  width: 560px;
  height: 100%;
  -webkit-box-shadow: 0 0 6px 0 #000;
  box-shadow: 0 0 6px 0 #000;
  display: none;
  overflow-y: scroll;
}
#about-modal .bio-portrait {
  padding: 0 0 15px;
}
#about-modal .bio-portrait img {
  width: 100%;
  height: auto;
}
#contact-modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  width: 460px;
  height: 100%;
  -webkit-box-shadow: 0 0 6px 0 #000;
  box-shadow: 0 0 6px 0 #000;
  display: none;
  overflow-y: scroll;
}
.modal-content {
  padding: 33px 33px 105px;
  position: relative;
}
.modal-content h1,
.modal-content h2,
.modal-content h3 {
  text-transform: uppercase;
  color: #c9672c;
  font-weight: 500;
}
.modal-content p {
  font-size: 0.875em;
  color: #4d4d4d;
  margin: 0 0 0.75em;
}
.modal-content a {
  text-decoration: none;
  color: #c9672c;
}
.modal-content h1 {
  font-size: 1.625em;
  margin: 0 0 0.75em;
}
.modal-content h3 {
  font-size: 1.125em;
  margin: 0 0 0.3125em;
}
.modal-content h3.write-us {
  margin: 30px 0 15px;
}
#modal-container .modal-content {
  width: 94%;
  padding: 0 3% 100px;
}
#modal-container .modal-content:after {
  clear: both;
  content: "";
  display: block;
}
#modal-container .modal-content .bio-portrait {
  padding: 0 0 15px;
}
#modal-container .modal-content .bio-portrait img {
  width: 100%;
  height: auto;
}
#modal-container .modal-content h1 {
  margin: 70px 0 20px;
  padding: 8px 0;
  font-size: 1.5em;
  line-height: 1;
  color: #737373;
  font-weight: 400;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 37.5em) {
  #modal-container .modal-content {
    padding: 126px 3% 50px;
  }
  #modal-container .modal-content h1 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 800px) {
  #modal-container .modal-content {
    width: 580px;
    margin-left: 100px;
    padding: 25px 2.5% 100px;
  }
  #modal-container .modal-content h1 {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  #modal-container .modal-content {
    padding-top: 25px;
    margin-left: 197px;
    padding-left: 0;
  }
}
.close-modal {
  width: 10px;
  height: 10px;
  background: transparent
    url(../images/close.png) no-repeat center
    center;
  position: fixed;
  top: 33px;
  right: 33px;
  z-index: 99999;
  cursor: pointer;
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .close-modal {
    background: transparent
      url(../images/close@2x.png) no-repeat
      center center;
    background-size: 100% 100%;
  }
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #dfdfdf;
  border: 0;
  padding: 0.5em;
  font-size: 1em;
  color: #4d4d4d;
  width: 94%;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
}
.contact_form input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: #c9672c;
  color: #fff;
  font-weight: 400;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  padding: 0.5em 1em;
}
.contact_form .row {
  margin-bottom: 1em;
  width: 100%;
}
.social-icons {
  margin-bottom: 20px;
}
.icon-fb,
.icon-tw,
.icon-pi,
.icon-insta {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.print-only {
  display: none;
  margin: 1cm 3% 0.5cm;
}
.print-only .print-logo {
  width: 70px;
  height: auto;
  float: left;
}
.print-only .print-heading {
  float: right;
  width: 400px;
  text-align: right;
  font-size: 36pt;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  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;
  }
}
@media print {
  .back-to-section,
  .header-container,
  .mobile-share {
    display: none;
  }
  .print-only {
    display: block !important;
  }
  #mobile-slides .mobile-title {
    margin-top: 0.5cm;
  }
  .thumbnail-container {
    padding-top: 0.5cm;
  }
  .thumb.rectangle,
  .thumb.square,
  .thumb.portrait {
    display: block !important;
    opacity: 1 !important;
  }
}
.footer-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  padding: 10px 60px;
  align-items: center;
  border-top: 2px solid #d26328;
}
.footer-list-box {
  margin-right: 20px;
  font-size: 16px;
}
.footer-list-box a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.footer-list-box a:nth-child(2) {
  margin-left: 10px;
}
.footer-list-box:last-of-type {
  margin-right: 0;
}
.footer-list-box a:hover {
  color: #d26328;
}
.thumbnail-container {
  padding-top: 200px;
  padding-right: 0;
}
.preloader {
  box-shadow: 8px 15px 7px -13px rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url(../fonts/ProximaNova-Light.woff2)
      format("woff2"),
    url(../fonts/ProximaNova-Light.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.topbar-categories {
  background-color: #ccc;
  position: fixed;
  top: 132px;
  right: 0;
  left: 250px;
  z-index: 9;
  box-shadow: 8px 15px 7px -13px rgb(0 0 0/30%);
}
.topbar-categories ul {
  padding: 0;
  margin: 0;
  text-align: right;
  padding-right: 50px;
}
.topbar-categories ul li {
  display: inline-block;
  position: relative;
}
.topbar-categories ul li:after {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  bottom: -3px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.topbar-categories ul li:hover:after,
.topbar-categories ul li.active:after {
  border-color: #000;
}
.topbar-categories ul li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px;
  display: inline-block;
  letter-spacing: 1.5px;
}
.topbar-categories ul li:after {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  bottom: -3px;
  border: 2px solid transparent;
}
body.single-gallery .preloader-container,
body.single-gallery_category .preloader-container,
body.page-id-3730 .preloader-container {
  display: none;
}
body.single-gallery .thumbnail-container,
body.single-gallery_category .thumbnail-container,
body.page-id-3730 .thumbnail-container {
  padding-top: 180px;
  padding-left: 250px;
  margin-left: 0;
  box-sizing: border-box;
}
body.single-gallery .thumbnail-container .archive-description,
body.single-gallery_category .thumbnail-container .archive-description,
body.page-id-3730 .thumbnail-container .archive-description {
  border: none;
  margin-left: 0;
  margin-right: 0;
}
.breadcrumb-section {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Proxima Nova Lt";
}
.breadcrumb-section a {
  color: #d26328;
}
.thumbnail-container .page-title {
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 0;
  font-family: "Proxima Nova Lt";
}
.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  padding-right: 105px;
}
.gallery-list .thumb.rectangle {
  width: 100%;
  margin: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.gallery-list .thumb.rectangle:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.gallery-cat-name {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  width: 100%;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d26328;
  font-family: "Proxima Nova Lt";
  padding: 10px 14px;
  box-sizing: border-box;
  align-items: center;
}
.gallery-cat-name img {
  max-width: 15px;
}
.gallery-list.three-col .thumb.rectangle img.next-arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 26px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.gallery-list.three-col {
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  padding-right: 130px;
}
.thumb-img-wrapper {
  height: 230px;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 10px;
}
.three-col .thumb.rectangle {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
}
.three-col .gallery-cat-name {
  font-size: 22px;
  color: #000;
  line-height: 20px;
  text-transform: inherit;
  padding: 0;
  margin-top: 15px;
}
.three-col .thumb.rectangle img {
  width: 100%;
  height: auto;
  max-height: 300px;
  width: auto;
  margin: 0 auto;
  display: flex;
  max-width: 100%;
}
.three-col .thumb-content p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 19px;
  color: #d26328;
  font-family: "Proxima Nova Lt";
}
.gallery-content {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  padding-right: 250px;
  grid-template-columns: 40px;
}
.gallery-img {
  max-width: 650px;
  padding-right: 50px;
}
.gallery-img img {
  max-width: 100%;
}
.gallery-content {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  padding-right: 250px;
  padding-bottom: 100px;
}
.gallery-description {
  max-width: 550px;
}
.gallery-description p {
  font-size: 21px;
  font-family: "Proxima Nova Lt";
}
.gallery-inquire {
  background-color: #d26328;
  text-decoration: none;
  padding: 8px 12px;
  padding-bottom: 6px;
  color: #fff;
  width: fit-content;
}
.gallery-inquire:hover {
  text-decoration: underline;
}
.gallery-popup {
  position: fixed;
  z-index: 9999;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
}
.gallery-popup .popup-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  opacity: 0.55;
}
.gallery-popup.is-show {
  display: flex;
}
.gallery-popup .popup-container {
  position: absolute;
  background-color: #fff;
  border: 2px solid #000;
}
.gallery-inquire-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: transparent
    url(../images/close.png) no-repeat center
    center;
}
html.disable-scroll body {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .gallery-desc-sticky {
    margin-bottom: 28px;
  }
  .gallery-desc-sticky .gallery-description {
    max-width: unset;
  }
  .gallery-popup .popup-container {
    left: 5%;
    right: 5%;
    overflow-y: auto;
    height: 80%;
    border-width: 1px;
    padding: 22px;
  }
  .gallery-popup .popup-title {
    font-size: 26px;
  }
  .gallery-popup .popup-subtitle {
    margin-top: 2px;
  }
  .gallery-popup .popup-subtitle,
  #gform_wrapper_1 input,
  #gform_wrapper_1 textarea,
  #gform_wrapper_1 .gfield_label,
  #gform_wrapper_1 #gform_submit_button_1 {
    font-size: 13px;
  }
  #gform_wrapper_1 .gfield_label .gfield_required {
    font-size: 10px;
  }
  #gform_wrapper_1,
  #gform_confirmation_wrapper_1 {
    margin-top: 16px;
  }
  #gform_wrapper_1 input,
  #gform_wrapper_1 textarea {
    width: calc(100% - 24px);
    padding: 8px 12px;
    padding-bottom: 4px;
  }
  #gform_wrapper_1 textarea {
    height: 160px;
  }
  #gform_wrapper_1 #gform_submit_button_1 {
    padding: 8px 16px;
    padding-bottom: 4px;
  }
  #gform_wrapper_1 .gfield {
    margin-bottom: 16px;
  }
  #gform_wrapper_1 .gf_name_has_2 > span {
    flex: 0 1 47%;
  }
  #gform_wrapper_1 .gf_name_has_2 > span label {
    font-size: 10px;
  }
  #gform_wrapper_1 .gfield_description.validation_message {
    font-size: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-img-list {
    width: 50%;
  }
  .gallery-desc-sticky {
    position: fixed;
    right: 0;
    top: 208px;
    width: calc(50% - 224px);
    padding-right: 60px;
    bottom: 100px;
    overflow: auto;
  }
  .gallery-popup .popup-container {
    left: 25%;
    right: 25%;
    padding: 44px;
  }
  .gallery-popup .popup-title {
    font-size: 32px;
  }
  .gallery-popup .popup-subtitle {
    margin-top: 4px;
  }
  #gform_wrapper_1,
  #gform_confirmation_wrapper_1 {
    margin-top: 28px;
  }
  #gform_wrapper_1 input,
  #gform_wrapper_1 textarea {
    width: calc(100% - 32px);
    padding: 12px 16px;
    padding-bottom: 8px;
  }
  #gform_wrapper_1 #gform_submit_button_1 {
    padding: 12px 24px;
    padding-bottom: 8px;
  }
  #gform_wrapper_1 .gfield {
    margin-bottom: 24px;
  }
  #gform_wrapper_1 .gf_name_has_2 > span {
    flex: 0 1 48%;
  }
  #gform_wrapper_1 .gf_name_has_2 > span label {
    font-size: 12px;
  }
  #gform_wrapper_1 .gfield_description.validation_message {
    font-size: 14px;
  }
}
.gallery-tearsheet {
  color: #b3b1b2;
}
.gallery-desc-sticky .gallery-tearsheet,
.gallery-desc-sticky .gallery-inquire {
  display: block;
  width: fit-content;
  margin-top: 20px;
}
.gallery-img-list .il-item {
  object-fit: cover;
  width: 100%;
}
.gallery-img-list .il-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.gallery-popup .popup-title {
  margin: 0;
  font-family: "Proxima Nova Lt";
}
#gform_confirmation_message_1 {
  font-size: 28px;
  line-height: 1.2;
}
#gform_wrapper_1 .gform_title {
  display: none;
}
#gform_wrapper_1 .gfield_description.validation_message {
  color: red;
  margin-top: 6px;
}
#gform_wrapper_1 .gform_validation_errors {
  display: none;
}
#gform_wrapper_1 .gf_name_has_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
  outline: none;
  resize: none;
}
#gform_wrapper_1 .gf_name_has_2 > span {
  display: flex;
  flex-flow: column wrap;
}
#gform_wrapper_1 .gf_name_has_2 > span label {
  order: 1;
}
#gform_wrapper_1 .gf_name_has_2 > span input {
  order: 2;
}
#gform_wrapper_1 .gfield_label {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
#gform_wrapper_1 .gfield_required {
  display: block;
  margin-left: 2px;
  font-size: 12px;
  color: #adadac;
}
#gform_wrapper_1 #gform_submit_button_1 {
  background-color: #ccc;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all;
  border: 1px solid transparent;
}
#gform_wrapper_1 #gform_submit_button_1:hover {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
}
.page-content-section .page-title {
  max-width: 800px;
  line-height: 40px;
  margin-bottom: 10px;
}
.page-attribution {
  font-size: 24px;
  color: #b3b1b2;
  font-family: "Proxima Nova Lt";
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1441px) {
  .gallery-content {
    padding-right: 100px;
  }
  .gallery-img {
    padding-right: 30px;
  }
}
@media (max-width: 1140px) {
  body.single-gallery .thumbnail-container,
  body.single-gallery_category .thumbnail-container,
  body.page-id-3730 .thumbnail-container,
  .thumbnail-container {
    margin-left: 0;
    padding-left: 205px;
    width: auto;
  }
  .gallery-content {
    grid-template-columns: auto;
    padding-right: 0;
  }
  .gallery-description {
    padding-right: 30px;
  }
  .topbar-categories {
    left: 210px;
  }
  body.single-gallery .thumbnail-container .archive-description,
  body.single-gallery_category .thumbnail-container .archive-description,
  body.page-id-3730 .thumbnail-container .archive-description,
  .gallery-list,
  .thumbnail-container .page-title,
  body.page-id-3730 .thumbnail-container .archive-description {
    margin-left: 5px;
  }
  .gallery-list {
    padding-right: 20px;
    grid-gap: 20px;
  }
  .topbar-categories ul {
    padding-right: 10px;
  }
  .gallery-cat-name {
    font-size: 20px;
  }
  .gallery-cat-name img {
    max-width: 9px;
  }
  .three-col .thumb.rectangle {
    padding: 10px 20px 50px;
  }
  .thumb-img-wrapper {
    height: auto;
    padding-bottom: 0;
  }
  .three-col .gallery-cat-name {
    font-size: 16px;
    line-height: 18px;
  }
  .three-col .thumb-content p {
    font-size: 15px;
    margin-top: 5px;
  }
  .gallery-list.three-col .thumb.rectangle img.next-arrow {
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 1023px) {
  .footer-list-box {
    font-size: 15px;
  }
  .thumbnail-container {
    padding-top: 114px;
    margin-left: 105px;
    padding: 126px 20px 120px;
  }
  .topbar-categories,
  .preloader-container {
    top: 81px;
  }
  .preloader-container {
    left: 130px;
  }
  .thumb.square {
    width: 21%;
  }
  .topbar-categories {
    left: 130px;
  }
  body.single-gallery .thumbnail-container,
  body.single-gallery_category .thumbnail-container,
  body.page-id-3730 .thumbnail-container {
    width: auto;
    padding-left: 130px;
    margin-left: 0;
    padding-top: 140px;
  }
  .thumbnail-container .page-title,
  .gallery-list {
    padding-right: 0;
    margin-left: 0;
  }
  .thumbnail-container .page-title {
    font-size: 30px;
  }
  .gallery-cat-name {
    padding: 10px;
    font-size: 18px;
  }
  .topbar-categories ul {
    padding-right: 5px;
  }
  .gallery-list.three-col {
    padding-right: 0;
  }
  .gallery-list.three-col,
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .preloader-container {
    left: 80px;
    right: 0;
  }
  body.post-type-archive-interiors .preloader,
  body.post-type-archive-press .preloader {
    padding: 7px 0.0625em;
  }
  .preloader a {
    font-size: 10px;
    margin: 0 2px;
  }
  .preloader .filters {
    padding-right: 4px;
  }
  header .wrap {
    padding: 30px 15px 40px;
  }
  .footer-section {
    padding: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer-list-box a,
  .footer-list-box {
    font-size: 14px;
  }
  .footer-list-box p {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .footer-list-box {
    width: 50%;
    margin: 0;
  }
  .footer-list-box:nth-of-type(3) {
    text-align: right;
  }
  .footer-list-box:nth-of-type(2) {
    order: 3;
    text-align: right;
  }
  .rsDefault .rsArrow {
    width: 34px;
  }
  .thumbnail-container {
    padding: 85px 9px 50px !important;
    margin-left: 70px;
  }
  .thumbnail-container .page-title {
    letter-spacing: 2px;
  }
  .topbar-categories {
    top: 70px;
    left: 85px;
    right: 15px;
  }
  .topbar-categories ul li a {
    margin: 7px 6px;
    font-size: 13px;
  }
  body.single-gallery .thumbnail-container,
  body.single-gallery_category .thumbnail-container,
  body.page-id-3730 .thumbnail-container {
    padding: 135px 15px 150px 85px !important;
  }
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .gallery-list.three-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .thumb-img-wrapper {
    height: 300px;
  }
  .gallery-content {
    justify-content: center;
    padding-bottom: 50px;
  }
  .gallery-img {
    padding: 0;
    max-width: 100%;
  }
  .gallery-description {
    max-width: 100%;
    padding-right: 0;
  }
  .gallery-description p {
    font-size: 18px;
  }
  .thumbnail-container .page-title {
    font-size: 26px;
    line-height: 30px;
  }
  .page-attribution {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .preloader .filters {
    display: block;
  }
}
@media (max-width: 575px) {
  .gallery-list.three-col,
  .gallery-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .thumb-img-wrapper {
    height: auto;
  }
}
.gallery-list a {
  opacity: 0;
}
.gallery-list a.thumb.rectangle.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
