/* -------------------------- *\
    BULTAG Styles
\* -------------------------- */

/* 
Theme Name: oximo
Author: BULTAG Web Design & SEO
Author URI: https//bultag.com
Theme URI: https://bultag.com
Version: 1.0
Description: Mobile First, SEO Friendly custom theme by BULTAG
Tags: Mobile First, SEO optimized
Text Domain: mait
Domain Path: /languages
*/

/* -------------------------- *\
    BULTAG Variables:
\* -------------------------- */

:root {
	/* Colors */
	--c1: #000;
	--c2: red;
	--cb: #000;
	--cw: #fff;
	/*--c12: #0078b5;*/

	/* Text */
	--font-family: 'Montserrat', sans-serif; font-weight: 400;
	--default-font-size: 1.6rem;
	--line-height: 1.3;
	--text-color: #222;
	--text-color: #000;
	--text-color-2: #045381;
	--link-color: rgba(0,0,0, .5);
	--link-hover-color: #000;

	/* Box Model */
	--border-radius: .7rem;

	/* Other */
	/*--intro-image-background: rgba(0,0,0, .5);*/
	/*--skew: 0deg;*/
	/*--polygon: polygon(0 0, 100% 0, 100% 75vh, 0 100%);*/
	/*--polygon-2:  polygon(0 15vh,  100% 0, 100% 75vh, 0 100%);*/
}

/* Colors */

/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */

/* -------------------------- *\
    Nav Menu
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transform Center
\* -------------------------- */

/* -------------------------- *\
    BULTAG Reset
\* -------------------------- */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; -webkit-locale: auto; white-space: normal;}

/* -------------------------- *\
    BULTAG Base
\* -------------------------- */

html {
	font-size: 62.5%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 1024px) {

	html {
		overflow-x: hidden;
	}
}

body { 
	background: #fff; 
	font-family: var(--font-family); 
	font-size: var(--default-font-size); 
	line-height: var(--line-height); 
	color: var(--text-color); 
    max-width: 100vw;
    overflow-x: hidden;
    counter-reset: div;
}

/*padding-top: 6rem;*/

@media (min-width: 768px) {

	body main {/*padding-top: 8.9rem;*/
	}
}

@media (min-width: 900px) {

	body main {/*padding-top: 11.6rem;*/
	}
}

a { 
	color: #111;
	text-decoration: none; 
	transition: .3s;
  }

a:hover {
	color: #001B35;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 3rem; line-height: 1.3; font-weight: 400; }

h1 { font-size: 4rem; }

h2 { font-size: 3rem; }

h3 { font-size: 2.4rem; }

h4 { font-size: 1.8rem; }

h5 { font-size: 1.6rem; }

h6 { font-size: 1.4rem; }

@media(max-width: 330px){
	h1, h2 {
		font-size: 3rem; 
	}
}

blockquote,
dl,
ol,
p,
table,
ul {
    margin-bottom: 1.3em; 
}

nav li {
	list-style-type: none;
}

img { max-width: 100%; height: auto; vertical-align: middle; }

/* -------------------------- *\
    Shell
\* -------------------------- */

.shell { 
    max-width: 174rem; margin: 0 auto;
}

@media (max-width: 1760px){

	.shell {
		padding: 0 1.5rem;
	}
}

.shell--small {/*@media(max-width: 359px){
            padding: 0 2rem;
        }*/
}

@media (min-width: 900px) {

	.shell--small {
		max-width: 35.9rem;
		padding: 0;
	}
}

.shell--medium {
	max-width: 1049px;
	margin: 0 auto;
}

@media(max-width: 1049px){

	.shell--medium {
		padding: 0 2rem;
	}
}

.shell--big {
	max-width: 154rem;
	margin: 0 auto;
}

@media (max-width: 1550px) {

	.shell--big {
		padding: 0 2rem;
	}
}

/* -------------------------- *\
    Cols
\* -------------------------- */

.cols { margin: 0 -1.5rem; }

.cols:after { content: ''; display: table; clear: both; line-height: 0; }

.col { float: left; width: 100%; padding: 0 1.5rem; }

.col--1of2 { width: 50%; }

.col--1of3 { width: 33.33%; }

.col--1of4 { width: 25%; }

.col--1of5 { width: 20%; }

.col--2of4 { width: 50%; }

.col--3of4 { width: 75%; }

@media(max-width: 767px){
	.col--1of2,
	.col--1of3,
	.col--1of4,
	.col--1of5,
    .col--3of4,
    .col--2of4 { width: 100%; }
}

/* -------------------------- *\
    Helpers
\* -------------------------- */

.hidden { display: none !important; }

.center { display: block; margin: 0 auto; text-align: center; }

.onlymobile {
    display: block;
}

.hidden {
    display: none;
}

.onlydesktop {
    display: none;
}

/* -------------------------- *\
    Section
\* -------------------------- */

section {
    background: #fff;
	padding: 2.5rem 0;
}

@media (min-width: 768px) {

	section {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	section {
		padding: 9rem 0;
	}
}

section.dark-1 {
	background: #EDEEEE;
}

section.dark-2 {
	background: #333031;
}

section.nopadding {
	padding: 0;
}

/* -------------------------- *\
    Loggen in
\* -------------------------- */

.logged-in header {
  margin-top: 3.2rem;
}

.jsx-2519291443 a:last-child,
.eapps-widget-toolbar-panel,
.eapps-widget-toolbar-panel-share,
.eapps-widget-toolbar {
    display: none !important;
}

3
.hd {
    display: block;
    width: 192rem;
    height: 10rem;
    background: #000;
    margin: 5rem auto;
}

/* -------------------------- *\
    .sizer
\* -------------------------- */

.sizer { 
    width: 192rem;
    height: 3rem;
    background: #e00000;
 }

.single-apartment {
    padding: 0;
 }

.search_page .search_listing {
	padding: 5.2rem 0 0;
}

.search_page .search_form {
	width: 100%;
	max-width: 85%;
	background: transparent;
	z-index: 20;
	margin: 0 auto;
}

@media (min-width: 490px) {

	.search_page .search_form {
		padding: 1rem 2rem 2rem;
		max-width: 85%;
	}
}

@media (min-width: 1024px) {

	.search_page .search_form {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
		padding: 0;
		border-radius: 0;
		max-width: 61%;
	}
}

.search_page .search_form .search-field {
	width: 100%;
	border: 0;
	border-bottom: 0.1rem solid #000;
	padding: 1.2rem 2rem 1.2rem 3rem;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #000;
	transition: .3s ease;
	background: transparent;
}

.search_page .search_form .search-field:-ms-input-placeholder {
	color: #000;
}

.search_page .search_form .search-field::placeholder {
	color: #000;
}

.search_page .search_form .search-field:focus {
	padding: 1.2rem 2rem 1.2rem 4rem;
	text-transform: none;
}

@media (min-width: 768px) {

	.search_page .search_form .search-field {
		padding: 1.2rem 10rem 1.2rem 3rem;
		font-size: 1.5rem;
		line-height: 1.8rem;
		text-transform: uppercase;
	}

	.search_page .search_form .search-field:focus {
		padding: 1.2rem 10rem 1.2rem 6rem;
	}
}

.search_page .search_form .searchform {
	width: 100%;
	position: relative;
	max-width: 80rem;
	padding: 2rem 0;
	margin: 0 auto;
}

.search_page .search_form .loop {
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.search_page .search_form .search-submit {
	position: absolute;
	top: 50%;
	right: 2.5rem;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0rem;
	line-height: 0;
	color: #000;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
}

@media (min-width: 768px) {

	.search_page .search_form .search-submit {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}

.search_page .search_form .sub {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: .3s ease;
	display: block;
	width: 3rem;
	height: 3rem;
	z-index: 5;
}

.search_page .search_form .sub:hover {
	opacity: .6;
}

@media (min-width: 1024px) {

	.search_page .search_form .sub {
		width: 10rem;
	}
}

.search_page .search_form .arrow {
	width: 1.4rem;
	height: 1.2rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.search_page .search_form .close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	display: none;
}

@media (min-width: 1024px) {

	.search_page .search_form .close {
		display: inline-block;
	}
}

.search_page .search_form .close svg {
	width: 1.7rem;
	height: 1.7rem;
	fill: #000;
}

@keyframes informtop {
   0% { transform: translateY(-100%); }

   100% { transform: translateY(0); opacity: 1; }
}

@keyframes informbottom {
   0% { transform: translateY(100%); }

   100% { transform: translateY(0); opacity: 1; }
}

@keyframes informleft {
   0% { transform: translateX(-100%); }

   100% { transform: translateX(0); opacity: 1; }
}

@keyframes informright {
   0% { transform: translateX(100%); }

   100% { transform: translateX(0); opacity: 1; }
}

@keyframes informfront {
   0% { transform: scale(1.5); opacity: 0; }

   100% { transform: scale(1); opacity: 1; }
}

@keyframes informback {
   0% { transform: scale(0.7); opacity: 0; }

   100% { transform: scale(1); opacity: 1; }
}

@keyframes opacity {
   0% { opacity: 0; transform: scale(0); }

   100% { opacity: 1; transform: scale(1);}
}

@keyframes opacity2 {
   0% { opacity: 0; }

   100% { opacity: 1; }
}

/* -------------------------- *\
    Typography:
\ -------------------------- */

/*@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Light.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Light.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Book.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Book.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Medium.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Medium.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Bold.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Bold.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Black.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Black.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}*/

p {
    font-size: var(--default-font-size);
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222;
}

/*@import "../../../images/_sprite";*/

/* -------------------------- *\
    .after_sprite
\* -------------------------- */

.i {
	transition: .3s ease;
}

.i.c1 {
	fill: #001B35;
}

.i.c2 {
	fill: #0096FF;
}

.i {

}

.i-call.reda {
	font-size: 15rem;
	color: red;
}

.i-call {
	color: green;
	font-size: 50rem;
}

.i-bultag-logo {
	font-size: 200rem !important;
	color: red;
}

/* -------------------------- *\
    Plugins
\* -------------------------- */

/*@import "_flickity.css";*/

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*@import "_image-viewer-lightbox-previewer";*/

/* -------------------------- *\
    slick-theme.css
\* -------------------------- */

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-prev:before
{
    content: '<';
    transform: scale(2,1) !important;
}

[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-next:before
{
    content: '>';
    transform: scale(2,1) rotate(90deg) !important;
    color: red;
}

[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* -------------------------- *\
    ._home_Slider
\* -------------------------- */

/* -------------------------- *\
    .h
\* -------------------------- */

@media (max-width: 1024px) {

	.body--search {
		overflow: hidden;
		width: 100vw;
		height: 100vh;
	}
}

html.exp {
	overflow-y: hidden;
}

.h-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	cursor: pointer;
	background: rgba(0,0,0, .5);
	z-index: -5;
	transform: translateX(-100%);
}

.h-bg.exp {
	transform: translateX(0);
	z-index: 2;
}

.h { 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	color: #fff;
	transition: .3s ease;	
	animation: headerAppear 1s forwards 7.5s;
 }

@media (min-width: 1024px) {

	.h:after {
		content: '';
		background: #fff;
		position: absolute;
		width: 100%;
		height: 100%;
		top: -100%;
		left: 0;
		transition: .3s ease;
	}
}

.h .shell {
	position: relative;
	transition: .3s ease;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding-top: 1.5rem;
	height: 7rem;
}

@media (min-width: 1024px) {

	.h .shell {
		padding-top: 4.2rem;
		padding: 4.2rem 1.5rem 1.4rem;
		height: auto;
	}
}

@media (min-width: 1350px) {

	.h .shell {
		max-width: 173.9rem;
	}
}

.h .logo {
	position: relative;
	left: 0;
	display: none;
	width: 19.5rem;
	height: 7.8rem;
	z-index: 20;
}

@media (min-width: 1200px) {

	.h .logo {
		width: 22.5rem;
		height: 10.8rem;
	}
}

@media (min-width: 1024px) {

	.h .logo {
		display: block;
	}
}

.h .logo img {
	filter: brightness() invert(1);
}

.h .logo-mob {
	position: relative;
	left: 0;
	display: block;
	max-width: 13.5rem;
	height: 4.8rem;
}

.h .logo-mob img {
	filter: brightness() invert(1);
}

@media (min-width: 1024px) {

	.h .logo-mob {
		display: none;
	}
}

.h .burger {
	z-index: 20;
	position: relative;
	display: block;
	cursor: pointer;
	background: transparent;
	box-shadow: none;
	margin-left: 2rem;
	width: 3.5rem;
	height: 3.5rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/* @mixin min 768 {
	    	margin-left: 3.5rem;
	    	width: 5.5rem;
	    	height: 5.5rem;
	    }*/

@media (min-width: 1024px) {

	.h .burger {
		display: none;
	}
}

.h .burger:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.2rem;
	height: 3.2rem;
	transform: translate(-50%, -50%);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@media (min-width: 768px) {

	.h .burger:after {
		width: 5.2rem;
		height: 5.2rem;
	}
}

.h .burger span {
	position: absolute;
	display: block;
	width: 2.5rem;
	height: 0.2rem;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s ease;
	border-radius: 1rem;
}

/*@mixin min 768 {
	        	width: 5rem;
	        	height: 0.4rem;
	        }*/

.h .burger span:before,
		    .h .burger span:after {
	content: '';
	position: absolute;
	top: -0.7rem;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform-origin: center;
	transition: transform .3s ease-out;
	transition: .3s ease;
	border-radius: 1rem;/*  @mixin min 768 {
			    	top: -1.7rem;
			    }*/
}

.h .burger span:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: -0.7rem;/*
			    @mixin min 768 {
			    	bottom: -1.7rem;
			    }*/
}

.h .burger--open span {
	background: transparent;
}

.h .burger--open span:before,
			    .h .burger--open span:after {
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	background: #000;
}

.h .burger--open span:after {
	transform: rotate(-45deg);
}

.h .search_btn {
	position: absolute;
	top: 50%;
	right: 13rem;/*transform: translateY(-35%);*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.h .search_btn span {
	display: none;
}

@media (min-width: 1320px) {

	.h .search_btn span {
		display: inline-block;
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 3rem;
		text-transform: uppercase;
		color: #fff;
		position: relative;
	}

	.h .search_btn span:after {
		content: '';
		background: #fff;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 0.3rem;
		transition: .3s ease;
	}

	.h .search_btn span:hover:after {
		width: 100%;
	}
}

.h .search_btn svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #fff;
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.h .search_btn svg {
		margin-right: 1rem;
		fill: #fff;
	}
}

@media (min-width: 1024px) {

	.h .search_btn {
		position: relative;
		right: 0;
		margin-left: 2.5rem;
	}
}

@media (min-width: 1380px) {

	.h .search_btn {
		margin-left: 4.9rem;
	}
}

.h .wpml-ls-legacy-dropdown {
	position: absolute;
	top: 50%;
	right: 6rem;/*transform: translateY(-40%);*/
	width: 5rem;
}

@media (min-width: 1024px) {

	.h .wpml-ls-legacy-dropdown {
		position: relative;
		right: 0;
		margin-left: 2.5rem;
	}
}

@media (min-width: 1380px) {

	.h .wpml-ls-legacy-dropdown {
		margin-left: 4.9rem;
	}
}

.h .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 0;
	transition: visibility .1s ease;
	top: 103%;
}

.h .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	border-width: .1rem;
}

.h .wpml-ls-legacy-dropdown a:hover {
	background: rgba(255,255,255, .8);
}

.h .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	border: 0;
	background: transparent;
	padding: 0;
	color: #fff;
	transition: .3s ease;
}

.h .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: url(/wp-content/uploads/2022/07/arrow.svg);
	border: 0;
	top: 0;
	right: 0;
}

.h .btn {
	display: none;
}

@media (min-width: 1024px) {

	.h .btn {
		display: inline-block;
		min-width: auto;/*margin-left: 3rem;*/
		margin-bottom: 0;
		padding: 1.5rem;
		font-size: 2rem;
		font-weight: 600;
		line-height: 1.8rem;
		text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
		width: 21rem;
		position: relative;
		z-index: 20;
	}

	.h .btn:hover {
		box-shadow: inset 0 3.5rem #fff, inset 0 -3.5rem #fff;
	}

	@media (min-width: 1200px) {

		.h .btn {
			padding: 1.5rem;
			margin-left: 3rem;
		}
	}
}

.h .menu-main-menu-container {
	position: relative;
	transform: translateY(0);
	-ms-flex-direction: row;
	    flex-direction: row;
	display: inline-block;
	width: auto;
	height: auto;
	opacity: 1;
	background: transparent;
	padding: 0;
	overflow: inherit;
}

@media (min-width: 420px) {

	.h .menu-main-menu-container {
		padding: 3rem;
	}
}

@media (max-width: 1023px) {

	.h .menu-main-menu-container {
		height: 100vh;
		overflow: auto;
		max-width: 100vw;
		padding: 8rem 2.4rem 10rem;
		overflow-y: scroll;
		transform: translateX(-100%);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100vw;
		opacity: 0;
		background: #000;
		transition: opacity .3s ease,transform .3s ease;
		z-index: 10;
	}
}

@media (max-width: 780px) {

	.h .menu-main-menu-container {
		max-width: 50rem;
	}
}

@media (min-width: 1024px) {

	.h .menu-main-menu-container {
		padding: 0;
	}
}

.h .menu-main-menu-container ul {
	margin-bottom: 0;
	list-style-type: none;
}

@media (min-width: 1024px) {

	.h .menu-main-menu-container ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		list-style-type: none;
	}
}

.h .menu-main-menu-container ul li {
	position: relative;/*&.hide-mob {
	    			position: absolute;
	    			bottom: 0;
	    			left: 50%;
	    			transform: translateX(-50%);
	    			margin-top: 0;
    			 	bottom: 6rem;
    			 	overflow: hidden;

    			 	@mixin min 1024 {
    			 		display: none;
    			 	}

    			 	a {
			 		 	display: block;
			 		 	overflow: hidden;
			 			font-size: 1.4rem;
			 			background: transparent;
			 			padding: 1.5rem 1.4rem;
			 			@mixin tra;	
			 			width: 15.4rem;
			 			color: $cb;
			 			box-shadow: inset 0 0 $cb, inset 0 0 $cb;
			 			background: transparent;
			 			border: 0.1rem solid $cb;
			 			transition: color 0.3s ease, box-shadow 0.2s ease-out;

			 			&:after {
			 				content: none;
			 			}
    			 	}

    			 	&:hover {
    			 		a {
    			 			color: $cw;
    			 			box-shadow: inset 0 3.5rem $cb, inset 0 -3.5rem $cb;
    			 		}
    			 	}
	    		}*/
}

/*+ li {
	    			margin-top: 1rem;
	    		}*/

.h .menu-main-menu-container ul li .simplefavorites-user-count {
	position: absolute;
	top: .1rem;
	left: 10.2rem;
	z-index: 10;
	font-size: 1.2rem;
	font-weight: 300;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .25);
	background: #fff;
	color: #000;
}

@media (min-width: 1024px) {

	.h .menu-main-menu-container ul li .simplefavorites-user-count {
		top: -.9rem;
		right: -2.2rem;
		left: auto;
	}
}

.h .menu-main-menu-container ul li a {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	display: inline-block;
	position: relative;
	color: #fff;
}

@media (max-width: 1023px) {

	.h .menu-main-menu-container ul li a {
		padding: 1rem 0 1rem;
	}
}

@media (min-width: 1024px) {

	.h .menu-main-menu-container ul li a {
		text-transform: uppercase;
	}
}

.h .menu-main-menu-container ul li a:after {
	content: '';
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0.3rem;
	transition: .3s ease;
}

.h .menu-main-menu-container ul li a:hover:after {
	width: 100%;
}

.h .menu-main-menu-container ul li.menu-item-has-children {
	position: relative;
}

.h .menu-main-menu-container ul li.menu-item-has-children .arrow {
	position: absolute;
	z-index: 50;
	top: 1rem;
	right: 0;
	line-height: 3.2rem;
	text-align: center;
	transition: 0.4s all ease;
	cursor: pointer;
	width: 5rem;
	height: 3rem;
	background: transparent;
	animation: none;
	border-left: .1rem solid grey;
	display: block;
}

.h .menu-main-menu-container ul li.menu-item-has-children .arrow:after {
	content: url(/wp-content/uploads/2022/09/down-arrow-dark.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.h .menu-main-menu-container ul li.menu-item-has-children .arrow {
		display: none;
	}
}

.h .menu-main-menu-container ul li.menu-item-has-children .arrow.extended:after {
	transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 1024px) {

	.h .menu-main-menu-container ul li.menu-item-has-children a:hover {
		color: #58b1ff;
	}
}

@media (min-width: 1024px) {

	.h .menu-main-menu-container ul li.hide-mob {
		display: none;
	}
}

@media (min-width: 1024px) {

	.h .menu-main-menu-container {
		position: relative;
		transform: translateY(0);
		-ms-flex-direction: row;
		    flex-direction: row;
		display: inline-block;
		width: auto;
		height: auto;
		opacity: 1;
		background: transparent;
		padding: 0;
		overflow: inherit;
	}

	.h .menu-main-menu-container ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		list-style-type: none;
	}

	.h .menu-main-menu-container ul li + li {
		margin-top: 0;
		margin-left: 2.5rem;
	}

	.h .menu-main-menu-container ul li a {
		color: #fff;
		font-weight: 500;
		font-size: 1.3rem;
		line-height: 3rem;
	}/*text-shadow: 0 0.2rem 0.4rem rgba($cb, 0.5);*/

	@media (min-width: 1200px) {

		.h .menu-main-menu-container ul li a {
			font-size: 1.5rem;
		}
	}

	.h .menu-main-menu-container ul li a:after {
		background: #fff;
	}
}

@media (min-width: 1380px) {

	.h .menu-main-menu-container ul li + li {
		margin-left: 4.9rem;
	}
}

.h .cus_menu,
	.h .mnav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.h .search-bl {
	width: 100%;
	background: transparent;
	position: fixed;
	height: 7rem;
	top: 50%;
	left: 50%;
	z-index: 15;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -100%);
	transition: .3s ease;
}

.h .search-bl.show {
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

@media (min-width: 1024px) {

	.h .search-bl {
		position: absolute;
		max-width: 100%;
		background: #fff;
		height: 4.3rem;
		top: 0;
		left: 50%;
		transform: translate(-50%, -100%);
		transition: .3s ease;
	}

	.h .search-bl.show {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.h .search-bg {
	width: 100vw;
	background: rgba(0,0,0, .5);
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .3s ease;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
	cursor: pointer;
}

.h .search-bg.show {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

@media (min-width: 1024px) {

	.h .search-bg {
		display: none;
	}
}

.h .search_form {
	width: 100%;
	max-width: 85%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1rem 2rem 2rem;
	border-radius: 1rem;
	z-index: 20;
}

@media (min-width: 1024px) {

	.h .search_form {
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
		padding: 0;
		border-radius: 0;
		max-width: 61%;
	}
}

.h .search_form .search-field {
	width: 100%;
	border: 0;
	border-bottom: 0.1rem solid #000;
	padding: 1.2rem 2rem 1.2rem 3rem;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #000;
	transition: .3s ease;
}

.h .search_form .search-field:-ms-input-placeholder {
	color: #000;
}

.h .search_form .search-field::placeholder {
	color: #000;
}

.h .search_form .search-field:focus {
	padding: 1.2rem 2rem 1.2rem 4rem;
	text-transform: none;
}

@media (min-width: 768px) {

	.h .search_form .search-field {
		padding: 1.2rem 10rem 1.2rem 3rem;
		font-size: 1.5rem;
		line-height: 1.8rem;
		text-transform: uppercase;
	}

	.h .search_form .search-field:focus {
		padding: 1.2rem 10rem 1.2rem 6rem;
	}
}

.h .search_form .searchform {
	width: 100%;
	position: relative;
	max-width: 94.8rem;
}

@media (min-width: 1024px) {

	.h .search_form .searchform {
		width: calc(100% - 9rem);
	}
}

.h .search_form .loop {
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.h .search_form .search-submit {
	position: absolute;
	top: 50%;
	right: 2.5rem;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0rem;
	line-height: 0;
	color: #000;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
}

@media (min-width: 768px) {

	.h .search_form .search-submit {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}

.h .search_form .sub {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: .3s ease;
	display: block;
	width: 3rem;
	height: 3rem;
}

.h .search_form .sub:hover {
	opacity: .6;
}

@media (min-width: 1024px) {

	.h .search_form .sub {
		width: 10rem;
	}
}

.h .search_form .arrow {
	width: 1.4rem;
	height: 1.2rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.h .search_form .close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	display: none;
}

@media (min-width: 1024px) {

	.h .search_form .close {
		display: inline-block;
	}
}

.h .search_form .close svg {
	width: 1.7rem;
	height: 1.7rem;
	fill: #000;
}

.h .search_form .close:hover svg {
	fill: rgba(0,0,0, .5);
}

.h--open .logo-mob,
		.h--open .wpml-ls-legacy-dropdown,
		.h--open .search_btn {
	z-index: 15;
}

.h--open .logo-mob .i {
	fill: #000;
}

.h--open .search_btn {/*transform: translateY(0);*/
	color: #000;
}

.h--open .search_btn svg {
	fill: #000;
}

/*transform: translateY(0);*/

.h--open .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	color: #000;
}

.h--open .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: url(/wp-content/uploads/2022/07/arrow-dark.svg);
}

.h--open .burger {
	background: #fff;
	border-radius: 50%;
}

.h--open .burger--open span {
	width: 2rem;
	background: transparent;/*@mixin min 768 {
						width: 5rem;
					}*/
}

.h--open .menu-main-menu-container {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 1024px) {

	.h--search:after {
		top: 0;
	}

	.h--search .shell {
		padding-bottom: 3.6rem;
	}

	.h--search .logo {
		display: none;
	}

	.h--search .logo-mob {
		display: block;
		position: relative;
		z-index: 20;
		max-width: 13.5rem;
		height: 4.8rem;
	}

	@media (min-width: 1380px) {

		.h--search .logo-mob {
			max-width: 22.5rem;
			height: 7.2rem;
		}
	}

	.h--search .logo-mob .i {
		fill: #000;
	}

	.h--search .btn {
		text-shadow: none;
		color: #000;
		border: .1rem solid #000;
		padding: 1.9rem;
	}

	@media (min-width: 1024px) {

		.h--search .btn {
			width: auto;
		}
	}

	@media (min-width: 1450px) {

		.h--search .btn {
			width: 21rem;
		}
	}

	.h--search .btn:hover {
		color: #fff;
		box-shadow: inset 0 3.5rem #000, inset 0 -3.5rem #000;
	}
}

.h--scroll {
	transform: translateY(-115%);
}

.h--scroll.h--open {
	transform: translateY(0);
}

.h--bg,
	.h--other,
	.h--search {
	box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 30%);
	padding: 0;
	background: #fff;
}

.h--bg:after, .h--other:after, .h--search:after {
	content: none;
}

.h--bg .logo, .h--other .logo, .h--search .logo {
	display: none;
}

.h--bg .logo-mob, .h--other .logo-mob, .h--search .logo-mob {
	display: block;
	max-width: 13.5rem;
	height: 4.8rem;
	z-index: 20;
}

@media (min-width: 1380px) {

	.h--bg .logo-mob, .h--other .logo-mob, .h--search .logo-mob {
		max-width: 22.5rem;
		height: 7.2rem;
	}
}

.h--bg .logo-mob img, .h--other .logo-mob img, .h--search .logo-mob img {
	filter: brightness(1) invert(0);
}

.h--bg .shell, .h--other .shell, .h--search .shell {
	height: 7rem;
	background: #fff;
	padding: 1.4rem 1.5rem;
}

@media (min-width: 1024px) {

	.h--bg .shell, .h--other .shell, .h--search .shell {
		height: 10rem;
	}
}

.h--bg .burger span, .h--other .burger span, .h--search .burger span {
	background: #000;
}

.h--bg .burger span:before,
				.h--bg .burger span:after,
				.h--other .burger span:before,
				.h--other .burger span:after,
				.h--search .burger span:before,
				.h--search .burger span:after {
	background: #000;
}

.h--bg .burger--open span, .h--other .burger--open span, .h--search .burger--open span {
	background: transparent;
}

.h--bg .menu-main-menu-container ul li a, .h--other .menu-main-menu-container ul li a, .h--search .menu-main-menu-container ul li a {
	color: #fff;
	text-shadow: none;
}

.h--bg .menu-main-menu-container ul li a:after, .h--other .menu-main-menu-container ul li a:after, .h--search .menu-main-menu-container ul li a:after {
	background: #fff;
}

@media (max-width: 1024px) {

	.h--bg .search_btn, .h--other .search_btn, .h--search .search_btn {
		transform: translateY(-50%);
	}
}

.h--bg .search_btn span, .h--other .search_btn span, .h--search .search_btn span {
	color: #000;
}

.h--bg .search_btn span:after, .h--other .search_btn span:after, .h--search .search_btn span:after {
	background: #000;
}

.h--bg .search_btn svg, .h--other .search_btn svg, .h--search .search_btn svg {
	fill: #000;
}

@media (max-width: 1024px) {

	.h--bg .wpml-ls-legacy-dropdown, .h--other .wpml-ls-legacy-dropdown, .h--search .wpml-ls-legacy-dropdown {
		transform: translateY(-50%);
	}
}

.h--bg .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .h--other .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .h--search .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	color: #000;
}

.h--bg .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, .h--other .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, .h--search .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: url(/wp-content/uploads/2022/07/arrow-dark.svg);
}

.h--bg .btn, .h--other .btn, .h--search .btn {
	text-shadow: none;
	color: #000;
	border: .1rem solid #000;
	padding: 1.9rem;
}

@media (min-width: 1024px) {

	.h--bg .btn, .h--other .btn, .h--search .btn {
		width: auto;
	}
}

@media (min-width: 1450px) {

	.h--bg .btn, .h--other .btn, .h--search .btn {
		width: 21rem;
	}
}

.h--bg .btn:hover, .h--other .btn:hover, .h--search .btn:hover {
	color: #fff;
	box-shadow: inset 0 3.5rem #000, inset 0 -3.5rem #000;
}

.h--bg .menu-main-menu-container ul li a {
	color: #000;
	text-shadow: none;
}

.h--bg .menu-main-menu-container ul li a:after {
	background: #000;
}

.h--bg.h--open .menu-main-menu-container ul li a {
	color: #fff;
	text-shadow: none;
}

.h--bg.h--open .menu-main-menu-container ul li a:after {
	background: #fff;
}

.h--other {
	box-shadow: none;
}

.h--other .shell {
	padding: 1.5rem;
	height: auto;
}

@media (min-width: 1024px) {

	.h--other .shell {
		padding: 3.9rem 1.5rem;
	}
}

.h--other .btn {
	padding: 1.9rem;
}

.h--other .menu-main-menu-container ul li a {
	color: #000;
	text-shadow: none;
}

.h--other .menu-main-menu-container ul li a:after {
	background: #000;
}

.h--other.h--bg {
	box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 30%);
}

.h--other.h--bg .shell {
	height: 7rem;
	background: #fff;
	padding: 1.4rem 1.5rem;
}

@media (min-width: 1024px) {

	.h--other.h--bg .shell {
		height: 10rem;
	}
}

.h--other.h--bg .btn {
	padding: 1.9rem;
}

.h--other.h--open .menu-main-menu-container ul li a {
	color: #fff;
	text-shadow: none;
}

.h--other.h--open .menu-main-menu-container ul li a:after {
	background: #fff;
}

h1 {
 	color: #fff;
 }

/*@keyframes headerAppear {
   0%   { transform: translateY(-100%); }
   100% { transform: translateY(0); }
 }*/

/*@import "_menu";*/

/*@import "_nav";*/

/* -------------------------- *\
    .side
\* -------------------------- */

.side { 
	position: fixed;
	top: 0;
	right: 0;
	z-index: 45;
	width: 7.6rem;
	height: 100vh;
	display: none;
 }

@media (min-width: 1024px) {

	.side {
		display: block;
		transform: translateX(100%);
		animation: side1Appear 1s forwards 7.5s;
	}
}

.side>span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	color: #fff;
	width: 15rem;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .2rem;
	transform-origin: left;
	transform: translateY(210%) rotate(-90deg);
	text-align: center;
}

.side>span:before,
		.side>span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -1.5rem;
	width: 5.7rem;
	height: .1rem;
	background: #fff;
	transform: translateX(-100%);
}

.side>span:after {
	left: auto;
	right: -1.5rem;
	transform: translateX(100%);
}

/*position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		color: #fff;*/

.side .icons a {
	position: absolute;/*top: 50%;*/
	right: 0;/*transform: translateY(-50%);*/
	color: #fff;
}

.side .icons a:nth-child(1){
	top: calc( 50% - 6rem);
}

.side .icons a:nth-child(2){
	top: 50%;
}

.side .icons a:nth-child(3){
	top: calc( 50% + 6rem);
}

.side .icons>a,
		.side .icons>span {
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 36rem;
	transition: .3s ease;
	transform: translateX(calc(100% - 5.3rem));/*border-radius: 1rem;*/
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	background: rgba(0,0,0,.1);/*&:nth-child(1){
				top: calc( 50% - 6rem);
			}

			&:nth-child(2){
				top: 50%;
			}

			&:nth-child(3){
				top: calc( 50% + 6rem);
			}*/
}

.side .icons>a:hover, .side .icons>span:hover {
	transform: translateX(calc(1rem));
	background: rgba(0,0,0,.7);
}

.side .icons>a + a,
			.side .icons>a + span,
			.side .icons>span + a,
			.side .icons>span + span {/*margin-top: 2rem;*//*padding: 1rem 0;*/
}

.side .icons>a span, .side .icons>span span {
	display: block;
}

.side .icons>a span:nth-child(1),.side .icons>span span:nth-child(1){
	width: 6.3rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;/*justify-content: center;		*/
}

.side .icons svg {
	fill: #fff;
	height: 1.7rem;
	width: 2.3rem;
	margin: 1.5rem 1.9rem;
}

.side .icons svg.i-phone {
	height: 2.1rem;
	width: 2.1rem;
}

.side .icons svg.i-location {
	height: 2.3rem;
	width: 1.7rem;
}

/* -------------------------- *\
     .tel
 \* -------------------------- */

.tel { 
 	position: fixed;
 	bottom: 4rem;
 	bottom: 14.5rem;
 	right: -.5rem;
 	z-index: 80;
 	transform: translateY(-50%);
 	font-size: 2.4rem;
 	letter-spacing: .2rem;
 	line-height: 2.9rem;
 	font-weight: 500;
 	text-shadow: 0 .1rem .4rem #000;
  }

.tel span:nth-child(2){
	display: none;
}

@media (min-width: 1024px) {

	.tel span:nth-child(2) {
		display: block;
	}
}

.tel__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	left: -4.5rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0,0,0, .7);
	width: 4.7rem;
	height: 4.7rem;
	border-radius: 50%;
	border: .1rem solid rgba(255,255,255, .265);
	transition: .3s ease;
}

.tel__icon svg {
	fill: #fff;
	max-height: 3rem;
	max-width: 2rem;
	animation: call 3s infinite;
}

.tel__icon:before,
	 	.tel__icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7.3rem;
	height: 7.3rem;
	border-radius: 50%;
	border: .1rem solid rgba(255,255,255, .2);
	animation: cyrcle_1 3s infinite;
}

@media (min-width: 1024px) {

	.tel__icon:before,
	 	.tel__icon:after {
		width: 6.3rem;
		height: 6.3rem;
	}
}

.tel__icon:after {
	width: 8.7rem;
	height: 8.7rem;
	animation: cyrcle_1 3s infinite .1s;
}

@media (min-width: 1024px) {

	.tel__icon:after {
		width: 7.5rem;
		height: 7.5rem;
	}
}

@media (min-width: 1024px) {

	.tel__icon {
		border: .1rem solid rgba(255,255,255, .8);
		width: 4.7rem;
		height: 4.7rem;
	}

	.tel__icon svg {
		max-height: 3rem;
		max-width: 2.1rem;
	}
}

@media (min-width: 768px) {

	.tel {
		bottom: 10rem;
	}
}

@media (min-width: 1024px) {

	.tel {
		display: none;
	}
}

@keyframes cyrcle_1 {
      0% {
          transform: translate(-50%, -50%) scale(1);
          opacity: 1;
      }

      30% {
          transform: translate(-50%, -50%) scale(1.1);
          opacity: .3;
      }

      70% {
          transform: translate(-50%, -50%) scale(1.2);
          opacity: .1;
      }

      100% {
          transform: translate(-50%, -50%) scale(1.5);
          opacity: 0;
      }
  }

@keyframes call {
      0% {
          transform: rotate(0) scale(1) skew(1deg)
      }
      3% {
          transform: rotate(-25deg) scale(1) skew(1deg)
      }
      6% {
          transform: rotate(25deg) scale(1) skew(1deg)
      }
      9% {
          transform: rotate(-25deg) scale(1) skew(1deg)
      }
      12% {
          transform: rotate(25deg) scale(1) skew(1deg)
      }
      15% {
          transform: rotate(0) scale(1) skew(1deg)
      }
      100% {
          transform: rotate(0) scale(1) skew(1deg)
      }
  }

@keyframes side1Appear {
   0%   { transform: translateX(100%);}
   100% { transform: translateX(0);}
 }

@keyframes side2Appear {
   0%   { transform: translateX(100%); }
   100% { transform: translateX(0); }
 }

/* -------------------------- *\
    .ox_intro
\* -------------------------- */

figure {
	width: 100%;
	height: 100%;
}

.ox_intro {
	--progress: 0;
	position: relative;
	overflow: hidden;
	padding: 0;
	background: #000;
	z-index: 1;
	height: 35rem;
 }

@media (min-width: 768px) {

	.ox_intro {
		height: 57.9rem;
	}
}

@media (min-width: 1024px) {

	.ox_intro {
		height: 100vh;
	}
}

.ox_intro>figure {
	animation: informfront 2.2s forwards .3s;
}

.ox_intro .bg {
	opacity: calc(0.4 + 1 * var(--progress));
	z-index: -1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transform: translate(0, calc(30% * var(--progress)));
}

.ox_intro .int {
	max-width: 144.5rem;
	width: calc(100vw - 4rem);
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 30vh * var(--progress)));
	z-index: 1;
	opacity: calc(1 - 1 * var(--progress));
}

/*@mixin min 1024 {
			padding: 12.6rem 2rem 3.6rem;
		}

		@mixin min 1450 {
			padding: 12.6rem 0 3.6rem;
		}*/

.ox_intro .int img {
	filter: drop-shadow(0 .2rem .6rem rgba(0,0,0, 0.5));
	width: 100%;
	height: 8.1rem;
	fill: #fff;
	margin-bottom: .7rem;
	-o-object-fit: contain;
	   object-fit: contain;
	animation: informback 1.2s forwards .3s;
	opacity: 0;/*@mixin min 1200 {
				height: 28.1rem;
			}*/
}

@media (min-width: 768px) {

	.ox_intro .int img {
		height: 13.8rem;
		margin-bottom: 3rem;
	}
}

@media (min-width: 990px) {

	.ox_intro .int img {
		height: 20rem;
	}
}

.ox_intro .int h1 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	letter-spacing: -0.01rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	animation: informback 1.2s forwards 0.6s;
	opacity: 0;
	max-width: 38rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.ox_intro .int h1 {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}
}

@media (min-width: 1200px) {

	.ox_intro .int h1 {
		font-size: 3rem;
		line-height: 3.9rem;
		max-width: 100%;
		font-weight: 500;
	}
}

@keyframes arrowMove {
   0%   { opacity: 0.5; transform: translateY(-.8rem); }
   50%   { opacity: 1; transform: translateY(0);}
   100% { opacity: 0.5; transform: translateY(-.8rem);}
 }

@keyframes rotate {
   0%   { transform: rotate(180deg); }
   100% { transform: rotate(0); opacity: 1; }
 }

/* -------------------------- *\
    .preloader
\* -------------------------- */

.preloader { 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 90vh;
	background: #181819;
	transform: scale(1.4);
	transition: .3s ease;	
	/*animation: preloader 5s forwards;	*/
	animation: preloader 7s forwards, preloaderVisibility 8s forwards;
 }

@media (min-width: 500px) {

	.preloader {
		height: 100vh;
	}
}

.preloader>span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;/*transform: translate(-151%, -50%);*/
	transform: translate(-50%, -50%);
	width: 65vw;
	height: 25%;
	transition: .3s ease;
	overflow: hidden;
}

/*animation: preloaderSpan 1.2s forwards .5s;	*/

.preloader>span span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #424243;
	transform: translateX(-105%);
}

.preloader>span span:nth-child(1){
	animation: preloaderSpan .5s forwards .4s;
}

.preloader>span span:nth-child(2){
	animation: preloaderSpan .8s forwards 3.5s;
}

.preloader h1,
	.preloader h2 {
	color: #262626;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 10vw;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	text-align: center;
	opacity: 0;
}

.preloader h1 {
	animation: preloadertitle .4s forwards .6s;
}

.preloader h2 {/*&:nth-child(7){
			animation: preloadertitle .4s forwards 3.2s;
		}*//*&:nth-child(8){
			animation: preloadertitle .4s forwards 3.6s;
		}*/
}

.preloader h2:nth-child(1){
	animation: preloadertitle .4s forwards .8s;
}

.preloader h2:nth-child(2){
	animation: preloadertitle .4s forwards 1.2s;
}

.preloader h2:nth-child(3){
	animation: preloadertitle .4s forwards 1.6s;
}

.preloader h2:nth-child(4){
	animation: preloadertitle .4s forwards 2s;
}

.preloader h2:nth-child(5){
	animation: preloadertitle .4s forwards 2.4s;
}

.preloader h2:nth-child(6){
	animation: preloadertitle 1s forwards 2.8s;
}

.preloader .i {
	fill: #424243;
	fill: #E5E4E2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.05);
	min-width: 100vw;
	min-height: 30vh;
	opacity: 0;
	animation: preloaderlogo 4s forwards 4s;
}

@media (max-width: 767px) {

	.preloader .i {
		min-width: 80vw;
		min-height: 30vh;
	}
}

@keyframes preloader {
   0%   { transform: scale(1.3); background: #383838; }
   7%  { background: #181819; }
   60% { transform: scale(1); }
   80% { transform: scale(1); opacity: 1; }
   90% { opacity: 0; }
   100% { transform: scale(300); opacity: 0; }
 }

@keyframes preloaderVisibility {
   from {visibility: visible;}
   to {visibility: hidden;}
 }

@keyframes preloaderSpan {
   from { transform: translateX(-105%); }
   to   { transform: translateX( 105%); }
 }

@keyframes preloadertitle {
   0%  { opacity: 0; }
   5%  { opacity: 1; }
   95%  { opacity: 1; }
   100% { opacity: 0; }
 }

@keyframes preloaderlogo {
   0%   { transform: translate(-50%, -50%) scale(1.05); fill: #E5E4E2; opacity: 0; }
   10%  { opacity: 1; }
   99%  { opacity: 1; }
   100% { transform: translate(-50%, -50%) scale(1); fill: #E5E4E2; opacity: 0; }
 }

@keyframes bodyblack {
   0%   { transform: translate(-50%, -50%) scale(1.05); fill: #E5E4E2; opacity: 0; }
   10%  { opacity: 1; }
   99%  { opacity: 1; }
   100% { transform: translate(-50%, -50%) scale(1); fill: #E5E4E2; opacity: 0; }
 }

@keyframes bb {
   0%   { opacity: 1; }
   100% { opacity: 0; }
 }

body {
	/*animation: bb 1s forwards 20s;*/
}

/* -------------------------- *\
    .ox_company_listing
\* -------------------------- */

.ox_company_listing { 
	padding: 0;
	position: relative;
 }

/*z-index: 49;*/

@media (min-width: 1024px) {

	.ox_company_listing {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.ox_company_listing .particles-js-canvas-el {
	display: none;
}

@media (min-width: 1024px) {

	.ox_company_listing .particles-js-canvas-el {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 1024px) {

	.ox_company_listing .ox_company {
		width: 50%;/*opacity: 0;*/
	}
}

@media (min-width: 1024px) {

	.ox_company_listing:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 20;
		width: .1rem;
		height: 100%;
		background: #fff;
	}
}

.ox_company_listing:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: .1rem;
	background: #fff;
}

.i2 {
 	display: none;
 }

.ox_company {
 	overflow: hidden;
 	position: relative;
 	display: block;
 	transition: .3s ease;	
 	border-top: .1rem solid rgba(255,255,255, .7);
 }

@media (max-width: 767px) {

	.ox_company {
		padding: 2.5rem 0;
	}
}

@media (min-width: 1024px) {

	.ox_company {/*opacity: 0;*/
		border-top: .1rem solid #fff;
		z-index: 10;
		overflow: hidden;
	}
}

@media (min-width: 1300px) {

	.ox_company {/*min-height: 50vh;*/
	}
}

.ox_company:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .75);
	transition: .3s ease;
}

/*transition: 0s all;	*/

@media (min-width: 1024px) {

	.ox_company:after {
		opacity: 0;
		z-index: 0;
	}
}

.ox_company>.i {
	position: absolute;
	top: .5rem;
	z-index: 10;
	left: 1rem;
	fill: #fff;
	max-width: 30%;
	height: 5rem;
}

@media (min-width: 1024px) {

	.ox_company>.i {
		top: 3rem;
		height: 7rem;
		left: 2rem;
		transition: .3s ease;
	}
}

@media (min-width: 1024px) {

	.ox_company>.i {
		transition: .3s ease;/*opacity: 0;		*/
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(1.5);/*max-width: 35%;
			height: 8rem;*/
	}
}

.ox_company .i2 {/*display: block;
 		transform: translate(0) scale(0);
 		transform-origin: center;
 		max-height: 7rem;
 		max-width: 30%;
 		top: 3rem;
 		left: 3rem;*/
	display: block;
	top: 3rem;
	left: 3rem;
	transform: translate(0);
	opacity: 0;
	transition: .3s ease;
}

.ox_company p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	z-index: 10;
	width: 90%;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.1rem;
	opacity: .6;
}

@media (min-width: 768px) {

	.ox_company p {/*font-size: 1.6rem;*/
	}
}

@media (min-width: 1024px) {

	.ox_company p {
		width: 35rem;
		text-align: right;
		top: 3rem;
		left: auto;
		right: 3rem;
		transform: translate(0);
		transition: .3s ease;
		opacity: 0;
	}
}

.ox_company span {
	position: absolute;
	bottom: 0;
	right: 2rem;
	z-index: 10;
}

@media (min-width: 1024px) {

	.ox_company span {
		bottom: 2rem;
		right: 3rem;
		transition: .3s ease;
		opacity: 0;
	}
}

.ox_company img {
	transition: .3s ease;
	transform: scale(1.5);
}

/*transform: scale(1.24);*/

@media (min-width: 1024px) {

	.ox_company img {
		transition: .3s ease;
		opacity: 0;
	}
}

.ox_company img,
 	.ox_company span,
 	.ox_company p,
 	.ox_company:after {
	transition: .7s all;
}

.ox_company:after {
	transition: 1s all;
}

.ox_company:hover img,
 		.ox_company:hover span,
 		.ox_company:hover .i2,
 		.ox_company:hover:after {
	opacity: 1 !important;/*transition-delay: .5s;*//*display: block;*/
}

.ox_company:hover p {
	opacity: .6;
}

.ox_company:hover:after {
	opacity: 1;
	transition-delay: 0s;
	transition: 0s;
}

.ox_company:hover>.i {
	opacity: 0;
}

.ox_company:hover img {
	animation: dsd 5s alternate-reverse infinite .3s;
}

keyframes dsd 0% {
	transform: scale(1.5);
}

keyframes dsd 100% {
	transform: scale(1.24);
}

/* -------------------------- *\
    .btn-1
\* -------------------------- */

.btn-1 { 
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2.2rem;
	text-transform: uppercase;
	opacity: .9;
	transition: .3s ease;
	padding: 1rem 2.5rem 1rem 1rem;		
 }

@media (min-width: 768px) {

	.btn-1 {
		font-size: 1.8rem;
		padding: 1rem 4rem 1rem 1rem;
	}
}

.btn-1 .i {
	fill: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	max-height: 2rem;
	position: absolute;
	top: 50%;
	right: 0;
	max-width: 1.8rem;
	transform: translateY(-50%);
}

@media (min-width: 768px) {

	.btn-1 .i {
		max-width: 2.5rem;
	}
}

/* -------------------------- *\
     .btn
 \* -------------------------- */

.btn {
 	position: relative;
 	display: inline-block;
 	overflow: hidden;
	
	border: .1rem solid #fff;
	color: #fff;
	background: #00070F;
	padding: 1.5rem 1.4rem;
	text-transform: uppercase;
	font-size: 1.4rem;
	min-width: 14rem;
	text-align: center;
	transition: .3s ease;	
	margin-bottom: 1.5rem;
	box-shadow: inset 0 0 #fff, inset 0 0 #fff;
	transition: color 0.3s ease, box-shadow 0.2s ease-out;
 }

@media (min-width: 768px) {

	.btn {
		padding: 2.1rem 2rem;
		min-width: 20.9rem;
		font-size: 1.5rem;
	}
}

.btn:hover {
	color: #000;
	box-shadow: inset 0 3.1rem #fff, inset 0 -3.1rem #fff;
}

.btn + .btn {
	margin-left: 1rem;
}

@media (min-width: 768px) {

	.btn + .btn {
		margin-left: 2rem;
	}
}

.btn-white {
 	padding: 2.5rem 3.3rem;
 	border: 0.1rem solid #000;
 	text-align: center;
 	background: transparent;
 	color: #000;
 	font-size: 1.5rem;
 	line-height: 1.8rem;
 	font-weight: 500;
 	box-shadow: inset 0 0 #000, inset 0 0 #000;
 	margin-bottom: 0;
 }

.btn-white:hover {
	color: #fff;
	box-shadow: inset 0 3.5rem #000, inset 0 -3.5rem #000;
}

.btn-tr {
 	background: transparent;
 }

.btn-wb {
 	color: #000;
 	box-shadow: inset 0 0 #000, inset 0 0 #000;
 	background: transparent;
 	border: 0.1rem solid #000;
 }

.btn-wb:hover {
	color: #fff;
	box-shadow: inset 0 3.5rem #000, inset 0 -3.5rem #000;
}

@media (min-width: 990px) {

	.btn-wb {
		color: #fff;
		box-shadow: inset 0 0 #fff, inset 0 0 #fff;
		background: rgba(0,0,0, 0.3);
		border: 0.1rem solid #fff;
	}

	.btn-wb:hover {
		color: #000;
		box-shadow: inset 0 3.5rem #fff, inset 0 -3.5rem #fff;
	}
}

/* -------------------------- *\
    .f
\* -------------------------- */

.f { 
	--progress: 1;
	background: #fff;
	border-top: 0.1rem solid #E9E9E9;
	overflow: hidden;
 }

@media (min-width: 1024px) {

	.f .shell {
		width: calc(100% - 9rem);
		transform: translate(0, calc(50% - 50% * var(--progress)));
	}
}

.f__links {
	display: block;
}

.f__links .menu {
	position: relative;
	top: 0;
	right: auto;
	transform: none;
	padding: 0;
	z-index: 1;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: .7rem;
}

.f__links .menu li a {
	display: block;
	padding: 1.3rem 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	transition: .3s ease;
}

.f__links .menu li a:hover {
	opacity: .5;
}

@media (max-width: 767px) {

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

	.f__links .menu li a {
		margin-right: .5rem;
		padding: .5rem;
	}
}

.f .t {
	padding: 5rem 0 0;
	color: #000;
	fill: #000;
}

@media (min-width: 768px) {

	.f .t {
		padding: 5rem 0 5.8rem;
	}
}

.f .t p,
		.f .t a {
	color: #000;
}

@media (min-width: 768px) {

	.f .t .columns {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.f .t .columns .i-oxbrokers-logo-footer {
	max-width: 26.9rem;
	max-height: 8.6rem;
	display: none;
	opacity: 0;
	transform: translateY(-3rem);
}

.f .t .columns .column {
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.f .t .columns .column {
		width: 45%;
		margin-bottom: 0;
	}
}

@media (min-width: 1360px) {

	.f .t .columns .column {
		max-width: 23.5%;
	}
}

@media (min-width: 1360px) {

	.f .t .columns .column:nth-child(1) {
		max-width: 26.5%;
	}
}

.f .t .columns .column:nth-child(1) .f_logo {
	display: block;
	opacity: 1;
	transform: translate(0);
	max-width: 26.9rem;
	max-height: 8.6rem;
}

@media (min-width: 768px) {

	.f .t .columns .column:nth-child(2) .i-oxbrokers-logo-footer {
		display: block;
	}
}

@media (min-width: 1360px) {

	.f .t .columns .column:nth-child(2) {
		max-width: 15%;
	}
}

@media (min-width: 1685px) {

	.f .t .columns .column:nth-child(2) {
		padding-left: 5rem;
	}
}

@media (min-width: 1360px) {

	.f .t .columns .column:nth-child(3) {
		max-width: 15%;
	}

	.f .t .columns .column:nth-child(3) .i-oxbrokers-logo-footer {
		display: block;
	}
}

@media (min-width: 1360px) {

	.f .t .columns .column:nth-child(4) {
		max-width: 26.5%;
	}

	.f .t .columns .column:nth-child(4) .i-oxbrokers-logo-footer {
		display: block;
	}
}

.f .t .columns .column h4 {
	margin-bottom: 1.8rem;
	text-transform: uppercase;
	line-height: 1.8;
	font-weight: 600;
	font-size: 1.5rem;
	margin-top: 1.2rem;
}

.f .t .columns .column p {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #222;
}

.f .t .columns .column p a {
	text-decoration: underline;
}

.f .t .columns .column p a:hover {
	opacity: .7;
}

.f .b {
	position: relative;
	border-top: .1rem solid #E9E9E9;
	padding-top: 1rem;
	color: #000;
	padding: 2rem 0;
}

@media (min-width: 768px) {

	.f .b {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media (min-width: 990px) {

	.f .b {
		-ms-flex-align: end;
		    align-items: flex-end;
		padding: 1rem 0 2rem;
	}
}

.f .b p {
	margin: 0;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-align: center;
	width: 100%;
}

@media (min-width: 768px) {

	.f .b p {
		width: 48%;
	}
}

@media (min-width: 990px) {

	.f .b p {
		width: 32%;
		text-align: left;
	}
}

.f .b p + p {
	margin-top: 1.5rem;
}

@media (min-width: 768px) {

	.f .b p + p {
		margin-top: 0;
	}
}

/*@mixin min 768 {
					@mixin trce;
				}*/

@media (min-width: 768px) {

	.f .b p.m {
		text-align: right;
	}
}

@media (min-width: 990px) {

	.f .b p.m {
		text-align: center;
	}
}

.f .b a {
	color: #000;
}

.f .b a + a {
	margin-left: 1rem;
}

@media (min-width: 1350px) {

	.f .b a + a {
		margin-left: 5rem;
	}
}

.f .b a:hover {
	text-decoration: underline;
}

.f .b svg {
	fill: #000;
	max-width: 10.8rem;
	max-height: 2.3rem;
	margin-left: 1rem;
	position: relative;
	bottom: -.5rem;
}

.f .b .webmaster {
	margin-top: 1.2rem;
}

@media (min-width: 768px) {

	.f .b .webmaster {
		margin-top: 0;
	}
}

.f .b .webmaster a {
	text-decoration: none;
	transition: .3s ease;
}

.f .b .webmaster a:hover {
	opacity: .5;
}

@media (min-width: 768px) {

	.f .b .webmaster {
		width: 100%;
	}
}

@media (min-width: 990px) {

	.f .b .webmaster {
		width: 32%;
		text-align: right;
	}
}

/* -------------------------- *\
    .soc
\* -------------------------- */

.soc {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		padding: 2rem 0 0;
		text-align: center;
		-ms-flex-pack: center;
		    justify-content: center;

	
 }

.soc a {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	transition: .3s ease;
}

/*&:after {
			content: '';
			@mixin trce;
			width: 8rem;
			height: 8rem;
			border-radius: 50%;
			box-shadow: 0 0 1rem rgba($cb, .5);	
			opacity: 0;
			@mixin tra;			
		}	

		&:hover {
			transform: scale(1.2) ;

			&:after {
				width: 3.7rem;
				height: 3.7rem;
				opacity: 1;
			}

		}*/

.soc a svg {
	fill: #000;
	width: 2.4rem;
	height: 2.4rem;
}

.soc a:hover:first-child svg {
	fill: #3D6AD6;
}

.soc a:hover:nth-child(2) svg {
	fill: #d93175;
}

.soc a:hover:nth-child(3) svg {
	fill: #1DA1F3;
}

.soc a:hover:nth-child(4) svg {
	fill: #0073B1;
}

.soc a:hover:nth-child(5) svg {
	fill: #FF0000;
}

.soc a + a {
	margin-left: 2rem;
}

@media (min-width: 1200px) {

	.soc a + a {
		margin-left: 2.5rem;
	}
}

/* -------------------------- *\
    .newsletter
\* -------------------------- */

.newsletter { 
	position: relative;
 }

.newsletter>div {
	position: relative;
}

.newsletter .gfield_label {
	display: none !important;
}

.newsletter .gform_footer {
	margin: 0 !important;
	position: absolute !important;
	top: 0;
	left: auto;
	right: 0;
	z-index: 20;
	width: 5.5rem !important;
	height: 4.5rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 3rem;
	border-radius: 2rem;
	background: rgba(0,0,0,0);
	transition: .3s ease;
	overflow: hidden;
}

.newsletter .gform_footer:hover {
	background: rgba(0,0,0,.1);
	cursor: pointer;
}

.newsletter .gform_footer input {
	border: 0;
	background: transparent;
	transform: scale(1, 2);
	background: green;
	opacity: 0;
	min-width: 10rem;
	height: 10rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 25;
	cursor: pointer;
}

.newsletter .gfield,
	.newsletter .gfield_label {
	margin: 0 !important;
}

.newsletter ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.newsletter .medium {
	min-width: 100%;
	border-radius: 2rem;
	border: 0;
	min-height: 4.5rem !important;
	padding: 0 3rem !important;
	margin: 0 !important;
	background: rgba(0,0,0, .02);
	color: rgba(34,34,34, 1);
}

.newsletter .medium:-ms-input-placeholder {
	font-size: 1.4rem;
	color: rgba(34,34,34, .6);
}

.newsletter .medium::placeholder {
	font-size: 1.4rem;
	color: rgba(34,34,34, .6);
}

.newsletter .arrow {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	z-index: 15;
	transform: translateY(-50%);
	fill: #000;
}

.newsletter p {
	font-size: 1.2rem !important;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	color: #A2A2A2 !important;
	margin-bottom: 0;/*display: none;*/
	text-align: center;
}

.newsletter p a {
	color: #A2A2A2 !important;
}

.newsletter p a:hover {
	color: #000 !important;
	opacity: 1 !important;
}

/* -------------------------- *\
    .about
\* -------------------------- */

.about {
	position: relative;
	z-index: 50;
	min-width: 100vw;
	width: 10vw;
	text-align: center;
	color: #fff;
	/*background: red;*/
	padding-bottom: 12.9rem;
}

.about:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: .1rem;
	height: 7rem;
	background: #fff;/*display: none;*/
}

@media (min-width: 1024px) {

	.about .shell {
		max-width: calc(100% - 15.2rem);
	}
}

.about h2 {
	position: relative;
	padding-top: 12rem;
	font-size: 3rem;
	line-height: 4rem;
	text-transform: uppercase;
	padding-bottom: 11.5rem;
	margin-bottom: 4rem;
}

.about h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: .1rem;
	height: 7rem;
	background: #fff;
}

.about h2 span {
	display: block;
	font-size: 1.8rem;
	font-weight: 300;
}

.about p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.5rem;
}

@media (min-width: 768px) {

	.about p {
		line-height: 3rem;
	}
}

@media (min-width: 1024px) {

	.about p {
		max-width: 90rem;
		margin: 0 auto 5rem;
		font-weight: 300;
	}
}

/* -------------------------- *\
    .particles-js
\* -------------------------- */

/*#particles-js { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
 }*/

/* -------------------------- *\
    .ox_slider
\* -------------------------- */

.ox-slider { 
	padding: 0;
	position: relative;
	overflow: hidden;
 }

.ox-slider .slick-dots {
	display: none !important;
}

.ox-slider .slick-dotted.slick-slider
	{
	margin-bottom: 0;
}

.ox-slider .arrows {
	position: absolute;
	bottom: 3.5rem;
	right: 1.5rem;
	height: 5rem;
	z-index: 25;
	width: 15rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

@media (min-width: 768px) {

	.ox-slider .arrows {
		bottom: 8rem;
		right: 7.6rem;
	}
}

.ox-slider .arrows span {
	position: relative;
	cursor: pointer;
	width: 3rem;
	height: 3rem;
	transition: .3s ease;
}

.ox-slider .arrows span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
	height: 110%;
	border-radius: 50%;
	box-shadow: 0 0 1rem rgba(255,255,255, .3);
	transform: translate(-50%, -50%) scale(1.5);
	opacity: 0;
	transition: .3s ease;
}

.ox-slider .arrows span:hover {
	transform: scale(1.1);
}

.ox-slider .arrows span:hover:after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.ox-slider .arrows span svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ox-slider .arrows span:nth-child(1){
	margin-right: 2rem;
}

.ox-slider .arrows span:nth-child(1) svg {
	transform: translate(-50%, -50%) rotate(180deg);
}

.ox-slider .arrows svg {
	fill: #fff;
	max-width: 2.2rem;
	max-height: 1.8rem;/*@mixin min 768 {
				max-width: 4rem;
				max-height: 4rem;
			}*/
}

.ox-slider .ox-slide {
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: 5rem 0;
	min-width: 100vw;
}

@media (min-width: 1024px) {

	.ox-slider .ox-slide {
		padding: 14rem 0;
	}
}

.ox-slider .ox-slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .7);
}

.ox-slider .ox-slide .shell {
	position: relative;
	z-index: 10;
}

@media (min-width: 1024px) {

	.ox-slider .ox-slide .shell {
		width: calc(100vw - 15.2rem);
	}
}

@media (min-width: 1920px) {

	.ox-slider .ox-slide .shell {
		max-width: 100%;
	}
}

.ox-slider .ox-slide span {
	display: block;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.9rem;
	margin-bottom: 1.5rem;
}

.ox-slider .ox-slide h3 {
	font-size: 2.5rem;
	line-height: 3rem;
}

@media (min-width: 768px) {

	.ox-slider .ox-slide h3 {
		font-size: 3rem;
		line-height: 4rem;
		max-width: 75rem;
	}
}

.ox-slider .ox-slide p {
	color: #fff;
	max-width: 65rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 300;
	margin-bottom: 4.5rem;
}

.ox-slider .ox-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.ox-slider .prog-width {
	width: calc(100vw - 3rem);
	position: relative;
	margin: 0 auto;
}

@media (min-width: 1024px) {

	.ox-slider .prog-width {
		width: calc(100vw - 15.2rem);
	}
}

.ox-slider .progress {
	display: block;
	width: 100%;
	height: 0.2rem;
	overflow: hidden;
	background: rgba(255,255,255, 0.3);
	background-image: linear-gradient(to right, white, white);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .4s ease-in-out;
	position: absolute;
	bottom: 2rem;
}

@media (min-width: 1024px) {

	.ox-slider .progress {
		bottom: 6rem;
	}
}

.ox-slider .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/* -------------------------- *\
    .ox_links
\* -------------------------- */

.ox_links { 
	position: relative;
	padding: 4.5rem 0;
	overflow: hidden;
 }

@media (min-width: 768px) {

	.ox_links:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: .2rem;
		height: 80%;
		background: #E9E9E9;
		transform: translateY(-50%);
	}
}

@media (min-width: 768px) {

	.ox_links .shell {
		max-width: calc(100vw - 3rem);
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 1200px) {

	.ox_links .shell {
		max-width: calc(100vw - 15.2rem);
	}
}

.ox_links a {
	padding: 5rem 0;
	position: relative;
	color: #222;
	text-align: center;
	display: block;
}

@media (min-width: 1024px) {

	.ox_links a {
		padding: 13rem 0;
	}
}

.ox_links a h4 {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin-bottom: 2rem;
	font-weight: 500;
}

.ox_links a p {
	color: #222;
	font-size: 1.6rem;
	line-height: 2.4rem;
	max-width: 90%;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.ox_links a p {/*padding: 14rem 0;*/
	}
}

@media (min-width: 1200px) {

	.ox_links a p {
		width: 55rem;
	}
}

.ox_links a + a {
	margin-top: 8rem;
}

@media (min-width: 768px) {

	.ox_links a + a {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {

	.ox_links a + a {
		margin-left: 5rem;
	}
}

@media (min-width: 1360px) {

	.ox_links a + a {
		margin-left: 15rem;
	}
}

.ox_links a + a:before {
	content: '';
	position: absolute;
	top: -4rem;
	transform: translateX(-50%);
	width: 90%;
	height: .1rem;
	background: #E9E9E9;
}

@media (min-width: 768px) {

	.ox_links a + a:before {
		display: none;
	}
}

/* -------------------------- *\
    .ox_testimonials
\* -------------------------- */

.ox_testimonials { 
	padding: 0;
	background: #fff;
 }

@media (min-width: 768px) {

	.ox_testimonials .shell {
		max-width: calc(100vw - 15.2rem);
	}
}

.ox_testimonials .testimonial {
	position: relative;
	text-align: center;
}

@media (min-width: 768px) {

	.ox_testimonials .testimonial {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.ox_testimonials .testimonial .l {
	padding: 5rem 0;
	text-align: left;
}

@media (min-width: 768px) {

	.ox_testimonials .testimonial .l {
		width: 50%;
	}
}

@media (min-width: 1024px) {

	.ox_testimonials .testimonial .l {
		padding: 19rem 0;
	}
}

.ox_testimonials .testimonial .l .tes {
	position: relative;
}

@media (min-width: 1024px) {

	.ox_testimonials .testimonial .l .tes {
		max-width: 64rem;/*background: #000;*/
		margin-left: auto;
	}
}

.ox_testimonials .testimonial .l .tes .i {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 6rem;
	max-height: 5rem;
	transform: translateY(20%);
}

.ox_testimonials .testimonial .l .tes .i:nth-child(2){
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	transform: translateY(120%) rotate(180deg);
}

.ox_testimonials .testimonial .l h2 {
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2rem;
}

.ox_testimonials .testimonial .l h2 span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 400;
	margin-top: 1.5rem;
}

.ox_testimonials .testimonial .l p {
	font-style: italic;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.ox_testimonials .testimonial .r {
	text-align: center;
}

@media (min-width: 768px) {

	.ox_testimonials .testimonial .r {
		width: 50%;
	}
}

.ox_testimonials .testimonial .r img {
	max-width: 30rem;
}

@media (min-width: 1024px) {

	.ox_testimonials .testimonial .r img {
		position: absolute;
		bottom: 0;
		left: 50%;
	}
}

@media (min-width: 1200px) {

	.ox_testimonials .testimonial .r img {
		max-width: 47rem;
		transform: translateX(15rem);
	}
}

.ox_testimonials .slick-dots {
	top: 50%;
	transform: translateY(-40%);
	right: 1rem;
	width: 2rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 768px) {

	.ox_testimonials .slick-dots {
		top: auto;
		bottom: 4rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-ms-flex-direction: row;
		    flex-direction: row;
		text-align: center;
		width: auto;
		height: 3.5rem;
	}
}

.ox_testimonials .slick-dots li {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	position: relative;
	border-radius: 50%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 768px) {

}

.ox_testimonials .slick-dots li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 3.5rem;
	height: 3.5rem;
	background: rgba(0,7,15, .12);
	border-radius: 50%;
	transition: .3s ease;
	transform: translate(-50%, -50%) scale(2);
	opacity: 0;
}

.ox_testimonials .slick-dots li:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: .5rem;
	height: .5rem;
	background: #000;
}

.ox_testimonials .slick-dots li button {
	position: relative;
	display: block;
	width: .3rem;
	height: .3rem;
	background: #000;
	overflow: hidden;
	opacity: 0;
}

@media (min-width: 768px) {

	.ox_testimonials .slick-dots li + li {
		margin-left: 3rem;
	}
}

.ox_testimonials .slick-dots li.slick-active:before {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

/* -------------------------- *\
    .ox_last_news
\* -------------------------- */

.ox_last_news { 
	padding: 4.5rem 0 3rem;
	background: #FCFCFC;
	position: relative;
	z-index: 10;
	margin-right: -5rem;
 }

@media (min-width: 768px) {

	.ox_last_news .shell {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;/*justify-content: space-between;*/
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media (min-width: 1024px) {

	.ox_last_news .shell {
		max-width: calc(100vw - 15.2rem);
	}
}

@media (min-width: 768px) {

	.ox_last_news .ox_post {
		width: 45%;
		margin-right: 3rem;
	}
}

@media (min-width: 1024px) {

	.ox_last_news .ox_post {
		width: 30%;
	}
}

.ox_last_news .br {
	margin: 3.3rem 0 0;
	text-align: center;
	width: 100%;
}

.tt {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3rem;
	width: 100%;
 }

@media (min-width: 768px) {

	.tt {
		font-size: 3rem;
		line-height: 4.4rem;
		margin-bottom: 5.3rem;
	}
}

/* -------------------------- *\
    .ox_post
\* -------------------------- */

.ox_post { 
	position: relative;
	background: #FCFCFC;
	margin-bottom: 3rem;
 }

@media (min-width: 768px) {

	.ox_post {
		padding-bottom: 12rem;
		padding-bottom: 10rem;
	}
}

@media (min-width: 1024px) {

	.ox_post {
		padding-bottom: 15rem;
		margin-bottom: 0;
	}
}

@media (min-width: 1700px) {

	.ox_post {
		padding-bottom: 12rem;
	}
}

.ox_post>div {
	transition: .3s ease;
}

@media (min-width: 768px) {

	.ox_post>div {
		padding: 1.5rem 0;
		position: absolute;
		bottom: 0;
		z-index: 20;
		background: inherit;
		width: 100%;
	}
}

.ox_post>div>* {
	transition: padding 0.3s;
}

.ox_post>div>div {
	overflow: hidden;
	padding: 0 2rem;
	transition: height 0.3s;
}

.ox_post,
	.ox_post a,
	.ox_post p {
	color: #222;
}

.ox_post>a {
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 1.5rem;
}

.ox_post>a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,7,15, .3);
	transition: all .5s;
}

.ox_post>a img {
	transition: all .5s;
	transition: transform 10s;
	transform: scale(1.2) translateX(7.5%);
}

@media (min-width: 1920px) {

	.ox_post>a img {
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.ox_post div>a {
	display: block;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: .7rem;
}

.ox_post h2 {
	margin-bottom: .7rem;
	font-size: 1.7rem;
	line-height: 2.2rem;
}

@media (min-width: 1200px) {

	.ox_post h2 {
		font-size: 2.1rem;
		line-height: 3rem;
		margin-bottom: 1.2rem;
	}
}

.ox_post h2 a {
	font-size: 1.7rem;
	line-height: 2.2rem;
	font-weight: 500;
}

@media (min-width: 1200px) {

	.ox_post h2 a {
		font-size: 2.1rem;
		line-height: 3rem;
	}
}

.ox_post p {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 2rem;
	color: #A2A2A2;/*display: none;*/
}

.ox_post span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 300;
	color: #A2A2A2;
}

.ox_post:hover {
	background: #fff;
	filter: drop-shadow(0 0.2rem 1.3rem rgba(0,0,0, 0.25));
	padding-bottom: 0;
}

.ox_post:hover>div {
	padding: 2rem 0;
}

.ox_post:hover>div>* {
	padding: 0 2rem;
}

.ox_post:hover>a:before {
	background: rgba(0,7,15, .0);
}

.ox_post:hover>a img {
	transform: scale(1.2) translateX(-7.5%);
}

@keyframes some {
 	0%   { transform: scale(1.2) translateX(-7.5%); }
	50%  { transform: scale(1.2) translateX(7.5%); }
	100% { transform: scale(1.2) translateX(-7.5%); }
 }

/* -------------------------- *\
    .single building
\* -------------------------- */

/* -------------------------- *\
    elements
\* -------------------------- */

/* -------------------------- *\
    bobi
\* -------------------------- */

/* -------------------------- *\
    .post-single
\* -------------------------- */

.post-single { 
	--progress: 0;

	padding: 7.6rem 0 0;
}

@media (min-width: 1024px) {

	.post-single {
		padding: 13.6rem 7.6rem 0;
	}
}

@media (min-width: 1380px) {

	.post-single {
		padding: 15rem 7.6rem 0;
	}
}

.post-single .intro {
	padding: 0 0 3rem;
}

.post-single__content {
	max-width: 138rem;
	margin: 0.7rem auto 0;
	text-align: center;
}

.post-single__content .post-image img {
	width: 100%;
	opacity: calc(1 - 1 * var(--progress));
}

@media (min-width: 1024px) {

	.post-single__content .post-image img {
		height: 49rem;
		opacity: 0.7;
	}
}

.post-single__content .bottom {
	position: relative;
	z-index: 1;
}

@media (min-width: 1024px) {

	.post-single__content .bottom {
		margin-top: -14.5rem;
	}
}

.post-single__content .bottom .black-bg {/*max-width: calc(100% - 5rem);*/
	margin: 0 auto;
	background: #f4f4f4;
	padding: 3.2rem 1.5rem 4.2rem;
	color: #000;
	text-align: left;
	transform: translate(0, calc(-20vh * var(--progress)));
}

@media (min-width: 768px) {

	.post-single__content .bottom .black-bg {
		padding: 3.2rem 5rem 4.2rem;
		max-width: 72rem;
	}
}

.post-single__content .bottom .black-bg .in {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 0.6rem;
}

.post-single__content .bottom .black-bg .in span {
	font-size: 1.4rem;
	line-height: 2rem;
	text-transform: uppercase;
}

.post-single__content .bottom .black-bg .in span.date {
	text-transform: capitalize;
}

.post-single__content .bottom .black-bg h2 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.post-single__content .bottom .black-bg h2 {
		font-size: 2.1rem;
		line-height: 3rem;
	}
}

.post-single__content .bottom .black-bg p {
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #000;
	margin-bottom: 2rem;
}

.post-single__content .bottom .black-bg p:last-child {
	margin-bottom: 0;
}

.post-single__content .bottom .post-gallery {
	position: relative;
	z-index: -1;
	margin: -3rem -1.5rem 0;
}

.post-single__content .bottom .post-gallery a {
	padding: 1.5rem;
}

.post-single__content .bottom .post-gallery a:hover {
	opacity: 0.5;
}

.post-single .back {
	color: #000;
	text-shadow: none;
}

.post-single .back svg {
	fill: #000;
}

.post-single .back:hover {
	color: #000;
}

.back {
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	text-transform: uppercase;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	display: inline-block;
}

.back svg {
	width: 2.3rem;
	height: 1.9rem;
	fill: #fff;
	transform: rotate(180deg);
	margin-right: 1.2rem;
	transition: .3s ease;
	vertical-align: bottom;
}

.back:hover {
	color: #fff;
}

.back:hover svg {
	margin-right: 2rem;
}

/* -------------------------- *\
    .breadcrumb
\* -------------------------- */

.intro {
	padding: 10rem 0 0;
	background: #fff;
}

@media (min-width: 1024px) {

	.intro {
		padding: 17.8rem 7.6rem 0;
	}
}

.topp {
	max-width: 100rem;
	margin: 0 auto 0;
	position: relative;
	text-align: center;
}

.topp span {
	display: block;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	text-align: center;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	text-transform: uppercase;
	margin-bottom: 1.9rem;
}

.topp .tt {
	margin-bottom: 1rem;
}

.breadcrumb { 
	margin-bottom: 0;
	list-style-type: none;
	list-style-position: inside;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
}

.breadcrumb li {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	position: relative;
}

.breadcrumb li + li:before {
	content: '|';
	display: inline-block;
	color: #494949;
	margin: 0 0.2rem 0 0.5rem;
}

.breadcrumb li a {
	color: #494949;
}

.breadcrumb li a:hover {
	color: rgba(73,73,73, 0.5);
}

/*@import "_ox_table";
@import "_ox_fin_table";*/

/* -------------------------- *\
    .ox_project_block
\* -------------------------- */

.ox_project_block { 
	background: #fff;
	padding: 4.5rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: -1rem;
	position: relative;
	z-index: 10;
}

.ox_project_block a {
	width: 100%;
	position: relative;
	background: #000;
	display: block;
	margin-bottom: 1rem;
	transform: scale(1);
	transition: transform 0.3s;
	overflow: hidden;
}

@media (min-width: 768px) {

	.ox_project_block a {
		width: calc(50% - .5rem);
	}
}

.ox_project_block a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -150%;
	left: 0;
	z-index: 10;
	background: linear-gradient(to top, #00000000 0%, #EEEEEEBB 50%, #00000000 100%);
	transform: skew(0, 30deg) translateZ(0);
	transition: top 0s ease;
}

.ox_project_block a:after {
	content: "";
	display: block;
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0%;
	left: 0;
	z-index: 10;
	background: linear-gradient(to top, #000000 0%, #00000000 100%);/*opacity: 0;
			transition: opacity 0.3s;*/
}

.ox_project_block a img {
	transition: .3s ease;
	opacity: 1;
}

@media (min-width: 1920px) {

	.ox_project_block a img {
		width: 100%;
		height: 65rem;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.ox_project_block a .item {
	position: absolute;
	bottom: 1.3rem;
	left: 50%;
	transform: translateX(-50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 100%;
	z-index: 20;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.ox_project_block a .item h2,
			.ox_project_block a .item > span {
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.3rem;
	margin-bottom: 0;
	padding-left: 2.5rem;
}

@media (min-width: 990px) {

	.ox_project_block a .item h2,
			.ox_project_block a .item > span {
		font-size: 2.1rem;
		line-height: 2.1rem;
		bottom: 3.3rem;
	}
}

/*@mixin min 1200 {
			    	line-height: 3rem;
			    }*/

.ox_project_block a .item h2 svg, .ox_project_block a .item > span svg {
	width: 0;
	height: 1.3rem;
	fill: #fff;
	margin-left: 0.8rem;
	transition: .3s ease;
	display: none;/*
		    	    @mixin min 990 {
		    	    	margin-left: 1.5rem;
		    	    	display: block;
		    	    }*/
}

.ox_project_block a .item h2 {
	width: 63%;
}

@media (min-width: 990px) {

	.ox_project_block a .item h2 {
		width: 60%;
	}
}

.ox_project_block a .item h2 .address {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	min-height: 3rem;
	font-size: 1rem;
	line-height: 1.3rem;
	padding: 0.5rem 1rem 0 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
}

@media (min-width: 1200px) {

	.ox_project_block a .item h2 .address {
		font-size: 1.2rem;
	}
}

.ox_project_block a .item h2 .address svg {
	fill: #fff;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1.5rem;
	margin-left: 0;
	display: block;
}

.ox_project_block a .item > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: right;
	line-height: 1.4rem;
	font-size: 1.4rem;
	padding-left: 0;
	padding-right: 2.5rem;
	width: 35%;
}

@media (min-width: 990px) {

	.ox_project_block a .item > span {
		width: 38%;
	}
}

.ox_project_block a .item > span strong {
	font-size: 3rem;
	margin-right: 1rem;
}

@media (min-width: 900px) {

	.ox_project_block a .item > span {
		line-height: 2rem;
		font-size: 1.6rem;
	}

	.ox_project_block a .item > span strong {
		font-size: 4rem;
	}
}

.ox_project_block a .item > span .coming {
	text-align: right;
	font-size: 1rem;
	line-height: 1.3rem;
	text-transform: uppercase;
}

@media (min-width: 990px) {

	.ox_project_block a .item > span .coming {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

.ox_project_block a .item > span.rg {
	-ms-flex-pack: right;
	    justify-content: right;
}

.ox_project_block a .item div {
	background: rgba(0,0,0, .6);
	width: 90%;
	padding: 2rem;
	color: #fff;
}

@media (min-width: 550px) {

	.ox_project_block a .item div {
		width: 60%;
	}
}

.ox_project_block a .item div .coming {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
}

.ox_project_block a .item div h4 {
	position: relative;
	z-index: 5;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2rem;
	padding-left: 2rem;
}

.ox_project_block a .item div h4:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #19CC00;
}

.ox_project_block a .item div h4.sold:after {
	background: #E70000;
}

.ox_project_block a .item div p {
	position: relative;
	z-index: 5;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2rem;
	color: #fff;
}

.ox_project_block a .item div p > span {
	overflow: hidden;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: 400;
	width: calc(100% - 3.2rem);
}

.ox_project_block a .item div p > span span {
	position: relative;
	display: inline-block;
	font-weight: 300;
}

.ox_project_block a .item div p > span span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateX(calc(100% + 2rem));
	width: 200rem;
	height: 0.1rem;
	background: rgba(255,255,255, .6);
}

.ox_project_block a .item .price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: right;
	    justify-content: right;
	line-height: 2rem;
	font-size: 1.2rem;
	width: 38%;
	color: #fff;
	padding-right: 2rem;
	font-weight: 600;
	display: none;
}

@media (min-width: 550px) {

	.ox_project_block a .item .price {
		display: -ms-flexbox;
		display: flex;
	}
}

.ox_project_block a .item .price strong {
	font-size: 2rem;
	display: block;
	margin-top: .5rem;
	margin-right: 0;
	width: 100%;
	text-align: right;
}

.ox_project_block:hover a {
	transform: scale(0.97);
}

.ox_project_block:hover a img {
	opacity: 0.8;
}

.ox_project_block:hover a:hover {
	transform: scale(1);
}

.ox_project_block:hover a:hover:before {
	top: 200%;
	transition: top 0.5s;
}

.ox_project_block:hover a:hover:after {
	opacity: 1;
}

.ox_project_block:hover a:hover img {
	opacity: 1;
}

.ox_project_block:hover a:hover h2 svg {
	width: 2.2rem;
}

@media (min-width: 768px) {

	.ox_project_block:hover a:hover h2 svg {
		height: 1.8rem;
	}
}

.ox_project_block.sing {
	padding: 3.5rem 0 2.5rem;
}

.ox_project_block.ox_all_project {
	padding: 0 1.5rem 5rem;
	-ms-flex-pack: inherit;
	    justify-content: inherit;
	margin: 0 -1.5rem;
}

.ox_project_block.ox_all_project::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.ox_project_block.ox_all_project > div {
	float: left;
	padding: 0 1.5rem;
	height: 50rem;
	margin-bottom: 1rem;
	width: 100%;
}

@media (min-width: 768px) {

	.ox_project_block.ox_all_project > div {
		width: 50%;
	}
}

@media (min-width: 1024px) {

	.ox_project_block.ox_all_project > div {
		width: 33.33%;
		margin-bottom: 3rem;
	}
}

@media (min-width: 1200px) {

	.ox_project_block.ox_all_project > div {
		height: 56rem;
	}
}

.ox_project_block.ox_all_project a {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
	display: block;
	overflow: hidden;
}

.ox_project_block.ox_all_project a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.ox_project_block.ox_all_project a .t {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: right;
	    justify-content: right;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.ox_project_block.ox_all_project a .t h2,
		    	.ox_project_block.ox_all_project a .t h3,
		    	.ox_project_block.ox_all_project a .t h4 {
	color: #fff;
	position: relative;
	z-index: 30;
	background: rgba(0,0,0, .6);
	-ms-flex-pack: right;
	    justify-content: right;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	transition: .3s ease;
	padding: 1rem 3rem;
	font-weight: 500;
	font-size: 2rem;
	display: block;
	margin-bottom: 1rem;
	text-align: center;
}

/*width: 100%;*/

.ox_project_block.ox_all_project a .t h2 span, .ox_project_block.ox_all_project a .t h3 span, .ox_project_block.ox_all_project a .t h4 span {
	display: block;
	font-size: 1rem;
	text-transform: uppercase;
	display: block;
	font-weight: 300;
	letter-spacing: .2rem;
}

@media (min-width: 1024px) {

	.ox_project_block.ox_all_project a .t h2 span, .ox_project_block.ox_all_project a .t h3 span, .ox_project_block.ox_all_project a .t h4 span {
		font-size: 1.2rem;
	}
}

/*max-width: fit-content;*/

@media (min-width: 800px) {

	.ox_project_block.ox_all_project a .t h2,
		    	.ox_project_block.ox_all_project a .t h3,
		    	.ox_project_block.ox_all_project a .t h4 {
		font-size: 2.8rem;
	}
}

@media (min-width: 1024px) {

	.ox_project_block.ox_all_project a .t h2,
		    	.ox_project_block.ox_all_project a .t h3,
		    	.ox_project_block.ox_all_project a .t h4 {
		font-size: 2.3rem;
	}
}

@media (min-width: 1110px) {

	.ox_project_block.ox_all_project a .t h2,
		    	.ox_project_block.ox_all_project a .t h3,
		    	.ox_project_block.ox_all_project a .t h4 {
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {

	.ox_project_block.ox_all_project a .t h2,
		    	.ox_project_block.ox_all_project a .t h3,
		    	.ox_project_block.ox_all_project a .t h4 {
		font-size: 2.8rem;
	}
}

@media (min-width: 1280px) {

	.ox_project_block.ox_all_project a .t h2,
		    	.ox_project_block.ox_all_project a .t h3,
		    	.ox_project_block.ox_all_project a .t h4 {
		font-size: 3rem;
	}
}

.ox_project_block.ox_all_project a .t h3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: right;
	    justify-content: right;
	min-height: 3rem;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	text-align: right;
}

/*max-width: fit-content;
	    		    width: 100%;*/

@media (min-width: 1200px) {

	.ox_project_block.ox_all_project a .t h3 {
		font-size: 1.2rem;
	}
}

.ox_project_block.ox_all_project a .t h3 svg {
	fill: #fff;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1.5rem;
}

.ox_project_block.ox_all_project a .t h4 {
	text-align: right;
	font-size: 1.4rem;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
}

/*max-width: fit-content;
		    		width: 100%;*/

.ox_project_block.ox_all_project a .t h4 strong {
	display: block;
	font-size: 1.6rem;
}

.ox_project_block.ox_all_project a .item {
	z-index: 20;
}

.ox_project_block.ox_all_project a .item span + span {
	display: block;
	font-size: 1.2rem;
	text-align: right;
}

.ox_project_block.ox_all_project a .item span + span strong {
	display: block;
	margin-top: .5rem;
	margin-right: 0;
	font-size: 2rem;
}

/* -------------------------- *\
    .ox_top_bread
\* -------------------------- */

.ox_top_bread {
	--progress: 0;
	padding: 7.6rem 0 0;
}

@media (min-width: 1024px) {

	.ox_top_bread {
		padding: 13.6rem 0 0;
	}
}

@media (min-width: 1380px) {

	.ox_top_bread {
		padding: 15rem 0 0;
	}
}

.ox_top_bread .holdd {
	position: relative;
	background: #000;
	overflow: hidden;
	padding: 4.2rem 0;
}

@media (min-width: 768px) {

	.ox_top_bread .holdd {
		padding: 4.2rem 0 6.7rem;
	}
}

.ox_top_bread .shell {
	position: relative;
	z-index: 1;
}

@media (min-width: 1024px) {

	.ox_top_bread .shell {
		width: calc(100% - 9rem);
	}
}

.ox_top_bread img {
	position: absolute;
	width: 100%;
	height: auto;
	max-height: unset;
	-o-object-fit: cover;
	   object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-20vh + 10vh * var(--progress)));
	opacity: .3;
}

.ox_top_bread img.image {
	max-height: unset;
}

.ox_top_bread h2 {
	text-align: center;
	color: #fff;
	display: block;
	margin: 1.5rem 0 0.6rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
}

@media (min-width: 768px) {

	.ox_top_bread h2 {
		margin: 0.6rem 0 1.6rem;
		font-size: 2.1rem;
	}
}

.ox_top_bread h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	text-align: center;
	letter-spacing: -0.015rem;
	text-transform: uppercase;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	margin-bottom: 1.6rem;
}

@media (min-width: 768px) {

	.ox_top_bread h1 {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

.breadcrumb__2 li {
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
}

.breadcrumb__2 li +li:before {
	color: #fff;
}

.breadcrumb__2 li a {
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
}

.breadcrumb__2 li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* -------------------------- *\
    .ox_about
\* -------------------------- */

.ox_about { 
	--progress: 0;
	padding: 3rem 0;
}

@media (min-width: 900px) {

	.ox_about {
		padding: 9.8rem 0;
	}
}

@media (min-width: 1200px) {

	.ox_about {
		padding: 9.8rem 0 9.8rem 5rem;
	}
}

@media (min-width: 1024px) {

	.ox_about .shell {
		width: calc(100% - 9rem);
	}
}

.ox_about .block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	max-width: 156.6rem;
	margin: 0 0 0 auto;
}

.ox_about .block .l {
	width: 100%;
	margin-bottom: 3rem;
	color: #000;
}

@media (min-width: 900px) {

	.ox_about .block .l {
		width: calc(46% - 6.6rem);
		margin-bottom: 0;
	}
}

.ox_about .block .l span {
	display: block;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.ox_about .block .l h2 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 4.4rem;
	margin-bottom: 2.3rem;
}

.ox_about .block .l p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 2.3rem;
	color: #000;
}

.ox_about .block .l p:last-child {
	margin-bottom: 0;
}

.ox_about .block .r {
	width: 100%;
	text-align: right;
}

@media (min-width: 900px) {

	.ox_about .block .r {
		width: 54%;
	}
}

.ox_about .block .r figure {
	width: 100%;
	max-height: 44.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
	overflow: hidden;
}

.ox_about .block .r figure img {
	transform: translate(0, calc(-15% + 30% * var(--progress))) scale(1.1);
}

.ox_about.his {
	padding: 6rem 0;
}

.ox_about.his .block {
	max-width: 100%;
	text-align: center;
}

.ox_about.his .block .l {
	width: 100%;
	max-width: 66rem;
	margin: 0 auto;
}

.ox_about.his .block .r {
	display: none;
}

.ox_about.no-image .block {
	max-width: 65rem;
	margin: 0 auto;
	text-align: center;
}

.ox_about.no-image .block .l {
	width: 100%;
}

.ox_about.no-image .block .r {
	display: none
}

/* -------------------------- *\
    .ox_history
\* -------------------------- */

.ox_history { 
	padding: 5rem 0;
	background: #fafafa;
}

@media (min-width: 900px) {

	.ox_history {
		padding: 9rem 0 1rem;
	}
}

@media (min-width: 1250px) {

	.ox_history .shell {
		width: calc(100% - 9rem);
	}
}

.ox_history__block {
	max-width: 158.5rem;
	margin: 0 0 0 auto;
	position: relative;
}

@media (min-width: 1450px) {

	.ox_history__block {
		padding-left: 11rem;
	}
}

.ox_history__block .item {
	display: -ms-flexbox;
	display: flex;
	opacity: .5;
	transition: .3s ease;
	cursor: pointer;
}

.ox_history__block .item .left {
	font-weight: 600;
	padding: 4.5rem 5rem 0 0;
	font-size: 4rem;
	line-height: 5rem;
	color: #000;
	min-width: 12rem;
}

@media (min-width: 1250px) {

	.ox_history__block .item .left {
		font-size: 7rem;
		line-height: 8.5rem;
		min-width: 23rem;
	}
}

@media (max-width: 1024px) {

	.ox_history__block .item .left {
		display: none;
	}
}

@media (min-width: 1450px) {

	.ox_history__block .item .left {
		padding: 4.5rem 11rem 0 0;
	}
}

.ox_history__block .item .right {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-align: center;
	    align-items: center;
	max-width: 118.7rem;
	margin: 0 0 0 auto;
	padding-left: 4rem;
	padding-bottom: 5rem;
}

@media (min-width: 900px) {

	.ox_history__block .item .right {
		padding-bottom: 13rem;
	}
}

@media (min-width: 1250px) {

	.ox_history__block .item .right {
		padding-left: 7rem;
	}
}

@media (min-width: 1450px) {

	.ox_history__block .item .right {
		padding-left: 11rem;
	}
}

.ox_history__block .item .right:before {
	content: '';
	width: 2rem;
	height: 2rem;
	background: #fff;
	border: 0.4rem solid #000;
	position: absolute;
	top: 7rem;
	left: 0;
	z-index: 1;
}

.ox_history__block .item .right:after {
	content: '';
	width: 0.1rem;
	height: 100%;
	background: #BCBCBC;
	position: absolute;
	top: 7rem;
	left: 1rem;
}

.ox_history__block .item .right span {
	font-weight: 600;
	padding: 0 11rem 0 0;
	font-size: 2rem;
	line-height: 3rem;
	color: #000;
}

@media (min-width: 1250px) {

	.ox_history__block .item .right span {
		font-size: 7rem;
		line-height: 8.5rem;
	}
}

@media (min-width: 1024px) {

	.ox_history__block .item .right span {
		display: none;
	}
}

.ox_history__block .item .right h2 {
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #000;
	margin-bottom: 0.2rem;
}

@media (min-width: 900px) {

	.ox_history__block .item .right h2 {
		font-size: 3rem;
		line-height: 4.4rem;
	}
}

@media (min-width: 768px) {

	.ox_history__block .item .right div {
		padding-right: 3rem;
	}
}

@media (min-width: 1450px) {

	.ox_history__block .item .right div {
		padding-right: 8rem;
	}
}

.ox_history__block .item .right p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #000;
	margin-bottom: 1rem;
}

.ox_history__block .item .right p:last-child {
	margin-bottom: 0;
}

.ox_history__block .item .right img {
	width: 100%;
	height: 24.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 768px) {

	@media (max-width: 900px) {

		.ox_history__block .item .right img {
			width: 30rem;
			height: auto;
		}
	}
}

@media (max-width: 768px) {

	.ox_history__block .item .right img {
		display: none;
	}
}

@media (min-width: 900px) {

	.ox_history__block .item .right img {
		width: 44.8rem;
	}
}

.ox_history__block .item:hover {
	opacity: 1;
}

.ox_history__block .item:last-child .right:after {
	background: transparent;
}

/* -------------------------- *\
    .ox_team
\* -------------------------- */

.ox_team { 
	padding: 4.2rem 0 4rem;
}

@media (min-width: 1024px) {

	.ox_team .shell {
		width: calc(100% - 9rem);
	}
}

.ox_team .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -.75rem;
}

.ox_team .grid div {
	width: 100%;
	padding: 0 .75rem;
	margin-bottom: 4rem;
}

@media (min-width: 500px) {

	.ox_team .grid div {
		width: 50%;
	}
}

@media (min-width: 768px) {

	.ox_team .grid div {
		width: 33.33%;
	}
}

@media (min-width: 1110px) {

	.ox_team .grid div {
		width: 25%;
	}
}

@media (min-width: 1450px) {

	.ox_team .grid div {
		width: 20%;
	}
}

.ox_team .grid div img {
	margin-bottom: 1.7rem;
}

.ox_team .grid div h2 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	color: #222;
	margin-bottom: .5rem;
}

@media (min-width: 1350px) {

	.ox_team .grid div h2 {
		font-size: 1.8rem;
	}
}

.ox_team .grid div h4 {
	font-size: 1.4rem;
	line-height: 2rem;
	color: rgba(34,34,34, .7);
	margin-bottom: 0;
}

/* -------------------------- *\
    .ox_top_careers
\* -------------------------- */

.ox_top_careers { 
	padding: 7.6rem 0 0;
}

@media (min-width: 1024px) {

	.ox_top_careers {
		padding: 13.6rem 0 0;
	}
}

@media (min-width: 1380px) {

	.ox_top_careers {
		padding: 15rem 0 0;
	}
}

.ox_top_careers .holdd {
	position: relative;
	background: #000;
	overflow: hidden;
	padding: 4.2rem 0;
}

@media (min-width: 830px) {

	.ox_top_careers .holdd {
		padding: 4.2rem 0 21rem;
	}
}

.ox_top_careers .shell {
	position: relative;
	z-index: 1;
}

@media (min-width: 1024px) {

	.ox_top_careers .shell {
		width: calc(100% - 9rem);
	}
}

.ox_top_careers .image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .3;
}

.ox_top_careers__t {
	text-align: center;
	color: #fff;
	margin-bottom: 5rem;
}

@media (min-width: 830px) {

	.ox_top_careers__t {
		margin-bottom: 23rem;
	}
}

.ox_top_careers__t h2 {
	text-align: center;
	color: #fff;
	display: block;
	margin: 1.5rem 0 0.6rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
}

@media (min-width: 768px) {

	.ox_top_careers__t h2 {
		margin: 0.6rem 0 1.6rem;
		font-size: 2.1rem;
	}
}

.ox_top_careers__t h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	text-align: center;
	letter-spacing: -0.015rem;
	text-transform: uppercase;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	margin-bottom: 1.6rem;
}

@media (min-width: 768px) {

	.ox_top_careers__t h1 {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

.ox_top_careers__b {
	max-width: 126rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	color: #fff;
}

.ox_top_careers__b .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 830px) {

	.ox_top_careers__b .l {
		width: 45%;
	}
}

@media (min-width: 1250px) {

	.ox_top_careers__b .l {
		max-width: 66rem;
	}
}

.ox_top_careers__b .l span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1rem;
}

.ox_top_careers__b .l h2 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 4.4rem;
	margin-bottom: 2rem;
}

.ox_top_careers__b .l p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 1.5rem;
}

.ox_top_careers__b .l p:last-child {
	margin-bottom: 0;
}

@media (max-width: 830px) {

	.ox_top_careers__b .r {
		width: 100%;
	}
}

.ox_top_careers__b .r a {
	color: #fff;
	display: block;
	font-weight: 500;
	font-size: 2rem;
	line-height: 3rem;
}

@media (min-width: 830px) {

	.ox_top_careers__b .r a {
		font-size: 3.4rem;
		line-height: 4.1rem;
	}
}

.ox_top_careers__b .r a + a {
	margin-top: 1rem;
}

@media (min-width: 830px) {

	.ox_top_careers__b .r a + a {
		margin-top: 2.5rem;
	}
}

.ox_top_careers__b .r a span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	display: inline-block;
	margin-right: 1.5rem;
}

.ox_top_careers__b .r a svg {
	width: 2.7rem;
	height: 0;
	fill: #fff;
	transform: rotate(90deg);
	vertical-align: middle;
	margin-left: 1rem;
	transition: .3s ease;
}

.ox_top_careers__b .r a:hover svg {
	height: 3.3rem;
}

/* -------------------------- *\
    .ox_careers
\* -------------------------- */

.ox_careers { 
	padding: 0;
}

.ox_careers .accordion-title {
	background: #000;
	width: 100%;
	border: 0;
	padding: 2rem 1.5rem;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	overflow: hidden;
	cursor: pointer;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@media (min-width: 1024px) {

	.ox_careers .accordion-title {
		padding: 3.45rem 9rem;
	}
}

@media (min-width: 1400px) {

	.ox_careers .accordion-title {
		padding: 3.45rem 21rem;
	}
}

.ox_careers .accordion-title .t {
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.5rem;
	text-transform: none;
}

.ox_careers .accordion-title .t span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	display: inline-block;
	margin-right: 1.5rem;
}

@media (min-width: 1024px) {

	.ox_careers .accordion-title .t span {
		font-size: 3.4rem;
		line-height: 4.1rem;
	}
}

.ox_careers .accordion-title .btns {
	position: relative;
}

.ox_careers .accordion-title .btns span {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	display: none;
}

@media (min-width: 768px) {

	.ox_careers .accordion-title .btns span {
		display: block;
	}
}

.ox_careers .accordion-title .btns .read {
	transition: .3s ease;
}

.ox_careers .accordion-title .btns .close {
	font-size: 0;
	transition: .3s ease;
	display: none;
}

.ox_careers .accordion-title:hover {
	background: #fff;
	color: #000;
}

.ox_careers .accordion-title:hover span {
	color: #000;
}

.ox_careers .panel {
	padding: 0 1.5rem 6.3rem;
	display: none;
}

@media (min-width: 1024px) {

	.ox_careers .panel {
		padding: 0 9rem 6.3rem;
	}
}

@media (min-width: 1400px) {

	.ox_careers .panel {
		padding: 0 9rem 6.3rem 21rem;
	}
}

.ox_careers .panel .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.ox_careers .panel .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 800px) {

	.ox_careers .panel .l {
		width: 48%;
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {

	.ox_careers .panel .l {
		padding-right: 3rem;
	}
}

@media (min-width: 1280px) {

	.ox_careers .panel .l {
		width: calc(100% - 54rem);
		padding-right: 6rem;
	}
}

.ox_careers .panel .l .bg {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 2.3rem 1rem;
	background: #F7F7F7;
	color: #000;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 500;
	margin-bottom: 3rem;
}

@media (min-width: 1280px) {

	.ox_careers .panel .l .bg {
		padding: 2.3rem 3.5rem;
		font-size: 1.6rem;
	}
}

.ox_careers .panel .l .bg span {
	color: rgba(0,0,0, .3);
	display: inline-block;
	margin-right: 1.5rem;
}

.ox_careers .panel .l .bg div:first-child {
	padding-right: 2rem;
}

.ox_careers .panel .l p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 0;
}

.ox_careers .panel .l p + div {
	margin-top: 3rem;
}

.ox_careers .panel .l .consist,
			.ox_careers .panel .l .requirements,
			.ox_careers .panel .l .offers,
			.ox_careers .panel .l .documents {
	margin-bottom: 3rem;
}

.ox_careers .panel .l h3 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #222;
	text-transform: uppercase;
}

.ox_careers .panel .l ul {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 0;
}

.ox_careers .panel .l ul li {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	position: relative;
	padding-left: 2.5rem;
}

.ox_careers .panel .l ul li:before {
	content: '+';
	position: absolute;
	left: 0;
	font-size: 3rem;
	line-height: 2.8rem;
	font-weight: 500;
}

.ox_careers .panel .l .notis {
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 0;
	color: #222;
}

.ox_careers .panel .r {
	width: 100%;
}

@media (min-width: 800px) {

	.ox_careers .panel .r {
		width: 48%;
	}
}

@media (min-width: 1280px) {

	.ox_careers .panel .r {
		max-width: 54rem;
	}
}

.ox_careers .panel .r .form-block {
	background: #000;
	padding: 2.7rem 1.8rem;
	color: #fff;
	text-align: center;
}

.ox_careers .panel .r .form-block span {
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(255,255,255, .67);
}

.ox_careers .panel .r .form-block h2 {
	font-weight: 600;
	font-size: 3.4rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	margin-bottom: 2.2rem;
}

.ox_careers .panel .r .form-block p {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	margin-bottom: 0;
}

.ox_careers .panel .r .form-block .gform_confirmation_message {
	margin-bottom: 3rem;
}

.ox_careers .panel .r .form-block .gform_wrapper {
	margin: 0;
	padding: 0;
}

.ox_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.ox_careers .panel .r .form-block .gform_wrapper .top_label .gfield_label,
					.ox_careers .panel .r .form-block .gform_wrapper legend.gfield_label {
	display: none;
}

.ox_careers .panel .r .form-block .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}

.ox_careers .panel .r .form-block .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .25);
	padding: 1.2rem 3.7rem 1.3rem;
	border: 0;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000;
}

.ox_careers .panel .r .form-block .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
	color: rgba(0,0,0, .5);
}

.ox_careers .panel .r .form-block .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: rgba(0,0,0, .5);
}

.ox_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield.upload {
	text-align: center;
	position: relative;

	@mixintra;
}

.ox_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield.upload:before {
	content: '';
	background: url(/wp-content/uploads/2022/07/upload.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
	left: calc(50% - 7rem);
	transform: translateY(-50%);
	width: 2.4rem;
	height: 2.4rem;
	z-index: 1;
}

.ox_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield.upload:hover {
	opacity: 0.7;
}

.ox_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield.upload .gform_fileupload_multifile .gform_drop_area {
	padding: 0;
	border: 0;
	margin-bottom: 0;
	background: transparent;
}

.ox_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield.upload .gform_drop_instructions {
	display: none;
}

.ox_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield.upload .gform_button_select_files {
	background: transparent;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	border: 0;
	color: #fff;
	width: 100%;
	cursor: pointer;
	padding: 1rem 1.5rem!important;
}

.ox_careers .panel .r .form-block .gform_wrapper .gform_footer {
	margin: 0 0 1rem;
	padding: 0;
	width: 100%;
}

.ox_careers .panel .r .form-block .gform_wrapper .gform_footer input.button,
						.ox_careers .panel .r .form-block .gform_wrapper .gform_footer input[type=submit],
						.ox_careers .panel .r .form-block .gform_wrapper .gform_footer .gform_page_footer input.button,
						.ox_careers .panel .r .form-block .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 0;
	background: #fff;
	border: .1rem solid transparent;
	padding: 1.25rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	transition: .3s ease;
	color: #000;
	box-shadow: inset 0 0 #fff, inset 0 0 #fff;
	transition: color 0.3s ease, box-shadow 0.2s ease-out;
}

.ox_careers .panel .r .form-block .gform_wrapper .gform_footer input.button:hover, .ox_careers .panel .r .form-block .gform_wrapper .gform_footer input[type=submit]:hover, .ox_careers .panel .r .form-block .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .ox_careers .panel .r .form-block .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	color: #fff;
	box-shadow: inset 0 3.1rem #000, inset 0 -3.1rem #000;
	border: .1rem solid #fff;
}

.ox_careers .open {
	background: #fff;
	color: #000;
}

.ox_careers .open span {
	color: #000;
}

.ox_careers .open .btns .read {
	font-size: 0;
	display: none;
}

.ox_careers .open .btns .close {
	font-size: 1.8rem;
}

@media (min-width: 768px) {

	.ox_careers .open .btns .close {
		display: block;
	}
}

/* -------------------------- *\
    .building_intro
\* -------------------------- */

.building_intro { 
	--progess: 0;
	padding: 7.6rem 0 0;
}

@media (min-width: 1024px) {

	.building_intro {
		padding: 13.6rem 0 0;
	}
}

@media (min-width: 1380px) {

	.building_intro {
		padding: 15rem 0 0;
	}
}

.building_intro .pt {
	background: #000;
	position: relative;
	overflow: hidden;
}

.building_intro .pt .image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-55% + 30% * var(--progress)));
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .4;
}

@media (min-width: 1024px) {

	.building_intro .shell {
		width: calc(100% - 9rem);
	}
}

.building_intro .back {
	margin: 4.2rem 0 0;
	position: relative;
	z-index: 1;
}

.building_intro .btn_group {
	text-align: center;
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 80rem;
	margin: 0 auto 4.9rem;
}

.building_intro .btn_group .btn {
	width: calc(50% - 1rem);
	min-width: auto;
}

@media (min-width: 550px) {

	.building_intro .btn_group .btn {
		width: calc(25% - 1rem);
	}
}

@media (min-width: 768px) {

	.building_intro .btn_group .btn {
		width: calc(25% - 2rem);
	}
}

.building_intro .btn_group .btn + .btn {
	margin-left: 0;
}

.building_intro .holddd {
	padding: 4.6rem 0 4.8rem;
	max-width: 80rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

@media (min-width: 768px) {

	.building_intro .holddd {
		padding: 13.6rem 0 15.8rem;
	}
}

.building_intro .holddd > span {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	display: block;
	margin-bottom: 1.6rem;
}

@media (min-width: 900px) {

	.building_intro .holddd > span {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}
}

.building_intro .holddd h1 {
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 2.6rem;
	letter-spacing: -0.015rem;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	margin-bottom: 0.9rem;
	text-transform: uppercase;
}

@media (min-width: 900px) {

	.building_intro .holddd h1 {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

.building_intro .holddd .breadcrumb li {
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
}

.building_intro .holddd .breadcrumb li + li:before {
	color: #fff;
}

.building_intro .holddd .breadcrumb li a {
	color: #fff;
}

.building_intro .holddd .breadcrumb li a:hover {
	text-decoration: underline;
}

.building_intro .holddd .b_info {
	margin: 3.5rem 0 3.8rem;
}

.building_intro .holddd .b_info p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 2rem;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	margin-bottom: 1.5rem;
}

.building_intro .holddd .b_info p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.building_intro .holddd .b_info p {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}
}

.building_intro .holddd .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 52.4rem;
	margin: 0 auto;
}

.building_intro .holddd .details div {
	width: 30%;
	text-align: center;
	background: rgba(0,0,0, .2);
	padding: 1.5rem 0.5rem;
	font-size: 2rem;
	line-height: 2.5rem;
}

@media (min-width: 490px) {

	.building_intro .holddd .details div {
		width: 14rem;
		padding: 1.5rem 1.9rem;
	}
}

@media (min-width: 768px) {

	.building_intro .holddd .details div {
		width: 14.8rem;
		font-size: 3.6rem;
		line-height: 3.6rem;
	}
}

.building_intro .holddd .details div svg {
	width: 3.5rem;
	height: 3.5rem;
	fill: #fff;
	margin: 0 auto 1.8rem;
}

@media (min-width: 490px) {

	.building_intro .holddd .details div svg {
		width: 4.5rem;
		height: 4.5rem;
	}
}

.building_intro .holddd .details div span {
	display: block;
	border-top: 0.1rem solid #fff;
	border-bottom: 0.1rem solid #fff;
	padding: 0.9rem 0;
	font-size: 1.1rem;
	line-height: 1.6rem;
	text-align: center;
	margin-bottom: 0.9rem;
	font-weight: 400;
}

@media (min-width: 768px) {

	.building_intro .holddd .details div span {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
}

.building_intro .holddd>* {
	--off: -20vh;
	--opa: 0.8;
	opacity: calc(1 - var(--opa) * var(--progress));
	transform: translateY(calc(var(--off) * var(--progress)));
}

.building_intro .holddd>*:nth-child(1) {
	--off: -20vh;
	--opa: 0.8;
}

.building_intro .holddd>*:nth-child(2) {
	--off: -16vh;
	--opa: 0.7;
}

.building_intro .holddd>*:nth-child(3) {
	--off: -12vh;
	--opa: 0.6;
}

.building_intro .holddd>*:nth-child(4) {
	--off: -8vh;
	--opa: 0.5;
}

.building_intro .holddd>*:nth-child(5) {
	--off: -4vh;
	--opa: 0.4;
}

.building_info {
	padding: 4rem 0;
}

@media (min-width: 768px) {

	.building_info {
		padding: 7.9rem 0;
	}
}

.building_info .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1024px) {

	.building_info .shell {
		max-width: 130.6rem;
	}
}

@media (max-width: 767px) {

	.building_info .shell div + div {
		margin-top: 2rem;
	}
}

.building_info .l,
	.building_info .r {
	width: 100%;
}

@media (min-width: 768px) {

	.building_info .l,
	.building_info .r {
		width: calc(50% - 4.4rem);
	}
}

.building_info .l p, .building_info .r p {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
}

.building_info .l p:last-child, .building_info .r p:last-child {
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.building_info .l p, .building_info .r p {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}
}

@keyframes arrowMove {
  0%   { opacity: 0.5; transform: translateY(-.8rem); }
  50%   { opacity: 1; transform: translateY(0);}
  100% { opacity: 0.5; transform: translateY(-.8rem);}
}

/* -------------------------- *\
    .building_image_map
\* -------------------------- */

.building_image_map { 
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 30;
}

.building_image_map .tff {
	width: 100%;
	text-align: center;
	padding: 2rem 0;
	z-index: 1;
	color: #222;
}

@media (min-width: 768px) {

	.building_image_map .tff {
		color: #000;/*background: linear-gradient(180deg, #000000 0.23%, rgba(0, 0, 0, 0.502502) 0.41%, rgba(0, 0, 0, 0.0001) 100%);*/
	}
}

@media (min-width: 1200px) {

	.building_image_map .tff {
		padding: 7.7rem 0;
	}
}

.building_image_map .tff span {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	margin-bottom: .5rem;
}

@media (min-width: 990px) {

	.building_image_map .tff span {
		font-size: 1.5rem;
		line-height: 1.8rem;/*text-shadow: 0 .2rem .4rem rgba($cb, .5);*/
	}
}

.building_image_map .tff h3 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 0;
}

@media (min-width: 990px) {

	.building_image_map .tff h3 {
		font-size: 3rem;
		line-height: 4.4rem;/*text-shadow: 0 .2rem .4rem rgba($cb, .5);*/
	}
}

.building_image_map .map {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.building_image_map .map img {
	opacity: .2;
	margin: 0 auto;
}

.building_image_map .btn {
	margin: 3rem auto 0;
}

@media (min-width: 990px) {

	.building_image_map .btn {
		position: absolute;
		bottom: 1.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 1280px) {

	.building_image_map .btn {
		bottom: 2.8rem;
	}
}

.building_image_map .floors {
	background: rgba(0,0,0, .6);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

@media (min-width: 680px) {

	.building_image_map .floors {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.building_image_map .floors div {
	background: rgba(0,0,0, .6);
	color: #fff;
	padding: 1rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: uppercase;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
	text-align: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 990px) {

	.building_image_map .floors div {
		padding: 2.8rem 1rem;
		font-size: 1.8rem;
		line-height: 2.2rem;
		width: auto;
	}
}

.building_image_map .floors a {
	display: block;
	border: 0.2rem solid transparent;
	border-top-width: 0.1rem;
	border-bottom-width: 0.1rem;
	padding: 1rem;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2rem;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	-ms-flex: 1;
	    flex: 1;
}

@media (min-width: 990px) {

	.building_image_map .floors a {
		font-size: 2.8rem;
		line-height: 3.4rem;
		padding: 1.6rem;
	}
}

.building_image_map .floors a:first-child {
	border-top-width: 0.2rem;
}

.building_image_map .floors a:last-child {
	border-bottom-width: 0.2rem;
}

.building_image_map .floors a:hover {
	border-color: #B2FD63;
}

.building_image_map .floors.big {
	width: 7rem;
}

@media (min-width: 990px) {

	.building_image_map .floors.big div {
		padding: 1rem 1rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
}

@media (min-width: 990px) {

	.building_image_map .floors.big a {
		font-size: 1.8rem;
		line-height: 2rem;
		padding: 1rem;
	}
}

/* -------------------------- *\
    .building_video
\* -------------------------- */

.building_video { 
	padding: 3rem 0;
}

@media (min-width: 768px) {

	.building_video {
		padding: 7.9rem 0;
	}
}

.building_video .shell {
	max-width: 150rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.building_video .l,
	.building_video .r {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 990px) {

	.building_video .l,
	.building_video .r {
		width: calc(50% - 3rem);
		margin-bottom: 0;
	}
}

.building_video .l {
	color: #000;
}

.building_video .l span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1rem;
}

.building_video .l h2 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 4.4rem;
	margin-bottom: 2rem;
}

.building_video .l p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 2rem;
}

.building_video .l p:last-child {
	margin-bottom: 0;
}

.building_video .l .btn {
	margin: 2rem 0 0;
}

.building_video .r {
	position: relative;
}

.building_video .r .popup-youtube {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.building_video .r .popup-youtube img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.building_video .r svg {
	position: absolute;
	bottom: 1.6rem;
	right: 1.6rem;
	fill: #fff;
	width: 4.6rem;
	height: 3.7rem;
	filter: drop-shadow(0 0.2rem 3.1rem rgba(0,0,0, 0.5));
}

.building_video .r svg.play {
	width: 4.6rem;
	height: 5.3rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
}

/* -------------------------- *\
    .image_sec
\* -------------------------- */

.image_sec { 
	padding: 0 0 3rem;
}

@media (min-width: 768px) {

	.image_sec {
		padding: 0 0 7.9rem;
	}
}

.image_sec .big {
	max-height: 66.7rem;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.image_sec .slogan {
	max-width: 65.2rem;
	margin: 3rem auto;
	text-align: center;
}

@media (max-width: 1024px) {

	.image_sec .slogan {
		padding: 0 2rem;
	}
}

@media (min-width: 768px) {

	.image_sec .slogan {
		margin: 7.9rem auto;
	}
}

.image_sec .slogan p {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #222;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.image_sec .slogan p {
		font-size: 2.1rem;
		line-height: 3rem;
	}
}

@media (min-width: 480px) {

	.image_sec .gallery {
		margin-right: -3rem;
	}
}

.image_sec .gallery .project_gallery {
	max-width: 126rem;
	margin: 0 auto 3rem;
}

.image_sec .gallery .project_gallery::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.image_sec .gallery .project_gallery .slick-track {
	float: left;
}

.image_sec .gallery .project_gallery a:not(:first-child):not(:nth-child(2)) {
	display: none;
}

.image_sec .gallery .project_gallery.slick-initialized a:not(:first-child):not(:nth-child(2)) {
	display: block;
}

@media (max-width: 1260px) {

	.image_sec .gallery {
		padding: 0 2rem;
	}
}

@media (min-width: 768px) {

	.image_sec .gallery {
		margin: 0 -3rem 7.9rem auto;
	}
}

@media (min-width: 480px) {

	.image_sec .gallery a {
		margin-right: 3rem;
	}
}

.image_sec .gallery a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* -------------------------- *\
    .building_interior
\* -------------------------- */

.building_interior { 
	padding: 7.9rem 0 6rem;
	text-align: center;
	position: relative;
	z-index: 30;
	transform: translate3d(0,0,0);
 }

@media (min-width: 1024px) {

	.building_interior {
		padding: 6.9rem 0 5rem;
	}
}

.building_interior .info {
	padding: 0 2rem;
	max-width: 90.4rem;
	margin: 0 auto 7.9rem;
}

.building_interior .info h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 1.7rem;
	color: #000;
}

@media (min-width: 768px) {

	.building_interior .info h2 {
		font-size: 3rem;
		line-height: 4.4rem;
	}
}

.building_interior .info p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #000;
	margin-bottom: 1.5rem;
}

.building_interior .info p:last-child {
	margin-bottom: 0;
}

.building_interior .interior_gallery {
	margin: 0 auto 5rem;
}

.building_interior .interior_gallery::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.building_interior .interior_gallery .slick-track {
	float: left;
}

@media (min-width: 1024px) {

	.building_interior .interior_gallery .slick-track {
		padding: 1rem 0;
	}
}

.building_interior .interior_gallery .slide:not(:first-child):not(:nth-child(2)) {
	display: none;
}

.building_interior .interior_gallery.slick-initialized .slide:not(:first-child):not(:nth-child(2)) {
	display: block;
}

.building_interior .interior_gallery .slide {
	margin-right: 1rem;
	background: #000;
}

@media (min-width: 480px) {

	.building_interior .interior_gallery .slide {
		margin-right: 3rem;
	}
}

.building_interior .interior_gallery .slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: opacity 0.3s;
}

@media (min-width: 768px) {

	.building_interior .interior_gallery .slide img {
		height: 45rem;
	}
}

.building_interior .interior_gallery:hover .slide img {
	opacity: 0.8;
}

.building_interior .interior_gallery:hover .slide:hover {
	transform: scale(1.05);
}

.building_interior .interior_gallery:hover .slide:hover img {
	opacity: 1;
}

/* -------------------------- *\
    .ox_floor_info
\* -------------------------- */

.ox_floor_info { 
	padding: 3.8rem 0;
}

.ox_floor_info .shell {
	text-align: center;
}

@media (min-width: 1024px) {

	.ox_floor_info .shell {
		width: calc(100% - 23.3rem);
	}
}

.ox_floor_info .compas {
	text-align: right;
	width: 6.8rem;
	height: 6.8rem;
	margin: 0 0 0 auto;
}

.ox_floor_info .compas img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.ox_floor_info .image_map {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

/* -------------------------- *\
    .ox_ap_listing
\* -------------------------- */

.ox_ap_listing { 
	padding: 0 2rem 4rem;
	background: #fff;
}

@media (min-width: 900px) {

	.ox_ap_listing {
		padding: 0 2rem 7.5rem;
	}
}

@media (min-width: 1024px) {

	.ox_ap_listing {
		padding: 0 9rem 7.5rem;
	}
}

.ox_ap_listing .apartment_listing {
	max-width: 139rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.ox_ap_listing .apartment_listing .tt--2 {
		margin-bottom: 1.8rem;
	}
}

@media (max-width: 767px) {

	.ox_ap_listing .apartment_listing {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.ox_ap_listing .apartment_listing .tt--2 {
		-ms-flex-order: 2;
		    order: 2;
		width: 100%;
	}

	.ox_ap_listing .apartment_listing .filter {
		-ms-flex-order: 1;
		    order: 1;
		width: 100%;
	}

	.ox_ap_listing .apartment_listing .listing {
		-ms-flex-order: 3;
		    order: 3;
		width: 100%;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_heading {
	background: #000;
	border-radius: .5rem .5rem 0 0;
	padding: 1.3rem .3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2rem;
	z-index: 20;
}

@media (min-width: 1100px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading {
		font-size: 1.4rem;
	}
}

@media (min-width: 1530px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_heading span {
	-ms-flex: 1;
	    flex: 1;
}

.ox_ap_listing .apartment_listing .listing .listing_heading span span:not(.h-mob) {
	display: inline-block;
}

@media (min-width: 768px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading span span:not(.h-mob) {
		display: none;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_heading span.h-mob {
	display: none;
}

@media (min-width: 768px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading span.h-mob {
		display: inline-block;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_heading span.h-mob.h-mob-2 {
	display: none;
}

@media (min-width: 900px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading span.h-mob.h-mob-2 {
		display: inline-block;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_heading span.hide,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide2,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide3,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide4,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide5,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide6,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide7 {
	display: none;
}

@media (min-width: 970px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading span.hide.hide,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide {
		display: inline-block;
	}
}

@media (min-width: 1100px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading span.hide.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide2 {
		display: inline-block;
	}
}

@media (min-width: 850px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading span.hide.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide5 {
		display: inline-block;
	}
}

@media (min-width: 550px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading span.hide.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide6 {
		display: inline-block;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_heading span.hide.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide7 {
	display: none;
}

@media (min-width: 1255px) {

	.ox_ap_listing .apartment_listing .listing .listing_heading span.hide.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide7,
					.ox_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide7 {
		display: inline-block;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(1) {
	max-width: 10rem;
}

/*&:nth-of-type(2) {
			    		max-width: 6.7rem;
			    	}*/

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(2) {
	max-width: 6.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(3) {
	max-width: 14.5rem;
}

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(4) {
	max-width: 12.6rem;
}

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(5) {
	max-width: 8.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(6) {
	max-width: 8.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(7) {
	max-width: 8.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(8) {
	max-width: 13.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(9) {
	max-width: 13.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(10) {
	max-width: 15.2rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content {
	background: #F9F9F9;
	padding-bottom: .5rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row {
	background: #fff;
	border-radius: .5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem .3rem;
	text-align: center;
	transition: .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	margin-bottom: 0.5rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row {
		padding: 1rem 1.3rem;
	}
}

@media (min-width: 1450px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row {
		padding: 2.2rem .5rem;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #000;
	-ms-flex: 1;
	flex: 1;
}

@media (min-width: 430px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div {
		font-size: 1.6rem;
	}
}

@media (min-width: 1200px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(1) {
	max-width: 10rem;
}

/*&:nth-of-type(2) {
				    		max-width: 6.7rem;
				    	}*/

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(2) {
	max-width: 6.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(3) {
	max-width: 14.5rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(4) {
	max-width: 12.6rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(5) {
	max-width: 8.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(6) {
	max-width: 8.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(7) {
	max-width: 8.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(8) {
	max-width: 13.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(9) {
	max-width: 13.7rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(10) {
	max-width: 15.2rem;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.status,
				    	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.number {
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.status span, .ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.number span {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #19CC00;
	display: inline-block;
	box-shadow: 0 0.2rem .3rem rgba(0,0,0, 0.5);
	position: relative;
	top: -.2rem;
	margin-right: 1rem;
}

@media (max-width: 1255px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.status {
		font-size: 0;
		line-height: 0;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.number {
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #000;
	text-transform: none;
}

@media (min-width: 768px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.number {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7 {
	display: none;
}

@media (min-width: 970px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide {
		display: inline-block;
	}
}

@media (min-width: 1100px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide2,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide2 {
		display: inline-block;
	}
}

@media (min-width: 850px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide5,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide3,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide5 {
		display: inline-block;
	}
}

@media (min-width: 550px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide6,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide4,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide6 {
		display: inline-block;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide7 {
	display: none !important;
}

@media (min-width: 1255px) {

	.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide7,
						.ox_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide7 {
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row:hover {
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, 0.25);
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row.free,
				    .ox_ap_listing .apartment_listing .listing .listing_content .ap-row.reserved,
				    .ox_ap_listing .apartment_listing .listing .listing_content .ap-row.sold {

}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row.reserved div.status span, .ox_ap_listing .apartment_listing .listing .listing_content .ap-row.reserved div.number span {
	background: #FF8200;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row.sold {
	background: rgba(255,255,255, 0.5);
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div {
	color: rgba(0,0,0, .5);
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.status,
				    		.ox_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.number {
	color: #000;
}

.ox_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.status span, .ox_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.number span {
	background: #E70000;
}

/* -------------------------- *\
    .filter
\* -------------------------- */

.filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 3.2rem;
}

.filter .left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 100%;
}

@media (min-width: 410px) {

	.filter .left {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		margin-bottom: 1rem;
	}
}

@media (min-width: 490px) {

	.filter .left {
		width: calc(70% - 2rem);
		margin-bottom: 0;
	}
}

@media (min-width: 680px) {

	.filter .left {
		max-width: 30rem;
	}
}

.filter .custom-dropdown {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;/*margin-right: 2rem;*/
	margin-bottom: 2rem;
	width: 100%;
}

@media (min-width: 410px) {

	.filter .custom-dropdown {
		margin-right: 0;
		margin-bottom: 0;
		width: calc(50% - 1rem);
	}
}

.filter .custom-dropdown label {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #222;
	margin-right: 2rem;
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 1365px) {

	.filter .custom-dropdown label {
		font-size: 1.6rem;
	}
}

.filter .custom-dropdown + .custom-dropdown {/*@mixin min 410 {
	    		margin-left: 2rem;
	    	}

	    	@mixin min 768 {
	    		margin-left: 6rem;
	    	}*/
}

.filter .custom-dropdown select {
	display: none;
}

.filter .custom-dropdown:after {
	content: '';
	background: rgba(255,255,255, 0.15);
	width: 100%;
	height: 0.1rem;
	position: absolute;
	bottom: 0;
}

.filter .right {
	width: 100%;
}

@media (min-width: 410px) {

	.filter .right .custom-dropdown {
		width: 100%;
	}
}

@media (min-width: 490px) {

	.filter .right {
		width: calc(30% - 2rem);
	}
}

@media (min-width: 680px) {

	.filter .right {
		max-width: 15rem;
	}

	.filter .right .custom-dropdown {
		width: 15rem;
	}
}

.filter .select-selected {
	border: 0.1rem solid #cacaca;
	background: #fff;
	padding: 0.8rem 3rem 0.8rem 1rem;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 3.5rem;
	cursor: pointer;
	width: 100%;
}

@media (min-width: 1365px) {

	.filter .select-selected {
		font-size: 1.6rem;
		height: 4.5rem;
		padding: 1.2rem 3rem 1.2rem 2.2rem;
	}
}

.filter .select-selected:-ms-input-placeholder {
	color: #000;
}

.filter .select-selected::placeholder {
	color: #000;
}

.filter .select-selected:after {
	content: '';
	background: url(/wp-content/uploads/2022/07/down-arrow.svg);
	background-size: contain;
	width: 1.4rem;
	height: .8rem;
	padding: 0.8rem 0 0.8rem 1.4rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(50%);
	transition: .3s ease;
}

.filter .select-selected.select-arrow-active:after {
	content: '';
	background: url(/wp-content/uploads/2022/07/down-arrow.svg);
	background-size: contain;
	transform: translateY(50%) rotate(180deg);
}

.filter .select-items {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	border: 0;
	padding: 0.3rem 1rem 1rem;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	background: #fff;
	max-height: 50vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	margin: 0 auto;
	width: 100%;
}

.filter .select-items div,
		.filter .select-items .select-selected {
	color: #222;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-bottom: 0.1rem solid rgba(34,34,34, 0.1);
	padding: 0.5rem;
	font-size: 1.2rem;
	line-height: 2rem;
}

.filter .select-items div:hover,
		.filter .select-items .same-as-selected {
	background: rgba(34,34,34, 0.1);
	color: #222;
}

.filter .select-hide {
	display: none;
}

/* -------------------------- *\
    .ox_property_info
\* -------------------------- */

.ox_property_info { 
	padding: 1.8rem 0 4.4rem;
}

.ox_property_info .shell {
	max-width: 146rem;
}

.ox_property_info .image_map_ap {
	max-width: 110.2rem;
	max-height: 58.6rem;/*overflow: hidden;*/
	margin: 0 auto;
	text-align: center;
}

.ox_property_info .image_map_ap img {
	-o-object-fit: contain;
	   object-fit: contain;
	max-height: 58.6rem;
}

.ox_property_info .image_map_ap > div {
	margin: 0 auto;
}

.ox_property_info .details {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	border-radius: .5rem;
	padding: 1.8rem 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	max-width: 110.2rem;
	margin: 0 auto 2rem;
}

@media (min-width: 768px) {

	.ox_property_info .details {
		padding: 1.8rem 2.8rem;
	}
}

.ox_property_info .details div {
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #3c3c3c;
}

@media (min-width: 600px) {

	.ox_property_info .details div {
		font-size: 1.6rem;
	}
}

.ox_property_info .details div span {
	color: #000;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	border-radius: .5rem;
	padding: 0.5rem .8rem;
	display: block;
}

@media (min-width: 460px) {

	.ox_property_info .details div span {
		padding: 0.8rem 1.9rem;
	}
}

.ox_property_info .details div span.hb {
	display: none;
	padding: 0;
	box-shadow: none;
}

@media (min-width: 460px) {

	.ox_property_info .details div span.hb {
		display: block;
		margin-bottom: .7rem;
	}
}

.ox_property_info .details div span.free,
				.ox_property_info .details div span.sold,
				.ox_property_info .details div span.reserved {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.5rem;
	background: #7BC72B;
	margin-top: 0;
	padding: 0;
	box-shadow: none;
}

@media (min-width: 500px) {

	.ox_property_info .details div span.free,
				.ox_property_info .details div span.sold,
				.ox_property_info .details div span.reserved {
		margin-right: 1.5rem;
	}
}

.ox_property_info .details div span.sold {
	background: #000;
}

.ox_property_info .details div span.reserved {
	background: #EA6D21;
}

.ox_property_info .details div.status span {
	text-transform: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.ox_property_info .details div.status span.np {

}

.ox_property_info .details div.status span.hb {
	display: none;
}

@media (min-width: 460px) {

	.ox_property_info .details div.status span.hb {
		display: block;
	}
}

.ox_property_info .details div.status span.hide-mob {
	text-transform: uppercase;
	margin-bottom: 0;
	display: none;
	padding: 0;
	box-shadow: none;
}

@media (min-width: 500px) {

	.ox_property_info .details div.status span.hide-mob {
		display: inline-block;
	}
}

.ox_property_info .details div.hide-mob {
	display: none;
}

@media (min-width: 768px) {

	.ox_property_info .details div.hide-mob {
		display: inline-block;
	}
}

.ox_property_info .details div.hide-mob-2 {
	display: none;
}

@media (min-width: 768px) {

	.ox_property_info .details div.hide-mob-2 {
		display: inline-block;
	}
}

.ox_property_info .comb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	position: relative;
	max-width: 110.2rem;
	margin: 0 auto 1.7rem;
}

.ox_property_info .comb .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.ox_property_info .comb .l {
		width: calc(100% - 40rem);
		margin-bottom: 0;
	}
}

.ox_property_info .comb .l .exposition {
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #3c3c3c;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 1.7rem;
}

.ox_property_info .comb .l .exposition span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-weight: 300;
	margin-left: 1rem;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	border-radius: .5rem;
	padding: 0.7rem 1.5rem;
}

.ox_property_info .comb .l .exposition svg {
	width: 2.1rem;
	height: 2.1rem;
	margin-right: 1.2rem;
}

.ox_property_info .comb .l .info {
	text-align: center;
}

.ox_property_info .comb .l .info p {
	font-size: 1.8rem;
	line-height: 2.9rem;
	color: #000;
	margin-bottom: 1.5rem;
}

.ox_property_info .comb .l .info p:last-child {
	margin-bottom: 0;
}

.ox_property_info .comb .r {
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {

	.ox_property_info .comb .r {
		width: 31.1rem;
	}
}

.ox_property_info .comb .r .smapp {
	width: 31.1rem;
	height: 15.3rem;
	margin: 0 auto;
}

.ox_property_info .comb .r .smapp img {
	-o-object-fit: contain;
	   object-fit: contain;
	max-height: 15.3rem;
}

.ox_property_info .b {
	position: relative;
}

.ox_property_info .b .image_map {
	max-width: 145.4rem;
	max-height: 53.5rem;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.ox_property_info .b .image_map img {
	-o-object-fit: contain;
	   object-fit: contain;
	max-height: 53.5rem;
}

.ox_property_info .b .image_map > div {
	margin: 0 auto;
}

.ox_property_info .b .compas {
	text-align: right;
	width: 6.8rem;
	height: 6.8rem;
	margin: 0 0 0 auto;
}

.ox_property_info .b .compas img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.ox_property_info .btns {
	max-width: 57rem;
	margin: 2.5rem auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.ox_property_info .btns div {
	width: 100%;
	background: rgba(255,255,255, 0.85);
	border: 0.1rem solid #000;
	text-align: center;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: .3s ease;
	box-shadow: inset 0 0 #fff, inset 0 0 #fff;
	transition: color 0.3s ease, box-shadow 0.2s ease-out;
	margin-bottom: 1rem;
}

@media (min-width: 680px) {

	.ox_property_info .btns div {
		max-width: 25.9rem;
		width: auto;
		margin-bottom: 0;
	}
}

@media (min-width: 830px) {

	.ox_property_info .btns div {
		width: 28rem;
		max-width: 100%;
	}
}

.ox_property_info .btns div:hover {
	box-shadow: inset 0 5rem #000, inset 0 -5rem #000;
}

.ox_property_info .btns div:hover a,
				.ox_property_info .btns div:hover button {
	color: #fff;
}

.ox_property_info .btns div:hover a svg, .ox_property_info .btns div:hover button svg {
	fill: #fff;
}

.ox_property_info .btns div>a,
			.ox_property_info .btns div>button,
			.ox_property_info .btns div>span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #000;
	padding: 2.2rem;/*background: red;*/
	cursor: pointer;
}

.ox_property_info .btns div>a svg, .ox_property_info .btns div>button svg, .ox_property_info .btns div>span svg {
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 1rem;
	fill: #000;
}

.ox_property_info .btns div>span {
	position: relative;
	overflow: hidden;
}

.ox_property_info .btns div>span:hover {
	color: #fff;
}

.ox_property_info .btns div>span:hover .i {
	fill: #fff;
	opacity: 1;
}

.ox_property_info .btns div .fav-btn span:nth-child(3){
	display: none;
}

.ox_property_info .btns div .fav-btn.active span:nth-child(3){
	display: block;
}

.ox_property_info .btns div .fav-btn.active span:nth-child(2){
	display: none;
}

.ox_property_info .btns div button {
	background: transparent;
	border: 0;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.ox_property_info .btns div .simplefavorite-button {
	display: inline-block;
	max-width: 3rem;
	margin-right: 1.5rem;
	position: relative;
}

.ox_property_info .btns div .simplefavorite-button:before {
	content : '';
	position: absolute;
	top: -10rem;
	left: -10rem;
	width: 50rem;
	height: 50rem;
	background: transparent;
}

/* -------------------------- *\
    .ox_property_inquiry
\* -------------------------- */

.ox_property_inquiry { 
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #000;
}

.ox_property_inquiry + .ox_ap_listing {
	margin-top: 4.4rem;
}

.ox_property_inquiry .image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .3;
}

.ox_property_inquiry .form {
	max-width: 85.4rem;
	margin: 0 auto;
	padding: 4.2rem 2rem;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {

	.ox_property_inquiry .form {/*border-left: 1.2rem solid $cw;
			border-right: 1.2rem solid $cw;*/
		padding: 4.2rem 5.2rem 5.4rem;
	}
}

.ox_property_inquiry .form h3,
		.ox_property_inquiry .form h2 {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: .5rem;
}

.ox_property_inquiry .form span {
	text-transform: none;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(255,255,255, .67);
}

.ox_property_inquiry .form h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1.8rem;
}

@media (min-width: 768px) {

	.ox_property_inquiry .form h2 {
		font-size: 3.4rem;
		line-height: 4.4rem;
	}
}

.ox_property_inquiry .form p {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	margin-bottom: 0;
	color: #fff;
}

.ox_property_inquiry .form .inquiry {
	margin-right: -2.5rem;
}

.ox_property_inquiry .form .gform_confirmation_message {
	margin-bottom: 2rem;
}

.ox_property_inquiry .form .gform_wrapper {
	margin: 0;
	padding: 0;
}

.ox_property_inquiry .form .gform_wrapper .top_label .gfield_label,
			.ox_property_inquiry .form .gform_wrapper legend.gfield_label {
	display: none;
}

.ox_property_inquiry .form .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.ox_property_inquiry .form .gform_wrapper .top_label li.gfield.gf_left_half,
			.ox_property_inquiry .form .gform_wrapper .top_label li.gfield.gf_right_half,
			.ox_property_inquiry .form .gform_wrapper li.gfield {
	margin-top: 0;
	margin-bottom: 1.7rem;
	padding-right: 2.5rem;
}

.ox_property_inquiry .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
			.ox_property_inquiry .form .gform_wrapper textarea {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	padding: 1.3rem 2.5rem 1.2rem;
	border: .1rem solid transparent;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(0,0,0, .5);
	transition: .3s ease;
}

.ox_property_inquiry .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .ox_property_inquiry .form .gform_wrapper textarea:-ms-input-placeholder {
	color: rgba(0,0,0, .5);
}

.ox_property_inquiry .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .ox_property_inquiry .form .gform_wrapper textarea::placeholder {
	color: rgba(0,0,0, .5);
}

.ox_property_inquiry .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .ox_property_inquiry .form .gform_wrapper textarea:focus {
	border: .1rem solid #000;
	color: #000;
}

.ox_property_inquiry .form .gform_wrapper textarea {
	height: 15rem;
}

@media (min-width: 990px) {

	.ox_property_inquiry .form .gform_wrapper textarea {
		height: 22.9rem;
	}
}

.ox_property_inquiry .form .gform_wrapper .gform_footer {
	margin: 0 0 1rem;
	padding: 0 2.5rem 0 0;
}

.ox_property_inquiry .form .gform_wrapper .gform_footer input.button,
				.ox_property_inquiry .form .gform_wrapper .gform_footer input[type=submit],
				.ox_property_inquiry .form .gform_wrapper .gform_footer .gform_page_footer input.button,
				.ox_property_inquiry .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 0.1rem solid transparent;
	background: #fff;
	padding: 1.3rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	box-shadow: inset 0 0 #fff, inset 0 0 #fff;
	transition: color 0.3s ease, box-shadow 0.2s ease-out;
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

.ox_property_inquiry .form .gform_wrapper .gform_footer input.button:hover, .ox_property_inquiry .form .gform_wrapper .gform_footer input[type=submit]:hover, .ox_property_inquiry .form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .ox_property_inquiry .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	color: #fff;
	border: 0.1rem solid #fff;
	box-shadow: inset 0 3.5rem #000, inset 0 -3.5rem #000;
}

/* -------------------------- *\
    .ox_tool
\* -------------------------- */

.tool { 
	width: 21.2rem;
	filter: drop-shadow(0 0.2rem 1.5rem rgba(0,0,0, 0.5));
}

/*display: none;	*/

.tool__t {
	background: rgba(0,0,0, 0.7);
	padding: 1.6rem;
	text-align: center;
	color: #fff;
	border-radius: 0.5rem 0.5rem 0 0;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
}

/*position: absolute;
	top: 200rem;
	left: 50rem;*/

.tool__b {
	background: #fff;
	padding: 1.1rem 3.6rem;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	border-radius: 0 0 0.5rem 0.5rem;
	color: #000;
}

.tool__b > span {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	display: block;
	width: 100%;
	margin-bottom: 1.1rem;
}

.tool__b div {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.tool__b div span {
	display: block;
	margin-bottom: .7rem;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.7rem;
}

.tool.free .tool__b > span {
	color: #60A914;
}

.tool.reserved .tool__b > span {
	color: #EA6D21;
}

.tool.sold .tool__b > span {
	color: #CB1010;
	text-transform: uppercase;
}

.tool.fl .tool__b {
	padding: 1.8rem;
	text-align: center;
}

.tool.fl .tool__b > span {
	margin-bottom: 0;
}

.tool.ap .tool__b {
	padding: 1.8rem;
	text-align: center;
	display: block;
}

.tool.ap .tool__b > span {
	display: inline-block;
	text-align: center;
}

.tool.ap .tool__b div {
	display: block;
	text-align: center;
}

.tool.ap .tool__b div span {
	font-size: 1.6rem;
}

.mapster_tooltip {
	width: 21.2rem !important;
	background: green;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* -------------------------- *\
    .ox_blog
\* -------------------------- */

.ox_blog { 
	padding: 4.4rem 0;
}

.ox_blog .shell {
	max-width: 138rem;
}

.ox_blog .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -2.5rem;
}

.ox_blog .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.ox_blog .grid .ox_blog_post {
	float: left;
	width: 100%;
	padding: 0 2.5rem;
	margin-bottom: 2rem;
}

@media (min-width: 660px) {

	.ox_blog .grid .ox_blog_post {
		width: 50%;
	}
}

@media (min-width: 1024px) {

	.ox_blog .grid .ox_blog_post {
		width: 33.33%;
	}
}

.ox_blog .grid .ox_blog_post div {
	background: #fff;
	margin-top: 1.5rem;
}

.ox_blog .grid .ox_blog_post a {
	display: block;
	overflow: hidden;
}

.ox_blog .grid .ox_blog_post a img {
	transition: .3s ease;
	transform: scale(1.2);
}

.ox_blog .grid .ox_blog_post:hover img {
	transform: scale(1);
}

.ox_blog .grid .ox_blog_post h2 {
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {

	.ox_blog .grid .ox_blog_post h2 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

.ox_blog .grid .ox_blog_post h2 a {
	color: #000;
}

.ox_blog .grid .ox_blog_post h2:hover a {
	opacity: .7;
}

.ox_blog .grid .ox_blog_post p {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 2rem;
	color: #A2A2A2;
}

.ox_blog .grid .ox_blog_post span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 300;
	color: #A2A2A2;
}

/* -------------------------- *\
    .ox_contacts
\* -------------------------- */

.ox_contacts { 
	padding: 7.6rem 1.5rem 0 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 1024px) {

	.ox_contacts {
		padding: 13.6rem 0 0 9rem;
	}
}

@media (min-width: 1380px) {

	.ox_contacts {
		padding: 15rem 0 0 9rem;
	}
}

.ox_contacts .shell {
	width: 100%;
	padding: 0;
}

.ox_contacts .back {
	color: #000;
	text-shadow: none;
	width: 100%;
	margin-bottom: 0.2rem;
}

.ox_contacts .back svg {
	fill: #000;
}

.ox_contacts .l,
	.ox_contacts .r {
	width: 100%;
}

@media (min-width: 900px) {

	.ox_contacts .l,
	.ox_contacts .r {
		width: 50%;
	}
}

.ox_contacts .l {
	text-align: right;
	margin: 2rem 0 2rem;
}

@media (min-width: 900px) {

	.ox_contacts .l {
		padding-right: 2em;
	}
}

@media (min-width: 1024px) {

	.ox_contacts .l {
		margin: 0;
		padding-right: 10rem;
	}
}

.ox_contacts .l div {
	text-align: left;
	max-width: 61.9rem;
	color: #000;
}

@media (min-width: 900px) {

	.ox_contacts .l div {
		margin: 0 0 0 auto;
	}
}

.ox_contacts .l div span {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1.6rem;
}

.ox_contacts .l div h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: -0.015rem;
	text-transform: uppercase;
	margin-bottom: 1.6rem;
	color: #000;
}

@media (min-width: 1200px) {

	.ox_contacts .l div h1 {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

.ox_contacts .l div .breadcrumb {
	-ms-flex-pack: inherit;
	    justify-content: inherit;
	margin-bottom: 2.8rem;
}

.ox_contacts .l div p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 1.5rem;
	color: #000;
	max-width: 55.7rem;
}

.ox_contacts .l div p:last-child {
	margin-bottom: 0;
}

.ox_contacts .l div .details {
	margin-top: 2rem;
	border-top: 0.1rem solid #979797;
	padding-top: 1.6rem;
	color: #000;
}

@media (min-width: 1200px) {

	.ox_contacts .l div .details {
		margin-top: 4.9rem;
		padding-top: 3.1rem;
	}
}

.ox_contacts .l div .details h2 {
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {

	.ox_contacts .l div .details h2 {
		font-size: 2.6rem;
		line-height: 3.2rem;
		margin-bottom: 3rem;
	}
}

.ox_contacts .l div .details h3 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 1.3rem;
}

@media (min-width: 1200px) {

	.ox_contacts .l div .details h3 {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.ox_contacts .l div .details p,
				.ox_contacts .l div .details a {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000;
}

.ox_contacts .l div .details p {
	margin-bottom: 1.2rem;
}

.ox_contacts .l div .details a {
	text-decoration: underline;
}

.ox_contacts .l div .details a:hover {
	opacity: .7;
}

.ox_contacts .l div .details .cont {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin: 3rem auto 0 0;
}

.ox_contacts .l div .details .cont div {
	max-width: 100%;
	margin: 0 auto 1rem 0;
	width: 100%;
}

@media (min-width: 460px) {

	.ox_contacts .l div .details .cont div {
		width: auto;
		margin: 0 auto 0 0;
	}
}

.ox_contacts .l div .details .cont div a {
	text-decoration: none;
}

.ox_contacts .l div .details .cont div a:hover {
	text-decoration: underline;
	opacity: 1;
}

.ox_contacts .r {
	position: relative;
	background: #000;
	overflow: hidden;
}

@media (min-width: 1024px) {

	.ox_contacts .r {
		text-align: left;
	}
}

.ox_contacts .r img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .3;
}

.ox_contacts .r > div {
	position: relative;
	z-index: 1;
	padding: 2rem;
	color: #fff;
	text-align: center;
}

@media (min-width: 900px) {

	.ox_contacts .r > div {
		padding: 5rem 3rem;
		text-align: left;
	}
}

@media (min-width: 1450px) {

	.ox_contacts .r > div {
		padding: 8.1rem 9.6rem;
	}
}

.ox_contacts .r > div span {
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(255,255,255, .67);
	margin-bottom: 1.3rem;
}

.ox_contacts .r > div h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

@media (min-width: 1200px) {

	.ox_contacts .r > div h2 {
		font-size: 3.4rem;
		line-height: 4.4rem;
		margin-bottom: 3.4rem;
	}
}

.ox_contacts .r > div p {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	margin-bottom: 0;
	color: #fff;
}

.ox_contacts .r > div .form {
	max-width: 72.5rem;
	margin: 0 -2.5rem 0 0;
}

/*@mixin min 900 {
					margin: 0 auto 0 0;
					margin-right: 0;
				}*/

.ox_contacts .r > div .form .gform_confirmation_message {
	margin-bottom: 2rem;
}

.ox_contacts .r > div .form .gform_wrapper {
	margin: 0;
	padding: 0;
}

.ox_contacts .r > div .form .gform_wrapper .top_label .gfield_label,
					.ox_contacts .r > div .form .gform_wrapper legend.gfield_label {
	display: none;
}

.ox_contacts .r > div .form .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.ox_contacts .r > div .form .gform_wrapper .top_label li.gfield.gf_left_half,
					.ox_contacts .r > div .form .gform_wrapper .top_label li.gfield.gf_right_half,
					.ox_contacts .r > div .form .gform_wrapper li.gfield {
	margin-top: 0;
	margin-bottom: 1.7rem;
	padding-right: 2.5rem;
}

.ox_contacts .r > div .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
					.ox_contacts .r > div .form .gform_wrapper textarea {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	padding: 1.3rem 2.5rem 1.2rem;
	border: .1rem solid transparent;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(0,0,0, .5);
	transition: .3s ease;
}

.ox_contacts .r > div .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .ox_contacts .r > div .form .gform_wrapper textarea:-ms-input-placeholder {
	color: rgba(0,0,0, .5);
}

.ox_contacts .r > div .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .ox_contacts .r > div .form .gform_wrapper textarea::placeholder {
	color: rgba(0,0,0, .5);
}

.ox_contacts .r > div .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .ox_contacts .r > div .form .gform_wrapper textarea:focus {
	border: .1rem solid #000;
	color: #000;
}

.ox_contacts .r > div .form .gform_wrapper textarea {
	height: 15rem;
}

@media (min-width: 990px) {

	.ox_contacts .r > div .form .gform_wrapper textarea {
		height: 22.9rem;
	}
}

.ox_contacts .r > div .form .gform_wrapper .gform_footer {
	margin: 0 0 1rem;
	padding: 0 2.5rem 0 0;
}

.ox_contacts .r > div .form .gform_wrapper .gform_footer input.button,
						.ox_contacts .r > div .form .gform_wrapper .gform_footer input[type=submit],
						.ox_contacts .r > div .form .gform_wrapper .gform_footer .gform_page_footer input.button,
						.ox_contacts .r > div .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 0.1rem solid transparent;
	background: #fff;
	padding: 1.3rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	box-shadow: inset 0 0 #fff, inset 0 0 #fff;
	transition: color 0.3s ease, box-shadow 0.2s ease-out;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.ox_contacts .r > div .form .gform_wrapper .gform_footer input.button:hover, .ox_contacts .r > div .form .gform_wrapper .gform_footer input[type=submit]:hover, .ox_contacts .r > div .form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .ox_contacts .r > div .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	color: #fff;
	border: 0.1rem solid #fff;
	box-shadow: inset 0 3.5rem #000, inset 0 -3.5rem #000;
}

/* -------------------------- *\
    .bulding_all_aprt
\* -------------------------- */

.bulding_all_aprt { 
	padding: 5rem 0;
	width: 100%;
	display: block;
	z-index: -1;
}

.bulding_all_aprt .ox_ap_listing {
	padding: 0 2rem 0;
}

@media (min-width: 900px) {

	.bulding_all_aprt .ox_ap_listing {
		padding: 0 2rem 0;
	}
}

/* -------------------------- *\
    .apartment-print
\* -------------------------- */

.apartment-print {
    width: 21cm;
    height: 29.7cm;
    position: absolute;
    left: -9999rem;
    overflow: hidden;
    z-index: 1;
    z-index: 99;
    background: #fff;
    border: 1px solid #979797;
}

.apartment-print:before,
    .apartment-print:after {
	content: '';
	width: 27.5rem;
	height: 15.4rem;
	background: rgba(0,0,0, .05);
	position: absolute;
	top: 0;
	left: -17.5rem;
	transform: rotate(-20deg);
}

.apartment-print:after {
	width: 51.2rem;
	height: 11.3rem;
	top: -10rem;
	left: -8.5rem;
}

.apartment-print .top {
	padding: 2.8rem 3rem 0.6rem;
	text-align: center;
}

.apartment-print .top:before,
        .apartment-print .top:after {
	content: '';
	width: 27.5rem;
	height: 15.4rem;
	background: rgba(0,0,0, .05);
	position: absolute;
	top: 0;
	right: -17.5rem;
	transform: rotate(20deg);
}

.apartment-print .top:after {
	width: 51.2rem;
	height: 11.3rem;
	top: -10rem;
	right: -8.5rem;
}

.apartment-print .top .pr-logo {
	width: 11.7rem;
	height: 11.5rem;
	margin: 0 auto 0.4rem;
	filter: brightness(1) invert();
}

.apartment-print .top h3 {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 1.2rem;
}

.apartment-print .top h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	margin-bottom: .6rem;
}

.apartment-print .top .details {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	border-radius: .5rem;
	padding: 1rem 1.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	max-width: 110.2rem;
	margin: 0 auto .6rem;
}

.apartment-print .top .details div {
	text-align: center;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: #3c3c3c;
}

.apartment-print .top .details div span {
	color: #000;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	border-radius: .5rem;
	padding: 0.5rem .8rem;
	display: block;
}

@media (min-width: 460px) {

	.apartment-print .top .details div span {
		padding: 0.8rem 1.9rem;
	}
}

.apartment-print .top .details div span.hb {
	display: none;
	padding: 0;
	box-shadow: none;
}

@media (min-width: 460px) {

	.apartment-print .top .details div span.hb {
		display: block;
		margin-bottom: .7rem;
	}
}

.apartment-print .top .details div span.free,
                    .apartment-print .top .details div span.sold,
                    .apartment-print .top .details div span.reserved {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.5rem;
	background: #7BC72B;
	margin-top: 0;
	padding: 0;
	box-shadow: none;
}

@media (min-width: 500px) {

	.apartment-print .top .details div span.free,
                    .apartment-print .top .details div span.sold,
                    .apartment-print .top .details div span.reserved {
		margin-right: 1.5rem;
	}
}

.apartment-print .top .details div span.sold {
	background: #000;
}

.apartment-print .top .details div span.reserved {
	background: #EA6D21;
}

.apartment-print .top .details div.status span {
	text-transform: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment-print .top .details div.status span.np {

}

.apartment-print .top .details div.status span.hb {
	display: none;
}

@media (min-width: 460px) {

	.apartment-print .top .details div.status span.hb {
		display: block;
	}
}

.apartment-print .top .details div.status span.hide-mob {
	text-transform: uppercase;
	margin-bottom: 0;
	display: none;
	padding: 0;
	box-shadow: none;
}

@media (min-width: 500px) {

	.apartment-print .top .details div.status span.hide-mob {
		display: inline-block;
	}
}

.apartment-print .top .comb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	position: relative;
	max-width: 110.2rem;
	margin: 1.5rem auto 1.7rem;
}

.apartment-print .top .comb .l {
	width: calc(100% - 20rem);
}

.apartment-print .top .comb .l .exposition {
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #3c3c3c;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 1.7rem;
}

.apartment-print .top .comb .l .exposition span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-weight: 300;
	margin-left: 1rem;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	border-radius: .5rem;
	padding: 0.7rem 1.5rem;
}

.apartment-print .top .comb .l .exposition svg {
	width: 2.1rem;
	height: 2.1rem;
	margin-right: 1.2rem;
}

.apartment-print .top .comb .l .info {
	text-align: center;
}

.apartment-print .top .comb .l .info p {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #000;
	margin-bottom: 1.5rem;
}

.apartment-print .top .comb .l .info p:last-child {
	margin-bottom: 0;
}

.apartment-print .top .comb .r {
	text-align: center;
}

@media (min-width: 768px) {

	.apartment-print .top .comb .r {
		width: 15.8rem;
	}
}

.apartment-print .top .comb .r .smapp {
	width: 15.8rem;
	margin: 0 auto;
}

.apartment-print .top .comb .r .smapp img {
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .middle {
	padding: 0 6rem 1.3rem;
	height: 32.2rem;
}

.apartment-print .middle .ap {
	max-width: 68.1rem;
	text-align: center;
}

.apartment-print .middle .ap img {
	max-height: 32.2rem;/*max-width: 67.1rem;*/
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .bottom {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 6rem 1.3rem;
}

.apartment-print .bottom img {
	max-height: 28.1rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .bottom .image_map > div {
	margin: 0 auto;
}

.apartment-print .contact {
	border-top: .1rem solid #DBDBDB;
	border-bottom: .1rem solid #DBDBDB;
	padding: 1rem 2.7rem;
	margin: 0 6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.apartment-print .contact span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #000;
}

.apartment-print .contact svg {
	fill: #000;
	opacity: 0.5;
	width: 1.4rem;
	height: 1.3rem;
	margin-right: .5rem;
}

.apartment-print .contact svg.mail {
	width: 1.6rem;
	height: 1.2rem;
}

.apartment-print .contact svg.pin {
	width: 1.2rem;
	height: 1.5rem;
}

.apartment-print .webmaster {
	padding: 0.9rem 6rem 2.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment-print .webmaster span {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.apartment-print .webmaster svg {
	width: 2.8rem;
	height: 1.3rem;
	opacity: 0.65;
	margin-left: .6rem;
}

@media print {
    *{ color-adjust: exact;  -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    @page { margin: 0; padding: 0;}
    body { margin: 0; padding: 0 }

    .h,
    .f,
    .search,
    .side,
    .tel,
    .single-apartment {
      display: none;
    }

    .apartment-print {
        position: relative;
        left: 0;
        display: block;
        width: 21cm;
        height: 29.7cm;
        height: 29.6cm;
        overflow: hidden;
    }
    
}

/* -------------------------- *\
    .back_to_top
\* -------------------------- */

#back_to_top { 
	display: inline-block;
	position: fixed;
	bottom: 7rem;
	right: 1.8rem;
	z-index: 10;
	border: none;
	outline: none;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .25);
	color: #000;
	cursor: pointer;
	border-radius: 50%;
	transition: .3s ease;
	width: 4.2rem;
	height: 4.2rem;
	opacity: 0;
	visibility: hidden;
	z-index: 50;
 }

#back_to_top.low {
	z-index: 10;
}

@media (min-width: 768px) {

	#back_to_top {
		bottom: 3rem;
	}
}

#back_to_top svg {
	width: 1.7rem;
	height: 1.4rem;
	transform: rotate(-90deg);
	fill: #000;
}

#back_to_top:hover {
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, .25);
}

#back_to_top.show {
	opacity: 1;
	visibility: visible;
}

/* -------------------------- *\
    .favorites
\* -------------------------- */

.favorites { 
	padding: 0 0 7.9rem;
}

.favorites .favorites_row {
	padding: 5.2rem 0;
	max-width: 138.7rem;
	margin: 0 auto;
}

.favorites .favorites_row + .favorites_row {
	border-top: 0.1rem solid rgba(0,0,0, 0.2);
}

.favorites .favorites_row .ox_ap_listing {
	padding: 0;
}

.favorites .favorites_row .top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 4rem;
}

.favorites .favorites_row .top .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.favorites .favorites_row .top .l {
		width: 50%;
		padding-right: 3rem;
		margin-bottom: 0;
	}
}

@media (min-width: 1100px) {

	.favorites .favorites_row .top .l {
		width: calc(100% - 73rem);
		padding-right: 0;
	}
}

.favorites .favorites_row .top .l span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #000;
	display: block;
	margin-bottom: 1.1rem;
}

.favorites .favorites_row .top .l h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #000;
	margin-bottom: 1.4rem;
}

@media (min-width: 768px) {

	.favorites .favorites_row .top .l h2 {
		font-size: 3rem;
		line-height: 4.4rem;
	}
}

.favorites .favorites_row .top .l p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #000;
	margin-bottom: 1.5rem;
}

.favorites .favorites_row .top .l p:last-child {
	margin-bottom: 0;
}

.favorites .favorites_row .top .l .btn {
	margin-top: .9rem;
	padding: 2.5rem;
}

.favorites .favorites_row .top .r {
	width: 100%;
}

@media (min-width: 768px) {

	.favorites .favorites_row .top .r {
		width: 50%;
	}
}

@media (min-width: 1100px) {

	.favorites .favorites_row .top .r {
		width: 66rem;
	}
}

.favorites .favorites_row .top .r img {
	width: 100%;
}

/*object-fit: contain;*/

@media (min-width: 1100px) {

	.favorites .favorites_row .top .r img {/*height: 47.2rem;*/
	}
}

/* -------------------------- *\
    .building_location
\* -------------------------- */

.building_location { 
	padding: 0 0 3.5rem;
	max-width: 192rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.building_location {
		padding: 0 0 3.5rem;
	}
}

.building_location .shell {
	max-width: 163.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.building_location h2 {
	width: 100%;
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 4.6rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3rem;
}

.building_location h3 {
	font-weight: 100;
	font-size: 3.2rem;
	line-height: 4.8rem;
	letter-spacing: -0.022rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 4.6rem;
}

@media (min-width: 768px) {

	.building_location h3 {
		font-size: 4rem;
		line-height: 5.5rem;
	}
}

@media (min-width: 1200px) {

	.building_location h3 {
		font-size: 6.2rem;
		line-height: 8.8rem;
	}
}

.building_location .l {
	width: 100%;
	padding-left: 2rem;
}

@media (min-width: 768px) {

	.building_location .l {
		width: 48%;
	}
}

@media (min-width: 1200px) {

	.building_location .l {
		width: 56.1rem;
	}
}

@media (min-width: 860px) {

	@media (max-width: 1200px) {

		.building_location .l {
			padding-top: 4rem;
		}
	}
}

.building_location .l p {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.8rem;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #000;
	max-width: 43.3rem;
}

@media (min-width: 1200px) {

	.building_location .l p {
		font-size: 1.6rem;
		line-height: 4rem;
	}
}

.building_location .l .map {
	width: 100%;
	margin: 0 -1.5rem 2rem -3.5rem;
}

@media (min-width: 768px) {

	.building_location .l .map {
		width: 48%;
		position: absolute;
		top: 7rem;
		right: 1.5rem;
		margin: 0;
	}
}

@media (min-width: 1200px) {

	.building_location .l .map {
		width: calc(100% - 64.1rem);
	}
}

.building_location .l .map #map {
	height: 54.5rem;
	width: 100vw;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.building_location .l .map #map {
		height: 46rem;
		width: 100%;
	}
}

@media (min-width: 860px) {

	@media (max-width: 1024px) {

		.building_location .l .map #map {
			height: 43rem;
		}
	}
}

@media (min-width: 1024px) {

	.building_location .l .map #map {
		height: 37rem;
	}
}

@media (min-width: 1200px) {

	.building_location .l .map #map {
		height: 55rem;
	}
}

/* -------------------------- *\
    .free_research
\* -------------------------- */

.free_research { 
	--progress: 0;
	padding: 0;
	position: relative;
	background: #000;
	overflow: hidden;

	
}

.free_research .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .2;
	transform: translate(-50%, calc(-70% + 60% * var(--progress)));
}

.free_research .hold {
	max-width: 66rem;
	margin: 0 auto;
	padding: 8rem 2rem 9rem;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}

@media (min-width: 670px) {

	.free_research .hold {
		padding: 8rem 0 9rem;
	}
}

.free_research .hold:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0.1rem;
	height: 5.1rem;
	background: #fff;
}

.free_research .hold h3 {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.free_research .hold h2 {
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.free_research .hold h2 {
		font-size: 3rem;
		line-height: 4.4rem;
		margin-bottom: 4.7rem;
	}
}

.free_research .hold p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #fff;
	margin-bottom: 0;
}

.free_research .hold .free_research__form {
	margin-top: 2.8rem;
	text-align: center;
}

.free_research .hold .free_research__form p {
	color: #fff;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	margin-bottom: 0;
}

.free_research .hold .free_research__form p a {
	text-decoration: underline;
	color: #fff;
}

.free_research .hold .free_research__form p a:hover {
	opacity: .7;
}

.free_research .hold .free_research__form .gform_wrapper {
	margin: 0;
	padding: 0;
}

.free_research .hold .free_research__form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
}

.free_research .hold .free_research__form .gform_wrapper .top_label .gfield_label,
				.free_research .hold .free_research__form .gform_wrapper legend.gfield_label {
	display: none;
}

.free_research .hold .free_research__form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.free_research .hold .free_research__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background: #fff;
	border: .1rem solid #fff;
	padding: 1.4rem;
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #000;
	transition: .3s ease;
}

.free_research .hold .free_research__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
	color: #000;
}

.free_research .hold .free_research__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #000;
}

.free_research .hold .free_research__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	background: rgba(255,255,255, .7);
}

@media (min-width: 768px) {

	.free_research .hold .free_research__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 2.4rem;
		font-size: 1.5rem;
	}
}

.free_research .hold .free_research__form .gform_wrapper .gform_footer {
	padding: 0;
	margin: 1.2rem 0;
}

.free_research .hold .free_research__form .gform_wrapper .gform_footer input.button,
					.free_research .hold .free_research__form .gform_wrapper .gform_footer input[type=submit],
					.free_research .hold .free_research__form .gform_wrapper .gform_footer .gform_page_footer input.button,
					.free_research .hold .free_research__form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
	background: rgba(0,0,0, .7);
	border: .1rem solid #fff;
	padding: 1.4rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	margin: 0;
}

.free_research .hold .free_research__form .gform_wrapper .gform_footer input.button:hover, .free_research .hold .free_research__form .gform_wrapper .gform_footer input[type=submit]:hover, .free_research .hold .free_research__form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .free_research .hold .free_research__form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	background: #fff;
	color: #000;
	text-shadow: none;
}

@media (min-width: 768px) {

	.free_research .hold .free_research__form .gform_wrapper .gform_footer input.button,
					.free_research .hold .free_research__form .gform_wrapper .gform_footer input[type=submit],
					.free_research .hold .free_research__form .gform_wrapper .gform_footer .gform_page_footer input.button,
					.free_research .hold .free_research__form .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
		padding: 2.4rem;
	}
}

/* -------------------------- *\
    .building_stages
\* -------------------------- */

.building_stages {
	padding: 5rem 0 10rem;
 }

.building_stages .hold {
	max-width: 140rem;
	margin: 8rem auto 0;
	overflow-x: scroll;
}

@media (max-width: 1400px) {

	.building_stages .hold {
		padding: 0 6rem 0;
	}

	.building_stages .hold::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor:pointer;
	}

	.building_stages .hold::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor:pointer;
	}

	.building_stages .hold::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.building_stages .hold::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.building_stages .hold::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
	}

	.building_stages .hold::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.building_stages .hold:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
	}

	.building_stages .hold:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	.building_stages .hold:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

.building_stages .timeline {
	position: relative;
	width: 120rem;
	height: 25rem;
	margin: 0 auto;
}

.building_stages .timeline:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2rem;
	background: #7d7d7d;
	top: 50%;
	z-index: 1;
}

.building_stages .timeline .dot {
	position: absolute;
	top: 43%;
	background: #7d7d7d;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	border: .5rem solid #fff;
	z-index: 1;
	transition: .3s ease;
}

.building_stages .timeline .dot.active {
	background: #000;
}

.building_stages .timeline .dot:hover {
	border: 1rem solid #fff;
}

.building_stages .timeline .pin {
	position: absolute;
	top: 29%;
	left: 50%;
	transform: translateX(-50%);
	width: 5.5rem;
	height: 7rem;
	z-index: 1;
	transition: .3s ease;
}

.building_stages .timeline .pin:hover {
	transform: translateX(-50%) scale(1.2);
}

.building_stages .timeline .title,
	  	.building_stages .timeline .active-title {
	position: absolute;
	top: 2.6rem;
	text-align: center;
	width: 100px;
	margin-left: 0rem;
	font-weight: bold;
	background: #dfdfdf;
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: 300;
	width: 12rem;
	z-index: 5;
	transition: .3s ease;
}

.building_stages .timeline .title:before, .building_stages .timeline .active-title:before {
	content: '';
	background: #7d7d7d;
	width: .1rem;
	height: 7rem;
	position: absolute;
	bottom: -7rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.building_stages .timeline .dot:hover + .title {
	top: 1.6rem;
}

.building_stages .timeline .active-title {
	z-index: 10;
	top: 0;
	margin-left: -3rem;
}

.building_stages .timeline .active-title:before {
	content: none;
}

.building_stages .timeline .pin:hover + .active-title {
	top: .5rem;
}

.building_stages .timeline .date,
	  	.building_stages .timeline .active-date {
	position: absolute;
	bottom: 5.5rem;
	text-align: center;
	width: 10rem;
	margin-left: 1.5rem;
	font-size: 1.3rem;
	font-weight: 500;
}

.building_stages .timeline .active-date {
	margin-left: -2rem;
}

/* -------------------------- *\
    .some_text
\* -------------------------- */

.some_text .shell, .some_text_build .shell {
	max-width: 120rem;
}

.some_text h3, .some_text_build h3 {
	font-size: 1.8rem;
	line-height: 2.3rem;
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
}

.some_text ul, .some_text_build ul {
	padding-left: 5rem;
	margin-bottom: 4rem;
}

.some_text ul li, .some_text_build ul li {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #222;
	margin-bottom: 1rem;
}

/* -------------------------- *\
    .programa_popup
\* -------------------------- */

.programa_popup {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7); 
    -ms-flex-pack: center; 
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.programa_popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    width: 90%; 
    max-width: -webkit-fit-content; 
    max-width: -moz-fit-content; 
    max-width: fit-content; 
    margin: auto;
    animation: fadeIn 1s ease-in-out; 
    background-color: transparent;
    padding: 0;
}

/*height: calc(100vh - 5rem);*/

.programa_popup-content img {
	max-height: 56rem;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.7); }
    to { opacity: 1; transform: scale(1); }
}

.close-btn {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
    color: white;
}

/*@import "_search_form";*/