<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
	<meta content="width=device-width, initial-scale=1" name="viewport">

	<title id="title">It's better than Tinder!</title>

	<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700|Raleway:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>

	<link href="/media/tinder2/css/bootstrap.min.css" rel="stylesheet">
	<link href="/media/tinder2/css/style.css" rel="stylesheet">
	<link href="/media/tinder2/css/animate.css" rel="stylesheet">
	<link href="/media/tinder2/css/vegas.css" rel="stylesheet">
	<script src="/media/tinder2/js/jquery.js"></script>
	<script src="/media/tinder2/js/vegas.js"></script>
	<script src="/media/tinder2/js/jquery.countdown.js"></script>
	<script type="text/javascript" src="/cookie/js.cookie.js"></script>
	<script type="text/javascript" src="/media/tinder2/js/trls.js"></script>

<script type="text/javascript" src="/util/utils.js"></script>
</head>
<body id="home" onload="translate()">
<div class="container">
	<div class="row nav-wrapper">
		<div class="col-md-12 col-sm-12 col-xs-12 text-center">
			<a href="#"><img alt="Tinder" src="/media/tinder2/images/logo-white2.png"></a>
		</div>
	</div>
	<div class="row hero-content text-center">
		<div class="col-md-6 col-md-offset-3 wowload fadeInRight">
			<div class="spacer"></div>
			<div class="content">
				<div class="clock">
					04:59
				</div>
				<h1 id="text01">It's better than Tinder!</h1>
			</div>
			<div class="step">
				<p id="text02">Are you looking for a men or a women?</p>
				<a class="learn-btn animated fadeInUp step_button_1 next" href="javascript:void(0)"><span id="text03">Men</span></a>
				<a class="use-btn animated fadeInUp step_button_2 next" href="javascript:void(0)"><span id="text04">Women</span></a>
			</div>
			<div class="step" style="display:none;">
				<p id="text05">What's your gender?</p>
				<a class="use-btn animated fadeInUp step_button_2 next" href="javascript:void(0)"><span id="text06">Men</span></a>
				<a class="learn-btn animated fadeInUp step_button_1 next" href="javascript:void(0)"><span id="text07">Women</span></a>
			</div>
			<div class="step" style="display:none;">
				<p id="text08">Are you older than 18 years?</p>
				<a class="use-btn animated fadeInUp step_button_2 next" href="javascript:void(0)"><span id="text09">Yes</span></a>
				<a class="learn-btn animated fadeInUp step_button_1 next" href="javascript:void(0)"><span id="text10">No</span></a>
			</div>
			<div class="step" style="display:none;">
				<p id="text11">Do you agree to use a condom when having sex with a partner you meet on our site?</p>
				<a class="use-btn animated fadeInUp step_button_2 next" href="javascript:void(0)"><span id="text12">Yes</span></a>
				<a class="learn-btn animated fadeInUp step_button_1 next" href="javascript:void(0)"><span id="text13">No</span></a>
			</div>
			<div class="step" style="display:none;">
				<p id="text14">You may now see our list and photos of women who are in your area. Again, please keep their identity a secret.</p>
				<a class="btn btn-end" href="/web/"><span id="text15">Continue</span></a>
			</div>
		</div>
	</div>

	<div class="unsubscribe"><a href="/unsubscribe.aspx">Unsubscribe</a></div>
</div>

<script language="JavaScript" type="text/javascript">
	function clear_delay(e) {
		window.clearTimeout(e)
	}
	function run_loading_run_1(e) {
		timeoutID1 = window.setTimeout(run_loading_1, e)
	}
	function run_loading_1() {
		$(".thank_for_close, .run_loading_2").fadeIn();
		$(".main_review").hide()
	}
	function run_loading_run_2(e) {
		timeoutID2 = window.setTimeout(run_loading_2, e)
	}
	function run_loading_2() {
		$(".thank_for_close, .run_loading_2").hide();
		$(".run_loading_3, .li_run_loading_1, .li_run_loading_2").fadeIn()
	}
	function run_loading_run_3(e) {
		timeoutID3 = window.setTimeout(run_loading_3, e)
	}
	function run_loading_3() {
		$(".run_loading_3").hide();
		$(".run_loading_4, .li_run_loading_3").fadeIn()
	}
	function run_loading_run_4(e) {
		timeoutID3 = window.setTimeout(run_loading_4, e)
	}
	function run_loading_4() {
		$(".run_loading_4, .loading").hide();
		$(".li_run_loading_4, li_run_loading_5, .run_loading_5, .show_end").fadeIn()
	}
	$(function () {
		$(document).on("click", ".next", function (e) {
			e.preventDefault();
			$(this).parent().hide().next().fadeIn()
		});
		$(document).on("click", ".run_loading", function (e) {
			e.preventDefault();
			$(this).parent().hide().next().fadeIn();
			$(".step4 .loading").show();
			run_loading_run_1("1000");
			run_loading_run_2("2250");
			run_loading_run_3("3000");
			run_loading_run_4("4000")
		})
	})
</script>
<script src="/media/tinder2/js/wow.min.js"></script>
<script src="/media/tinder2/js/bootstrap.js" type="text/javascript"></script>
<script src="/media/tinder2/js/touchswipe.min.js"></script>
<script type="text/javascript">
	$("#example, body").vegas({
		delay: 2500,
		timer: false,
		shuffle: true,
		timer: true,
		transition: 'fade',
		transitionDuration: 2000,
		slides: [
			{src: '/media/tinder2/images/slide1.jpg'},
			{src: '/media/tinder2/images/slide2.jpg'},
			{src: '/media/tinder2/images/slide3.jpg'},
			{src: '/media/tinder2/images/slide4.jpg'}
		]
	});
</script>
<script type="text/javascript">

	var interval = setInterval(function () {
		var timer = $('.clock').html();
		timer = timer.split(':');
		var minutes = parseInt(timer[0], 10);
		var seconds = parseInt(timer[1], 10);
		seconds -= 1;
		if (minutes < 0) return clearInterval(interval);
		if (minutes < 10 && minutes.length != 2) minutes = '0' + minutes;
		if (seconds < 0 && minutes != 0) {
			minutes -= 1;
			seconds = 59;
		}
		else if (seconds < 10 && length.seconds != 2) seconds = '0' + seconds;
		$('.clock').html(minutes + ':' + seconds);

		if (minutes == 0 && seconds == 0)
			clearInterval(interval);
	}, 1000);

</script>

<script src="../../media/bb.js"></script>

</body>
</html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>

</title></head>
<body >
    <form method="post" action="./?u=8nlpd0x&amp;o=4wpkbzc&amp;cid=2667i06dclu81inj5h" id="form1">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="KzfDji0tcaVS4qE64pvX95htct4fwHfTqI3Gs8qRZNovy/tszYUd0cNbpCZmgFw9PXOoc+swcvjCxvTrP6hqAL0x8MYXKA9p4861UozmrJI=" />

<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />

    </form>
</body>
</html>
