@font-face {
    font-family: "sukima_stencil_bold";
    src: url("../fonts/sukima_stencil_bold-webfont.woff") format('woff');
}



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

body {
    font-family: 'sukima_stencil_bold', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}

html,
body {
    min-height: 100vh;
}


body {
    overflow-x: hidden;

}


a,
a:visited,
a:focus,
a:active,
a:link {
    text-decoration: none;
    outline: 0;
}

a {
    color: currentColor;
    transition: .2s ease-in-out;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}

img {
    vertical-align: middle;

    width: 100%;
}

.gallery img {
    vertical-align: middle;

    width: 100vw;
    height: auto;
}

#map {
    width: 100%;
    height: 100%;
}

.caption {
    position: absolute;
    bottom: 10px;
    padding-left: 1em;
    font-size: 2em
}

.caption.black {
  color:#000000
}

.caption__small {
    position: absolute;
    bottom: 0px;
    right:0;
    padding-right: 3em;
    font-size: 1em
}

.spacer__section__fifty.home {
    background-size: cover;
}

.spacer__section__seventy.building, .spacer__section__seventy.serviced {
    background-size: cover;
    height: 100vh;
}

#location .spacer__section__seventy,
#building .spacer__section__seventy,
#access .spacer__section__seventy,
#specification .spacer__section__seventy,
#serviced .spacer__section__seventy {
    flex: 0 0 50%;
    margin-right: 8%;
    height: 100vh;
    min-height: 600px;
}

#building .fixed-hero>section {
    height: 100vh;

}

#serviced .fixed-hero>section {
    height: 100vh;

}

.schedule__note {
    margin-top: 20px;
    font-size: 12px
}

.logo__footer {
    width: 300px;
    height: auto;
    padding: 2em 3em 2em 0em
}


#myBtn .volume-up {
    position: absolute;
    z-index: 500;
    bottom: 20px;
    left: 30px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sound-on-vector-icon-mute.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}


#myBtn .volume-down {
    position: absolute;
    z-index: 500;
    bottom: 20px;
    left: 30px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sound-off-vector-icon-mute.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}


#myBtn_mob .volume-up {
    position: absolute;
    z-index: 500;
    bottom: 10px;
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sound-on-vector-icon-mute.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}


#myBtn_mob .volume-down {
    position: absolute;
    z-index: 500;
    bottom: 10px;
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sound-off-vector-icon-mute.png) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}

#myBtn {
    color: transparent;
    border: none;
    background-color: transparent;
}

#myBtn,
#myBtn_mob {
    z-index: 99999;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.sr-only {text-indent:-999px;text-align:left;overflow:hidden;display:block}

	/* Style the buttons that are used to open and close the accordion panel */
    .accordion {
        background-color: transparent;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        font-family: 'sukima_stencil_bold', sans-serif;
        font-size: 22px;
        border-bottom: 1px solid #000000
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active,
    .accordion:hover {
        background-color: transparent;
    }

    /* Style the accordion panel. Note: hidden by default */
    .panel {
        padding: 0 18px;
        background-color: transparent;
        display: none;
        overflow: hidden;
        font-size: 16px
    }

    .panel-inner-text {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .panel-inner-text p {
        padding: 0 0 10px;
    }

    .panel-inner-text-full {
        flex: 0 0 100%;
        /* background-color: crimson; */
        padding-top: 10px
    }

    .panel-inner-text-full p {
        padding: 0 0 10px;
    }

    .panel-inner-text-left {
        flex: 0 0 50%;

        /* background-color: aquamarine; */
        padding-top: 10px
    }

    .panel-inner-text-right {
        flex: 0 0 50%;

        /* background-color: darkcyan; */
        padding-top: 10px
    }

    .panel-inner-text-left-third {
        flex: 0 0 30%;

        /* background-color: aquamarine; */
        padding-top: 10px
    }

    .panel-inner-text-mid-third {
        flex: 0 0 30%;

        /* background-color: aquamarine; */
        padding-top: 10px
    }

    .panel-inner-text-right-third {
        flex: 0 0 30%;

        /* background-color: aquamarine; */
        padding-top: 10px
    }





    .panel-inner-text-left-line {
        flex: 0 0 50%;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        /* background-color: aquamarine; */
        padding-top: 10px
    }

    .panel-inner-text-right-line {
        flex: 0 0 50%;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        /* background-color: darkcyan; */
        padding-top: 10px
    }

    .panel-inner-text-full {
        color: #000000
    }


    .sub__header {
        flex: 0 0 100%;
        color: #000000;
        padding: 10px 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

    .spec__container_wrapper {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding: 6%;
        position: relative;
        z-index: 12;

    }

    .spec__inner {
        flex: 0 0 48%;
        margin: 0 1%;
    }

    .spec__inner p {
        color: #000000
    }

    .panel-inner-text-left span {
        font-size: 12px
    }

    .spec__line {
        border-top: 1px solid #000000;
        width: 100%
    }

    .superscript {
        position: relative;
        top: -0.5em;
        font-size: 80%;
    }

    #specification section.module.parallax.map__desktop {
        min-height: 850px
    }

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

        .spec__inner {
            flex: 0 0 100%;
            margin: 0 1%;
        }

    }

.gallery__header {
    display: none
}

.spacer_foot {
    height: 1.5em;
}

.spacer_foot_small {
    height: 1em;
}

.container__special img {
    width: 100%;
}

section.module.tall {
    min-height: 600px;
    height: 60vh;
}

#specification .spec .production-area {
    color: #ffffff
}


.schedule__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh;

}

.schedule__left {
    flex: 0 0 18%;
    /* background-color: #00d084; */
}

.schedule__middle {
    flex: 0 0 30%;
    margin-right: 2%;
    /* background-color: lightcoral; */
    align-self: center;
    justify-self: center;
}

.schedule__right {
    flex: 0 0 50%;
    background-color: lightcyan;
    background-image: url("../images/kirby-street_exterior.jpg");
    background-position: center;
    background-size: cover;
}

.schedule__table {
    width: 100%;

}

.schedule__row {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding: 20px 0 0px 0px;
    line-height: 30px;
    display: flex;
    align-self: center;
    justify-self: center;


}

.schedule__left img {
    height: 100vh;
    width: auto;
}

.schedule__column-one {
    flex: 0 0 50%
}


.schedule__column-two {
    flex: 0 0 28%;
}


.schedule__column-three {
    flex: 0 0 22%;
}


.schedule__column-two p,
.schedule__column-one p,
.schedule__column-three p {
    font-size: 30px; letter-spacing:3px;
}

.schedule__column-one span {
    font-size: 20px
}


.red {
    background-color: #ff4400;
}

.portfolio-text-special {

    font-size: 2em;
    padding-right: 1.2em;
    height: 100vh;

}

#home .portfolio-text-inner {
    align-self: center;
    justify-self: center;
    padding-left: 8%;
}

.footer_left p {
    padding: 4em 0em 0em 3em;
    text-align: left
}

.leasing__double__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background: orange; */
}

.leasing__double__left {
    flex: 0 0 50%;
    /* background: lightpink */
}


.leasing__double__right {
    flex: 0 0 35%;
    /* background: rgb(238, 44, 130); */
    align-self: flex-end;
    text-align: center;
}

.line_vertical {
    border-right: 1px solid #ffffff;
    height: 200px
}

.full__screen {
    display: block
}

.mobile__screen {
    display: none
}

.map__desktop {
    display: block
}

section.module.parallax.map__desktop {
    height: 100vh
}


.portfolio-text-inner {
    display: block;
}

.portfolio-text-inner-mobile {
    display: none;
}

section.module.parallax.red {
    background-size: contain;
}

.white-text__outer {
    margin: 0 0px 0px 4%;
}

.spacer__section__fifty {
    flex: 0 0 50%;
    height: 100vh;
    min-height: 600px
}

.portfolio-text-special {

    flex: 0 0 50%;
    right: 0em;
    font-size: 2.7em;
    padding-left: 0em;
    line-height: 1.1em;
    display: flex;
    /* color: blue; */
    height: 100vh;
    /* background-color: aqua; */
}


.portfolio-text-seventy {
    flex: 0 0 40%;
    right: 0em;
    font-size: 2.7em;
    padding-left: 0em;
    line-height: 1.1em;
    display: flex;
    height: 100vh;
    /* background-color: aqua; */
}

.fixed-hero {
    background-color: #ff4400
}


/* location pink section */

#home .portfolio-text-inner,
#location .portfolio-text-inner,
#building .portfolio-text-inner,
#serviced .portfolio-text-inner,
#access .portfolio-text-inner,
#specification .portfolio-text-inner {
    color: white
}


#location section.fixed-hero,
#building section.fixed-hero,
#serviced section.fixed-hero,
#access section.fixed-hero,
#specification section.fixed-hero {
    background-color: #30140f;
}

#location section.module.tall,
#location section.module.tall {
    min-height: 480px;
    height: 40vh;

}

#access section.module.tall,
#specification section.module.tall {
    min-height: 550px;
    height: 65vh;

}

#building section.module.tall,
#specification section.module.tall {
    min-height: 550px;
    height: 50vh;

}

#serviced section.module.tall {
    min-height: 600px;
    height: 60vh;

}

#location section.module.tall.base,
#building section.module.tall.base,
#serviced section.module.tall.base,
#access section.module.tall.base,
#specification section.module.tall.base {
    min-height: 0px;
    height: 0vh;

}


.location .portfolio-text-seventy,
.building .portfolio-text-seventy,
.serviced .portfolio-text-seventy {
    height: 90vh;

}


.access .portfolio-text-seventy {
    height: 70vh;

}

.specification .portfolio-text-seventy {
    height: 70vh;

}

#home section.spacer-section {
    position: relative;
    min-height: 600px;
    height: 100vh;
    z-index: 2;

}



#location section.spacer-section,
#building section.spacer-section,
#serviced section.spacer-section {
    position: relative;
    min-height: 600px;
    height: 88vh;
    z-index: 3;

}

#access section.spacer-section {
    position: relative;
    min-height: 600px;
    height: 70vh;
    z-index: 3;

}


#specification section.spacer-section {
    position: relative;
    min-height: 600px;
    height: 70vh;
    z-index: 3;

}


.white-text__inner {
    color: white;
    width: 50%;
    font-size: 2.7em;
    line-height: 1.1em;
}

#specification .text_header__small {
    margin-top: 0px
}


@media screen and (min-width: 1700px) {

    #location .spacer__section__seventy,
    #building .spacer__section__seventy,
    #access .spacer__section__seventy,
    #specification .spacer__section__seventy {
        flex: 0 0 50%;
        margin-right: 8%;
        height: 90vh;
        min-height: 600px;
    }




}


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

    #location section.spacer-section,
    #building section.spacer-section,
    #access section.spacer-section,
    #specification section.spacer-section {
        position: relative;
        min-height: 720px;
        height: 72vh;
        z-index: 3;
    }

    /* #home .portfolio-text-inner,
    #location .portfolio-text-inner,
    #building .portfolio-text-inner,
    #access .portfolio-text-inner,
    #specification .portfolio-text-inner {
        color: chartreuse;
    } */

    .location .portfolio-text-seventy,
    .building .portfolio-text-seventy,
    .access .portfolio-text-seventy,
    .specification .portfolio-text-seventy {
        height: 72vh;
        min-height: 720px;
    }

    #location .portfolio-text-inner h2,
    #building .portfolio-text-inner h2,
    #access .portfolio-text-inner h2,
    #specification .portfolio-text-inner h2 {
        font-size: 1.15em;
    }

    #building p.text_header__small br {
        display: none
    }

}



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

    #location section.spacer-section,
    #building section.spacer-section,
    #access section.spacer-section,
    #specification section.spacer-section {

        min-height: 700px;
        height: 60vh;

    }

    .location .portfolio-text-seventy,
    .building .portfolio-text-seventy,
    .access .portfolio-text-seventy,
    .specification .portfolio-text-seventy {
        height: 60vh;
        min-height: 700px;
    }


    /* #home .portfolio-text-inner,
    #location .portfolio-text-inner,
    #building .portfolio-text-inner,
    #access .portfolio-text-inner,
    #specification .portfolio-text-inner {
        color: orange;
    } */


    #location .portfolio-text-inner h2,
    #building .portfolio-text-inner h2,
    #access .portfolio-text-inner h2,
    #specification .portfolio-text-inner h2 {
        font-size: 1.05em;
    }

    #location .production-area,
    #building .production-area,
    #access .production-area,
    #specification .production-area {
        float: left;
        width: 22%;
        padding: 0px;
        /* background: #ff4400; */
    }

    .white-text__inner {
        color: white;

        font-size: 2.7em;
        line-height: 1.1em;
    }

    #location section.bgred.production,
    #building section.bgred.production,
    #access section.bgred.production,
    #specification section.bgred.production {
        height: 30vh;
        overflow: hidden;
        min-height: 600px
    }

    #location section.module.tall {
        min-height: 430px;
        height: 35vh;

    }

    #specification section.module.tall {
        min-height: 430px;
        height: 35vh;

    }

    #building section.module.tall,
    #access section.module.tall {
        min-height: 490px;
        height: 35vh;

    }

    #location section.bgred.production,
    #building section.bgred.production,
    #access section.bgred.production {
        height: 30vh;
        min-height: 500px;
    }

    #access p.text_header__small br {
        display: none
    }

    #home .portfolio-text-special {
        font-size: 2.5em;
        line-height: 1.1em;
    }




}

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

    #location section.spacer-section,
    #building section.spacer-section,
    #access section.spacer-section,
    #specification section.spacer-section {

        min-height: 650px;
        height: 55vh;

    }

    /* #home .portfolio-text-inner,
    #location .portfolio-text-inner,
    #building .portfolio-text-inner,
    #access .portfolio-text-inner,
    #specification .portfolio-text-inner {
        color: cornflowerblue;
    } */

    .location .portfolio-text-seventy,
    .building .portfolio-text-seventy,
    .access .portfolio-text-seventy,
    .specification .portfolio-text-seventy {
        height: 55vh;
        min-height: 650px;
    }

    .portfolio-text-seventy {
        font-size: 2.4em;
        line-height: 1.1em;
    }

    #location section.bgred.production,
    #building section.bgred.production,
    #access section.bgred.production,
    #specification section.bgred.production {
        height: 25vh;
        min-height: 450px;
    }


    .white-text__inner {

        font-size: 2.4em;
    }

    .schedule__left img {
        height: 90vh;
    }


    .schedule__wrapper {

        min-height: 90vh;
    }

    #home .portfolio-text-special {
        font-size: 2.4em;
        line-height: 1.1em;
    }




}

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

    #location section.spacer-section,
    #building section.spacer-section,
    #access section.spacer-section,
    #specification section.spacer-section {

        min-height: 600px;
        height: 50vh;

    }

    /* #home .portfolio-text-inner,
    #location .portfolio-text-inner,
    #building .portfolio-text-inner,
    #access .portfolio-text-inner,
    #specification .portfolio-text-inner {
        color: #ff4400;
    } */

    .portfolio-text-seventy {
        font-size: 2.1em;
        line-height: 1.1em;
    }

    .location .portfolio-text-seventy,
    .building .portfolio-text-seventy,
    .access .portfolio-text-seventy,
    .specification .portfolio-text-seventy {
        height: 50vh;
        min-height: 600px;
    }

    #location .portfolio-text-inner h2,
    #building .portfolio-text-inner h2,
    #access .portfolio-text-inner h2,
    #specification .portfolio-text-inner h2 {
        padding: 0 0 40px;
    }

    #location section.bgred.production,
    #building section.bgred.production,
    #access section.bgred.production,
    #specification section.bgred.production {
        height: 20vh;
        min-height: 400px;
    }

    .white-text__inner {

        font-size: 2.1em;
    }

    .schedule__middle {
        margin-right: 1%;
        margin-left: 1%;

    }

}

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

    #location section.spacer-section,
    #building section.spacer-section,
    #access section.spacer-section,
    #specification section.spacer-section {
        position: relative;
        min-height: 500px;
        height: 52vh;
        z-index: 3;
    }

    .location .portfolio-text-seventy,
    .building .portfolio-text-seventy,
    .access .portfolio-text-seventy,
    .specification .portfolio-text-seventy {
        height: 52vh;
        min-height: 500px;

    }

    .spacer__section__fifty.home {
        height: 45vh;
        min-height: 500px;
    }

    /* #home .portfolio-text-inner,
    #location .portfolio-text-inner,
    #building .portfolio-text-inner,
    #access .portfolio-text-inner,
    #specification .portfolio-text-inner {
        color: purple;
    } */

    .portfolio-text-seventy {
        font-size: 2.1em;
        line-height: 1em;
    }

    #location .portfolio-text-inner h2,
    #building .portfolio-text-inner h2,
    #access .portfolio-text-inner h2,
    #specification .portfolio-text-inner h2 {
        padding: 0 0 35px;
    }

    #home .production-area,
    #location .production-area,
    #building .production-area,
    #access .production-area,
    #specification .production-area {
        float: left;
        width: 22%;
        padding: 0px;
        margin-left: 1.6%;
        /* background: purple; */
    }


    .white-text__inner {

        font-size: 2.1em;
    }

    .schedule__left img {
        height: 60vh;
    }


    .schedule__wrapper {

        min-height: 60vh;
    }

    #home .portfolio-text-special {

        flex: 0 0 50%;
        font-size: 2em;
        padding-left: 20px;
        line-height: 1.1em;
        height: 60vh;
    }

    #home .portfolio-text-inner {
        padding-left: 2%
    }

    #home section.module.tall {
        height: auto;
        min-height: 370px;
    }

    #specification .text_header__small br {
        display: none
    }

    .white-text__outer {
        width: 100%;
        margin: 0 0px 0px 30px;
    }






}

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

    #location section.spacer-section,
    #building section.spacer-section,
    #access section.spacer-section,
    #specification section.spacer-section {
        position: relative;
        min-height: 450px;
        height: 40vh;
        z-index: 3;
    }

    .location .portfolio-text-seventy,
    .building .portfolio-text-seventy,
    .access .portfolio-text-seventy,
    .specification .portfolio-text-seventy {
        height: 40vh;
        min-height: 450px;

    }

    /* #home .portfolio-text-inner,
    #location .portfolio-text-inner,
    #building .portfolio-text-inner,
    #access .portfolio-text-inner,
    #specification .portfolio-text-inner {
        color: deeppink;
    } */

    .portfolio-text-seventy {
        font-size: 1.9em;
        line-height: 1em;
    }

    #location .portfolio-text-inner h2,
    #building .portfolio-text-inner h2,
    #access .portfolio-text-inner h2,
    #specification .portfolio-text-inner h2 {
        padding: 0 0 25px;
    }

    .white-text__inner {
        font-size: 1.9em;
    }

    #home .portfolio-text-special br {
        display: none
    }




}


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

    #location section.spacer-section,
    #building section.spacer-section,
    #access section.spacer-section,
    #specification section.spacer-section {
        position: relative;
        min-height: 390px;
        height: 36vh;
        z-index: 3;
    }

    .location .portfolio-text-seventy,
    .building .portfolio-text-seventy,
    .access .portfolio-text-seventy,
    .specification .portfolio-text-seventy {
        height: 36vh;
        min-height: 390px;
    }

    .portfolio-text-seventy {
        font-size: 1.7em;
        line-height: 1em;
    }

    /* #home .portfolio-text-inner,
    #location .portfolio-text-inner,
    #building .portfolio-text-inner,
    #access .portfolio-text-inner,
    #specification .portfolio-text-inner {
        color: lightgreen;
    } */

    #location .portfolio-text-inner br,
    #building .portfolio-text-inner br,
    #access .portfolio-text-inner br,
    #specification .portfolio-text-inner br {
        display: none
    }

    #home .production-area,
    #location .production-area,
    #building .production-area,
    #access .production-area,
    #specification .production-area {
        /* background: aqua; */
        float: left;
        width: 46%;
        padding: 0px;
        margin-left: 2%
    }

    #location section.bgred.production,
    #building section.bgred.production,
    #building section.bgred.production,
    #specification section.bgred.production {
        height: 20vh;
        min-height: 340px;
    }

    .white-text__inner {
        font-size: 1.7em;
        width: 60%;
    }

    #location section.module.tall,
    #building section.module.tall,
    #building section.module.tall,
    #specification section.module.tall {
        min-height: 430px;
        height: auto;
    }

    .schedule__left img {
        height: 60vh;
    }

    .schedule__middle {
        flex: 0 0 28%;
        margin-right: 2%;
        margin-left: 2%;

    }

    section.module.parallax.map__desktop {
        height: 49vh
    }

    #home section.fixed-hero {
        height: 100vh;

    }

    #home section.module.parallax.red {
        height: 100vh;
    }

    .spacer__section__fifty.home {
        height: 80vh;
        min-height: 500px;
    }

    #home .portfolio-text-special {
        flex: 0 0 100%;
        font-size: 1.7em;
        padding-left: 20px;
        line-height: 1em;
        height: 60vh;
    }

    #home .portfolio-text-inner {
        margin-top: 20px
    }




}




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

    #home section.spacer-section {
        position: relative;
        min-height: 300px;
        height: 40vh;
        z-index: 2;
    }


    #location section.spacer-section,
    #building section.spacer-section,
    #access section.spacer-section,
    #specification section.spacer-section {
        position: relative;
        min-height: 600px;
        height: 100vh;
        z-index: 3;
    }

    .location .portfolio-text-seventy,
    .building .portfolio-text-seventy,
    .access .portfolio-text-seventy,
    .specification .portfolio-text-seventy {
        height: auto;
        min-height: 300px;
    }


    #location .portfolio-text-inner,
    #building .portfolio-text-inner,
    #access .portfolio-text-inner,
    #specification .portfolio-text-inner {
        /* color: goldenrod; */
        margin: 0px 20px
    }

    #home .portfolio-text-inner {
        /* color: goldenrod; */
        margin: 0px 0px
    }


    #location .production-area,
    #building .production-area,
    #access .production-area,
    #specification .production-area {
        /* background: orchid; */
        float: left;
        width: 96%;
        padding: 0px;
        margin-left: 2%;
    }

    #home .production-area {

        float: left;
        width: 96%;
        padding: 0px;
        margin-left: 2%;
        padding-bottom: 20px
    }

    #location section.module.tall,
    #building section.module.tall,
    #access section.module.tall,
    #specification section.module.tall {
        min-height: 600px;
        height: auto;
    }


    #building .spacer__section__seventy {
        flex: 0 0 100%;
        margin-right: 0%;
        height: auto;
        min-height: 440px;
    }


    #specification .spacer__section__seventy {
        flex: 0 0 100%;
        margin-right: 0%;
        height: auto;
        min-height: 440px;
    }

    #location .spacer__section__seventy {
        flex: 0 0 100%;
        margin-right: 0%;
        height: auto;
        min-height: 490px;
    }

    #access .spacer__section__seventy {
        flex: 0 0 100%;
        margin-right: 0%;
        height: auto;
        min-height: 440px;
    }

    .white-text__inner {
        font-size: 1.6em;
        width: 80%;
    }

    .schedule__middle {
        flex: 0 0 96%;
        margin-right: 2%;
        margin-left: 2%;

    }

    .schedule__right {
        min-height: 600px;
        flex: 0 0 100%;
    }

    section.module.parallax.map__desktop {
        height: 35vh;
        width: 100%
    }

    #specification section.module.parallax.map__desktop {
        height: auto;
        width: 100%
    }

    #location section.fixed-hero {
        height: 100vh;
    }

    #home section.fixed-hero {
        height: 40vh;
    }

    #home section.module.parallax.red {
        height: 103vh;
    }

    .white-text__outer {
        margin: 20px 0px 0px 25px;
    }

    .spacer__section__fifty.home {
        height: 45vh;
        min-height: 530px;
    }

    #home .portfolio-text-special {
        flex: 0 0 100%;
        font-size: 1.6em;
        padding-left: 20px;
        line-height: 1em;
        height: 42vh;
        align-content: center;
        align-self: center;
    }

    .footer_left p {
        padding: 2em 0em 0em 0em;
        text-align: center;
    }

    .logo__footer {
        width: auto;
        height: auto;
        padding: 2em 3em;
    }

    .gallery__header {
        display: block
    }

    .caption__small {
        width:100%;
        padding-left: 0px;
    
padding-right: 0em;
text-align: center;

    }

    .caption {

        top: 10px;
        padding-left: 1em;
    }

    h2.section__title.special {
        padding-top: 20px;
        padding-bottom: 20px;
    }





}



/* location section */





h2.section__title {
    font-size: 2.7em;
    padding-left: 4%;

}

h2.section__title__lower-case {
    font-size: 2.7em;
    padding-left: 4%;
    text-transform: none;
}



.text_header {
    font-size: 1.8em;
    letter-spacing: 4px;
    padding-bottom: 2px;
    margin-top: 50px;
}

.text_header__small {
    margin-top: 20px;
    font-size: 0.9em;
    line-height: 1.3em;
}

.text_header__dots {
    content: "";
    position: relative;
    z-index: -1;
    top: 10px;
    bottom: 60px;
    left: 50%;
    height: 60px;
    border-left: 1px dotted #000000;
}


.icon-home--one,
.icon-home--two,
.icon-home--three,
.icon-home--four {
    width: 70%
}

.icon-location--one,
.icon-location--two,
.icon-location--three,
.icon-location--four {
    width: 70%
}

.icon-building--one,
.icon-building--two,
.icon-building--three,
.icon-building--four {
    width: 70%
}

.icon-access--one,
.icon-access--two,
.icon-access--three,
.icon-access--four {
    width: 70%
}

.icon-spec--one,
.icon-spec--two,
.icon-spec--three,
.icon-spec--four {
    width: 70%
}



/* navigation menu */




#menuToggle {
    display: block;
    position: fixed;
    top: 50px;
    right: 50px;

    z-index: 9;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
* Just a quick hamburger
*/
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 0px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
* Transform all the slices of hamburger
* into a crossmark.
*/
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
}

/*
* But let's hide the middle one.
*/
#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
* Ohyeah and the last one should go the other direction
*/
#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

/*
* Make this absolute positioned
* at the top left of the screen
*/
#menu {
    position: absolute;
    width: 600px;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 160px;
    right: -100px;
    height: 105vh;
    background: #ff4400;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 14px 5px;
    font-size: 2.4em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#menu li a {
    color: #ffffff
}

#menu li a:hover {
    color: #2a2423
}




/*
* And let's fade it in from the left
*/
#menuToggle input:checked~ul {
    transform: none;
    opacity: 1;
}



/* navigation menu */





body>footer {
    position: sticky;
    z-index: 7
}

footer {
    background: #30140f;
    width: 100%;

}

.footer_outer {
    background: #30140f;
    width: 100%;

}


.footer_wrapper {
    width: 100%;
    background: #30140f;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 30px;

}

.footer_left {
    flex: 0 0 50%;
    background: #30140f;

}



.footer_right {
    flex: 0 0 50%;
    background: #30140f;

    text-align: right
}



.portfolio-text-inner {
    align-self: center;
    justify-self: center;
    padding-left: 2%;
}



.portfolio-text-inner h2 {
    font-size: 1.25em
}




@media only screen and (min-width: 1367px) {

    /* section.module.parallax.floor-plan_red,
    section.module.parallax.map__desktop {
        background-size: cover;
    } */



}

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



    section.module.parallax.floor-plan_red {
        height: 80vh;
        background-size: 90%
    }










    .bg-beige.production.spacer-high {
        padding-bottom: 40px;
    }




    section.spacer-section {
        height: 100vh;
    }








}

@media all and (max-width:1054px) {
    .text_header {
        font-size: 1.6em;
        letter-spacing: 3px;

    }
}










@media all and (max-width:1024px) {




    .schedule__column-two p,
    .schedule__column-one p,
    .schedule__column-three p {
        font-size: 20px;
    }

    .schedule__row {
        line-height: 24px
    }

    section.module.parallax.floor-plan_red {
        height: 80vh;
        background-size: 100%
    }







    .black {
        background-color: #2e1510;
    }


















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


        h2.section__title {
            font-size: 2.7em;
            padding-left: 50px;
        }








        .spacer__section__fifty {
            flex: 0 0 100%;
            height: 100vh;
        }

        .spacer-v-tall {
            min-height: 20px;
        }

        .leasing__double__right {
            flex: 0 0 90%;
        }

        .text__misrep__small {
            padding-right: 30px
        }




        .mobile__screen {
            display: block
        }





        section.bgblack {
            height: auto
        }

        .schedule__table {
            padding: 30px 0;
        }

        .schedule__row {
            padding: 5px 0;
            line-height: 20px;
        }

        .schedule__column-two p,
        .schedule__column-one p,
        .schedule__column-three p {
            font-size: 20px;
        }



        #myBtn .volume-up {


            bottom: 0px;
            left: 0px;
        }

        #myBtn .volume-down {


            bottom: 0px;
            left: 0px;
        }



        section.red {
            height: 300px
        }

        .production {
            padding: 29px 0;
        }

        .bg-beige.production.spacer-high {
            padding-bottom: 20px;
        }

        section.spacer-section {
            height: 100vh;
        }

        .floor-plan_red__mobile p {
            padding: 30px
        }




    }

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


        section.module.parallax.floor-plan_red {
            height: 50vh;
            background-size: 100%
        }




        .schedule__wrapper {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            min-height: 50vh;
        }







        .spacer_foot {
            height: 1em;
        }

        .leasing__double__left {
            flex: 0 0 100%;
        }

        .leasing__double__right {
            flex: 0 0 100%;
        }

        .text__misrep__small {
            margin-top: 20px
        }



        section.spacer-section {
            height: 100vh;
        }




        .module-no-parallax-mobile {
            display: block;
            position: relative;
            z-index: 88;
        }

        .module-no-parallax-mobile img {
            width: 100%
        }


        .portfolio-text-inner-mobile {
            position: relative;
            right: 0em;
            font-size: 3em;
            padding-left: 0.8em;
            padding-top: 1em;
            display: flex;
            height: 40vh;
            justify-content: flex-start;
            z-index: 999;
        }


        .portfolio-text-inner-mobile {
            display: block;
            background-color: #ff4400;
            height: 60vh
        }






        .portfolio-text-special {

            flex: 0 0 100%;
            right: 0em;
            font-size: 2.2em;
            padding-left: 50px;
            line-height: 1.1em;
            display: block;
            height: 45vh;
            /* background-color: aqua; */
        }





        .portfolio-text-inner {
            margin-top: 50px;
            padding-left: 0em
        }

        #menu {
            margin: -80px 0 0 0;
            padding: 50px;

            right: -80px;
        }


    }


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

        .spacer__section__fifty.home {
            background-size: contain;
        }


        .portfolio-text-special {
            padding-left: 0px
        }

        .spacer__section__fifty {
            flex: 0 0 100%;
            min-height: 45vh;
            height: 55vh
        }



        .location .spacer__section__seventy {
            flex: 0 0 100%;
            margin-right: 0%;
            height: 100vh;
            min-height: 800px;
        }

        .portfolio-text-seventy {
            flex: 0 0 100%;
            right: 0em;
            font-size: 1.6em;
            padding-left: 0em;
            line-height: 1.1em;
            height: 35vh;
        }




    }








    .production-area {
        margin-left: 0%;
    }

    .production-area.one {
        margin-left: 0px;
    }

    .production-area.two {
        margin-left: 0px;
    }

    .production-area.three {
        margin-left: 0px;
    }

    .production-area.four {
        margin-left: 0px;
    }

    h2.section__title {
        font-size: 2.3em;
        padding-left: 30px;
    }


    .portfolio-text-special {

        flex: 0 0 100%;
        right: 0em;
        font-size: 1.8em;
        padding-left: 0em;
        margin-bottom: 90px
            /* background-color: aqua; */
    }

    #menu {
        width: 100vw;
    }

    #menuToggle {

        top: 30px;
        right: 30px;

    }

    section.module.tall {
        height: auto;
        min-height: 770px;
    }






    .floor-plan_red__mobile {
        padding: 50px 20px
    }

    .module-no-parallax-mobile {
        display: block;
        z-index: 888;
        position: relative
    }

    .module-no-parallax-mobile img {
        width: 100%
    }

    .fixed-hero iframe {

        width: 100vh;

    }



    section.spacer-section {
        height: 40vh;
    }





    .schedule__note {
        margin-top: 0px;
        margin-bottom: 20px
    }

    section.floor-plan_red__mobile {
        height: 70vh
    }

    .footer_right {
        flex: 0 0 100%;
        text-align: center;
    }

    .footer_left {
        flex: 0 0 100%;
    }



}









.production.white {
    color: #ffffff;
}


.developer__logos {

    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px
}

.developer__logos__left {
    flex: 0 0 50%;
    padding-right: 10px;
    border-right: 1px solid #ffffff
}

.developer__logos__left img {
    width: 80%
}




.developer__logos__right {
    flex: 0 0 50%;
    justify-self: flex-end;
}


.developer__logos__right img {
    width: 64%
}


.dev__logos__wide {
    flex: 0 0 100%
}

.dev__title {
    letter-spacing: 3px;
    font-size: 13px;
    padding-bottom: 10px
}






.module-no-parallax-mobile {
    display: none
}

section.module.parallax.red {
    display: block
}


.container.home__main__fifty {
    display: flex;
    flex-wrap: wrap;

}











.icon-one {
    width: 126px;
    height: 150px;
}

.icon-two {
    width: 171px;
    height: 150px;
}


.icon-three {
    width: 171px;
    height: 150px;
}

.icon-four {
    width: 151px;
    height: 150px;
}


.bg-beige.production.spacer-high {
    padding-bottom: 100px
}

.bgblack {
    background: #30140f
}



.bgred {
    background: #ff4400
}



.spacer-v-tall {
    min-height: 480px
}


.text__misrep__small {
    font-size: 10px
}


.onoffswitch {
    position: relative;
    display: inline-block;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top:3px;
    padding-left:10px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #545454;
    border-radius: 13px;

}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    text-align: left;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #000;
    color: #fff;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #000;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 3.5px;
    background: #ff4400;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border: 0px solid #545454;
    border-radius: 13px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


@media only screen and (max-width: 600px) {
.schedule__row {
    padding: 18px 0 2px;
    line-height: 20px;
}

}