﻿/* RESET */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;outline:0;border:0;background:transparent;vertical-align:baseline;font-size:100%;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;background:transparent;vertical-align:baseline;font-size:100%;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-weight:bold;font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-spacing:0;border-collapse:collapse;}
hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}
input,select{vertical-align:middle;}

/* GENERAL */

:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
::-webkit-input-placeholder {
	color: #aaa;
}
:-moz-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
}
:-ms-input-placeholder {
	color: #aaa;
}
strong {
	font-weight: bold;
}
.transparent {
	visibility: hidden;
}

/* TYPOGRAPHY */

@font-face {
	font-weight: bold;
	font-style: normal;
	font-family: 'Alef';
	src: url('Alef-Bold.eot');
	src: url('../fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Alef-Bold.woff') format('woff'), url('../fonts/Alef-Bold.ttf') format('truetype'), url('../fonts/Alef-Bold.svg#alefbold') format('svg');
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Alef';
	src: url('Alef-Regular.eot');
	src: url('../fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Alef-Regular.woff') format('woff'), url('../fonts/Alef-Regular.ttf') format('truetype'), url('../fonts/Alef-Regular.svg#alefregular') format('svg');
}

/* ANIMATION */

.cssfader {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
}
.fa-beat {
	-webkit-animation: beat .3s infinite ease-in-out;
	-moz-animation: beat .3s infinite ease-in-out;
	-o-animation: beat .3s infinite ease-in-out;
	animation: beat .3s infinite ease-in-out;
}
@-moz-keyframes beat {
0% {
-moz-transform: translate(0%, 0%) scale(1,1);
}
100% {
-moz-transform: translate(-2%, -2%) scale(1.2,1.2);
}
}
@-webkit-keyframes beat {
0% {
-webkit-transform: translate(0%, 0%) scale(1,1);
}
75% {
-webkit-transform: translate(-2%, -2%) scale(1.2,1.2);
}
100% {
-webkit-transform: translate(0%, 0%) scale(1,1);
}
}
@-o-keyframes beat {
0% {
-o-transform: translate(0%, 0%) scale(1,1);
}
100% {
-o-transform: translate(-2%, -2%) scale(1.2,1.2);
}
}
@-ms-keyframes beat {
0% {
-ms-transform: translate(0%, 0%) scale(1,1);
}
100% {
-ms-transform: translate(-2%, -2%) scale(1.2,1.2);
}
}
@keyframes beat {
0% {
transform: translate(0%, 0%) scale(1,1);
}
100% {
transform: translate(-2%, -2%) scale(1.2,1.2);
}
}

/* HEART */

.heart-beat {
	position: relative;
	display: block;
	display: block;
	margin: 1.25em auto;
	width: 12.5em;
	height: 12.5em;
	cursor: default;
}
.heart-beat .fa-heart {
	position: absolute;	
}
.heart-beat #heart1 {
	margin-left: -100px;
	color: red;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	font-size: 12.5em;
	-webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.heart-beat #heart2 {
	margin-top: 5px;
	margin-left: -95px;
	color: #fe0c4e;
	font-size: 11.875em;
	opacity: 0.7;
}
.heart-beat #heart3 {
	margin-top: 10px;
	margin-left: -90px;
	color: #f50c27;
	font-size: 11.25em;
	opacity: 0.7;
}
.heart-beat #heart4 {
	margin-top: 15px;
	margin-left: -85px;
	color: #f50c88;
	font-size: 10.625em;
	opacity: 0.4;
}
.heart-beat #heart5 {
	margin-top: 20px;
	margin-left: -80px;
	color: #f50cd6;
	font-size: 10em;
	opacity: 0.3;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.heart-beat:hover #heart1 {
		background-image: -webkit-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
		background-image: -moz-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
		background-image: -o-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
		background-image: -ms-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/* LAYOUT */

body {
	overflow: visible;
	background-color: #6d695c;
	background-image: repeating-linear-gradient(120deg, rgba(255,255,255,.1), rgba(255,255,255,.1) .0625em, transparent .0625em, transparent 60px), repeating-linear-gradient(60deg, rgba(255,255,255,.1), rgba(255,255,255,.1) .0625em, transparent .0625em, transparent 60px), linear-gradient(60deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1)), linear-gradient(120deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1));
	background-size: 70px 120px;
	font-size: 100%;
	direction: ltr;
}
.wrap {
	position: absolute;
	top: 10%;
	left: 28%;
	padding: 2%;
	width: 40%;
	border: .0625em solid #ccc;
	-webkit-border-radius: .3125em;
	-moz-border-radius: .3125em;
	border-radius: .3125em;
	background-color: #f6f6f6;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	text-align: center;
}
@media all and (max-width: 1024px) { 
	.wrap {
		left: 8%; 
		width: 80%;
	}
}
header {
	margin-bottom: 50px;
}
h1 {
	display: block;
	margin-top: 30px;
	padding-bottom: 10px;
	width: 100%;
	color: black;
	font-weight: normal;
	font-size: 3.75em;
	font-family: 'Alef';
	opacity: 1;
}
h2 {
	display: block;
	width: 100%;
	color: black;
	font-weight: normal;
	font-size: 1.375em;
	font-family: 'Alef';
	opacity: 0.8;
}

/* FORM */

form#register {
	position: relative;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 100px;
	outline: 1px solid #f6f6f6;
	background-color: #f6f6f6;
}
form#register .fa-refresh {
	position: absolute;
	top: 16px;
	left: 19px;
	display: none;
}
form#register .form-success {
	position: absolute;
	display: none;
	margin-top: 0;
	color: #262;
	text-align: center;
	font-size: 1.5em;
	font-family: 'Alef';
	line-height: 1.5em;	
}
form input#email {
	position: relative;
	margin-bottom: 2px;
	padding: 6px 4px 8px 45px;
	width: 0;
	height: 31px;
	border: .0625em rgba(0,0,0,0.2) solid;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.25em;
	font-family: 'Alef';
}
form#register:hover input#email,
form#register input#email:focus,
form#register .transparent input#email {
	width: 15.9375em;	
}
form input#email.error {
	width: 15.9375em;
	border: 1px solid #dd3827 !Important;
	-webkit-box-shadow: 0 0 5px #cc3333 !Important;
	-moz-box-shadow: 0 0 5px #cc3333 !Important;
	box-shadow: 0 0 5px #cc3333 !Important;	
}
form .errmsg {
	position: absolute;
	bottom: -20px;
	display: none;
	margin-top: 2px;
	color: #c81414;
	text-align: left;
	font-size: 1em;
	font-family: 'Alef';
}
form .fa-envelope-o {
	position: absolute;
	top: 8px;
	left: 11px;
	color: #aaa;
	font-size: 1.875em;
}
form #submit {
	display: inline-block;
	margin-left: 2px;
	padding: .875em 1.6em;
	outline: none;
	border: .0625em rgba(0,0,0,0.2) solid;
	background: rgba(0,0,0,0.8);
	color: #e8f0de;
	text-align: center;
	text-shadow: 0 .0625em .0625em rgba(0,0,0,.3);
	font-size: 1em;
	font-family: 'Alef';
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;

}
form #submit:hover {
	text-shadow: 0.0625em 0 0.5em white;
}

/* FOOTER */

footer {
	position: absolute;
	right: .625em;
	bottom: .3125em;
	color: black;
	font-size: 1em;
	font-family: 'Alef';
}
footer a {
	color: black;
	text-decoration: none;
	font-size: 1em;
	font-family: 'Alef';
}
footer a:hover {
	text-decoration: underline;
}
.download img {
	margin: .3125em 0;
}
.copyright {
	position: absolute;
	bottom: -2em;
	left: 0;
	width: 100%;
	color: black;
	text-align: center;
	font-size: .625em;
	font-family: 'Alef';
	opacity: .5;
}
.copyright a {
	color: black;
	text-decoration: none;	
}
.copyright a:hover {
	font-size: 1.3em;
}

/* VALIDATION FALLBACK */

.invalid {
  background: #BE4C54;
}