@font-face {
  font-family: "Sequel100Black85";
  src: url("/fonts/Sequel100Black85.eot");
  src: url("/fonts/Sequel100Black85.eot") format("embedded-opentype"),
    url("/fonts/Sequel100Black85.woff2") format("woff2"),
    url("/fonts/Sequel100Black85.woff") format("woff"),
    url("/fonts/Sequel100Black85.ttf") format("truetype"),
    url("/fonts/Sequel100Black85.svg#Sequel100Black85") format("svg");
}

@font-face {
  font-family: "Sequel100Wide95";
  src: url("/fonts/Sequel100Wide95.eot");
  src: url("/fonts/Sequel100Wide95.eot") format("embedded-opentype"),
    url("/fonts/Sequel100Wide95.woff2") format("woff2"),
    url("/fonts/Sequel100Wide95.woff") format("woff"),
    url("/fonts/Sequel100Wide95.ttf") format("truetype"),
    url("/fonts/Sequel100Wide95.svg#Sequel100Wide95") format("svg");
}

@font-face {
  font-family: "SequelSansBodyTextBook";
  src: url("/fonts/SequelSansBodyTextBook.eot");
  src: url("/fonts/SequelSansBodyTextBook.eot") format("embedded-opentype"),
    url("/fonts/SequelSansBodyTextBook.woff2") format("woff2"),
    url("/fonts/SequelSansBodyTextBook.woff") format("woff"),
    url("/fonts/SequelSansBodyTextBook.ttf") format("truetype"),
    url("/fonts/SequelSansBodyTextBook.svg#SequelSansBodyTextBook") format("svg");
}

@font-face {
  font-family: "SequelSansBodyTextSemiBold";
  src: url("/fonts/SequelSansBodyTextSemiBold.eot");
  src: url("/fonts/SequelSansBodyTextSemiBold.eot") format("embedded-opentype"),
    url("/fonts/SequelSansBodyTextSemiBold.woff2") format("woff2"),
    url("/fonts/SequelSansBodyTextSemiBold.woff") format("woff"),
    url("/fonts/SequelSansBodyTextSemiBold.ttf") format("truetype"),
    url("/fonts/SequelSansBodyTextSemiBold.svg#SequelSansBodyTextSemiBold") format("svg");
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
    url("fonts/flexslider-icon.woff") format("woff"),
    url("fonts/flexslider-icon.ttf") format("truetype"),
    url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  text-indent: -999px;
  border-top: 4px solid #ff5100;
  border-right: 4px solid #ff5100;
}

.flex-direction-nav .flex-prev {
  left: 0;
  transform: rotate(-135deg);
}

.flex-direction-nav .flex-next {
  right: 0;
  transform: rotate(45deg);
}

/* 
.flex-direction-nav .flex-prev:hover {
  cursor: url('/images/buttons/pre.png') 25 25, auto;
}
.flex-direction-nav .flex-next {
  cursor: url('/images/buttons/next.png') 25 25, auto;
}
 */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #ff5100;
}

.flex-control-paging li a.flex-active {
  background: #ff5100;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.clear,
* html .clearfix,
*:first-child+html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.333% - 20px);
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  font-family: "SequelSansBodyTextBook", serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  background: #000;
  color: #ff5100;
}

body.fixed {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  font-family: "Sequel100Wide95", serif;
}

.sequel85 {
  font-family: "Sequel100Black85", serif;
  font-family: "SequelSansBodyTextSemiBold", serif;
}

p {
  margin: 0;
}

h2 {
  font-size: 48px;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  line-height: 0.9;
  line-height: 0.8;
  margin-bottom: 5vw !important;
}
.d-date
{
    font-size:16px;
    display:block;
    padding:1em 0 0 0
}
h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 0.9;
    font-size: 16px;
    font-size: 22px;
}
h3.big{
    font-size:28px;
    line-height:1;
    padding-top:80px;
    max-width:860px;
    margin-left:auto;
    margin-right:auto
}

h4 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.2;
  line-height: 0.85;
  font-size: 22px;
  font-size: 16px;
}

/* Navigation */
#logo {
  margin: 0 auto;
  display: block;
  width: 368px;
}

#logo svg {
  width: 100%;
  height: auto;
}

nav {
  margin: 0 auto;
  padding: 0;
}

#nav li {
  list-style: none;
  display: inline-block;
  padding: 0 25px 0 25px;
  font-size: 18px;
  line-height: 10px;
  position: relative;
}

#nav li a {
  color: #fff;
  text-transform: uppercase;
}

/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
form {
  max-width: calc(100% - 20px);
  width: 640px;
  margin: 0 auto;
}

form .grid_12 {
  margin-bottom: 20px;
}

input,
label,
select {
  font-size: 16px;
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  color: #000;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  font-family: "SequelSansBodyTextBook", serif;
}

.b_submit {
  padding: 10px 0;
  background: #000;
  color: #ff5100;
  font-size: 16px;
  font-family: "Sequel100Black85", serif;
  text-transform: uppercase;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  margin: 10px 0 20px;
}

label {
  margin-bottom: 0;
  font-size: 12px;
  display: block;
  border: none;
}

.link {
  font-size: 10px;
  color: #ff5100;
  text-decoration: underline;
  display: inline-block;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational+label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #546670;
  font-size: 18px;
  letter-spacing: 3px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational+label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #546670;
  content: "";
  display: block;
}

#chkInternational+label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #546670;
  border-right: 2px solid #546670;
  content: "";
  display: block;
  transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}

#chkInternational:checked+label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

/*footer*/
/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  position: absolute;
}

* {
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.flexslider.no_arrow .flex-direction-nav,
.flexslider.no_arrow .flex-control-nav {
  display: none;
}

.fs20 {
  font-size: 20px;
}

.orange {
  color: #ff5100;
}

.inBlock {
  display: inline-block;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt250 {
  padding-top: 250px;
  padding-top: 15vw;
}

.pt30 {
  padding-top: 30px;
}

.mr20 {
  margin-right: 20px;
}

.mr50 {
  margin-right: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb5vw {
  margin-bottom: 5vw !important;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
  margin-bottom: 5vw;
}

.mb190 {
  margin-bottom: 190px;
  margin-bottom: 15vw;
}

.mb250 {
  margin-bottom: 250px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb300 {
  margin-bottom: 300px;
}

.mb200 {
  margin-bottom: 200px;
  margin-bottom: 15vw;
}
.border-b{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid currentColor;
        line-height:1.2;
        padding-top:5px
}

.w640,
.w250 {
  width: 430px;
  width: 640px;
  max-width: 100%;
}

.w250 {
  width: 350px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  border-color: #ff5100;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb51 {
  margin-bottom: 51px;
}

.mb60 {
  margin-bottom: 58px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flex.align_start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex.justify_space_aorund {
  justify-content: space-around;
}

section {
  overflow: auto;
}

.mob {
  display: none;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 25px 15px;
  background: #000;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#banner {
    position: fixed;
    top: 0;
    left: 0;
    background: #FF5100;
    font-family: "SequelSansBodyTextBook";
    font-size: 13px;
    padding: 6px 0;
    color: #000;
    z-index: 999;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}
    #banner span{
        position:absolute;
        right:30px;
        top:50%;
        transform:translateY(-50%);
        display:block;

    }
    #page-industrial header,
    header.show {
        opacity: 1;
    }

nav {
  position: fixed;
  left: 0;
  top: 108px;
  width: 100%;
  height: calc(100vh - 108px);
  background: #000;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(-100vh);
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

body.bg_orange nav {
  background: #ff5100;
}

header.active_nav {
  opacity: 1;
}

header.active_nav nav {
  transform: translateY(0);
}

nav a {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Sequel100Wide95";
  /* padding: 10px 0; */
  padding: 0;
  line-height: 1;
  line-height: 0.85;
}

#page-home nav a.home,
#page-retail nav a.retail,
#page-industrial nav a.industrial,
#page-secure nav a.secure,
#page-marrickville nav a.marrickville,
#page-team nav a.team,
nav a:hover {
  color: #ff5100;
}

#page-home.bg_orange nav a.home,
#page-retail.bg_orange nav a.retail,
#page-industrial.bg_orange nav a.industrial,
#page-secure.bg_orange nav a.secure,
#page-marrickville.bg_orange nav a.marrickville,
#page-team.bg_orange nav a.team,
.bg_orange nav a:hover {
  color: #000;
}

#costruction_badge {
  position: absolute;
 
  width: 118px;
  z-index: 5;
  /* animation: rotate infinite linear; */

}


#marrickville {
  position: absolute;
  top: 15%;
  left: 70%;
  z-index: 8;
  width: 230px;
  height: 154px;
  background: url(/images/marrickville.svg) center no-repeat;
  background-size: cover !important;
  cursor: pointer;
}

/* #reg_btn {
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  width: 330px;
  padding: 10px 0;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  font-family: "Sequel100Black85", serif;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ffffff;
} */

#reg_btn {
  position: fixed;
  top: 35px;
  right: 30px;
  margin: auto;
  z-index: 9;
  width: 180px;
  padding: 10px 0;
  background: #ffffff;
  color: #000;
  font-size: 12px;
  font-family: "Sequel100Black85", serif;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ffffff;
}

#nav_toggle {
  position: fixed;
  left: 30px;
  top: 40px;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#nav_toggle:before,
#nav_toggle:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: #ff5100;
  transition: all 0.6s ease;
}

#nav_toggle:after {
  top: auto;
  bottom: 0;
  /* background: pink; */
}

#nav_toggle.active:before {
  top: 9px;
}

#nav_toggle.active:after {
  bottom: 9px;
}

#ticker_tape {
  position: absolute;
  bottom: 20px;
  bottom: 0;
  overflow: hidden;
  width: 300%;
  height: 26px;
  height: 80px;
  line-height: 26px;
  font-size: 22px;
  letter-spacing: 1px;
  font-family: "Sequel100Black85", serif;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
  justify-content: center;
  text-transform: uppercase;
  background: #000;
  z-index: 4;
  padding: 21px 0;
}

body.bg_orange #ticker_tape {
  background: #ff5100;
}

#ticker_tape p {
  display: flex;
  line-height: 2;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -webkit-animation: slide 50s infinite;
  animation: slide 50s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  /* height: 80px; */
  overflow: hidden;
  display: block;
  /* position: absolute; */
  /* width:100%; */
}

#ticker_tape p span.white {
  color: #fff;
}

#ticker_tape p span.dot {
  width: 10px;
  height: 10px;
  background: #ff5100;
  border-radius: 100%;
  display: inline-block;
  margin: 0 10px;
}

nav a.secure {
  position: relative;
}

a.secure img {
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  margin-left: 20px;
  opacity: 0;
}

a.secure:hover img {
  opacity: 1;
}

@-webkit-keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-85vw);
  }
}

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

  100% {
    transform: translateX(-85vw);
  }
}

#toggle_btn {
  width: 40px;
  height: 24px;
  border-radius: 25px;
  border: 3px solid #fff;
  border: 3px solid #ff5100;
  position: fixed;
  bottom: 35px;
  right: 30px;
  z-index: 4;
  cursor: pointer;
}

#toggle_btn:after {
  content: "";
  position: absolute;
  left: 6px;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  background: #ff5100;
  border-radius: 100%;
  cursor: pointer;
}

body.bg_orange #toggle_btn {
  border-color: #000;
}

body.bg_orange #toggle_btn:after {
  background: #000;
}

#landing {
  position: relative;
  /* padding: 25px 0 90px; */
  width: 100%;
  height: calc(100vh - 109px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
  /* background-image: url(/images/home/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

main {
  padding-top: 109px;
}

#page-home #landing {
  height: 100vh;
}

#page-home main {
  padding-top: 0;
}

#page-hero #landing {
  align-items: flex-end;
}

#landing h2 {
  position: relative;
  color: #fff;
  margin: 0 auto !important;
}

body.bg_orange .bt_2 {
  border-color: #000;
}

#landing>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

#page-home #landing>img {
  height: calc(100% - 80px);
}

#landing>svg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  max-width: 86%;
  height: auto;
  display: inline-block;
  box-sizing: content-box;
}

#spn {
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  background: #fff;
  width: 100%;
  left: 0%;
  opacity: 0;
}

#content #map {
  height: 760px;
  width: 100%;
}

body {
  overflow-x: hidden;
}

img.orange {
  display: none !important;
}

body.bg_orange {
  background: #ff5100;
  color: #000;
}

body.bg_orange img.black {
  display: none !important;
}

body.bg_orange img.orange {
  display: block !important;
}

body.bg_orange #cursor {
  background: #000;
}

body.bg_orange #cursor.big {
  background: url("/images/moving-cursor-black.png") center no-repeat;
}

body.bg_orange #ticker_tape p span.dot {
  background: #000;
}

body.bg_orange #toggle_btn:after {
  left: 18px;
}

body.bg_orange #landing>svg path {
  fill: #000;
}

body.bg_orange .link {
  color: #000;
}

body.bg_orange input,
body.bg_orange select,
body.bg_orange label {
  color: #ff5100;
}

body.bg_orange input,
body.bg_orange select {
  border-color: #ff5100;
}

body.bg_orange .b_submit {
  background: #ff5100;
  color: #000;
}

body.bg_orange #logo svg path {
  fill: #000;
}

body.bg_orange .orange {
  color: #000;
}

body.bg_orange .flex-control-paging li a.flex-active {
  background: #000;
}

body.bg_orange .flex-direction-nav a {
  border-color: #000;
}

#cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  z-index: 1000;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: #ff5100;
  border-radius: 100%;
  opacity: 0;
}

#cursor.big {
  width: 50px;
  height: 50px;
  background: url("/images/moving-cursor.svg") center no-repeat;
  background-size: cover !important;
  opacity: 1;
}

img.orange {
  display: none !important;
}

#enquire {
  width: 100%;
  background: #ff5100;
  color: #000;
  padding-top: 200px;
  position: relative;
  z-index: 5;
}

body.bg_orange #enquire {
  background: #000;
  color: #ff5100;
}

#enquire a {
  color: #000;
}

body.bg_orange #enquire a {
  color: #ff5100;
}

#enquire #footer_logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

body.bg_orange #footer_logos svg path,
body.bg_orange #footer_logos svg polygon {
  fill: #ff5100;
}

#enquire #footer_logos a {
  margin: 0 20px;
}

.relate {
  position: relative;
}

.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  font-size: 28px;
  line-height: 0.8;
}

.left_align {
  text-align: left;
}

.btn {
  color: #000;
  background: #ff5100;
  padding: 10px;
  font-size: 14px;
  font-family: "Sequel100Black85";
  font-family: "SequelSansBodyTextSemiBold";
  text-transform: uppercase;
  /* letter-spacing: 1px; */
}

body.bg_orange .btn {
  background: #000;
  color: #ff5100;
}

/* 
#page-industrial #floorplan{
  display: none;
} */

/* ************************************************************ */
.level_btn {
  letter-spacing: 1px;
}

.floorplan_btn,
.level_btn {
  background: #fff;
}

.floorplan_btn.active {
  pointer-events: none;
}

.floorplan_btn.active,
.level_btn.active {
  background: #ff5100;
}

body.bg_orange .btn_wrapper .btn {
  color: #ff5100;
  background: #fff;
}

body.bg_orange .btn_wrapper .btn.active {
  background: #000;
}

.spaces {
  display: none;
}

.floorplan_btn {
  /* cursor: initial; */
}

.arrow_wrapper {
  position: relative;
  z-index: 2;
  top: 65px;
}

.arrow {
  /* position: absolute;
  left: 0;
  top: 20px; */
  margin: auto 0;
  font-size: 30px;
  color: #ff5100;
  display: flex;
  align-items: center;
  /* z-index: 2; */
}

#page-secure .arrow_wrapper {
  position: absolute;
  right: 0;
  top: 5px;
}

body.bg_orange .arrow {
  color: #000;
}

.arrow.right {
  left: auto;
  right: 0;
}

.arrow.disable {
  cursor: auto;
  opacity: 0.5;
  pointer-events: none;
}

#img_wrapper {
  position: relative;
}

#img_wrapper svg {
  width: 100%;
  background: #fff;
}

.mezzaine_floor {
  display: none;
}

svg .st2 {
  opacity: 1 !important;
}

#img_wrapper svg .click_me {
  /* opacity: 0.7; */
  cursor: pointer;
  transition: all 0.2s ease;
}


.under_offer {
  opacity: 0;
  visibility: hidden;
}


.sold {
  opacity: 0;
  visibility: hidden;
}

/*
   .fl_l = first level & lower floor
	.fl_m = first level & mezzaine floor
	.fl_l_hover_me = hovering effect for lower floor units of first level
	.fl_m_hover_me = hovering effect for mezzaine floor units of first level

  
   .sl_l = second level & lower floor
	.sl_m = second level & mezzaine floor
	.sl_l_hover_me = hovering effect for lower floor units of second level
	.sl_m_hover_me = hovering effect for mezzaine floor units of second level

  
   .tl_l = third level & lower floor
	.tl_m = third level & mezzaine floor
	.tl_l_hover_me = hovering effect for lower floor units of third level
	.tl_m_hover_me = hovering effect for mezzaine floor units of third level

  .no_click = not clickable

	.click_me = universal click event handler 
  
  */

.fl_l_hover_me,
.fl_m_hover_me,
.sl_l_hover_me,
.tl_l_hover_me,
.tl_m_hover_me,
.bl_hover_me,
.sl_m_hover_me {
  opacity: 0.2;
  fill: #000;
}

.fl_l_hover_me.active,
.sl_m_hover_me.active,
.sl_l_hover_me.active,
.tl_l_hover_me.active,
.tl_m_hover_me.active,
.bl_hover_me.active,
.fl_m_hover_me.active {
  opacity: 0.5;
  fill: #ff5100;
}

#level-1 #img_wrapper svg *.fl_l_hover_me:hover,
#level-1 #img_wrapper svg *.fl_m_hover_me:hover,
#level-2 #img_wrapper svg *.sl_l_hover_me:hover,
#level-2 #img_wrapper svg *.sl_m_hover_me:hover,
#level-3 #img_wrapper svg *.tl_l_hover_me:hover,
#level-3 #img_wrapper svg *.tl_m_hover_me:hover,
#level-0 #img_wrapper svg *.bl_hover_me:hover {
  opacity: 0.5;
  fill: #ff5100;
}

.level .btn.bg_black {
  background: #666660;
}



.level .btn.no_click {
  pointer-events: none;
}

svg *.active {
  /* opacity: 1; */
  opacity: 0.5;
}

.level {
  display: none;
}

svg .no_click {
  opacity: 0;
  visibility: hidden;
}

/* ************************************************************ */

.gap_30 .grid_3 {
  width: calc(25% - 22.5px);
}

footer {
  padding: 200px 30px 30px;
  background: #ff5100;
  position: relative;
  z-index: 5;
}

footer svg {
  width: 100%;
  height: auto;
}

body.bg_orange footer {
  background: #000;
}

body.bg_orange footer svg path {
  fill: #ff5100;
}

.bt_2 {
  border-top: 2px solid #ff5100;
}

.bb_2 {
  border-bottom: 2px solid #ff5100;
}

.lh2 {
  line-height: 2;
}

.hidden {
  visibility: hidden;
}

/* 
.slick-slider {
  width: 100%;
} */
.slick-slider .slick-slide {
  padding: 0 20px;
}

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

.slick-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 9vw;
  height: 100%;
  background: #ff5100;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.slick-track {
  /* overflow: hidden; */
  /* display: flex; */
  /* justify-content: flex-start; */
}

.slick-next {
  right: 0;
  left: auto;
}

.slick-dots {
  display: block;
  margin: 50px auto 0;
  margin: 20px auto 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  text-indent: 999px;
  overflow: hidden;
  border: none;
}

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

body.bg_orange .slick-dots li.slick-active button {
  background: #000;
}

#map {
  height: 950px;
}

.bar {
  height: 1px;
  width: 100%;
  background: #ff5100;
  display: block;
}

body.bg_orange .bar {
  background: #000;
}

.plus {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  transition: all 0.4s ease;
}

.plus:after,
.plus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff5100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}

.plus:after {
  transform: rotate(90deg);
}

.plus.minus {
  transform: rotate(90deg);
}

.plus.minus:before {
  opacity: 0;
}

.pois_wrapper {
  display: none;
}

.pois_wrapper p {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  text-align: left;
}

.pois_wrapper p span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.trigger_pois,
.pois_wrapper p {
  cursor: pointer;
}

body.bg_orange header {
  background: #ff5100;
}

body.bg_orange #nav_toggle:before,
body.bg_orange #nav_toggle:after {
  background: #000;
}

body.bg_orange #reg_btn {
  color: #ff5100;
}

body.bg_orange .icon_wrapper svg path {
  fill: #ff5100;
}

body.bg_orange .icon_wrapper svg circle {
  fill: #000;
}

/* path#seven_Clip_2-2 */
body.bg_orange path#Clip_bus_2-2,
body.bg_orange path#five_2-2,
/* body.bg_orange path#seven_Fill_1,  */
body.bg_orange path#two_Clip_2-2,
body.bg_orange path#Clip_energy_2-2,
body.bg_orange path#six_Clip_2-2,
body.bg_orange path#seven_Clip_2-2 {
  fill: #000;
}

.mob {
  display: none;
}

.tiles h3 {
  color: #fff;
}

.tb {
  border: 2px solid #ff5100;
}

.tiles a {
  overflow: hidden;
}

.tiles a img {
  transition: all 0.6s ease-in-out;
}

.tiles a:hover img {
  transform: scale(1.1);
}

.tiles a span {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease;
  /* text-transform: uppercase; */
}

.tiles a:hover span {
  opacity: 1;
}

.icon_wrapper .grid_3 {
  max-width: 330px;
}

#video_wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.fullyvideo {
  position: absolute;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -2;
}

#playvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.bg_orange #playvideo svg polygon#circle {
  fill: #000;
}

#page-home #landing {
  align-items: flex-end;
}


#img_wrapper {
  overflow: hidden;
  background: #fff;
}

#level-1 svg.lower_floor {
  transform: translateY(-18px);
}

#level-2 svg.lower_floor {
  transform: translateY(18px);
}

.tour {
  width: 100%;
}

.lunch {
  display: block;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 10px 30PX;
  background: #ffffff;
  color: #000;amir
  font-size: 12px;
  font-family: "Sequel100Black85", serif;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ffffff;
}

.relative{
  position: relative;
}

.rhc {
  display: block;
  margin: auto;
}

.bg_orange .rhc {
  content:url('/images/rhc-orange.png');
}



/* UPDATE - 20230925 */
#sold_svg {
  position: absolute;
  top:30%;
  right: 15%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-180deg);
  }
}
#sold_badge {
  position: fixed;
  top: 75%;
  right: 6%;
  z-index: 5;
}


#stamp {
  position: absolute;
  /* top: 70%;
  left: 10%; */
  top:58%;
  right: 17%;
  z-index: 8;
  width: 120px;
  height: 120px;
  background: url(/images/stamp.svg) center no-repeat;
  /* background-size: cover!important; */
  cursor: pointer;
  animation-name: rotate;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
 
@media screen and (max-width: 1400px) {
  #marrickville {
    width: 180px;
    height: 119px;
    top: 20%;
  }

  /* #stamp {
    width: 130px;
    height: 130px;
    top: 65%;
  } */

  nav a {
    /* padding: 10px 0; */
  }

  h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1100px) {
  #landing>svg {
    max-width: calc(100% - 80px);
  }

  #content #map {
    height: 50vh;
  }

  #cursor {
    display: none;
  }

  .break {
    display: none !important;
  }

  .btn_wrapper.grid_8 {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #video_wrapper {
    height: 600px;
  }

  #toggle_btn {
    bottom: 25px;
  }

  #page-industrial .space_wrapper+.btn {
    display: none;
  }

  .floorplan_btn {
    width: calc(50% - 15px);
    display: block;
  }

  #nav_toggle.active:before {
    top: 4px;
  }

  #nav_toggle.active::after {
    bottom: 4px;
  }

  #nav_toggle {
    top: 52px;
  }

  nav a {
    font-size: 38px;
  }

  #floorplan .plr30 {
    position: relative;
  }

  .btn_wrapper .flex {
    width: 100%;
  }

  .btn_wrapper .level_btn {
    width: 32%;
    margin: 0;
    display: block;
  }

  .space_wrapper {
    position: relative;
  }

  .arrow_wrapper {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100% !important;
  }

  .arrow {
    position: static;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }

  .mob.flex {
    display: flex;
  }

  .slick-slider .slick-slide {
    padding: 0 10px;
  }

  .mob_border .grid_4:not(:last-child) {
    /* border-bottom: 2px solid #ff5100;
    padding-bottom: 40px; */
  }

  #page-marrickville .mob_border .grid_4:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  body.bg_orange .mob_border .grid_4:not(:last-child) {
    border-color: #000;
  }

  #reg_btn {
    width: 100%;
    bottom: 0;
    padding: 25px 0;
    font-size: 18px;
    top: auto;
    bottom: 0;
    width: 100%;
    right: 0;
    position: fixed;
    z-index: 6;
  }


  #page-home #reg_btn {
    z-index: 3;
  }


  .mb60 {
    margin-bottom: 30px;
  }

  #marrickville {
    left: 60%;
  }

  .sticker {
    position: absolute !important;
  }

  /* 
  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 28px;
  } */

  .grid_4,
  .grid_8 {
    width: 100%;
    margin-bottom: 40px;
  }


  .grid_4:last-child {
    margin-bottom: 0;
  }

  .gap_30 .grid_3 {
    width: 100%;
  }

  .gap_30 .grid_3:not(:last-child) {
    margin-bottom: 50px;
  }

  .icon_wrapper .grid_3 {
    width: 45%;
  }

  .icon_wrapper .grid_4 {
    width: 45%;
  }

  .icon_wrapper .grid_4.bt_2.pt30 {
    border: none;
    padding-top: 0;
  }

  .icon_wrapper .grid_3:first-child,
  .icon_wrapper .grid_3:nth-child(2),
  .icon_wrapper .grid_4 {
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 900px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }

  #nav_toggle {
    width: 22px;
    height: 10px;
    left: auto;
    right: 15px;
  }
}

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

    #sold_svg {
        top: 20%;
        width: 100px;
        height: auto;
    }

    a.secure img {
        display: none;
    }

    #sold_badge {
        width: 80px;
    }

    .fs20 {
        font-size: 14px;
    }

    .w640 {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .plr30 .w640 {
        padding-left: 0;
        padding-right: 0;
    }

    #video_wrapper {
        height: 250px;
    }

    #playvideo {
        width: 40px;
        height: 40px;
    }

        #playvideo svg {
            width: 100%;
            height: auto !important;
        }


    .level_btn,
    .floorplan_btn {
        padding: 10px 4px;
    }


    #img_wrapper {
        margin-bottom: 10px;
    }

    .space_wrapper .ptb20 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .space_wrapper.mb40 {
        margin-bottom: 0 !important;
    }

    .level > .flex.mb20 {
        margin-bottom: 0;
    }

    .floorplan_btn {
        font-size: 10px;
        width: calc(50% - 7.5px);
        margin: 0;
    }

    .level_btn {
        font-size: 10px;
    }

    .arrow_wrapper {
        top: 8px;
    }

    #page-secure .arrow_wrapper {
        top: 3px;
    }

    .arrow {
        font-size: 20px;
    }

    .icon_wrapper .grid_3,
    .icon_wrapper .grid_4 {
        width: 100%;
    }

        .icon_wrapper .grid_3:nth-child(3) {
            margin-bottom: 5vw;
        }

    .icon_wrapper:first {
        margin-bottom: 5vw;
    }

    html {
        height: 100%;
    }

        html body {
            height: 100%;
            font-size: 14px;
        }

            html body h4 {
                font-size: 14px;
            }

            html body #landing,
            html body main {
                height: 100%;
            }

            html body #ticker_tape {
                line-height: 16px;
                font-size: 14px;
                height: 40px;
                padding: 0;
            }

    #landing {
        padding: 0 30px;
    }

    nav a {
        font-size: 24px;
    }

    .mb20 {
        margin-bottom: 10px;
    }

    .mb100 {
        margin-bottom: 50px;
    }

    .mb200 {
        margin-bottom: 100px;
    }

    nav {
        top: 76px;
        height: calc(100% - 76px);
    }

    .grid_4 {
        margin-bottom: 20px;
    }

    .mob_border .grid_4:not(:last-child) {
        /* margin-bottom: 20px !important;
    padding-bottom: 20px !important; */
    }

    .pt30 {
        padding-top: 20px;
    }

    #page-home #landing > img {
        height: calc(100% - 40px);
    }

    #reg_btn {
        font-size: 12px;
        padding: 10px 0;
    }

    html body #ticker_tape p {
        -webkit-animation: slide 25s infinite;
        animation: slide 25s infinite;
        padding: 8px 0;
        height: 40px;
    }

    /* html body span {
    width: 7px !important;
    height: 7px !important;
  } */
    html body #marrickville {
        width: 130px;
        height: 86px;
    }

    html body #stamp {
        width: 80px;
        height: 80px;
        background-size: cover !important;
    }

    html body #toggle_btn {
        width: 30px;
        height: 16px;
        border: 2px solid #000;
        bottom: 11px;
        right: 15px;
    }

    #nav_toggle {
        top: 32px;
    }

    html body #toggle_btn:after {
        width: 8px;
        height: 8px;
        background: #000;
        left: 5px;
    }

    html body #toggle_btn:before {
        width: 40px;
        height: 26px;
        content: "";
        position: absolute;
        left: -7px;
        top: -7px;
        z-index: -1;
    }

    html body #landing > svg {
        max-width: calc(100% - 20px);
    }

    html body.bg_orange #toggle_btn:after {
        left: 14px;
    }

    html body .flexslider {
        display: none;
    }

    html body .pt250 {
        padding-top: 80px;
    }

    html body .mb40 {
        margin-bottom: 30px;
    }

    html body .mb30,
    html body .mb60 {
        margin-bottom: 20px;
    }

    html body .mb50 {
        margin-bottom: 40px;
    }

    html body .mb250 {
        margin-bottom: 80px;
    }

    html body .mb150,
    html body .mb80 {
        margin-bottom: 50px;
    }

    html body .plr30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mb190 {
        margin-bottom: 100px;
    }

    html body .grid_6 {
        width: 100%;
    }

        html body .grid_6:first-of-type {
            margin-bottom: 40px;
        }

    html body h2 {
        font-size: 24px;
    }

    html body h3 {
        font-size: 20px;
    }

    .slick-slider .slick-slide {
        padding: 0 5px;
    }

    .slick-dots {
        margin-top: 20px;
    }

    #enquire {
        padding-top: 100px;
    }

    form {
        max-width: 100%;
    }

    footer {
        padding: 100px 15px 30px;
    }

    #enquire {
        padding-left: 15px;
        padding-right: 15px;
    }

    html body #map {
        height: 300px !important;
    }

    html body label {
        font-size: 12px;
    }

    html body input,
    html body select {
        font-size: 16px;
    }

    html body header {
        padding: 20px 15px;
        top: 0;
    }

        html body header #logo {
            width: 215px;
        }

    html body #enquire #footer_logos {
        flex-direction: column;
    }

        html body #enquire #footer_logos a {
            margin: 0;
            margin-bottom: 20px;
        }

            html body #enquire #footer_logos a:last-child {
                margin: 0;
            }

    .d-date {
        font-size: 14px
    }

    #page-openday h3 {
        font-size: 15px
    }

    main {
        padding-top: 0;
    }

    #banner {
        font-size: 11px;
        text-align:left;
        padding-left:10px
    }
    #banner span {
        right:10px
    }
}

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

@media screen and (max-width: 325px) {
  .level_btn {
    font-size: 10px;
  }
}