*,
*:focus,
*:active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
/*     letter-spacing: .02em; */
    margin: 0;
    line-height: 1;
}

h2 {
    font-size: 40px;
}

p {
/*     letter-spacing: .02em; */
    font-size: 16px;
    line-height: 1.4;
}

.design-lab-section1 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background: #fdfdfd;
}

.design-lab-section1 h2 {
    /* letter-spacing: .22em; */
    line-height: 1.2;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.design-lab-section2 {
    padding-bottom: 80px;
    /*min-height: 100vh;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.design-lab-section2 .design-lab-container {
    margin: auto;
}

.design-lab-section2 figure {
    text-align: center;
    margin-bottom: 60px;
}

.design-lab-section2 p {
/*     letter-spacing: .05em; */
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    /*max-width: 920px;*/
}

.design-lab-section2 p span {
    display: block;
}

.desgin-lab-section2-content {
    position: relative;
    padding: 130px 115px;
}

.desgin-lab-section2-content:before,
.desgin-lab-section2-content:after {
    content: '';
    display: block;
    width: 71px;
    height: 71px;
    position: absolute;
}

.desgin-lab-section2-content:before {
    background: url(../images/designlab/design-lab-section2-line1.png) no-repeat center;
    background-size: cover;
    left: 0;
    top: 0;
}

.desgin-lab-section2-content:after {
    background: url(../images/designlab/design-lab-section2-line2.png) no-repeat center;
    background-size: cover;
    right: 0;
    bottom: 0;
}


.section.design-lab-section3 {
    background: url(../images/designlab/design-lab-section3-bg.jpg) no-repeat center top;
    background-size: cover;
    height: auto;
    padding: 0;
}

.design-lab-section3 h2,
.design-lab-section3 h3,
.design-lab-section3 p {
    margin: 0;
    color: #fff;
    text-align: right;
}

.design-lab-section3-header {
    margin-bottom: 8px;
    max-width: 500px;
    padding: 20px 0 15px;
    position: relative;
}

.design-lab-section3 h2 {
    /* letter-spacing: .22em; */
    line-height: 1.1;
    font-size: 36px;
}

.design-lab-section3-slider-container {
    position: relative;
}

.design-lab-section3-right {
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.design-lab-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.design-lab-header-text h3 {
    font-size: 110px;
    color: #fff;
    position: relative;
    top: -11px;
    left: 5px;
}

.design-lab-section3-left video {
    display: block;
}

.boltt-designlab-slider .slides,
.boltt-designlab-slider .slides>li,
.boltt-designlab-slider .flex-control-nav,
.boltt-designlab-slider .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.boltt-designlab-slider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.boltt-designlab-slider .slides img {
    width: 100%;
    display: block;
    height: auto;
}

.boltt-designlab-slider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.no-js .boltt-designlab-slider .slides>li:first-child {
    display: block;
}

.boltt-designlab-slider .flex-control-nav {
    text-align: center;
}

.boltt-designlab-slider .flex-control-nav li {
    display: inline-block;
    padding: 0 53px;
    position: relative;
}

.boltt-designlab-slider .flex-control-nav li a {
    display: block;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    font-size: 0;
}

.boltt-designlab-slider .flex-control-nav li a.flex-active:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
}

.boltt-designlab-slider .flex-control-nav li a.flex-active:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/designlab/slider-active-icon.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.boltt-designlab-slider .flex-control-nav li:after {
    content: "";
    display: block;
    position: absolute;
    right: -41%;
    top: 10px;
    height: 4px;
    width: 106px;
    background: #fff;
}

.boltt-designlab-slider .flex-control-nav li:last-child:after {
    display: none;
}

.design-lab-header-text h2 {
    font-size: 52px;
    color: #fff;
/*     letter-spacing: .02em; */
    text-align: right;
    text-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.design-lab-header-text h2 span {
    display: block;
    font-size: 40px;
    padding-right: 3px;
}

.design-lab-mobile-view {
    display: none !important;
}

.design-lab-section4 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.design-lab-section4 .design-lab-container {
    width: 94%;
    max-width: 1350px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.design-lab-section4-left,
.design-lab-section4-right {
    width: 50%;
}

.design-lab-section4-left {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    left: -30px;
}

/*#design-lab-section4-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

.design-lab-section4-right {
    text-align: right;
}

.section4-right-header {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section4-right-header h2 {
    font-size: 62px !important;
	line-height: 1.12;
	margin-left: 8px;
}

.section4-right-header h3 {
    font-size: 25px;
    font-family: 'sofia_prolight';
    /* letter-spacing: .22em; */
    line-height: 1.25;
    padding-bottom: 5px;
    /* padding-right: 5px; */
}

.design-lab-section4-right p {
/*     letter-spacing: .05em; */
    max-width: 370px;
    margin-left: auto;
}


/********************
	MEDIA QUERIES
*******************************/

@media only screen and (max-width:1400px) {
    .section {
        height: auto;
        min-height: 650px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .design-lab-section3 {
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .design-lab-section3-slider-nav-btn {
        width: 24px;
        height: 24px;
    }
    .design-lab-section3-slider-nav-bar {
        height: 3px;
    }
    .design-lab-section3-slider-nav-btn:before {
        width: 12px;
        height: 12px;
    }
}
/* 1400 End */

@media only screen and (max-width:1200px) {
    
    h2 {
        font-size: 36px;
    }
    
    .design-lab-section1 h2 {
/*         letter-spacing: .18em; */
    }
    
    .design-lab-section3-right {
        right: 30px;
    }
    .design-lab-section3 h2 {
        font-size: 36px;
/*         letter-spacing: .18em; */
    }
}
/* 1200 End */

@media only screen and (max-width:1024px) {
    .section {
        min-height: 500px;
    }
    .section.design-lab-section3 {
        min-height: 100px !important;
    }
    .design-lab-section3 h2 {
        font-size: 32px;
    }
    .design-lab-header-text h2 {
        font-size: 48px;
    }
    .design-lab-header-text h2 span {
        font-size: 34px;
    }
    .design-lab-header-text h3 {
        font-size: 105px;
    }
}
/* 1024 End */

@media only screen and (max-width:800px) {
    .design-lab-section3 h2 {
        font-size: 34px;
    }
    .design-lab-section3-header {
        padding-bottom: 10px;
    }
    .design-lab-section3 p {
        font-size: 16px;
        max-width: 190px;
        margin-left: auto;
    }
    .design-lab-header-text h2 {
        font-size: 42px;
    }
    .design-lab-header-text h2 span {
        font-size: 30px;
    }
    .design-lab-header-text h3 {
        font-size: 94px;
    }
    .boltt-footer {
        top: 0;
    }
}


/* 800 End */

@media only screen and (max-width:767px) {
    p {
        font-size: 16px;
    }
    .design-lab-mobile-view {
        display: block !important;
        text-align: center;
        padding: 20px;
    }
    figure.design-lab-mobile-view {
        padding: 0;
    }
    .design-lab-mobile-view p {
        margin: 0;
    }
    
    .desgin-lab-section2-content {
        padding-left: 0;
        padding-right: 0;
    }
    
    .design-lab-section2 p span {
        display: inline;
    }
    
    .desgin-lab-section2-content:before, 
    .desgin-lab-section2-content:after {
        width: 50px;
        height: 50px;
    }
    
    
    .design-lab-section3-mobile {
        padding: 20px 0;
    }
    .design-lab-section3-mobile p {
        max-width: 345px;
        margin: 0 auto;
    }
    .design-lab-section3-mobile p br {
        display: none;
    }
    .section.design-lab-section3 {
        background: #fff;
        min-height: 100px !important;
        display: block;
        position: relative;
    }
    .design-lab-section3-slider-container {
        position: absolute;
        width: 100%;
        left: 0;
        top: 20px;
    }
    .design-lab-section3-right {
        position: static;
        -webkit-transform: none;
        transform: none;
    }
    .design-lab-section3-header {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    .design-lab-section3 h2 {
        font-size: 30px;
        text-align: center;
        line-height: 1.1;
    }
    .design-lab-section3 p {
        display: none;
    }
    .design-lab-section3-left {
        display: none;
    }
    .design-lab-header-text h2 {
        /*font-size: 32px;*/
        font-size: 22px;
    }
    .design-lab-header-text h2 span {
        font-size: 16px;
    }
    .design-lab-header-text h3 {
        /*font-size: 76px;*/
        font-size: 52px;
        top: -7px;
    }
    .hide-section{
        display: none;
    }
    .design-lab-section4 .design-lab-container{
        display: block;
    }
    .design-lab-section4-left, .design-lab-section4-right{
        width: 100%;
        left: 0;
        text-align: center;
    }
    .section4-right-header{
        display: block;
    }
    .section4-right-header h2, .section4-right-header h3{
        display:inline-block;
    }
    .design-lab-section4-right p{
        margin: 0 auto;
    }
    .design-lab-section4-right{
        margin-top:50px;
    }
    .design-lab-section1{
        margin-top: 60px;
        margin-bottom: 50px;
    }
}
/* 767 End */

@media only screen and (max-width:600px) {
    .design-lab-section1 h2 {
        font-size: 30px;
/*         letter-spacing: 6px; */
    }

}
@media only screen and (max-width:360px) {
    .design-lab-section3-mobile p {
        max-width: 90%;
    }
}
