@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext");
.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
	position: relative;
	display: block
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
@font-face {
	font-family: fontello;
	src: url(../fonts/fontello.eot);
	src: url(../fonts/fontello.eot#iefix) format("embedded-opentype"), 
	url(../fonts/fontello.woff2) format("woff2"), 
	url(../fonts/fontello.woff) format("woff"), 
	url(../fonts/fontello.ttf) format("truetype"), 
	url(../fonts/fontello.svg#fontello) format("svg");
	font-weight: 400;
	font-style: normal
}
[class*=" icon-"]:before, [class^=icon-]:before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-heart:before {
	content: "\e800"
}
.icon-cancel:before {
	content: "\e801"
}
.icon-fire:before {
	content: "\f525"
}
body {
	overflow-x: hidden;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #333
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase
}
h1 {
	font-size: 3.5rem
}
h2 {
	font-size: 2rem
}
h3 {
	font-size: 2.2rem
}
h4 {
	font-size: 1.8rem
}
h5, h6 {
	font-size: 1.6rem
}
p {
	font-size: 1.8rem;
	text-align: justify;
}
h1, h2, h6, li, p {
	text-shadow: 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html {
	font-size: 62.5%
}
body, html {
	width: 100%;
	height: 100%
}
body {
	min-width: 320px;
	background: #fff;
	z-index: 0
}
.clearfix:after {
	content: "";
	display: block;
	clear: both
}
.btn, .transition {
	transition: all .25s ease
}
img {
	display: block;
	max-width: 100%;
	height: auto
}
.main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}
@keyframes a {
	0% {
		opacity: 0;
		transform: translate3d(0, 10rem, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}
.fadeInUp {
	animation: a .4s
}
.btnbox,
.btnsbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}
.btn {
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	padding: 0 2rem;
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 1.6rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1rem;
	border-radius: .8rem;
	cursor: pointer;
	margin-bottom: 1rem
}
.btn--primary {
	color: #fff;
	background-color: #e01919;
	background-image: linear-gradient(270deg, #9020d6, #19a3e0);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .4), inset 0 2px 2px hsla(0, 0%, 100%, .2)
}
.btn--primary:hover {
	background: #c91616;
	background-image: linear-gradient(270deg, #811dc0, #1692c9);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}
.btn--primary:active {
	background-color: #e01919;
	background-image: linear-gradient(270deg, #781bb3, #1588bb);
	box-shadow: none
}
.btn--accent {
	color: #fff;
	background-color: #606060;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .4)
}
.btn--accent:hover {
	background: #5d5d5d;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}
.btn--accent:active {
	background-color: #606060;
	box-shadow: none
}
.btn--round {
	width: 8rem;
	height: 8rem;
	background: #fff;
	border-radius: 6rem;
	padding: 0;
	text-align: center;
	color: #fff;
	line-height: 8rem;
	font-size: 4rem
}
.btn--round.btn--primary {
	background-image: linear-gradient(0deg, #e01919, #f90)
}
.btn--round.btn--accent {
	background-image: linear-gradient(180deg, #1ee8cc, #19a3e0)
}
.btnsbox .btn--accent {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btnsbox .btn--primary {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.stepbox {
	left: 0;
	top: 0;
	z-index: 2
}
.step, .stepbox {
	width: 100%;
	height: 100%;
	position: relative
}
.step {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	color: #212121
}
.step:first-child {
	display: block
}
.step:before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, .65);
	-webkit-filter: blur(3px);
	filter: blur(3px)
}
.step:before, .step__inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.step__inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	padding: 2rem
}
.step__header {
	margin-bottom: 2rem
}
.step__body, .step__header h1 {
	text-align: center
}
.step__body {
	margin-bottom: 2rem
}
.step__body .girl {
	width: 16rem;
	height: 16rem;
	border-radius: 20rem;
	overflow: hidden;
	margin: 0 auto 2rem
}
.step__body .girl img {
	max-width: 100%
}
.step__body .likebox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.step__body .likebox>div {
	margin: 0 1rem
}
.step__body span:first-of-type {
	width: 4rem;
	height: 4rem;
	background: #fff;
	border-radius: 4rem;
	line-height: 4.2rem;
	display: inline-block;
	margin-bottom: .2rem;
	font-size: 2.4rem
}
.step-final .step__body .userLocation {
	color: #19a3e0;
}
.step-final .step__body span:first-of-type {
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
	margin-bottom: 0;
	font-size: inherit
}
.step-final .step__header h2 {
	font-size: 3rem;
	text-align: center;
}
.step__body .like span:before {
	background-image: linear-gradient(90deg, #e01919, #f90)
}
.step__body .dislike span:before, .step__body .like span:before {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text
}
.step__body .dislike span:before {
	background-image: linear-gradient(90deg, #19a3e0, #9020d6)
}
.step__body span {
	display: block;
	font-size: 1.8rem
}
.step__body ul {
	margin-left: 2rem;
	text-align: left
}
.step__body ul li {
	margin-bottom: 1rem
}
.step__footer {
	padding-bottom: 2rem
}
.bg {
	position: fixed!important
}
.bg, .bg:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}
.bg:after {
	content: "";
	display: block;
	position: fixed;
	background: linear-gradient(rgba(0, 0, 0, .4) 5%, transparent)
}
.bg__item {
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.bg__item.active {
	display: block
}
@media (min-width:320px) and (max-width:374px) {
	.step__body ul li {
		font-size: 1.4rem
	}
}
@media (min-width:375px) {
	.step__body .girl {
		width: 24rem;
		height: 24rem
	}
}
@media screen and (min-width:320px) and (orientation:landscape) {
	.step__body .girl {
		width: 16rem;
		height: 16rem
	}
}
@media (min-width:768px) {
	h1 {
		font-size: 5rem
	}
	.btnbox,
	.btnsbox {
		-ms-flex-pack: center;
		justify-content: center
	}
	.btn--round {
		width: 10rem;
		height: 10rem;
		margin: 0 2rem;
		font-size: 5rem;
		line-height: 10rem
	}
	.step {
		max-width: 540px;
		max-height: 800px;
		height: 80%
	}
	.step__body .girl {
		width: 28rem;
		height: 28rem
	}
}
@media (min-height:600px) and (max-height:800px) {
	h1 {
		font-size: 4rem
	}
	.btnbox,
	.btnsbox {
		-ms-flex-pack: center;
		justify-content: center
	}
	.btn--round {
		width: 10rem;
		height: 10rem;
		margin: 0 2rem;
		font-size: 5rem;
		line-height: 10rem
	}
	.step__body .girl {
		width: 15rem;
		height: 15rem
	}
}
@media screen and (min-width:320px) and (max-width:900px) and (orientation:landscape) {
	html {
		transform: rotate(-90deg);
		transform-origin: left top;
		width: 100vh;
		height: 100vw;
		overflow-x: hidden;
		position: absolute;
		top: 100%;
		left: 0
	}
}

/* Unsubscribe */
.unsubscribe {
	position: fixed;
	right: 0;
	bottom: 10px;
	left: 0;
	text-align: center;
	z-index: 2;
	font-size: 14px;
}

.unsubscribe a {
	color: #fff;
	text-decoration: none;
}

.unsubscribe a:hover {
	text-decoration: underline;
}

body .userLocation.flag-fixed {
    top: 10px;
    right: 10px;
}
.profiles {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, .35);
}
.profile__item {
	padding: 10px 100px 10px 10px;
	display: none;
}
.profile__item.active {
	display: block;
}
.profile__item .info {
	font-weight: normal;
	font-size: 14px;
}
.profile__item .info .name__wrap {
	font-weight: bold;
	font-size: 16px;
}
.profile__item .info .userLocation::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon.svg) center center no-repeat;
    background-size: 11px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

@media screen and (max-width:480px) {
	.profiles {
		background: none;
	}
	.profile__item .info__distance {
		display: block;
		padding-left: 4px;
	}
}
@media (max-height: 480px) {
	.step__header {
		margin-bottom: 1rem
	}
	h1 {
		font-size: 2.8rem;
	}
}