@font-face {
    font-family: "Untitled Sans";
    src: url("../fonts/untitled-sans-regular.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "The Future";
    src: url("../fonts/the-future-regular.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Arizona Flare";
    src: url("../fonts/ABCArizonaFlare-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

html {
    margin: 0;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    /* may have to remove */
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    background: #fff;
    font-family: "Untitled Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #818181;
    font-style: normal;
    font-weight: normal;
    padding-top: 110px;
}
.normal-font {
    font-family: "Untitled Sans", Arial, Helvetica, sans-serif !important;
}

.modal-dialog {
    max-width: 750px !important;
}
.modal {
    background: rgba(255, 255, 255, 0.7);
}
.modal-content {
    border: 0;
}

.spacer {
    height: 100px;
}

.tauhou-hero {
    padding-bottom: 100px;
}

.container {
    padding-left: 50px;
    padding-right: 50px;
}
.privacy .container {
    max-width: 1180px;
}

.privacy .intro {
    padding-bottom: 100px;
}
.privacy .intro ul {
    padding-left: 15px;
}
.privacy li {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}
.privacy p {
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
.privacy h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
}
header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 1;
}
header .main-nav {
    padding: 45px 50px 25px;
}

header a {
    cursor: pointer;
}
.bt {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

.home .contact-info {
    display: none;
}

.owl-carousel p,
.tr {
    font-size: 14px !important;
}
.project .project-intro {
    background: #af8b94;
}
.project .project-intro p {
    color: #623e3f;
    font-family: "Arizona Flare";
    line-height: 1.4;
}

.downloads-section {
    background: #7a8a5e;
}
.downloads-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.close {
    color: #fff;
    text-shadow: none;
}
.close:hover {
    color: #fff;
    text-shadow: none;
}

.downloads-section .button {
    background: #3b4920;
    color: #beeda5;
    padding-left: 45px;
    padding-right: 45px;
}

.downloads-section .button:hover {
    background: #3b4920;
}

.downloads-holder {
    background: #7a8a5e !important;
}
.downloads-holder input {
    max-width: 500px;
}

.downloads-holder {
    background: #593736;
    padding: 45px;
}

.downloads-holder .button {
    background: #465638;
    color: #beeda5;
    display: block;
    margin-top: 15px;
}

.downloads-holder .button:hover {
    background: #465638;
}

.enquire a {
    background: #465638;
    color: #beeda5;
    border-radius: 10px;
    padding: 5px 20px;
    display: none;
}

.enquire a:hover {
    color: #fff;
    text-decoration: none;
}

.project .enquire a {
    display: inline-block;
}

.project-nav {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    display: none;
}
.project .project-nav {
    display: block;
}
.project section {
    scroll-margin-top: 200px;
}

.project-nav li {
    display: inline-block;
    color: #818181;
    font-size: 16px;
    margin-right: 150px;
}

.project-nav li a.active {
    color: #818181;
}

.project-nav li a:hover {
    color: #818181;
    text-decoration: none;
}

.project-nav li a.active:before {
    content: "";
    background: #818181;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
}
.aerial .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.tr {
    text-align: right;
    margin-top: 10px;
}
.bacchus-hero {
    padding-top: 100px;
    padding-bottom: 80px;
}
.project .bacchus-hero p {
    text-align: right;
    font-size: 18px;
    margin-top: 10px;
}

.coming-soon {
    color: #7d7d7d !important;
}
#projects {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#projects li {
    margin-bottom: 0 !important;
}

#projects li sup {
    font-size: 14px;
    top: -10px;
}
#close {
    position: absolute;
    top: 45px;
    left: 40px;
    right: 40px;
    cursor: pointer;
    font-size: 18px;
}

#close img {
    float: right;
    padding-top: 5px;
}

.button {
    background: #d9d9d9;
    padding: 10px 20px;
    border-radius: 5px;
    color: #2b2b2b;
    border: 0px;
    cursor: pointer;
}
.project .project-header {
    background: #593535;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 58px;
}

.project-header img {
    max-width: 400px;
}
.mt-30 {
    margin-top: 30px;
}

.project-intro p {
    font-size: 32px;
}
.owl-carousel p {
    text-align: right;
    color: #593535;
    margin-top: 20px;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
}

.project-enquiry {
    background: #f8f8f8;
}
.project-enquiry label {
    margin-top: 15px;
}

.project p {
    color: #818181;
}
.project h3 {
    color: #818181 !important;
}
.project #interior-carousel p {
    color: #593535 !important;
}

.project-enquiry .button {
    background: #465638;
    width: 100%;
    color: #beeda5;
    margin-top: 40px;
}

.project-enquiry .button:hover {
    background: #465638;
    color: #fff;
}

.team h4 {
    text-align: right;
    color: #593535;
    font-family: "Arizona Flare";
    font-size: 32px;
}
.team table tr {
    border-bottom: 1px solid #d9d9d9;
}
.team table td {
    padding-top: 50px;
    color: #8b7272;
}

.team table {
    width: 100%;
    vertical-align: bottom;
}
.pt-70 {
    padding-top: 70px;
}
.owl-prev {
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: -120px;
    display: block !important;
}
.owl-next {
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    right: -120px;
    display: block !important;
}

button:focus,
button:focus {
    outline: none !important;
    border: none !important;
}
#vision-carousel .owl-dots {
    position: absolute;
    bottom: -1px;
}
#vision-carousel p {
    text-align: right;
    margin-top: 20px;
}

#location-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
}
#location-carousel p {
    text-align: right;
    margin-top: 20px;
}
.owl-dots button.owl-dot {
    background: #d9d9d9;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-right: 10px;
    position: relative;
}
.owl-dot.active {
    background: #818181 !important;
}

.project h3 {
    color: #818181;
    font-size: 32px;
    margin-bottom: 25px;
}
.slideout-sidebar a:hover {
    text-decoration: none;
}

.project section .col-md-4 {
    padding-right: 40px;
}

footer h4 {
    margin-bottom: 25px;
    color: #000;
}
footer li a {
    display: inline-block;
    position: relative;
}

footer li a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #818181;
    transition: all 0.3s ease;
}

footer li a:hover {
    text-decoration: none;
}

footer li a:hover:after {
    width: 100%;
}

.pinpoint {
    color: #fff;
    background: rgba(89, 53, 53, 0.8);
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 7px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pinpoint:after {
    content: "";
    background: rgba(89, 53, 53, 0.8);
    position: absolute;
    top: 24px;
    left: 50%;
    height: 100px;
    width: 1px;
}
.nav-item {
    display: inline-block;
    position: relative;
}
.nav-item:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    background: #818181;
    transition: all 0.3s ease;
}

.nav-item:hover {
    text-decoration: none;
}

.nav-item:hover:after {
    width: 100%;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}
.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.footer-logo img {
    width: 100%;
    max-width: 210px;
}
footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

input {
    width: 100%;
    margin-bottom: 10px;
    background: #d9d9d9;
    border: 0;
    border-radius: 5px;
    padding: 10px;
}

.subscribe {
    padding-top: 50px;
    padding-bottom: 100px;
}
.intro img {
    margin-bottom: 15px;
}
footer h4 {
    font-size: 14px;
}
footer li {
    font-size: 14px;
}

.intro p span {
    color: #000;
}

.subscribe h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
}
.subscribe p {
    margin-bottom: 30px;
}

.subscribe .button {
    margin-top: 10px;
}
.button span:after {
    content: url("../img/arrow.svg");
    /* background-image: url('../img/arrow.svg'); */
    width: 0px;

    display: inline-block;
    opacity: 0;
    transition: all 0.3s;
}

.button:hover span:after {
    width: 15px;
    opacity: 1;
    margin-left: 8px;
}

.button:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.duarne img {
    margin-bottom: 20px;
}
.duarne h3 {
    margin-bottom: 25px;
    font-size: 18px;
    color: #000;
}

.duarne {
    margin-bottom: 300px;
}
.intro-copy {
    padding-top: 100px;
    padding-bottom: 100px;
}
.owl-carousel p {
    margin-bottom: 0;
}

.intro-copy p {
    font-size: 32px;
    margin-bottom: 50px;
}
.container {
    max-width: 1780px;
}

.intro {
    padding-top: 75px;
}

.logo {
    text-align: center;
}
.enquire {
    text-align: right;
}

.slideout-sidebar {
    position: fixed;
    top: 0;
    left: -480px;
    z-index: 500;
    max-width: 480px;
    width: 100%;
    height: 100%;
    padding: 135px 40px 0;
    background-color: #f8f8f8;
    transition: all 300ms ease-in-out;
}

.slideout-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideout-sidebar ul li {
    cursor: pointer;
    font-size: 36px;
    color: #323232;
}

.slideout-sidebar ul li:last-child {
    border-bottom: 0;
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 320;
    will-change: opacity;
}

@media screen and (max-width: 1023px) {
    .project .project-nav {
        display: none;
    }
    body {
        margin-top: 0px;
        padding-top: 75px;
    }
    .downloads-holder {
        margin-top: 0;

        padding: 25px 25px 15px;
    }
    .downloads-section .col-md-3 {
        padding-top: 20px;
    }
    .downloads-section {
        margin-top: 0;
        padding-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    header .main-nav {
        padding: 30px 15px 15px;
    }

    .tauhou-hero {
        padding-bottom: 40px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .spacer {
        height: 25px;
    }

    .enquire a {
        color: #818181;
        margin-top: 5px;
        background: #fff;
        padding: 0;
    }
    .enquire a:hover {
        color: #818181;
    }

    .slideout-sidebar ul li {
        font-size: 30px;
    }
    .slideout-sidebar {
        padding: 135px 30px 0;
    }
    .owl-dots button.owl-dot {
        height: 8px;
        width: 8px;
        margin-right: 5px;
    }
    #vision-carousel p {
        max-width: 80%;
        margin-right: 0;
        margin-left: auto;
    }
    .owl-carousel .owl-dots {
        position: absolute;
        bottom: 5px;
    }
    .bacchus-hero {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .project h3 {
        font-size: 24px;
    }
    .project .bacchus-hero p {
        font-size: 15px;
    }
    .bt {
        padding-top: 20px;
    }

    #close {
        position: absolute;
        top: 35px;
        left: 30px;
        right: 30px;
    }
    .intro-copy {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #projects {
        padding-left: 10px;
    }
    .subscribe h3 {
        margin-bottom: 20px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .nav-item {
        margin-top: 5px;
    }

    .footer-logo img {
        max-width: 130px;
        margin-bottom: 40px;
    }
    .project-header img {
        max-width: 220px;
    }
    .project .project-header {
        margin-top: 0;
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .subscribe {
        padding-bottom: 50px;
    }
    footer ul {
        margin-bottom: 30px;
    }
    .pb-100 {
        padding-bottom: 40px;
    }
    .pt-100 {
        padding-top: 40px;
    }

    .intro-copy p {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .project-intro p {
        font-size: 24px;
    }
    #vision-carousel p {
        font-size: 15px;
        margin-top: 10px;
    }
    .pt-70 {
        padding-top: 30px;
    }
    .about .intro {
        padding-top: 25px;
    }

    #projects {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .duarne {
        margin-bottom: 100px;
    }
    .project h3 {
        margin-bottom: 20px;
    }
    .project-enquiry .button {
        margin-top: 20px;
    }
    .team table td {
        font-size: 15px;
    }
    .owl-carousel p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .project-enquiry label {
        font-size: 15px;
    }
    .team table td {
        padding-top: 20px;
    }
    .team h4 {
        font-size: 18px;
    }
    .pinpoint {
        top: 35%;
    }
    .project-enquiry label {
        margin-top: 5px;
    }
    .pinpoint:after {
        height: 50px;
    }
    .project section .col-md-4 p {
        margin-bottom: 20px;
    }
    .owl-nav {
        display: none;
    }

    .location {
        padding-bottom: 100px;
    }
}
