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

/* 
Theme Name: eco_invest
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;
    max-width: 100vw;
    min-height: 100vh;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

body main {
	padding-top: 6rem;
}

@media (min-width: 1024px) {

	body main {
		padding-top: 9rem;
	}
}

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;
}

/* -------------------------- *\
    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: fixed;
	top: 6rem;
	left: 0;
	width: 100vw;
	height: calc(100vh - 6rem);
	cursor: pointer;
	background: rgba(0,0,0, .5);
	z-index: -5;
	transform: translateX(-100%);
}

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

.h { 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	color: #fff;
	transition: .3s ease;	
	padding: 0.5rem 0;
	background: #fff;
 }

@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;
	height: 5rem;
}

@media (min-width: 1024px) {

	.h .shell {
		height: 8rem;
	}
}

@media (min-width: 1350px) {

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

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

@media (min-width: 1024px) {

	.h .logo {
		height: 6.8rem;
	}
}

@media (min-width: 1200px) {

	.h .logo {
		max-width: 20.5rem;
	}
}

.h .logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.h .burger {
	z-index: 15;
	position: relative;
	display: block;
	cursor: pointer;
	background: transparent;
	box-shadow: none;
	margin-left: 2rem;
	width: 2.5rem;
}

@media (min-width: 990px) {

	.h .burger {
		margin-left: 3.5rem;
		display: none;
	}
}

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

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

.h .burger span:before,
		    .h .burger span:after {
	content: '';
	position: absolute;
	top: -0.7rem;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	transform-origin: center;
	transition: transform .3s ease-out;
	transition: .3s ease;
}

.h .burger span:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: -0.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;
	right: 6rem;
	transform: translateY(-50%);
	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: #000;
		position: relative;
	}

	.h .search_btn span:after {
		content: '';
		background: #000;
		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: #000;
	transition: .3s ease;
}

@media (min-width: 1024px) {

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

@media (min-width: 990px) {

	.h .search_btn {
		position: relative;
		right: 0;
		margin-left: 3.5rem;
		transform: translateY(0);
	}
}

@media (min-width: 1380px) {

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

.h .wpml-ls-legacy-dropdown {
	position: absolute;
	top: 50%;
	right: 6rem;
	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: 990px) {

	.h .btn {
		display: inline-block;
		min-width: auto;
		margin-left: 1rem;
		margin-bottom: 0;
		padding: 1.5rem;
		font-size: 1.5rem;
		line-height: 1.8rem;
		text-shadow: none;
		width: 15.4rem;
		position: relative;
		z-index: 20;
		color: #000;
		border: .1rem solid #000;
	}

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

@media (min-width: 1024px) {

	.h .btn {
		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: 990px) {

	.h .menu-main-menu-container {
		height: calc(100vh - 6rem);
		overflow: auto;
		max-width: 50rem;
		padding: 3rem 1rem 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: 6rem;
		width: 100vw;
		opacity: 0;
		background: #fff;
		transition: opacity .3s ease,transform .3s ease;
		z-index: 10;
	}
}

@media (min-width: 990px) {

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

.h .menu-main-menu-container ul {
	margin-bottom: 0;
}

@media (min-width: 990px) {

	.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;
}

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

.h .menu-main-menu-container ul li .simplefavorites-user-count {
	position: absolute;
	top: -.9rem;
	right: calc(100% - 13rem);
	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: 990px) {

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

.h .menu-main-menu-container ul li a {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	display: block;
	position: relative;
	text-transform: uppercase;
}

@media (max-width: 990px) {

	.h .menu-main-menu-container ul li a {
		border-top: .1rem solid grey;
		padding: 1rem 5rem 1rem 1rem;
	}
}

@media (min-width: 990px) {

	.h .menu-main-menu-container ul li a:after {
		content: '';
		background: #000;
		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%;
	}
}

@media (max-width: 990px) {

	.h .menu-main-menu-container ul li:last-child a {
		border-bottom: .1rem solid grey;
	}
}

.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: 990px) {

	.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: 990px) {

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

.h .menu-main-menu-container ul li.menu-item-has-children .sub-menu {
	border-left: .5rem solid #58b1ff;
	display: none;
}

@media (min-width: 990px) {

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

.h .menu-main-menu-container ul li.menu-item-has-children .sub-menu li a {
	text-transform: none;
	padding: 1rem 1rem 1rem 2rem;
}

.h .menu-main-menu-container ul li.menu-item-has-children .sub-menu li:last-child a {
	border-bottom: 0;
}

@media (min-width: 990px) {

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

@media (min-width: 990px) {

	.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: #000;
		font-weight: 500;
		font-size: 1.3rem;
		line-height: 3rem;
	}

	@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 {
	background: #fff;
}

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

.h--open .logo img {
	filter: drop-shadow(0 0.2rem 1.4rem rgba(0,0,0, 0))
}

.h--open .logo .no-scroll {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}

.h--open .logo .on-scroll {
	opacity: 1;
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	transform: translateY(0);
}

.h--open .search_btn {
	color: #000;
}

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

.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 .burder--open span {
	background: #000;
}

.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: 15.4rem;
		}
	}

	.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: .5rem 0;
	background: #fff;
}

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

.h--bg .logo img, .h--other .logo img, .h--search .logo img {
	filter: drop-shadow(0 0.2rem 1.4rem rgba(0,0,0, 0));
}

.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: #000;
	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: #000;
}

@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.5rem;
}

@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: 15.4rem;
	}
}

.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;
}

h1 {
 	color: #fff;
 }

@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 opacity {
    0% { opacity: 0; transform: scale(0); }

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

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

    100% { opacity: 1; }
 }

/*@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,
		.side .icons button {
	position: absolute;/*top: 50%;*/
	right: 0;/*transform: translateY(-50%);*/
	color: #fff;
	height: 5.1rem;
}

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

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

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

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

.side .icons a:nth-child(5),.side .icons button:nth-child(5){
	top: calc( 50% + 12rem);
}

.side .icons button {
	top: calc( 50% + 12.5rem);
	width: 5.3rem;
	height: 5.3rem;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	transition: .3s ease;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	background: #000;
	border: 0;
	-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;
}

.side .icons button:hover {
	background: rgba(0,0,0,.7);
}

.side .icons button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 3.1rem;
	height: 3.1rem;
	fill: #fff;
}

.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: #000;
}

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

.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;
}

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

.side .icons>a svg.i-phone, .side .icons>span svg.i-phone {
	height: 2.1rem;
	width: 2.1rem;
}

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

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

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

/* -------------------------- *\
    .glst_intro
\* -------------------------- */

.glst_intro { 
	position: relative;
	height: 100vh;
	overflow: hidden;
	padding: 0;
	background: #000;
	z-index: 1;
 }

@media (min-width: 500px) {

	.glst_intro {
		height: 100vh;
	}
}

@media (min-width: 1980px) {

	.glst_intro {
		height: 85vh;
	}
}

.glst_intro .int_sld {
	height: 100%;
	overflow: hidden;
}

.glst_intro .int_sld .slick-list,
		.glst_intro .int_sld .slick-track {
	height: 100%;
}

.glst_intro .int_sld img {
	opacity: .5;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.glst_intro .int_sld .sld {
	height: 100%;
}

.glst_intro .hold {
	position: absolute;
	z-index: 1;
	bottom: 4rem;
	padding: 0 2rem;
	animation: informleft 1.2s forwards .3s;
	opacity: 0;
}

@media (min-width: 900px) {

	.glst_intro .hold {
		max-width: 89.2rem;
		left: 9rem;
		bottom: 10.7rem;
		padding: 0;
	}
}

.glst_intro h1 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: 0.04894rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	text-transform: uppercase;
	margin-bottom: .8rem;
}

@media (min-width: 500px) {

	.glst_intro h1 {
		font-size: 2.3rem;
		line-height: 3rem;
	}
}

@media (min-width: 900px) {

	.glst_intro h1 {
		font-size: 4.8rem;
		line-height: 5rem;
	}
}

.glst_intro h1 span {
	color: #001B35;
}

.glst_intro h2 {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #fff;
	margin-bottom: 1.8rem;
}

@media (min-width: 900px) {

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

.glst_intro .info {
	max-width: 87rem;
	overflow-y: scroll;
}

@media (min-width: 500px) {

	.glst_intro .info {
		margin-bottom: 4.6rem;
	}
}

.glst_intro .info p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #fff;
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.glst_intro .info p {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}
}

.glst_intro .btn {
	margin: 0;
	display: none;
}

@media (min-width: 500px) {

	.glst_intro .btn {
		display: inline-block;
	}
}

.glst_intro .btn-tr {
	background: transparent;
	border: .2rem solid #fff;
	padding: 1.5rem;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 500;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

@media (min-width: 900px) {

	.glst_intro .btn-tr {
		padding: 2.2rem 1.5rem;
	}
}

.glst_intro .btn-tr:hover {
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
}

.glst_intro .slick-dots {
	display: none !important;
	width: 100%;
	left: 0;
	padding: 0 2rem;
}

@media (min-width: 768px) {

	.glst_intro .slick-dots {
		display: block !important;
		bottom: 4.3rem;
	}
}

@media (min-width: 1024px) {

	.glst_intro .slick-dots {
		width: calc(100vw - 9rem);
		padding: 0;
		left: 4.5rem;
	}
}

.glst_intro .slick-dots li {
	width: 0.5rem;
	height: 3.8rem;
	margin: 0 0.55rem;
}

@media (min-width: 768px) {

	.glst_intro .slick-dots li {
		margin: 0 2.5rem;
	}
}

.glst_intro .slick-dots li button {
	width: 0.5rem;
	height: 3.8rem;
	background: rgba(255,255,255, .6);
	padding: 0;
	transition: .3s ease;
}

.glst_intro .slick-dots li button:hover {
	background: #fff;
}

.glst_intro .slick-dots li button:before {
	content: none;
}

.glst_intro .slick-dots li.slick-active button {
	background: #fff;
}

/* -------------------------- *\
    .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;*/
}

/* -------------------------- *\
    .glst_company_listing
\* -------------------------- */

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

/*z-index: 49;*/

@media (min-width: 1024px) {

	.glst_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;
	}
}

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

@media (min-width: 1024px) {

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

@media (min-width: 1024px) {

	.glst_company_listing .glst_company {
		width: 50%;/*opacity: 0;*/
	}
}

@media (min-width: 1024px) {

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

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

.i2 {
 	display: none;
 }

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

@media (max-width: 767px) {

	.glst_company {
		padding: 2.5rem 0;
	}
}

@media (min-width: 1024px) {

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

@media (min-width: 1300px) {

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

.glst_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) {

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

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

@media (min-width: 1024px) {

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

@media (min-width: 1024px) {

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

.glst_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;
}

.glst_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) {

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

@media (min-width: 1024px) {

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

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

@media (min-width: 1024px) {

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

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

/*transform: scale(1.24);*/

@media (min-width: 1024px) {

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

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

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

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

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

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

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

.glst_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 4rem #fff, inset 0 -4rem #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 { 
	background: #fff;
	border-top: 0.1rem solid #E9E9E9;
	margin-top: auto;
	position: relative;
	z-index: 5;
 }

@media (min-width: 1024px) {

	.f .shell {
		width: calc(100% - 9rem);
	}
}

.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 {
	color: #001B35;
}

@media (max-width: 767px) {

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

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

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

@media (min-width: 768px) {

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

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

.f .t .columns {
	text-align: left;
}

@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 img {
	max-height: 11.2rem;
	margin-bottom: 1rem;
}

@media (min-width: 900px) {

	.f .t .columns img {
		max-width: 40rem;
	}
}

.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) .i-oxbrokers-logo-footer {
	display: block;
	opacity: 1;
	transform: translate(0);
}

/*@mixin min 768 {
						order: 3;
					}*/

@media (min-width: 768px) {

	.f .t .columns .column:nth-child(2) {/*order: 2;*/
		padding-top: 12rem;
	}
}

@media (min-width: 1360px) {

	.f .t .columns .column:nth-child(2) {
		max-width: 15%;
		padding-top: 12rem;/*order: 2;*/
	}
}

@media (min-width: 1685px) {

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

/*@mixin min 768 {
						order: 4;
					}*/

@media (min-width: 1360px) {

	.f .t .columns .column:nth-child(3) {
		max-width: 15%;
		padding-top: 12rem;/*order: 3;*/
	}
}

@media (min-width: 768px) {

	.f .t .columns .column:nth-child(4) {/*order: 2;*//*padding-top: 12.5rem;*/
	}
}

@media (min-width: 1360px) {

	.f .t .columns .column:nth-child(4) {
		max-width: 26.5%;
		padding-top: 12.2rem;/*order: 4;*/
	}
}

.f .t .columns .column:nth-child(4) h4 {
	color: #001B35;
}

.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;
	text-transform: none;
}

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

.f .t .columns .column p a:hover {
	color: #001B35;
}

.f .t .columns .column .det {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.f .t .columns .column .det h4 {
	margin: 0 0 .5rem;
	line-height: 1.8rem;
}

.f .t .columns .column .det p {
	margin-bottom: 0;
}

.f .t .columns .column .det a {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #222;
	text-transform: none;
}

.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: 0;
		text-align: center;
		-ms-flex-pack: left;
		    justify-content: left;

	
 }

.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: rgba(0,0,0, .5);
	width: 2.4rem;
	height: 2.4rem;
}

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

/*&:nth-child(2) {
				svg {
					fill: #d93175;
				}
			}

			&:nth-child(3) {
				svg {
					fill: #1DA1F3;
				}
			}

			&:nth-child(4) {
				svg {
					fill: #0073B1;
				}
			}
*/

.soc a:hover:nth-child(2) 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;
 }*/

/* -------------------------- *\
    .glst_slider
\* -------------------------- */

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

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

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

.glst-slider .sld-full {
	position: relative;
}

.glst-slider .sld-full .glst-slide:not(:first-of-type) {
	display: none;
}

.glst-slider .sld-full.slick-initialized .glst-slide:not(:first-of-type) {
	display: block;
}

.glst-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) {

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

.glst-slider .glst-slide .shell {
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 1.5rem;
}

@media (min-width: 1024px) {

	.glst-slider .glst-slide .shell {
		width: calc(100vw - 15.2rem);
		margin: 0 auto;
	}
}

@media (min-width: 1920px) {

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

.glst-slider .glst-slide .shell:before {
	content: '';
	position: absolute;
	bottom: -2rem;
	width: 100%;
	left: 0;
	height: .2rem;
	background: rgba(255,255,255, 0.3);
}

@media (min-width: 1024px) {

	.glst-slider .glst-slide .shell:before {
		bottom: -8rem;
	}
}

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

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

@media (min-width: 768px) {

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

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

.glst-slider .glst-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;
}

.glst-slider .progresss {
	position: absolute;
	left: 0;
	height: .2rem;
	background: #fff;
	transition: width 3s linear;
	z-index: 5;
	bottom: -2rem;
}

@media (min-width: 1024px) {

	.glst-slider .progresss {
		bottom: -8rem;
	}
}

.glst-slider .glst-slide .shell,
 .glst-slider .glst-slide {
 	min-height: 40rem;
 }

@media (min-width: 500px) {
 	.glst-slider .glst-slide .shell,
 	.glst-slider .glst-slide {
	 	min-height: 30rem;
	 }
 }

@media (min-width: 1024px) {
 	.glst-slider .progresss {
	     bottom: -9rem;
	 }
 	
 	.glst-slider .glst-slide .shell:before {
	     bottom: -9rem;
	 }
}

/* -------------------------- *\
    .glst_links
\* -------------------------- */

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

	.glst_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) {

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

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

.glst_links a.animated.fadeInUp {
	opacity: 1;
}

@media (min-width: 1024px) {

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

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

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

@media (min-width: 768px) {

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

@media (min-width: 1200px) {

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

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

@media (min-width: 768px) {

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

@media (min-width: 1200px) {

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

@media (min-width: 1360px) {

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

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

@media (min-width: 768px) {

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

/* -------------------------- *\
    .glst_testimonials
\* -------------------------- */

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

	.glst_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;
	}
}

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

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

@media (min-width: 1024px) {

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

@media (min-width: 1024px) {

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

@media (min-width: 1200px) {

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

.glst_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) {

	.glst_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;
	}
}

.glst_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) {

}

.glst_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;
}

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

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

@media (min-width: 768px) {

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

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

/* -------------------------- *\
    .glst_last_news
\* -------------------------- */

.glst_last_news { 
	padding: 4.5rem 0 3rem;
	background: #FCFCFC;
 }

@media (min-width: 768px) {

	@media (max-width: 1024px) {

		.glst_last_news .shell {
			overflow-x: scroll;
			padding-bottom: 2rem;
		}

		.glst_last_news .shell::-webkit-scrollbar {
			width: .5rem;
			height: .5rem;
			cursor: pointer;
		}

		.glst_last_news .shell::-webkit-scrollbar-button {
			display: block;
			width: 100%;
			height: 1rem;
			cursor: pointer;
		}

		.glst_last_news .shell::-webkit-scrollbar-button:hover {
			background: transparent !important;
			width: 100%;
		}

		.glst_last_news .shell::-webkit-scrollbar-thumb {
			min-width: .5rem;
			min-height: .1rem;
			background: #555;
			transition: .3s ease;
			cursor: pointer;
			opacity: 0;
		}

		.glst_last_news .shell::-webkit-scrollbar-track {
			background: #f1f1f1;
			transition: .3s ease;
		}

		.glst_last_news .shell::-webkit-scrollbar-thumb:active {
			cursor: pointer;
		}

		.glst_last_news .shell:hover::-webkit-scrollbar-thumb {
			background: #888;
			opacity: 1;
		}

		.glst_last_news .shell:hover::-webkit-scrollbar-thumb:hover {
			background: #555;
		}

		.glst_last_news .shell:hover::-webkit-scrollbar-track {
			background: #f1f1f1;
		}
	}
}

@media (min-width: 1024px) {

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

@media (min-width: 768px) {

	.glst_last_news .shell .grid {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}

	@media (max-width: 1024px) {

		.glst_last_news .shell .grid {
			width: 99rem;
		}
	}
}

@media (min-width: 768px) {

	.glst_last_news .glst_post {
		width: calc(50% - 1.8rem);
		min-width: 30rem;
		max-width: 30rem;
	}
}

@media (min-width: 1024px) {

	.glst_last_news .glst_post {
		width: calc(33.33% - 1.8rem);
		min-width: auto;
		max-width: 100%;
	}
}

.glst_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;
	}
}

/* -------------------------- *\
    .glst_post
\* -------------------------- */

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

@media (min-width: 1700px) {

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

.glst_post div {
	transition: .3s ease;
}

@media (min-width: 768px) {

	.glst_post div {
		padding: 1.5rem 0;
		position: absolute;
		bottom: 0;
		z-index: 20;
		background: inherit;
		width: 100%;
		min-height: 15rem;
	}
}

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

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

.glst_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;
}

.glst_post>a img {
	transition: all .5s;
	transition: transform 10s;
	transform: scale(1.2) translateX(-7.5%);
	height: 27rem;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

@media (min-width: 768px) {

	.glst_post>a img {
		height: 33rem;
	}
}

@media (min-width: 10240px) {

	.glst_post>a img {
		height: 37rem;
	}
}

@media (min-width: 1320px) {

	.glst_post>a img {
		height: 49rem;
	}
}

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

.glst_post h2 {
	margin-bottom: .7rem;
	font-size: 1.7rem;
	line-height: 2.2rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;/* autoprefixer: off */
	-webkit-box-orient: vertical;/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 1200px) {

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

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

@media (min-width: 1200px) {

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

.glst_post p {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 2rem;
	color: #A2A2A2;/*display: none;*/
	display: -webkit-box;
	-webkit-line-clamp: 4;/* autoprefixer: off */
	-webkit-box-orient: vertical;/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

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

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

.glst_post:hover div {
	padding: 2rem;
}

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

.glst_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 { 
	padding: 9rem 0 5rem;
}

@media (min-width: 1024px) {

	.post-single {
		padding: 11rem 7.6rem 5rem;
	}
}

@media (min-width: 1200px) {

	.post-single {
		padding: 13rem 7.6rem 10rem;
	}
}

.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%;
	height: 49rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.post-single__content .bottom {
	position: relative;
	z-index: 1;
	margin-top: -14.5rem;
}

.post-single__content .bottom .black-bg {
	max-width: calc(100% - 5rem);
	margin: 0 auto;
	background: #FCFCFC;
	padding: 3.2rem 1.5rem 4.2rem;
	color: #000;
	text-align: left;
}

@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 .black-bg p a {
	text-decoration: underline;
}

.post-single__content .bottom .black-bg p a:hover {
	opacity: .7;
}

.post-single__content .bottom .black-bg ul {
	list-style-type: none;
	list-style-position: inside;
}

.post-single__content .bottom .black-bg ul li {
	position: relative;
	padding-left: 2.5rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #000;
	margin-bottom: 2rem;
	font-weight: 300;
}

.post-single__content .bottom .black-bg ul li:before {
	content: '\00BB';
	font-size: 3rem;
	line-height: 2rem;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.post-single__content .bottom .post-gallery {
	position: relative;
	z-index: -1;
	margin: -3rem -1.5rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.post-single__content .bottom .post-gallery a {
	padding: 1.5rem;
	display: none;
	width: 100%;
	float: left;
}

.post-single__content .bottom .post-gallery a:nth-of-type(1) {
	display: block;
}

@media (min-width: 600px) {

	.post-single__content .bottom .post-gallery a:nth-of-type(1),
						.post-single__content .bottom .post-gallery a:nth-of-type(2) {
		display: block;
	}
}

@media (min-width: 900px) {

	.post-single__content .bottom .post-gallery a:nth-of-type(1),
						.post-single__content .bottom .post-gallery a:nth-of-type(2),
						.post-single__content .bottom .post-gallery a:nth-of-type(3) {
		display: block;
	}
}

@media (min-width: 1024px) {

	.post-single__content .bottom .post-gallery a:nth-of-type(1),
						.post-single__content .bottom .post-gallery a:nth-of-type(2),
						.post-single__content .bottom .post-gallery a:nth-of-type(3),
						.post-single__content .bottom .post-gallery a:nth-of-type(4) {
		display: block;
	}
}

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

.post-single .back {
	color: #000;
	text-shadow: none;
	margin-bottom: 2rem;
}

.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: 3rem 0 0;
	background: #fff;
}

@media (min-width: 1024px) {

	.intro {
		padding: 3rem 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;
	animation: informleft 1.2s forwards .3s;
	opacity: 0;
}

.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;
	animation: informright 1.2s forwards .3s;
	opacity: 0;
}

.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 "_glst_table";
@import "_glst_fin_table";*/

/* -------------------------- *\
    .glst_project_block
\* -------------------------- */

.glst_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;
	/*align-items: center;*/
	margin-bottom: -1rem;
}

.glst_project_block a {
	width: 100%;
	position: relative;
	background: #000;
	display: block;
	margin-bottom: 1rem;
}

.glst_project_block a.fr {
	opacity: 0;
}

.glst_project_block a.fr.animated.fadeInUp {
	opacity: 1;
}

.glst_project_block a.banner {
	border: .2rem solid #000;
	background: #fff;
	color: #000;
	position: relative;
}

@media (max-width: 767px) {

	.glst_project_block a.banner {
		height: 20rem;
	}
}

.glst_project_block a.banner h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #000;
	text-align: center;
	transition: .3s ease;
	margin-bottom: 0;
	width: 95%;
	bottom: auto;
}

.glst_project_block a.banner h2 strong {
	display: block;
	text-transform: uppercase;
}

.glst_project_block a.banner h2 span {
	display: block;
}

.glst_project_block a.banner:hover h2 {
	transform: translate(-50%, -50%) scale(1.1);
}

@media (min-width: 768px) {

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

.glst_project_block a img {
	transition: .3s ease;
}

@media (min-width: 1920px) {

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

.glst_project_block a h2 {
	position: absolute;
	bottom: 1.3rem;
	left: 3.5rem;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin-bottom: 0;
}

.glst_project_block a h2 svg {
	width: 0;
	height: 1.3rem;
	fill: #fff;
	margin-left: .8rem;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.glst_project_block a h2 svg {
		margin-left: 1.5rem;
	}
}

@media (min-width: 768px) {

	.glst_project_block a h2 {
		font-size: 2.1rem;
		line-height: 3rem;
		bottom: 3.3rem;
	}
}

.glst_project_block a:hover img {
	opacity: .3;
}

.glst_project_block a:hover h2 svg {
	width: 2.2rem;
}

@media (min-width: 768px) {

	.glst_project_block a:hover h2 svg {
		height: 1.8rem;
	}
}

.glst_project_block.sing {
	padding: 3.5rem 0 2.5rem;
}

@media (prefers-reduced-motion) {
	[data-animation] {
		animation: none;
	}
}

/*[data-animation] {
	opacity: 0;

	&.animate {
		opacity: 1;
	}
}*/

:root {
	--animate-duration: 1s;
	--animate-delay: .3s;
	--animate-repeat: 1;
}

.animated {
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	animation-fill-mode: both;
}

@keyframes swing {
	20% {
		transform: rotate(15deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	60% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	to {
		transform: rotate(0deg);
	}
}

.swing {
	animation-name: swing;
	transform-origin: top center;
}

@keyframes tada {
	0% {
		transform: scaleX(1);
	}

	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	to {
		transform: scaleX(1);
	}
}

.tada {
	animation-name: tada;
}

@keyframes pulse {
	0% {
		transform: scaleX(1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		transform: scaleX(1);
	}
}

.pulse {
	animation-name: pulse;
	animation-timing-function: ease-in-out;
}

@keyframes bounce {
	0%,
	20%,
	53%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0);
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}

	80% {
		transform: translateZ(0) scaleY(0.95);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	90% {
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

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

	14% {
		transform: scale(1.3);
	}

	28% {
		transform: scale(1);
	}

	42% {
		transform: scale(1.3);
	}

	70% {
		transform: scale(1);
	}
}

.heartBeat {
	animation-duration: 1.3s;
	animation-duration: calc(var(--animate-duration) * 1.3);
	animation-name: heartBeat;
	animation-timing-function: ease-in-out;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

/* -------------------------- *\
    .glst_top_bread
\* -------------------------- */

.glst_top_bread {
	padding: 0;
}

.glst_top_bread .holdd {
	position: relative;
	background: #000;
	overflow: hidden;
	padding: 4.2rem 0;
}

@media (min-width: 768px) {

	.glst_top_bread .holdd {
		padding: 4.2rem 0 6.7rem;
	}
}

.glst_top_bread .shell {
	position: relative;
	z-index: 1;
}

@media (min-width: 1024px) {

	.glst_top_bread .shell {
		width: calc(100% - 9rem);
	}
}

.glst_top_bread 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;
}

.glst_top_bread img.image {
	max-height: 27.1rem;
}

.glst_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);
	animation: informtop 1.2s forwards .3s;
	opacity: 0;
}

@media (min-width: 768px) {

	.glst_top_bread h2 {
		margin: 0.6rem 0 1.6rem;
		font-size: 2.1rem;
	}
}

.glst_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;
	animation: informleft 1.2s forwards .3s;
	opacity: 0;
}

@media (min-width: 768px) {

	.glst_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;
}

/* -------------------------- *\
    .glst_about
\* -------------------------- */

.glst_about { 
	padding: 3rem 0;
}

@media (min-width: 900px) {

	.glst_about {
		padding: 9.8rem 0;
	}
}

@media (min-width: 1200px) {

	.glst_about {
		padding: 9.8rem 0 9.8rem 5rem;
	}
}

@media (min-width: 1024px) {

	.glst_about .shell {
		width: calc(100% - 9rem);
	}
}

.glst_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;
}

.glst_about .block .l {
	width: 100%;
	margin-bottom: 3rem;
	color: #000;
}

@media (min-width: 900px) {

	.glst_about .block .l {
		width: calc(46% - 6.6rem);
		margin-bottom: 0;
	}
}

.glst_about .block .l span {
	display: block;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.glst_about .block .l h2 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 4.4rem;
	margin-bottom: 2.3rem;
}

.glst_about .block .l p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 2.3rem;
	color: #000;
}

.glst_about .block .l p:last-child {
	margin-bottom: 0;
}

.glst_about .block .r {
	width: 100%;
	text-align: right;
}

@media (min-width: 900px) {

	.glst_about .block .r {
		width: 54%;
	}
}

.glst_about .block .r img {
	width: 100%;
	max-height: 44.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.glst_about.his {
	padding: 0;
}

.glst_about.his .block {
	max-width: 100%;
}

.glst_about.his .block .l {
	width: 100%;
	max-width: 90rem;
	margin: 0 auto;
}

.glst_about.his .block .r {
	display: none;
}

@media (min-width: 900px) {

	.glst_about.left {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	.glst_about.left {
		padding: 0 0 6rem 5rem;
	}
}

@media (min-width: 900px) {

	.glst_about.left .block .l {
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media (min-width: 900px) {

	.glst_about.left .block .r {
		-ms-flex-order: 1;
		    order: 1;
	}
}

/* -------------------------- *\
    .glst_history
\* -------------------------- */

.glst_history { 
	padding: 5rem 0;
	background: #fafafa;
}

@media (min-width: 900px) {

	.glst_history {
		padding: 9rem 0 1rem;
	}
}

@media (min-width: 1250px) {

	.glst_history .shell {
		width: calc(100% - 9rem);
	}
}

.glst_history__block {
	max-width: 170rem;
	margin: 0 auto;
	position: relative;
}

/*@mixin min 1450 {
			padding-left: 11rem;
		}*/

.glst_history__block .container {

}

.glst_history__block .item {
	display: -ms-flexbox;
	display: flex;
	opacity: .5;
	transition: .3s ease;
	cursor: pointer;
	opacity: 0;
}

.glst_history__block .item.animate {
	opacity: 1;
}

.glst_history__block .item .left {
	font-weight: 600;
	padding: 4.5rem 5rem 0 0;
	font-size: 4rem;
	line-height: 5rem;
	color: #000;/*min-width: 12rem;*/
	width: 15%;
}

@media (min-width: 1250px) {

	.glst_history__block .item .left {
		font-size: 7rem;
		line-height: 8.5rem;/*min-width: 23rem;*/
		width: 25%;
	}
}

@media (max-width: 1024px) {

	.glst_history__block .item .left {
		display: none;
	}
}

@media (min-width: 1450px) {

	.glst_history__block .item .left {
		padding: 4.5rem 11rem 0;
	}
}

.glst_history__block .item .right {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-align: center;
	    align-items: center;
	max-width: 130rem;
	margin: 0 0 0 auto;
	padding-left: 4rem;
	padding-bottom: 5rem;
	width: 100%;
}

@media (min-width: 900px) {

	.glst_history__block .item .right {
		padding-bottom: 13rem;
	}
}

@media (min-width: 1024px) {

	.glst_history__block .item .right {
		width: 85%;
	}
}

@media (min-width: 1250px) {

	.glst_history__block .item .right {
		padding-left: 7rem;
		width: 75%;
	}
}

@media (min-width: 1450px) {

	.glst_history__block .item .right {
		padding-left: 11rem;
	}
}

.glst_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;
}

.glst_history__block .item .right:after {
	content: '';
	width: 0.1rem;
	height: 100%;
	background: #BCBCBC;
	position: absolute;
	top: 7rem;
	left: 1rem;
}

.glst_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) {

	.glst_history__block .item .right span {
		font-size: 7rem;
		line-height: 8.5rem;
	}
}

@media (min-width: 1024px) {

	.glst_history__block .item .right span {
		display: none;
	}
}

.glst_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) {

	.glst_history__block .item .right h2 {
		font-size: 3rem;
		line-height: 4.4rem;
	}
}

@media (min-width: 768px) {

	.glst_history__block .item .right div {
		padding-right: 3rem;
		width: calc(100% - 30rem);
	}
}

@media (min-width: 1024px) {

	.glst_history__block .item .right div {
		width: calc(100% - 45rem);
	}
}

@media (min-width: 1450px) {

	.glst_history__block .item .right div {
		padding-right: 8rem;
	}
}

.glst_history__block .item .right p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #000;
	margin-bottom: 1rem;
}

.glst_history__block .item .right p:last-child {
	margin-bottom: 0;
}

.glst_history__block .item .right img {
	width: 100%;
	height: 24.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 768px) {

	@media (max-width: 1024px) {

		.glst_history__block .item .right img {
			width: 30rem;
			width: 30rem;
		}
	}
}

@media (max-width: 768px) {

	.glst_history__block .item .right img {
		display: none;
	}
}

@media (min-width: 1024px) {

	.glst_history__block .item .right img {
		width: 44.8rem;
		height: 24.8rem;
	}
}

.glst_history__block .item:hover {
	opacity: 1;
}

.glst_history__block .item:last-child .right:after {
	background: transparent;
}

.glst_history + .glst_last_news {
	margin-top: 6rem;
}

/* -------------------------- *\
    .glst_team
\* -------------------------- */

.glst_team { 
	padding: 4.2rem 0 4rem;
}

@media (min-width: 1024px) {

	.glst_team .shell {
		width: calc(100% - 9rem);
	}
}

.glst_team .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -.75rem;
}

.glst_team .grid div {
	width: 100%;
	padding: 0 .75rem;
	margin-bottom: 4rem;
}

@media (min-width: 500px) {

	.glst_team .grid div {
		width: 50%;
	}
}

@media (min-width: 768px) {

	.glst_team .grid div {
		width: 33.33%;
	}
}

@media (min-width: 1110px) {

	.glst_team .grid div {
		width: 25%;
	}
}

@media (min-width: 1450px) {

	.glst_team .grid div {
		width: 20%;
	}
}

.glst_team .grid div img {
	margin-bottom: 1.7rem;
}

.glst_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) {

	.glst_team .grid div h2 {
		font-size: 1.8rem;
	}
}

.glst_team .grid div h4 {
	font-size: 1.4rem;
	line-height: 2rem;
	color: rgba(34,34,34, .7);
	margin-bottom: 0;
}

/* -------------------------- *\
    .glst_top_careers
\* -------------------------- */

.glst_top_careers { 
	padding: 7.6rem 0 0;
}

@media (min-width: 1024px) {

	.glst_top_careers {
		padding: 13.6rem 0 0;
	}
}

@media (min-width: 1380px) {

	.glst_top_careers {
		padding: 15rem 0 0;
	}
}

.glst_top_careers .holdd {
	position: relative;
	background: #000;
	overflow: hidden;
	padding: 4.2rem 0;
}

@media (min-width: 830px) {

	.glst_top_careers .holdd {
		padding: 4.2rem 0 21rem;
	}
}

.glst_top_careers .shell {
	position: relative;
	z-index: 1;
}

@media (min-width: 1024px) {

	.glst_top_careers .shell {
		width: calc(100% - 9rem);
	}
}

.glst_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;
}

.glst_top_careers__t {
	text-align: center;
	color: #fff;
	margin-bottom: 5rem;
}

@media (min-width: 830px) {

	.glst_top_careers__t {
		margin-bottom: 23rem;
	}
}

.glst_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) {

	.glst_top_careers__t h2 {
		margin: 0.6rem 0 1.6rem;
		font-size: 2.1rem;
	}
}

.glst_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) {

	.glst_top_careers__t h1 {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

.glst_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;
}

.glst_top_careers__b .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 830px) {

	.glst_top_careers__b .l {
		width: 45%;
	}
}

@media (min-width: 1250px) {

	.glst_top_careers__b .l {
		max-width: 66rem;
	}
}

.glst_top_careers__b .l span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1rem;
}

.glst_top_careers__b .l h2 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 4.4rem;
	margin-bottom: 2rem;
}

.glst_top_careers__b .l p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 1.5rem;
}

.glst_top_careers__b .l p:last-child {
	margin-bottom: 0;
}

@media (max-width: 830px) {

	.glst_top_careers__b .r {
		width: 100%;
	}
}

.glst_top_careers__b .r a {
	color: #fff;
	display: block;
	font-weight: 500;
	font-size: 2rem;
	line-height: 3rem;
}

@media (min-width: 830px) {

	.glst_top_careers__b .r a {
		font-size: 3.4rem;
		line-height: 4.1rem;
	}
}

.glst_top_careers__b .r a + a {
	margin-top: 1rem;
}

@media (min-width: 830px) {

	.glst_top_careers__b .r a + a {
		margin-top: 2.5rem;
	}
}

.glst_top_careers__b .r a span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	display: inline-block;
	margin-right: 1.5rem;
}

.glst_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;
}

.glst_top_careers__b .r a:hover svg {
	height: 3.3rem;
}

/* -------------------------- *\
    .glst_careers
\* -------------------------- */

.glst_careers { 
	padding: 0;
}

.glst_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) {

	.glst_careers .accordion-title {
		padding: 3.45rem 9rem;
	}
}

@media (min-width: 1400px) {

	.glst_careers .accordion-title {
		padding: 3.45rem 21rem;
	}
}

.glst_careers .accordion-title .t {
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.5rem;
	text-transform: none;
}

.glst_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) {

	.glst_careers .accordion-title .t span {
		font-size: 3.4rem;
		line-height: 4.1rem;
	}
}

.glst_careers .accordion-title .btns {
	position: relative;
}

.glst_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) {

	.glst_careers .accordion-title .btns span {
		display: block;
	}
}

.glst_careers .accordion-title .btns .read {
	transition: .3s ease;
}

.glst_careers .accordion-title .btns .close {
	font-size: 0;
	transition: .3s ease;
	display: none;
}

.glst_careers .accordion-title:hover {
	background: #fff;
	color: #000;
}

.glst_careers .accordion-title:hover span {
	color: #000;
}

.glst_careers .panel {
	padding: 0 1.5rem 6.3rem;
	display: none;
}

@media (min-width: 1024px) {

	.glst_careers .panel {
		padding: 0 9rem 6.3rem;
	}
}

@media (min-width: 1400px) {

	.glst_careers .panel {
		padding: 0 9rem 6.3rem 21rem;
	}
}

.glst_careers .panel .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.glst_careers .panel .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 800px) {

	.glst_careers .panel .l {
		width: 48%;
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {

	.glst_careers .panel .l {
		padding-right: 3rem;
	}
}

@media (min-width: 1280px) {

	.glst_careers .panel .l {
		width: calc(100% - 54rem);
		padding-right: 6rem;
	}
}

.glst_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) {

	.glst_careers .panel .l .bg {
		padding: 2.3rem 3.5rem;
		font-size: 1.6rem;
	}
}

.glst_careers .panel .l .bg span {
	color: rgba(0,0,0, .3);
	display: inline-block;
	margin-right: 1.5rem;
}

.glst_careers .panel .l .bg div:first-child {
	padding-right: 2rem;
}

.glst_careers .panel .l p {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	margin-bottom: 0;
}

.glst_careers .panel .l p + div {
	margin-top: 3rem;
}

.glst_careers .panel .l .consist,
			.glst_careers .panel .l .requirements,
			.glst_careers .panel .l .offers,
			.glst_careers .panel .l .documents {
	margin-bottom: 3rem;
}

.glst_careers .panel .l h3 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #222;
	text-transform: uppercase;
}

.glst_careers .panel .l ul {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 0;
}

.glst_careers .panel .l ul li {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
	position: relative;
	padding-left: 2.5rem;
}

.glst_careers .panel .l ul li:before {
	content: '+';
	position: absolute;
	left: 0;
	font-size: 3rem;
	line-height: 2.8rem;
	font-weight: 500;
}

.glst_careers .panel .l .notis {
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 0;
	color: #222;
}

.glst_careers .panel .r {
	width: 100%;
}

@media (min-width: 800px) {

	.glst_careers .panel .r {
		width: 48%;
	}
}

@media (min-width: 1280px) {

	.glst_careers .panel .r {
		max-width: 54rem;
	}
}

.glst_careers .panel .r .form-block {
	background: #000;
	padding: 2.7rem 1.8rem;
	color: #fff;
	text-align: center;
}

.glst_careers .panel .r .form-block span {
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(255,255,255, .67);
}

.glst_careers .panel .r .form-block h2 {
	font-weight: 600;
	font-size: 3.4rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	margin-bottom: 2.2rem;
}

.glst_careers .panel .r .form-block p {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	margin-bottom: 0;
}

.glst_careers .panel .r .form-block .gform_confirmation_message {
	margin-bottom: 3rem;
}

.glst_careers .panel .r .form-block .gform_wrapper {
	margin: 0;
	padding: 0;
}

.glst_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.glst_careers .panel .r .form-block .gform_wrapper .top_label .gfield_label,
					.glst_careers .panel .r .form-block .gform_wrapper legend.gfield_label {
	display: none;
}

.glst_careers .panel .r .form-block .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}

.glst_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;
}

.glst_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);
}

.glst_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);
}

.glst_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield.upload {
	text-align: center;
	position: relative;

	@mixintra;
}

.glst_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;
}

.glst_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield.upload:hover {
	opacity: 0.7;
}

.glst_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;
}

.glst_careers .panel .r .form-block .gform_wrapper ul.gform_fields li.gfield.upload .gform_drop_instructions {
	display: none;
}

.glst_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;
}

.glst_careers .panel .r .form-block .gform_wrapper .gform_footer {
	margin: 0 0 1rem;
	padding: 0;
	width: 100%;
}

.glst_careers .panel .r .form-block .gform_wrapper .gform_footer input.button,
						.glst_careers .panel .r .form-block .gform_wrapper .gform_footer input[type=submit],
						.glst_careers .panel .r .form-block .gform_wrapper .gform_footer .gform_page_footer input.button,
						.glst_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;
}

.glst_careers .panel .r .form-block .gform_wrapper .gform_footer input.button:hover, .glst_careers .panel .r .form-block .gform_wrapper .gform_footer input[type=submit]:hover, .glst_careers .panel .r .form-block .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .glst_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;
}

.glst_careers .open {
	background: #fff;
	color: #000;
}

.glst_careers .open span {
	color: #000;
}

.glst_careers .open .btns .read {
	font-size: 0;
	display: none;
}

.glst_careers .open .btns .close {
	font-size: 1.8rem;
}

@media (min-width: 768px) {

	.glst_careers .open .btns .close {
		display: block;
	}
}

/* -------------------------- *\
    .building_intro
\* -------------------------- */

.building_intro { 
	padding: 0;
}

.building_intro .pt {
	background: #000;
	position: relative;
	overflow: hidden;
}

.building_intro .pt .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: .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;
	color: #fff;
}

.building_intro .back a {
	color: #fff;
}

.building_intro .back a:hover {
	color: #fff;
}

.building_intro .scroll_down {
	text-align: center;
	margin-bottom: 4.9rem;
	position: relative;
	z-index: 1;
	display: block;
}

.building_intro .scroll_down svg {
	width: 3.7rem;
	height: 2rem;
	fill: #fff;
	margin: 0 auto;
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
	display: block;
	opacity: 0;
	animation: arrowMove 3s infinite;
}

.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;
	animation: informtop 1.2s forwards .3s;
	opacity: 0;
}

@media (min-width: 900px) {

	.building_intro .holddd > span {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}
}

.building_intro .holddd h1,
		.building_intro .holddd h3 {
	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;
	animation: informleft 1.2s forwards .3s;
	opacity: 0;
}

@media (min-width: 900px) {

	.building_intro .holddd h1,
		.building_intro .holddd h3 {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

.building_intro .holddd h3 {
	margin-top: 3rem;
	animation: informtop 1.2s forwards .3s;
	opacity: 0;
}

@media (min-width: 768px) {

	.building_intro .holddd h3 {
		margin-top: 5rem;
		margin-bottom: -5rem;
	}
}

.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;
	animation: informbottom 1.2s forwards .3s;
	opacity: 0;
}

.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;
	animation: informbottom 1.2s forwards .4s;
	opacity: 0;
	max-width: 80rem;
}

.building_intro .holddd .details div {
	width: 47%;
	text-align: center;
	background: rgba(0,0,0, .2);
	padding: 1.5rem 0.5rem;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
}

@media (min-width: 490px) {

	.building_intro .holddd .details div {
		padding: 1.5rem 1.9rem;
	}
}

@media (min-width: 600px) {

	.building_intro .holddd .details div {
		width: 19%;
		padding: 1.5rem 1.9rem;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {

	.building_intro .holddd .details div {
		width: 14.8rem;
		font-size: 3rem;
		line-height: 3rem;
	}
}

.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_info {
	padding: 4rem 0;
	opacity: 0;
}

.building_info.animated {
	opacity: 1;
}

@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 .top,
	.building_info .bottom {
	width: 100%;
}

.building_info .top h2, .building_info .bottom h2 {
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 3.2rem;
	margin-bottom: 3rem;
}

.building_info .top h3, .building_info .bottom h3 {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 2.8rem;
	margin-bottom: 2rem;
}

.building_info .top p, .building_info .bottom p {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
}

.building_info .top p:last-child, .building_info .bottom p:last-child {
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.building_info .top p, .building_info .bottom p {
		font-size: 1.8rem;
		line-height: 2.9rem;
	}
}

.building_info .top ul, .building_info .bottom ul {
	list-style-position: inside;
	padding-left: 2rem;
	list-style-type: none;
}

.building_info .top ul li, .building_info .bottom ul li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.building_info .top ul li:before, .building_info .bottom ul li:before {
	content: '';
	width: .7rem;
	height: .7rem;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: .5rem;
	left: 0;
}

.building_info span.show-more-info {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 2.3rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
	margin-top: 5rem;
}

.building_info span.show-more-info > span {
	display: inline-block;
	text-align: center;
	transition: .3s ease;
	cursor: pointer;
}

.building_info span.show-more-info > span:hover {
	transform: scale(1.2);
}

.building_info span.show-more-info > span span {
	margin-bottom: 1rem;
}

.building_info span.show-more-info > span span.text-hide {
	opacity: 0;
	visibility: hidden;
	position: absolute;

	@mixi tra;
}

.building_info span.show-more-info > span svg {
	width: 2rem;
	height: 2rem;
	margin-left: 1rem;
	display: block;
	margin: 0 auto;
}

.building_info span.show-more-info.exp > span span.text-hide {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.building_info span.show-more-info.exp > span span.text-show {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: .3s ease;
}

.building_info span.show-more-info.exp > span svg {
	transform: rotate(180deg);
}

.building_info .bottom {
	display: none;
}

@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 .int {
	position: relative;
}

.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 {
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		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: 2rem 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(0,0,0, .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(0,0,0, .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 {
	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 .btn.btn-wb {
	background: #fff;
	color: #000;
	box-shadow: inset 0 0 #000, inset 0 0 #000;
}

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

.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;
	}
}

/*@mixin min 990 {
			position: absolute;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
			width: 10rem;
			background: rgba($cb, .6);
			border-radius: 0 0.5rem 0.5rem 0;
			display: block;
		}*/

.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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	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);
	width: 25%;
}

@media (min-width: 550px) {

	.building_image_map .floors a {
		width: 20%;
	}
}

@media (min-width: 680px) {

	.building_image_map .floors a {
		width: auto;
		-ms-flex: 1;
		    flex: 1;
	}
}

@media (min-width: 990px) {

	.building_image_map .floors a {
		font-size: 2.8rem;
		line-height: 3.4rem;
		padding: .6rem;
	}
}

@media (min-width: 1200px) {

	.building_image_map .floors a {
		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;
	opacity: 0;
}

.building_video .l.animated.fadeInLeft, .building_video .r.animated.fadeInLeft {
	opacity: 1;
}

@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 ul {
	list-style-position: inside;
	padding-left: 2rem;
	list-style-type: none;
}

.building_video .l ul li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.building_video .l ul li:before {
	content: '';
	width: .7rem;
	height: .7rem;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: .5rem;
	left: 0;
}

.building_video .l .btn {
	margin: 2rem 0 0;
}

.building_video .r {
	position: relative;
}

.building_video .r .pop {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.building_video .r .pop a {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
}

.building_video .r .pop a:nth-of-type(1) {
	display: block;
}

.building_video .r .pop a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: .3s ease;
}

.building_video .r .pop a:hover img {
	opacity: .7;
}

.building_video .r .pop svg {
	position: absolute;
	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));
	fill: #fff;
	z-index: 1;
}

/* -------------------------- *\
    .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;
	opacity: 0;
}

.image_sec .big.animated.fadeInUp {
	opacity: 1;
}

.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;
	}
}

.image_sec .gallery {
	opacity: 0;
}

.image_sec .gallery.animated.fadeInUp {
	opacity: 1;
}

/*@mixin min 480 {
			margin-right: -3rem;
		}*/

.image_sec .gallery .gallery_int {
	position: relative;
	padding: 0 4rem;
	max-width: 105rem;
	margin: 0 auto;
}

@media (min-width: 1024px) {

	.image_sec .gallery .gallery_int {
		max-width: 90rem;
	}
}

@media (min-width: 1450px) {

	.image_sec .gallery .gallery_int {
		max-width: 130rem;
		padding: 0 6rem;
	}
}

@media (min-width: 1680px) {

	.image_sec .gallery .gallery_int {
		max-width: 142rem;
		padding: 0 8rem;
	}
}

.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;
}

@media (min-width: 480px) {

	.image_sec .gallery .project_gallery .slick-list {
		margin-right: -3rem;
	}
}

.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 auto 7.9rem;
	}
}

@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;
}

.image_sec .gallery .prev-ar,
		.image_sec .gallery .next-ar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 2.5rem;
	height: 4.5rem;
	height: 100%;
	background: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.image_sec .gallery .prev-ar svg, .image_sec .gallery .next-ar svg {
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	transition: .3s ease;
	opacity: .5;
}

.image_sec .gallery .prev-ar:hover svg, .image_sec .gallery .next-ar:hover svg {
	transform: translate(-50%, -50%) rotate(90deg) scale(1.2);
	opacity: 1;
}

.image_sec .gallery .next-ar {
	left: auto;
	right: 0;
}

.image_sec .gallery .next-ar svg {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.image_sec .gallery .next-ar:hover svg {
	transform: translate(-50%, -50%) rotate(-90deg) scale(1.2);
	opacity: 1;
}

/* -------------------------- *\
    .building_interior
\* -------------------------- */

.building_interior { 
	padding: 0 0 7.9rem;
	opacity: 0;
 }

.building_interior.animated.fadeInUp {
	opacity: 1;
}

.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 .info ul {
	list-style-position: inside;
	padding-left: 2rem;
	list-style-type: none;
}

.building_interior .info ul li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.building_interior .info ul li:before {
	content: '';
	width: .7rem;
	height: .7rem;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: .5rem;
	left: 0;
}

.building_interior .interior_gallery {
	margin: 0 auto 3rem;
}

.building_interior .interior_gallery::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.building_interior .interior_gallery .slick-track {
	float: left;
}

.building_interior .interior_gallery a:not(:first-child):not(:nth-child(2)) {
	display: none;
}

.building_interior .interior_gallery.slick-initialized a:not(:first-child):not(:nth-child(2)) {
	display: block;
}

.building_interior .interior_gallery a {
	margin-right: 1rem;
}

@media (min-width: 480px) {

	.building_interior .interior_gallery a {
		margin-right: 3rem;
	}
}

.building_interior .interior_gallery a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* -------------------------- *\
    .glst_floor_info
\* -------------------------- */

.glst_floor_info { 
	padding: 3.8rem 0;
}

.glst_floor_info .shell {
	text-align: center;
	max-width: 139rem;
	padding: 0;
}

@media (max-width: 1400px) {

	.glst_floor_info .shell {
		padding: 0 1.5rem;
	}
}

.glst_floor_info .compas {
	text-align: right;
	width: 6.8rem;
	height: 6.8rem;
	margin: 0 0 0 auto;
}

.glst_floor_info .compas img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.glst_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;
}

.glst_floor_info__2 {
	padding: 3rem 0;
}

.glst_floor_info__2 .shell {
	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;
	max-width: 139rem;
	padding: 0;
}

@media (max-width: 1400px) {

	.glst_floor_info__2 .shell {
		padding: 0 1.5rem;
	}
}

.glst_floor_info__2 .shell .l,
			.glst_floor_info__2 .shell .r {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 900px) {

	.glst_floor_info__2 .shell .l,
			.glst_floor_info__2 .shell .r {
		width: calc(50% - 2.5rem);
	}
}

.floor_ap {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 27rem;
    margin: 0 auto 5rem;
}

.floor_ap.btn-wb {
	background: #000;
	color: #fff;
	box-shadow: inset 0 0 #fff, inset 0 0 #fff;
}

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

/* -------------------------- *\
    .glst_ap_listing
\* -------------------------- */

.glst_ap_listing { 
	padding: 2rem 1.5rem 4.4rem;
}

@media (min-width: 768px) {

	.glst_ap_listing {
		padding: 0 1.5rem 10rem;
	}
}

.glst_ap_listing .apartment_listing {
	max-width: 139rem;
	margin: 0 auto;
}

.glst_ap_listing .apartment_listing h2.int {
	max-width: 60rem;
	margin: 0 auto 1.5rem;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #000;
	text-align: center;
}

.glst_ap_listing .apartment_listing h2.int strong {
	text-transform: uppercase;
	font-weight: 500;
}

@media (min-width: 900px) {

	.glst_ap_listing .apartment_listing h2.int {
		font-size: 3.2rem;
		line-height: 4.6rem;
		margin: 0 auto 2.3rem;
	}
}

.glst_ap_listing .apartment_listing p.int {
	max-width: 100rem;
	margin: 0 auto 4.4rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #222;
}

.glst_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;
	position: -webkit-sticky;
	position: sticky;
	top: 10rem;
	z-index: 20;
}

@media (min-width: 768px) {

	.glst_ap_listing .apartment_listing .listing .listing_heading {
		top: 2rem;
		padding: 1.3rem;
	}
}

@media (min-width: 1100px) {

	.glst_ap_listing .apartment_listing .listing .listing_heading {
		font-size: 1.4rem;
	}
}

@media (min-width: 1530px) {

	.glst_ap_listing .apartment_listing .listing .listing_heading {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_heading span {
	-ms-flex: 1;
	    flex: 1;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(1)  {
	max-width: 4rem;
}

@media (min-width: 768px) {

	.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(1) {
		max-width: 2.4rem;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(2) {
	max-width: 10rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(3) {
	max-width: 6.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(4) {
	max-width: 6.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(5) {
	max-width: 14.5rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(6) {
	max-width: 12.6rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(7) {
	max-width: 8.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(8) {
	max-width: 8.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(9) {
	max-width: 8.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(10) {
	max-width: 13.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(11) {
	max-width: 13.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span:nth-of-type(12) {
	max-width: 15.2rem;
}

.glst_ap_listing .apartment_listing .listing .listing_heading span.hide,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide2,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide3,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide4,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide5,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide6,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide7 {
	display: none;
}

@media (min-width: 970px) {

	.glst_ap_listing .apartment_listing .listing .listing_heading span.hide.hide,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide {
		display: inline-block;
	}
}

@media (min-width: 550px) {

	.glst_ap_listing .apartment_listing .listing .listing_heading span.hide.hide4,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide.hide6,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide4,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide6,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide4,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide6,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide4,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide6,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide4,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide6,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide4,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide6,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide4,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide6 {
		display: inline-block;
	}
}

@media (min-width: 850px) {

	.glst_ap_listing .apartment_listing .listing .listing_heading span.hide.hide3,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide.hide5,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide3,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide5,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide3,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide5,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide3,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide5,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide3,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide5,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide3,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide5,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide3,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide5 {
		display: inline-block;
	}
}

@media (min-width: 1100px) {

	.glst_ap_listing .apartment_listing .listing .listing_heading span.hide.hide2,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide2,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide2,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide2,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide2,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide2,
						.glst_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide2 {
		display: inline-block;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_heading span.hide.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide7 {
	display: none;
}

@media (min-width: 1255px) {

	.glst_ap_listing .apartment_listing .listing .listing_heading span.hide.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide2.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide3.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide4.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide5.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide6.hide7,
					.glst_ap_listing .apartment_listing .listing .listing_heading span.hide7.hide7 {
		display: inline-block;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_content {
	background: #F9F9F9;
	padding-bottom: .5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.glst_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;
	width: 100%;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row {
		padding: 1rem 1.3rem;
	}
}

@media (min-width: 1450px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row {
		padding: 2.2rem 1.4rem;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #000;
	-ms-flex: 1;
	flex: 1;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(1)  {
	max-width: 4rem;
}

@media (min-width: 768px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(1) {
		max-width: 2.4rem;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(2) {
	max-width: 10rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(3) {
	max-width: 6.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(4) {
	max-width: 6.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(5) {
	max-width: 14.5rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(6) {
	max-width: 12.6rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(7) {
	max-width: 8.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(8) {
	max-width: 8.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(9) {
	max-width: 8.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(10) {
	max-width: 13.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(11) {
	max-width: 13.7rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div:nth-of-type(12) {
	max-width: 15.2rem;
}

@media (min-width: 430px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div {
		font-size: 1.6rem;
	}
}

@media (min-width: 1200px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7 {
	display: none;
}

@media (min-width: 970px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide {
		display: inline-block;
	}
}

@media (min-width: 550px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide4,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide6,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide4,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide6,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide4,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide6,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide4,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide6,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide4,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide6,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide4,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide6,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide4,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide6 {
		display: inline-block;
	}
}

@media (min-width: 850px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide3,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide5,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide3,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide5,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide3,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide5,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide3,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide5,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide3,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide5,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide3,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide5,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide3,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide5 {
		display: inline-block;
	}
}

@media (min-width: 1100px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide2,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide2,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide2,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide2,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide2,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide2,
				    		.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide2 {
		display: inline-block;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide7 {
	display: none;
}

@media (min-width: 1255px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide2.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide3.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide4.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide5.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide6.hide7,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.hide7.hide7 {
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.fav {
	cursor: pointer;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.fav button {
	border: 0;
	background: transparent;
	transition: .3s ease;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.fav button:hover {
	transform: scale(1.2);
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.fav svg {
	width: 2.5rem;
	height: 2.2rem;
	cursor: pointer;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.status,
				    	.glst_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;
}

@media (max-width: 1255px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.status {
		font-size: 0;
		line-height: 0;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.number {
	font-size: 2rem;
	line-height: 2.5rem;
	color: #000;
}

@media (min-width: 768px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row div.number {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row .tooltip_img {
	position: absolute;
	width: 32rem !important;
	top: 100%;
	left: 0;
	opacity: 0;
	z-index: -1;
	text-align: center;
	font-size: 0.6em;
	transition: opacity 200ms;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0,0.5);
	padding: 2.5rem 1.7rem 1.3rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row .tooltip_img img {
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	margin-bottom: 1rem;
	max-width: 28rem;
	max-height: 23rem;
	object-fit: contain;
	margin: 0 auto 1rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row .tooltip_img span {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #222;
	-ms-flex-pack: center;
	justify-content: center;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row .tooltip_img span.stat {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0.2rem .3rem rgba(0,0,0, 0.5);
	position: absolute;
	top: 1rem;
	right: 1.5rem;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row .tooltip_img.free span.stat {
	background: #19CC00;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row .tooltip_img.reserved span.stat {
	background: #FF8200;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row .tooltip_img.sold span.stat {
	background: #E70000
}

@media (max-width: 767px) {

	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row .tooltip_img {
		display: none;
	}
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row:hover {
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, 0.25);
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row:hover .tooltip_img {
	z-index: 20;
	opacity: 1;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row.free div.status span,
				    .glst_ap_listing .apartment_listing .listing .listing_content .ap-row.free div.number span,
				    .glst_ap_listing .apartment_listing .listing .listing_content .ap-row.reserved div.status span,
				    .glst_ap_listing .apartment_listing .listing .listing_content .ap-row.reserved div.number span,
				    .glst_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.status span,
				    .glst_ap_listing .apartment_listing .listing .listing_content .ap-row.sold 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;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row.reserved div.status span,
				    .glst_ap_listing .apartment_listing .listing .listing_content .ap-row.reserved div.number span {
	background: #FF8200;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.status span,
				    .glst_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.number span {
	background: rgba(255,255,255, 0.5);
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div {
	color: rgba(0,0,0, .5);
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.status,
				    	.glst_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.number {
	color: #000;
}

.glst_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.status span, .glst_ap_listing .apartment_listing .listing .listing_content .ap-row.sold div.number span {
	background: #E70000;
}

.glst_apartments.search-templ {
	padding: 10rem 0 4.4rem;
}

@media (min-width: 768px) {

	.glst_apartments.search-templ {
		padding: 10rem 0 10rem;
	}
}

@media (min-width: 1024px) {

	.glst_apartments.search-templ {
		padding: 15rem 0 10rem;
	}
}

@media (min-width: 1200px) {

	.glst_apartments.search-templ {
		padding: 20rem 0 10rem;
	}
}

.glst_apartments.search-templ .shell {
	max-width: 139rem;
}

.glst_apartments.search-templ .glst_ap_listing {
	padding: 0;
}

/* -------------------------- *\
    .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;
}

@media (min-width: 900px) {

	.filter {
		display: block;
	}

	.filter::after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
}

.filter .left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 410px) {

	.filter .left {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}

.filter .right {
	display: none;
}

@media (min-width: 630px) {

	.filter .right {
		display: block;
	}
}

.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-bottom: 2rem;
	width: calc(50% - 1rem);
}

@media (min-width: 600px) {

	.filter .custom-dropdown {
		width: calc(25% - 1rem);
	}
}

@media (min-width: 900px) {

	.filter .custom-dropdown {
		float: left;
		max-width: 13rem;
		margin-right: 1.5rem;
		margin-bottom: 0;
	}

	.filter .custom-dropdown.status {
		float: right;
	}
}

@media (min-width: 900px) {

	.filter .custom-dropdown.status {
		margin-right: 0;
	}
}

.filter .custom-dropdown label {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #222;
	margin-bottom: 1rem;
	display: block;
	width: 100%;
}

@media (min-width: 1365px) {

	.filter .custom-dropdown label {
		font-size: 1.6rem;
	}
}

/*+ .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 .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%;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@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(-40%);
	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%;
}

@media (min-width: 830px) {

}

.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;
}

/* -------------------------- *\
    .glst_property_info
\* -------------------------- */

.glst_property_info { 
	padding: 2.7rem 0 5rem;
}

@media (min-width: 768px) {

	.glst_property_info {
		padding: 5rem 1.5rem 17rem;
	}
}

.glst_property_info .shell {
	text-align: right;
	position: relative;
	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;
}

@media (min-width: 768px) {

	.glst_property_info .shell {
		max-width: 161.3rem;
		padding: 0;
	}
}

.glst_property_info .l,
	.glst_property_info .r {
	width: 100%;
	margin-bottom: 2.7rem;
}

@media (min-width: 1024px) {

	.glst_property_info .l,
	.glst_property_info .r {
		width: calc(50% - 1.5rem);
		margin-bottom: 0;
	}
}

.glst_property_info .l {
	position: relative;
	text-align: center;
}

.glst_property_info .l .popu {
	display: block;
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: rgba(255,255,255, .5);
	max-width: 8rem;
	transition: .3s ease;
	padding: 1rem;
}

.glst_property_info .l .image_map {
	margin: 0 auto;
	text-align: center;
}

.glst_property_info .l .image_map #mapster_wrap_0 {
	margin: 0 auto;
}

.glst_property_info .l img {
	max-height: 73.6rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

.glst_property_info .r .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
	margin-bottom: .8rem;
}

.glst_property_info .r .details .left {
	width: 100%;
	background: #17181D;
	border-radius: 1rem;
	padding: .5rem;
	text-align: center;
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #fff;
	position: relative;
}

@media (min-width: 768px) {

	.glst_property_info .r .details .left {
		width: 16rem;
		padding: 1.5rem .5rem;
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1350px) {

		.glst_property_info .r .details .left {
			width: 100%;
			padding: .5rem;
			font-size: 3.6rem;
			line-height: 4.4rem;
		}
	}
}

.glst_property_info .r .details .left span {
	position: absolute;
	top: .6rem;
	right: .6rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
}

.glst_property_info .r .details .left span.free {
	background: #19CC00;
}

.glst_property_info .r .details .left span.reserved {
	background: #FF8200;
}

.glst_property_info .r .details .left span.sold {
	background: #E70000;
}

.glst_property_info .r .details .right {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 1.4rem;
}

@media (min-width: 768px) {

	.glst_property_info .r .details .right {
		width: calc(100% - 16rem);
		margin-top: 0;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1350px) {

		.glst_property_info .r .details .right {
			width: 100%;
			margin-top: 1.4rem;
		}
	}
}

.glst_property_info .r .details .right div {
	width: 50%;
	text-align: center;
	border-right: .1rem solid rgba(0,0,0, .2);
	margin-bottom: 2.6rem;
	padding: 0 1.2rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #000;
}

.glst_property_info .r .details .right div span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: rgba(0,0,0, .5);
	margin-bottom: .8rem;
}

@media (min-width: 1750px) {

	.glst_property_info .r .details .right div span {
		font-size: 1.4rem;
		line-height: 1.7rem;
		margin-bottom: 1.5rem;
	}
}

.glst_property_info .r .details .right div span.hm {
	display: none;
}

@media (min-width: 990px) {

	.glst_property_info .r .details .right div span.hm {
		display: block;
	}
}

@media (min-width: 1450px) {

	@media (max-width: 1450px) {

		.glst_property_info .r .details .right div span.hm {
			display: none;
		}
	}
}

@media (min-width: 990px) {

	.glst_property_info .r .details .right div span.hd {
		display: none;
	}
}

@media (min-width: 1450px) {

	@media (max-width: 1450px) {

		.glst_property_info .r .details .right div span.hd {
			display: block;
		}
	}
}

@media (min-width: 400px) {

	.glst_property_info .r .details .right div {
		width: 25%;
		font-size: 1.2rem;
	}
}

@media (min-width: 1750px) {

	.glst_property_info .r .details .right div {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.glst_property_info .r .info {
	text-align: left;
	margin-bottom: 2.3rem;
	padding-bottom: 1.5rem;
	border-bottom: .1rem solid rgba(0,0,0, .1);
}

.glst_property_info .r .info h2 {
	position: relative;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.3rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 2.2rem;
	padding-bottom: .7rem;
}

.glst_property_info .r .info h2:before,
				.glst_property_info .r .info h2:after {
	content: '';
	width: 100%;
	height: .1rem;
	background: rgba(0,0,0, .1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.glst_property_info .r .info h2:after {
	width: 14.8rem;
	height: .2rem;
	background: #000;
	bottom: -.1rem;
}

@media (min-width: 1200px) {

	.glst_property_info .r .info h2 {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}
}

.glst_property_info .r .info p {
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 0;
	color: #000;
}

@media (min-width: 1200px) {

	.glst_property_info .r .info p {
		font-size: 1.6rem;
		line-height: 4rem;
	}
}

.glst_property_info .r .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;
	margin-bottom: 3.2rem;
	padding-bottom: 2.4rem;
	border-bottom: .1rem solid rgba(0,0,0, .1);
}

.glst_property_info .r .comb .l,
			.glst_property_info .r .comb .r {
	width: 100%;
}

@media (min-width: 480px) {

	.glst_property_info .r .comb .l,
			.glst_property_info .r .comb .r {
		width: auto;
	}
}

.glst_property_info .r .comb .l {
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #000;
	text-align: left;
}

.glst_property_info .r .comb .l span {
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(0,0,0, .5);
	margin-bottom: .7rem;
	text-align: left;
}

.glst_property_info .r .comb .r {
	text-align: right;
}

.glst_property_info .r .comb .r div {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: rgba(0,0,0, .5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: right;
	    justify-content: right;
	margin-bottom: .6rem;
}

.glst_property_info .r .comb .r div > span {
	background: #fff;
	border-radius: 1.6rem;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	padding: .6rem 1.6rem;
	margin-left: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.glst_property_info .r .comb .r div > span svg {
	width: 2.1rem;
	height: 2.1rem;
	opacity: .5;
	margin-right: 1rem;
}

.glst_property_info .r .comb .r div > span span {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	margin-right: 1rem;
}

.glst_property_info .r .comb .r div.free > span span {
	background: #19CC00;
}

.glst_property_info .r .comb .r div.reserved > span span {
	background: #FF8200;
}

.glst_property_info .r .comb .r div.sold > span span {
	background: #E70000;
}

.glst_property_info .r .btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.glst_property_info .r .btns .left,
		    .glst_property_info .r .btns .right {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 600px) {

	.glst_property_info .r .btns .left,
		    .glst_property_info .r .btns .right {
		width: calc(50% - 1.5rem);
		margin-bottom: 0;
	}
}

.glst_property_info .r .btns .left a,
		    	.glst_property_info .r .btns .left .fav-btn,
		    	.glst_property_info .r .btns .left > div > span {
	border-bottom: 0.2rem solid #000;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #000;
	padding: 1.6rem 1.4rem;
	text-align: center;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	cursor: pointer;
	transition: .3s ease;
}

@media (min-width: 1024px) {

	@media (max-width: 1350px) {

		.glst_property_info .r .btns .left a,
		    	.glst_property_info .r .btns .left .fav-btn,
		    	.glst_property_info .r .btns .left > div > span {
			font-size: 1.2rem;
			line-height: 2rem;
			padding: 1.4rem;
		}
	}
}

.glst_property_info .r .btns .left a svg, .glst_property_info .r .btns .left .fav-btn svg, .glst_property_info .r .btns .left > div > span svg {
	width: 2.6rem;
	height: 2.5rem;
	margin-right: 1.5rem;
}

.glst_property_info .r .btns .left a:hover, .glst_property_info .r .btns .left .fav-btn:hover, .glst_property_info .r .btns .left > div > span:hover {
	background: #000;
	color: #fff;
}

.glst_property_info .r .btns .left a:hover svg, .glst_property_info .r .btns .left .fav-btn:hover svg, .glst_property_info .r .btns .left > div > span:hover svg {
	fill: #fff;
}

.glst_property_info .r .btns .left button {
	background: transparent;
	border: 0;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.glst_property_info .r .btns .left .simplefavorite-button {
	display: inline-block;
	max-width: 2.5rem;
	margin-right: 1.4rem;
	position: relative;
}

.glst_property_info .r .btns .left .simplefavorite-button svg {
	width: 2.5rem;
	height: 2.2rem;
}

.glst_property_info .r .btns .left .simplefavorite-button:before {
	content : '';
	position: absolute;
	top: -10rem;
	left: -10rem;
	width: 50rem;
	height: 50rem;
	background: transparent;
}

.glst_property_info .r .btns .left .fav-btn {
	overflow: hidden;
}

.glst_property_info .r .btns .left .fav-btn span:nth-child(3){
	display: none;
}

.glst_property_info .r .btns .left .fav-btn.active span:nth-child(3){
	display: block;
}

.glst_property_info .r .btns .left .fav-btn.active span:nth-child(2){
	display: none;
}

.glst_property_info .b {
	width: 100%;
	margin-top: 3rem;
}

@media (min-width: 768px) {

	.glst_property_info .b {
		margin-top: 6rem;
	}
}

.glst_property_info .b .image_map {
	max-width: 161.3rem;
	margin: 3rem auto 0;
	text-align: center;
}

@media (min-width: 800px) {

	.glst_property_info .b .image_map {
		margin: 0 auto;
	}
}

.glst_property_info .b .image_map > div {
	text-align: center;
	margin: 0 auto;
}

/* -------------------------- *\
    .glst_property_inquiry
\* -------------------------- */

.glst_property_inquiry { 
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #000;
}

.glst_property_inquiry + .glst_ap_listing {
	margin-top: 4.4rem;
}

.glst_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;
}

.glst_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) {

	.glst_property_inquiry .form {
		border-left: 1.2rem solid #fff;
		border-right: 1.2rem solid #fff;
		padding: 4.2rem 5.2rem 5.4rem;
	}
}

.glst_property_inquiry .form h3,
		.glst_property_inquiry .form h2 {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: .5rem;
}

.glst_property_inquiry .form span {
	text-transform: none;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(255,255,255, .67);
}

.glst_property_inquiry .form h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1.8rem;
}

@media (min-width: 768px) {

	.glst_property_inquiry .form h2 {
		font-size: 3.4rem;
		line-height: 4.4rem;
	}
}

.glst_property_inquiry .form p {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	margin-bottom: 0;
	color: #fff;
}

.glst_property_inquiry .form .inquiry {
	margin-right: -2.5rem;
}

.glst_property_inquiry .form .gform_confirmation_message {
	margin-bottom: 2rem;
}

.glst_property_inquiry .form .gform_wrapper {
	margin: 0;
	padding: 0;
}

.glst_property_inquiry .form .gform_wrapper .top_label .gfield_label,
			.glst_property_inquiry .form .gform_wrapper legend.gfield_label {
	display: none;
}

.glst_property_inquiry .form .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.glst_property_inquiry .form .gform_wrapper .top_label li.gfield.gf_left_half,
			.glst_property_inquiry .form .gform_wrapper .top_label li.gfield.gf_right_half,
			.glst_property_inquiry .form .gform_wrapper li.gfield {
	margin-top: 0;
	margin-bottom: 1.7rem;
	padding-right: 2.5rem;
}

.glst_property_inquiry .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
			.glst_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;
}

.glst_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, .glst_property_inquiry .form .gform_wrapper textarea:-ms-input-placeholder {
	color: rgba(0,0,0, .5);
}

.glst_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, .glst_property_inquiry .form .gform_wrapper textarea::placeholder {
	color: rgba(0,0,0, .5);
}

.glst_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, .glst_property_inquiry .form .gform_wrapper textarea:focus {
	border: .1rem solid #000;
	color: #000;
}

.glst_property_inquiry .form .gform_wrapper textarea {
	height: 15rem;
}

@media (min-width: 990px) {

	.glst_property_inquiry .form .gform_wrapper textarea {
		height: 22.9rem;
	}
}

.glst_property_inquiry .form .gform_wrapper .gform_footer {
	margin: 0 0 1rem;
	padding: 0 2.5rem 0 0;
}

.glst_property_inquiry .form .gform_wrapper .gform_footer input.button,
				.glst_property_inquiry .form .gform_wrapper .gform_footer input[type=submit],
				.glst_property_inquiry .form .gform_wrapper .gform_footer .gform_page_footer input.button,
				.glst_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;
}

.glst_property_inquiry .form .gform_wrapper .gform_footer input.button:hover, .glst_property_inquiry .form .gform_wrapper .gform_footer input[type=submit]:hover, .glst_property_inquiry .form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .glst_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;
}

/* -------------------------- *\
    .glst_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;
}

/* -------------------------- *\
    .glst_blog
\* -------------------------- */

.glst_blog { 
	padding: 4.4rem 0;
}

.glst_blog .shell {
	max-width: 138rem;
}

.glst_blog .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -2.5rem;
}

.glst_blog .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.glst_blog .grid .glst_blog_post {
	float: left;
	width: 100%;
	padding: 0 2.5rem;
	margin-bottom: 2rem;
}

@media (min-width: 660px) {

	.glst_blog .grid .glst_blog_post {
		width: 50%;
	}
}

@media (min-width: 1024px) {

	.glst_blog .grid .glst_blog_post {
		width: 33.33%;
	}
}

.glst_blog .grid .glst_blog_post div {
	background: #fff;
	margin-top: 1.5rem;
}

.glst_blog .grid .glst_blog_post > a {
	display: block;
	overflow: hidden;
	height: 27rem;
}

@media (min-width: 768px) {

	.glst_blog .grid .glst_blog_post > a {
		height: 33rem;
	}
}

@media (min-width: 1200px) {

	.glst_blog .grid .glst_blog_post > a {
		height: 49rem;
	}
}

.glst_blog .grid .glst_blog_post > a img {
	transition: .3s ease;
	transform: scale(1.2);
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.glst_blog .grid .glst_blog_post:hover img {
	transform: scale(1);
}

.glst_blog .grid .glst_blog_post h2 {
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {

	.glst_blog .grid .glst_blog_post h2 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

.glst_blog .grid .glst_blog_post h2 a {
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;/* autoprefixer: off */
	-webkit-box-orient: vertical;/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

.glst_blog .grid .glst_blog_post h2:hover a {
	opacity: .7;
}

.glst_blog .grid .glst_blog_post p {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 2rem;
	color: #A2A2A2;
}

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

/* -------------------------- *\
    .glst_contacts
\* -------------------------- */

.glst_contacts { 
	padding: 3rem 1.5rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 990px) {

	.glst_contacts {
		padding: 2rem 0 5rem 2rem;
	}
}

@media (min-width: 1024px) {

	.glst_contacts {
		padding: 3rem 0 0 9rem;
	}
}

@media (min-width: 1200px) {

	.glst_contacts {
		padding: 3rem 7.6rem 10rem;
	}
}

.glst_contacts .shell {
	width: 100%;
	padding: 0;
}

.glst_contacts .back {
	color: #000;
	text-shadow: none;
	width: 100%;
	margin-bottom: 2rem;
}

.glst_contacts .back svg {
	fill: #000;
}

.glst_contacts .l,
	.glst_contacts .r {
	width: 100%;
}

.glst_contacts .l {
	text-align: right;
	margin: 2rem 0 2rem;
	animation: informleft 1.2s forwards .3s;
	opacity: 0;
}

@media (min-width: 900px) {

	.glst_contacts .l {
		padding-right: 2em;
		width: 45%;
	}
}

@media (min-width: 1024px) {

	.glst_contacts .l {
		margin: 0;
		padding-right: 6rem;
	}
}

@media (min-width: 1380px) {

	.glst_contacts .l {
		padding-right: 10rem;
	}
}

.glst_contacts .l div {
	text-align: left;
	max-width: 61.9rem;
	color: #000;
}

@media (min-width: 900px) {

	.glst_contacts .l div {
		margin: 0 0 0 auto;
	}
}

.glst_contacts .l div span {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1.6rem;
}

/*h1 {
				font-weight: 700;
				font-size: 2.5rem;
				line-height: 3rem;
				letter-spacing: -0.015rem;
				text-transform: uppercase;
				margin-bottom: 1.6rem;
				color: $cb;

				@mixin min 1200 {
					font-size: 4.8rem;
					line-height: 5.9rem;
				}
			}*/

.glst_contacts .l div .breadcrumb {
	-ms-flex-pack: inherit;
	    justify-content: inherit;
	margin-bottom: 2.8rem;
}

.glst_contacts .l div .breadcrumb h1 {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #494949;
	position: relative;
	margin: 0;
	display: inline-block;
}

.glst_contacts .l div img {
	max-width: 15rem;
	margin-bottom: 3rem;
}

.glst_contacts .l div p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 1.5rem;
	color: #000;
	max-width: 55.7rem;
}

.glst_contacts .l div p:last-child {
	margin-bottom: 0;
}

.glst_contacts .l div .details {
	margin-top: 2rem;
	border-top: 0.1rem solid #979797;
	padding-top: 1.6rem;
	color: #000;
}

@media (min-width: 1200px) {

	.glst_contacts .l div .details {
		margin-top: 4.9rem;
		padding-top: 3.1rem;
	}
}

.glst_contacts .l div .details h2 {
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {

	.glst_contacts .l div .details h2 {
		font-size: 2.6rem;
		line-height: 3.2rem;
		margin-bottom: 3rem;
	}
}

.glst_contacts .l div .details h3 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 1.3rem;
}

@media (min-width: 1200px) {

	.glst_contacts .l div .details h3 {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.glst_contacts .l div .details p,
				.glst_contacts .l div .details a {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000;
}

.glst_contacts .l div .details p {
	margin-bottom: 1.2rem;
}

.glst_contacts .l div .details a {
	text-decoration: underline;
}

.glst_contacts .l div .details a:hover {
	opacity: .7;
}

.glst_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;
}

.glst_contacts .l div .details .cont div {
	max-width: 100%;
	margin: 0 auto 1rem 0;
	width: 100%;
}

@media (min-width: 460px) {

	.glst_contacts .l div .details .cont div {
		width: calc(50% - 1rem);
	}
}

@media (min-width: 600px) {

	@media (max-width: 900px) {

		.glst_contacts .l div .details .cont div {
			width: calc(33.33% - 1rem);
		}
	}
}

@media (min-width: 900px) {

	@media (max-width: 1200px) {

		.glst_contacts .l div .details .cont div {
			width: 100%;
		}
	}
}

.glst_contacts .l div .details .cont div a {
	text-decoration: none;
}

.glst_contacts .l div .details .cont div a:hover {
	text-decoration: underline;
	opacity: 1;
}

.glst_contacts .r {
	position: relative;
	background: #000;
	overflow: hidden;
	animation: informright 1.2s forwards .3s;
	opacity: 0;
}

@media (min-width: 900px) {

	.glst_contacts .r {
		width: 55%;
	}
}

@media (min-width: 1024px) {

	.glst_contacts .r {
		text-align: left;
	}
}

.glst_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;
}

.glst_contacts .r > div {
	position: relative;
	z-index: 1;
	padding: 2rem;
	color: #fff;
	text-align: center;
}

@media (min-width: 900px) {

	.glst_contacts .r > div {
		padding: 5rem 3rem;
		text-align: left;
	}
}

@media (min-width: 1450px) {

	.glst_contacts .r > div {
		padding: 8.1rem 9.6rem;
	}
}

.glst_contacts .r > div span {
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	color: rgba(255,255,255, .67);
	margin-bottom: 1.3rem;
}

.glst_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) {

	.glst_contacts .r > div h2 {
		font-size: 3.4rem;
		line-height: 4.4rem;
		margin-bottom: 3.4rem;
	}
}

.glst_contacts .r > div p {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	margin-bottom: 0;
	color: #fff;
}

.glst_contacts .r > div .form {
	max-width: 72.5rem;
	margin: 0 auto;
}

@media (min-width: 900px) {

	.glst_contacts .r > div .form {
		margin: 0;
	}
}

/*@mixin min 900 {
					margin: 0 auto 0 0;
					margin-right: 0;
				}*/

.glst_contacts .r > div .form ul {
	margin-right: -2.5rem !important;
}

.glst_contacts .r > div .form .gform_confirmation_message {
	margin-bottom: 2rem;
}

.glst_contacts .r > div .form .gform_wrapper {
	margin: 0;
	padding: 0;
}

.glst_contacts .r > div .form .gform_wrapper .top_label .gfield_label,
					.glst_contacts .r > div .form .gform_wrapper legend.gfield_label {
	display: none;
}

.glst_contacts .r > div .form .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.glst_contacts .r > div .form .gform_wrapper .top_label li.gfield.gf_left_half,
					.glst_contacts .r > div .form .gform_wrapper .top_label li.gfield.gf_right_half,
					.glst_contacts .r > div .form .gform_wrapper li.gfield {
	margin-top: 0;
	margin-bottom: 1.7rem;
	padding-right: 2.5rem;
}

.glst_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]),
					.glst_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;
}

.glst_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, .glst_contacts .r > div .form .gform_wrapper textarea:-ms-input-placeholder {
	color: rgba(0,0,0, .5);
}

.glst_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, .glst_contacts .r > div .form .gform_wrapper textarea::placeholder {
	color: rgba(0,0,0, .5);
}

.glst_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, .glst_contacts .r > div .form .gform_wrapper textarea:focus {
	border: .1rem solid #000;
	color: #000;
}

.glst_contacts .r > div .form .gform_wrapper textarea {
	height: 15rem;
}

@media (min-width: 990px) {

	.glst_contacts .r > div .form .gform_wrapper textarea {
		height: 22.9rem;
	}
}

.glst_contacts .r > div .form .gform_wrapper .gform_footer {
	margin: 0 0 1rem;
	padding: 0;
}

.glst_contacts .r > div .form .gform_wrapper .gform_footer input.button,
						.glst_contacts .r > div .form .gform_wrapper .gform_footer input[type=submit],
						.glst_contacts .r > div .form .gform_wrapper .gform_footer .gform_page_footer input.button,
						.glst_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;
}

.glst_contacts .r > div .form .gform_wrapper .gform_footer input.button:hover, .glst_contacts .r > div .form .gform_wrapper .gform_footer input[type=submit]:hover, .glst_contacts .r > div .form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .glst_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;
	display: none;
}

/* -------------------------- *\
    .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: .8rem 6rem 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 .logo-p {
	width: 22.7rem;
	height: 7.5rem;
	-o-object-fit: contain;
	   object-fit: contain;
	margin: 0 auto 0.4rem;
	fill: #000;
}

.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;
	position: relative;
	max-width: 110.2rem;
	margin: 1.5rem auto 1.7rem;
}

.apartment-print .top .comb .l {
	width: calc(100% - 28rem);
}

.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: 25rem;
	}
}

.apartment-print .top .comb .r .smapp {
	width: 100%;
	margin: 0 auto;
}

.apartment-print .top .comb .r .smapp #mapster_wrap_3 {
	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;
}

.apartment-print .middle .ap {
	max-width: 68.1rem;
	text-align: center;
}

.apartment-print .middle .ap img {
	max-height: 23.2rem;
	max-width: 67.1rem;
	overflow: hidden;
	-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 #mapster_wrap_4 {
	margin: 0 auto;
}

.apartment-print .bottom .image_map >div {
	margin: 0 auto;
}

.apartment-print .bottom img {
	max-height: 30.1rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .bottom__big img {
	max-height: 45rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

.apartment-print .contact {
	border-top: .1rem solid #DBDBDB;
	border-bottom: .1rem solid #DBDBDB;
	padding: 1rem 0;
	margin: 0 6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: absolute;
	bottom: 5rem;
	left: 0;
	width: 85%;
}

.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;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.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;
    }

    .main {
        padding: 0;
    }

    .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 .glst_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;*/
	}
}

/* -------------------------- *\
    .glst_building_map
\* -------------------------- */

.glst_building_map { 
	padding: 5rem 0 0;
	position: relative;
	z-index: 5;
 }

.glst_building_map .shell {
	padding: 0;
}

.glst_building_map__map {
	position: relative;
}

.glst_building_map .map-mabel {
	position: absolute;
	bottom: 6rem;
	right: 0;
	background: #fff;
	padding: 1.5rem 2rem 1.2rem;
	box-shadow: -.3rem .3rem .5rem rgba(0,0,0, .3);
	display: none;
}

.glst_building_map .map-mabel img {
	max-width: 9.5rem;
	display: block;
	margin-bottom: 1.5rem;
}

.glst_building_map .map-mabel p {
	margin-bottom: .5rem;
	font-size: 1.5rem;
}

.glst_building_map .map-mabel p + p {
	margin-bottom: 0;
}

.glst_building_map .map-mabel p span {
	font-size: 1.2rem;
}

.glst_building_map .map-mabel p svg {
	width: 1.6rem;
	height: 2.2rem;
	position: relative;
	top: .3rem;
	fill: #001B35
}

.glst_building_map .map-mabel p .cd {
	color: #898989;
}

.main--inner .mga_building_map {
	padding-bottom: 0;
}

#cd-zoom-in,
 #cd-zoom-out {
 	height: 3.2rem;
     width: 3.2rem;
     cursor: pointer;
     margin-left: 1rem;
     background-color: #000;
     background-repeat: no-repeat;
     background-size: 3.2rem 6.4rem;
     background-image: url(https://codyhouse.co/demo/custom-google-map/img/cd-icon-controller.svg);
 }

@media (min-width: 1024px) {
 	#cd-zoom-in,
 	#cd-zoom-out {
 		margin-left: 6rem;
 	}
 }

#cd-zoom-in {
     margin-top: 5rem;
 }

#cd-zoom-out {
     background-position: 50% -3.2rem;
     margin-top: .1rem;
 }

.gm-control-active {
 	display: none;
 }

/* -------------------------- *\
    .search
\* -------------------------- */

.search {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 70;
	width: 100%;
	background: rgba(0,0,0, .93);
	color: #fff;
	box-shadow: 0 0 .3rem rgba(0,0,0, .1);	
	transform: translateY(calc(100% - 5.5rem));
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.search.move_top {
		bottom: 5.8rem;
	}
}

/*bottom: -2.2rem;*/

@media (min-width: 1024px) {

	.search {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		left: auto;
		right: 0;
		width: calc( 100vw - 8rem);
		width: 120rem;
		background: rgba(0,0,0, .85);
		transform: translate(calc(100% - 8rem), 0);/*border-top-left-radius: 1rem !important;*//*overflow: hidden;*/
		transform: translate(calc(100% - 24rem), 0);
	}

	.search .click {/*background: #fff;*/
	}/*opacity: .2;*/

	.search .click span:nth-child(1),
				.search .click span:nth-child(2) {
		background: #fff !important;
		color: #000 !important;
	}

	.search .click span:nth-child(1) svg, .search .click span:nth-child(2) svg {
		fill: #000 !important;
	}

	.search:hover {
		transform: translate(calc(100% - 24rem), 0);
	}

	.search:hover .click span:nth-child(1),
					.search:hover .click span:nth-child(2) {
		background: #fff;
		color: #000;
	}

	.search:hover .click span:nth-child(1) svg, .search:hover .click span:nth-child(2) svg {
		fill: #000;
	}
}

.search .click {
	width: 100%;
	height: 8rem;
	border: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background: #000;
	color: #fff;
	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 (max-width: 767px) {

	.search .click {
		height: 5.5rem;
	}
}

@media (min-width: 1024px) {

	.search .click {
		width: 24rem;
		color: #000;
		background: transparent;
		transition: .3s ease;/*opacity: .2;	*/
	}
}

@media (min-width: 1024px) {

	.search .click span {/*border-top-left-radius: 1rem !important;*/
	}
}

.search .click span:nth-child(1){
	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;
	cursor: pointer;
	margin-right: 1rem;
}

@media (min-width: 1024px) {

	.search .click span:nth-child(1) {
		width: 8rem;
		height: 8rem;
		margin: 0;
		background: rgba(0,0,0, .185);
		transition: .3s ease;
	}
}

.search .click span:nth-child(1) svg {
	width: 3.5rem;
	height: 4rem;
	fill: #fff;
}

@media (min-width: 1024px) {

	.search .click span:nth-child(1) svg {
		fill: #fff;
		transition: .3s ease;
	}
}

.search .click span:nth-child(2){
	cursor: pointer;
}

@media (min-width: 1024px) {

	.search .click span:nth-child(2) {
		background: rgba(0,0,0, .85);
		color: #fff;
		height: 8rem;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		transition: .3s ease;
	}
}

.search .click span:nth-child(2) strong {
	text-transform: uppercase;
	font-size: 2.1rem;
	line-height: 2.5rem;
	font-weight: 600;
}

@media (min-width: 1024px) {

	.search .click span:nth-child(2) strong {
		display: block;
		min-width: calc(100% - 8rem);
		width: 16rem;
	}
}

.search.ext {
	transform: translateY(0);
}

.search.ext .click {
	height: 8rem;
	background: #fff;
	color: #000;
	cursor: pointer;
}

@media (min-width: 1024px) {

	.search.ext .click {/*color: #000 !important;*//*border-top-left-radius: 1rem !important;*//*opacity: .2;*/
	}

	.search.ext .click.first(1) {
		border-top-left-radius: 1rem !important;
	}/*border-top-left-radius: 1rem !important;*/

	.search.ext .click span:nth-child(1),
					.search.ext .click span:nth-child(2) {
		background: #fff;
		color: #000;
	}

	.search.ext .click span:nth-child(1) svg, .search.ext .click span:nth-child(2) svg {
		fill: #000;
	}
}

.search.ext .click svg {
	fill: #000 !important;
}

@media (min-width: 1024px) {

	.search.ext button.click:hover {
		background: transparent;
		color: #fff;
	}
}

/* -------------------------- *\
    .search-form
\* -------------------------- */

@media (min-width: 1024px) {

	.search-form form {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
	}
}

.search-form .m {
	position: relative;
}

@media (min-width: 1024px) {

	.search-form .m {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		width: calc(100vw - 8rem - 48rem);
		width: calc(120rem - 48rem);
	}
}

.search-form p {
	position: relative;
	color: #fff;
	max-width: 80%;
	min-width: 80%;
	margin: 1rem auto;
	font-size: 1.8rem;
	line-height: 3.5rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	padding-right: 1.5rem;
}

@media (min-width: 1024px) {

	.search-form p {
		font-size: 1.2rem;
		line-height: 1.1;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {

	.search-form p {
		font-size: 1.5rem;
	}
}

@media (min-width: 1700px) {

	.search-form p {
		font-size: 1.6rem;
	}
}

@media (min-width: 1850px) {

	.search-form p {
		font-size: 1.8rem;
	}
}

.search-form p:nth-child(1){
	margin-top: 2rem;
}

@media (min-width: 1024px) {

	.search-form p:nth-child(1) {
		margin: 0 auto;
	}
}

.search-form p:after {
	content: '';
	position: absolute;
	bottom: -.3rem;
	left: 0;
	width: 100%;
	height: .1rem;
	background: #fff;
}

.search-form p svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	fill: #fff;
	width: 1.5rem;
	transition: .3s ease;
}

.search-form .drop-down {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.search-form .drop-down.hidden {/*opacity: 0;*/
}

.search-form .drop-down .drop-down__checkboxes {
	position: absolute;
	bottom: 4.5rem;
	left: 50%;
	width: 80%;
	min-width: 20rem;
	overflow: hidden;
	padding: 1.5rem 1rem;
	display: block;
	background: #fff;
	color: #000;
	box-shadow: 0 0 4rem rgba(0,0,0, .1);
	transform: rotateX(120deg) translate(-50%, -6rem);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.search-form .drop-down .drop-down__checkboxes input[type='checkbox'],
			.search-form .drop-down .drop-down__checkboxes label {
	display: block;
	cursor: pointer;
}

.search-form .drop-down .drop-down__checkboxes input[type='checkbox'] {
	position: absolute;
	top: 1rem;
	left: 0;
}

.search-form .drop-down .drop-down__checkboxes input[type='checkbox']:before,
				.search-form .drop-down .drop-down__checkboxes input[type='checkbox']:after {
	content: '';
	position: absolute;
	top: -.2rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border: .1rem solid rgba(0,0,0, .4);
	background: #fff;
}

.search-form .drop-down .drop-down__checkboxes input[type='checkbox']:after {
	border: 0;
	background: rgba(0,0,0, .75);
	border-radius: 50%;
	transform: scale(0);
	transition: .3s ease;
}

.search-form .drop-down .drop-down__checkboxes input[type='checkbox']:hover:after {
	transform: scale(.3);
	opacity: .5;
}

.search-form .drop-down .drop-down__checkboxes input[type='checkbox']:checked:after {
	transform: scale(.5);
	opacity: 1;
}

.search-form .drop-down .drop-down__checkboxes label {
	position: relative;
	line-height: 1.2;
	padding-left: 3rem;
	position: relative;
	font-size: 1.4rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	padding: .75rem 0 .75rem 3rem;
}

.search-form .drop-down .drop-down__checkboxes label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.search-form .drop-down.ext .drop-down__checkboxes {
	transform: rotateX(0) translate(-50%, 0);
	opacity: 1;
	visibility: visible;
}

@media (min-width: 1024px) {

	.search-form .drop-down.ext .drop-down__checkboxes {
		bottom: 6rem;
	}
}

.search-form .drop-down.ext svg {
	transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 1024px) {

	.search-form .drop-down {
		width: 33%;
	}
}

.search-form .est-num {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: 80%;
	margin: 4.1rem auto 3rem;
	font-weight: 300;
	line-height: 1.1;
	padding-right: .5rem;
}

@media (min-width: 1024px) {

	.search-form .est-num {
		width: 18rem;
		margin: 0;
	}
}

@media (min-width: 1200px) {

	.search-form .est-num {
		width: 23rem;
	}
}

.search-form .est-num strong {
	font-size: 4.2rem;
	line-height: 5.2rem;
	font-weight: 300;
	margin-right: 1.5rem;
}

@media (min-width: 1024px) {

	.search-form .est-num strong {
		font-size: 2.2rem;
		margin-right: .8rem;
	}
}

@media (min-width: 1200px) {

	.search-form .est-num strong {
		font-size: 4.2rem;
		margin-right: 1.5rem;
	}
}

.search-form button {
	text-transform: uppercase;
	font-size: 2.1rem;
	line-height: 2.5rem;
	background: #fff;
	font-weight: 600;
}

/* -------------------------- *\
    .near_location_map
\* -------------------------- */

.near_location_map { 
	margin: 0 auto;
	padding: 0;
}

.near_location_map__map #google-container {
	height: 60rem !important;
}

.near_locations__item {
	padding: 6.5rem 0 10rem 0;
	opacity: 0;
}

.near_locations__item.animated.fadeInUp {
	opacity: 1;
}

@media (min-width: 768px) {

	.near_locations__item {
		padding: 6.5rem 0 10rem 8rem;
	}
}

.near_locations__item .shell {
	max-width: 143rem;
}

.near_locations__item .shell > div {
	list-style-type: none;
}

.near_locations__item .shell > div span {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	display: block;
	margin-bottom: 4.3rem;
}

.near_locations__item .shell > div span img {
	width: 5rem;
	height: 6rem;
	transform: rotate(-13deg);
	-o-object-fit: contain;
	   object-fit: contain;
}

.near_locations__item .shell > div .grid {
	margin: 0 -1.5rem;
}

.near_locations__item .shell > div .grid:after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 900px) {

	.near_locations__item .shell > div .grid {
		padding-left: 4rem;
	}
}

.near_locations__item .shell > div .grid .bl {
	width: 100%;
	float: left;
	padding: 0 1.5rem;
	margin-bottom: 3rem;
	max-width: 45.7rem;
	cursor: pointer;
}

@media (min-width: 970px) {

	.near_locations__item .shell > div .grid .bl {
		width: 50%;
	}

	@media (min-width: 1450px) {

		.near_locations__item .shell > div .grid .bl {
			width: 33.33%;
		}
	}
}

.near_locations__item .shell > div .grid .img {
	max-height: 10.2rem;
	min-height: 10.2rem;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.near_locations__item .shell > div .grid .img img {
	min-height: 10.2rem;
	max-height: 10.2rem;
}

.near_locations__item .shell > div .grid .img .small img {
	min-height: 8.5rem;
	max-height: 8.5rem;
}

.near_locations__item .shell > div .grid .invisible {
	position: relative;
}

.near_locations__item .shell > div .grid .invisible img {
	opacity: 0;
}

.near_locations__item .shell > div .grid .invisible span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 400;
}

.near_locations__item .shell > div .grid .bl > div {
	display: block;
	background: #fff;
	border: .07rem solid #dedede;
	box-shadow: 0 .1rem .3rem rgba(0,0,0, .2);
	border-radius: .7rem;
	padding: 0 .8rem 2rem;
	text-align: center;
	transition: .3s ease;
}

@media (min-width: 1550px) {

	.near_locations__item .shell > div .grid .bl > div {
		padding: 0 1.5rem 2rem;
	}
}

.near_locations__item .shell > div .grid .bl > div img {
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
}

@media (min-width: 450px) {

	.near_locations__item .shell > div .grid .bl > div img {
		max-width: 33.7rem;
	}
}

.near_locations__item .shell > div .grid .bl > div .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.near_locations__item .shell > div .grid .bl > div .b > div {
	text-align: left;
	padding: 0 1rem;
	position: relative;
	font-weight: 100;
	font-size: .9rem;
	line-height: 1.9rem;
	color: #000;
	width: 33.33%;
	text-transform: none;
}

@media (min-width: 460px) {

	.near_locations__item .shell > div .grid .bl > div .b > div {
		font-size: 1.4rem;
	}
}

@media (min-width: 1750px) {

	.near_locations__item .shell > div .grid .bl > div .b > div {
		padding: 0 1rem;
	}
}

.near_locations__item .shell > div .grid .bl > div .b > div strong {
	font-weight: 500;
}

.near_locations__item .shell > div .grid .bl > div .b > div span {
	display: block;
	font-weight: 100;
	font-size: 1rem;
	line-height: 1.9rem;
	margin-bottom: 1rem;
	text-transform: none;
}

@media (min-width: 500px) {

	.near_locations__item .shell > div .grid .bl > div .b > div span {
		font-size: 1.5rem;
	}
}

.near_locations__item .shell > div .grid .bl > div .b > div div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.near_locations__item .shell > div .grid .bl > div .b > div div:before {
	content: '';
	width: .07rem;
	height: 3rem;
	background: #979797;
	position: absolute;
	left: 0;
	bottom: 0;
}

.near_locations__item .shell > div .grid .bl > div .b > div div:first-child {
	padding-left: 0;
}

.near_locations__item .shell > div .grid .bl > div .b > div div:first-child:before {
	content: none;
}

.near_locations__item .shell > div .grid .bl > div .b > div div:last-child {
	padding-right: 0;
}

.near_locations__item .shell > div .grid .bl > div .b > div div .dist,
							.near_locations__item .shell > div .grid .bl > div .b > div div .walk,
							.near_locations__item .shell > div .grid .bl > div .b > div div .car {
	width: 2rem;
	height: 2rem;
	fill: #000;
	margin-right: .4rem;
}

@media (min-width: 1550px) {

	.near_locations__item .shell > div .grid .bl > div .b > div div .dist,
							.near_locations__item .shell > div .grid .bl > div .b > div div .walk,
							.near_locations__item .shell > div .grid .bl > div .b > div div .car {
		width: 3rem;
		height: 3rem;
		margin-right: .8rem;
	}
}

.near_locations__item .shell > div .grid .bl > div .b > div div .walk {
	width: 1.5rem;
	height: 2.5rem;
}

@media (min-width: 1550px) {

	.near_locations__item .shell > div .grid .bl > div .b > div div .walk {
		width: 2rem;
		height: 3rem;
	}
}

.near_locations__item .shell > div .grid .bl > div .b > div div .car {
	width: 2rem;
	height: 2rem;
}

@media (min-width: 1550px) {

	.near_locations__item .shell > div .grid .bl > div .b > div div .car {
		width: 3.5rem;
		height: 2.2rem;
	}
}

.near_locations__item .shell > div .grid .bl > div:hover {
	box-shadow: 0 .1rem 1.3rem rgba(0,0,0, .2);
}

/* -------------------------- *\
    .faq
\* -------------------------- */

.faq { 
	padding: 3.2rem 1.5rem;
	max-width: 72rem;
	background: #FCFCFC;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.faq {
		padding: 5rem;
	}
}

.faq .shell {
	padding: 0;
}

.faq h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.faq h2 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

.faq__item {
	position: relative;
	padding: 3rem 0;
	background: #FAFAFA;
	border-bottom: .1rem solid #001B35;
	padding: 1rem;
	margin-bottom: 1.9rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.faq__item>h4 {
	position: relative;
	font-weight: 400;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	padding-right: 2rem;
}

.faq__item>h4 + p {
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 0 !important;
}

.faq__item>h4 + p span {
	position: static;
}

.faq__item .plus {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	transform: rotate(45deg);

	@include tra;
}

.faq__item .plus:before,
			.faq__item .plus:after {
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	height: .2rem;
	display: block;
	background: #000;

	@include tra;
}

.faq__item .plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item.closed h4 {
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.faq__item.closed p {
	display: none;
}

.faq__item.closed .plus {
	transform: rotate(0deg);
}

.faq__item.closed .plus:before,
				.faq__item.closed .plus:after {
	background: #001B35;
}

/*@import "_search_form";*/