/* CRAFTSMANSHIP PAGE */

/* Utils (move to main stylesheet - cg_styles.css)*/
.clearfix:before, 
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

[hidden],
.hidden {
    display: none;
}

.vh-center {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.modal-overlay {
    position: fixed;
    background-color: rgba(14,14,14,.95);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
    display: none;
}

[data-type="modal-close"] {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background-image: url('../images/modal/modal-close.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: 100%;
    margin-bottom: 20px;
}

[data-type="modal-content"] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 300;
    width: 100%;
    height: 64.25%;
    /*height: 56.25%;*/
    margin-top: 0%;
    max-width: 1200px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

[data-type="modal-content"] video {
    width: 100%;
    height: auto;
}

@media all and (max-width: 1439px) {

    [data-type="modal-content"] {
        max-width: 940px;
    }
}

@media all and (max-width: 1023px) {

    [data-type="modal-content"] {
        max-width: 690px;
    }
}

@media all and (max-width: 767px) {

    [data-type="modal-content"] {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* Utils END*/

.craftsmanship  .block a.scroll-down {
    display: none;
}

.craftsmanship .wrapper {
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
}

.craftsmanship,
.craftsmanship h1,
.craftsmanship h2,
.craftsmanship h3,
.craftsmanship h4 {
    color: #ffffff;
}

.craftsmanship h3 {
    font-family: 'Chronicle Display A','Chronicle Display B';
    font-weight: 200;
    font-size: 56px;
    text-align: center;
    line-height: 56px;
}

.craftsmanship h2 {
    font-family: 'NHaasGroteskTXW01-65Md';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 60px;
}

.craftsmanship p {
    font-family: 'NeueHaasGroteskText W01';
    font-style: normal;
    margin: 0;
}

.craftsmanship a:link,
.craftsmanship a:active,
.craftsmanship a:focus {
    outline: none;
}

.craftsmanship .design,
.craftsmanship .design h2,
.craftsmanship .design h3,
.craftsmanship .authenticity,
.craftsmanship .authenticity h2,
.craftsmanship .authenticity h3,
.craftsmanship .authenticity h4,
.craftsmanship .snow,
.craftsmanship .snow h2,
.craftsmanship .snow h3 {
    color: #0e0e0e;
}
.craftsmanship .hero p,
.craftsmanship .function .function-text,
.craftsmanship .authenticity h3 + p,
.craftsmanship .snow p,
.craftsmanship .design h3 + p {
    max-width: 800px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

/* .hero section */
.craftsmanship .hero {
    position: relative;
}

.craftsmanship .hero h1,
.craftsmanship .hero p {
    font-family: 'Chronicle Display A','Chronicle Display B';
    text-align: center;
}

.craftsmanship .hero h1 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 30px;
}

.craftsmanship .hero p {
    font-size: 21px;
    line-height: 30px;
    font-weight: 100;
    margin: 0 auto;
}

/* .function section */
.craftsmanship .function {
    position: relative;
    overflow: hidden;
}

.craftsmanship .function video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: -100;
    background-image: url('../video/craftsmanship/craftsmanship-snow-poster.jpg?$staticlink$');
    background-repeat: no-repeat;
    background-size: cover;
}

.craftsmanship .function ul.functions {
    *zoom: 1;
    list-style-type: none;
    display: table;
    margin: 60px auto;
    width: 100%;
    max-width: 420px;
}

.craftsmanship .function ul li {
    overflow: hidden;
    height: 100px;
    text-align: center;
    display: table-cell;
}

.craftsmanship .function ul li a {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    display: block;
    background-image: url('../images/our-story/craftsmanship/function-icons.svg?$staticlink$');
    background-size: 300%;
    text-indent: -300%;
    margin: 0 auto;
}

.craftsmanship .function ul li a.function1 { background-position: 0 0; }
.craftsmanship .function ul li a.function1:hover, 
.craftsmanship .function ul li a.function1:focus, 
.craftsmanship .function ul li a.function1.selected { background-position: 0 -100% }

.craftsmanship .function ul li a.function2  { background-position: -100% 0; }
.craftsmanship .function ul li a.function2:hover, 
.craftsmanship .function ul li a.function2:focus, 
.craftsmanship .function ul li a.function2selected { background-position: -100% -100% }

.craftsmanship .function ul li a.function3 { background-position: -200% 0; }
.craftsmanship .function ul li a.function3:hover, 
.craftsmanship .function ul li a.function3:focus, 
.craftsmanship .function ul li a.function3.selected { background-position: -200% -100% }

.craftsmanship .function .function-text {
    /*height: 130px;*/
}

.craftsmanship .function .function-text p {
    font-family: 'NeueHaasGroteskText W01';
    font-size: 16px;
    line-height: 28px;
    text-align: center; 
}

/* .design section */
.craftsmanship .design {
    padding-top: 120px;
    padding-bottom: 0px;
    text-align: center;
    background: #fafafa;
}

.craftsmanship .design h3 {
    margin-bottom: 40px;
}

.craftsmanship .design img {
    margin-top: 50px;
    width: 100%;
    height: auto;
}

/* .quality section */
.craftsmanship .quality {
    background: #0e0e0e;
    padding-top: 150px;
    padding-bottom: 150px;
}

.craftsmanship .quality h3 {
    margin-bottom: 60px;
}

.craftsmanship .quality-tabs {
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.craftsmanship .quality-tabs ul {
    position: absolute;
    list-style-type: none;
    display: inline-block;
    padding-top: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.craftsmanship .quality-tabs ul li {
    float: left;
    padding-left: 60px;
    padding-right: 60px;
}
.craftsmanship .quality-tabs ul li:first-child, 
.craftsmanship .quality-tabs ul li:last-child {
    padding-left: 0;
    padding-right: 0;
}

.craftsmanship .quality-tabs ul li h4 {
    display: inline-block;
}

.craftsmanship .quality-tabs ul li h4 a {
    font-family:'NHaasGroteskTXW01-65Md';
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    font-weight: 200;
}
.craftsmanship .quality-tabs ul li h4 a:hover,
.craftsmanship .quality-tabs ul li h4 a:focus,
.craftsmanship .quality-tabs ul li h4 a.selected {
    color: #ffffff;
}

.craftsmanship .quality-block {
    position: relative;
    margin-top: 100px;
    height: 500px;
    overflow: hidden;
}

.craftsmanship .quality-text {
    position: absolute;
    width: 33%;
    top: 50%;
    left: 0;
    transform: traslate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.craftsmanship .quality-text h4 {
    display: none;
}

.craftsmanship .quality-img {
    float: right;
    width: 50%;
    height: 500px;
    overflow: hidden;
}

.craftsmanship .quality-img img {
    width: 100%;
}

.craftsmanship .quality-text p.description {
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-style: normal;
    font-weight: 200;
    font-size: 36px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 40px;
    color: #ffffff;
}

.craftsmanship .quality-text p.info {
    font-family: 'NeueHaasGroteskText W01';
    font-size: 16px;
    line-height: 28px;
    color: #999999;
}


/* .authenticity section */
.craftsmanship .authenticity {
    padding-top: 0px;
    padding-bottom: 0px;
}

.craftsmanship .authenticity h3 {
    margin-bottom: 40px;
}

.craftsmanship .authenticity .auth-facts {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.craftsmanship .authenticity .auth-facts .fact {
    float: left;
    display: block;
    width: 33.33%;
    text-align: center;
}

.craftsmanship .authenticity .fact h4 {
    color: #000000;
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-size: 160px;
    line-height: 122px;
    font-weight: 200;
    margin-bottom: 40px;
}

.craftsmanship .authenticity .fact p {
    color: #999999;
    font-family: 'NeueHaasGroteskText W01';
    font-size: 14px;
    line-height: 24px;
}

.craftsmanship .authenticity .auth-videos {
    position: relative;
    width: 100%;
}

.craftsmanship .authenticity .video-content {
    float: left;
    display: block;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.craftsmanship .authenticity .video-content:first-child {padding-left: 0;}
.craftsmanship .authenticity .video-content:last-child {padding-right: 0;}

.craftsmanship .authenticity .video-content .video {
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}

.craftsmanship .authenticity .video img {
    width: 100%;
    position: relative;
}

.craftsmanship .authenticity .video-content .title {
    color: #0e0e0e;
    font-family: 'Chronicle Display A', 'Chronicle Display B';
    font-size: 36px;
    line-height: 36px;
    font-weight: 200;
    margin-bottom: 30px;
}

.craftsmanship .authenticity .video-content .description {
    color: #666666;
    font-family: 'NeueHaasGroteskText W01';
    font-size: 14px;
    line-height: 26px;
    max-width: 500px;
    margin: -5px auto 0;
}

.craftsmanship .authenticity .video a {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('../images/our-story/craftsmanship/play-button-small.svg?$staticlink$') 0 0 no-repeat transparent;
    background-size: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

.craftsmanship .authenticity .video a:hover,
.craftsmanship .authenticity .video a:focus {
    background: url('../images/our-story/craftsmanship/play-button-small-hover.svg?$staticlink$') 0 0 no-repeat transparent;
    background-size: 100%;
}

.craftsmanship .video-link .video-frame {
    display: none;
}


/* .snow section */
.craftsmanship .snow {
    background-color: #f3f3f3;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.craftsmanship .snow h3 {
    margin-bottom: 40px;
}
/*
.craftsmanship .snow p {
    margin-bottom: 150px;
}
*/
.craftsmanship .snow img {
    max-width: 1100px;
    margin-top: 50px;
    width: 100%;
    height: auto;
}
/*iframe video*/
iframe#ytplayer1, iframe#ytplayer2{
    width: 100%;
    height: 100%;
}

/* .craftsmanship responsive below here */
@media all and (max-width: 1439px) {

    .craftsmanship .wrapper {
        /*max-width: 940px;*/
    }
    .craftsmanship .hero p,
    .craftsmanship .function .function-text,
    .craftsmanship .authenticity h3 + p,
    .craftsmanship .snow p,
    .craftsmanship .design h3 + p {
        max-width: 700px;
    }

    .craftsmanship h3 {
        font-size: 48px;
        line-height: 48px;
    }

    /* .craftsmanship .hero section */
    .craftsmanship .hero h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .craftsmanship .hero p {
        font-size: 18px;
        line-height: 24px;
    }

    /* .craftsmanship .function section */
    .craftsmanship .function h2 {
        margin-bottom: 40px
    }

    /* .craftsmanship .design section */
    .craftsmanship .design {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .craftsmanship .design h2 {
        margin-bottom: 50px;
    }

    .craftsmanship .design h3 {
        margin-bottom: 40px;
    }

    .craftsmanship .design img {
        margin-top: 120px;
    }

    /* .craftsmanship .quality section */
    .craftsmanship .quality {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .craftsmanship .quality h3 {
        margin-bottom: 60px;
    }

    .craftsmanship .quality-tabs {
        height: 70px;
    }

    .craftsmanship .quality-block {
        margin-top: 60px;
    }

    .craftsmanship .quality-text p.description {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    /* .craftsmanship .authenticity section */
    .craftsmanship .authenticity {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .craftsmanship .authenticity .auth-facts {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .craftsmanship .authenticity .fact h4 {
        font-size: 120px;
        line-height: 90px;
        margin-bottom: 30px;
    }

    .craftsmanship .authenticity .video-content .video {
        margin-bottom: 40px;
    }

    .craftsmanship .authenticity .video-content .title {
        font-size: 28px;
        line-height: 32px;
    }

    /* .craftsmanship .snow section */
    .craftsmanship .snow {
        padding-top: 120px;
        padding-bottom: 120px;
    }/*
    .craftsmanship .snow p {
        margin-bottom: 120px;
    }*/

    .craftsmanship .snow img {
        max-width: 940px;
    }
}

@media all and (max-width: 1023px) {

    .craftsmanship .hero p,
    .craftsmanship .function .function-text,
    .craftsmanship .authenticity h3 + p,
    .craftsmanship .snow p,
    .craftsmanship .design h3 + p {
        max-width: 640px;
    }

    /* .craftsmanship .design section */
    .craftsmanship .design {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .craftsmanship .design img {
        margin-top: 100px;
    }

    /* .craftsmanship .quality section */
    .craftsmanship .quality {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .craftsmanship .quality-block {
        height: 380px;
    }

    .craftsmanship .quality-text {
        width: 45%;
    }

    /* .craftsmanship .authenticity section */
    .craftsmanship .authenticity {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .craftsmanship .authenticity .auth-facts {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .craftsmanship .authenticity .fact h4 {
        font-size: 100px;
        line-height: 76px;
    }

    .craftsmanship .authenticity .video-content .title {
        margin-bottom: 25px;
    }

    .craftsmanship .authenticity .video-content .description {
        margin: -5px auto 0;
    }

    /* .craftsmanship .snow section */
    .craftsmanship .snow {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .craftsmanship .snow img {
        max-width: 688px;
        margin-left: auto;
        margin-right: auto;
    }

    /*iframe video*/
    iframe#ytplayer1, iframe#ytplayer2{
        height: 56.25%;
    }
    [data-type="modal-content"] {
        margin-top: 8%;
    }

}

@media all and (max-width: 767px) {
    .craftsmanship .wrapper {
        max-width: 100%;
    }

    .craftsmanship h3 {
        font-size: 36px;
        line-height: 36px;
    }

    .craftsmanship h2 {
        margin-bottom: 40px;
    }

    .craftsmanship p {
        font-size: 14px;
        line-height: 24px;
    }

    .craftsmanship .hero p,
    .craftsmanship .function .function-text,
    .craftsmanship .authenticity h3 + p,
    .craftsmanship .snow p,
    .craftsmanship .design h3 + p {
        max-width: 640px;
    }

    /* .craftsmanship .hero section */
    .craftsmanship .hero h1 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .craftsmanship .hero p {
        font-size: 16px;
        line-height: 22px;
        max-width: 100%;
    }

    /* .craftsmanship .function section */
    .craftsmanship .function .vh-center {
        position: relative;
        width: 100%;
        /*top: 0;
        left: 0;*/
        padding-left: 0;
        padding-right: 0;
        /*transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;*/
    }

    /*.craftsmanship .function .imgFull {
        min-height: 436px;
        height: auto;
    }*/

    .craftsmanship .function h2 {
        margin-bottom: 30px;
    }

    .craftsmanship .function ul.functions {
        max-width: 320px;
        margin: 50px auto;
    }

    .craftsmanship .function ul li {
        height: 80px;
    }

    .craftsmanship .function ul li a {
        max-width: 80px;
        max-height: 80px;
    }

    .craftsmanship .function .function-text p {
        font-size: 14px;
        line-height: 24px;
    }

    /* .craftsmanship .design section */
    .craftsmanship .design {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .craftsmanship .design img {
        margin-top: 30px;
        min-width: 100%;
    }

    /* .craftsmanship .quality section */
    .craftsmanship .quality {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .craftsmanship .quality h3 {
        margin-bottom: 60px;
    }

    .craftsmanship .quality-tabs {
        display: none;
    }

    .craftsmanship .quality-block {
        display: block;
        border-top: 1px solid #303030;
        padding-top: 60px;
        height: auto;
    }

    .craftsmanship .quality-block:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .craftsmanship .quality-text {
        float: none;
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        margin-bottom: 40px;
    }
    .craftsmanship .quality-img {
        float: none;
        width: 100%;
        min-width: 324px;
        height: auto;
        overflow: hidden;
    }

    .craftsmanship .quality-text h4.title {
        display: block;
        text-align: center;
        font-family:'NHaasGroteskTXW01-65Md';
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px;
        font-weight: 200;
        margin-bottom: 20px;
    }

    .craftsmanship .quality-text p.description {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
        text-align: center;
    }

    .craftsmanship .quality-text p.info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    /* .craftsmanship .authenticity section */
    .craftsmanship .authenticity {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .craftsmanship .authenticity .auth-facts {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .craftsmanship .authenticity .auth-facts .fact {
        padding-top: 60px;
        float: none;
        width: 100%;
    }

    .craftsmanship .authenticity .fact h4 {
        line-height: 76px;
        margin-bottom: 20px;
    }

    .craftsmanship .authenticity .fact p {
        font-size: 12px;
        line-height: 20px
    }

    .craftsmanship .authenticity .auth-videos .video-content {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .craftsmanship .authenticity .video-content .video {
        margin-bottom: 20px;
    }

    .craftsmanship .authenticity .video-content .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .craftsmanship .authenticity .video-content .description {
        font-size: 12px;
        line-height: 20px;
        margin: -3px auto 0;
    }


    /* .craftsmanship .snow section */
    .craftsmanship .snow {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    /*
    .craftsmanship .snow p {
        margin-bottom: 40px;
    }*/


    .craftsmanship .snow img {
        min-width: 140%;
        -ms-transform: translateX(-15%);
        -moz-transform: translateX(-15%);
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
    }

}

@media all and (max-width: 375px) {

    /* .craftsmanship .hero section */
    .craftsmanship .hero h1 {
        font-size: 28px;
        line-height: 28px;
    }

    /* .craftsmanship .function section */
    .craftsmanship .function {
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .craftsmanship .function .imgFull {
        height: auto;
    }

    .craftsmanship .function .vh-center {
        position: initial;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        top: initial;
        left: initial;
        transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
    }

    .craftsmanship .function ul.functions {
        position: relative;
        width: 100%;
        max-width: 280px;
    }

    .craftsmanship .function ul li {
        height: 60px;
    }

    .craftsmanship .function ul li a {
        max-width: 60px;
        max-height: 60px;
    }
}