@charset "UTF-8";
/**
 * Display
 */
.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-table {
  display: table !important; }

.d-inline-table {
  display: inline-table !important; }

.d-grid {
  display: grid !important; }

.d-inline-grid {
  display: inline-grid !important; }

@media all and (min-width: 576px) {
  .d-sm-block {
    display: block !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-inline-table {
    display: inline-table !important; }

  .d-sm-grid {
    display: grid !important; }

  .d-sm-inline-grid {
    display: inline-grid !important; } }
@media all and (min-width: 768px) {
  .d-md-block {
    display: block !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; }

  .d-md-table {
    display: table !important; }

  .d-md-inline-table {
    display: inline-table !important; }

  .d-md-grid {
    display: grid !important; }

  .d-md-inline-grid {
    display: inline-grid !important; } }
@media all and (min-width: 992px) {
  .d-lg-block {
    display: block !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-inline-table {
    display: inline-table !important; }

  .d-lg-grid {
    display: grid !important; }

  .d-lg-inline-grid {
    display: inline-grid !important; } }
@media all and (min-width: 1200px) {
  .d-xl-block {
    display: block !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-inline-table {
    display: inline-table !important; }

  .d-xl-grid {
    display: grid !important; }

  .d-xl-inline-grid {
    display: inline-grid !important; } }
/**
 * Align items
 */
.align-items-baseline {
  align-items: baseline !important; }

.align-items-center {
  align-items: center !important; }

.align-items-flex-end {
  align-items: flex-end !important; }

.align-items-flex-start {
  align-items: flex-start !important; }

.align-items-stretch {
  align-items: stretch !important; }

@media all and (min-width: 576px) {
  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-flex-end {
    align-items: flex-end !important; }

  .align-items-sm-flex-start {
    align-items: flex-start !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; } }
@media all and (min-width: 768px) {
  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-flex-end {
    align-items: flex-end !important; }

  .align-items-md-flex-start {
    align-items: flex-start !important; }

  .align-items-md-stretch {
    align-items: stretch !important; } }
@media all and (min-width: 992px) {
  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-flex-end {
    align-items: flex-end !important; }

  .align-items-lg-flex-start {
    align-items: flex-start !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; } }
@media all and (min-width: 1200px) {
  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-flex-end {
    align-items: flex-end !important; }

  .align-items-xl-flex-start {
    align-items: flex-start !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; } }
/**
 * Justify content
 */
.justify-content-start {
  justify-content: start !important; }

.justify-content-end {
  justify-content: end !important; }

.justify-content-flex-start {
  justify-content: flex-start !important; }

.justify-content-flex-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-left {
  justify-content: left !important; }

.justify-content-right {
  justify-content: right !important; }

.justify-content-normal {
  justify-content: normal !important; }

.justify-content-baseline {
  justify-content: baseline !important; }

.justify-content-space-between {
  justify-content: space-between !important; }

.justify-content-space-around {
  justify-content: space-around !important; }

.justify-content-space-evenly {
  justify-content: space-evenly !important; }

.justify-content-stretch {
  justify-content: stretch !important; }

@media all and (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: start !important; }

  .justify-content-sm-end {
    justify-content: end !important; }

  .justify-content-sm-flex-start {
    justify-content: flex-start !important; }

  .justify-content-sm-flex-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-left {
    justify-content: left !important; }

  .justify-content-sm-right {
    justify-content: right !important; }

  .justify-content-sm-normal {
    justify-content: normal !important; }

  .justify-content-sm-baseline {
    justify-content: baseline !important; }

  .justify-content-sm-space-between {
    justify-content: space-between !important; }

  .justify-content-sm-space-around {
    justify-content: space-around !important; }

  .justify-content-sm-space-evenly {
    justify-content: space-evenly !important; }

  .justify-content-sm-stretch {
    justify-content: stretch !important; } }
@media all and (min-width: 768px) {
  .justify-content-md-start {
    justify-content: start !important; }

  .justify-content-md-end {
    justify-content: end !important; }

  .justify-content-md-flex-start {
    justify-content: flex-start !important; }

  .justify-content-md-flex-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-left {
    justify-content: left !important; }

  .justify-content-md-right {
    justify-content: right !important; }

  .justify-content-md-normal {
    justify-content: normal !important; }

  .justify-content-md-baseline {
    justify-content: baseline !important; }

  .justify-content-md-space-between {
    justify-content: space-between !important; }

  .justify-content-md-space-around {
    justify-content: space-around !important; }

  .justify-content-md-space-evenly {
    justify-content: space-evenly !important; }

  .justify-content-md-stretch {
    justify-content: stretch !important; } }
@media all and (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: start !important; }

  .justify-content-lg-end {
    justify-content: end !important; }

  .justify-content-lg-flex-start {
    justify-content: flex-start !important; }

  .justify-content-lg-flex-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-left {
    justify-content: left !important; }

  .justify-content-lg-right {
    justify-content: right !important; }

  .justify-content-lg-normal {
    justify-content: normal !important; }

  .justify-content-lg-baseline {
    justify-content: baseline !important; }

  .justify-content-lg-space-between {
    justify-content: space-between !important; }

  .justify-content-lg-space-around {
    justify-content: space-around !important; }

  .justify-content-lg-space-evenly {
    justify-content: space-evenly !important; }

  .justify-content-lg-stretch {
    justify-content: stretch !important; } }
@media all and (min-width: 1200px) {
  .justify-content-xl-start {
    justify-content: start !important; }

  .justify-content-xl-end {
    justify-content: end !important; }

  .justify-content-xl-flex-start {
    justify-content: flex-start !important; }

  .justify-content-xl-flex-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-left {
    justify-content: left !important; }

  .justify-content-xl-right {
    justify-content: right !important; }

  .justify-content-xl-normal {
    justify-content: normal !important; }

  .justify-content-xl-baseline {
    justify-content: baseline !important; }

  .justify-content-xl-space-between {
    justify-content: space-between !important; }

  .justify-content-xl-space-around {
    justify-content: space-around !important; }

  .justify-content-xl-space-evenly {
    justify-content: space-evenly !important; }

  .justify-content-xl-stretch {
    justify-content: stretch !important; } }
/**
 * Text align
 */
.text-center {
  text-align: center !important; }

.text-end {
  text-align: end !important; }

.text-justify {
  text-align: justify !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-start {
  text-align: start !important; }

@media all and (min-width: 576px) {
  .text-sm-center {
    text-align: center !important; }

  .text-sm-end {
    text-align: end !important; }

  .text-sm-justify {
    text-align: justify !important; }

  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-start {
    text-align: start !important; } }
@media all and (min-width: 768px) {
  .text-md-center {
    text-align: center !important; }

  .text-md-end {
    text-align: end !important; }

  .text-md-justify {
    text-align: justify !important; }

  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-start {
    text-align: start !important; } }
@media all and (min-width: 992px) {
  .text-lg-center {
    text-align: center !important; }

  .text-lg-end {
    text-align: end !important; }

  .text-lg-justify {
    text-align: justify !important; }

  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-start {
    text-align: start !important; } }
@media all and (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important; }

  .text-xl-end {
    text-align: end !important; }

  .text-xl-justify {
    text-align: justify !important; }

  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-start {
    text-align: start !important; } }
/**
 * Flex wrap
 */
.flex-wrap-wrap {
  flex-wrap: wrap !important; }

.flex-wrap-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

@media all and (min-width: 576px) {
  .flex-wrap-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-wrap-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-wrap-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; } }
@media all and (min-width: 768px) {
  .flex-wrap-md-wrap {
    flex-wrap: wrap !important; }

  .flex-wrap-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-wrap-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; } }
@media all and (min-width: 992px) {
  .flex-wrap-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-wrap-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-wrap-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; } }
@media all and (min-width: 1200px) {
  .flex-wrap-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-wrap-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-wrap-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; } }
/*
|--------------------------------------------------------------------------
| ANCHOR General
|--------------------------------------------------------------------------
*/
*,
*::after,
*::before {
  box-sizing: border-box; }

html,
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth; }

/*
|--------------------------------------------------------------------------
| ANCHOR Grid
|--------------------------------------------------------------------------
*/
.container {
  display: block;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }

.container-fluid {
  display: block;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px; }

.col-1 {
  width: 8.33333%;
  flex-basis: 8.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-2 {
  width: 16.66667%;
  flex-basis: 16.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-3 {
  width: 25%;
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-4 {
  width: 33.33333%;
  flex-basis: 33.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-5 {
  width: 41.66667%;
  flex-basis: 41.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-6 {
  width: 50%;
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-7 {
  width: 58.33333%;
  flex-basis: 58.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-8 {
  width: 66.66667%;
  flex-basis: 66.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-9 {
  width: 75%;
  flex-basis: 75%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-10 {
  width: 83.33333%;
  flex-basis: 83.33333%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-11 {
  width: 91.66667%;
  flex-basis: 91.66667%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

.col-12 {
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px; }

@media all and (min-width: 576px) {
  .col-sm-1 {
    width: 8.33333%;
    flex-basis: 8.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-2 {
    width: 16.66667%;
    flex-basis: 16.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-4 {
    width: 33.33333%;
    flex-basis: 33.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-5 {
    width: 41.66667%;
    flex-basis: 41.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-7 {
    width: 58.33333%;
    flex-basis: 58.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-8 {
    width: 66.66667%;
    flex-basis: 66.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-10 {
    width: 83.33333%;
    flex-basis: 83.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-11 {
    width: 91.66667%;
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-sm-12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; } }
@media all and (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%;
    flex-basis: 8.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-2 {
    width: 16.66667%;
    flex-basis: 16.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-4 {
    width: 33.33333%;
    flex-basis: 33.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-5 {
    width: 41.66667%;
    flex-basis: 41.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-7 {
    width: 58.33333%;
    flex-basis: 58.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-8 {
    width: 66.66667%;
    flex-basis: 66.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-10 {
    width: 83.33333%;
    flex-basis: 83.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-11 {
    width: 91.66667%;
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-md-12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; } }
@media all and (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%;
    flex-basis: 8.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-2 {
    width: 16.66667%;
    flex-basis: 16.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-4 {
    width: 33.33333%;
    flex-basis: 33.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-5 {
    width: 41.66667%;
    flex-basis: 41.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-7 {
    width: 58.33333%;
    flex-basis: 58.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-8 {
    width: 66.66667%;
    flex-basis: 66.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-10 {
    width: 83.33333%;
    flex-basis: 83.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-11 {
    width: 91.66667%;
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-lg-12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; } }
@media all and (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333%;
    flex-basis: 8.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-2 {
    width: 16.66667%;
    flex-basis: 16.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-4 {
    width: 33.33333%;
    flex-basis: 33.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-5 {
    width: 41.66667%;
    flex-basis: 41.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-7 {
    width: 58.33333%;
    flex-basis: 58.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-8 {
    width: 66.66667%;
    flex-basis: 66.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-10 {
    width: 83.33333%;
    flex-basis: 83.33333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-11 {
    width: 91.66667%;
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; }

  .col-xl-12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px; } }
html {
  font-size: 0.625em; }

body {
  font-size: 1.6rem;
  font-family: Raleway, sans-serif; }

h1 {
  font-size: 55px;
  font-weight: 200;
  line-height: 1.15; }
  @media all and (max-width: 767.98px) {
    h1 {
      font-size: 45px; } }

h2 {
  font-size: 24px;
  font-weight: 200; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2; }
  @media all and (max-width: 767.98px) {
    p {
      font-weight: 400; } }

button, input[type="submit"], input[type="button"] {
  background-color: #ec6739;
  padding: 17px;
  border: none;
  margin-top: 50px;
  box-shadow: 0px 5px 9px grey;
  min-width: 190px; }
  button a, input[type="submit"] a, input[type="button"] a {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff; }
  button a:hover, input[type="submit"] a:hover, input[type="button"] a:hover {
    color: #000000; }

body.blog section.current-info .container .row {
  padding-bottom: 50px; }
  body.blog section.current-info .container .row .col-12 h1 {
    padding-top: 25px;
    padding-bottom: 25px; }
    body.blog section.current-info .container .row .col-12 h1 span {
      font-weight: 900; }
body.blog section.current-info .container .row.button {
  display: none;
  padding-bottom: 50px; }
  body.blog section.current-info .container .row.button .col-md-2 {
    margin-left: auto;
    margin-right: auto; }
@media all and (max-width: 767.98px) {
  body.blog section.current-info .container .row {
    padding-bottom: 25px; }
    body.blog section.current-info .container .row .col-12 {
      text-align: center; }
      body.blog section.current-info .container .row .col-12 h1 {
        font-size: 46px; }
  body.blog section.current-info .container .row.button .col-md-2 button {
    margin-top: 0px; } }

section.floor-spaces .container .row .col-12 .row {
  margin-bottom: 50px; }
section.floor-spaces .container .shop-gallery {
  padding-top: 0;
  padding-bottom: 25px; }
section.floor-spaces .container .row.button .col-md-2 button {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#header-posts {
  height: 115px; }
  #header-posts .container-fluid {
    height: 100%;
    padding-right: 0;
    background-color: #1b1f2a;
    color: #ffffff; }
    #header-posts .container-fluid .row {
      height: 100%;
      margin-left: -20px;
      margin-right: -10px; }
      #header-posts .container-fluid .row .col-md-6.left {
        height: 100%; }
        #header-posts .container-fluid .row .col-md-6.left .left-inner {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          height: 100%;
          max-width: 700px;
          padding-left: 20px;
          height: 100%;
          margin-left: auto; }
          #header-posts .container-fluid .row .col-md-6.left .left-inner p.header-text {
            padding-left: 25px;
            margin-left: 25px;
            border-left: 2px solid rgba(251, 251, 251, 0.2);
            font-size: 14px;
            text-align: left;
            line-height: 1.2; }
          #header-posts .container-fluid .row .col-md-6.left .left-inner .mobile-trigger {
            display: none; }
      #header-posts .container-fluid .row .col-md-6.right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        max-width: 700px;
        padding-right: 20px;
        height: 100%;
        margin-right: auto; }
        #header-posts .container-fluid .row .col-md-6.right a {
          text-decoration: none;
          color: #ffffff;
          font-weight: bold;
          font-size: 14px; }
        #header-posts .container-fluid .row .col-md-6.right a:hover {
          color: #ec6739; }
        #header-posts .container-fluid .row .col-md-6.right svg.facebook-nav {
          margin-right: 10px; }
        #header-posts .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu {
          list-style: none;
          padding-left: 0; }
          #header-posts .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu li {
            display: inline;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 5px;
            padding-right: 18px; }
        #header-posts .container-fluid .row .col-md-6.right .header-socials {
          border-left: 2px solid #ffffff;
          padding-left: 40px; }
          #header-posts .container-fluid .row .col-md-6.right .header-socials svg {
            height: 19px; }
  @media all and (max-width: 767.98px) {
    #header-posts {
      height: 80px; }
      #header-posts .container-fluid {
        background-color: #1b1f2a; }
        #header-posts .container-fluid .row .col-md-6.left {
          background-color: #1b1f2a;
          position: fixed;
          z-index: 2000;
          height: 80px; }
          #header-posts .container-fluid .row .col-md-6.left .left-inner {
            justify-content: space-around;
            padding-left: 0; }
            #header-posts .container-fluid .row .col-md-6.left .left-inner img.custom-logo {
              height: auto;
              width: 80%;
              position: relative;
              left: -15px; }
            #header-posts .container-fluid .row .col-md-6.left .left-inner p.header-text {
              display: none; }
            #header-posts .container-fluid .row .col-md-6.left .left-inner .mobile-trigger {
              display: block;
              text-align: left; }
              #header-posts .container-fluid .row .col-md-6.left .left-inner .mobile-trigger button#mobile-menu {
                background-color: #1b1f2a;
                padding: 0;
                margin-top: 0;
                box-shadow: none;
                min-width: 0; }
                #header-posts .container-fluid .row .col-md-6.left .left-inner .mobile-trigger button#mobile-menu span {
                  color: #ffffff;
                  font-weight: 900;
                  position: relative;
                  top: -5px;
                  left: -10px; }
        #header-posts .container-fluid .row .col-md-6.right {
          display: none; }
      #header-posts.open .container-fluid .row .col-md-6.right {
        background-color: #1b1f2a;
        display: block;
        position: fixed;
        z-index: 2000;
        top: 80px;
        left: 0;
        height: auto; }
        #header-posts.open .container-fluid .row .col-md-6.right nav#main-nav {
          text-align: center;
          padding-left: 0 !important;
          padding-right: 0 !important; }
          #header-posts.open .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu {
            display: block;
            width: calc(100% - 60px) !important;
            padding-left: 30px !important;
            padding-right: 30px !important;
            margin-right: 30px !important;
            margin-left: 30px !important; }
            #header-posts.open .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu li {
              display: block;
              padding: 15px; }
              #header-posts.open .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu li a {
                color: #ffffff; }
              #header-posts.open .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu li a:hover {
                color: #ec6739; }
        #header-posts.open .container-fluid .row .col-md-6.right .header-socials {
          display: none; } }

#contact-form {
  background-color: #f4f4f4;
  color: #000000;
  padding-top: 50px;
  padding-bottom: 80px;
  min-height: 780px; }
  #contact-form .container .row .col-md-6 h1 {
    margin-top: 60px;
    margin-bottom: 60px; }
  #contact-form .container .row .col-md-6 p.contact-us-text {
    font-size: 24px;
    color: #000000;
    letter-spacing: 18px;
    opacity: 0.4;
    margin-bottom: 45px; }
  #contact-form .container .row .col-md-6 p.space-for-lease-text {
    margin-bottom: 50px; }
  #contact-form .container .row .col-md-6 p {
    line-height: 30px; }
    #contact-form .container .row .col-md-6 p span {
      margin-left: 15px;
      font-weight: bold; }
      #contact-form .container .row .col-md-6 p span a {
        color: #000000; }
      #contact-form .container .row .col-md-6 p span a:hover {
        color: #ec6739; }
  #contact-form .container .row .col-md-6.form {
    color: #000000;
    font-size: 16px;
    margin-top: 61px; }
    #contact-form .container .row .col-md-6.form .form-bg {
      background-color: #1b1f2a;
      padding: 35px;
      color: #ffffff;
      font-weight: bold; }
      #contact-form .container .row .col-md-6.form .form-bg span.star {
        color: #ec6739; }
      #contact-form .container .row .col-md-6.form .form-bg .col-md-6.form-item {
        padding: 28px 13px; }
        #contact-form .container .row .col-md-6.form .form-bg .col-md-6.form-item input {
          width: 100%; }
      #contact-form .container .row .col-md-6.form .form-bg input.wpcf7-text {
        margin-top: 10px;
        background-color: #1b1f2a;
        border: 0px;
        border-bottom: 1px solid #4e4f52;
        color: #fff;
        font-family: Raleway; }
      #contact-form .container .row .col-md-6.form .form-bg .col-12.form-item {
        padding-top: 28px; }
        #contact-form .container .row .col-md-6.form .form-bg .col-12.form-item textarea {
          width: 100%; }
      #contact-form .container .row .col-md-6.form .form-bg textarea.wpcf7-textarea {
        margin-top: 10px;
        background-color: #1b1f2a;
        border: 0px;
        border-bottom: 1px solid #4e4f52;
        color: #fff;
        font-family: Raleway; }
    #contact-form .container .row .col-md-6.form .row.acceptance {
      margin-top: 25px; }
      #contact-form .container .row .col-md-6.form .row.acceptance .col-12 {
        display: flex;
        justify-content: space-between;
        flex-direction: row; }
        #contact-form .container .row .col-md-6.form .row.acceptance .col-12 a {
          font-weight: bold;
          color: #000000; }
        #contact-form .container .row .col-md-6.form .row.acceptance .col-12 a:hover {
          color: #ec6739; }
        #contact-form .container .row .col-md-6.form .row.acceptance .col-12 span.wpcf7-form-control-wrap.your-acceptance {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #contact-form .container .row .col-md-6.form .row.acceptance .col-12 span.wpcf7-form-control-wrap.your-acceptance span.wpcf7-list-item {
            margin-left: 0px; }
          #contact-form .container .row .col-md-6.form .row.acceptance .col-12 span.wpcf7-form-control-wrap.your-acceptance span.wpcf7-list-item-label {
            font-size: 12px;
            font-weight: normal; }
        #contact-form .container .row .col-md-6.form .row.acceptance .col-12 input.wpcf7-form-control.wpcf7-submit {
          background-color: #ec6739;
          color: #ffffff;
          margin-top: 0px; }
        #contact-form .container .row .col-md-6.form .row.acceptance .col-12 span.ajax-loader {
          display: none; }
  @media all and (max-width: 767.98px) {
    #contact-form {
      padding-bottom: 20px; }
      #contact-form .container {
        padding-left: 0;
        padding-right: 0; }
        #contact-form .container .row .col-md-6:first-child {
          padding-left: 30px;
          padding-right: 30px; }
          #contact-form .container .row .col-md-6:first-child h1 b {
            font-weight: 900; }
          #contact-form .container .row .col-md-6:first-child p.contact-us-text {
            font-weight: 400;
            letter-spacing: 10px; }
          #contact-form .container .row .col-md-6:first-child p.space-for-lease-text {
            font-weight: 400;
            padding: 10px 0; }
            #contact-form .container .row .col-md-6:first-child p.space-for-lease-text br {
              display: none; }
          #contact-form .container .row .col-md-6:first-child p.our-address, #contact-form .container .row .col-md-6:first-child p.our-phone, #contact-form .container .row .col-md-6:first-child p.our-mail {
            text-align: center;
            margin-bottom: 10px;
            margin-top: 10px; }
            #contact-form .container .row .col-md-6:first-child p.our-address svg, #contact-form .container .row .col-md-6:first-child p.our-phone svg, #contact-form .container .row .col-md-6:first-child p.our-mail svg {
              display: block;
              margin-right: auto;
              margin-left: auto;
              margin-bottom: 12px; }
            #contact-form .container .row .col-md-6:first-child p.our-address span, #contact-form .container .row .col-md-6:first-child p.our-phone span, #contact-form .container .row .col-md-6:first-child p.our-mail span {
              margin-left: 0; }
        #contact-form .container .row .form .form-item {
          text-align: center; }
          #contact-form .container .row .form .form-item textarea.wpcf7-textarea {
            height: 75px; }
        #contact-form .container .row .col-md-6.form .row.acceptance .col-12 {
          flex-direction: column;
          align-items: center; }
          #contact-form .container .row .col-md-6.form .row.acceptance .col-12 span.wpcf7-form-control-wrap.your-acceptance span.wpcf7-list-item {
            margin-top: 25px;
            padding: 22px; }
          #contact-form .container .row .col-md-6.form .row.acceptance .col-12 input.wpcf7-submit {
            order: -1; } }

#main-footer {
  background-color: #1b1f2a;
  color: #ffffff;
  min-height: 664px;
  padding-top: 100px;
  background-image: url("https://citycentrum.lukasballay.sk/wp-content/uploads/2020/12/ilustracny_obrazok_paticka.png");
  background-repeat: no-repeat;
  background-size: 45%; }
  #main-footer .upper .container .row {
    margin-bottom: 50px; }
    #main-footer .upper .container .row .col-md-6:first-child span.socials {
      font-weight: normal;
      position: relative;
      top: -5px;
      left: 15px; }
    #main-footer .upper .container .row .col-md-6 p.footer-heading {
      font-size: 20px;
      font-weight: normal;
      line-height: initial; }
    #main-footer .upper .container .row .col-md-6 p.billing-info {
      font-weight: 100; }
    #main-footer .upper .container .row .col-md-6 nav#footer-nav ul#menu-footer-menu {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding-left: 0;
      max-width: 290px; }
      #main-footer .upper .container .row .col-md-6 nav#footer-nav ul#menu-footer-menu li {
        flex-grow: 0;
        flex-shrink: 0; }
        #main-footer .upper .container .row .col-md-6 nav#footer-nav ul#menu-footer-menu li:nth-of-type(odd) {
          flex-basis: 40%; }
        #main-footer .upper .container .row .col-md-6 nav#footer-nav ul#menu-footer-menu li:nth-of-type(even) {
          flex-basis: 60%; }
      #main-footer .upper .container .row .col-md-6 nav#footer-nav ul#menu-footer-menu a {
        text-decoration: none;
        color: #fff;
        font-weight: lighter;
        line-height: 30px; }
      #main-footer .upper .container .row .col-md-6 nav#footer-nav ul#menu-footer-menu a:hover {
        color: #ec6739; }
  #main-footer .lower {
    border-top: 2px solid #2a2c38; }
    #main-footer .lower .row.footer {
      text-align: center;
      padding-top: 50px; }
      #main-footer .lower .row.footer p {
        margin-left: auto;
        margin-right: auto;
        font-weight: bold; }
        #main-footer .lower .row.footer p span.all-rights-reserved {
          font-weight: normal; }
  @media all and (max-width: 767.98px) {
    #main-footer {
      background-position: center 130px;
      background-size: 100%;
      padding-top: 65px;
      padding-bottom: 50px; }
      #main-footer .upper .container .row {
        margin-bottom: 0; }
        #main-footer .upper .container .row .col-md-6 {
          text-align: center; }
          #main-footer .upper .container .row .col-md-6 p.about br {
            display: none; }
          #main-footer .upper .container .row .col-md-6 .row .col-md-5 span {
            top: 0px; }
        #main-footer .upper .container .row .col-md-6 .row .col-md-6 p.footer-heading {
          font-weight: 700; }
        #main-footer .upper .container .row .col-md-6 .row .col-md-6 nav#footer-nav {
          padding-left: 0 !important;
          padding-right: 0 !important; }
          #main-footer .upper .container .row .col-md-6 .row .col-md-6 nav#footer-nav ul#menu-footer-menu {
            display: block !important;
            width: calc(100% - 60px) !important;
            padding-left: 30px !important;
            padding-right: 30px !important;
            margin-right: 30px !important;
            margin-left: 30px !important; }
            #main-footer .upper .container .row .col-md-6 .row .col-md-6 nav#footer-nav ul#menu-footer-menu li {
              display: block;
              flex-basis: 100%; } }

#main-header {
  height: 115px; }
  #main-header .container-fluid {
    height: 100%;
    padding-right: 0; }
    #main-header .container-fluid .row {
      height: 100%;
      margin-left: -20px;
      margin-right: -10px; }
      #main-header .container-fluid .row .col-md-6.left {
        background-color: #1b1f2a;
        border-bottom: 2px solid rgba(251, 251, 251, 0.2);
        height: 100%; }
        #main-header .container-fluid .row .col-md-6.left .left-inner {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          height: 100%;
          max-width: 700px;
          padding-left: 20px;
          height: 100%;
          margin-left: auto; }
          #main-header .container-fluid .row .col-md-6.left .left-inner p.header-text {
            padding-left: 25px;
            margin-left: 25px;
            border-left: 2px solid rgba(251, 251, 251, 0.2);
            color: #ffffff;
            font-size: 14px;
            text-align: left;
            line-height: 1.2; }
          #main-header .container-fluid .row .col-md-6.left .left-inner .mobile-trigger {
            display: none; }
      #main-header .container-fluid .row .col-md-6.right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        max-width: 700px;
        padding-right: 20px;
        height: 100%;
        margin-right: auto;
        background-color: #ffffff; }
        #main-header .container-fluid .row .col-md-6.right a {
          text-decoration: none;
          color: #000000;
          font-weight: bold;
          font-size: 14px; }
        #main-header .container-fluid .row .col-md-6.right a:hover {
          color: #ec6739; }
        #main-header .container-fluid .row .col-md-6.right svg.facebook-nav {
          margin-right: 10px; }
        #main-header .container-fluid .row .col-md-6.right nav#main-nav {
          padding-right: 23px; }
          #main-header .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu {
            list-style: none;
            padding-left: 0; }
            #main-header .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu li {
              display: inline;
              padding-top: 5px;
              padding-bottom: 5px;
              padding-left: 5px;
              padding-right: 22px; }
        #main-header .container-fluid .row .col-md-6.right .header-socials {
          border-left: 2px solid black;
          padding-left: 40px; }
  @media all and (max-width: 767.98px) {
    #main-header .container-fluid .row .col-md-6.left {
      position: fixed;
      z-index: 2000;
      height: 80px;
      background-color: #1b1f2a; }
      #main-header .container-fluid .row .col-md-6.left .left-inner {
        justify-content: space-around;
        padding-left: 0; }
        #main-header .container-fluid .row .col-md-6.left .left-inner img.custom-logo {
          height: auto;
          width: 80%;
          position: relative;
          left: -15px; }
        #main-header .container-fluid .row .col-md-6.left .left-inner p.header-text {
          display: none; }
        #main-header .container-fluid .row .col-md-6.left .left-inner .mobile-trigger {
          display: block;
          text-align: left; }
          #main-header .container-fluid .row .col-md-6.left .left-inner .mobile-trigger button#mobile-menu {
            background-color: #1b1f2a;
            padding: 0;
            margin-top: 0;
            box-shadow: none;
            min-width: 0; }
            #main-header .container-fluid .row .col-md-6.left .left-inner .mobile-trigger button#mobile-menu span {
              color: #ffffff;
              font-weight: 900;
              position: relative;
              top: -5px;
              left: -10px; }
    #main-header .container-fluid .row .col-md-6.right {
      display: none; }
    #main-header.open .container-fluid .row .col-md-6.right {
      background-color: #1b1f2a;
      display: block;
      position: fixed;
      z-index: 2000;
      top: 80px;
      left: 0;
      height: auto; }
      #main-header.open .container-fluid .row .col-md-6.right nav#main-nav {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important; }
        #main-header.open .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu {
          display: block;
          width: calc(100% - 60px) !important;
          padding-left: 30px !important;
          padding-right: 30px !important;
          margin-right: 30px !important;
          margin-left: 30px !important; }
          #main-header.open .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu li {
            display: block;
            padding: 15px; }
            #main-header.open .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu li a {
              color: #ffffff; }
            #main-header.open .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu li a:hover {
              color: #ec6739; }
      #main-header.open .container-fluid .row .col-md-6.right .header-socials {
        display: none; } }
  @media all and (min-width: 768px) and (max-width: 1399.99px) {
    #main-header .container-fluid .row .col-md-6.right nav#main-nav ul#menu-hlavne-menu li {
      padding-right: 7px; } }

div.col-md-4 {
  padding: 5px; }
  div.col-md-4 .single-post-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    padding: 20px 35px;
    box-shadow: 1px 7px 13px 0px grey; }
    div.col-md-4 .single-post-box .post-info {
      padding-bottom: 30px; }
      div.col-md-4 .single-post-box .post-info p {
        font-size: 14px;
        font-weight: normal; }
      div.col-md-4 .single-post-box .post-info .post-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 1.5; }
        div.col-md-4 .single-post-box .post-info .post-title br {
          display: none; }
    div.col-md-4 .single-post-box .post-link {
      padding-top: 15px;
      border-top: 2px solid rgba(0, 0, 0, 0.2); }
      div.col-md-4 .single-post-box .post-link a {
        font-weight: bold;
        color: #000000; }
      div.col-md-4 .single-post-box .post-link a:hover {
        color: #ec6739; }
      div.col-md-4 .single-post-box .post-link svg.arrow {
        padding-left: 5px;
        width: 21px; }
  @media all and (max-width: 767.98px) {
    div.col-md-4 {
      margin-bottom: 45px; }
      div.col-md-4 .single-post-box {
        padding: 18px 26px;
        text-align: left; } }

section.shops-in-object .container .row {
  padding-bottom: 50px; }
  section.shops-in-object .container .row .col-12 h1 {
    padding-top: 25px;
    padding-bottom: 25px; }
    section.shops-in-object .container .row .col-12 h1 span {
      font-weight: 900; }
section.shops-in-object .container .row.button {
  display: none;
  padding-bottom: 50px; }
  section.shops-in-object .container .row.button .col-md-2 {
    margin-left: auto;
    margin-right: auto; }
@media all and (max-width: 767.98px) {
  section.shops-in-object .container .row {
    padding-bottom: 25px; }
  section.shops-in-object .container .row.button button {
    margin-top: 0; } }

div.col-md-4 {
  padding: 5px; }
  div.col-md-4 .single-shop-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 7px 13px 0px grey;
    padding: 20px 35px;
    min-height: 370px;
    max-width: 450px; }
    div.col-md-4 .single-shop-box .box-header {
      display: flex;
      justify-content: space-between; }
      div.col-md-4 .single-shop-box .box-header p.shop-logo img {
        max-width: 73%;
        height: auto; }
      div.col-md-4 .single-shop-box .box-header p.shop-type {
        font-weight: bold; }
    div.col-md-4 .single-shop-box .shop-info p {
      font-size: 14px;
      font-weight: normal; }
    div.col-md-4 .single-shop-box .shop-info p.shop-address {
      font-weight: bold; }
      div.col-md-4 .single-shop-box .shop-info p.shop-address span {
        padding-left: 9px;
        position: relative;
        top: -5px; }
      div.col-md-4 .single-shop-box .shop-info p.shop-address svg path#adresa {
        stroke: #ec6739; }
    div.col-md-4 .single-shop-box .shop-link {
      border-top: 2px solid rgba(0, 0, 0, 0.2);
      padding-top: 15px; }
      div.col-md-4 .single-shop-box .shop-link a {
        font-weight: bold;
        color: #000000; }
      div.col-md-4 .single-shop-box .shop-link a:hover {
        color: #ec6739; }
      div.col-md-4 .single-shop-box .shop-link svg.arrow {
        padding-left: 5px;
        width: 22px; }
    @media all and (max-width: 767.98px) {
      div.col-md-4 .single-shop-box {
        padding: 20px;
        font-size: 13px; } }

section.floor-space-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  section.floor-space-title .container .row {
    justify-content: space-between; }
    section.floor-space-title .container .row .col-md-8 h1  {
      font-weight: 900; }
    section.floor-space-title .container .row .col-md-4 {
      padding-top: 90px; }
  @media all and (max-width: 767.98px) {
    section.floor-space-title {
      border: none; }
      section.floor-space-title .container .row {
        flex-direction: column;
        align-items: center; }
        section.floor-space-title .container .row .col-md-8 {
          order: 3;
          text-align: center; }
        section.floor-space-title .container .row .col-md-4 {
          order: -1;
          padding-top: 50px; } }

section.floor-space-body .container .floor-space-info {
  padding-top: 100px; }
  section.floor-space-body .container .floor-space-info .col-md-4 img.main-img {
    width: 115%;
    height: auto;
    margin-top: 16px; }
  section.floor-space-body .container .floor-space-info .col-md-7 .specifications {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    padding-top: 25px; }
    section.floor-space-body .container .floor-space-info .col-md-7 .specifications p {
      display: flex; }
      section.floor-space-body .container .floor-space-info .col-md-7 .specifications p svg {
        display: block; }
      section.floor-space-body .container .floor-space-info .col-md-7 .specifications p span {
        display: block;
        margin-left: 15px;
        position: relative;
        top: -5px;
        line-height: 1.5; }
  section.floor-space-body .container .floor-space-info .col-md-7 .row .col-md-6 button {
    width: 100%;
    min-height: 62px; }
  section.floor-space-body .container .floor-space-info .col-md-7 .row .col-md-6 button#download-blueprint {
    border: 2px solid #ec6739;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    section.floor-space-body .container .floor-space-info .col-md-7 .row .col-md-6 button#download-blueprint a {
      color: #000000;
      position: relative;
      top: 3px;
      left: 10px; }
    section.floor-space-body .container .floor-space-info .col-md-7 .row .col-md-6 button#download-blueprint a:hover {
      color: #ec6739; }
section.floor-space-body .container .floor-space-gallery {
  padding-top: 80px;
  padding-bottom: 80px; }
  section.floor-space-body .container .floor-space-gallery .col-12 p.gallery {
    font-weight: 900;
    font-size: 32px; }
section.floor-space-body .container .row.button {
  display: none;
  padding-bottom: 40px; }
  section.floor-space-body .container .row.button .col-md-2 {
    margin-left: auto;
    margin-right: auto; }
@media all and (max-width: 767.98px) {
  section.floor-space-body {
    padding-top: 0; }
    section.floor-space-body .container .floor-space-info {
      padding-top: 0; }
      section.floor-space-body .container .floor-space-info .col-md-4 {
        margin-bottom: 10px; }
        section.floor-space-body .container .floor-space-info .col-md-4 img.main-img {
          width: 98%; }
      section.floor-space-body .container .floor-space-info .col-md-7 .specifications {
        flex-direction: column;
        text-align: center; }
        section.floor-space-body .container .floor-space-info .col-md-7 .specifications p {
          display: block; }
          section.floor-space-body .container .floor-space-info .col-md-7 .specifications p svg {
            margin-left: auto;
            margin-right: auto;
            height: 33px; }
          section.floor-space-body .container .floor-space-info .col-md-7 .specifications p span {
            position: initial;
            margin-left: 0; }
      section.floor-space-body .container .floor-space-info .col-md-7 .row button {
        margin-top: 15px; }
      section.floor-space-body .container .floor-space-info .col-md-7 .row button#interest-in-floor {
        margin-top: 30px; }
    section.floor-space-body .container .floor-space-gallery {
      padding-top: 0;
      padding-bottom: 25px; }
    section.floor-space-body .container .row.button .col-md-2 button {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

section.post-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  section.post-title .row {
    padding-top: 80px;
    padding-bottom: 40px; }
    section.post-title .row .col-md-4 {
      padding-top: 45px;
      text-align: right; }
  @media all and (max-width: 767.98px) {
    section.post-title .row {
      padding-bottom: 0px; }
      section.post-title .row h1 {
        font-size: 39px; }
        section.post-title .row h1 br {
          display: none; }
      section.post-title .row p {
        margin-left: 10px; }
      section.post-title .row .col-md-4 {
        padding-top: 0;
        text-align: left; }
        section.post-title .row .col-md-4 br {
          display: none; } }

section.post-body {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  section.post-body .container .row {
    padding-top: 90px;
    padding-bottom: 90px; }
    section.post-body .container .row .col-md-10 {
      margin-left: auto;
      margin-right: auto; }
      section.post-body .container .row .col-md-10 p {
        font-size: 14px; }
  @media all and (max-width: 767.98px) {
    section.post-body .container .row {
      padding: 60px 0; }
      section.post-body .container .row .col-md-10 p {
        padding-bottom: 15px; } }

section.recommended-posts .container .row .col-12 {
  padding-top: 80px; }
  section.recommended-posts .container .row .col-12 h3 {
    font-size: 35px;
    position: relative;
    left: 7px;
    font-weight: 900; }
  section.recommended-posts .container .row .col-12 .row {
    margin-left: auto;
    margin-right: auto; }
section.recommended-posts .container .row.button {
  padding-bottom: 80px; }
  section.recommended-posts .container .row.button .col-md-2 {
    margin-left: auto;
    margin-right: auto; }
@media all and (max-width: 767.98px) {
  section.recommended-posts .container .row .col-12 {
    padding-top: 50px; }
    section.recommended-posts .container .row .col-12 .row .col-md-4 {
      display: none; }
    section.recommended-posts .container .row .col-12 .row .col-md-4:first-child {
      display: inline; }
  section.recommended-posts .container .row.button .col-md-2 button {
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto; } }

section.shop-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  section.shop-title .container .row {
    justify-content: space-between; }
    section.shop-title .container .row .col-md-9 h1  {
      font-weight: 900; }
    section.shop-title .container .row .col-md-3 {
      padding-top: 90px;
      position: relative;
      top: -25px; }
  @media all and (max-width: 767.98px) {
    section.shop-title {
      border: none; }
      section.shop-title .container .row {
        flex-direction: column;
        align-items: center; }
        section.shop-title .container .row .col-md-9 {
          order: 3;
          text-align: center; }
          section.shop-title .container .row .col-md-9 h1 {
            margin-top: 0px; }
        section.shop-title .container .row .col-md-3 {
          order: -1;
          padding-top: 50px;
          top: 0; } }

section.shop-body .container .shop-info {
  padding-top: 100px; }
  section.shop-body .container .shop-info .col-md-4 img.main-img {
    width: 115%;
    height: auto;
    margin-top: 16px; }
  section.shop-body .container .shop-info .col-md-7 .opening-hours {
    padding-bottom: 15px; }
    section.shop-body .container .shop-info .col-md-7 .opening-hours .hours-heading span {
      font-weight: bold;
      margin-left: 15px; }
    section.shop-body .container .shop-info .col-md-7 .opening-hours ul.hours {
      list-style-type: none;
      padding-left: unset;
      column-count: 3;
      line-height: 1.7;
      font-weight: 700; }
  section.shop-body .container .shop-info .col-md-7 .address {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    padding-top: 25px; }
    section.shop-body .container .shop-info .col-md-7 .address p {
      font-weight: bold; }
      section.shop-body .container .shop-info .col-md-7 .address p path {
        stroke: #ec6739; }
      section.shop-body .container .shop-info .col-md-7 .address p span {
        margin-left: 15px; }
        section.shop-body .container .shop-info .col-md-7 .address p span a {
          color: #000; }
        section.shop-body .container .shop-info .col-md-7 .address p span a:hover {
          color: #ec6739; }
section.shop-body .container .shop-gallery {
  padding-top: 80px;
  padding-bottom: 80px; }
  section.shop-body .container .shop-gallery .col-12 p.gallery {
    font-weight: 900;
    font-size: 32px; }
section.shop-body .container .row.button {
  display: none;
  padding-bottom: 40px; }
  section.shop-body .container .row.button .col-md-2 {
    margin-left: auto;
    margin-right: auto; }
@media all and (max-width: 767.98px) {
  section.shop-body {
    padding-top: 0; }
    section.shop-body .container .shop-info {
      padding-top: 0; }
      section.shop-body .container .shop-info .col-md-4 {
        margin-bottom: 10px; }
        section.shop-body .container .shop-info .col-md-4 img.main-img {
          width: 98%; }
      section.shop-body .container .shop-info .col-md-7 .opening-hours {
        text-align: center; }
        section.shop-body .container .shop-info .col-md-7 .opening-hours ul.hours {
          column-count: 1;
          line-height: 1.5; }
      section.shop-body .container .shop-info .col-md-7 .address {
        flex-direction: column;
        text-align: center; }
    section.shop-body .container .shop-gallery {
      padding-top: 0;
      padding-bottom: 25px; }
    section.shop-body .container .row.button .col-md-2 button {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

body.home .main-section {
  background-color: #1b1f2a;
  height: calc(100vh - 115px); }
  body.home .main-section .container-fluid {
    height: 100%;
    padding-right: 0; }
    body.home .main-section .container-fluid .row {
      height: 100%;
      margin-right: 0;
      flex-wrap: nowrap; }
      body.home .main-section .container-fluid .row .col-md-6.main-left {
        height: 100%;
        color: #ffffff;
        padding-top: 90px;
        max-width: 700px;
        padding-left: 20px;
        margin-left: auto; }
        body.home .main-section .container-fluid .row .col-md-6.main-left h1 {
          font-weight: 200;
          font-size: 45px; }
          body.home .main-section .container-fluid .row .col-md-6.main-left h1 span.heading-bold {
            font-weight: 900;
            color: #ec6739; }
        body.home .main-section .container-fluid .row .col-md-6.main-left p.city-center {
          font-size: 24px;
          letter-spacing: 18px;
          opacity: 0.4;
          margin-bottom: 50px; }
        body.home .main-section .container-fluid .row .col-md-6.main-left button {
          box-shadow: none; }
      body.home .main-section .container-fluid .row .col-md-6.main-right {
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding-right: 0;
        position: relative;
        padding-left: 0; }
        body.home .main-section .container-fluid .row .col-md-6.main-right .banner-image.active {
          opacity: 1; }
        body.home .main-section .container-fluid .row .col-md-6.main-right .banner-image {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          height: 100%;
          width: 100%;
          position: absolute;
          opacity: 0;
          transition: 2s; }
        body.home .main-section .container-fluid .row .col-md-6.main-right .pagination {
          max-width: fit-content;
          position: absolute;
          z-index: 100; }
          body.home .main-section .container-fluid .row .col-md-6.main-right .pagination svg.active circle#Dot {
            fill: #ec6739; }
          body.home .main-section .container-fluid .row .col-md-6.main-right .pagination svg circle#Dot {
            fill: #fff; }
  @media all and (max-width: 767.98px) {
    body.home .main-section {
      background-color: #ffffff;
      height: auto;
      padding-bottom: 45px; }
      body.home .main-section .container-fluid {
        padding-right: 0;
        padding-left: 0; }
        body.home .main-section .container-fluid .row {
          margin-right: -10px;
          flex-wrap: wrap; }
          body.home .main-section .container-fluid .row .col-md-6.main-left {
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 45px;
            padding-top: 0;
            color: #000000;
            height: auto; }
            body.home .main-section .container-fluid .row .col-md-6.main-left svg.home-icon {
              display: none; }
            body.home .main-section .container-fluid .row .col-md-6.main-left h1 {
              font-size: 45px; }
            body.home .main-section .container-fluid .row .col-md-6.main-left p br {
              display: none; }
            body.home .main-section .container-fluid .row .col-md-6.main-left p.city-center {
              letter-spacing: 10px; }
          body.home .main-section .container-fluid .row .col-md-6.main-right {
            height: auto;
            box-sizing: content-box;
            width: 100%;
            padding-top: 83%; } }
  @media all and (min-width: 768px) and (max-width: 1399.99px) {
    body.home .main-section .container-fluid .row .col-md-6.main-left p.city-center {
      display: none; } }
body.home .space-for-lease {
  padding: 80px 0px; }
  body.home .space-for-lease .row {
    align-items: stretch; }
    body.home .space-for-lease .row .col-md-6.image {
      display: flex;
      align-items: center; }
      body.home .space-for-lease .row .col-md-6.image img {
        max-width: 100%;
        height: auto; }
    body.home .space-for-lease .row .col-md-6 {
      padding-left: 100px; }
      body.home .space-for-lease .row .col-md-6 p.offer {
        font-size: 24px;
        letter-spacing: 18px;
        opacity: 0.4;
        margin-bottom: 50px; }
  @media all and (max-width: 767.98px) {
    body.home .space-for-lease .row .col-md-6.image {
      padding-left: 10px; }
    body.home .space-for-lease .row .col-md-6 {
      padding-left: 10px; }
      body.home .space-for-lease .row .col-md-6 h1 b {
        font-weight: 900; }
      body.home .space-for-lease .row .col-md-6 p br {
        display: none; }
      body.home .space-for-lease .row .col-md-6 p.offer {
        letter-spacing: 10px; } }
body.home .services {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  body.home .services .container {
    height: 100%; }
    body.home .services .container .row {
      height: 50%;
      margin-left: -20px;
      margin-right: -10px; }
      body.home .services .container .row .col-md-4.border {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
        @media all and (max-width: 767.98px) {
          body.home .services .container .row .col-md-4.border {
            border-left: none;
            border-right: none; } }
      body.home .services .container .row .col-md-4 {
        height: 100%;
        padding: 50px;
        text-align: left; }
        body.home .services .container .row .col-md-4 span.title {
          font-size: 24px;
          font-weight: 700;
          position: relative;
          top: -15px;
          left: -20px; }
        @media all and (max-width: 767.98px) {
          body.home .services .container .row .col-md-4 {
            padding: 0 25px;
            text-align: center; }
            body.home .services .container .row .col-md-4 p svg {
              display: block;
              margin-left: auto;
              margin-right: auto;
              height: 110px; }
              body.home .services .container .row .col-md-4 p svg circle#Ellipse_2 {
                transform: translate(256px, 2086px); }
            body.home .services .container .row .col-md-4 span.title {
              font-size: 20px;
              position: static; } }
body.home .building-specs {
  background-color: #1b1f2a; }
  body.home .building-specs .container {
    height: 100%; }
    body.home .building-specs .container .row {
      height: 100%;
      margin-left: -20px;
      margin-right: -10px; }
      body.home .building-specs .container .row .col-md-4 {
        height: 100%;
        text-align: center;
        padding: 90px 45px; }
        body.home .building-specs .container .row .col-md-4 p {
          font-size: 24px;
          color: #ffffff;
          line-height: 45px; }
          body.home .building-specs .container .row .col-md-4 p span.numbers {
            font-weight: 700;
            font-size: 48px;
            color: #ec6739; }
            body.home .building-specs .container .row .col-md-4 p span.numbers sup {
              font-size: 26px; }
        @media all and (max-width: 767.98px) {
          body.home .building-specs .container .row .col-md-4 {
            padding: 20px 0; }
            body.home .building-specs .container .row .col-md-4 p {
              font-size: 20px; }
              body.home .building-specs .container .row .col-md-4 p span.numbers {
                font-size: 35px;
                font-weight: 900; }
                body.home .building-specs .container .row .col-md-4 p span.numbers sup {
                  font-size: 18px; } }
body.home .news {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  body.home .news .col-md-4.border {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    @media all and (max-width: 767.98px) {
      body.home .news .col-md-4.border {
        border-left: none;
        border-right: none;
        padding-bottom: 0; } }
  body.home .news .col-md-4.heading h1 {
    text-align: center;
    font-size: 50px; }
    @media all and (max-width: 767.98px) {
      body.home .news .col-md-4.heading h1 {
        font-size: 46px; } }
    body.home .news .col-md-4.heading h1 b {
      font-weight: 700; }
  body.home .news .col-md-4 {
    padding: 40px; }
    body.home .news .col-md-4 p.news-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.5; }
      body.home .news .col-md-4 p.news-title br {
        display: none; }
    body.home .news .col-md-4 p.read-more a {
      color: #000000;
      font-weight: 700; }
    body.home .news .col-md-4 p.read-more a:hover {
      color: #ec6739; }
    body.home .news .col-md-4 p.read-more svg.arrow {
      position: relative;
      left: 10px; }
    @media all and (max-width: 767.98px) {
      body.home .news .col-md-4 {
        padding: 20px; }
        body.home .news .col-md-4.mobile {
          display: none; }
        body.home .news .col-md-4 h1 b {
          font-weight: 900; }
        body.home .news .col-md-4 p {
          line-height: 1.5; }
          body.home .news .col-md-4 p br {
            display: none; } }
  body.home .news .col-md-4:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    @media all and (max-width: 767.98px) {
      body.home .news .col-md-4:nth-child(2) {
        border: none; } }
body.home .stores .container {
  height: 100%; }
  body.home .stores .container .row {
    align-items: stretch;
    height: 100%;
    margin-left: -20px;
    margin-right: -10px; }
    body.home .stores .container .row .col-md-3 {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding-top: 50px;
      padding-bottom: 50px; }
    body.home .stores .container .row img {
      max-width: 65%;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
@media all and (min-width: 768px) and (max-width: 1399.99px) {
  body.home .main-section .container-fluid .row .col-md-6.main-left {
    padding-top: 60px; }
    body.home .main-section .container-fluid .row .col-md-6.main-left h1 {
      font-size: 45px; }
    body.home .main-section .container-fluid .row .col-md-6.main-left button {
      margin-top: 25px; } }

section.history {
  background-color: #FBFBFB;
  margin-bottom: 50px;
   }
  section.history .container-fluid {
    height: 395px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 395px;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url("/wp-content/uploads/2021/03/historia_city_center_3-scaled.jpg");
    margin-bottom: 200px; }
    section.history .container-fluid h1 {
      font-weight: 200;
      font-size: 45px;
      text-align: center;
      color: #fff; }
      section.history .container-fluid h1 span.heading-bold {
        font-weight: 900; }
  section.history .container.main-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkMAYAADkANVKH3ScAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: repeat-y; }
    section.history .container.main-info .row:first-child .col-md-6:first-child {
      height: 270px;
      display: flex;
      align-items: flex-end; }
    section.history .container.main-info .row:first-child .col-md-6:last-child {
      height: 130px; }
    section.history .container.main-info .row .col-md-6 {
      width: 536px;
      /*height: 260px;*/
      outline: 10px #fff; }
      section.history .container.main-info .row .col-md-6 .history-box {
        background-color: #fff;
        display: flex;
        width: 90%;
        height: auto;
        box-shadow: 1px 7px 13px 0px grey;
        align-items: center;
        flex-direction: row;
        padding: 30px; }
        section.history .container.main-info .row .col-md-6 .history-box .col-md-4 .year-bubble {
          border-radius: 50%;
          border: 1px solid #ec6739;
          height: 104px;
          width: 104px;
          text-align: center;
          display: flex;
          align-items: center;
          flex-direction: row;
          background-color: #ec6739; }
          section.history .container.main-info .row .col-md-6 .history-box .col-md-4 .year-bubble span {
            position: relative;
            left: 24px;
            font-weight: 900;
            color: #fff;
            font-size: 24px; }
        section.history .container.main-info .row .col-md-6 .history-box .history-text p {
          font-weight: 300;
          line-height: 25px; }
    section.history .container.main-info .row .col-md-6.right {
      display: flex;
      justify-content: flex-end; }
  section.history .container .row.history-gallery {
    padding-top: 80px;
    padding-bottom: 80px; }
    section.history .container .row.history-gallery .col-12 p.gallery {
      font-weight: 900;
      font-size: 32px; }
  section.history .container .row.button {
    display: none;
    padding-bottom: 50px; }
    section.history .container .row.button .col-md-2 {
      margin-left: auto;
      margin-right: auto; }
  @media all and (max-width: 1023.98px) {
    section.history .container-fluid {
      margin-bottom: 55px; }
    section.history .container.main-info .row:first-child .col-md-6:first-child {
      height: auto;
      display: block; }
    section.history .container.main-info .row:first-child .col-md-6:last-child {
      height: auto; }
    section.history .container.main-info .row:last-child .col-md-6 {
      margin-bottom: 0; }
    section.history .container.main-info .row .col-md-6 {
      margin-left: auto;
      margin-right: auto;
      height: auto;
      /*width: 285px;*/
      display: flex;
      justify-content: space-evenly;
      margin-bottom: 160px; }
      section.history .container.main-info .row .col-md-6 .history-box {
        text-align: center;
        flex-direction: column;
        height: 100%;
        width: 100%;
        box-shadow: 1px 7px 13px 0px grey, 0 0 0 35px #FBFBFB; }
    section.history .container.main-info .row .mobile-hidden {
      display: none; }
    section.history .container.main-info .row .col-md-6.right {
      display: flex;
      justify-content: space-evenly; } }

/*# sourceMappingURL=style.css.map */


  .history-images{
    width: 100%;
  }

