/*  */
/*.introSection {
    height:90vh;
    background:black;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow: hidden;
    position: relative;

    background-image: url('../i/1.jpg');
    background-size: cover;
    background-position: center;
}

.introSection:before {
    content:'';
    display:block;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.7);
    position: absolute;
    top:0;
    left:0;
}

.logo {
    position: relative;
    z-index: 1;
    max-width:30vw;
}

.logo img {
    width:100%;
}*/

/*  */
.introSection {
    height:40vh;
    background:black;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow: hidden;
    position: relative;
    flex-direction: column;

    background-image: url('../photos/P1000256-2.jpg');
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */

    box-shadow: inset 0 -40vh 40vh -40vh rgba(0,0,0,.6);
}

.introSection h1,
.introSection h3 {
    z-index:1;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.introSection h3:after,
.readIntro2:after {
    content: '';
    width: 40px;
    height: 40px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 15%;
    bottom: 10px;
    transform-origin: 50% 50%;
    transition: transform .4s ease-in-out;
}

.introSection .contentLink {
    margin:20px 0 40px;
}

.homeHeader {
    padding:45px 30px 0;
    font-size:20px;
    line-height:27px;
    max-width:600px;
}

.homeHeader {
    display: inline-flex;
    flex-direction: column;
    text-transform: uppercase;
}

.homeHeader span {
    text-transform: uppercase;
    font-size:65%;
    opacity: .2;
    padding:0 0 2vw;
}

#home .introSection {
    height:70vh;
}

@media screen and (max-width: 1025px) {
    #home .introSection {
        height: 80vh;
    }

    .v1 .homeHeader:after {
        content:'';
        width:40px;
        height:40px;
        border-right:3px solid #fff;
        border-bottom:3px solid #fff;
        transform: rotate(45deg) translate(-50%);
        display: block;
        position: relative;
        left:calc(50% - 3px);
        top:20px;
    }
}

.introSection:before {
    content:'';
    display:block;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.7);
    position: absolute;
    top:0;
    left:0;
}

.logo {
    position: relative;
    z-index: 3;
    max-width:210px;
    min-width:170px;
    width: 20vw;
    margin:20px 0 40px;
    transition: width .6s ease-in-out, top .6s ease-in-out;
}

.logo img {
    width:100%;
}

.introSection .logo {

}

.introMin {
    position: fixed;
    left:-200vw;
}

.secondIntro {
    padding:60px 20px 120px;
    text-align: center;
    background:#1c1c1c;
    overflow: hidden;
    position: relative;
}

.secondIntro h2 {
    padding:10px 0;
    margin:0 0 20px;
    /* border-bottom:2px solid rgba(255,255,255,.1); */
}

.introMore {
    max-height:200px;
    max-width:1024px;
    margin:0 auto;
    padding:0 20px;
    position: relative;
    transition: max-height .6s ease-in-out;
}

@media screen and (min-width: 1024px) {
    .introMore {
        max-height:70px;
    }
}

.secondIntro:after {
    position: absolute;
    content:'';
    left:0;
    bottom:0;
    width:100%;
    box-shadow: inset 0px -120px 60px -10px #1c1c1c;
    height:120px;
    z-index: 1;
    transition:bottom 0.2s ease-in-out;
}

.introMin:checked ~ .secondIntro:after {
    bottom: -60px;
}

.introMin:checked ~ .secondIntro .introMore {
    max-height:800px;
}

.introMin:checked ~ .secondIntro {}

.readIntro2 {
    position: absolute;
    bottom:20px;
    left:50%;
    transform: translateX(-50%);
    z-index:2;
    width:60px;
    height:60px;
}

.introMin:checked ~ .secondIntro .readIntro2:after {
    transform: rotate(-135deg);
}

.contentAreaHome section {
    text-align:center;
}

.contentAreaHome {
    display: flex;
    flex-direction: column;
    position: relative;
}
.contentAreaHome:before {
    content:'';
    background:#1c1c1c;
    height:60px;
    width:100%;
}
.contentAreaHome:after {
    content: 'Our Difference';
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.4);
    padding: 10px 20px;
    line-height: 40px;
    box-shadow: inset 0 0 0 1px #fff;
    border: rgba(0,0,0,.1) solid 8px;
    width: 60%;
    max-width: 240px;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .contentAreaHome:after {
        font-size:22px;
    }
}


.contentArea section {
    max-width: 1024px;
    padding:60px 20px 0;
    display: inline-block;
}

.contentArea section:last-child {
    padding:60px 20px 140px;
}

.contentArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:50px 0 0;
    position: relative;
}

.sectionContainer {
    display:inline-flex;
    width:100%;
    /*max-width:1024px;*/
}

.halfWidth {
    max-width:512px;
    width:50%;
    min-height:512px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    /*background: #ccc;*/
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0 60px;
}

@media screen and (min-width: 1024px) {
    .logo {
        position: fixed;
        width:210px;
        max-width:33vw;
    
        top:40px;
        left: 60px;
    }

    .halfWidth:first-child {
        margin-left: calc(50% - 512px);
    }

    .homeHeader {
        font-size:36px;
        line-height:42px;
    }

    .homeHeader span {
        padding:0 0 16px;
    }
}

.halfWidth + .halfWidth {
    background: #999;
}

.halfPadding {
    width: 50%;
    background-size: cover;
    background-position: left center;
}

.halfPadding:first-child {
    background-position: right center;
}

@media screen and (max-width: 768px) {
    .sectionContainer {
        flex-direction:column;
    }

    .halfWidth { 
        width: 100%;
        max-width: 100%;
        flex:1 1 auto;
        order:1;
        padding:12px 20px;
    }

    .halfPadding {
        height:40vh;
        width:100%;
        order:2;
    }
}

.contentLink {
    line-height: 60px;
    padding: 0 25px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    display: inline-block;
    margin: 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index:1;
}

/* accordion */

.accordion input[type="radio"] {
    position: fixed;
    left:-200vw;
}

.accordionRow {
    display: flex;
    flex-direction: column;
}

.accordionQuestion {
    border:1px solid rgba(255,255,255,0.2);
    display:flex;
    justify-content: center;
    align-items: center;
    min-height:50px;
    padding:10px;
    cursor: pointer;
    text-transform:uppercase;
}

.accordionAnswer {
    max-height:0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding:0 12px;
    margin:0 0 20px;
    border-left:1px solid rgba(255,255,255,0.2);
    border-right:1px solid rgba(255,255,255,0.2);
}

.accordionRow input:checked ~ .accordionAnswer {
    max-height:300vh;
    padding:12px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}

@media screen and (min-width: 768px) {
    .accordionAnswer {
        padding: 0 30px;
    }

    .accordionRow input:checked ~ .accordionAnswer {
        padding: 20px 30px;
    }
}

.contentCopy h2 {
    margin:40px 0 0;
}

.accordion ul,
.accordion ol,
.contentCopy ul,
.contentCopy ol {
    padding:0 0 12px 30px;
}

.accordion ul,
.contentCopy ul {
    list-style-type: disc;
}

.accordion ol,
.contentCopy ol {
    list-style-type: decimal;
}

.accordion li,
.contentCopy li {
    padding:0 0 8px 6px;
}

.subNav {
    padding:0 20px 40px;
    border-bottom:1px solid rgba(255,255,255,0.2);
    /*margin:0 0 50px;*/
}

.subNav ul {
    display: flex;
    width:100%;
    max-width:600px;
}

.subNav li {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subNav li a {
    padding:0 12px;
    cursor: pointer;
    border-right:1px solid rgba(255,255,255,0.2);
    text-align: center;
}

.subNav li:last-child a {
    border-right: 0;
}

.submit {
    height:40px;
    background:rgba(0,0,0,.4);
    padding:0 40px;
    border:1px solid rgba(255,255,255,.3);
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}
.submit:hover {
    background:rgba(30,30,30,.5);
    border:1px solid rgba(255,255,255,1)
}

input[type="text"],
input[type="email"] {
    height:40px;
    padding:0 10px;
    margin:0 10px 0 0;
    border:0;
    width:300px;
}

p label {
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}

.contactForm {
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

.contactForm input,
.contactForm textarea,
.contactForm button {
    margin:0 0 12px;
}

.contactForm label {
    line-height: 32px;
    margin:0 0 6px;
}

.contactForm button {
    margin:12px 0 0;
    background:rgba(0,0,0,0);
    border:1px solid #fff;
    line-height:40px;
}

#messageSent {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width:600px;
    width:100%;
    text-align: center;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.6);
    padding:60px;
}

#messageSent.show {
    display: block;
}

sorting-dropdown .select2-container .select2-drop-active,
.button-out-of-stock.is-button-disabled,
.button-out-of-stock.is-button-disabled:hover {
    background:#333!important;
}