/* 
    Document   : style
    Created on : Aug 1, 2013, 12:55:24 PM
    Author     : jerezoltan
    Description:
        Purpose of the stylesheet follows.
*/

@charset "utf-8";
/* CSS Document */
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,
center, input,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	outline: 0 none;
	list-style-type: none;
	font-weight: normal;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; }

@font-face 
{
    font-family: 'BebasNeueRegular';
    src: url('../webfont/bebasneue-webfont.eot');
    src: url('../webfont/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/bebasneue-webfont.txt') format('woff'),
         url('../webfont/bebasneue-webfont.ttf') format('truetype'),
         url('../webfont/bebasneue-webfont.png#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mt25
{
	margin-top: 25px;
}
.mb25
{
	margin-bottom: 25px;
}

body
{
	background: url(../images/bg.png) repeat left top #65b24c;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
.wrap
{
	width: 100%;
	text-align: center;
}
.top
{
	width: 65%;
	margin: auto;
	text-align: center;
	padding: 0px 0px 50px 0px;
}
h1, h3
{
	font-family: 'BebasNeueRegular';
	font-size: 36px;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
	color: #fff;
}
	h1 span
	{
		color: #fdf73c;
	}
h3
{
	font-size: 30px;
}
form p
{
	position: relative;
	width: 420px;
	margin: auto;
}
	form p label
	{
		position: absolute;
		top: 0;
		left: 0;
		line-height: 63px;
		padding: 0px 10px;
		color: #645212;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
	}
	input[type="text"]
	{
		width: 400px;
		height: 60px;
		background-color: #efc635;
		box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.3);
		-o-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
		line-height: 60px;
		padding: 0px 10px;
                margin-bottom: 5px;
		color: #645212;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		-webkit-appearance: none;
	}
	input[type="submit"]
	{
		width: auto;
		margin: 25px auto;
		height: 45px;
		line-height: 45px;
		text-align: center;
		outline: 0 none;
		border: 0 none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #6abbf3;
		box-shadow: 0px 6px 0px #4981c3;
		-moz-box-shadow: 0px 6px 0px #4981c3;
		-o-box-shadow: 0px 6px 0px #4981c3;
		-webkit-box-shadow: 0px 6px 0px #4981c3;
		font-family: 'BebasNeueRegular';
		font-size: 36px;
		color: #fff;
		text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
		cursor: pointer;
		display: block;
		padding: 0 20px;
		-webkit-appearance: none;
	}
		input[type="submit"]:hover, input[type="submit"]:active
		{
			box-shadow: 0px 3px 0px #4981c3;
			-moz-box-shadow: 0px 3px 0px #4981c3;
			-o-box-shadow: 0px 3px 0px #4981c3;
			-webkit-box-shadow: 0px 3px 0px #4981c3;
			margin: 28px auto 22px auto;
		}

.footer
{
	background: #efc635;
	height: 200px;
	width: 100%;
	box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.3);
		-o-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
	.lynx
	{
		background: url(../images/lynx.png) no-repeat 0px 0px transparent;
		width: 116px;
		height: 131px;
		display: block;
		margin: auto;
	}
		.lynx:hover
		{
			background-position: -116px 0px;
		}
.intro
{
	margin: 30px auto;
}
.box300
{
	width: 30%;
	margin: 0px 10px;
	float: left;
	text-align: left;
}
	.box300 h3
	{
		color: #FDF73C;
	}
	.box300 p
	{
		color: #fff;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	}
.box300 ul
{
}
	.box300 ul li
	{
		float: left;
		padding: 5px;
	}
		.box300 ul li a
		{
			display: block;
			border: 1px solid #EFC635;
			box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
			-o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
		}
			.box300 ul li a img
			{
				width: 98px;
                                height: 147px;
			}


.box320
{
	width: 32%;
	margin: 0px 10px;
	float: left;
	text-align: left;
}
	.box320 h3
	{
		color: #FDF73C;
	}
	.box320 p
	{
		color: #fff;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	}
.box320 ul
{
}
	.box320 ul li
	{
		float: left;
		padding: 5px;
	}
		.box320 ul li a
		{
			display: block;
			border: 1px solid #EFC635;
			box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
			-o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
		}
			.box320 ul li a img
			{
				width: 98px;
                                height: 147px;
			}


.socials
{
	background: rgba(0, 0, 0, 0.2);
	padding: 15px 20px 10px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.3);
}
.button {
	text-align: center;
	width: 96%;
	padding: 0 2%;
	display: inline-block;
	font-size: 26px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-weight: normal;
	text-decoration: none !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0 none;
	font-family: 'BebasNeueRegular';
	line-height: 37px;
	height: 35px;
	margin-bottom: 13px;
}

.button:hover, .button.active
{
	margin-top: 3px;
	margin-bottom: 10px;
	color: #fff;
}
.store_button {
	background: #222;
	box-shadow: 0px 6px 0px #111;
	-moz-box-shadow: 0px 6px 0px #111;
	-o-box-shadow: 0px 6px 0px #111;
	-webkit-box-shadow: 0px 6px 0px #111;
	text-align: left;
	text-indent: 10px;
	overflow: hidden;
	
}
.store_button:hover, .store_button.active {
	box-shadow: 0px 3px 0px #111;
	-moz-box-shadow: 0px 3px 0px #111;
	-o-box-shadow: 0px 3px 0px #111;
	-webkit-box-shadow: 0px 3px 0px #111;
}
.store_button img, #twitter_button img{
    float: right;
    margin-top: 2px;
}
#facebook_button {
	text-align: left;
	text-indent: 10px;
	overflow: hidden;
	background: #3b5998;
	box-shadow: 0px 6px 0px #1f4189;
	-moz-box-shadow: 0px 6px 0px #1f4189;
	-o-box-shadow: 0px 6px 0px #1f4189;
	-webkit-box-shadow: 0px 6px 0px #1f4189;
}
#facebook_button img
{
	float: right;
}
#facebook_button:hover, #twitter_button.active{
	box-shadow: 0px 3px 0px #1f4189;
	-moz-box-shadow: 0px 3px 0px #1f4189;
	-o-box-shadow: 0px 3px 0px #1f4189;
	-webkit-box-shadow: 0px 3px 0px #1f4189;
}


* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 200px; /* .push must be the same height as .footer */
	clear: both;
}

	.privacy_policy, .terms_and_conditions{

		text-align: center;
		font-family: 'BebasNeueRegular';
		font-size: 20px;		

	}

	.privacy_policy a, .terms_and_conditions a {
		color: #645212;
	}

	.privacy_policy a:hover, .terms_and_conditions a:hover{
		color: #423507;
	}

	.privacy_text {
		border-style: solid;
		border-width: 2px;
		border-color: black;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.privacy_text h1{
		margin-top: 12px;
	}

	.privacy_text h6{
		color: #3c0436;	
		font-weight:bold;
	}

@media only screen and (max-width: 768px){
	.top
	{
		width: 100%;
	}
	.socials
	{
		padding: 15px 0px 10px 0px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.socials .box300,
	.socials .box320
	{
		width: 32.33%;
		margin: 0 0.5%;
	}
	.button
	{
		font-size: 22px;
	}
}
@media only screen and (max-width: 640px){
	.top .logo img,
	form p
	{
		width: 100%;
	}
	input[type="text"]
	{
		width: 90%;
		padding: 0 2%;
	}
	form p label
	{
		left: 5px;
	}
	input[type="submit"]
	{
		width: 86%;
		padding: 0 2%;
		font-size: 26px;
	}
	.socials .box300,
	.socials .box320
	{
		width: 96%;
		margin: 0 2%;
	}
	.intro .box300
	{
		width: 100%;
		margin: auto;
	}
	.intro .box300 ul li
	{
		padding: 2%;
		width: 46%;
	}
	.intro .box300 ul li img
	{
		width: 100% !important;
		height: auto !important;
	}
	input[type="text"],
	form p label
	{
		font-size: 22px;
	}
}