/* 
    Document   : Animated.css custom build
    Creadit: https://daneden.me/animate/
*/

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:1.6s;-o-animation-duration:1.6s;animation-duration:2s;}
.animated.hinge{-webkit-animation-duration:1.6s;-moz-animation-duration:1.6s;-ms-animation-duration:1.6s;-o-animation-duration:1.6s;animation-duration:1.6s;}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}

@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(30px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(30px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-30px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-30px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(50);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-60px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(60px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(60px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(60px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(60px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}

i.update-indicator{box-sizing:content-box;width:10px;height:10px;border-radius:50%;background:#ca348f;display:inline-block;margin-left:-.7em;margin-right:.3em;box-shadow:0 0 0 2px #f6f6f6;margin-bottom:.4em}@font-face{src:url(../fonts//lovoo-icons.eot?v=1458927309944);src:url(../fonts//lovoo-icons.eot?#iefix&v=1458927309944) format('embedded-opentype'),url(../fonts//lovoo-icons.woff?v=1458927309944) format('woff'),url(../fonts//lovoo-icons.ttf?v=1458927309944) format('truetype'),url(../fonts//lovoo-icons.svg#lovoo-icons?v=1458927309944) format('svg');font-weight:400;font-style:normal}.fa{font-family:FontAwesome!important}.fa.lo,.fa[class*=lovoo-icon]{font-family:lovoo-icons!important}.fa-1-5x{font-size:1.5em}.lo.pull-left{margin-right:.3em}.lo.pull-right{margin-left:.3em}.lo.fa-stack-1x{line-height:inherit}.lo.fa-stack-2x{font-size:2em}.lo-up-05{-webkit-transform:translate(0,-.055em);-ms-transform:translate(0,-.055em);-o-transform:translate(0,-.055em);transform:translate(0,-.055em)}.lo-right-05{-webkit-transform:translate(.055em,0);-ms-transform:translate(.055em,0);-o-transform:translate(.055em,0);transform:translate(.055em,0)}.lo-down-05{-webkit-transform:translate(0,.055em);-ms-transform:translate(0,.055em);-o-transform:translate(0,.055em);transform:translate(0,.055em)}.lo-left-05{-webkit-transform:translate(-.055em,0);-ms-transform:translate(-.055em,0);-o-transform:translate(-.055em,0);transform:translate(-.055em,0)}.lo-up-1{-webkit-transform:translateY(-.03em);-ms-transform:translateY(-.03em);transform:translateY(-.03em)}.lo-right-1{-webkit-transform:translate(.03em,0);-ms-transform:translate(.03em,0);-o-transform:translate(.03em,0);transform:translate(.03em,0)}.lo-down-1{-webkit-transform:translate(0,.03em);-ms-transform:translate(0,.03em);-o-transform:translate(0,.03em);transform:translate(0,.03em)}.lo-left-1{-webkit-transform:translate(-.03em,0);-ms-transform:translate(-.03em,0);-o-transform:translate(-.03em,0);transform:translate(-.03em,0)}.lo-up-2{-webkit-transform:translate(0,-.1em);-ms-transform:translate(0,-.1em);-o-transform:translate(0,-.1em);transform:translate(0,-.1em)}.lo-right-2{-webkit-transform:translate(.1em,0);-ms-transform:translate(.1em,0);-o-transform:translate(.1em,0);transform:translate(.1em,0)}.lo-down-2{-webkit-transform:translate(0,.1em);-ms-transform:translate(0,.1em);-o-transform:translate(0,.1em);transform:translate(0,.1em)}.lo-left-2{-webkit-transform:translate(-.1em,0);-ms-transform:translate(-.1em,0);-o-transform:translate(-.1em,0);transform:translate(-.1em,0)}.lo-up-3{-webkit-transform:translateY(-.2em);-ms-transform:translateY(-.2em);transform:translateY(-.2em)}.lo-right-3{-webkit-transform:translate(.2em,0);-ms-transform:translate(.2em,0);-o-transform:translate(.2em,0);transform:translate(.2em,0)}.lo-down-3{-webkit-transform:translate(0,.2em);-ms-transform:translate(0,.2em);-o-transform:translate(0,.2em);transform:translate(0,.2em)}.lo-left-3{-webkit-transform:translateX(-.2em);-ms-transform:translateX(-.2em);transform:translateX(-.2em)}.lo-up-4{-webkit-transform:translate(0,-.3em);-ms-transform:translate(0,-.3em);-o-transform:translate(0,-.3em);transform:translate(0,-.3em)}.lo-right-4{-webkit-transform:translate(.3em,0);-ms-transform:translate(.3em,0);-o-transform:translate(.3em,0);transform:translate(.3em,0)}.lo-down-4{-webkit-transform:translate(0,.3em);-ms-transform:translate(0,.3em);-o-transform:translate(0,.3em);transform:translate(0,.3em)}.lo-left-4{-webkit-transform:translate(-.3em,0);-ms-transform:translate(-.3em,0);-o-transform:translate(-.3em,0);transform:translate(-.3em,0)}.lo{display:inline-block;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lo-conversation-request:before{content:"\e632"}.lo-plus-4x:before{content:"\e601"}.lo-delete-o:before{content:"\e600"}.lo-star-filled-o:before{content:"\e602"}.lo-star-o:before{content:"\e62f"}.lo-match:before{content:"\e603"}.lo-user-star:before{content:"\e604"}.lo-envelope-o:before{content:"\e605"}.lo-user-square-o:before{content:"\e606"}.lo-user-cursor:before{content:"\e607"}.lo-user-comment-star:before{content:"\e608"}.lo-user-comment:before{content:"\e609"}.lo-thin-circle-10-o:before{content:"\e60a"}.lo-thin-circle-9-o:before{content:"\e60b"}.lo-thin-circle-8-o:before{content:"\e60c"}.lo-thin-circle-7-o:before{content:"\e60d"}.lo-thin-circle-6-o:before{content:"\e60e"}.lo-thin-circle-5-o:before{content:"\e60f"}.lo-thin-circle-4-o:before{content:"\e610"}.lo-thin-circle-3-o:before{content:"\e611"}.lo-thin-circle-2-o:before{content:"\e612"}.lo-thin-circle-1-o:before{content:"\e613"}.lo-doc:before{content:"\e614"}.lo-thin-circle-0-o:before{content:"\e615"}.lo-thin-circle:before{content:"\e616"}.lo-squares-cursor:before{content:"\e617"}.lo-search-user:before{content:"\e618"}.lo-question:before{content:"\e619"}.lo-credit-circle:before{content:"\e61a"}.lo-gallery:before{content:"\e61b"}.lo-heart-circle:before{content:"\e61c"}.lo-file-text-question-o:before{content:"\e61d"}.lo-exclamation:before{content:"\e61e"}.lo-credits-circle:before{content:"\e61f"}.lo-credit:before{content:"\e620"}.lo-comments-up:before{content:"\e621"}.lo-reply:before{content:"\e622"}.lo-comment-ellipsis:before{content:"\e623"}.lo-cards-users-check:before{content:"\e624"}.lo-cards-users:before{content:"\e625"}.lo-cards-question:before{content:"\e626"}.lo-cards-check:before{content:"\e627"}.lo-card-check:before{content:"\e628"}.lo-at:before{content:"\e629"}.lo-user:before{content:"\e62a"}.lo-poker:before{content:"\e62b"}.lo-ghost:before{content:"\e62c"}.lo-balance:before{content:"\e62d"}.lo-hand-credit:before{content:"\e62e"}.lo-exit:before{content:"\e630"}.lo-user-id:before{content:"\e631"}.lo-no-match:before{content:"\e633"}.lo-facebook:before{content:"\e635"}.lo-youtube:before{content:"\e637"}.lo-twitter:before{content:"\e639"}.lo-check:before{content:"\e63a"}.lo-desktop:before{content:"\e63c"}.lo-plus:before{content:"\e63d"}.lo-more:before{content:"\e63e"}.lo-male:before{content:"\e63f"}.lo-female:before{content:"\e640"}.lo-clock:before{content:"\e641"}.lo-add:before{content:"\e642"}.lo-checkmark:before{content:"\e643"}.lo-married:before{content:"\e644"}.lo-search:before{content:"\e645"}.lo-briefcase:before{content:"\e646"}.lo-children:before{content:"\e647"}.lo-smoke:before{content:"\e648"}.lo-religion:before{content:"\e649"}.lo-share:before{content:"\e64a"}.lo-pinterest:before{content:"\e64b"}.lo-location:before{content:"\e64c"}.lo-lock:before{content:"\e64d"}.lo-heart:before{content:"\e64e"}.lo-comment-hi:before{content:"\e64f"}.lo-bell:before{content:"\e650"}.lo-user-circle:before{content:"\e651"}.lo-education:before{content:"\e652"}.lo-globe:before{content:"\e653"}.lo-venus-mars:before{content:"\e654"}.lo-checkbox-o:before{content:"\e655"}.lo-checkbox:before{content:"\e656"}.lo-radio-o:before{content:"\e657"}.lo-radio:before{content:"\e658"}.lo-capitol:before{content:"\e659"}.lo-home:before{content:"\e65a"}.lo-zoom:before{content:"\e65b"}.lo-comment-o:before{content:"\e65d"}.lo-pencil:before{content:"\e65e"}.lo-cards:before{content:"\e65f"}.lo-users:before{content:"\e660"}.lo-user-plus:before{content:"\e661"}.lo-eye:before{content:"\e662"}.lo-gear:before{content:"\e663"}.lo-poker-circle-o:before{content:"\e664"}.lo-instagram:before{content:"\e666"}.lo-googleplus:before{content:"\e668"}.lo-kissback:before{content:"\e66a"}.lo-mobile:before{content:"\e66b"}.lo-plus-1-circle:before{content:"\e66d"}.lo-loudspeaker:before{content:"\e66f"}.lo-close:before{content:"\e671"}.lo-lips:before{content:"\e673"}.lo-comment:before{content:"\e675"}.lo-support:before{content:"\f1cd"}*{margin:0;padding:0}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}body,html{color:#494949;font-weight:300;height:100%;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:none}.hp-container{background:#FFF;position:relative;width:100%}.hp-container-inner{box-sizing:border-box;margin:0 auto;padding:35px 35px 50px;position:relative;max-width:1300px;width:100%}@media (max-width:991px){.hp-container-inner{padding:75px 5% 90px}}@media (max-width:767px){.hp-container-inner{padding:50px 5% 65px}}.hp-container-inner h1,.hp-container-inner h2,.hp-container-inner h3{font-weight:400;text-transform:uppercase}.hp-container-inner h2{font-size:30px;line-height:1.2em;margin-bottom:25px}@media (max-width:991px){.hp-container-inner h2{font-size:25px;text-align:center}}.hp-container-inner h2 em{display:block;font-size:100px;font-style:normal;font-weight:700;line-height:.85em;padding-top:15px;padding-bottom:15px}@media (max-width:991px){.hp-container-inner h2 em{font-size:60px}}.hp-container-inner h2 span{display:block}@media (max-width:767px){.hp-container-inner h2 em{font-size:50px}.hp-container-inner h2 span{display:inline-block}h2+.hp-container-inner p{margin:0 auto;text-align:center;width:80%}}.hp-container-inner h3{font-size:24px}@media (max-width:991px){.hp-container-inner h3{font-size:20px;text-align:center}}.hp-container-inner p{font-size:20px}@media (max-width:767px){.hp-container-inner p{font-size:16px}.stores li a{text-align:center}}.shadow{-webkit-box-shadow:0 0 25px -5px #000;box-shadow:0 0 25px -5px #000;z-index:50}.white-text h2,.white-text h3,.white-text p{color:#FFF;text-shadow:1px 1px 1px rgba(0,0,0,.25)}.lv-hidden{opacity:0}.chat-bubble,.hashtag-bubble{transition:all .3s cubic-bezier(.49,.995,.445,1.155);transition-timing-function:cubic-bezier(.49,.995,.445,1.155);transform:scale(1)}.chat-bubble.lv-hidden,.hashtag-bubble.lv-hidden{transform:scale(.125)}.radar-user{transition:all .45s cubic-bezier(.49,.995,.445,1.155);transition-timing-function:cubic-bezier(.49,.995,.445,1.155);transform:scale(1) rotate(360deg)}.radar-user.lv-hidden{transform:scale(.125) rotate(250deg)}.responsive-footer{position:relative;z-index:1000}#yt-container{background:rgba(0,0,0,.75);height:100%;left:0;position:fixed;top:0;width:100%;z-index:100000}#yt-container .yt-video{display:block;left:50%;position:absolute;top:50%}#yt-container .btn-close{color:#FFF;display:block;font-size:15px;height:30px;line-height:30px;position:absolute;right:10px;text-align:center;top:10px;width:30px}.show-on-ios-android{border-radius:30px;display:none;font-size:25px;padding:10px 25px;text-shadow:none}.ios-or-android .show-on-ios-android{display:inline-block}@media (max-width:991px){.ios-or-android .static-register-form{display:none}}.stores li,.stores li a{display:block}.stores li{float:left;margin-right:20px}.stores li:last-child{margin-right:0}@media (max-width:992px){.stores{margin-bottom:50px;text-align:center}.stores li{float:none;display:inline-block;margin-bottom:15px}.stores li:last-child{margin-bottom:0}}.stores img{height:50px}@media (min-width:380px) and (max-width:568px){.stores li{margin-bottom:30px}.stores li:last-child{margin-bottom:0}.stores li:first-child{margin-right:10px}.stores li:nth-child(2){margin-left:10px;margin-right:0}}@media (max-width:379px){.stores li{margin-bottom:25px;margin-right:0;width:100%}.stores li:last-child{margin-bottom:0}}#hp-container-intro{background-size:cover!important;z-index:10;height:100%;height:calc(100% - 50px);min-height:775px}.webp #hp-container-intro{background:url(../images/landingpage/v3/background-1.webp) center top no-repeat fixed #FFF}.no-webp #hp-container-intro{background:url(../images/landingpage/v3/background-1.jpg) center top no-repeat fixed #FFF}@media (max-width:991px){#hp-container-intro{background-attachment:scroll;background-size:auto 100%;height:auto;min-height:100%}#hp-container-intro .hp-container-table .hp-container-inner{padding-top:125px}}#hp-container-intro .hp-container-table{display:table;height:100%;margin:0 auto;width:100%;max-width:1300px}#hp-container-intro .hp-container-table .hp-container-inner{display:table-cell;height:100%;padding-bottom:15px;vertical-align:middle}#hp-container-intro .hp-container-inner+.row:first-child{margin-bottom:50px}#hp-container-intro h2{margin-top:100px}@media (max-width:991px){#hp-container-intro h2{margin-bottom:60px;margin-top:0}#hp-container-intro #intro-phones-container .intro-phones{width:50%}}@media (max-width:767px){#hp-container-intro h2{margin-bottom:40px}}#hp-container-intro img{max-height:70px}#hp-container-intro #intro-phones-container .inline-block{position:relative;margin-top:12%}@media (min-width:768px){#hp-container-intro #intro-phones-container .inline-block{margin-top:0}}#hp-container-intro #intro-phones-container .intro-phones{max-width:340px;max-height:100%}#hp-container-intro #intro-phones-container #intro-iphone{position:absolute;top:0;left:10%}#hp-container-intro #intro-phones-container #intro-android{position:absolute;top:15px;left:40%}#hp-container-intro #intro-phones-container #intro-invisible{visibility:hidden}#hp-container-intro .newspaper-logos{bottom:25px;left:0;position:absolute;width:100%}@media (max-width:991px){#hp-container-intro .newspaper-logos{padding-bottom:25px;position:static}}#hp-container-passion{background:#FFF;background:-moz-linear-gradient(top,#FFF 0,#FFF 40%,#EAEAEA 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FFF),color-stop(40%,#FFF),color-stop(100%,#EAEAEA));background:-webkit-linear-gradient(top,#FFF 0,#FFF 40%,#EAEAEA 100%);background:-o-linear-gradient(top,#FFF 0,#FFF 40%,#EAEAEA 100%);background:-ms-linear-gradient(top,#FFF 0,#FFF 40%,#EAEAEA 100%);background:linear-gradient(to bottom,#FFF 0,#FFF 40%,#EAEAEA 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAEAEA', GradientType=0)}#hp-container-passion h2{color:#23A0C9;display:block;text-align:center}#hp-container-passion h2+p{margin:0 auto 90px;text-align:center;max-width:640px}@media (max-width:1250px){#hp-container-passion h2+p{margin:0 auto 130px}}@media (min-width:768px) and (max-width:991px){#hp-container-passion h2+p{margin:0 auto 180px}}@media (max-width:767px){#hp-container-passion h2+p{margin-bottom:175px}}#hp-container-passion .hashtag{background:#FFF;box-shadow:0 0 5px rgba(0,0,0,.4);box-sizing:border-box;margin:0 auto;padding:8px;position:relative;max-width:226px;width:100%}#hp-container-passion .hashtag h3{background:#AF4682;bottom:33px;color:#FFF;display:inline-block;font-size:20px;font-weight:700;line-height:1em;margin:0 20%;padding:5px 0;position:absolute;text-align:center;width:60%}#hp-container-passion .hashtag img{display:block;max-width:210px;width:100%}#hp-container-passion .hashtag.hashtag-4{height:auto;margin:0 auto;position:relative;width:100%}#hp-container-passion .hashtag.hashtag-4 .hashtag-frame{transition:all .4s cubic-bezier(.49,.995,.445,1.155);transition-timing-function:cubic-bezier(.49,.995,.445,1.155);display:block;height:auto;max-height:297px;left:-5%;position:absolute;top:-11%;width:110%;max-width:252px}#hp-container-passion .hashtag.hashtag-4 .hashtag-frame.lv-hidden{transform:scale(.5)}#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble{transition:all .5s cubic-bezier(.49,.995,.445,1.155);transition-timing-function:cubic-bezier(.49,.995,.445,1.155);position:absolute;z-index:-1}#hp-container-hashtag,#hp-container-radar{background:center top no-repeat fixed #FFF;z-index:30}#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble-1{height:auto;left:-8px;top:-113px;width:184px}#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble-1.lv-hidden{left:0;top:40px}@media (min-width:1550px){#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble-1{left:0}}@media (max-width:767px){#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble-1{height:auto;left:0;top:-43%;width:75%}}#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble-2{height:auto;right:-35px;top:-180px;width:134px}#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble-2.lv-hidden{top:15px;right:0}@media (max-width:767px){#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble-2{height:auto;right:-20%;top:-65%;width:55%}}@media (min-width:768px) and (max-width:991px){#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble-1{left:-30px}#hp-container-passion .hashtag.hashtag-4 .hashtag-bubble-2{right:-35px}}#hp-container-hashtag{background-size:cover!important}#hp-container-hashtag h2{margin-bottom:35px;padding-top:100px}#hp-container-hashtag p{margin-bottom:75px;max-width:500px}@media (max-width:991px){#hp-container-hashtag h2{padding-top:0}#hp-container-hashtag p{margin:0 auto 75px;text-align:center}#hp-container-hashtag p:last-child{margin-bottom:0}}#hp-container-hashtag .youtube{cursor:pointer;display:inline-block;position:relative;text-decoration:none}#hp-container-hashtag .youtube img{position:absolute;max-width:95px}#hp-container-hashtag .youtube span{color:#fff;display:inline-block;font-size:40px;font-weight:700;height:95px;line-height:1em;margin-left:120px;padding-top:10px;text-align:left;text-shadow:0 1px 2px #333;text-transform:uppercase}@media (max-width:767px){#hp-container-hashtag{background-attachment:scroll;background-size:auto 100%}#hp-container-hashtag .youtube img{max-width:60px}#hp-container-hashtag .youtube span{font-size:25px;margin-left:80px;padding-top:4px}}#hp-container-hashtag .youtube .hover-hide{display:inline-block;visibility:visible}#hp-container-hashtag .youtube .hover-show,#hp-container-hashtag .youtube:hover .hover-hide{display:none;visibility:hidden}#hp-container-hashtag .youtube:hover .hover-show{display:inline-block;visibility:visible}#hp-container-chat{background:#EAEAEA;background:-moz-linear-gradient(left,#EAEAEA 0,#fff 50%,#fff 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#EAEAEA),color-stop(50%,#FFF),color-stop(100%,#FFF));background:-webkit-linear-gradient(left,#EAEAEA 0,#FFF 50%,#FFF 100%);background:-o-linear-gradient(left,#EAEAEA 0,#FFF 50%,#FFF 100%);background:-ms-linear-gradient(left,#EAEAEA 0,#FFF 50%,#FFF 100%);background:linear-gradient(to right,#EAEAEA 0,#FFF 50%,#FFF 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#FFFFFF', GradientType=1);text-align:right}#hp-container-chat h2{color:#22A1CC}#hp-container-chat h2+p{margin:0 auto 200px;text-align:right;max-width:640px}@media (max-width:1199px){#hp-container-chat h2+p{margin-bottom:130px}}@media (max-width:991px){#hp-container-chat h2+p{margin-bottom:150px;text-align:center}}#hp-container-chat .row>div{position:relative}@media (max-width:767px){#hp-container-chat h2+p{margin-bottom:100px;padding:0 10%;text-align:center;width:100%}#hp-container-chat .row>div{min-height:inherit}}#hp-container-chat .chat{margin:100px auto 35px;position:relative;width:100%}@media (max-width:991px){#hp-container-chat .chat{margin:0 auto;width:75%}}@media (max-width:767px){#hp-container-chat .chat{top:25px;width:90%}#hp-container-chat .chat-iphone{display:block}}@media (max-width:480px){#hp-container-chat .chat{width:100%}}#hp-container-chat .chat-iphone{margin-top:50px;width:100%}#hp-container-chat .chat-bubble{position:absolute}#hp-container-chat .chat-bubble-1{left:0;top:-80px}@media (max-width:991px){#hp-container-chat .chat-iphone{margin-top:0}#hp-container-chat .chat-bubble-1{left:14%;top:-26%;width:16%}}@media (max-width:767px){#hp-container-chat .chat-bubble-1{left:9%;top:-31%;width:21%}}#hp-container-chat .chat-bubble-2{left:50px;top:290px}@media (max-width:991px){#hp-container-chat .chat-bubble-2{left:12%;top:67%;width:24%}}@media (max-width:767px){#hp-container-chat .chat-bubble-2{left:15%;top:65%;width:19%}}#hp-container-chat .chat-bubble-3{left:620px;top:250px}@media (max-width:1199px){#hp-container-chat .chat-bubble-3{left:356px;top:0}}@media (max-width:991px){#hp-container-chat .chat-bubble-3{left:inherit;right:10%;top:0;width:22%}#hp-container-radar h2 span{display:inline-block}}#hp-container-radar{background-size:cover!important}@media (min-width:991px){#hp-container-radar .hp-container-inner{padding-top:100px}#hp-container-radar h2{padding-top:80px}}#hp-container-radar h2+p{max-width:460px}@media (max-width:991px){#hp-container-radar h2+p{margin:0 auto 50px;padding:0 10%;text-align:center;max-width:100%}}@media (max-width:767px){#hp-container-chat .chat-bubble-3{left:inherit;right:6%;top:0;width:27%}#hp-container-radar{background-attachment:scroll;background-size:auto 100%}#hp-container-radar h2+p{padding:0 5%}}#hp-container-radar .radar{height:636px;margin:0 0 -50px 50px;position:relative;width:434px}@media (max-width:1199px){#hp-container-radar .radar{margin:0 0 -50px -25px}}@media (max-width:991px){#hp-container-radar .radar{height:auto;margin:0 auto -90px;width:80%;max-width:450px}}#hp-container-radar .radar-iphone{left:0;position:absolute;top:0;width:100%}@media (max-width:991px){#hp-container-radar .radar-iphone{display:block;left:-21.5%;position:relative}}#hp-container-radar .radar-user{border:5px solid #FFF;box-shadow:0 1px 5px rgba(0,0,0,.6);position:absolute;width:33%}@media (max-width:767px){#hp-container-radar .radar-user{border-width:3px;width:25%}}#hp-container-radar .radar-user-1{left:75px;top:240px;z-index:10;transition-delay:.6s}@media (max-width:991px){#hp-container-radar .radar-user-1{left:6%;top:41%;width:30%}}#hp-container-radar .radar-user-2{left:105px;top:175px;z-index:5;transition-delay:.4s}@media (max-width:991px){#hp-container-radar .radar-user-2{left:12%;top:35%;width:30%}}#hp-container-radar .radar-user-3{left:370px;top:295px;z-index:15}#hp-container-get{background:#BF6E9B}@media (min-width:991px){#hp-container-get .hp-container-inner{padding-top:140px}}#hp-container-get h2{margin-bottom:100px;padding-top:165px}@media (max-width:991px){#hp-container-radar .radar-user-3{left:inherit;right:10%;top:45%;width:30%}#hp-container-get h2{margin-bottom:70px;padding-top:0}#hp-container-get h2+p{text-align:center}}#hp-container-get h2+p{margin-bottom:75px}#hp-container-get .slider{height:100%;width:359px;margin:10px 0 -80px -45px;position:relative;z-index:100}@media (max-width:991px){#hp-container-get .slider{height:auto;position:relative;margin:100px auto -55px;max-width:359px;width:80%}}#hp-container-get .slider .slider-cnt{position:absolute;overflow:hidden;border-radius:3px;top:10.65%;left:51.38px;width:250px;height:69.5%}@media (max-width:480px){#hp-container-get .slider .slider-cnt{left:14.3%;width:69.4%}}#hp-container-get .slider ul.elements{position:absolute;left:0;width:999px}@media (max-width:480px){#hp-container-get .slider ul.elements{width:399.7%}}#hp-container-get .slider ul.elements>li{list-style:none;width:25%;float:left}@media (max-width:991px){#hp-container-get .slider .iphone{display:block;margin:0 auto;width:100%}}#hp-container-get .slider .profile{width:100%}#hp-container-get .slider .hashtag{transition:all .3s cubic-bezier(.49,.995,.445,1.155);transition-timing-function:cubic-bezier(.49,.995,.445,1.155);height:113px;opacity:0;position:absolute;right:-285px;top:-80px;transform:scale(.125);width:286px}#hp-container-get .slider .hashtag.active{opacity:1;transform:scale(1);transition-delay:.3s}@media (max-width:991px){#hp-container-get .slider .hashtag{height:auto;left:50%;margin:0 0 0 -22.5%;top:-17%;right:inherit;width:45%}#hp-container-get .slider ul+p{text-align:center}}#hp-container-get .slider ul+p a,#hp-container-get .slider ul+p a:focus,#hp-container-get .slider ul+p a:hover{border-bottom:1px solid #FFF;color:#FFF;font-size:20px;padding-bottom:1px;text-decoration:none}
/*# sourceMappingURL=homepage.min.css.map */