html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0;
    margin: 0
}

body {
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif
}

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

.btn-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: visible;
    cursor: auto;
    height: auto;
    width: auto;
    padding: 0;
    border-style: none;
    border-width: medium;
    border-color: currentColor;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.btn-reset:focus {
    outline: 0
}

.btn {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 11px;
    background-color: #000;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase
}

.page-wrap {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1920px;
    background-color: #fff;
    -webkit-box-shadow: -20px 0 100px 0 hsla(0, 0%, 0%, .05), 20px 0 100px 0 hsla(0, 0%, 0%, .05);
    box-shadow: -20px 0 100px 0 hsla(0, 0%, 0%, .05), 20px 0 100px 0 hsla(0, 0%, 0%, .05)
}

.main-top-wrap {
    margin: 0;
    padding: 30px 0;
    max-width: 1024px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .075);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .075)
}

.vertical-separator {
    width: 1px;
    height: 30px;
    margin: 0 auto;
    background-color: #000
}

.vertical-separator--small {
    width: 1px;
    height: 10px;
    margin: 0 auto;
    background-color: #000
}

.section-heading {
    display: block;
    margin: 10px 0 15px 0;
    padding: 0;
    font-family: 'Didot', serif;
    text-align: center;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
    webkit-font-smoothing: antialiased
}

.section-heading:after {
    content: url(../img/black-diamond-symbol-black-50x40.svg);
    display: block;
    width: 15px;
    height: 12px;
    margin: -5px auto 0 auto
}

.section-heading--left {
    text-align: left
}

.section-heading--left.section-heading:after {
    margin: -5px 0 0 0
}

.pack-heading {
    display: block;
    font-family: 'Didot', serif;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    webkit-font-smoothing: antialiased
}

.pack-allicons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400
}

.pack-icon-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 20px 0;
    text-align: center
}

.pack-icon__icon {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0)
}

.pack-icon__caption {
    display: block;
    margin-top: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.facilities-full__wrap {
    display: none;
    width: 90%;
    max-width: 325px;
    margin: 0 auto;
    padding-top: 50px
}

.facilities-full__list-wrap {
    margin-bottom: 50px
}

.facilities-full__list-heading {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Didot', serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    webkit-font-smoothing: antialiased
}

.facilities-full__list-heading:after {
    content: url(../img/black-diamond-symbol-black-50x40.svg);
    display: block;
    width: 15px;
    height: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px
}

.facilities-full__list {
    padding: 0;
    -webkit-columns: 1 auto;
    columns: 1 auto;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 250%
}

.facilities-full__list-item:before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: 2px;
    width: 3px;
    height: 3px;
    border: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.facilities-full__sublist-heading {
    text-transform: uppercase;
    padding-left: 2px;
    margin-top: 10px
}

.facilities-full__list-wrap small {
    display: block;
    margin-top: 15px;
    padding-left: 5px;
    text-align: left;
    font-family: "Didot", serif
}

.booking-top__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    padding: 25px;
    margin: 0 auto;
    background-color: #000;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .075);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .075)
}

.booking-top__btn {
    background-color: #fff;
    color: #000
}

.pack-photo-row {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    line-height: 0;
    background: url(../img/black-dot.gif) repeat-y center top
}

.pack-photo-row__photo {
    display: inline-block;
    width: auto;
    height: 200px
}

.floor-plan__wrap {
    width: 98%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    text-align: center
}

@media screen and (orientation:portrait) {
    .floor-plan {
        width: 100%;
        height: auto
    }
}

@media screen and (orientation:landscape) {
    .floor-plan {
        width: auto;
        height: 70vh
    }
}

.floor-plan__list {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 10px auto;
    -webkit-columns: 2 auto;
    columns: 2 auto;
    counter-reset: section;
    list-style-type: none;
    line-height: 30px;
    font-size: 11px;
    font-display: "Roboto", sans-serif;
    font-weight: 400
}

.floor-plan__list-item:before {
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 10px
}

.booking-bottom {
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #ffffff), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), url(../img/bw-pattern2.png);
    background: -webkit-linear-gradient(top, #ffffff 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%), url(../img/bw-pattern2.png);
    background: -o-linear-gradient(top, #ffffff 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%), url(../img/bw-pattern2.png);
    background: linear-gradient(to bottom, #ffffff 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%), url(../img/bw-pattern2.png)
}

.booking-bottom__btn-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55%;
    max-width: 600px;
    height: 80px;
    padding: 0;
    margin: 0 auto;
    background-color: #000;
    border: 2px solid #fff
}

.booking-bottom__btn-wrap:before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    top: 0;
    width: 1px;
    height: 30px;
    background-color: #fff
}

.booking-bottom__btn {
    background-color: #fff;
    color: #000
}

.contact-wrap {
    padding: 30px 0 10px 0!important
}

.phone-wrap,
.email-wrap,
.address-wrap {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px
}

.contact-icon {
    display: block;
    margin: 20px auto 5px auto;
    height: 36px;
    width: 36px
}

.phone,
.email,
.address {
    display: inline-block;
    padding: 10px;
    margin: 0;
    color: #000
}

.map-wrap {
    padding: 0 10px
}

@media (min-width:420px) {
    .pack-icon-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
}

@media screen and (min-width:768px) {
    .pack-icon-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
    .pack-photo-row__photo {
        height: 400px
    }
    .facilities-full__wrap {
        width: 85%;
        max-width: 560px
    }
    .facilities-full__list-wrap {
        padding-bottom: 50px
    }
    .facilities-full__list-wrap:after {
        display: none
    }
    .facilities-full__list-heading:after {
        width: 15px;
        height: 12px
    }
    .facilities-full__list {
        -webkit-columns: 2 auto;
        columns: 2 auto
    }
    .facilities-full__list-wrap small {
        padding-left: 0;
        text-align: center;
        margin-top: 30px
    }
    .floor-plan__list {
        margin: 20px auto;
        -webkit-columns: 3 auto;
        columns: 3 auto;
        line-height: 40px;
        font-size: 14px
    }
    .booking-bottom {
        height: 160px
    }
    .booking-bottom__btn-wrap {
        width: 50%;
        height: 120px
    }
    .booking-bottom__btn-wrap:before {
        height: 60px
    }
    .booking-bottom__btn {
        border: 15px solid #000;
        outline: solid #fff 1px
    }
    .contact-wrap {
        padding: 40px 0 20px 0!important
    }
    .contact-icon {
        margin: 20px auto 10px auto
    }
    .map-wrap {
        padding: 0 20px
    }
}

@media screen and (min-width:1025px) {
    .main-top-wrap {
        padding: 20px 0 40px 0;
        position: relative;
        margin: calc(60vh - 100px) auto 0 auto
    }
    .pack-heading-wrap {
        position: absolute;
        width: 100px;
        height: 100px;
        background-color: rgba(0, 0, 0, .8);
        margin: -70px 0 0 calc(50% - 50px);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }
    .pack-heading {
        width: 100px;
        height: 100px;
        padding-top: 30px;
        margin: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        ransform-origin: center center;
        color: #fff;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
        text-align: center
    }
    .pack-icon-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
    .facilities-full__wrap {
        max-width: 900px
    }
    .facilities-full__list {
        -webkit-columns: 3 auto;
        columns: 3 auto
    }
    .vertical-separator {
        height: 100px
    }
    .vertical-separator--small {
        height: 30px
    }
    .action-wrap {
        margin-top: 0
    }
    .pack-photo-row__photo {
        height: 600px
    }
    .floor-plan__list {
        line-height: 50px
    }
    .floor-plan__list-item:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }
    .booking-bottom {
        height: 170px
    }
    .booking-bottom__btn-wrap {
        width: 45%;
        height: 130px
    }
    .booking-bottom__btn {
        border: 20px solid #000
    }
    .contact-wrap {
        padding: 50px 0 40px 0!important
    }
    .map-wrap {
        padding: 0 40px
    }
}

.grid-container {
    max-width: 1140px
}

.columns-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.column-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.column-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.text-photo-50 {
    padding: 10px 5%!important
}

.text-photo-50 .section-heading--left {
    display: none
}

.text-photo-50 p {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    line-height: 150%
}

.text-photo-50 p em {
    display: block;
    padding: 10px;
    font-family: serif;
    font-style: italic;
    font-size: 17px
}

.text-photo-50 .photo-wrap {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 20px 0
}

.text-photo-50 .photo-wrap:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    border: 1px solid hsla(0, 0%, 0%, .1);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.photo-wrap img {
    margin: 0 auto;
    display: block;
    width: 250px;
    height: auto
}

@media screen and (min-width:768px) {
    .column-half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .column-third {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333333%;
        flex: 1 0 33.333333%
    }
    .text-photo-50 .section-heading--left {
        display: initial
    }
    .text-photo-50 {
        padding: 30px 0 10px 30px!important
    }
    .text-photo-50 p {
        width: calc(100% - 410px)
    }
    .text-photo-50 .photo-wrap {
        float: right;
        width: 360px;
        height: 239px;
        margin: 20px 30px 0 0
    }
    .text-photo-50 .photo-wrap:before {
        width: 220px;
        height: 220px;
        border: 1px solid hsla(0, 0%, 0%, .2)
    }
    .text-photo-50 .photo-wrap:after {
        content: "";
        position: absolute;
        display: block;
        right: -30px;
        top: 50%;
        width: 30px;
        height: 1px;
        background-color: hsla(0, 0%, 0%, .2)
    }
    .photo-wrap img {
        width: 100%
    }
}

@media screen and (min-width:1025px) {
    .text-photo-50 {
        padding: 50px 0 50px 50px!important
    }
    .text-photo-50 p {
        width: calc(100% - 560px)
    }
    .text-photo-50 p em {
        display: block;
        padding: 10px;
        font-family: serif;
        font-style: italic
    }
    .text-photo-50 .photo-wrap {
        position: relative;
        float: right;
        width: 460px;
        height: 305px;
        margin: 10px 50px 0 0
    }
    .text-photo-50 .photo-wrap:after {
        right: -50px;
        width: 50px
    }
    .text-photo-50 .photo-wrap:before {
        width: 305px;
        height: 305px
    }
}

.main-header__banner {
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat
}

.main-header__banner--gral {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .6) 0%, hsla(0, 0%, 0%, .05) 100%), url(../img/bannerbg.jpg);
    background-position: top center
}

.main-header__banner--home {
    height: calc(100vh - 76px);
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .3) 100%), url(../img/black-diamond-general-home.jpg);
    background-position: center center
}

.main-header__banner--about {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .85) 0%, hsla(0, 0%, 0%, .55) 100%), url(../img/black-diamond-general-07.jpg);
    background-position: center 55%
}

.main-header__banner--gallery {
    display: none
}

.main-header__banner--facilities {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .2) 100%), url(../../photos/black-diamond-kitchen-06.jpg);
    background-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-header__banner--contact {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, .3) 0%, hsla(0, 0%, 0%, .1) 100%), url(../img/black-diamond-window-06.jpg);
    background-position: center 65%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-header__banner--inquire {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .2) 100%), url(../img/black-diamond-window-06.jpg);
    background-position: center 65%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-header__banner--stay {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, .8) 0%, hsla(0, 0%, 0%, .3) 100%), url(../img/black-diamond-general-05.jpg);
    background-position: center bottom
}

.main-header__banner--business {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .5) 0%, hsla(0, 0%, 0%, .25) 100%), url(../img/black-diamond-general-10.jpg);
    background-position: center center
}

.main-header__banner--cocktail {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .2) 100%), url(../../photos/black-diamond-bar-13.jpg);
    background-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-header__banner--dinner {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .2) 100%), url(../../photos/black-diamond-dining-area-02.jpg);
    background-position: center bottom;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-header__banner--fashion {
    background-color: #000
}

.main-header__banner--product {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .2) 100%), url(../../photos/black-diamond-meet-greet-02.jpg);
    background-position: center center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-header__banner--wellbeing {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .2) 100%), url(../img//black-diamond-header-wellbeing.jpg);
    background-position: center bottom;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-header__banner--custom {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .3) 0%, hsla(0, 0%, 0%, .05) 100%), url(../img/black-diamond-window-04.jpg);
    background-position: center 90%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-header__banner--inquire {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .5) 0%, hsla(0, 0%, 0%, .1) 100%), url(../img/black-diamond-window-01.jpg);
    background-position: center 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-header__banner--buy {
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .2) 100%), url(../img/black-diamond-general-03.jpg);
    background-position: center center
}

.main-header__logo {
    display: block;
    margin: 10px auto;
    width: auto;
    height: 23px;
    padding-left: 27px
}

.main-header__heading-wrapper {
    color: #fff;
    display: block;
    height: 20vh;
    min-height: 100px;
    padding-top: 6.5vh
}

.main-header__heading {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: "Didot", serif;
    font-weight: 400
}

.main-header__heading strong {
    display: block;
    font-size: 28px;
    text-transform: capitalize
}

.main-header__banner--home .main-header__heading {
    margin: 20vh auto 0 auto;
    text-shadow: 0 3px 3px hsla(0, 0%, 0%, .25);
    max-width: 90%
}

.main-header__banner--home .main-header__heading strong:after {
    content: url(../img/black-diamond-symbol-black-50x40.svg);
    display: block;
    width: 50px;
    height: 40px;
    margin-top: 20px;
    margin-left: calc(50% - 25px);
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.main-header__heading-wrapper--video {
    position: relative;
    overflow: hidden;
    background-color: #000
}

.main-header__heading-wrapper--video:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, .35)
}

.main-header__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100px
}

.main-header__heading-wrapper--video .main-header__heading {
    position: relative;
    z-index: 1;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .main-header__banner {
        min-height: 150px
    }
    .main-header__banner--home {
        height: calc(100vh - 50px)
    }
    .main-header__banner--gallery {
        display: block;
        background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .05) 100%), url(../img/black-diamond-header-gallery.jpg);
        background-image: -o-linear-gradient(hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .05) 100%), url(../img/black-diamond-header-gallery.jpg);
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 0%, .7)), to(hsla(0, 0%, 0%, .05))), url(../img/black-diamond-header-gallery.jpg);
        background-image: linear-gradient(hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .05) 100%), url(../img/black-diamond-header-gallery.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat
    }
    .main-header__logo {
        height: 40px;
        padding-left: 55px
    }
}

@media screen and (min-width:1025px) {
    .main-header__banner {
        min-height: 300px;
        position: absolute;
        width: 100%;
        max-width: 1920px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 60vh;
        line-height: 100%
    }
    .main-header__banner--fashion {
        background-image: none
    }
    .main-header__banner--home {
        height: 100vh
    }
    .main-header__banner--home .main-header__heading {
        margin-top: 200px
    }
    .main-header__logo {
        margin: 25px auto;
        padding-left: 50px
    }
    .main-header__heading-wrapper {
        height: 60vh;
        padding-top: 15vh
    }
    .main-header__heading-wrapper--video {
        position: relative;
        overflow: hidden;
        background-color: #000
    }
    .main-header__video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto
    }
    .main-header__heading-wrapper--video .main-header__heading {
        position: relative;
        z-index: 2
    }
    .main-header__heading {
        font-size: 20px;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    .main-header__heading strong {
        font-size: 40px;
        margin-top: 20px
    }
    .main-header__heading strong:after {
        content: url(../img/black-diamond-symbol-black-50x40.svg);
        display: block;
        width: 50px;
        height: 40px;
        margin-top: 20px;
        margin-left: calc(50% - 25px);
        -webkit-filter: invert(100%);
        filter: invert(100%)
    }
    .main-header__banner--home {
        overflow: hidden
    }
    .main-header__banner--home .main-header__heading-wrapper {
        padding-top: 0
    }
    .main-header__banner--home .main-header__heading {
        margin-top: 50vh
    }
    .main-header__banner--home .main-header__heading strong:after {
        margin-top: 40px;
        width: 60px;
        height: auto
    }
}

.main-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 320px;
    max-width: 1140px;
    margin: 0 auto;
    background: #000
}

.main-nav__logo-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.main-nav__logo {
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto
}

.main-nav__main-menu-wrap {
    height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #fff
}

.main-nav__main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav__main-menu--submenued {
    -webkit-box-shadow: inset 0 -1px 0 0 #f7f7f7;
    box-shadow: inset 0 -1px 0 0 #f7f7f7
}

.main-menu__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    line-height: 36px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px
}

.main-menu__item--active {
    background-color: #fafafa;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7
}

.main-menu__item a {
    padding: 0 7px;
    color: #000;
    display: block
}

.main-menu__item a span {
    display: none
}

.main-nav__cta-menu-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 200px);
    flex: 0 1 calc(100% - 200px);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    overflow: hidden
}

.main-nav__cta-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.cta-menu__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .2);
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .2);
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.cta-menu__item>span,
.cta-menu__item a {
    display: block;
    line-height: 40px;
    color: rgba(255, 255, 255, .85)
}

.hire-btn--active:after {
    content: "X";
    display: block;
    position: absolute;
    width: calc((100% - 200px) / 3);
    height: 40px;
    top: 0;
    left: calc(200px + ((100% - 200px) /3));
    background-color: #fff;
    color: #000
}

.hire-menu {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    min-width: 320px;
    top: 40px;
    left: 0;
    background-color: #000;
    list-style: none;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1), inset 0 1px 0 0 rgba(255, 255, 255, .2);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1), inset 0 1px 0 0 rgba(255, 255, 255, .2)
}

.hire-menu--active,
.hire-hover:hover .hire-menu {
    display: block
}

.hire-menu__item a {
    text-transform: capitalize;
    text-align: left;
    line-height: 100%;
    padding: 15px 0 15px 10px;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .2);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .2)
}

@media screen and (min-width:400px) {
    .main-nav__logo-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
    .main-nav__cta-menu-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
    .hire-btn--active:after {
        content: "close X";
        width: 16.666666%;
        left: 66.666666%
    }
}

@media screen and (min-width:768px) {
    .main-nav-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .main-nav__logo-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 230px;
        flex: 0 1 230px
    }
    .main-nav__logo {
        width: 200px;
        height: auto
    }
    .main-nav__main-menu-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 50px;
        background: transparent
    }
    .main-nav__main-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .main-nav__main-menu--submenued {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .main-menu__item {
        padding: 5px
    }
    .main-menu__item--active {
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .main-menu__item:last-child {
        padding-right: 5px
    }
    .main-menu__item a {
        color: #fff
    }
    .main-nav__cta-menu-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        padding: 2px 5px 0 5px;
        height: 50px;
        background-color: transparent
    }
    .cta-menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        font-size: 13px;
        text-transform: initial;
        -webkit-box-shadow: none;
        box-shadow: none;
        letter-spacing: 1px;
        padding: 10px 5px
    }
    .cta-menu__item>span,
    .cta-menu__item>a {
        line-height: normal;
        color: #000;
        padding: 5px;
        background: #fff
    }
    .hire-btn--active:after {
        content: "X";
        display: block;
        top: 12px;
        left: initial;
        margin-left: -5px;
        width: 30px;
        height: 15px;
        padding: 7px 5px 3px 5px;
        background-color: #000;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow: inset 0 0 0 1px #fff;
        color: #fff;
        line-height: 100%
    }
    .hire-menu {
        min-width: 140px;
        width: 140px;
        margin-left: -50px;
        top: 50px;
        left: initial;
        background-color: #fff;
        outline: solid transparent 13px
    }
    .hire-menu:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        top: -7px;
        left: calc(50% - 7px);
        z-index: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff
    }
    .hire-menu__item span {
        display: none
    }
    .hire-menu__item a {
        text-transform: capitalize;
        background-color: transparent;
        color: #000;
        text-align: left;
        line-height: 100%;
        padding: 15px 0 15px 10px
    }
}

@media screen and (min-width:1025px) {
    .nav-full {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        max-width: 1920px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, 0) 100%)
    }
    .main-nav-wrap {
        background-color: transparent;
        height: 70px
    }
    .main-nav__logo-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 240px;
        flex: 0 1 240px
    }
    .main-nav__logo {
        width: 230px
    }
    .main-nav__main-menu-wrap {
        height: 70px
    }
    .main-menu__item {
        padding: 15px 5px
    }
    .main-nav__cta-menu-wrap {
        height: 70px;
        padding: 11px 5px
    }
    .hire-btn--active:after {
        top: 21px
    }
    .hire-menu {
        top: 60px
    }
    .hire-menu:before {
        top: -7px
    }
}

@media screen and (max-width:768px) and (any-pointer:fine) and (any-hover:hover) {
    .cta-menu__item>span:hover {
        cursor: default
    }
    .btn:hover {
        cursor: pointer
    }
    .hire-hover:hover .hire-menu {
        display: block;
        position: absolute;
        z-index: 3;
        width: 100%;
        min-width: 320px;
        top: 40px;
        left: 0;
        background-color: #000;
        list-style: none;
        -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1), inset 0 1px 0 0 rgba(255, 255, 255, .2);
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1), inset 0 1px 0 0 rgba(255, 255, 255, .2)
    }
}

@media screen and (min-width:768px) and (any-pointer:fine) and (any-hover:hover) {
    .main-menu__item a {
        color: #fff;
        color: rgba(255, 255, 255, .75);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
    .main-menu__item:hover a {
        color: #fff
    }
    .cta-menu__item:hover>a {
        background-color: #000;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow: inset 0 0 0 1px #fff;
        color: #fff
    }
    .hire-hover:hover .hire-btn {
        background-color: #000;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow: inset 0 0 0 1px #fff;
        color: #fff;
        cursor: default
    }
    .hire-menu--active,
    .hire-hover:hover .hire-menu {
        border: 1px solid #fff
    }
    .hire-menu--active,
    .hire-hover:hover .hire-menu:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 15px;
        top: -15px;
        left: -1px;
        background: transparent;
        border: 1px solid transparent
    }
    .hire-menu__item:first-child a {
        position: relative;
        z-index: 2
    }
    .hire-menu__item:first-child:hover a {
        background: #000
    }
    .hire-menu__item:first-child:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 14px;
        height: 14px;
        top: -7px;
        left: calc(50% - 7px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow: inset 0 0 0 1px #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
    .hire-menu__item:first-child:hover:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 14px;
        height: 14px;
        top: -7px;
        left: calc(50% - 7px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow: inset 0 0 0 1px #fff
    }
    .hire-menu__item a {
        background-color: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
    .hire-menu__item:hover a {
        background-color: #000;
        color: #fff
    }
}

.cta-menu__buy {
    display: none!important
}

.main-footer {
    min-width: 320px;
    background-color: #000
}

.main-footer__wrap {
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff
}

.main-footer__wrap a {
    color: inherit;
    text-decoration: none
}

.main-footer__logo-wrap {
    width: 60%;
    margin-left: 20%
}

.main-footer__logo {
    display: block;
    margin: 40px auto 30px auto;
    width: 100px;
    height: auto;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.main-footer__list {
    width: 160px;
    margin: 0 auto;
    padding-bottom: 20px
}

.main-footer__list-heading {
    text-transform: uppercase;
    color: #555;
    line-height: 250%
}

.main-footer__list-item {
    line-height: 250%
}

.main-footer__copyright {
    display: block;
    width: 100%;
    padding: 20px;
    line-height: 175%;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .1)
}

.main-footer__copyright span {
    display: block
}

@media (min-width:768px) {
    .main-footer__wrap {
        padding: 80px 0 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .main-footer__logo-wrap {
        width: initial;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        margin-left: 0
    }
    .main-footer__logo {
        margin: 60px auto 0 auto;
        width: 140px
    }
    .main-footer__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        width: initial;
        margin: 0 auto;
        padding-bottom: 80px
    }
    .main-footer__copyright span {
        display: initial
    }
}

.gallery-nav__menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    height: 36px;
    background-color: #fafafa;
    list-style: none;
    font-size: 13px;
    font-weight: 300
}

.gallery-nav__menu:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 40px;
    height: 36px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(80%, rgba(250, 250, 250, 1)));
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 80%);
    background: -o-linear-gradient(left, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 80%);
    background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 80%);
    pointer-events: none
}

.gallery-nav__menu--scrolled.gallery-nav__menu:after {
    display: none
}

.gallery-nav__menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 8px 0 5px;
    color: #666
}

.gallery-nav__menu-item:last-child {
    padding-right: 30px
}

.gallery-nav__menu--scrolled>.gallery-nav__menu-item:last-child {
    padding-right: 8px
}

.gallery-nav__menu-item--active {
    position: relative;
    background-color: #F2F2F2;
    color: #000;
    text-align: center;
    letter-spacing: 0
}

.gallery-nav__menu-item--active:not(:first-child):after {
    content: "\00D7";
    position: absolute;
    display: block;
    font-size: 12px;
    top: 11px;
    right: 7px;
    width: 16px;
    height: 16px;
    line-height: 100%;
    text-align: right
}

.gallery-nav__menu-link {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    line-height: 36px;
    letter-spacing: 1px
}

.gallery-section {
    padding: 0 0 20px 10px!important
}

.gallery-wrap {
    display: none
}

.gallery-wrap--active {
    display: initial
}

.gallery-heading {
    display: block;
    margin: 20px 0 0 0;
    font-family: 'Didot', serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    webkit-font-smoothing: antialiased
}

.gallery-wrap--active .photo-strip_wrap {
    display: block;
    white-space: nowrap
}

.photo-strip_wrap {
    position: relative;
    display: initial;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 10px 0;
    overflow-x: auto;
    overflow-y: hidden
}

.photo-strip {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1100px;
    flex: 1 0 1100px;
    float: left;
    width: 1100px;
    height: 180px;
    margin: 0
}

.photo-strip figure {
    display: inline-block;
    float: left;
    width: 275px;
    height: 180px;
    margin: 0
}

.photo-strip img {
    display: block;
    width: 270px;
    height: auto
}

.photo-strip .vertical-thumb {
    width: auto!important;
    height: 160px!important
}

.photo-strip figcaption {
    display: none
}

.photo-strip__more-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 180px;
    flex: 1 0 180px;
    display: inline-block;
    width: 180px;
    height: 180px;
    background-color: #000;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 180px;
    font-size: 13px;
    letter-spacing: 2px;
    word-spacing: 2px;
    text-transform: uppercase
}

.photo-strip_wrap--active.photo-strip_wrap {
    width: calc(100% - 10px);
    height: auto
}

.photo-strip_wrap--active.photo-strip_wrap:after {
    display: none
}

.photo-strip_wrap--active .photo-strip__more-btn {
    display: none
}

.photo-strip_wrap--active>.photo-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    height: auto
}

.photo-strip_wrap--active>.photo-strip figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 5px) / 2);
    flex: 0 1 calc((100% - 5px) / 2);
    margin-bottom: 5px;
    height: auto
}

.photo-strip_wrap--active>.photo-strip img {
    display: block;
    width: 100%;
    height: auto
}

@media screen and (min-width:768px) {
    .gallery-nav__menu {
        background-color: #fff;
        -webkit-box-shadow: inset 0 -1px 0 0 #f5f5f5;
        box-shadow: inset 0 -1px 0 0 #f5f5f5
    }
    .gallery-nav__menu-item--active {
        background-color: #000;
        color: #fff
    }
    .photo-strip_wrap--active>.photo-strip figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 10px) / 3);
        flex: 0 1 calc((100% - 10px) / 3)
    }
}

@media screen and (min-width:980px) {
    .gallery-nav__menu:after {
        display: none
    }
    .gallery-nav__menu-item--active:not(:first-child):after {
        top: 11px;
        right: 5px;
        width: 10px
    }
    .gallery-nav__menu-item:last-child {
        padding: 0 8px 0 5px;
        -webkit-box-shadow: 3px 0 0 0 #fff;
        box-shadow: 3px 0 0 0 #fff
    }
    .gallery-nav__menu-item:last-child:hover,
    .gallery-nav__menu-item--active:last-child {
        padding: 0 8px 0 5px;
        -webkit-box-shadow: 3px 0 0 0 #000;
        box-shadow: 3px 0 0 0 #000
    }
}

@media screen and (min-width:1025px) {
    .gallery-nav__menu {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 1024px;
        height: 50px;
        position: absolute;
        top: calc(60vh - 150px);
        left: calc(50% - 512px);
        margin: 0;
        padding: 0
    }
    .gallery-nav__menu-item {
        text-align: center;
        padding: 0;
        margin: 0
    }
    .gallery-nav__menu-item:last-child,
    .gallery-nav__menu-item:last-child:hover {
        padding-right: 0
    }
    .gallery-nav__menu-item--active {
        -webkit-box-shadow: inset 0 1px 0 0 #fff;
        box-shadow: inset 0 1px 0 0 #fff
    }
    .gallery-nav__menu-item--active:first-child {
        -webkit-box-shadow: inset 0 1px 0 0 #fff, inset 1px 0 0 0 #fff;
        box-shadow: inset 0 1px 0 0 #fff, inset 1px 0 0 0 #fff
    }
    .gallery-nav__menu-item--active:not(:first-child):after {
        font-size: 13px;
        top: 17px;
        right: 7px
    }
    .gallery-nav__menu-link {
        display: inline-block;
        text-align: center;
        padding: 0 5px;
        margin: 0;
        line-height: 50px
    }
    .gallery-section {
        padding: 20px!important
    }
    .photo-strip_wrap {
        position: relative;
        display: initial;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 985px;
        margin: 10px 0;
        overflow: hidden
    }
    .photo-strip {
        float: left;
        width: 825px;
        height: 180px;
        margin: 0
    }
    .photo-strip figure {
        display: inline-block;
        float: left;
        width: 275px;
        height: 180px;
        margin: 0
    }
    .photo-strip img {
        display: block;
        width: 270px;
        height: auto
    }
    .photo-strip__more-btn {
        width: 160px;
        height: 180px
    }
}

@media screen and (any-pointer:fine) and (any-hover:hover) {
    .gallery-nav__menu-item:hover {
        cursor: pointer
    }
    .photo-strip__more-btn {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
    .photo-strip__more-btn:hover {
        background-color: #fff;
        color: #000;
        cursor: pointer
    }
}

@media screen and (min-width:768px) and (any-pointer:fine) and (any-hover:hover) {
    .gallery-nav__menu-item {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
    .gallery-nav__menu-item:hover {
        background-color: #000;
        color: #fff
    }
    .gallery-nav__menu-item--active {
        position: relative;
        color: rgba(255, 255, 255, .8);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
    .gallery-nav__menu-item--active:hover {
        color: #fff
    }
}

.main-header__banner--soiree {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, .7) 0%, hsla(0, 0%, 0%, .2) 100%), url(../img/black-diamond-header-soiree.jpg);
    background-position: center center
}

.main-top-wrap--soiree {
    padding-bottom: 30px!important;
    margin-bottom: 30px
}

.soiree-signature {
    text-align: center
}

.soiree-signature img {
    display: block;
    margin: 20px auto 0 auto;
    width: 175px;
    height: auto
}

.soiree-invitation {
    max-width: 600px;
    padding: 10%;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .075);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .075)
}

.soiree-wrap {
    position: relative;
    padding: 60px 10px 50px 10px;
    border: 2px solid #000;
    font-weight: 300;
    text-align: center
}

.soiree__logo {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff
}

.soiree-heading {
    margin-top: 35px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px
}

.soiree-guest {
    width: calc(100% + 60px);
    position: relative;
    margin: 50px 0 50px -30px
}

.soiree-guest:before,
.soiree-guest:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 25%;
    top: 50%;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #000
}

.soiree-guest:before {
    left: 0
}

.soiree-guest:after {
    right: 0
}

.soiree-guest strong {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
    word-spacing: 2px;
    font-family: serif;
    font-style: italic;
    color: #000
}

.soiree-guest strong:before {
    position: absolute;
    content: "";
    display: block;
    z-index: 0;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border: 1px solid hsla(0, 0%, 0%, .1)
}

.soire-text {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 100%;
    line-height: 175%
}

.soire-text:strong {
    font-weight: 400
}

.soire-text--first:after {
    content: "";
    display: block;
    width: 10%;
    height: 1px;
    margin: 20px auto;
    background-color: #000
}

.soiree-bottom {
    margin: 50px auto;
    max-width: 700px;
    font-size: 14px;
    text-align: center
}

.soiree-invite__wrap {
    display: inline-block;
    width: 250px;
    margin: 20px;
    padding: 30px 0 25px 0;
    background-color: #000;
    font-weight: 300;
    color: #fff
}

.soire-invite__btn {
    display: block;
    margin-top: 20px;
    width: 120px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000
}

.soiree-bottom__text {
    display: block;
    margin: 20px 0;
    color: #000;
    line-height: 200%
}

.soiree-bottom__text br {
    display: none
}

.soiree-bottom__text a {
    padding: 3px 2px;
    color: initial;
    -webkit-box-shadow: inset 0 -1px 0 0 #000;
    box-shadow: inset 0 -1px 0 0 #000;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}

@media screen and (min-width:768px) {
    .main-top-wrap--soiree {
        padding-bottom: 90px!important;
        border-bottom: none
    }
    .soiree-signature img {
        display: block;
        margin: 20px auto 0 auto;
        width: 225px;
        height: auto
    }
    .soiree-section {
        position: relative;
        margin-top: 50px
    }
    .soiree-section:before {
        content: "";
        display: block;
        position: absolute;
        top: 25%;
        width: 100%;
        height: 50%;
        background: url(../img/bw-pattern.png)
    }
    .soiree-invitation {
        padding: 50px;
        position: relative;
        margin: 0 auto;
        -webkit-box-shadow: 0 10px 20px 0 hsla(0, 0%, 0%, .075), inset 0 10px 20px 0 hsla(0, 0%, 0%, .015);
        box-shadow: 0 10px 20px 0 hsla(0, 0%, 0%, .075), inset 0 10px 20px 0 hsla(0, 0%, 0%, .015)
    }
    .soiree-wrap {
        font-size: 15px
    }
    .soiree-bottom__text br {
        display: initial
    }
}

@media screen and (min-width:1025px) {
    .soiree-invitation {
        padding: 100px;
        max-width: 700px
    }
    .soiree-wrap {
        border: 3px solid #000;
        font-size: 16px
    }
    .soiree__logo {
        width: 140px;
        height: 140px;
        top: -50px
    }
    .soiree-heading {
        margin-top: 45px;
        font-size: 16px
    }
    .soiree-guest {
        width: calc(100% + 120px);
        margin: 70px 0 70px -60px
    }
    .soiree-guest:before,
    .soiree-guest:after {
        height: 3px;
        width: 30%;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    .soire-text {
        max-width: 80%
    }
    .soiree-bottom {
        margin: 50px auto;
        max-width: 750px;
        font-size: 15px
    }
}

@media (any-pointer:fine) and (any-hover:hover) {
    .soiree-bottom__text a:hover {
        color: #fff;
        -webkit-box-shadow: inset 0 -22px 0 0 #000;
        box-shadow: inset 0 -22px 0 0 #000
    }
    .soire-invite__btn {
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease
    }
    .soire-invite__btn:hover {
        cursor: pointer;
        background-color: #000;
        color: #fff;
        border: 1px solid #fff
    }
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Didot";
    src: url(http://db.onlinewebfonts.com/t/251039e6849ad977a8bfc40b564dce89.eot);
    src: url("http://db.onlinewebfonts.com/t/251039e6849ad977a8bfc40b564dce89.eot?#iefix") format("embedded-opentype"), url(http://db.onlinewebfonts.com/t/251039e6849ad977a8bfc40b564dce89.woff2) format("woff2"), url(http://db.onlinewebfonts.com/t/251039e6849ad977a8bfc40b564dce89.woff) format("woff"), url(http://db.onlinewebfonts.com/t/251039e6849ad977a8bfc40b564dce89.ttf) format("truetype"), url("http://db.onlinewebfonts.com/t/251039e6849ad977a8bfc40b564dce89.svg#Didot") format("svg")
}