.list-desc {
    font-family: "proxima-nova", serif;
    font-weight: 300;
    font-size: 16px;
    color: #5A5B5E;
    line-height: 28px;
}
#big-video-wrap {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

#big-video-vid,
#big-video-image {
    position: absolute
}

#big-video-control-container {
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    transition-duration: 0.6s
}

#big-video-control {
    width: 100%;
    height: 16px;
    position: relative
}

#big-video-control-middle {
    margin: 0 56px 0 24px
}

#big-video-control-bar {
    width: 100%;
    height: 16px;
    position: relative;
    cursor: pointer
}

#big-video-control-progress {
    position: absolute;
    top: 7px;
    height: 3px;
    width: 0%;
    background: #fff
}

#big-video-control-track {
    position: absolute;
    top: 8px;
    height: 1px;
    width: 100%;
    background: #fff
}

#big-video-control-bound-left {
    left: 0
}

#big-video-control-bound-right {
    right: -1px
}

#big-video-control-track .ui-slider-handle {
    opacity: 0
}

#big-video-control-playhead {
    left: 30%
}

#big-video-control-play {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-image: url("bigvideo.png")
}

#big-video-control-timer {
    position: absolute;
    top: 1px;
    right: 0;
    color: #fff;
    font-size: 11px
}

#big-video-control-playhead,
#big-video-control-bound-left,
#big-video-control-bound-right {
    position: absolute;
    top: 0;
    height: 16px;
    width: 1px;
    background: #fff
}

#big-video-control .ui-slider-handle {
    border-left: solid 1px #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px
}

.transparent {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

#big-video-wrap .vjs-big-play-button {
    display: none !important
}

.floorplan-section {
    text-align: center;
    min-height: calc(100vh);
    overflow: hidden
}

.floorplan-section.active {
    display: block
}

.floorplan-section .fp-level-container {
    position: absolute;
    left: 150px;
    right: 150px;
    top: 50%;
    margin: auto;
    transition: all .5s;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    opacity: 1
}

.floorplan-section .fp-level-container.active {
    -webkit-transform: translateY(-45%) scale(0.5);
    -ms-transform: translateY(-45%) scale(0.5);
    transform: translateY(-45%) scale(0.5);
    opacity: 0
}

@media (max-width: 50em) {
    .floorplan-section .fp-level-container {
        position: relative;
        left: 0;
        right: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.floorplan-section .fp-level-container .fp-level {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: calc(40% - 5em);
    width: calc(60% - 14em)
}

@media (max-width: 50em) {
    .floorplan-section .fp-level-container .fp-level {
        width: 100%;
        height: auto;
        top: 0;
        margin-bottom: 40px;
        position: static
    }
}

.floorplan-section .fp-level-container .fp-level svg {
    width: 100%;
    height: 100%
}

.floorplan-section .fp-level-container .fp-level .fp-target {
    position: absolute;
    width: 100px;
    height: 200px;
    fill: #FFFBF5;
    cursor: pointer
}

#view-101 {
    background-image: url("/chateau-laurier/assets/images/residences/views/202.jpg")
}

#view-102 {
    background-image: url("/chateau-laurier/assets/images/residences/views/202.jpg")
}

#view-103 {
    background-image: url("/chateau-laurier/assets/images/residences/views/202.jpg")
}

#fp-details {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%
}

.fp-container {
    width: calc(100%)
}

.fp-container hr {
    border-color: #B78139;
    width: 10%;
    margin: 35px auto;
    border-width: 5px
}

@media (max-width: 50em) {
    .fp-container hr {
        display: none
    }
}

.fp-container hr.mobile_show {
    display: none
}

@media (max-width: 50em) {
    .fp-container hr.mobile_show {
        display: block
    }
}

.fp-container .view-pdf,
.fp-container .view-map {
    font-family: "garamond-premier-pro";
    font-size: 15px;
    border: 1px solid #B78139;
    color: #B78139;
    width: 215px;
    padding: 10px 0;
    margin: 10px auto;
    cursor: pointer;
    display: block
}

@media (max-width: 50em) {
    .fp-container .view-pdf,
    .fp-container .view-map {
        display: none
    }
}

.fp-container .view-pdf.mobile_show,
.fp-container .view-map.mobile_show {
    display: none
}

@media (max-width: 50em) {
    .fp-container .view-pdf.mobile_show,
    .fp-container .view-map.mobile_show {
        display: block;
        margin-bottom: 40px
    }
}

.fp-container .view-pdf:hover,
.fp-container .view-map:hover {
    color: #fff !important;
    background-color: #B78139
}

.fp-container .fp-info {
    position: relative;
    top: 10vh;
    right: 200px;
    width: calc(25% - 4em);
    margin: 0 7em;
    float: left;
    transition: all .5s
}

.fp-container .fp-info.active {
    right: 0
}

@media (max-width: 50em) {
    .fp-container .fp-info {
        top: 50px;
        position: static;
        margin: 0 auto;
        float: none;
        height: 400px
    }
}

.fp-container .fp-info h2 {
    font-family: "garamond-premier-pro";
    font-weight: 100;
    font-size: 40px;
    margin-bottom: 0;
    color: #575757;
    line-height: 50px
}

.fp-container .fp-info h2 span {
    font-family: "garamond-premier-pro";
    color: #575757
}

.fp-container .fp-info #floor-level {
    display: block;
    margin-bottom: 50px;
    font-size: 13px;
    font-weight: bold;
    color: #A5A2A2
}

.fp-container .fp-info h4 {
    font-weight: 100;
    font-family: "garamond-premier-pro";
    color: #575757;
    font-size: 20px;
    margin: 10px 0;
    text-transform: uppercase
}

.fp-container .fp-info h4 span {
    font-family: "garamond-premier-pro";
    color: #575757
}

.fp-container .fp-info h4 span.fpItem {
    font-family: "proxima-nova";
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #A5A2A2
}

.fp-container .fp-info h4.fpextra {
    margin-top: 20px
}

.fp-container .fp-info .view-pdf,
.fp-container .fp-info .view-map {
    font-family: "garamond-premier-pro";
    font-size: 15px;
    border: 1px solid #B78139;
    color: #B78139;
    width: 215px;
    padding: 10px 0;
    margin: 10px auto
}

@media (max-width: 50em) {
    .fp-container .fp-info .view-pdf,
    .fp-container .fp-info .view-map {
        display: none
    }
}

@media screen and (max-width: 500px) {
    .fp-container .fp-info {
        width: calc(100%)
    }
}

.fp-container .fp-image {
    position: relative;
    left: 200px;
    width: calc(60% - 4em);
    margin: 0 1em;
    height: 95vh;
    float: left;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s
}

.fp-container .fp-image.active {
    left: 0
}

@media (max-width: 50em) {
    .fp-container .fp-image {
        top: 0;
        margin: 0 auto;
        width: 100%;
        float: none;
        height: 70vh
    }
}

@media screen and (max-width: 600px) {
    .fp-container .fp-image {
        height: 60vh
    }
}

@media screen and (max-width: 500px) {
    .fp-container .fp-image {
        height: 40vh
    }
}

#fp-101 {
    /* background-image: url("/chateau-laurier/assets/images/residences/floor-plans/101-d1c174272c.png") */
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/Chateau-Unit101-11x17.jpg");
}

#fp-201 {
    /* background-image: url("/chateau-laurier/assets/images/residences/floor-plans/201-39de6ca769.png"); */
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/Chateau-Unit201-11x17.jpg");
}

#fp-202 {
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/202-d6d0004c5e.png")
}

#fp-203 {
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/203-a3e586e69d.png")
}

#fp-204 {
    /* background-image: url("/chateau-laurier/assets/images/residences/floor-plans/204-e9e215e607.png") */
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/Chateau-Unit204-11x17.jpg");
}

#fp-301 {
    /* background-image: url("/chateau-laurier/assets/images/residences/floor-plans/301-39de6ca769.png") */
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/Chateau-Unit301-11x17.jpg");
}

#fp-302 {
    /* background-image: url("/chateau-laurier/assets/images/residences/floor-plans/302-d6d0004c5e.png") */
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/Chateau-Unit302-11x17.jpg");
}

#fp-303 {
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/303-a3e586e69d.png")
}

#fp-304 {
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/304-e9e215e607.png")
}

#fp-PH1 {
    /* background-image: url("/chateau-laurier/assets/images/residences/floor-plans/PH1-356828b306.png") */
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/ChateauPH1-11x17.jpg");
}

#fp-PH2 {
    background-image: url("/chateau-laurier/assets/images/residences/floor-plans/PH2-ec65017c4d.png")
}

.fp-target path {
    transition: fill .2s linear
}

.fp-target:hover path {
    fill: #ab7935
}

.fp-target:hover text {
    fill: white
}

.plate_detail {
    margin-top: -10%;
    display: block;
    color: #ab7935;
    text-transform: uppercase
}

@media (max-width: 50em) {
    .plate_detail {
        margin-top: 0px
    }
}

.script-svg {
    opacity: 0;
    position: relative;
    top: 25px;
    padding: 0 15%
}

.fadeIn {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear
}

.script-writting p {
    margin: 0
}

svg {
    stroke-width: 30;
    width: 100%;
    height: 193px
}

@media (max-width: 50em) {
    svg {
        height: 73px
    }
}

svg #stroke .s {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    stroke-width: 5;
    animation: summerbird-s 3.5s linear forwards .5s;
    -webkit-animation: summerbird-s 3.5s linear forwards .5s
}

@keyframes summerbird-s {
    0% {
        stroke-dashoffset: 1200
    }
    15% {
        stroke-width: 2
    }
    33% {
        stroke-width: 2
    }
    90% {
        stroke-width: 4
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 5
    }
}

@-webkit-keyframes summerbird-s {
    0% {
        stroke-dashoffset: 1200
    }
    15% {
        stroke-width: 2
    }
    33% {
        stroke-width: 2
    }
    90% {
        stroke-width: 4
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 5
    }
}

svg #stroke .ummerbird {
    stroke-dasharray: 2400;
    stroke-dashoffset: 2400;
    stroke-width: 5;
    -webkit-animation: summerbird-ummerbird 1.5s linear forwards 1.1s;
    animation: summerbird-ummerbird 1.5s linear forwards 1.1s
}

@-webkit-keyframes summerbird-ummerbird {
    0% {
        stroke-dashoffset: 2400
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 15
    }
}

@keyframes summerbird-ummerbird {
    0% {
        stroke-dashoffset: 2400
    }
    100% {
        stroke-dashoffset: 0;
        stroke-width: 15
    }
}

svg #stroke .dot {
    opacity: 0;
    stroke-width: 30;
    stroke-linecap: round;
    -webkit-animation: summerbird-dot .175s linear forwards 2.75s;
    animation: summerbird-dot .175s linear forwards 2.75s
}

@-webkit-keyframes summerbird-dot {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes summerbird-dot {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#registration {
    background-color: #F8F5F0;
    padding: 50px 0
}

#registration p {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-family: 'proxima-nova', sans-serif;
    font-size: 17px;
    line-height: 1.6
}

#registration,
#error-page,
#thank-you {
    padding-bottom: 110px
}

.reg-info {
    border: 1px solid rgba(186, 119, 42, 0.4);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

.realtor-q {
    padding: 10px 0 20px 0
}

.realtor-q h2 {
    padding: 20px;
    display: inline-block
}

.btn-rltr {
    background: white;
    border: 1px solid #ba772a;
    border-bottom: 1px solid #ba772a !important;
    color: #ba772a !important
}

.btn-rltr:hover,
.btn-rltr:active {
    background: #ba772a;
    color: white !important;
    text-decoration: none;
    border: 1px solid #ba772a
}

.btn-rltr:focus {
    background: #ba772a;
    color: white !important;
    text-decoration: none;
    border: 1px solid #ba772a
}

.btn-default:active:focus,
.btn-default:active {
    background-color: #ba772a !important;
    border-color: #ba772a !important
}

#registration form {
    text-rendering: optimizeLegibility
}

.form-group label,
.input-field label {
    font-weight: normal;
    padding-bottom: 6px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 17px;
    line-height: 1.6
}

.input-field {
    padding-bottom: 20px
}

.radio-inline {
    padding-right: 10px;
    margin-top: 10px !important
}

.form-control,
textarea {
    color: black;
    border: 1px solid #DCC6AA;
    height: 50px;
    text-rendering: optimizeLegibility;
    width: 100%;
    box-sizing: border-box
}

#agent {
    margin-top: 27px
}

select.form-control {
    height: 54px;
    border-radius: 0;
    -webkit-appearance: none;
    padding-left: 10px;
    background-color: white;
}

.form-control:focus {
    border-color: #d8d8d8;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(186, 119, 42, 0.075), 0 0 8px #ba772a
}

.form-group {
    margin-bottom: 0px
}

.req {
    color: #ba772a;
    padding-left: 2px
}

.finance {
    margin-top: 17px
}

#opt-in {
    margin-right: 5px
}

.opt-in {
    margin-top: 33px;
    margin-bottom: 0;
    margin-left: 25px
}

.btn-register {
    text-transform: uppercase;
    display: block;
    margin: 20px auto 40px;
    background: transparent;
    border: 1px solid #ba772a;
    padding: 16px 40px;
    font-family: "garamond-premier-pro", serif;
    font-size: 16px;
    color: #B78139;
    letter-spacing: 0.29px;
    line-height: 16px
}

.btn-register:hover,
.btn-register:focus,
.btn-register:active {
    background: #ba772a !important;
    color: white !important;
    border: 1px solid #ba772a
}

.logos {
    margin-top: 70px
}

.thank-you .logos,
.error-page .logos {
    margin-bottom: 30px
}

#errorContainer,
#errorContainerRealtor {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.error {
    color: red;
    display: block;
    font-size: 16px;
    padding-left: 10px
}

.centered {
    text-align: center
}

.fine>p {
    font-size: 12px;
    color: #555
}

.fine a,
.error-link {
    color: #ba772a;
    border-bottom: 1px solid #ba772a;
    text-decoration: none
}

.col-md-6 {
    width: 48%;
    margin: 0 1%;
    float: left
}

@media (max-width: 50em) {
    .col-md-6 {
        width: 98%;
        float: none
    }
}

.col-md-12 {
    width: 100%;
    clear: both;
    padding-top: 30px
}

html,
body,
main {
    height: 100%
}

@media (max-width: 50em) {
    main {
        padding-top: 59px
    }
}

a {
    color: inherit;
    text-decoration: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #8A6F64;
    margin: 1em 0;
    padding: 0
}

hr.light {
    opacity: 0.5
}

hr.thick {
    height: 0;
    width: 40px;
    border-bottom: 5px solid #AB7935
}

.left {
    float: left
}

.left10 {
    margin-left: 10%
}

.right10 {
    margin-right: 10%
}

.right {
    float: right
}

.vjs-error-display {
    display: none
}

.btn {
    display: inline-block;
    font-size: 15px;
    border: 1px solid #B78139;
    color: #B78139;
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto
}

@media (max-width: 50em) {
    .btn {
        margin-bottom: 50px
    }
}

h3 {
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-size: 20px;
    color: #5A5A5A;
    letter-spacing: 1.25px;
    line-height: 38px;
    text-align: center
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.center-align {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.fullwidth {
    width: 100%
}

.tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 27px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.tcon>* {
    display: block
}

.tcon:hover,
.tcon:focus {
    outline: none
}

.tcon::-moz-focus-inner {
    border: 0
}

.tcon-menu__lines {
    display: inline-block;
    height: 3px;
    width: 27px;
    border-radius: 2.85714px;
    transition: 0.2s;
    background: #AB7935;
    position: relative
}

.tcon-menu__lines::before,
.tcon-menu__lines::after {
    display: inline-block;
    height: 3px;
    width: 27px;
    border-radius: 2.85714px;
    transition: 0.2s;
    background: #AB7935;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    -ms-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%
}

.tcon-menu__lines::before {
    top: 7px
}

.tcon-menu__lines::after {
    top: -7px
}

.tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8)
}

.tcon-menu--xbutterfly {
    width: auto
}

.tcon-menu--xbutterfly .tcon-menu__lines::before,
.tcon-menu--xbutterfly .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .2s .6s ease, -webkit-transform .2s ease;
    transition: top .2s .6s ease, transform .2s ease;
    transition: top .2s .6s ease, transform .2s ease, -webkit-transform .2s ease
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
    background: transparent
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before,
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
    top: 0;
    transition: top .2s ease, -webkit-transform .2s .5s ease;
    transition: top .2s ease, transform .2s .5s ease;
    transition: top .2s ease, transform .2s .5s ease, -webkit-transform .2s .5s ease;
    width: 27px
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

#logo {
    background: url("/chateau-laurier/assets/images/logo@2x-b0b020f630.png") 0 0 no-repeat;
    background-size: 236px 36px;
    display: inline-block;
    width: 236px;
    height: 36px;
    transition: all 0.7s cubic-bezier(0.666, 0, 0.333, 1)
}

@media (max-width: 50em) {
    #logo {
        background-size: 172px 26px;
        width: 172px;
        height: 26px;
        margin: 5px auto 0;
        display: block
    }
}

header {
    font-family: "proxima-nova";
    width: 100%;
    position: fixed;
    top: 0;
    height: 65px;
    z-index: 999;
    background-color: white;
    box-shadow: 0 0 8px #B5B5B5;
    transition: all 0.5s ease
}

@media (max-width: 50em) {
    header {
        height: 59px
    }
}

header .nav_button {
    float: right;
    margin-top: 2px
}

@media (max-width: 50em) {
    header .nav_button {
        position: absolute;
        top: 9px;
        right: 10px
    }
}

header .container {
    padding-top: 14px
}

@media (max-width: 50em) {
    header .container {
        padding-top: 11px
    }
}

.active #logo {
    background: url("/chateau-laurier/assets/images/logo-white@2x-50a484f4b5.png") 0 0 no-repeat;
    background-size: 236px 36px
}

@media (max-width: 50em) {
    .active #logo {
        background-size: 172px 26px
    }
}

.active header {
    /* background-color: #221616; */
    background-color: #AB7935;
    box-shadow: none;
}

.active .tcon-menu__lines::before, 
.active .tcon-menu__lines::after {
    background: white;
}

.active .menu_text {
    color: #fff
}

.active .nav {
    top: 0
}

.container {
    width: 80%;
    margin: 0 auto
}

.container.picture,
.container.contain-width {
    max-width: 940px
}

@media (max-width: 50em) {
    .container {
        width: 96%
    }
}

.pageTopMargin {
    margin-top: 66px
}

.bigContainer {
    width: 980px;
    margin: 0 auto
}

.menu_text {
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    color: #707070
}

@media (max-width: 50em) {
    .menu_text {
        display: none
    }
}

.nav {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: -100%;
    left: 0;
    /* background-color: #221616; */
    background-color: #AB7935;
    text-align: center;
    z-index: 998;
    transition: all 0.7s cubic-bezier(0.666, 0, 0.333, 1);
}

.nav a {
    font-family: "proxima-nova";
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin-top: 2%;
    transition: all 0.7s cubic-bezier(0.666, 0, 0.333, 1);
}

@media (max-width: 50em) {
    .nav a {
        font-size: 17px;
    }
}

.nav a:hover,
.nav a.active {
    /* color: #AB7935; */
    color: black;
}

.nav a:first-child {
    margin-top: 110px;
}

@media (max-width: 50em) {
    .nav a:first-child {
        margin-top: 23%;
    }
}

.nav a .line_break {
    display: block;
    text-align: center;
    /* border-bottom: 1px solid #8A6F64; */
    border-bottom: 1px solid white;
    opacity: 0.5;

    height: 1px;
    width: 40px;
    margin: 20px auto;
}

@media (max-width: 50em) {
    .nav a .line_break {
        margin: 5% auto;
    }
}

footer {
    width: 100%;
    padding: 21px 0;
    background-color: #221616;
    color: white;
    font-family: "proxima-nova", serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    z-index: 300;
    position: relative;
}

footer h5 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
}

footer hr {
    opacity: 0.5;
}

footer p {
    font-weight: 300;
    margin: 0 0 20px;
}

@media (max-width: 50em) {
    footer {
        text-align: center;
    }
}

@media (max-width: 50em) {
    footer .left {
        float: none;
    }
}

footer .right {
    text-align: right;
}

@media (max-width: 50em) {
    footer .right {
        float: none;
        text-align: center;
    }
}

footer .landa-logo {
    float: right;
    width: 83px;
}

@media (max-width: 50em) {
    footer .landa-logo {
        float: none;
        margin: 20px auto;
        width: 110px;
    }
}

.fullscreen {
    width: 100%;
    height: 100%;
    position: relative;
}

@media (max-width: 50em) {
    .fullscreen {
        height: 40%;
    }
}

@media (max-width: 50em) {
    .fullscreen.marble { /* was .leather */
        height: auto;
        min-height: 100vh;
    }
}


.popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%
}
 
.popup .popup__inner {
    position: absolute;
    width: 100%;
    height: calc(100% - 3rem);
    overflow-y: scroll;
}
@media screen and (min-width: 800px){
    .popup .popup__inner {
        top: 50%;
        transform: translateY(-50%);
    }
}

.popup .popup-content {
    width: 60%;
}
@media screen and (min-width: 1215px){
    .popup .popup-content {
        left: 50%;
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}
@media screen and (max-width: 1215px){
    .popup .popup-content {
        margin-left: auto;
        margin-right: auto;
        padding-top: 3rem;
    }
}
@media screen and (max-width: 960px){
    .popup .popup-content {
        width: 75%;
    }
}
@media screen and (max-width: 960px){
    .popup .popup-content {
        padding-top: 1.5rem;
    }
}
@media screen and (max-width: 700px){
    .popup .popup-content {
        width: calc(100% - 3rem);
    }
}
@media screen and (max-width: 500px){
    .popup .popup-content {
        padding-top: 0;
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.vcenter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

/* .marble was .leather */
.marble {
    /* background: url("/chateau-laurier/assets/images/home/home-bg-cf3e5e52c4.jpg") center center no-repeat; */
    background: url("/chateau-laurier/assets/images/marble-background.jpg") center center no-repeat; /* NEW marble background + asset file */
    background-size: cover;
    z-index: 300;
}

.marble .left {
    left: 10%;
    z-index: 10;
}

/* NEW marble background text colour */
.marble .text_block h2,
.marble .text_block p {
    color: black;
}
.marble .text_block p {
    width: 85%;
}

@media (max-width: 50em){
    .marble .text_block p {
    width: 100%;
    }
}

@media (max-width: 50em) {
    .marble .left {
        width: 91%;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
}

.marble .right {
    right: 10%;
}

@media (max-width: 50em) {
    .marble .right {
        right: 0;
        left: 0;
        position: static;
        float: none;
    }
}

.marble img {
    width: 100%;
}

.button {
    background-color: #A0712A;
    padding: 15px 35px;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.41, 0.7, 0.44, 0.99);
    font-family: 'proxima-nova';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.64px
}
 
.button:hover {
    background-color: #efb660;
    border: 1px solid #A0712A;
}
 
.button.secondary {
    background-color: transparent;
    border: 1px solid #A0712A
}
 
.button.secondary:hover {
    background-color: #A0712A
}
 
.continue {
    margin-bottom: 3rem;   
}
@media screen and (min-width: 1215px){
    .continue {
        position: absolute;
        bottom: 50px;
        right: 50px
    }
}

.interior .banner {
    background: url("/chateau-laurier/assets/images/interior/banner-da6bf6f9c8.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.building .banner {
    background: url("/chateau-laurier/assets/images/building/building-hero-bg.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.location .banner {
    background: url("/chateau-laurier/assets/images/location/banner-f39b55ee0c.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.home-logo {
    max-width: 393px;
    width: 90%;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 150px;
    display: block;
}

@media (max-width: 50em) {
    .home-logo {
        top: 20px;
        position: absolute;
        display: none;
    }
}

.footer-nav {
    width: 100%;
    margin: 0 auto;
    font-family: 'garamond-premier-pro';
    font-size: 34px;
    color: #505050;
    font-weight: 700;
    letter-spacing: 0.62px;
    line-height: 27px;
    padding: 46px 0;
    background: #fff;
    z-index: 300;
    position: relative;
}

@media (max-width: 50em) {
    .footer-nav {
        display: none
    }
}

.footer-nav .left,
.footer-nav .right {
    width: 40%
}

.footer-nav a {
    display: block
}

.footer-nav a:hover .overlay {
    opacity: 1
}

.footer-nav .left .fnav {
    float: left;
    margin-left: 20px;
    margin-top: 8px;
    line-height: 33px;
    width: 211px
}

.footer-nav .left .fnav hr {
    height: 0;
    width: 40px;
    border-bottom: 5px solid #AB7935;
    margin: 13px 0 0
}

.footer-nav .left .arrow-block {
    position: relative;
    width: 117px;
    height: 104px;
    display: block;
    -webkit-backface-visibility: hidden;
    float: left
}

.footer-nav .left .arrow-block img {
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.footer-nav .left .arrow-block img.arrow {
    top: 10px;
    left: 10px
}

.footer-nav .right .fnav {
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-top: 8px;
    line-height: 33px;
    width: 192px
}

.footer-nav .right .fnav hr {
    height: 0;
    width: 40px;
    border-bottom: 5px solid #AB7935;
    margin: 13px 0 0;
    float: right
}

.footer-nav .right .arrow-block {
    position: relative;
    width: 117px;
    height: 104px;
    display: block;
    float: right;
    -webkit-backface-visibility: hidden
}

.footer-nav .right .arrow-block img {
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.footer-nav .right .arrow-block img.arrow {
    top: 10px;
    left: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    opacity: 0.6;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.one_half {
    width: 50%;
    float: left
}

@media (max-width: 50em) {
    .one_half {
        width: 100%;
        float: none;
        margin: 0 0 40px
    }
}

.one_third {
    width: 33.33%;
    float: left
}

@media (max-width: 50em) {
    .one_third {
        width: 100%;
        float: none
    }
}

@media (max-width: 50em) {
    .text_block {
        text-align: center
    }
}

.text_block h2 {
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 34px;
}

@media (max-width: 50em) {
    .text_block h2 {
        font-size: 29px;
        padding: 20px 0 0;
        margin: 0
    }
}

.text_block hr {
    height: 0;
    width: 40px;
    border-bottom: 5px solid #AB7935
}

@media (max-width: 50em) {
    .text_block hr {
        margin-left: auto;
        margin-right: auto
    }
}

.text_block p {
    font-family: 'proxima-nova';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px
}

.text_block.dark h2 {
    color: #B78139
}

.text_block.dark p {
    color: #5A5A5A
}

/* NEW hiding old looping vid JS and adding vid in .banner on Home */
.home .banner {
    position: relative;
    overflow: hidden;
    background-color: grey;
}
.home .banner__body {
    position: relative;
    z-index: 200;
}
@media screen and (max-width: 800px) {
    .home .banner__body {
        visibility: hidden;
    }
}
.home .banner__bg {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.home .banner__bg--video {
    overflow: hidden;
}
.home .banner__bg--video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;

    /* fixes issue with video not covering in IE11 */
    @media all and (-ms-high-contrast:none){
        height: auto;
    }
    /* fixes issue with video not covering in Edge*/
    @supports (-ms-ime-align: auto) {
        height: auto;
    }
}
@media screen and (max-width: 800px) {
    .element-hidden--mobile {
        display: none;
    }
}
@media screen and (min-width: 800px) {
    .element-hidden--desk {
        display: none;
    }
}

@media (max-width: 50em) {
    .banner {
        background-attachment: initial !important
    }
}

.banner .text_block {
    left: 10%;
    width: 40%;
    position: fixed
}

@media (max-width: 50em) {
    .banner .text_block {
        left: 5%;
        width: 90%;
        position: relative
    }
}

.banner .text_block h2 {
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-size: 54px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 65px;
    margin: 0 0 30px
}

@media (max-width: 50em) {
    .banner .text_block h2 {
        font-size: 30px;
        line-height: 30px;
        text-align: center
    }
}

.banner .text_block hr {
    height: 0;
    width: 100px;
    border-bottom: 1px solid #FFFFFF
}

.banner .text_block p {
    font-family: 'proxima-nova';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 27px
}

@media (max-width: 50em) {
    .banner .text_block p {
        display: none
    }
}

.banner__text {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    bottom: 135px;
}
.banner__text h2 {
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 34px;
}

.content {
    padding: 50px 0
}

@media (max-width: 50em) {
    .content {
        padding: 15px 0
    }
}

.content h4 {
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-size: 16px;
    color: #868686;
    letter-spacing: 2px;
    line-height: 19px
}

.content p {
    font-family: 'proxima-nova';
    font-size: 16px;
    color: #A0A0A0;
    letter-spacing: 0.5px;
    line-height: 35px
}

.big_content {
    width: 80%;
    margin: 40px auto
}

@media (max-width: 50em) {
    .big_content {
        width: 100%
    }
}

.desc {
    width: 700px;
    margin: 40px auto
}

@media (max-width: 50em) {
    .desc {
        width: 90%;
        margin: 10px auto
    }
}

.title {
    font-family: "garamond-premier-pro", serif;
    font-size: 20px;
    color: #AB7935;
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px
}

ul {
    margin: 0 0 50px;
    padding: 0 0 0 25px
}

ul ul {
    margin-bottom: 0
}

ul li {
    font-family: "proxima-nova", serif;
    font-weight: 300;
    font-size: 16px;
    color: #5A5B5E;
    line-height: 28px
}

.gallery {
    padding: 60px 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery figure a img {
    width: 100%
}

@media (max-width: 50em) {
    .gallery {
        padding: 20px 0
    }
}

.gallery .one_half {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%
}

@media (max-width: 50em) {
    .gallery .one_half {
        width: 100%;
        float: none
    }
}

@media (max-width: 50em) {
    .gallery .one_half img {
        width: 100%;
        float: none;
        height: auto
    }
}

.gallery .one_half.last {
    margin-right: 0
}

.gallery .one_third {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%
}

@media (max-width: 50em) {
    .gallery .one_third {
        width: 100%;
        float: none
    }
}

@media (max-width: 50em) {
    .gallery .one_third img {
        width: 100%;
        float: none;
        height: auto
    }
}

.gallery .one_third.last {
    margin-right: 0
}

.image_block {
    width: 980px;
    padding-top: 100px;
    padding-bottom: 0
}

.image_block:last-of-type {
    padding-bottom: 100px
}

@media (max-width: 50em) {
    .image_block {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.image_block .image_container {
    width: 620px
}

@media (max-width: 50em) {
    .image_block .image_container {
        width: 100%;
        float: none
    }
}

.image_block .image_container img {
    width: 100%
}

.image_block .text_block {
    width: 330px
}

@media (max-width: 50em) {
    .image_block .text_block {
        width: 96%;
        margin: 0 2%
    }
}

@media (max-width: 50em) {
    .image_block .text_block .right {
        float: none
    }
}

@media (max-width: 50em) {
    .mobile_center {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin: 0 auto 0
    }
}

.animate-up-home {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: all 2.5s cubic-bezier(0.41, 0.7, 0.44, 0.99)
}

.animate-up-home.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.animate-up {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: all 1s cubic-bezier(0.666, 0, 0.333, 1)
}

.animate-up hr {
    width: 0px;
    transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
    transition-delay: 1.5s
}

.animate-up hr.longhr {
    width: 0px
}

@media (max-width: 50em) {
    .animate-up hr.longhr {
        margin: 0 auto
    }
}

.animate-up.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.animate-up.active hr {
    width: 30px
}

.animate-up.active hr.longhr {
    width: 100px
}

.animate-up2 {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: all 1.5s cubic-bezier(0.666, 0, 0.333, 1);
    transition-delay: 0.2s
}

.animate-up2 hr {
    width: 0px;
    transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
    transition-delay: 1.5s
}

.animate-up2 hr.longhr {
    width: 0px
}

.animate-up2.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.animate-up2.active hr {
    width: 30px
}

.animate-up2.active hr.longhr {
    width: 100px
}

a.explore {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 63px
}

@media (max-width: 50em) {
    a.explore {
        display: none
    }
}

#reset-btn {
    border-bottom: none
}

.mobile_show {
    display: none
}

@media (max-width: 50em) {
    .mobile_show {
        display: block
    }
}

@media (max-width: 50em) {
    .mobile_hide {
        display: none;
    }
}

.content_wrap {
    /* background: url('/chateau-laurier/assets/images/bg-5365357ca9.jpg'); */
    background: url('/chateau-laurier/assets/images/marble-background.jpg'); /* NEW marble background */
    position: relative;
    z-index: 3;
    padding-bottom: 20px
}

.register .content_wrap {
    padding-top: 100px
}

@media (max-width: 50em) {
    .register .content_wrap {
        padding-top: 20px
    }
}

.vjs-control-bar,
.vjs-caption-settings {
    display: none
}

.residences main {
    /* background: url("/chateau-laurier/assets/images/bg-5365357ca9.jpg"); */
    background: url('/chateau-laurier/assets/images/marble-background.jpg'); /* NEW marble background */
}

@media (max-width: 50em) {
    .residences main {
        height: auto
    }
}

#community-map-container {
    position: relative;
    font-family: "garamond-premier-pro", serif
}

#community-map-container h4 {
    font-size: 19px;
    color: #575757;
    letter-spacing: 0.35px;
    line-height: 23px;
    border-bottom: 1px solid #B78139;
    padding-bottom: 20px;
    margin-bottom: 0
}

#community-map-container h5 {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 15px;
    color: #575757;
    letter-spacing: 0.34px;
    line-height: 18px
}

.community-legend {
    background: #f5f5f5;
    margin-bottom: 75px;
    padding: 20px 10px;
    overflow: hidden
}

#community .legend {
    height: 18px
}

#community .legend p {
    line-height: 18px;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block
}

.community-legend img {
    height: 18px;
    padding-right: 12px;
    display: inline-block
}

#map-canvas {
    width: 100%;
    min-height: 700px
}

#map-container {
    width: 295px;
    position: absolute;
    background: #fff;
    font-size: 12px;
    text-transform: uppercase;
    right: 100px;
    top: 150px;
    text-align: center;
    padding: 10px
}

@media (max-width: 50em) {
    #map-container {
        position: static
    }
}

.map {
    border: 1px solid #B78139
}

#map-container .map-items-container .active {
    font-weight: 700
}

.map-items-container {
    padding: 0 0 10px;
    display: none
}

.map-category {
    background-color: #ffffff;
    border-bottom: 1px solid #B78139
}

.map-item-dining,
.map-item-recreation,
.map-item-daily,
.map-item-schools,
.map-item-shopping,
.map-item-amenities {
    padding: 5px 30px;
    cursor: pointer
}

.ui-infobox,
.ui-infobox-dark {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Arial, sans-serif;
    font-size: 10px;
    opacity: 1;
    background: #ffffff;
    color: #4d4d4d;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5em
}

.ui-infobox:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

.ui-infobox-content {
    padding: 1em 1em .5em
}

.ui-infobox-orchid {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    opacity: 1;
    background: #d09568;
    color: #4d4d4d;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5em
}

.ui-infobox-orchid:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d09568;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

#dining span:before,
#daily span:before,
#amenities span:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200
}

#dining {
    position: relative;
    color: #575757
}

#recreation {
    color: #575757
}

#schools {
    color: #575757
}

#shopping {
    color: #575757
}

@media (min-width: 320px) and (max-width: 767px) {
    .home h1+p {
        line-height: 1.5em
    }
    .home h1:not(.popup__title) {
        font-size: 10px;
        letter-spacing: 5px
    }
    #gallery hr,
    #architecture hr,
    #community hr {
        margin: 25px auto
    }
    .overlay nav {
        font-size: 24px;
        margin-top: 120px
    }
    .overlay nav hr {
        width: 20px;
        border-top: 1px solid #ffffff;
        margin: 12px auto
    }
    .overlay .contact {
        font-size: 16px
    }
    .orchid-logo-intro {
        width: 75%
    }
    #intro-wrapper {
        background: url(assets/orchid_flower_left_mobile_portrait.png) 0 0 no-repeat;
        background-size: contain
    }
    #intro-content h1+p {
        width: 70%;
        margin: 0 auto
    }
    .move-up {
        margin-top: 0;
        padding-bottom: 0
    }
    #gallery,
    #community {
        padding: 15px 0px 40px 0px;
        border-top: 0
    }
    .orchid-gallery .orchid-gallery-left,
    .orchid-gallery .orchid-gallery-right {
        width: 100%
    }
    #architecture .register {
        padding-bottom: 120px
    }
    .community-legend {
        margin-bottom: 25px
    }
    .community-legend .community-legend-container .legend {
        margin-bottom: 10px
    }
    .community-legend .community-legend-container:last-of-type .legend {
        margin-bottom: 0
    }
    .landmark {
        padding: 0px 30px
    }
    #community h3+hr:last-of-type {
        margin: 10px auto 0 auto
    }
    #map-canvas,
    #map-container {
        width: 100%;
        float: none
    }
    #map-container {
        position: static;
        width: 96%;
        padding: 2%
    }
    #map-canvas {
        min-height: 300px
    }
    #map-container {
        min-height: 200px
    }
    #map-container .top-left,
    #map-container .bottom-left,
    #map-container .centre,
    #map-container .right {
        padding-left: 15px;
        padding-right: 15px
    }
    #beedie-title {
        padding: 80px 0px 30px 0px
    }
    #beedie-content img {
        width: 50%
    }
    #registration-wrapper {
        background-size: contain;
        margin-top: 50px
    }
    #contact-wrapper {
        background-size: contain
    }
    #google-maps-contact {
        height: 350px
    }
    .page-id-4 #wrap #view .circle {
        position: absolute;
        top: -86px;
        left: 50%;
        margin-left: -43px;
        background: #d09568;
        font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Arial, sans-serif;
        text-align: center
    }
    .page-id-4 #wrap #view .circle a {
        color: #ffffff
    }
    #view .circle a:hover,
    #view .circle a:focus {
        color: #46454d
    }
    .bottom {
        margin-top: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #map-canvas,
    #map-container {
        width: 100%;
        float: none
    }
    #map-canvas {
        min-height: 500px
    }
    #map-container {
        min-height: 200px;
        position: static;
        padding: 0
    }
    #map-container #beedie-photos .project-name {
        bottom: 40px;
        font-size: 10px
    }
    #map-container .bottom {
        margin-top: -11px
    }
    #map-container .top-left {
        padding-right: 15px
    }
    #map-container .right {
        padding-left: 1.5px
    }
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: 0.9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url("/chateau-laurier/assets/images/default-skin-e3f799c6de.png") 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url("/chateau-laurier/assets/images/default-skin-b257fa9c5a.svg")
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url("/chateau-laurier/assets/images/preloader-e34aafbb48.gif") 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}


.popup .popup-content hr {
    margin: 1em auto;
}

.inline {
    display: inline;
    list-style: none;
}

.inline li {
    float: left;
    padding: 0 10px;
}

#mce-error-response {
    color: red;
    border: 1px solid;
    padding: 14px;
    margin-top: 30px;
}

#mce-success-response {
    color: green;
    border: 1px solid;
    padding: 14px;
    margin-top: 30px;
}

.consenttext {
    font-size: 12px;
    padding: 0 10px;
}

.mce_inline_error::after {
    content: " ";
    background-color: rgba(255, 0, 0, 0.4) !important;
    padding: 0px 7px
}

.mce_inline_error + label {
    color: red;
}

#map-canvas {
    background: url("/chateau-laurier/assets/images/location/Chateau_laurier-Location-Map.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.burly {
    color: #B78139;
    font-weight: bold;
}
.emphasis,
.text_block .emphasis {
    font-size: 18px;
    font-weight: bold;
}
a.burly:hover {
    text-decoration: underline;
}

/* homepage popup */
.popup__title { 
    /* font-family: "garamond-premier-pro", serif; */
    font-family: 'proxima-nova';
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    /* letter-spacing: 2px; */
    line-height: 38px;
    margin-bottom: 1rem;
}
@media screen and (max-width: 800px){
    .popup__title { 
        font-size: 28px; 
        margin-bottom: 0;
    }
}
.popup__subtitle
h2.popup__subtitle,
.text_block h2.popup__subtitle {
    font-family: 'proxima-nova';
    letter-spacing: 0;
    font-size: 26px;
    line-height: 1.3;
}
@media screen and (max-width: 800px){
    .popup__subtitle {
        font-size: 20px !important;
    }
}
.popup__shout,
.text_block p.popup__shout {
    font-size: 20px;
    line-height: 1.3;
}
.popup__shout a { color:  #DEBFB3; }
.button.popup__shout {
    background-color: #DEBFB3;
    color: black;
    border: 0 !important;
}
.button.popup__shout:hover { opacity: 0.9; }
.popup__smaller,
.text_block p.popup__smaller {
    font-size: 14px;
}

.home .popup-content {
    width: auto;
    max-width: 610px;
}

.home .popup-content hr {
    border-bottom: 5px solid #DEBFB3;
    width: 70px;
}
.home .popup-content img {
    width: 100%;
    height: auto;
    max-width: 490px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.home .popup .button.secondary {
    border: 1px solid #DEBFB3;
}
.home .popup .button.secondary:hover {
    background-color: #DEBFB3;
    color: black;
}