/* SEB */
/* @import must be at top of file, otherwise CSS will not work */
@import url("http://hello.myfonts.net/count/2f8c53");
@import url("http://hello.myfonts.net/count/3090e1");

@font-face {
  font-family: 'HelveticaMonospacedPro-Rg';
  src: url('../eot/2f8c53_0_0.eot');
  src: url('../eot/2f8c53_0_0d41d.eot?#iefix') format('embedded-opentype'),
    url('../woff2/2f8c53_0_0.woff2') format('woff2'),
    url('../woff/2f8c53_0_0.woff') format('woff'),
    url('../ttf/2f8c53_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Lyon Display Web';
  src: url('../eot/lyondisplay-light-web.eot');
  src: url('../eot/lyondisplay-light-webd41d.eot?#iefix') format('embedded-opentype'),
    url('../woff/lyondisplay-light-web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.LyonDisplay-Light-Web {
  font-family: 'Lyon Display Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}


@font-face {
  font-family: 'NHaasGroteskDSStd-45Lt';
  src: url('../eot/3090e1_0_0.eot');
  src: url('../eot/3090e1_0_0d41d.eot?#iefix') format('embedded-opentype'),
    url('../woff2/3090e1_0_0.woff2') format('woff2'),
    url('../woff/3090e1_0_0.woff') format('woff'),
    url('../ttf/3090e1_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'NHaasGroteskDSStd-46LtIt';
  src: url('../eot/3090e1_1_0.eot');
  src: url('../eot/3090e1_1_0d41d.eot?#iefix') format('embedded-opentype'),
    url('../woff2/3090e1_1_0.woff2') format('woff2'),
    url('../woff/3090e1_1_0.woff') format('woff'),
    url('../ttf/3090e1_1_0.ttf') format('truetype');
}


@font-face {
  font-family: 'NHaasGroteskDSStd-65Md';
  src: url('../eot/3090e1_2_0.eot');
  src: url('../eot/3090e1_2_0d41d.eot?#iefix') format('embedded-opentype'),
    url('../woff2/3090e1_2_0.woff2') format('woff2'),
    url('../woff/3090e1_2_0.woff') format('woff'),
    url('../ttf/3090e1_2_0.ttf') format('truetype');
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

* {
  margin: 0px;
  padding: 0px;
}

body,
html {
  height: 100%;
}

b,
strong {
  font-weight: normal !important;
  font-family: 'NHaasGroteskDSStd-65Md';
}

em,
p i {
  font-style: normal !important;
  font-family: 'NHaasGroteskDSStd-46LtIt';
}

a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

a:hover {
  color: #000000;
  border-bottom: 1px solid #000;
}

a:focus {
  outline: none;
}

.top-mobile-menu a:hover {
  border-bottom: 1px solid transparent;
}

p {
  letter-spacing: 0.03em;
}


input:focus {
  outline: none;
}

body {
  font-family: 'NHaasGroteskDSStd-45Lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  height: 100%;
  color: #282526;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

ul {
  margin-left: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'NHaasGroteskDSStd-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
  font-family: 'NHaasGroteskDSStd-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;


}

h2 {
  font-family: 'NHaasGroteskDSStd-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

h3 {
  font-family: 'NHaasGroteskDSStd-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

header {
  width: 100%;
}

.panel {
  position: fixed;
  left: -600px;
  /*left or right and the width of your navigation panel*/
  width: 600px;
  /*should match the above value*/
  z-index: 9999;
  /* top: 0px;
    bottom: 0px;
    height: 100%;*/
  /* left: 0px;*/
  background-color: #0e0e0f;
}

.logo {
  width: 240px;
}

.logo-footer {
  width: 95px;
}

.logo a:hover {
  border-bottom: 1px solid transparent;
}

.wrap {
  position: relative;
}

.container-page {
  position: relative;
}

.overlay-slide {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 115;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.overlaygrid {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 15px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.grid-item:hover .overlaygrid {
  opacity: 1;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.grid-item:hover .content-overlaygrid,
.box-prop-sidebar:hover .content-overlaygrid {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  transform: translate3d(0px, -10px, 0px);
  -webkit-transform: translate3d(0px, -10px, 0px);
  -moz-transform: translate3d(0px, -10px, 0px);

}

.royalSlider li {
  cursor: pointer;
}

.box-prop-sidebar:hover .overlaygrid {
  opacity: 1;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.box-prop-sidebar:hover .bottom-text-sidebar h3,
.box-prop-sidebar:hover .bottom-text-sidebar p {
  color: #FFF;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.content-overlaygrid {
  position: absolute;
  bottom: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
}

.overlaygrid p {
  color: #FFF;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.overlaygrid a {
  color: #FFF;
  font-family: 'NHaasGroteskDSStd-45Lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.images-grid {
  position: relative;
  background-color: #eaeaea;
}

.lazycolour {
  background-color: #eaeaea;
}

.redtitle {
  color: #EF4C31 !important;
}

/*img.lazybck {
  width: 100%;
  height: auto;
  display: block !important;
  background-color: #eaeaea;
}*/
.frontpage-header {
  /*background-repeat: no-repeat;
  background-image: url('../images/video-2.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top:0px;
  width: 100%;*/
}

.cover {
  height: calc(100vh - 67px);
  min-height: 6rem !important;
  position: relative;
  overflow: hidden;
}

.bxsliderhome {
  position: absolute !important;
  top: 0px;

}

.bxsliderhome img {
  opacity: 0;
  height: 100% !important;
}

.bxsliderhome li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  background-color: #000;
  background-attachment: fixed;
}

.top-nav {
  background-color: #efeff0;
  height: 44px;
  padding-top: 23px;
  position: fixed;
  width: 100%;
  top: 0px;
}

.fixedheader {
  position: fixed !important;
  width: 100%;
  top: 0px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.fixedheader.hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.bottom-nav {
  background-color: #f1f2f2;
  height: 68px;
  position: relative;
  padding-top: 23px;
  z-index: 1000;
}

.frontpage .top-nav {
  display: none;
}

.frontmain {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  z-index: 10;
  width: 100%;
  margin-bottom: -6px;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.homevideoholderlogo {
  height: 80vh;
}

.logo-slider {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

.homepage-tag h1 {
  font-family: 'NHaasGroteskDSStd-65Md';
  color: #FFF;
  margin-top: 0px;
  /* font-size: 120px;*/
  text-align: left;
  /* line-height: 130px;*/
  font-size: 8vw;
  line-height: 0.9em;
  text-transform: none;
  position: fixed;
  top: 50%;
  z-index: 2;
  margin-top: -150px;
}

.homepage-tag h1 small {
  font-size: 35%;
  display: block;
  line-height: 1.3em;
}

.main-menu {
  text-align: right;
}

.bxsliderhome {
  visibility: hidden;
}

.main-menu li {
  display: inline-block;
}

.main-menu li a {
  color: #231f20;
  font-size: 20px;
  text-decoration: none;
  margin-left: 15px;
  border-bottom: 1px solid transparent;
}

/*.main-menu li a:hover {
 border-bottom: 1px solid #231f20;
}  
.main-menu li.current-menu-item a {
 border-bottom: 1px solid #231f20;
}  */

.menu-item a:hover:before,
.menu-item a:focus:before,
.menu-item a:active:before {
  right: 0;
}

.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0px;
  background: #000;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu-item a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

/* NEW SLIDER*/

.coverclickslider {
  position: absolute;
  left: -9999px;
  /* width:100%; 
  height:100%; 
  top:0; 
  left:0;*/
  cursor: pointer;
  background-color: transparent;
  z-index: 10;
  /*color:transparent;*/
}

.sliderclick_1 {
  background-color: transparent;
  display: none
}

.sliderclick_2 {
  background-color: transparent;
  display: none
}

#home-slides {
  float: left;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#home-slides-items {
  float: left;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: auto;
  z-index: 1;
  overflow: hidden;
  transition: transform 1s ease-in-out;
  display: flex;
}

.home-slide {
  position: absolute;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialised;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: scale(1.05);
}

.home-slide.active {
  opacity: 1;
  -webkit-animation: animeBgScale var(--home-slide-animation) linear infinite 0s;
  animation: animeBgScale var(--home-slide-animation) linear infinite 0s;
  z-index: 9;
}

@-webkit-keyframes animeBgScale {
  0% {
    -webkit-transform: scale(1.05);
    backface-visibility: hidden;
  }

  100% {
    -webkit-transform: scale(1.15);
    /* Increase zoom effect */
    backface-visibility: hidden;
  }
}

@keyframes animeBgScale {
  0% {
    transform: scale(1.05);
    backface-visibility: hidden;
  }

  100% {
    transform: scale(1.15);
    /* Increase zoom effect */
    backface-visibility: hidden;
  }
}

@-webkit-keyframes animeBg {
  0% {
    opacity: 0;
    backface-visibility: hidden;
  }

  10% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    backface-visibility: hidden;
  }

  20% {
    opacity: 1;
    -webkit-transform: scale(1.075);
    backface-visibility: hidden;
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    backface-visibility: hidden;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    backface-visibility: hidden;
  }

  100% {
    opacity: 0;
    backface-visibility: hidden;
  }
}

@keyframes animeBg {
  0% {
    opacity: 0;
    backface-visibility: hidden;
  }

  10% {
    opacity: 1;
    transform: scale(1.05);
    backface-visibility: hidden;
  }

  20% {
    opacity: 1;
    transform: scale(1.075);
    backface-visibility: hidden;
  }

  40% {
    opacity: 1;
    transform: scale(1.1);
    backface-visibility: hidden;
  }

  50% {
    opacity: 0;
    transform: scale(1.1);
    backface-visibility: hidden;
  }

  100% {
    opacity: 0;
    backface-visibility: hidden;
  }
}

.home-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  display: block;
}

.main-menu-mobile {
  text-align: right;
  display: none;
}

.main-menu-mobile li {
  display: inline-block;
}

.main-menu-mobile li a {
  color: #231f20;
  font-size: 20px;
  text-decoration: none;
  margin-left: 15px;
  border-bottom: 1px solid transparent;
}

.main-menu-mobile li a:hover {
  border-bottom: 1px solid #231f20;
}

.single-listing .royalSlidertopsingle img.rsImg {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.single-listing p {
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.about-front {
  margin-top: 180px;
}

.about-front-text {
  text-align: left;
  font-size: 30px;
  line-height: 1.3;
  /* letter-spacing: 0.03em;*/
}

.about-contact {
  text-align: right;
}

.about-contact a {
  font-size: 18px;
}

.listing-front {
  margin-top: 235px;
}

.listing-front h3 {
  text-transform: none;
  font-size: 24px;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.listing-front h4 {
  text-transform: none;
  font-size: 18px;
  margin-top: 31px;
  font-family: 'NHaasGroteskDSStd-65Md';
  letter-spacing: 0.03em;
  margin-bottom: 18px;
}

.filterlistinghome ul {
  border-top: 3px solid #000;
  padding-top: 11px;
  padding-bottom: 12px;
  list-style: none;
  border-bottom: 1px solid #000;
}

.filterlistinghome ul li a {
  font-family: 'HelveticaMonospacedPro-Rg';
  font-size: 16px;
}

#filterhome li a.activefilter:before {
  content: "→";
  margin-right: 5px;
}

#filterhomeside li a.activefilter:before {
  content: "→";
  margin-right: 5px;
}

.container-sidebar {
  float: left;
  width: 61%;
  padding: 30px;
  height: 100%;
  background-color: #0e0e0f;
}

.sidebar {
  margin-top: 25px;
  margin-left: 30px;
}

.filterlistinghome.sidebar h3 {
  font-family: 'NHaasGroteskDSStd-65Md';
  text-transform: none;
}

.box-prop-sidebar {
  width: 100%;
  cursor: pointer;
}

.box-prop-sidebar img {
  width: 100%;
}

.bottom-text-sidebar {
  padding-top: 18px;
  padding-bottom: 18px;
}

.bottom-text-sidebar h3 {
  text-transform: none;
  font-size: 18px;
  color: #555555;
  font-family: 'NHaasGroteskDSStd-65Md';
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.bottom-text-sidebar p {
  color: #555555;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

div#scrollable {
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

div#scrollable::-webkit-scrollbar {
  width: 0 !important
}


.filterlistinghome.sidebar {
  color: #FFF !important;
  height: 100%;
}

.filterlistinghome.sidebar h4 {
  color: #555555;
  margin-top: 30px;
  margin-bottom: 20px;
}

.filterlistinghome.sidebar ul {
  border-top: 3px solid #555555;
  border-bottom: 1px solid #555555;
}

.filterlistinghome.sidebar ul li a {
  font-family: 'HelveticaMonospacedPro-Rg';
  font-size: 16px;
  color: #555555;
}

.archititlespace {
  margin-bottom: -30px !important;
}

/* LEGAL PAGE */
.legalpage {
  margin-bottom: 55px;
}

.legalpage h1,
.content-legal h2 {
  font-family: 'NHaasGroteskDSStd-65Md';
  font-size: 5vw;
  text-transform: none;
  line-height: 0.9;
  color: #282526;
  margin-bottom: 40px;
}

.content-legal h2 {
  margin-top: 30px;
}

.legalpage h3 {
  text-transform: none;
  font-family: 'NHaasGroteskDSStd-65Md';
  font-size: 24px;
  color: #282526;
  margin: 30px 0px 10px;
}

.sidebarlegal {
  /*position: fixed;*/
}

.sidebarlegal h3 {
  /*margin-top: 0px;*/
}

.menusidetitle {
  font-family: 'NHaasGroteskDSStd-45Lt';
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.sidebarlegal ul {
  list-style: none;

}

.sidebarlegal ul li {
  margin-bottom: 10px;
}

.sidebarlegal ul li a {
  font-family: 'NHaasGroteskDSStd-45Lt';
  font-size: 14px;
  border-bottom: 1px solid transparent;
}

.sidebarlegal ul li a:hover {
  border-bottom: 1px solid #282526;
}

/*MASONRY HOMEPAGE */
.grid {
  margin: 0px auto auto;
  width: 100%;

}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item--width1 {
  width: 58%;
  margin-right: 19px;
}

.grid-item--width2 {
  width: 38%;
  margin-right: 19px;
}

.grid-item {
  /*overflow: hidden;*/
  margin-bottom: 20px;
  clear: both;
  cursor: pointer;
  display: inline-block;
  /*  background-repeat: no-repeat;
  background-size: cover;*/
}

.grid-item img {
  width: 100%;
}

#cookie-notice {
  display: none;
  position: fixed;
  min-width: 100%;
  height: 67px;
  padding-top: 16px;
  z-index: 100000;
  font-size: 12px;
  line-height: 18px;
  left: 0;
  text-align: center;
}

#cookie-notice span,
#cookie-notice a {

  font-size: 18px;
  letter-spacing: 0.03em;
}

#cookie-notice a {
  border-bottom: 1px solid #000 !important;
}

.isoimagefront {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 360px;
  background-position: center center;
}

.last-item {
  /*margin-right: 0px;*/
}

.gutter-sizer {
  width: 38%;
}

.content_tile h3 {
  text-transform: none;
  margin-top: 10px;
  font-size: 18px;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.content_tile.mobft h3 {
  font-size: 22px;
}

.royalSliderfeatsingle li {
  margin-top: 0px;
  top: 0px;
  padding-top: 0px;
  vertical-align: top;
}

.inlinecitation {
  margin-top: 55px;
}

.citation {
  margin-top: 75px;
  margin-bottom: 90px;
}

.citation-box p {
  font-family: 'Lyon Display Web';
  font-size: 50px;
  line-height: 62px;
  letter-spacing: 0px;
}

.citation-box.aboutcitation p {
  font-family: 'Lyon Display Web';
  font-size: 47px;
  letter-spacing: 0;
  line-height: 58px;
}

.citation-box span {
  /* margin-left: -20px;*/
  margin-left: -0.4em;
}

.bxslider-big li {
  position: relative;
}

.content-slider {
  position: absolute;
  width: 100%;
  z-index: 1;
  margin-top: 10%;
}

.nextslide,
.prevslide {
  display: inline-block;
  cursor: pointer;
}

.content-slider.whiteslider {
  color: #FFF;
}

.content-slider h2 {
  padding-top: 13vw;
  text-transform: none;
  font-size: 120px;
  color: #FFF;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.content-slider.whiteslider h2 {
  font-size: 90px;
  line-height: 90px;
}

.content-slider p {
  text-transform: none;
  font-size: 45px;
  letter-spacing: 0px;
  font-family: 'NHaasGroteskDSStd-65Md';
  color: #FFF;
  margin-top: -20px;
}

.royalSlider {
  width: 100%;
  height: 100%;
  position: relative;
}

.royalSlider li {
  position: relative;
}

.banner-home-slider-middle {
  width: 100%;
  position: relative;
  display: inline-block;
}

.journal-home {
  border-top: 3px solid #000;
  padding-top: 25px;
}

.journal-home h5,
.list-article-home h5 {
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.first-article p {
  font-family: 'Lyon Display Web';
  font-size: 50px;
  line-height: 62px;
  margin-top: 35px;
  margin-bottom: 25px;
}

.list-article-home {
  margin-top: 35px;
}

.box-article-small {
  padding-top: 10px;
  border-top: 2px solid #000;
}

.box-under {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.list-article-home a {
  margin-top: 15px;
  display: inline-block;
}

.journal-home a {
  font-size: 16px;
  font-family: 'HelveticaMonospacedPro-Rg';
}

.about-logo {
  text-align: left;
}

.about-logo img {
  margin-bottom: 60px;
}


.twitter-block,
.insta-block {
  margin-top: 160px;
}

.insta-block h5,
.twitter-block h5 {
  font-size: 24px;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.insta-block h5.follow,
.twitter-block h5.follow {
  font-size: 16px;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.twitter-block-text p {

  font-family: 'Lyon Display Web';
  font-size: 50px;
  line-height: 62px;


  margin-top: 35px;
  margin-bottom: 25px;
}

.backtotop-container {
  text-align: right;
}

.backtotop {
  font-size: 16px;
  margin-right: 90px;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'HelveticaMonospacedPro-Rg';
}

/*.discoverlink {
  position: absolute;
  top: -150px;
  left: -90px

}
.discoverlink.fixeddisco {
  position: fixed;
 top: 115px;
  left: 165px;

}*/
.discoverlink {
  position: absolute;
  top: 1300px;
  left: -25px;
  z-index: 121;
}

.discoverlink.fixeddisco {
  position: fixed;
  top: 155px;
  left: -25px;

}

.openslide {
  color: #FFF;
}

.openslide:hover {
  color: #FFF;
}


/* LISTING PROPERTY */
.slider-archiveh {
  min-height: 200px;
}

.single-page {
  padding-top: 80px;
}

.single-about,
.contact-page {
  padding-top: 120px;
}

.title-seo-text {
  text-align: right;
  margin-bottom: 10px;
}

.navigation-homeslidertopsingle,
.navigation-homeslidertopsinglemob {
  margin-top: 10px;
}

.navigation-homeslidertopsingle,
.navigation-homeslidertopsinglemob,
.navigation-homeslidertoparchive {
  float: right;
  width: 100%;
  text-align: right;
}

.bigtitlesingle {
  margin-top: -8%;
}

.loader-text.bigtitlesingle {
  margin-top: 0;
}

.container-text-load {
  /* width: 100%;
  position: relative;
      padding-top: 20vh;*/
  width: 90%;
  max-width: 1400px;
  height: 100vh;
  margin: 0 auto;
  position: relative;

}

.inner-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.loader-text {
  text-align: left;
  color: #FFF;
}

.loader-text h1 {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: none;
}

.loader-text h2 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: none;
}

.bigtitlesingle h1,
.bigtitlesingleabout h1 {
  font-size: 140px;
  text-transform: none;
  line-height: 125px;
  margin-top: 0px;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.bigtitlesingle h1 {
  margin-top: 0.2em;
}

.intro-single h3,
.single-part h3,
.floorplanlist h3 {
  font-family: 'NHaasGroteskDSStd-65Md';
  font-size: 24px;
  text-transform: none;
  margin-bottom: 10px;
}

.intro-single h3 {
  margin-bottom: 10px;
}

.intro-single p+p,
.two-col p+p,
.legalpage p+p {
  text-indent: 1em;
}

.list-info-single h5,
.floorplanlist h5,
.teambox h5 {
  text-transform: none;
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.list-info-single {
  margin-top: 0px;
}

.box-article-small-single {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.first-box-single {
  border-top: 2px solid #000;
}


.box-article-floorplan {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.box-article-floorplan.first-box-single {
  margin-top: 20px;
}

.social-share {
  list-style: none;
}

.social-share li {
  display: inline-block;
  margin-right: 5px;
}

.social-share li a {
  font-size: 20px;
  cursor: pointer;
}

.social-share li a:hover {
  text-decoration: none;
  border: 0px solid transparent;
}

.intropart {
  margin-bottom: 80px;
  /*margin-bottom: 145px;*/
}

.single-part img,
.two-col img {
  width: 100%;
  height: auto;
}

.rsDefault li {
  list-style: none;
}

.fix-single-banner {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin-bottom: 80px;
  background-color: #f1f2f2;
}

.fix-single-banner img {
  width: 100%;
  opacity: 0;
}

.margin80 {
  margin-top: 80px;
}

.margin55 {
  margin-top: 55px;
}

.login-private {
  max-width: 400px;
  width: 90%;
  margin: 20% auto auto;
  text-align: center;
}

.login-private p {
  font-size: 30px;
  margin-bottom: 15px;

}

.login-private input {
  width: 100%;
  padding: 7px;
  margin-bottom: 10px;
}

.login-private input[type="submit"] {
  background-color: #000;
  border: 0;
  padding: 10px;
  color: #FFF;
}

.margin45 {
  margin-top: 45px;
}

.marginbottom45 {
  margin-bottom: 45px;
}

.under-content-twocol {
  margin-top: 20px;
}

.content-2-4 .under-content-twocol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-2-4 .under-content-twocol .two-col {
  margin: 0;
}

@media screen and (max-width: 769px) {
  .content-2-4 .under-content-twocol {
    gap: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769.2px) {
  .content-2-4 .under-content-twocol .two-col {
    width: calc(50% - 10px);
  }

  .content-2-4 .under-content-twocol {
    gap: 20px;
  }
}

.content-2-4 .under-content-twocol.left .two-col.image {
  order: -1;
}

.floorplan .floorplan-pagination a {
  display: block;
  width: 100px;
  height: 2rem;
  font-size: 14px;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  color: white;
  background-image: url('../mh_arrows.html');
  background-position: left bottom;
  cursor: pointer;
}

.floorplan.active .floorplan-slide img {
  cursor: move;
}

.floorplan .floorplan-items {
  position: relative;
  margin-bottom: 80px;
  /* margin-bottom: 1em;*/
}

.image-pagination {
  text-align: right;
}

.image-pagination .indicator {
  display: inline-block;
}

.image-pagination a {
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-left: 5px;
}

.image-pagination a:hover {
  text-decoration: none;
  border-bottom: 0;
}

.floorplan .floorplan-slide {
  position: relative;
  /* max-height: 700px;*/
  overflow: hidden;
}

.floorplan .floorplan-slide img {
  width: 100%;
}

.floorplan .floorplan-magnifier {
  position: absolute;
  background: #fbfbfb;
  top: 0px;
  left: 0px;
  background-color: #FF0000;
  height: 245px;
  width: 245px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.floorplan .floorplan-slide.transitioning {
  position: absolute;
  top: 0px;
  left: 0px;
}

.floorplan .floorplan-pagination {
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-bottom: 1em;
}

.floorplan .floorplan-pagination a.next {
  float: right;
}

.floorplan .floorplan-pagination a.back {
  float: left;
  background-position: bottom right;
}

.greybackground {
  background-color: #f6f6f6;

}

.container.single-part {
  margin-bottom: 20px;
}

.wrapper-full.greybackground {
  margin-bottom: 80px;
  margin-top: 80px;
}

.wrapper-full {
  width: 100%;
  margin: 40px auto auto;
  float: left;
}

.panorama {
  height: 600px;
  width: 100%;
}

.pano {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  cursor: move;
}

.pano .controls {
  position: relative;
  top: 40%;
}

.pano .controls a {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  color: #eee;
  font-size: 3em;
  width: 20px;
  height: 20px;
}

.pano .controls a.left {
  left: 10px;
}

.pano .controls a.right {
  right: 10px;
}

.pano.moving .controls a {
  opacity: 0.4;
  color: #eee;
}

.legendpano {
  margin-top: 30px;
  font-size: 18px;
  font-family: 'NHaasGroteskDSStd-45Lt';
  font-weight: 300;
}

.col-text {
  width: 48.3%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.col-text.last-text {
  margin-right: 0px;
  float: right;
}

.margintop110 {
  margin-top: 110px;
}

.bigtitlejournal h1:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 18px;
  z-index: -2;
  border-top: 3px solid #000;
}

.bigtitlejournal h1 {
  position: relative;
  z-index: 10;
  text-shadow:
    2px 2px white,
    2px -2px white,
    -2px 2px white,
    -2px -2px white;
}

/* JOURNAL */
@media screen and (min-width: 1601px) {
  .bigtitlejournal h1 {
    font-size: 142px;
    text-shadow: 4px 4px 2px rgba(255, 255, 255, 1);
  }
}

.bigtitlejournal h1 {
  /*font-size: 140px;*/
  white-space: nowrap;
  font-size: 10vw;
  margin-top: 0px;
  margin-bottom: 0px;
  /* text-transform: uppercase;*/
  font-family: 'Lyon Display Web';
}

@media screen and (min-width: 1601px) {
  .bigtitlejournal h1 {
    font-size: 162px;
  }
}

.headerjournal {
  border-bottom: 3px solid #282526;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 12px;
}

.bigtitlejournal {
  /* border-bottom: 3px solid #282526;*/
  margin-top: 50px;
}

.subtitleindex h3 {
  text-transform: none;
  font-size: 24px;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.search-journal-form {
  margin-bottom: 30px;
}

.headerjournal-thin {
  border-bottom: 1px solid #282526;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 8px;
}

.todaydate {
  float: right;
  letter-spacing: 0.03em;
  line-height: 23px;
}

.subheader-journal {
  margin-top: 30px;
}

.search-field {
  border: 0;
  font-family: 'NHaasGroteskDSStd-65Md';
  color: #a2a2a2;
  font-size: 23px;
  border-bottom: 1px solid #282526;
  width: 100%;
}

.category-list {}

.category-list ul {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  border-top: 1px solid #282526;
  border-bottom: 1px solid #282526;
}

.category-list li {
  display: inline-block;
  letter-spacing: 0.03em;
  line-height: 23px;
}

.category-list li a {
  letter-spacing: 0.03em;
  line-height: 23px;
}

.category-list li:after {
  content: " /";
}

.category-list li:nth-last-child(1):after {
  content: "";
}

.morecat {
  display: block !important;
  margin-top: 5px;
  letter-spacing: 0.03em;

}

.morecat:after {
  content: "" !important;
}

.content-first-article {
  width: 100%;
}

.hiddencat {
  display: none !important;
}

.showall .hiddencat {
  display: inline-block !important;
}

.list-journal {
  margin-top: 115px;
  /* display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;*/
}

.list-journal:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.list-journal {
  display: inline-block;
}

/*.list-journal .journal-article-box {
  flex: 1;
}*/

.first-list-box-journal h2 {
  font-size: 60px;
  max-width: 800px;
  font-family: 'NHaasGroteskDSStd-65Md';
  color: #282526;
}

.content-four-article {
  padding-top: 30px;
  padding-bottom: 60px;
}

.content-four-article h2 {
  font-size: 60px;
  margin-bottom: 20px;
  font-family: 'Lyon Display Web';
  color: #282526;
}

.journal-article-box {
  /*max-width: 410px;
  width: auto;*/
  display: inline-block;
  border-bottom: 1px solid #282526;
  margin-bottom: 30px;
}

.journal-article-box h2 {
  margin-bottom: 5px;
  margin-top: 15px;
  min-height: 60px;
}

.journal-article-box .more-article {
  margin-bottom: 10px;
}

.journal-article-box img,
.content-four-article img {
  width: 100%;
}

.journal-article-box div {
  line-height: 23px;
  letter-spacing: 0.03em;
}

.content-four-article a:hover,
.first-list-box-journal a:hover {
  border-bottom: 0;
  text-decoration: none;
}

.content-four-article p {
  max-width: 600px;
  line-height: 23px;
}

.content-first-article {
  border-top: 3px solid #282526;
  border-bottom: 1px solid #282526;
  padding-top: 30px;
  margin-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  min-height: 345px;
  position: relative;
}

a.more-article {
  margin-top: 20px;
  letter-spacing: 0.03em;
  line-height: 23px;
  display: inline-block;
}

.prev-posts-link {
  letter-spacing: 0.03em;
  line-height: 23px;
}

a.more-article:hover {
  border-bottom: 1px solid #000 !important;
}

.content-first-article p {
  font-family: 'Lyon Display Web';
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px !important;
}

.firstarti p {
  letter-spacing: 0px !important;
}

.singlepost3part .one-col h3 p strong {
  letter-spacing: 0px !important;
}

.singlepost3part .one-col h3 p {
  line-height: 29px;
}

.single-blog-post p a {
  font-size: 18px;
  border-bottom: 1px solid #000;
}

.single-blog-post p a:hover {
  font-size: 18px;
  color: #CCC;
  border-bottom: 0px solid #000;
}

.holder-img-article {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  height: 190px;
}

.pagination_box {
  margin-top: 60px;
  margin-bottom: 100px;
  display: inline-block;
  width: 100%;
}

.single-post p {
  line-height: 23px;
}

.relatedcontent {
  min-height: 560px;
}

.relatedcontent p {
  text-indent: 0em;
}

.prev-posts-link {
  display: inline-block;
  border-top: 3px solid #282526;
  padding-top: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid #282526;
}

.next-posts-link {
  display: inline-block;
  border-top: 3px solid #282526;
  padding-top: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid #282526;
  float: right;
}

.bigtitlesinglepost h1 {
  font-family: 'Lyon Display Web';
  font-size: 40px;
  font-size: 80px;
}

.journal-share {
  border-top: 3px solid #282526;
  padding-top: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid #282526;
}

.related-content {
  padding-top: 20px;
  border-top: 1px solid #282526;
}

.related-content h3 {
  margin-bottom: 20px;
  font-size: 23px;
}

.journal-share h3 {
  font-size: 23px;
}

/* ARCHIVE LISTINGS */
.prevslidetoparchive,
.nextslidetoparchive,
.prevslidetopsingle,
.nextslidetopsingle,
.prevslidetopsinglemob,
.nextslidetopsinglemob,
.prevslidefeatsingle,
.nextslidefeatsingle {
  cursor: pointer;
}

.counter-slidertop,
.counter-slidertopmob {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  margin-top: 10px;
}

h1.bigtitlearchive {
  font-size: 140px;
  text-transform: none;
  line-height: 125px;
  margin-top: 0px;
  font-family: 'NHaasGroteskDSStd-65Md';
  position: absolute;
  z-index: 1;
  top: 40px;
}

.from-search-small {
  position: absolute;
  bottom: 65px;
  width: 100%;
}

.from-search-small form {
  width: 100%;
}

.from-search-small form input {
  width: 100%;
  border: 0;
  color: #a2a2a2;
  font-size: 24px;
  font-family: 'NHaasGroteskDSStd-65Md';
  border-bottom: 1px solid #000;
}

.search-submit {
  display: none;
}

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

:-moz-placeholder {
  /* Firefox 18- */
  color: #a2a2a2;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2a2a2;
}

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

.img-listing img {
  width: 100%;
  max-height: 624px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-listing a {
  text-decoration: none;
  border-bottom: 0px;
}

.four-col.img-listing {
  display: inline-block !important;
  width: 65.03498%;
  float: none;
  vertical-align: middle;
}

.two-col.title-listing {
  display: inline-block !important;
  float: none;
  vertical-align: middle;
}

.listing-list {
  margin-top: 60px;
}

.tileCentre span,
.tileCentre-more span {
  display: block;
  font-size: 24px;
  font-family: 'NHaasGroteskDSStd-45Lt';
}

.tileCentre span.tileSubtitle,
.tileCentre-more span.tileSubtitle {
  font-family: 'NHaasGroteskDSStd-65Md';
}

.tileTitle a,
.tileTitle a:hover {
  font-size: 24px;
  font-family: 'NHaasGroteskDSStd-45Lt';
  text-decoration: none !important;
  border-bottom: 0;
}

.listing-column {
  margin-bottom: 120px;
}

.info-box-archive {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tileCentre-more {
  padding-top: 5px;
  margin-top: 5px;
}

.listing-column {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  ;
  transition: all 0.8s;
}

.listing-column:hover .hoverboxarchive {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  ;
  transition: all 0.8s;
}

.listing-column:hover .tileCentre-more {
  border-top: 1px solid #000;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  ;
  transition: all 0.8s;
}

.hoverboxarchive {
  border-top: 2px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  ;
  transition: all 0.8s;
}

.hoverboxarchive .tileCentre-more {
  border-top: 1px solid transparent;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  ;
  transition: all 0.8s;
}

.tileCentre-more {
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  ;
  transition: all 0.8s;
}

.acf-map {
  width: 100%;
  height: 580px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.topgalmobile {
  display: none;
}

/* ABOUT */

.par1 {
  font-size: 30px;
  font-family: 'NHaasGroteskDSStd-45Lt';
}

.par2 {
  margin-top: 30px;
  font-size: 18px;
  width: 70%;
  font-family: 'NHaasGroteskDSStd-45Lt';
}

.imgabout img {
  width: 100%;
  height: auto;
}

.imgabouttitle h2 {
  font-size: 80px;
  /*line-height: 80px;*/
  text-transform: none;
  line-height: 1;
  margin-bottom: 0.3em;
  font-family: 'NHaasGroteskDSStd-65Md';
}

.box-about {
  border-top: 2px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.box-about h3 {
  font-family: 'NHaasGroteskDSStd-65Md';
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: none;
}

.box-about p {
  font-family: 'NHaasGroteskDSStd-65Md';
  font-size: 18px;

}

.box-about a:hover {
  border-bottom: 0px;
}

.box-about img {
  margin-top: 50px;
  width: auto;
  max-width: 50%;
}

.margin200 {
  margin-top: 200px;
}

.margin10 {
  margin-top: 10px;
}

.margin50 {
  margin-top: 50px;
}

.margin100 {
  margin-top: 100px;
}

.bigsecondtitle h2 {
  font-size: 140px;
  line-height: 125px;
  font-family: 'NHaasGroteskDSStd-65Md';
  text-transform: none;
}

.teambox {
  margin-bottom: 40px;
}

.boxteam h4 {
  font-family: 'NHaasGroteskDSStd-65Md';
  text-transform: none;
  font-size: 24px;
}

.under-content-twocol-contact {
  margin-top: 0px;
  width: 100%;
  display: inline-block;
}

#map-contact {
  height: 430px;
  margin-bottom: 25px;
}

.under-content-twocol-contact p {
  text-indent: 0px !important;
}




@media screen and (max-width: 1441px) {
  /*.discoverlink {
  position: absolute;
  top: -150px;
  left: -43px;
}
.discoverlink.fixeddisco {
  position: fixed;
  top: 155px;
  left: -28px;

}*/
}

.discoverlink a {
  display: block;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-family: 'HelveticaMonospacedPro-Rg';
}

.discoverlink a:hover {
  border-bottom: 1px solid transparent;
}

.discoverlink a:before {
  content: "↑";
  margin-right: 4px;
}

.discoverlink a.openslide:before {
  content: "↓";
  margin-right: 4px;
}

.ulalllisting {
  border: none !important;
}


footer {
  background-color: #1e1c1c;
  padding-top: 80px;
  position: relative;
  z-index: 10;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  padding-bottom: 85px;
}

.content-footer {
  color: #9d9d9d;
  font-size: 16px;
  line-height: 25px;
}

.content-footer a {
  color: #9d9d9d;
  font-size: 16px;
}

.signup-footer form {
  margin-top: 10px;
}

.signup-footer form input {
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  color: #9d9d9d;
  -webkit-appearance: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #6a6a6a;
  letter-spacing: 0.03em;
}

.signup-footer form input[type=submit] {
  border-bottom: 0px solid #6a6a6a;
}

.signup-footer form input::-webkit-input-placeholder {
  color: #6a6a6a;
}

.signup-footer form input:-moz-placeholder {
  /* Firefox 18- */
  color: #6a6a6a;
}

.signup-footer form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a6a6a;
}

.signup-footer form input:-ms-input-placeholder {
  color: #6a6a6a;
}

.insta_img img {
  width: 100%;
}

.extra-info-mobile a {
  /* line-height: 40px;
  font-size: 25px;*/
  /*font-size: 8vw;*/
  font-size: 26px;
  line-height: 1.3;
}

.mobile-menu-full {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 1001;
  padding: 13px 27px;
  display: none;
}

.mobile-menu-full ul {
  list-style: none;
}

.main-menu-mob {
  margin-top: 57px;
  padding-top: 5px;
  border-top: 3px solid #000;
}

.main-menu-mob li a {
  font-family: 'NHaasGroteskDSStd-65Md';
  font-size: 40px;
}

.main-menu-mob li a:hover {
  border-bottom: 0px !important;
  text-decoration: none;
}

.main-menu-mob li {
  border-bottom: 1px solid #000;
}

.main-menu-mob li:last-child {
  border-bottom: 0px solid #000;
}

.extra-info-mobile ul {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.extra-info-mobile ul li {
  margin-bottom: 2px;
}

.logo-mobile,
.close-menu {
  display: inline-block;
}

.logo-mobile {
  width: 170px;
  margin-top: 11px;
}

.close-menu {
  float: right;
  width: 24px;
}

.close-menu a {
  font-size: 35px;
}

div.wpcf7-validation-errors {
  border: none !important;
}

div.wpcf7-response-output {
  margin: 0em 0em 0em !important;
  padding: 0em 0em !important;
}


.hoverboxarchive.mobilebox {
  display: none !important;
}

.slider-archive {
  float: right;
}

.four0four-search {
  margin-top: 30px;
  margin-bottom: 70px;
}

/* ANIMATION ******************************************************************************************/
.animation-element {
  /* opacity: 0;*/
  position: relative;
}


.bounce-up-parrallax {
  opacity: 0;
  -moz-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.bounce-up-parrallax.in-view {
  opacity: 1;
}



.bounce-up {
  opacity: 0;
  -moz-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.bounce-upcol1 {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animation-element.in-view .bounce-upcol1 {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bounce-upcol2 {
  opacity: 0;
  -moz-transition: all 800ms ease-out;
  -webkit-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animation-element.in-view .bounce-upcol2 {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bounce-upcol3 {
  opacity: 0;
  -moz-transition: all 900ms ease-out;
  -webkit-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animation-element.in-view .bounce-upcol3 {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bounce-upcol4 {
  opacity: 0;
  -moz-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animation-element.in-view .bounce-upcol4 {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.floorplanlist {
  margin-bottom: 40px;
}

.mobileheaderfront {
  display: none;
}

.frontpagelisting {
  display: none;
  opacity: 0;
}

h1.singletitleh1 {
  z-index: 999;
  position: relative;
}

/*MEDIA QUERIES *****************************************************************************************************/

@media screen and (max-width: 1441px) {

  .bigtitlesingle h1,
  .bigtitlesingleabout h1,
  .bigsecondtitle h2 {
    font-size: 10vw;
    line-height: 0.9;
  }

  .imgabouttitle h2 {
    font-size: 8vw;
    line-height: 1;
  }
}

@media screen and (max-width: 1425px) {}

@media screen and (max-width: 1351px) {
  .footer-one-col {
    width: 100% !important;
  }

  .footer-one-col.last-col {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1254px) {

  .grid-item--width1 {
    width: 96.5%;
  }

  .grid-item--width2 {
    width: 47%;
  }

  .bigtitlejournal h1:after {
    bottom: 13px;
  }
}

@media screen and (max-width: 1106px) {}

@media screen and (max-width: 1024px) {
  .content-first-article .three-col {
    width: 66.03498%;
  }


  h1.bigtitlearchive {
    font-size: 95px;
    line-height: 95px;
  }

  .slider-archive {
    float: right;
  }

  .under-content-twocol-contact .one-col {
    width: 48%;

  }

  .topgalmobile {
    display: block;
  }

  .topgaldesktop {
    display: none;
  }

  h1.singletitleh1 {
    margin-top: -20%;
    position: relative;
    z-index: 999;
  }

  .sliderlistingone {
    width: 50% !important;
  }

  .sliderlistingtwo {
    width: 50% !important;
  }
}

/* MOBILE MENU BREAKING POINT */
@media screen and (max-width: 991px) {
  .bigtitlejournal h1 {
    white-space: normal;
    font-size: 9.85vw;
  }

  .cover {
    height: 100vh;
  }

  .main-menu {
    display: none;
  }

  .main-menu-mobile {
    display: block;
  }

  .homepage-tag h1 {
    /*  font-size: 100px;
    line-height: 100px;*/
  }

  .grid-item--width1 {
    width: 96.5%;
  }

  .grid-item--width2 {
    width: 47%;
  }

  .content-slider p {
    font-size: 23px;
  }

  .content-slider h2 {
    font-size: 60px;
  }

  .citation-box p {
    font-size: 40px;
    line-height: 46px;
  }

  .filterlistinghome ul li a {
    font-size: 15px;
  }

  .about-front-text {
    font-size: 25px;
  }

  .content-slider.whiteslider h2 {
    font-size: 50px;
    line-height: 52px;
  }

  .first-article p,
  .twitter-block-text p {
    font-size: 30px;
    line-height: 35px;
  }

  .one-col-push {
    margin-left: 1.98251%;
  }

  .content-footer .three-col {
    width: 42.05247%;
  }

  .footer-one-col {
    width: 18.08746%;
  }

  .discoverlink {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-color: #FFF;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 33px;
  }

  .openwrap .discoverlink {
    background: none !important;
  }

  .discoverlink a {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  }

  .discoverlink a:before {
    content: "←";

  }

  .discoverlink a.openslide:before {
    content: "→";
  }

  .discoverlink.fixeddisco {
    position: fixed !important;
    width: 100% !important;
    top: 67px !important;
  }

  .bottom-nav {
    z-index: 1000;
  }

  .openwrap .bottom-nav {
    z-index: 110 !important;
  }

  .openslide {
    /* color: #000;*/
  }

  .legalpage .spacer {
    display: none;
  }

  .sidebarlegal {
    width: 25%;
  }

  .legalcontent {
    width: 65%;
  }

  .imgabouttitle h2 {
    font-size: 12vw;
    line-height: 1;
  }
}

@media screen and (max-width: 946px) {
  .bigtitlejournal h1:after {
    bottom: 9px;
  }
}

@media screen and (max-width: 921px) {
  .last-column-footer.two-col.last-col {
    width: 100%;
  }

  .content-footer .three-col {
    width: 100% !important;
  }

  .logo-footer {
    margin: 20px 0 60px 0;
  }
}

@media screen and (max-width: 831px) {
  .grid-item--width2 {
    width: 96.5%;
  }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .fix-single-banner {
    width: 100%;
    background-size: 100%;
    background-attachment: scroll;
    margin-bottom: 60px;
    margin-top: 0px !important;
  }

  .frontpage-header {
    background-attachment: scroll;
  }

}

.todaydatemobile {
  display: none;
}



@media screen and (max-width: 769px) {
  .single-post .margin50 {
    margin-top: 20px;
  }

  .bigtitlejournal {
    margin-top: 0px;
  }

  .subtitleindex h3 {
    margin: -20px 0 30px 0;
  }

  .related-content .journal-article-box {
    width: 100%;
  }

  .singlepost3part .one-col {
    margin-bottom: 20px;
  }

  .single-post img {
    margin-bottom: 20px;
  }

  .bigtitlesinglepost h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .todaydate {
    display: none;
  }

  .todaydatemobile {
    display: block;
  }

  .bigtitlejournal h1 {
    /* font-size: 80px;
    margin-top: 20px;*/
  }

  .headerjournal {
    border-bottom: 3px solid #282526;
    position: absolute;
    /* width: 98.7%;*/
    width: 100%;
    left: 0px;
    bottom: 38px;
  }

  .headerjournal-thin {
    border-bottom: 1px solid #282526;
    position: absolute;
    width: 99.3%;
    left: 15px;
    bottom: 34px;
  }

  .first-list-box-journal h2 {
    font-size: 60px;
  }

  footer {
    padding-top: 50px;
  }

  .logo-footer {
    margin: 20px 0 60px 0;
  }

  h1.singletitleh1 {
    margin-top: -20%;
    position: relative;
    z-index: 999;
  }

  .sliderlistingone {
    width: 50% !important;
  }

  .sliderlistingtwo {
    width: 83.01749% !important;
  }

  .wrapper-full.greybackground {
    margin-top: 20px;
  }

  .floorplan .floorplan-items {
    margin-bottom: 80px;
    margin-bottom: 1em;
  }

  .intropart {
    margin-bottom: 80px;
  }

  .footer-one-col.last-col {
    margin-top: 20px;
  }

  .homepage-tag h1 {
    position: relative !important;
    width: 120% !important;
    z-index: 2;
    margin-top: 150px !important;
  }

  .legalpage h1 {
    font-size: 20vw;
  }

  .citation-box.aboutcitation p {
    font-size: 6vw;
    line-height: 1.2;
  }

  .bigtitlesingleabout h1 {
    font-size: 20vw;
  }

  .bigtitlesingle h1 {
    font-size: 15vw;
    margin-top: 0.5em;
  }

  .logo {
    width: 170px;
    margin-top: 1px;
  }

  .signup-footer form input[type="submit"] {
    text-align: left;
  }

  .under-content-twocol-contact .one-col {
    width: 48%;

  }

  .architect_significance.margintop110 {
    margin-top: 20px;
  }

  .margin100 {
    margin-top: 50px;
  }

  /*Listing */

  .three-col.intro-single {
    width: 100%;
  }

  .one-col.list-info-single {
    width: 48%;
    margin-bottom: 30px
  }

  .four-col.img-listing {
    width: 100%;
  }

  .single-part .three-col {
    width: 100%;
  }

  .listing-column {
    margin-bottom: 60px;
  }

  .hoverboxarchive.mobilebox {
    display: block !important;
    ;
  }

  .hoverboxarchive.desktopbox {
    display: none !important;
  }

  .hidecol {
    display: none;
  }

  .two-col.intro-single {
    width: 100%;
  }

  .four-col.last-col {
    width: 100%;
  }

  .two-col,
  .under-content-twocol .two-col {
    width: 100%;
  }

  .single-part .one-col,
  .four-col.intro-single .col-text,
  .four-col.intro-single,
  .singlefeature {
    width: 100%;
  }

  .content-footer .three-col,
  .content-footer .one-col {
    width: 100%;
  }

  .single-part .two-col {
    margin-bottom: 30px;
  }

  .single-about .three-col {
    width: 100%;
  }

  .single-about .three-col .par2 {
    width: 100%;
  }

  .contact-page .three-col {
    width: 100%;
  }

  .single-about .two-col,
  .single-about .par2 {
    margin-bottom: 30px;
  }

  .one-col.spacer {
    display: none;
  }

  .margin200 {
    margin-top: 50px;
  }

  .margin80 {
    margin-top: 50px;
  }

  .imgabout .four-col {
    width: 100%;
  }

  .footer-one-col {
    width: 100%;
  }

  .about-front .three-col {
    width: 100%;
  }

  .one-col-push {
    margin-left: 0%;
  }

  .about-front .two-col {
    width: 100%;
  }

  .about-front-text {
    margin-bottom: 40px;
  }

  .journal-home .two-col {
    width: 100%;
  }

  .box-under {
    border-bottom: 0px;
    padding-bottom: 0px;
  }

  .about-contact {
    text-align: left;
  }

  .filterlistinghome {
    width: 90%;
  }

  .navigation-homeslider .one-col,
  .navigation-homeslidertopsingle .one-col,
  .navigation-homeslidertopsinglemob .one-col {
    width: 100%;
  }

  .grid-item--width2,
  .grid-item--width1 {
    width: 100%;
  }

  .listing-front .five-col {
    width: 100%;
  }

  .listing-front .one-col,
  .listing-front .four-col,
  .about-front .four-col {
    width: 100%;
  }

  .filterlistinghome.sidebar {
    height: auto;
  }

  .container-sidebar {
    width: 100%;
  }

  .twitter-block,
  .insta-block {
    margin-top: 50px;
  }

  .container-sidebar {
    padding: 15px;
  }

  .sidebar {
    margin-left: 15px;
  }

  .intropart {
    margin-bottom: 80px;
  }

  #cookie-notice {
    padding-top: 1px;
    height: auto;
    line-height: 21px;
  }

  .frontpage-header {

    background-attachment: scroll;
  }

  .fix-single-bannerabout {
    margin-bottom: 20px;
  }

  .titlecol {
    margin-bottom: -30px;
  }




  .about-front {
    margin-top: 80px;
  }

  .listing-front {
    margin-top: 80px;
  }

  .mobileheaderfront {
    display: block;
    background-color: #1E1C1C;
    color: #FFF;
    margin-bottom: 40px;
    margin-top: 65px;
    padding: 125px 30px;
  }

  .mobileheaderfront h2 {
    text-transform: none;
    font-family: 'NHaasGroteskDSStd-65Md';
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 40px;
  }

  .content_tile {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }

  .filterlistinghome h4,
  #filterhome,
  .ulalllisting,
  .container.big-banner,
  .about-logo {
    display: none;
  }

  .fix-single-banner {
    display: block !important;
  }

  .tileCentre-more {
    display: none;
    margin-bottom: 20px;
  }

  .listing-column:hover .tileCentre-more {
    border-top: 1px solid #000;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    ;
    transition: all 0.8s;
  }

  .tileTitle {
    margin-bottom: 40px;
    /*   font-size: 20px !important;*/
  }

  .listing-column:hover .hoverboxarchive {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    ;
    transition: all 0.8s;
  }

  .frontpage .citation {
    margin: 60px 0;
  }

  .frontpage .bottom-nav {
    position: fixed;
    top: 0px;
  }

  .frontpagelisting {
    display: block;
    opacity: 1;
    border-bottom: 1px solid #000;
  }

  .frontpagelisting span,
  .frontpagelisting a {
    font-size: 16px !important;
  }

  .frontpagelisting .tileTitle {
    margin-bottom: 10px;
  }

  .bigtitlejournal h1:after {
    bottom: 5px;
  }


}


@media screen and (max-width: 681px) {
  .shareboxsingle .one-col {
    width: 100%;
  }

  .loader-text h1 {
    font-size: 40px;

  }

  .loader-text h2 {
    font-size: 20px;

  }

  .container-text-load {
    padding-top: 35vh;
  }

  .moblinksale {
    cursor: pointer;
  }

  .sliderlistingone {
    width: 100% !important;
  }

  .sliderlistingtwo {
    width: 100% !important;
  }

  .mobileheaderfront {
    display: block;
    background-color: #1E1C1C;
    color: #FFF;
    margin-top: 65px;
    padding: 125px 30px;
  }

  .listing-front h3 {
    margin-bottom: 20px;
  }

  .mobileheaderfront h2 {
    text-transform: none;
    font-family: 'NHaasGroteskDSStd-65Md';
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 40px;
  }

  .content_tile {
    border-top: 2px solid #000;
    border-bottom: 0px solid #000;
  }

  .content_tile h3 {
    margin-bottom: 0px;
  }

  .filterlistinghome h4,
  #filterhome,
  .ulalllisting,
  .container.big-banner,
  .about-logo {
    display: none;
  }

  .fix-single-banner {
    display: block !important;
  }

  .two-col.title-listing {
    width: 100%;
  }

  .five-col.slider-single {
    width: 100%;
  }

  #cookie-notice span,
  #cookie-notice a {
    font-size: 14px;
  }

  .tileCentre-more {
    display: none;
    margin-bottom: 20px;
  }

  .listing-column:hover .tileCentre-more {
    border-top: 1px solid #000;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    ;
    transition: all 0.8s;
  }

  .tileTitle {
    margin-bottom: 40px;
    /*   font-size: 20px !important;*/
  }

  .listing-column:hover .hoverboxarchive {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    ;
    transition: all 0.8s;
  }

  .frontpage .citation {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .intropart {
    margin-bottom: 30px;
  }

  .frontpage .bottom-nav {
    position: fixed;
    top: 0px;
  }

  .singlelistingmobile {
    padding-top: 60px !important;
  }

  .frontpagelisting {
    display: block;
    opacity: 1;
    border-bottom: 1px solid #000;
  }

  .frontpagelisting span,
  .frontpagelisting a {
    font-size: 16px !important;
  }

  .frontpagelisting .tileTitle {
    margin-bottom: 10px;
  }

  .sidebarlegal {
    width: 100%;
  }

  .legalcontent {
    width: 100%;
  }

  h1.bigtitlearchive {
    /*font-size: 70px;*/
    font-size: 20vw;
    line-height: 70px;
    position: relative;
    top: 0px;
  }

  .signup-footer form input {
    width: 100%;
  }

  .four-col.slider-archive {
    width: 100%;
  }

  .under-content-twocol-contact .one-col,
  .under-content-twocol-contact .two-col {
    width: 100%;

  }

  .under-content-twocol-contact .two-col {
    margin-bottom: 30px;
  }

  .imgabouttitle .two-col,
  .imgabouttitle .two-col h2 {
    margin-bottom: 0px;
  }

  .slider-archiveh {
    height: auto !important;
    min-height: 0px !important;
  }

  .listing-list {
    margin-top: 50px;
  }

  .listing-column {
    margin-bottom: 0px;
  }

  .spacerlisting {
    display: none;
  }

  .under-content-twocol .two-col {
    margin-bottom: 20px;
  }

  .under-content-twocol .two-col.last-col {
    margin-bottom: 0px;
  }

  .single-about .margin80,
  .single-about .margin50 {
    margin-top: 20px
  }

  .imgabout .three-col img,
  .imgabout .four-col img {
    margin-bottom: 20px;
  }

  .spacer {
    display: none;
  }

  .single-about,
  .contact-page {
    padding-top: 120px !important;
  }

  .par1,
  .about-front p {
    font-size: 22px;
  }

  footer {
    padding-top: 50px;
  }

  .logo-footer {
    margin: 20px 0 60px 0;
  }
}

@media screen and (max-width: 561px) {
  .citation .four-col {
    width: 100%;
  }

  .bigtitlejournal h1 {
    font-size: 9.2vw;

  }

  .bigtitlejournal h1:after {
    bottom: 4px;
    border-top: 1px solid #000;
  }

  .subtitleindex h3 {
    font-size: 16px;
  }

  .first-list-box-journal h2 {
    font-size: 35px;
  }

  .content-first-article p {
    font-size: 30px;
  }

  .homepage-tag h1 {
    /*  font-size: 60px;
    line-height: 63px;*/
  }

  .instaimgcontent .two-col:first-child {
    width: 100%;
  }

  .instaimgcontent .two-col:nth-child(2) {
    display: none;
  }

  .instaimgcontent .two-col:nth-child(3) {
    display: none;
  }

  .twitter-block-text {
    width: 100%;
  }

  .content-slider.whiteslider h2,
  .content-slider h2 {
    font-size: 24px;
    line-height: 27px;
  }

  .content-slider p {
    font-size: 15px;
  }

  .listing-front {
    margin-top: 60px;
  }

  .about-front {
    margin-top: 35px;
  }

  .twitter-block .one-col {
    width: 19.08746%;
  }

  .logo img {
    width: 100%;
  }

  .backtotop {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .wrapper {
    width: 85%;
  }

  .box-about {
    border-bottom: 0px;
  }

  .bigtitlesinglepost h1 {
    font-size: 35px;

  }
}

@media screen and (max-width: 481px) {
  .logo {
    width: 170px;
    margin-top: 1px;
  }

  .single-page {
    padding-top: 120px;
  }

  /*.single-about, .contact-page {
      padding-top: 90px;
    }*/
  .one-col.list-info-single {
    width: 100%;
    margin-bottom: 30px
  }

  .firstcolinfo .box-article-small-single:last-child {
    border-bottom: 0px !important;
    margin-bottom: -20px;
  }

  .homepage-tag h1 {
    font-size: 47px;
    line-height: 50px;
  }

  .content-slider {
    margin-top: 0px;
  }

  .content-slider .four-col {
    width: 100%;
  }

  .about-logo img {
    width: 100%;
  }

  .citation-box p {
    font-size: 30px;
    line-height: 36px;
  }

  .insta-block .two-col {
    width: 48%;
  }

  .twitter-block .one-col,
  .twitter-block .four-col {
    width: 48%;
  }

  .fix-single-banner img {
    height: 500px;
  }

  .fix-single-banner {
    background-size: cover !important;
  }
}

@media screen and (max-width: 321px) {
  .homepage-tag h1 {
    font-size: 40px;
    line-height: 40px;
  }


}


/* ==========================================================================
   START LOADER STYLES
   ========================================================================== */


#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

#loader_single {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1101;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  z-index: 1101;
}

#loader svg {
  /*opacity:0;*/

  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);

  -webkit-animation: logo-fade-in-slide-up 10s ease-in-out 1;
  animation: logo-fade-in-slide-up 10s ease-in-out 1;
}


#loader_single h1,
#loader_single h2 {
  /*opacity:0;*/

  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);

  -webkit-animation: logo-fade-in-slide-up 10s ease-in-out 1;
  animation: logo-fade-in-slide-up 10s ease-in-out 1;
}

@-webkit-keyframes logo-fade-in-slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(100%);
    /* IE 9 */
  }

  10% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(0);
    /* IE 9 */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(0);
    /* IE 9 */
  }
}





#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #131313;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}


#loader-wrapper .loader-section.section-left {
  top: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}


.loaded #loader,
.loader #loader_single {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}

.no-js h1 {
  color: #222222;
}



/* ==========================================================================
   END LOADER STYLES
   ========================================================================== */

.aspect-34 img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.aspect-32 img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.topgalmobile img {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover;
}

.topgalmobile img:not(.left, .right) {
  -o-object-position: center;
  object-position: center;
}

.topgalmobile img.left {
  -o-object-position: left;
  object-position: left;
}

.topgalmobile img.right {
  -o-object-position: right;
  object-position: right;
}

.three-col.singlefeature .royalSliderfeatsingle li {
  height: inherit;
}

.three-col.singlefeature .royalSliderfeatsingle img {
  object-fit: contain;
  height: 100%;
}