html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,500,700,800');
/*@import url('https://fonts.googleapis.com/css?family=Abril+Fatface:400');*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400');


/* latin-ext */
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url("../font/Abril_ Fatface01.woff2") format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url("../font/Abril_ Fatface02.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url("../font/Abril_ Fatface03.woff") format('woff');
}




body{
    background-color: #fff;

}

.in-transition {
    transition: transform 900ms ease;
}

header{
    z-index: 100;
    position: fixed;
    height: 50px;


}

nav{
    overflow: auto;
    z-index: 102;
    width: 100vw;
    margin: 0 auto;
    padding-top: 10px;
}

.navwhite{
    background-color: #fff;
    opacity: 1;
    display: none;
}

.navblack{
    margin-top: 0px;
    display: block;
    background-color: #000;
    opacity: 1;
    width:0px;
    height: 100vh;
    position: fixed;
    top : 0;
    right:0;
    /*    right: 0;*/
    float: right;
    opacity: 0.5;
    z-index: 9999;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
}

.menu_list{
    margin-top: 0px;
/*    width: 60px;*/
/*padding-left: 10px;*/
}

.navblack ul{
    float: right;
    text-align: center;
/*    margin-right: 80px;*/
   transition: all 0.7s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    opacity: 0;


}
.menublk_on ul{
/*    transition-delay:15s;*/
    transition: all 1s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    opacity: 1;

}

.logo_navblk{
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
    margin-left: 25%;
    margin-bottom:20%;
}

.navblack ul li {
    display: inline-block;
/*    margin-left: 45px;*/
  transform: translate(0,100%) rotate(90deg);
  margin-bottom: 75%;
/*  margin-left: 5%;*/
}
.navblack ul li a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 2px;
    color: #999;
/*    margin-bottom:: 5px;*/
    transition: all 01s cubic-bezier(0,.66,.19,.98);

}
.navblack a:hover {
    transition: all 0.7s cubic-bezier(0.210, 0.005, 0.285, 0.995);
    color:#fff;
}

.navblk_expand{
        transition: all 0.3s cubic-bezier(0,.66,.19,.98);
        width:65px;
        opacity: 1;
            box-shadow: 0 0 5em #000;

}

.menu_trigger{
    display: block;
    position: absolute;
    width:40px;
    height: 40px;
/*    background-color: blue;*/
    position: fixed;
   right: 30px;
    margin-top: 15px;
    z-index: 80;
    background-image: url('../img/menu_trigger.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;

}
.overlayer{

        top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
/*    position: absolute;*/
    background-color: #000;
    transition: all 1s cubic-bezier(0.210, 0.005, 0.285, 0.995);
    opacity: 0;
    z-index: 9990;
    display: none;
}

.over_on{
transition: all 1s cubic-bezier(0.210, 0.005, 0.285, 0.995);
    opacity: 0.5;
    display: block;

}

.logonav{
    float: left;
    width: auto;
    height: auto;
    margin-left: 60px;
    margin-top: 5px;
}
.logotop{
    width: 35px;
    height: 30px;
}

/*.menu_list{
    width: 65px;
}*/

.menu ul{
    float: right;
    text-align: center;
    margin-right: 80px;


}
.menu ul li {
    display: inline-block;
    margin-left: 45px;
}
.menu ul li a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 2px;
    color: #ccc;
    transition: all 01s cubic-bezier(0,.66,.19,.98);

}
.menu a:hover {
    transition: all 0.7s cubic-bezier(0.210, 0.005, 0.285, 0.995);
    color:#000;
}

.menudark ul {
    float: right;
    text-align: center;
/*    margin-right: 75px;*/
}

.menudark ul li a {
    display: inline-block;
/*    margin-left: 45px;*/
}
/*=============================STYLES SECTIONS=============================*/
.section0 {
    width: 100%;
    height: 160vh;
    background-image: url('../img/noised_bg04.png');
    background-repeat: repeat-x;
    padding: 0;

}

.section01 {
    width: 100%;
    height: 95vh;
    padding-top: 4vh;
}
.section02 {
    width: 100%;
    height: 110vh;
    padding-top: 2vh;

}

.section03 {
    width: 100%;
    height: 115vh;
    background-color: #e8e8e8;
    padding-top: 7vh;

}
.section04 {
    width: 100%;
    height: 115vh;
    background-color: #fff;
    padding-top: 2vh;


}
.section05 {
    width: 100%;
    height: 100vh;
    background-image: url('../img/noised_square_bg02.png');
    padding-top: 2vh;


}
.s0 {
    transition: all 0.7s cubic-bezier(0,.66,.19,.98);
    background-position: right 0px bottom -750px;
}

.s0a {
    transition: all 0.7s cubic-bezier(0.000, 1, 0.520, 1.000);
    background-position: right 0px bottom -350px;
}

.s0b {
    transition: all 0.7s cubic-bezier(0,.66,.19,.98);
    background-position: right 0px bottom 100px;
}

.maverick{
    margin: 0 auto;
    background-image: url('../img/maverickmonk_s.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;

}



.mavericklarge {

    transition: all 1s cubic-bezier(0.000, 1, 0.520, 1.000);
    width: 92vw;
    height: 94vh;
    opacity: 1;
    margin-top: 3vh;

}

.mavericksmall {
    animation-delay: 5s;
    transition: all 1s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    width: 92vw;
    height: 0vh;
    opacity: 1;

}
.mavericknone {

    transition: all 1s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    width: 92vw;
    height: 0vh;
    opacity: 1;

}
.maverickoff {
    margin-top: 0vh;
    transition: all 1s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    width: 92vw;
    height: 0vh;
}

.hooklinecontainer {
    width: 55vw;
    height: 100%;
    vertical-align: middle;
    vertical-align: middle;

}

.hooklinecontainer span {
    position: relative;
    float: left;
    top: 90%;
    transform: translateY(-90%);
}

.hooklinecontainer h1 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 35px;
    line-height: 34px;


}

.hooklinecontainer h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 4px;
    color: #fff;
    margin-left: 35px;


}
.hooklinecontainer mark{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 4px;
    color: #000;
    background:#fff;
    padding-left: 5px;

}

.hooklinecontainer .hr_bar {
    border-bottom: 1px white solid;
    width: 20px;
    position: relative;
    transform: translateY(14px);
  }
.hooklinecontainer hr {
    display: block;
    float: left;
    height: 0.2px;
    border: 0;
    border-top: 0.2px solid #fff;
    padding: 0;
    width: 20px;
}

.hooklinecontainer p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ccc;
    margin-left: 35px;
    line-height: 14px;


}


.about{

    position: absolute;
    margin-top: 48vh;
    transition: all 0.5s cubic-bezier(0.150, 0.610, 0.430, 0.980);



}

.aboutoff{

    transition: all 2s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    opacity: 0;

}


.aboutsmall{

    transition: all 0.7s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    width: 80vw;
    height: 90vh;
    opacity: 1;
}

.aboutlarge{

    transition: all 0.7s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    width: 85vw;
    height: 90vh;
    opacity: 1;
}

.about_title_container.former {

    float: right;
    width: 10vw;
    height: 100%;
    vertical-align: middle;
    display: none;


}

.former {
  display: none!important;
}
.formerx {
  display: none;
}

.about_title_container {

    float: right;
    width: 310px;
    height: 50px;
    transition: all 0.7s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    margin-bottom: 15px;

}

.about_txt_container {

    float: left;
    width: 90vw;
    height: 55%;
    transition: all 0.7s cubic-bezier(0.150, 0.610, 0.430, 0.980);

}
.about_txt_container span {

    float: left;
    margin-left: 8vw;
    margin-top: 0px;
}

.about_txt_container h1 {

    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.about_txt_container p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    line-height: 18px;
    padding-right: 25px;


}
mark.boldtxt {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 12px;
    background:none;


}

.atc_small h1 {

    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    font-size: 28px;
}
.atc_large h1 {
    transition: all 0.7s cubic-bezier(0,.66,.19,.98);
    font-size: 28px;
}
.about_title_container span {

    float: right;
    margin-right: -18px;

}
.about_title_container hr {

    display: inline-block;
    float: right;
    height: 0.2px;
    border: 0;
    border-top: 0.2px solid #fff;
    width: 30px;
    margin-right: -30px;
}
.about_title_container .hr_bar {
  border-bottom: 1px white solid;
  width: 30px;
  margin-right: -30px;
  position: relative;
  transform: translateY(14px);
  float: right;
}

.about_title_container h2 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 4px;
    color: #fff;
    margin-right: 10px;
}

.smaller{
    display: block;
}

.uper{

    transition: all 0.2s cubic-bezier(0,.66,.19,.98);
    margin-top: -10px;
}

.xp{

    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    height: auto;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    margin-top: 0;
    display: none;



}

.xpoff{
    transition: all 0.7s cubic-bezier(0,.66,.19,.98);
    opacity: 0;
    width: 92vw;
    height: 0vh;
    display: none;

}

.xp p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 3vw;
    letter-spacing: 6vw;
    color: #fff;
    margin-left: 65px;
    margin-top: 0PX;
    opacity: 1;
    display: none;
}
mark.notX{
        color: #fff;
        opacity: 0.2;
        background:none;
        display: none;
}


.xpon{
    transition: all 0.7s cubic-bezier(0,.66,.19,.98);
    opacity: 1;
    width: 92vw;
    height: 12vh;
    display: none;
}


.xd{

    margin: 0 auto;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 92vw;
    height: 12vh;
    display: none;


}

.xd p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 3vw;
    letter-spacing: 6vw;
    color: #000;
    margin-left: 80px;
    margin-top: 0PX;
    opacity: 1;
    display: none;
}
mark.notD{
        color: #000;
        opacity: 0.15;
        background:none;
        display: none;
}


.workref_title{

    display: inline-block;
    position: absolute;
    margin-left: 60vw;
    width: 40%;
    height: 40px;
    z-index:1050;
    overflow: hidden;
}

.workref_title span {
    position: relative;
    float: left;
    top: 80%;
    transform: translateY(-80%);
}
.workref_title hr {

    display: block;
    float: left;
    height: 0.2px;
    border: 0;
    border-top: 0.9px solid #fff;
    padding: 0;
    width: 20px;

}

.workref_title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 4px;
    color: #fff;
    margin-left: 35px;


}
.expertcontainer{
    margin: 0 auto;
    margin-top: -4vh;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 140vw;
    height: 73vh;
    position:relative;
    overflow: hidden;
}

.expert_description{

    float: left;
    width: 60vw;
    height: 70%;
    position: absolute;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    opacity: 1;
}

.hideexpert{
    transition: all 0.3s cubic-bezier(0,.66,.19,.98);
    opacity: 0;
}
.starthideexpert{
  transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    opacity: 0.3;
}

.expert_subtitle{

    float: right;
    width: 50vw;
    height: 40px;
}
.expert_subtitle span {
    position: relative;
    float: right;
    top: 80%;
    transform: translateY(-80%);
}

.expert_subtitle hr {
    float: right;
    display: block;
    height: 0.2px;
    border: 0;
    border-top: 0.9px solid #000;
    padding: 0;
    width: 20px;

}

.expert_subtitle h2 {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 4px;
    color: #000;
    margin-right: 15px;

}
.expert_txt{

    float: right;
    width: 50vw;
    height: 75%;
    padding-right: 7px;

}
.expert_txt span {

    position: relative;
    float: right;
    margin-right: 3px;
    margin-left: 4vw;

}


.expert_txt h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    text-align: right;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1px;
    color: #000;
    line-height: 30px;
}
.expert_txt p {
    float: right;
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    line-height: 16px;

}

mark.bolded {
    float: right;
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    color: #000;
    line-height: 14px;
    background:none;
    display: none;
}
/* .s1slides{

    position: relative;
    float: left;
    height: 70vh;
    transition: all 0.6s cubic-bezier(0,.66,.19,.98);
    margin-left: 60%;
    width: 100%;

} */

.s1slides {
  /* background-color: #91e600; */
  padding-left: 10vw;
  width: 90vw;
  /* height: 70vh; */
  line-height: 100px;
  color: black;
  position: absolute;
  /* z-index: 100000; */
}
.dragger1{
  right:0vw;
}

.expandslide{
    transition-delay: 5s;
    transition: all 5s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    margin-left: -5%;

}

.expandtitle{

    transition: all 0.4s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    margin-left: 10%;

}

.expandwrapper{
    transition: all 5s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    margin-left: 10%;
    width: 100%;
}


.close_btn {
    float: left;
    margin-top: 20px;
    width: 20px;
    height: 15px;

    background-image: url('../img/right_arrow.png');
    background-position: right;
    background-repeat: no-repeat;
    margin-left: 7%;
    transition: all 0.2s cubic-bezier(0.150, 0.610, 0.430, 0.980);

    opacity: 0;

}


.returnon{
   transition: all 0.7s cubic-bezier(0.150, 0.610, 0.430, 0.980);
   width: 40px;
    opacity: 1;
}

.s1_paging {

    float: right;
    width: 70vw;
    height: 40px;
    text-align: right;

}


.s1_paging span {
    position: relative;
    float: right;
    margin-right: 15px;
    top: 95%;
    transform: translateY(-95%);
}


    .slide_btn {

        text-decoration: none;
        color: inherit;
        margin-left: 10px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        color: #ccc;
        font-weight: 300;


        }
        .active {
            transition: all 0.7s cubic-bezier(0.005, 0.470, 0.365, 0.990);
            font-weight: 800;
            color: #000;

            }

.slide_btn:hover{
    transition: all 0.7s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    color: #000;
}

.s1sld {

    position: absolute;
    float: right;
    width: 100%;
    height: 70vh;
    line-height: 240px;
    text-align: center;
    transition: margin .3s;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.150, 0.610, 0.430, 0.980);

    }

.s1sld.active {

    transition: all 0.7s cubic-bezier(0.150, 0.610, 0.430, 0.980);
    animation : slidein 0.5s;
    opacity: 1;
}

.slider {
  z-index: 1;
  -webkit-border-top-left-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  overflow: hidden;
  height: 70vh;
  pointer-events: none;
    width: 90vw;
    /* background-color: red; */
    overflow: hidden;
    box-shadow: -7px 8px 20px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0,.66,.19,.98);

}
.onDragSlider{
  box-shadow: -7px 8px 20px -3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0,.66,.19,.98);
}

@keyframes slidein{
    from { opacity : 0; }
    to   { opacity : 1; }

}


.r01{

    background-image: url('../img/ref_slide01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.r02{

    background-image: url('../img/ref_slide02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.r03{

    background-image: url('../img/ref_slide03.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}


.s2header{

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 92vw;
    height: 5vh;
    margin-top: 4vh;
        margin-bottom: 1vh;



}

.s2header span {
    vertical-align: baseline;
    line-height: 3em;
    display: inline-block;

}
.s2header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 4px;
    color: #000;
    margin: 0 auto;
}

.s2title{

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 92vw;
    height: 7vh;


}
.s2title h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: middle;
    font-family: 'Abril Fatface';
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0px;
    color: #000;
    line-height: 30px;
}




.s2separator{
    margin: 0 auto;
    background-color: #ccc;
    text-align: center;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 1px;
    height: 6vh;
    margin-top: 7px;
}
.madeofwrapper{

    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 70vw;
    height: 60vh;
    overflow: hidden;
}


.madeofwrapper img {
    height: 100%;
    max-width: auto;
    position: relative;
}
.s3title{

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 87vw;
    height: 7vh;


}

.s3title h1 {
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: middle;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.s3subtitle{

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 87vw;
    height: 30px;

}
.s3subtitle span {

    display: inline-block;
    text-align: center;

}
.s3subtitle  p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1px;
    color: #999;
    line-height: 12px;
    margin-top: 0px;
}

.driftimg{
float: left;
    background-image: url('../img/drift_screen.png');

    background-repeat: no-repeat;
    background-position: right;
    background-size:55vh;
    width:50%;
    height: 90%;
    vertical-align: middle;
    margin-right: -10px;
}
.driftcontent{

    float: left;
    width:55%;
    height: 90%;
    vertical-align: middle;
    margin-left: -20px;
    padding-top: 15px;

}

.driftcontainer{
    margin: 0 auto;
    margin-top: 1vh;

    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 100%;
    height: 80vh;

}

.driftcontent span {
    display: block;
    position: relative;
    float: left;

    top: 20%;
    transform: translateY(-20%);
    margin-left: -10%;
}

.driftcontent hr {
    float: left;
    display: block;
    height: 0.2px;
    border: 0;
    border-top: 0.2px solid #000;
    padding: 0;
    width: 25px;
    margin-left: 0px;

}

.driftcontent h2 {


    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 4px;
    color: #000;
    margin-left: 40px;

}

.driftcontent h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 26px;
    margin-left: 40px;
}
.driftcontent p {

    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    line-height: 14px;
    margin-left: 40px;
    margin-right: 5%;


}


.driftcontent a{
    position: relative;
    border-radius: 100px;
    padding: 14px 40px 14px 40px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 4px;
    margin-left: 40px;
    margin-top: 7px;

    transition: all 01s cubic-bezier(0,.66,.19,.98);
    background-color: #000;
    color: #fff;

    }

.driftcontent a:hover{

    position: relative;
    border-radius: 100px;
    padding: 14px 40px 14px 40px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 4px;
    margin-left: 40px;
    margin-top: 7px;

    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    background-color: #fff;
    color: #000;

    }




.section03 a{
    position: relative;
    border-radius: 100px;
    width: 150px;
/*    height: 30%;*/
    padding: 16px 40px 16px 40px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 4px;
    margin: 0 auto;
    margin-left: 30%;
    margin-top: -30px;

    transition: all 01s cubic-bezier(0,.66,.19,.98);
    background-color: #000;
    color: #fff;

    }

.section03 a:hover{
    position: relative;
    border-radius: 100px;
    padding: 16px 40px 16px 40px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 4px;
    margin: 0 auto;
    margin-left: 30%;
    margin-top: -30px;

    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    background-color: #fff;
    color: #000;

    }
.s4title{

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 92vw;
    height: 7vh;


}

.s4title h1 {
    margin-top: 75px;
    margin-bottom: 0px;
    text-align: middle;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
    color: #000;
    line-height: 30px;
}
.s4subtitle{

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 90vw;
    height: 75px;
    margin-top: 7px;

}

.s4subtitle span {

    line-height: 3em;
    display: inline-block;

}
.s4subtitle  p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
    line-height: 14px;
}



.s5title{

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 92vw;
    height: 7vh;

}

.s5title h1 {

    margin-bottom: 0px;
    text-align: middle;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 30px;
        margin-top: 10vh;

}

.s5separator{
    margin: 0 auto;
    background-color: #666;
    text-align: center;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 1px;
    height: 6vh;
    margin-top: 7px;
}
.form_container{

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 92vw;
    height: 35vh;


}
.footer_container{

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 92vw;
    height: 25vh;

}
.trademark {

    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 92vw;
    height: 60px;
    margin-top: 20%;

}
.trademark span {
    display: block;
    position: relative;

    top: 95%;
    transform: translateY(-95%);

}
.trademark h2 {

    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 10px;
    letter-spacing: 4px;
    color: #666;
    margin-bottom: 7px;


}
mark.boldious {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 4px;
    color: #fff;
    background:none;

}
.trademark  p {
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
    color: #aaa;
    line-height: 14px;


}

.linedropper  a {
    text-decoration: none;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1px;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    color: #aaa;
    line-height: 14px;


}

.linedropper a:hover {
    text-decoration: none;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1px;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    color: #fff;
    line-height: 14px;


}

.logo_footer{
    margin-top: 15px;
    width: 100%;
    height: 45px;
    background-image: url('../img/logo_footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 25px;
    display: none;
}

.social_link a{
    position: relative;
    text-decoration: none;
    width: 60px;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    opacity: 0.3;

}

.social_link a:hover{
    position: relative;
    text-decoration: none;
    width: 60px;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    opacity: 1;

}

.social_link{

width:100%;
height: 45px;
}

.social ul, li{

    list-style: none;
    display: inline-block;
    padding: 0;
/*    margin: 0; */
}

.trademarking  p {
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 2vh;
    letter-spacing: 1px;
    color: #999;
    line-height: 12px;


}


.maildropper {

    margin: 0 auto;
    padding-top: 10vh;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    width: 92vw;
    height: 125px;

/*    opacity: 0.3;*/

}

.maildropper a {
    text-decoration: none;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 7px;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    color: #aaa;
    line-height: 18px;

    background-color: #000;
    border-radius: 100px;
    padding: 20px 40px 20px 44px;


}

.maildropper a:hover {
    text-decoration: none;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 7px;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    color: #fff;
    line-height: 18px;

        background-color: #fff;
    border-radius: 100px;
    padding: 20px 30px 20px 30px;


}


.social_link img{
    width: 42%;
    height: auto;
}

/*team slider*/

* { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; -o-font-smoothing:antialiased; font-smoothing:antialiased; }




* {
  box-sizing: border-box;
  padding: 0; }

.teamcontainer ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.teamcontainer {
  width: 100%;
  margin: 0 auto;

  float: right;
/*  clear: both;*/
  position: relative;
  overflow: hidden;
}

.module {
  position: relative;
  float: left;
  display: inline-block;
  margin: 7px 7px 7px 7px; }

  .module.portrait {
    width: 190px;
    height: 350px; }


  .module > div.img {
    margin: 60px 0 10px 20px;
    width: 75%; }

    .module > div.img > p.sub-heading {
      margin-left: 50px;
      font-size: 18px;
      width: 70%; }





.member {

    background-image: url('../img/noised_square_bg02.png');
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);

    z-index: 99;
}

.member2 {

    background-image: url('../img/noised_square_bg_consultant.jpg');
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);

    z-index: 99;
}

.member3 {

    background-image: url('../img/noised_square_bg_consultant.jpg');
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);

    z-index: 99;
}
.member:hover{

}


#slider-nav {
  width: 1070px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.slideshow_nav {
    float: right;
    display: inline-block;
    margin: 0 auto;
    width: 40px;
    height: 15px;
    position: relative;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    opacity: 0.3;
}

.slideshow_nav:hover {
    display: inline-block;
    margin: 0 auto;
    width: 40px;
    height: 15px;
    position: relative;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    opacity: 1;
}

[data-dir='next'] {

}
.left {
    background-image: url('../img/left_arrow.png');
    background-position: center;
    background-repeat: no-repeat;
}
.right {
    background-image: url('../img/right_arrow.png');
    background-position: center;
    background-repeat: no-repeat;
}

.team_slider {
    margin: 0 auto;
    width: 100%;
    /* width: 314px; */
    height: 370px;

    margin-top: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

 ::-webkit-scrollbar {
      display: none;
   }

.team_slider ul {
  margin-left: 3vw;
  width: 10000px;
  }

.team_slider li {
  float: left;
  height: 370px;
  width: 820px;
}
.t_slider_pager{

    display: inline-block;
    width: 25px;
    height: 15px;
}

.profilpic{

    display: inline-block;
    position: relative;
    width: 170px;
    height: 170px;
    background-color: black;
    margin: 10px 0px 0px 10px;
    background-position: center;
    background-repeat: none;
    background-size: 230px 230px;

}
.member_info{

    float: left;
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0px 10px 10px 10px;
    display: block;

}

.member_info hr {
    float: left;
    display: inline-block;
    height: 0.2px;
    border: 0;
    border-top: 0.2px solid #fff;
    padding: 0;
    width: 5px;

}

.member_info h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 7px;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;

}
.member_info span {
    position: relative;
    float: left;
    top: 10%;
    transform: translateY(-10%);
    padding-right: 5px
}

.member_info h1 {

    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: middle;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}
.member_info p {

    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
    line-height: 14px;
    margin-left: 10px;
    margin-bottom: 7%;
    margin-top: 0px;
    white-space: pre-line;

}
#pic01{
    background-image: url(../img/duythien.jpg);
    background-size: cover;
}
#pic02{
    background-image: url(../img/julia.jpg);
    background-size: cover;
}
#pic03{
    background-image: url(../img/brice.jpg);
    background-size: cover;
}
#pic04{
    background-image: url(../img/meriem.jpg);
    background-size: cover;
}
#pic05{
    background-image: url(../img/alassane.jpg);
    background-size: cover;
}
#pic06{
    background-image: url(../img/flavio.jpg);
    background-size: cover;
}
#pic07{
    background-image: url(../img/agnieszka.jpg);
    background-size: cover;
}
#pic08{
    background-image: url(../img/kaan.jpg);
    background-size: cover;
}

.internpic{
    background-image: url(../img/maverick_pic.jpg);
    background-size: cover;
}

.consultpic{
    background-image: url(../img/maverickplus_pic.jpg);
    background-size: cover;
}



/*MADEOF SLIDER*/

.madeofwrapper {
margin: 0 auto;
width: auto;
height: 390px;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.module_madeof_s{
    margin-top: 0;
    width: auto;
    height: 390px;
}

.madeofwrapper ul {
    margin-top: 0px;
  width: 10000px;
  }

.madeofwrapper li {
  float: left;
  height: 400px;
  width: 800px;
}

#mo01 {
    background-image: url(../img/wearemadeof_s01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mo02 {

    background-image: url(../img/wearemadeof_s02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mo03 {
    background-image: url(../img/wearemadeof_s03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mo04 {
    background-image: url(../img/wearemadeof_s04.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#slider-nav_mo {
  width: 1070px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  display: none;
}

.slideshow_nav_mo {
    display: inline-block;
    margin: 0 auto;
    width: 40px;
    height: 15px;
    position: relative;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    opacity: 0.3;
}

.slideshow_nav_mo:hover {
    display: inline-block;
    margin: 0 auto;
    width: 40px;
    height: 15px;
    position: relative;
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    opacity: 1;
}
.w_slider_pager{
    display: inline-block;
    width: 50px;
    height: 15px;
    padding: 0;


}
.w_slider_pager p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 4px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    position: absolute;
}
button
{
    background-color: Transparent;
    border: none;
    color: white;
    text-decoration: none;

}
button:focus {outline:0;}

/*CONTACT FORM*/

.form_field_eml{

    position: relative;
    width: 100%;

}

.form_field_msg{
    position: relative;
    width: 100%;
    margin-top: 20px;

}
.sending {
    position: relative;
    width: 150px;
    margin: 0 auto;
}


.form_field_eml input {
    width:90%;
    background: none;
    border: none;
    resize: none;
    outline: none;
    height: 50px;

    transition: all 0.5s cubic-bezier(0,.66,.19,.98);

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 11px;
    color: #666;

    line-height: 1;
    border-bottom: 1px solid #666;

}
.form_field_eml input:focus {
    width:90%;
    background: none;
    border: none;
    resize: none;
    outline: none;
    height: 50px;

    transition: all 0.5s cubic-bezier(0,.66,.19,.98);

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 11px;
    color: #fff;

    line-height: 1;
    border-bottom: 1px solid #fff;

}


.form_field_msg input {
    width:90%;
    background: none;
    border: none;
    resize: none;
    outline: none;
    height: 50px;
    margin: 0 auto;

    transition: all 0.5s cubic-bezier(0,.66,.19,.98);

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 11px;
    color: #666;

    line-height: 1;
    border-bottom: 1px solid #666;
    white-space: nowrap;
    overflow: hidden;
}

.form_field_msg input:focus {

    width:90%;
    background: none;
    border: none;
    resize: none;
    outline: none;



    transition: all 0.5s cubic-bezier(0,.66,.19,.98);

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 11px;
    color: #fff;

    line-height: 1;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
    overflow: hidden;
}

:focus::-webkit-input-placeholder {
    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    opacity: 0;
}

#send{

    margin:0 auto;
    margin-top: 25px;
    position: relative;
    border-radius: 100px;
    width: 150px;
    height: 50%;
    padding: 18px 45px 18px 45px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 4px;

    border:0;

    transition: all 01s cubic-bezier(0,.66,.19,.98);
    background-color: #000;
    color: #fff;

    }

#send:hover{

    margin:0 auto;
    margin-top: 25px;
    position: relative;
    border-radius: 100px;
    width: 150px;
    height: 50%;
    padding: 18px 45px 18px 45px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 4px;

    border:0;

    transition: all 0.5s cubic-bezier(0,.66,.19,.98);
    background-color: #fff;
    color: #000;

    }
