/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* === FONTS === */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/BebasNeue/bebasneue-webfont.eot');
    src: url('../fonts/BebasNeue/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/BebasNeue/bebasneue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Didot-Bold';
    src: url('../fonts/Didot/Didot-Bold.eot');
    src: url('../fonts/Didot/Didot-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Didot/Didot-Bold.woff') format('woff'),
         url('../fonts/Didot/Didot-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro-Regular';
    src: url('../fonts/MinionPro/MinionPro-Regular.eot');
    src: url('../fonts/MinionPro/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MinionPro/MinionPro-Regular.woff') format('woff'),
         url('../fonts/MinionPro/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* === Styles === */
body{
    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
}
.container{
    max-width: 1090px;
	width:100%;
    margin: 0 auto;
    position: relative;
}
/* === Header === */
header .logo {
    text-align: center;
    padding: 30px 30px 7px 30px;
}
header nav{
    margin-bottom: 25px;
}
header nav ul{
    text-align: left;
    margin-left: 250px;
}
header nav li{
    display: inline-block;
    margin-right: 40px;
}
header nav a{
    text-decoration: none;
    color:#ee2f80;
    font-size:34px;
    position: relative;
    z-index: 10001;
    display: block;
    padding-bottom: 5px;
}
header nav li.active a{
    background: url(../img/nav-active.png) repeat-x center bottom;
}
/* === Content === */
/* === HOME === */
#content .tiles{
    margin-bottom: 20px;
}
#content .tiles h2{
    font-size:87px;
    margin-bottom: 10px;
}
#content .tiles h3{
    font-size: 61px;
    margin-bottom: 10px;
}
#content .tiles .lead{
    font-size: 21px;
    color: #FFF;
    font-family: 'Didot-Bold';
    line-height: 26px;
}
#content .tiles .lead span{
    display: inline-block;
    padding: 2px 5px;
}
#content .tiles .tile-content{
    position: absolute;
    left:35px;
    bottom:25px;
}
#content .tiles img{
    position: absolute;
    left:0;
    top:0;
}
#content .tiles a {
    text-decoration: none;
}
#content .tile-stories{
    width:683px;
    height:372px;
    position: relative;
    float:left;
    overflow: hidden;
}
#content .tile-social{
    width:383px;
    height:372px;
    position: relative;
    float:right;
}
#content .tile-collection {
    height:372px;
    position: relative;
}
#content .tile-video{
    width:377px;
    height:372px;
    float:left;
    position: relative;
}
#content .tile-contests{
    width:690px;
    height:372px;
    float:right;
    position: relative;
}
#content .tile-test {
    height:375px;
    position: relative;
    background: url(../img/test-home.jpg) no-repeat center;
}
#content .tile-test .lead {
    font-size: 18px;
}
#content .tile-test .tile-content {
    width: 350px;
}
#content .tile-test h3 {
    color: #FFF;
}
#content .tile-test .lead {
    margin-bottom: 20px;
}
#content .tile-test .btn {
    padding: 5px 40px;
    font-size: 30px;
}
/* === STORIES === */
#content .wrapper {
    width:775px;
    margin: 0 auto;
}
#content .featured {
    position: relative;
    height:371px;
    margin-bottom: 20px;
    overflow:hidden;
}
#content .featured img {
    position: absolute;
    right:0;
    top:0;
}
#content .featured h1 {
    position: absolute;
    left:0;
    bottom:20px;
    font-size: 24px;
    font-family: "Didot-Bold";
    color:#FFF;
}
#content .featured h1 span {
    padding: 2px 5px;
    display: inline-block;
}
#content .story-content {
    font-family: "Didot-Bold";
    line-height: 21px;
}
#content .story-content p {
    margin-bottom: 20px;
    font-size:18px;
}
#content .story-content img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#content .story-content a {
    color: #ee2f80;
}
/*
#content .story-content img:first-child{
    display:none;
}
*/

#content .story-meta {
    margin-bottom: 30px;
}
#content .story-meta .share {
    float:left;
}
#content .story-meta .share > a {
    display: block;
    background: url(../img/external-link.png) no-repeat right center;
    text-decoration: none;
    color:#00aaa2;
    float:left;
    height:32px;
    line-height: 32px;
    width: 70px;
}
#content .story-meta .share .social_share {
    float:left;
}
#content .story-meta .share .social_share li{
    float:left;
}
#content .story-meta .info {
    float:right;
    height:32px;
    line-height: 32px;
}
#content .story-post-list {

}
#content .story-post {
    margin-bottom: 50px;
}
#content .story-post .media{
    position: relative;
    width: 450px;
    height: 216px;
    float: left;
    overflow:hidden;
}
#content .story-post .media img {
    position: absolute;
    top:0;
    right: 0;
}
#content .story-post .media h2 {
    position: absolute;
    left:0;
    bottom:25px;
    font-size: 18px;
    font-family: "Didot-Bold";
    color:#FFF;
}
#content .story-post .media h2 span {
    padding: 2px 5px;
    display: inline-block;
}
#content .story-post .button {
    position: relative;
    width: 325px;
    height:216px;
    float:left;
}
#content .story-post .button a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size:34px;
    padding: 14px 37px;
}
#content .story-post.even .button a {
    right: auto;
    left: 0;
}
/* === COLLECTION === */
#content .banner{
    margin-bottom: 50px;
}
#content .level-1 .level-header .plus-pink-small {
    position: absolute;
    left: 463px;
    bottom: 37px;
}
#content .level-1 .level-header .btn {
    left: 725px;
}
#content .level-1 .level-content .left .product-detail {
    margin-left: 40px;
}
#content .level-1 .level-content .left .product-cupad {
    padding-top: 30px;
    position: relative;
}
#content .level-1 .level-content .left .product-cupad .plus-green-small {
    position: absolute;
    top: 190px;
    left: 90px;
}
#content .level-1 .level-content .right .plus-pink-big{
    position: absolute;
    bottom: 532px;
    left: 86px;
}
#content .level-1 .level-shop .pointer-1{
    top: 160px;
    left: 168px;
}
#content .level-1 .level-shop .pointer-2{
    top: 160px;
    left: 725px;
}
#content .level-1 .level-shop .pointer-3{
    top: 410px;
    left: 725px;
}
#content .level-1 .level-shop .pointer-4{
    top: 670px;
    left: 725px;
}
#content .level-1 .level-shop .pointer-5{
    top: 160px;
    right: 23px;
}
#content .level-1 .level-shop .pointer-6{
    bottom: 720px;
    left: 254px;
}
#content .level-1 .level-shop .pointer-7{
    bottom: 720px;
    left: 422px;
}
#content .level-1 .level-shop .pointer-8{
    bottom: 455px;
    left: 190px;
}
#content .level-1 .level-shop .pointer-9{
    bottom: 455px;
    left: 550px;
}
#content .level-1 .level-shop .pointer-10{
    bottom: 536px;
    right: 400px;
}
#content .level-1 .level-shop .pointer-11{
    bottom: 610px;
    right: 25px;
}
#content .level-2 .level-header .plus-pink-big {
    position: absolute;
    left: 210px;
    bottom: 70px;
}
#content .level-2 .level-content .left .product-detail {
    margin-left: 40px;
}
#content .level-2 .level-content .left .product-cupbe {
    padding-top: 30px;
    position: relative;
}
#content .level-2 .level-content .left .product-cupbe .plus-green-small {
    position: absolute;
    top: 190px;
    left: 90px;
}
#content .level-2 .level-content .right .plus-green-small{
    position: absolute;
    bottom: 600px;
    left: 415px;
}
#content .level-2 .level-content .right img.detail {
    margin-top: 30px;
}
#content .level-2 .level-shop .pointer-1{
    top: 185px;
    left: 305px;
}
#content .level-2 .level-shop .pointer-2{
    bottom: 730px;
    left: 305px;
}
#content .level-2 .level-shop .pointer-3{
    bottom: 420px;
    left: 305px;
}
#content .level-2 .level-shop .pointer-4{
    top: 180px;
    left: 535px;
}
#content .level-2 .level-shop .pointer-5{
    top: 380px;
    left: 400px;
}
#content .level-2 .level-shop .pointer-6{
    top: 335px;
    left: 590px;
}
#content .level-2 .level-shop .pointer-7{
    top: 195px;
    left: 1007px;
}
#content .level-2 .level-shop .pointer-8{
    top: 585px;
    left: 1010px;
}
#content .level-3 .level-header .plus-pink-small {
    position: absolute;
    left: 62px;
    bottom: 253px;
}
#content .level-3 .level-content .left .product-detail {
    margin: 20px 0 0 40px;
}
#content .level-3 .level-content .left .product-cupsl {
    padding-top: 20px;
    position: relative;
}
#content .level-3 .level-content .left .product-cupsl img{
    display: block;
}
#content .level-3 .level-content .left .product-cupsl .product-detail {
    margin: 0 0 0 40px;
}
#content .level-3 .level-content .left .product-cupsl .plus-pink-small {
    position: absolute;
    top: 170px;
    left: 250px;
}
#content .level-3 .level-content .left .product-cupad .plus-green-small {
    position: absolute;
    top: 190px;
    left: 90px;
}
#content .level-3 .level-content .right .plus-green-small{
    position: absolute;
    bottom: 600px;
    left: 415px;
}
#content .level-3 .level-content .right img.detail {
    margin-top: 30px;
}
#content .level-header {
    position: relative;
}
#content .level-header img{
    display: block;
}
#content .level-header .btn{
    padding: 10px 25px;
    position: absolute;
    left: 665px;
    bottom: 0;
}
#content .level-content {
    margin-bottom: 50px;
}
#content .level-content .left{
    width:500px;
    float:left;
}
#content .level-content .right{
    width: 569px;
    float:right;
    padding-top:40px;
    position: relative;
}
#content .level-shop {
    margin-bottom: 50px;
    position: relative;
}
#content .level-shop .pointer {
    position: absolute;
}
#content .shop-button{
    margin-bottom: 20px;
}
#content .shop-button .btn {
    padding:8px 25px;
}
/* === SOCIAL === */
.social-box {
    margin-bottom: 20px;
    position: relative;
    z-index: 1000;
    display: block;
    text-decoration: none;
    color: #FFF;
}
.social-box .social-image {
    position: relative;
    height: 350px;
    width: 350px;
    overflow: hidden;
    background: #FFF;
}
.social-box .social-image img {
    display: block;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-height: 350px;
    max-width: 350px;
}
.social-box .content-box {
    background: #e72f80;
}
.social-box .social-icon{
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.social-box.type-image .content-box {
    height: 150px;
}
.social-box.type-text .content-box {
    height: 500px;
}
.social-box .content-box .social-content {
    padding: 25px 20px 10px 20px;
}
.social-box .content-box .social-content .profile-image{
    width:50px;
    height: 50px;
    float: left;
    margin-right: 15px;
}
.social-box .content-box .social-content .profile-text {
    color: #FFF;
    font-size: 22px;
    float:left;
    width: 200px;
    height:95px;
    line-height: 24px;
    overflow: hidden;
}
.social-box .content-box .social-content .profile-username{
    display: block;
    font-family: 'Didot-Bold';
    font-size: 18px;
    font-style: italic;
    color: #FFF;
    text-decoration: none;
    clear:both;
    padding-left: 60px;
}
.social-box.type-text .content-box .social-content {
    padding-top: 160px;
}
.social-box.type-text .content-box .social-content .profile-text {
    color: #FFF;
    font-size: 26px;
}
.social-icon {
    width: 38px;
    height: 38px;
    background: url(../img/social-icons.png) no-repeat 0 0;
}
.social-icon.instagram {

}
.social-icon.twitter {
    background-position: bottom left;
}
.load-more {
    display: block !important;
    width: 330px;
    margin: 0 auto 20px auto;
}
.load-more.disabled {
    opacity: 0.7;
}
/* === TEST === */
.template-test {
    overflow: hidden;
}
.test {
    height: 592px;
    background: #000 url(../img/test-bg.jpg) no-repeat right center;
    z-index: 10001;
    position: relative;
    overflow: hidden;
}
.test-content {
    padding: 50px 0 50px 30px;
    width: 585px;
}
.test-content h1 {
    color: #FFF;
    font-size: 46px;
}
.test-content h1 span {
    color: #ee2f80;
}
.test-content .steps {
    color: #FFF;
    font-size: 26px;
    margin: 30px 0 30px 0;
}
.test-content .steps li{
    float: left;
    margin-right: 20px;
    width: 150px;
}
.test-content .steps li a{
    text-decoration: none;
    color: #FFF;
    opacity: 0.5;
    display: block;
    border-bottom: 5px solid #ee2f80;
    text-align: center;
    cursor: default;
}
.test-content .steps li a.active {
    opacity: 1;
}
.test-content h2 {
    color: #FFF;
    font-size: 46px;
    margin: 70px 0 10px;
}
.test-content .lead {
    color: #FFF;
    font-family: 'Didot-Bold';
    font-style: italic;
    font-size: 28px;
}
.test-content  p {
    margin-bottom: 25px;
}
.test-content .btn {
    padding: 10px 25px;
    font-size: 24px;
}
.test-content .btn-grey {
    margin-right: 20px;
}
.test-content .question {
    font-family: 'Didot-Bold';
    color: #FFF;
    font-size: 22px;
    margin-bottom: 40px;
}
.test-content .answer {
    margin-bottom: 40px;
}
.test-content .answer .cups {

}
.test-content .answer .cups li {
    float:left;
    width: 70px;
    margin-right: 15px;
}
.test-content .answer .cups a {
    display: block;
    height: 70px;
    color: #FFF;
    background: #757575;
    text-decoration: none;
    text-align: center;
    line-height: 70px;
    font-size: 48px;
    border-radius: 50%;
    border:1px solid #FFF;
}
.test-content .answer .cups a.active,
.test-content .answer .cups a:hover {
    background: #ee2f80;
}
.test-content .info {
    font-family: 'Didot-Bold';
    font-size: 18px;
    color: #FFF;
    line-height: 24px;
    margin-bottom: 30px;
}
.test-content .info em {
    font-style: italic;
}
.test-content .info a {
    color: #FFF;
}
.test-content p.info a {
    color: #999;
    text-decoration: none;
    font-size: 15px;
}
.test-content p.info a:hover {
    color: #ee2f80;
}
.test-content .sport-types li a {
    color: #FFF;
    background: url(../img/sport-types-sprite.png) no-repeat;
    text-decoration: none;
    font-family: 'Didot-Bold';
    padding: 23px 0 23px 70px;
    display: block;
    font-size: 90%;
}
.test-content .sport-types li.type-1 a {
    background-position: 0 -222px;
}
.test-content .sport-types li.type-1 a:hover,
.test-content .sport-types li.type-1 a.active {
    background-position: 0 -12px;
}
.test-content .sport-types li.type-2 a {
    background-position: 0 -285px;
}
.test-content .sport-types li.type-2 a:hover,
.test-content .sport-types li.type-2 a.active {
    background-position: 0 -75px;
}
.test-content .sport-types li.type-3 a {
    background-position: 0 -352px;
}
.test-content .sport-types li.type-3 a:hover,
.test-content .sport-types li.type-3 a.active {
    background-position: 0 -142px;
}
#test-result-table {
    padding: 50px 30px;
}
/* === VIDEO === */
.video-list {
    max-width: 950px;
}
.video-list .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 15px 0;
}
.video-list .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}
/* === GRID === */
.grid3 .grid{
    width:350px;
    margin-right: 20px;
    float:left;
}
.grid3 .grid:nth-child(3n+3),
.grid3 .grid.last {
    margin-right: 0;
}
/* === Footer === */
footer {
    background:#000;
    padding: 35px;
    color: #FFF;
}
footer .spotify {
    float:left;
    margin-right: 10px;
}
footer .copy {
    font-size: 18px;
    float:left;
    padding-top: 63px;
}
footer .logo {
    float:right;
    padding-top: 35px;
}
/* === Other === */
.pink-strip {
    position: absolute;
    left:0;
    top:0;
    width:332px;
    height:288px;
    background: url(../img/pink-strip.png) no-repeat center;
    z-index: 10000;
}
.green-lines {
    position: absolute;
    right:10px;
    top:0;
    width:49px;
    background: url(../img/green-line.png) repeat-y;
    height:100%;
}
.template-home .green-lines {
    height: 554px;
}
.template-collection .green-lines {
    height: 534px;
}
.main-color {
    color: #ee2f80;
}
.secondary-color {
    color: #00aaa2;
}
.main-bg {
    background: rgba(238, 47, 128, 0.8);
}
.secondary-bg {
    background: rgba(0, 170, 162, 0.8);
}
.btn {
    display:inline-block;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    font-size:24px;
}
.btn-pink {
    color:#FFF;
    background: #ee2f80;
}
.btn-green {
    color:#FFF;
    background: #00aaa2;
}
.btn-purple {
    color:#FFF;
    background: #85479c;
}
.btn-grey {
    color:#B1B1B1;
    background: #757575;
}
.plus-pink-small {
    background: url(../img/plus-sprite.png) no-repeat -14px -43px;
    display: block;
    width: 38px;
    height: 38px;
}
.plus-pink-big {
    background: url(../img/plus-sprite.png) no-repeat 0 -86px;
    display: block;
    width: 66px;
    height: 66px;
}
.plus-green-small {
    background: url(../img/plus-sprite.png) no-repeat -14px 0;
    display: block;
    width: 38px;
    height: 38px;
}
/* === General === */
.group:after {
  content: "";
  display: table;
  clear: both;
}
.text-center {
    text-align: center;
}
.show-on-mobile,
.hide-on-desktop {
    display: none !important;
}