/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    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: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-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;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.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 {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-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;
    -moz-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;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a, a:visited {
    color: #000;
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent;
}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}


/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background-color: #f2f2f2;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
    font-weight:100;
    font-size: 1.4rem;
    cursor: default;
}

body, html {
    width: 100%;
    height: 100%;
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
    line-height: 3.0rem;
}

h1 span {
    display: block;
}

h2 {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 4.5vw;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 15px;
    line-height: 3.5vw;
}
h2:after {
    content: "";
    position: relative;
    height: 2px;
    width: 60%;
    bottom: -15px;
    background: #000;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);    
}

h3 {
    font-size:1.25em;
}

h4 {
    font-size:1em;
}

input, select, th, td {font-size:1em;}


.wrapper {
    width:100%;
    overflow: hidden;
}

section {
    position: relative;
    /*min-height: 100vh;*/
    height: 100%;
    padding:0; 
    text-align: center;
}

.close {
    display: none !important;
}

.container {
    position: relative;
    margin: auto;
    z-index: 1;
    width: 80%;
    max-width: 1000px;
    text-align: center;
}

.text {
    margin: 10px 0;
}

p {
text-align: center;
    font-size: 1.6vw;
    line-height: 2.2vw;
    margin: 5px 0;
    font-weight: 400;
}

.reveal-animate {
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;    */ 
    
    /*animation-timing-function: cubic-bezier(.75,0,.25,1);
    -webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;   

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;      
}

/*--------------------------------------------------------------
Overlay Share
--------------------------------------------------------------*/

.overlay.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
    
}

.overlay {
    background: rgba(255,255,255,0.95);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);    
    /* color: #fff; */
    top: 0;
    left: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    width: 100%;
    display: block;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

.overlay .content {
    color: #fff !important;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;    
}

.overlay .content-inner {
    padding: 20px 0;
    margin: auto;
    /* display: inline-block; */
    width: 95%;
    max-width: 700px;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /*-ms-transform: translate(-50%, -50%);*/
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;*/
}

.overlay .links-wrapper a {
    display: inline-block;
    margin: 0 2vw 15px 2vw;
    text-align: center;
}

.link__color {
    background-color: #888;
}

.twitter__color {
    background-color: #00aced;
}
.facebook__color {
    background-color: #3b5998;
}

.overlay-share .linkBtn__icon {
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    display: block;
    margin: auto auto 5px auto;
    padding: 0;
}
.overlay-share .icon {
/*    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}

.overlay-share .linkBtn__text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.overlay-close {
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 0px;
    z-index: 1000;
    border: none;
    background: transparent;
    cursor: pointer;
    overflow: visible;

    width: 50px;
    height: 50px;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;  
}
.overlay-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.overlay-close:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.overlay-close:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    padding: 0px;
    display: block;
    text-align: center;
    height: 60px;
}

header a.brand {
    display: inline-block;
    position: relative;
    /*top: 50%;*/
    /*left: 0;*/
    /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    z-index: 2;
    max-width: 180px;
    float: left;
    padding: 0 40px;
    height: 60px;
}

header a.brand img {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
}

#social-nav {
    position: absolute;
    top: 0;
    right: 0;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
}

.social-nav-item {
    float: left;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.social-nav-item a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    /*line-height: 60px;*/
}

.social-nav-item a svg {
    fill: #ffffff;
    height: 40%;
    width: auto;
    position: relative;
    top: 28%;
}

.social-nav-item a:hover svg {
    fill: #ffffff;
}

#social-nav a.facebook {
    background: #fe9aa6;
}
#social-nav a.instagram {
    background: #ea7784;
}

.header-row {
    z-index: 100;
    position: relative;
    background: #fff;
}


@media screen and (max-width: 960px) {
    header {
        height: auto;
    }    
    .header-row {
        display: block;
        width: 100%;
        height: 50px;
    }    
    header a.brand {
        max-width: 120px;
        padding: 0 20px;
        height: 50px;
    }   
    .social-nav-item a {
        width: 50px;
        height: 50px;
    }    
}

/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

#main-nav-container {
    /*display: none;*/
    float: left;
    background: #fff;
    /*height: 60px;*/
}

#main-nav {
    /*height: 100%;*/
}
ul#main-nav-list li {
    margin: 0;
    display: inline-block;
    float: left;
}



.main-nav-item a {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;    
    display: block;
    position: relative;    
    font-size: 2.1rem;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.main-nav-item a span {
    display: inline-block;
    vertical-align: middle;
}

.main-nav-item a .nav__icon {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    padding: 0;
}
ul#main-nav-list li .nav__icon svg {
    fill: #000;
    vertical-align: top;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;     
}

.main-nav-item a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /*border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;*/
    /*-webkit-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);*/
    -webkit-transition: all .05s ease-out;
       -moz-transition: all .05s ease-out;
        -ms-transition: all .05s ease-out;
         -o-transition: all .05s ease-out;
            transition: all .05s ease-out;    
}

ul#main-nav-list li a {
    color: #5db3f5;
}

ul#main-nav-list li:first-child a {
    color: #f5d55e;
}

ul#main-nav-list li:last-child a {
    color: #e591b0;
}

ul#main-nav-list li .nav__icon svg {
    fill: #5db3f5;
}
ul#main-nav-list li:first-child a svg {
    fill: #f8d346;
}

ul#main-nav-list li:last-child a svg {
    fill: #e591b0;
}

.desktop ul#main-nav-list li a:hover:after, ul#main-nav-list li a.active:after {
    background:#5db3f5;
}
.desktop ul#main-nav-list li:first-child a:hover:after, ul#main-nav-list li:first-child a.active:after {
    background:#f5d55e;
}
.desktop ul#main-nav-list li:last-child a:hover:after, ul#main-nav-list li:last-child a.active:after {
    background:#f399bd;
}

.desktop ul#main-nav-list li a:hover, ul#main-nav-list li a.active {
    color: #fff;
}

.desktop ul#main-nav-list li a:hover .nav__icon svg, ul#main-nav-list li a.active .nav__icon svg {
    fill:#fff;
}

ul#main-nav-list li a.active {
    cursor: default;
}

.desktop ul#main-nav-list li a:hover svg, ul#main-nav-list li a.active svg {
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*ul#main-nav-list li:first-child a.active:before {
    content: "";
    position: absolute;
    width: 2000px;
    top: 0;
    left: 0;
    display: block;
    background:#f5d55e;
}*/

@media screen and (max-width: 960px) {

    #main-nav-container {
        float: none;
        position: relative;
        /*left: 0;
        top: 50px;*/
        width: 100%;
    }

    ul#main-nav-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: stretch;
        width: 100%;
    }

    .main-nav-item a:after {
        /*-webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);*/
    }

    ul#main-nav-list li {
        width: 33.3333%;
    }    

    ul#main-nav-list li a {
        font-size: 3.6vw;
        padding: 15px 0px;
        height: auto; 
        line-height: 1;
    }    

    ul#main-nav-list li:first-child a:after, ul#main-nav-list li:last-child a:after {
        border-left: 0px solid #bcbcbc;
        border-right: 0px solid #bcbcbc;
    }    
    ul#main-nav-list li:first-child, ul#main-nav-list li:last-child {   
    }   

    .main-nav-item a .nav__icon {
        margin-left: 5px;
        width: 5px;
        height: 5px;
    }      

}

/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/

#home {
    padding: 0;
}

#home .container {
    width: 100%;
    max-width: 100%;
 
}

.row {
    /*background: #000;*/
    width: 100%;
    padding: 15px 10vw;
    position: relative;
    font-size: 0;
    display: block;
}
.row-header {
    background: transparent;
    padding: 20px;
}



.mood1 {
    background: #f5d55e;
}
.mood2 {
    background: #5eb3f6;
}
.mood3 {
    background: #f399bd;
}

.encart {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 33.3333%;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;    
}
.encart3 {
    width: auto;
}
.encart2 {
    margin-right: 50px;
    width: 25%;
}

.encart__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    position: relative;     
}

.btn {
    background: #fff;
    padding: 15px 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;     
}
.desktop .btn:not(.playBtn):hover {
    /*background: #000;*/
    background: rgba(255,255,255,.85);
}
.btn.btnXS {
    padding: 0;
}
.startBtn {
    margin-bottom: 20px;
}
.btn__txt {
    display: inline-block;
    font-size: 1.8vw;
    font-weight: 300;
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}
.btn.btnXS .btn__txt {
    padding: 0 10px;
}
.btn__txt span {
    font-weight: 400;
}
.btn__icon {
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    height: auto;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;     
}

.desktop .playBtn:hover .btn__icon {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); 
}

.btn.btnXS .btn__icon {
    background: #000;
    margin: 0;
    align-self: stretch;
}
.btn.btnXS .btn__icon svg {
    fill: #fff;
    width: 100%;
    height: 100%;    
}

.mood {
    /*min-height: 130px;*/
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
/*    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;  */
    overflow: hidden;  
    background: transparent;
}



/*.mood:hover {
    z-index: 1000;
    height: calc(attr(data-height) + 30px) !important;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);    
}*/

.encart1 {
    background: #fff;
    left: 20px;
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;    
}

/*.home-bg-mood {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: calc(100% + 60px);
    background:url('../images/home-bg-mood1.jpg') center center;
    background-size: cover;    
    z-index: -1;
}*/

.mood1 .encart1 {
    border: 3px solid #f5d55e;
    background:url('../images/home-mood1.jpg') center top;
    background-size: cover;    
}
.mood2 .encart1 {
    border: 3px solid #5eb3f6;
    background:url('../images/home-mood2.jpg') center top;
    background-size: cover;        
}
.mood3 .encart1 {
    border: 3px solid #f399bd;
    background:url('../images/home-mood3.jpg') center top;
    background-size: cover;        
}

.encart .mood-title {
    display: block;
    height: 70%;
    width: auto;
    max-height: 120px;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    /* max-width: 180px; */
}

.mood-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: -1;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;    
}
.mood-bg.active {
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, .25);
}

.home-bg-img {
    position: absolute;
    left: 0;
    top: -30px;
    /*height: calc(100% + 60px);*/
    width: 100%;
    display: block;
}

.home-bg-img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;    
}

.btn.btnXS {
    display: none;
}

@media screen and (max-width: 960px) {

    .row-header {
        padding: 15px 20px;
    }
    .mood {
        min-height: auto;
        padding: 15px 0;
        margin: 0;
    }
    h1 span {
        display: inline-block;
    }

    .encart1 {
        display: none;
    }  
    .encart {
        width: 50%;
        margin: 0;
    }   

    .encart .mood-title {
        height: 11vh;
        width: auto;
        max-height: 120px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
    }    

    #home .btn:not(.btnXS) {
        display: none;
    }
    .btn.btnXS {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .playBtn {
        padding: 0px 10px;
    }    
    .playBtn .btn__txt {
        display: inline-block;
        font-size: 4vw;
        line-height: normal;
    }       

    .home-bg-img {
        top: 0 !important;
        height: 100% !important;
    }

}
    
/*--------------------------------------------------------------
MOOD
--------------------------------------------------------------*/

.mood__wrapper {

}

.mood__home {

}

.mood__wrapper .mood-title {
    display: inline-block;
    width: 22%;
    height: auto;
    margin: 30px 0 6vh 0;
}

.game__desc {
    position: relative;
    margin: 3vh 0;
    width: 90%;
    display: inline-block;
}

p.gifts {
    text-align: left;
    display: inline-block;    
}
p span {
    font-weight: 700;
}

#mood1 {
    background:url('../images/mood1-bg.jpg') center top #f5d55d;
    background-attachment: fixed;
    background-size: cover;        
}
#mood2 {
    background:url('../images/mood2-bg.jpg') center top #5db3f5;
    background-attachment: fixed;
    background-size: cover;        
}
#mood3 {
    background:url('../images/mood3-bg.jpg') center top #f399be;
    background-attachment: fixed;
    background-size: cover;        
}

.questions__wrapper {
    position: relative;
    margin: auto;
    z-index: 1;
    width: 60%;
    max-width: 900px;
    text-align: center;
}

.step__q.q1 {
    display: inline-block;
}
.step__q {
    display: none;
    width: 100%;
    position: relative;
}
.step__q__flex {
    text-align: center;
    padding: 0 0 3% 0;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.q__header {
    margin-bottom: 4vh;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #000;
    color: #fff;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch; 

}
.q__timer {
    position: relative;
    width: 20%;
    /*display: inline-block;*/
    font-family: Montserrat,sans-serif;
    font-size: 2.9vw;
    font-weight: 700;
    color: #fff;
    padding: 5px 0;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;    
}
.q__timer span {
    line-height: 4vw;
}
.q__title__time {
    position: relative;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 40px 15px 20px;
}
.q__title {
    text-align: left;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 400;
}
.q__time {
    width: 100%;
    height: 10px;
    background: #fff;
    display: block;
    /*overflow: hidden;*/
    position: relative;
    /*width: calc(100% - 40px);*/
}
.q__time span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;    
}
#mood1 .q__time span {
    background: #f5d662;    
}
#mood2 .q__time span {
    background: #5db3f5;    
}
#mood3 .q__time span {
    background: #f399be;    
}
#mood1 .q__time span:after {
    content: "";
    position: absolute;
    top: -8px;
    right: -12px;
    height: 24px;
    width: 24px;
    background: url(../images/mood1-icon.png) center center transparent;
    background-size: cover;
    z-index: 100;    
}
#mood2 .q__time span:after {
    content: "";
    position: absolute;
    top: -8px;
    right: -12px;
    height: 24px;
    width: 24px;
    background: url(../images/mood2-icon.png) center center transparent;
    background-size: cover;
    z-index: 100;    
}
#mood3 .q__time span:after {
    content: "";
    position: absolute;
    top: -8px;
    right: -12px;
    height: 24px;
    width: 24px;
    background: url(../images/mood3-icon.png) center center transparent;
    background-size: cover;
    z-index: 100;    
}
.q__num {
    position: relative;
    width: 10%;
    /*display: inline-block;*/
    font-family: Montserrat,sans-serif;
    background: #fff;
    font-size: 4rem;
    font-weight: 700;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;     
}
#mood1 .q__num {
    color: #f8d346;
}
#mood2 .q__num {
    color: #5db3f5;
}
#mood3 .q__num {
    color: #f399be;
}
.header-center {
/*    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; */   
}

.reps {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    width: 100%;
}
.rep__wrapper {
    padding: 20px 20px 15px 20px;
    width: 25%;
    position: relative;
}
.rep {
    cursor: pointer;
    position: relative;
    border: 0;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    font-size: 1.8rem;
    line-height: 2.2rem;
    /*letter-spacing: -0.03em;*/
    font-weight: 400;
    background: transparent;
}
.rep.__true {
    /*border-top: 1px solid #ff0000;*/
}
.rep .cover {
    display: block;
    position: relative;
    margin: auto;
}
.win, .lose {
    display: none;
}
.rep .cover:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
}
.rep.true .cover:after {
    background: #00ff2a;
}
.rep.false .cover:after {
    background: #ff0000;
}
.rep.disabled {
  cursor: default;
}
.cover_img {
    width: 100%;
    position: relative;
    display: block;
    margin: auto;
}
.cover_img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.rep .cover_img img {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.desktop .rep:not(.disabled):hover .cover img, .rep.true .cover img, .rep.false .cover img {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);  
}

.rep .txt {
    z-index: 50;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    background: transparent;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 0 0 0;
}
.q__next {
    display: none;
}

@media screen and (max-width: 960px) {

    #mood1 {
        background:url('../images/mood1-bg-mobile.jpg') center top #f5d55d;
        background-attachment: fixed;
        background-size: cover;        
    }
    #mood2 {
        background:url('../images/mood2-bg-mobile.jpg') center top #5db3f5;
        background-attachment: fixed;
        background-size: cover;        
    }
    #mood3 {
        background:url('../images/mood3-bg-mobile.jpg') center top #f399be;
        background-attachment: fixed;
        background-size: cover;        
    }        

    .mood__wrapper .mood-title {
        display: none;
    }

    h2 {
        font-size: 7vw;
        margin-top: 30px;
    }

    p {
        font-size: 4vw;
        line-height: 5.4vw;        
    }

    .startBtn .btn__txt {
        display: inline-block;
        font-size: 4.5vw;
    }    

    .questions__wrapper {
        width: 100%;
    }    
    .q__timer {
        font-size: 6vw;
    }
    .q__title {
        font-size: 3.8vw;
    }
    .q__title__time {
        width: 60%;
    }
    .q__num {
        width: 20%;
        font-size: 8vw;
    }
    .reps {
        padding: 0 10%;
    }   
    .rep {
        font-size: 3.7vw;
        line-height: 1;
    }     
    .rep__wrapper {
        padding: 10px 15px 10px 15px;
        width: 50%;
    }   
    .q_header {
        margin-bottom: 15px;
    }     
}

/*--------------------------------------------------------------
MOOD FINAL
--------------------------------------------------------------*/

.mood__win, .mood__lose {
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}

.mood__wrapper .mood__win .mood-title {
    width: 35%;
    margin: 20px 0 20px 0;
}

.win__left {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    padding: 5vh 8% 0 8%;
}

.win__right {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    /*padding: 5vh 0 0 0;*/
    padding: 0;
    background: rgba(255,255,255,.5);
}

.lose__left {
    display: inline-block;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;      
}

.lose__right {
    display: inline-block;
    width: 50%;
}

.lose__wrapper {

}

.box__wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;    
}

.box__score {
    display: inline-block;
    padding: 0 3vw;
}

.overlay-register .box__score {
    margin: 20px auto !important;
}

.box__share {
    margin-top: 3vh;
    display: block;
}

.share__title {
    color: #fff;
    font-weight: 400;
    font-size: 1vw;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.share__exp {

}

.share__exp li {
    display: inline-block;
    margin: 0 5px;
}

.share__exp li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;    
}

.share__exp a.link.active {
    cursor: default;
}
.share__exp a.link.active:after {
    content: "Lien copié !";
    position: absolute;
    width: 80px;
    padding: 5px 5px;
    font-size: 1.2rem;
    color: #fff;
    left: 0;
    bottom: -30px;
    text-transform: uppercase;
    background: #000;
    font-weight: 500;
}

.share__exp li:nth-child(1) a {
    background: #ffbbc3;
}
.share__exp li:nth-child(2) a {
    background: #fe9aa6;
}
.share__exp li:nth-child(3) a {
    background: #ea7784;
}
.share__exp li:nth-child(4) a {
    background: #e25767;
}

.share__exp li a svg {
    fill: #ffffff;
    height: 40%;
    width: auto;
    position: relative;
    top: 28%;
}

.score__final {
    display: inline-block;
    vertical-align: top;
}

.score__wrapper {
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 11px;
}
.score__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 1px;
    background: #fff;
    display: block;
}
.score__wrapper:after {
    content: "";
    position: relative;
    bottom: -11px;
    left: -15px;
    width: calc(100% + 30px);
    height: 11px;
    background:url('../images/score__bottom.png') center bottom transparent;
    background-size: 100% 100%;     
    display: block;
}

.the__score {
    font-family: Montserrat,sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 3vw;
    padding: 5px 0 5px 0;
}



.points {
    font-family: Montserrat,sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 1.3vw;
    padding: 0;
}

.score__final__title {
    color: #fff;
    font-weight: 400;
    font-size: 1.6vw;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
/*.overlay-register .score__final__title {
    color: #000;
}
.overlay-register .the__score, .overlay-register .points {
    color: #fff;
}
.overlay-register .score__wrapper {
    background: #000;
}
.overlay-register .score__wrapper:before {
    background: #000;
}
.overlay-register .score__wrapper:after {
    background: url(../images/score__bottom2.png) center bottom transparent;
}*/

.final__word__title {
    color: #fff;
    font-weight: 400;
    font-size: 1.6vw;
    line-height: 2vw;
    display: block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.final__word__title a.code {
    color: #000;
    position: relative;
    z-index: 100;
    display: inline-block;
}
.final__word__title a.code .thecode {
    vertical-align: middle;
    display: inline-block;
}
.copy {
    position: relative;
    display: inline-block;
    background: #000;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding: 5px;
    line-height: 5px;
    margin-left: 5px;
}
.copy svg {
    fill: #fff;
    width: 100%;
    height: auto;
}

.final__word__title a.code.active {
    cursor: default;
}
.final__word__title a.code.active:after {
    content: "Code copié !";
    position: absolute;
    width: 100%;
    padding: 0px 5px;
    font-size: 1.1rem;
    color: #fff;
    left: 0;
    top: 0;
    text-transform: uppercase;
    background: #000;
    font-weight: 500;
    height: 100%;
}

.score__final__title, .final__word__title {
    margin-bottom: 2vh;
}

.final__word__title span {
    font-size: 1.2vw;
    line-height: 1.9vw;
    display: inline-block;
    text-transform: none;
}

.final__word {
    flex: 1;
    display: inline-block;
    vertical-align: top;
    padding: 0 3vw;
}

.final__btn__wrapper {

}
.final__btn__wrapper .btn {
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    padding: 10px 20px
}
.final__btn__wrapper .btn:first-child {
    margin-top: 0 !important;
}
.final__btn__wrapper .btn:last-child {
    margin-bottom: 0 !important;
}
.final__btn__wrapper .btn .btn__txt {
    font-size: 1.5vw;
    line-height: 1.5em;
    color: #f4cb31;
}

.box__share__mobile {
    display: none;
}

#mood1 .the__score, #mood1 .final__btn__wrapper .btn .btn__txt { color: #f8d346; }
#mood2 .the__score, #mood2 .final__btn__wrapper .btn .btn__txt  { color: #5db3f5; }
#mood3 .the__score, #mood3 .final__btn__wrapper .btn .btn__txt  { color: #f399be; }

.overlay-register .final__btn__wrapper .btn .btn__txt  { color: #000 !important; }


.mood__lose .score__final {
    margin-top: 20px;
    display: block;
}

.mood__lose .final__word {
    margin-top: 20px;
    flex: none;
}

.mood__lose .final__btn__wrapper .btn {
    width: auto;
}

.mood__lose .game__desc {
    margin: 10px 0;
    color: #fff;
}

.promo {
    position: relative;
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;    
}

.promo__inner {
    width: 100%;
}

.promo__mood1 {
    background: url(../images/mood1-bg.jpg) center top #f5d55d;
    background-size: cover;
}

.promo__mood2 {
    background: url(../images/mood2-bg.jpg) center top #5db3f5;
    background-size: cover;    
}

.promo__mood3 {
    background: url(../images/mood3-bg.jpg) center top #f399be;
    background-size: cover;    
}

.mood__wrapper .promo .mood-title {
    display: inline-block;
    width: 35%;
    height: auto;
    margin: 0 0 30px 0;
}

.the_playlist {
    width: 75%;
    margin: auto;
}

.win__right .the_playlist {
    padding: 5vh 0 0 0;
}

.box__score .the_playlist {
    display: none;
}

.playlistWrapper {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    /*max-width: 280px;*/
    position: relative;
}
.playlistShare {
    width: 100%;
    margin: auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}

.the_playlist .DZtrack {
    width: 100%;
    position: relative;
    height: auto;
}
.overlayPlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    opacity: 1;
}
.overlayPlay .playBtn {
cursor: pointer;
    height: 70px;
    left: 50%;
    margin: -35px 0 0 -35px;
    position: absolute;
    top: 50%;
    width: 70px;
    z-index: 10;
    transition-property: opacity;
    transition-duration: 0.15s;
    background: none;
    display: block;
    opacity: 1;
}
.playBtn .play-bg {
    background: rgba(255,255,255,.85);
    display: block;
    opacity: 1;
    height: 70px;
    width: 70px;
    transition-property: opacity;
    transition-duration: 0.15s;
    border-radius: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.playBtn .play-icon {
    background: url(../images/play-blanc.png) no-repeat center center;
    left: 0;
    position: absolute;
    top: 0;
    height: 70px;
    width: 70px;
}
.playing .playBtn:hover>.play-icon {
    background: url(../images/pause-blanc.png) no-repeat center center rgba(255,255,255,.85);
    height: 70px;
    width: 70px;
    border-radius: 100%;
}
.playing .playBtn>.play-icon {
    background: url(../images/equalizer-deezer.gif) no-repeat center center;
}
.the_playlist .DZtrack img {
    width: 100%;
    height: auto;
    z-index: 500;
    position: relative;
    display: block;
    border: 5px solid #fff;
}

.playlistActionBtn {
    width: 48%;
    padding: 8px 2px;
    display: inline-block;
    position: relative;
    border: none;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    background: #fff;
    text-align: center; 
}

.playlistActionBtn__text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    vertical-align: middle;
    line-height: 1;
}
.playlistActionBtn__icon {
    font-size: 1.6rem;
    margin: auto;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: inline-block;
    padding-right: 8px      
}
.desktop .playlistActionBtn:hover, .playlistActionBtn.active {
    background: #fff;
}
.desktop .playlistActionBtn:hover .playlistActionBtn__icon, .desktop .playlistActionBtn:hover .playlistActionBtn__text,
.playlistActionBtn.active .playlistActionBtn__icon, .playlistActionBtn.active .playlistActionBtn__text {
    /*color: #e2007a;*/
}

.k7-footer img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.k7-footer {
    display: none;
    position: fixed;
    right: -4%;
    bottom: -5%;
    padding: 0;
    width: 45%;

    max-width: 300px;
    z-index: 100;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); 
}



@media screen and (max-width: 960px) {

    .final__word__title a.code {
        /*display: block;*/
    }

    .box__share {
        display: none;
    }

    .box__share__mobile {
        display: inline-block;
        /*margin-top: 20px;*/
        margin-bottom: 50px;
        margin-top: 0;        
    }

    .box__score {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    /*.overlay-register .box__score {
        margin-top: 90px;
    }    */

    .final__word {
        width: 100%;
        padding: 0;
        flex: none;
        margin-top: 20px;
    }

    .score__final__title, .final__word__title {
        margin-bottom: 10px;
    }

    .mood__win .win__right {
        display: none;
    }
    .win__left {
        width: 100%;
        height: auto;
        min-height: 100vh;
        padding: 0 5%;
    }    

    .score__final__title, .final__word__title {
        font-size: 2rem;
        line-height: 2.2rem;
    }    
    .final__word__title span {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
    .final__btn__wrapper .btn {
        padding: 10px 5px;
    }    
    .final__btn__wrapper .btn .btn__txt {
        font-size: 1.5rem;
    }    

    .share__title {
        font-size: 1.5rem;
    }

    .the__score {
        font-size: 5rem;
        padding: 20px 0 5px 0;
    }  
    .points {
        font-size: 2rem;
        padding-bottom: 20px;
    }  
    .mood__lose .points {
        /*font-size: 2.25rem;*/
        padding-bottom: 0;
    }        

    .lose__left, .lose__right {
        width: 100%;
    }

    .lose__right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: stretch;        
    }

    .promo {
        width: 50%;
        height: auto;
        padding: 20px 0;
    }

    .promo__inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;    
    }    

    .promo .btn:not(.btnXS).playBtn {
        display: none;
    }

    .mood__wrapper .promo .mood-title {
        width: 55%;
    }    

    .mood__lose .score__wrapper {
        background: #fff;
        position: relative;
        display: inline-block;
        padding: 5px 15px;
        margin-bottom: 0;
        margin-right: 11px;
    }

    .mood__lose .score__wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        top: -10%;
        width: 1px;
        height: 120%;
        background: #fff;
        display: block;
    }

    .mood__lose .the__score {
        padding: 0px 5px 0 5px;
        display: inline-block;
        vertical-align: middle;
    }
    .mood__lose .points {
        display: inline-block;
        padding-left: 5px;
        vertical-align: middle;
    }
    .mood__lose .score__wrapper:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        /* height: calc(100% + 30px); */
        width: 11px;
        background: url(../images/score__right.png) center center transparent;
        background-size: 100% 100%;
        display: block;
        height: 100%;
    }    

    .mood__win .score__final {
        display: inline-block;
        width: 50%;
        padding-right: 10px;
    }

    .box__score .the_playlist {
        display: inline-block;
        width: 50%;
        padding: 0 0 0 10px;
    }

    .playlistActionBtn__text {
        font-size: .8rem;
    }    

    .playlistActionBtn__icon {
        font-size: 1.1rem;
        padding-right: 4px;
    }

    .playlistWrapper {
        margin-bottom: 5px;
        max-width: 100%;
        width: 80%;
    }    
    .playlistShare {
        width: 80%;
    }    

    .the_playlist .final__word__title {
        color: #fff !important;
        font-size: 3.7vw;
        line-height: 5.0vw;
    }    

}

/*--------------------------------------------------------------
Register
--------------------------------------------------------------*/

.register {
    background: #000;
    padding: 10px 3vw;
    margin: 20px 0;
    width: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;    
}

.thanks {
    display: none;
    width: 95%;
    text-align: center;
}

img.logo2 {
    display: block;
    width: 50%;
    max-width: 170px;
    margin: auto auto 10px auto;
}

h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.thanks h3 {
    margin-bottom: 15px;
}
.thanks .final__btn__wrapper .btn {
    width: auto;
    background: #fff !important;
}

h5 {
    font-size: 1.4rem;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-style: italic;
}


::-webkit-input-placeholder { color:#000000; }
:-moz-placeholder { color:#000000; opacity: 1;} /* firefox 19+ */
::-moz-placeholder { color:#000000; opacity: 1;} /* firefox 19+ */
:-ms-input-placeholder { color:#000000; } /* ie */
input:-moz-placeholder { color:#000000; }

.input__wrapper {
    width: 100%;
/*    margin-left: -6px;
    margin-right: -6px;*/
    margin-top: 10px;    
    margin-bottom: 10px;    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;    
}

.input2__wrapper {
    width: 100%;
    padding: 0 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;       
}

.input__inner {
    width: 50%;
    padding: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;     
}

input[type="text"], input[type="email"] {
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
    font-weight: 400;
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    /* line-height: 40px; */
    width: 100%;
    background-color: #fff;
    border: 1px solid #f8d346;
    margin-bottom: 0;
    color: #000;
    vertical-align: middle;
    text-transform: none;
    /* height: 40px; */
    margin: 0;
    padding: 8px 8px;
    border-radius: 0;
    opacity: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
}

#mood1 input[type="text"], #mood1 input[type="email"] { border: 1px solid #f8d346; }
#mood2 input[type="text"], #mood2 input[type="email"] { border: 1px solid #5db3f5; }
#mood3 input[type="text"], #mood3 input[type="email"] { border: 1px solid #f399be; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none !important;
  outline: none !important;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

textarea:focus, input:focus{
    outline: none !important;
    box-shadow:none;
}
*:focus {
    outline: none !important;
    box-shadow:none;
}

.checkboxWrapper {
    flex: 1;
    display: inline-block;
    text-align: left;
    padding-right: 15px;
}

.checkbox-txt {
    cursor: default;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: left;
    margin: 0px 0 15px 0;
    font-weight: 400;
    width: auto;
}

.checkboxWrapper .checkbox-txt  {
    display: block;
}

.input__inner .checkbox-txt {
    margin: 0 10px 0 0;
    font-size: 1.5rem;
}

.checkbox-txt a {
    color: #fff;
    text-decoration: underline;
}

#mood1 .checkbox-txt a, #mood1 h5 { color: #f8d346; }
#mood2 .checkbox-txt a, #mood2 h5 { color: #5db3f5; }
#mood3 .checkbox-txt a, #mood3 h5 { color: #f399be; }


.checkbox-custom, .checkbox-custom2, .checkbox-custom3, .checkbox-gender {
    margin-top: -3px !important;
    background-color: transparent;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 8px;
    display: block;
    border-radius: 0px;
    margin-bottom: 20px;
}

#mood1 .checkbox-custom, #mood1 .checkbox-custom2, #mood1 .checkbox-custom3, #mood1 .checkbox-gender { border-color: #f8d346; }
#mood2 .checkbox-custom, #mood2 .checkbox-custom2, #mood2 .checkbox-custom3, #mood2 .checkbox-gender { border-color: #5db3f5; }
#mood3 .checkbox-custom, #mood3 .checkbox-custom2, #mood3 .checkbox-custom3, #mood3 .checkbox-gender { border-color: #f399be; }

.checkbox-custom2 {
    /*margin-bottom: 10px;*/
}

.checkbox-custom.error, .checkbox-custom2.error, .checkbox-custom3.error, .checkbox-gender.error, input.error {
    border: 1px solid #ea7784 !important;
    background-color: #ea7784; 
}

.checkbox-custom.check, .checkbox-custom2.check, .checkbox-custom3.check, .checkbox-gender.check {
    background: url(../images/picto-check.png) no-repeat center center transparent;
    background-size: cover;
}

.register_me__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.btn.register_me {
    padding: 5px 20px;
}
.btn.register_me .btn__txt {
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.5em;    
}

@media screen and (max-width: 960px) {

    .register {
        padding: 10px 6px;
    }

    .checkboxWrapper {
        flex: none;
        width: 100%;
        padding-right: 0;
    }
    .checkbox-txt {
        font-size: 1.0rem;
        line-height: 1.4rem;
    }

    .register_me__wrapper {
        width: 100%;
    }

    .btn.register_me .btn__txt {
        font-size: 1.8rem;
    }    

    .gender { display: none; }

    .input__inner .checkbox-txt {
        margin: 0 5px 0 0;
        font-size: 1.1rem;
    }

}

/*--------------------------------------------------------------
Tracklist
--------------------------------------------------------------*/

.tracklist {
  max-width: 650px;
  width: 100%;
  height: 300px;
  display: inline-block;
  padding-top: 30px;
}

.mobile .tracklist {
    display: none !important;
}

.DZtracklist {
    text-transform: none;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
}

.DZtracklistWrapper {
  /*height: 405px;*/
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: left;
}

.tracklist a.DZtrack:hover {
  text-decoration: none;
  /*background-color: #999 !important;*/
}

.pair {
  color: #fff !important;
}

#mood1 .pair { background-color: #f8d346 !important; }
#mood2 .pair { background-color: #5db3f5 !important; }
#mood3 .pair { background-color: #f399be !important; }

img.cover {
  height: 45px;
  width:45px;
  float:left;
}

.tracklist a.DZtrack {
  color: #000;
  display: block;
  padding: 0 30px 0 0;
  background-color: #fff;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 45px;  
}

.tracklist a.DZtrack .fas {
  /*color: #fff;*/
  background-color: transparent;
  margin-right: 15px;
/*  width: 12px;
  height: 14px;*/
  text-align: center;
  float: left;
  line-height: 45px;
  font-size: 1.2rem;
  margin-left: 15px;
  padding-left: 0;
  margin-top: 0;
}

.tracklist a.DZtrack.impair .fas {
  /*color: #000;*/
}

.tracklist a.DZtrack.pair .fas {
  /*color: #fff;*/
}

.tracklist a.DZtrack .fa-pause {
  display: none;
}

.tracklist a.DZtrack.playing .fa-play {
  display: none;
}

.tracklist a.DZtrack.playing .fa-pause {
  display: block;
}



/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 10000;
}

#loading .ripple1 {

    background-color: rgba(245,213,93,1);
}

#loading .ripple2 {
    animation-delay: -250ms;
    background-color: rgba(93,179,245,1);
}

#loading .ripple3 {
    animation-delay: -500ms;
    background-color: rgba(243,153,190,1);
}

#loading .ripple4 {
        display: none;
    animation-delay: -750ms;
    background-color: rgba(243,153,190,1);
}

#loading .ripple {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    animation-name: ripple;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    transform: scale(0);
    opacity: 0.6;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }    
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }     
}

/*--------------------------------------------------------------
General Media Queries
--------------------------------------------------------------*/


@media screen and (max-width: 960px) {

    h1 {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
 
}

