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,
b, u, i, center,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


body {
	font-family: 'Roboto', sans-serif;
	color:#242424;
}

.hide { display:none; }
.main { margin: 0px auto; position:relative; }

#container { position:relative; float:left; width:100%; background:#b7dffa url('bg.jpg') no-repeat scroll 0px 0px; background-size:cover; height:660px; }
#stage { 
	text-align:center; overflow:hidden; 
	transition: height 0.5s ease;
	height:150px;
}
#stage .texture {}
#stage.intro { height:0px; transition: height 0.5s ease;}

#generate { text-transform:uppercase; background-color:#e441be; font-weight:900; font-size:26px; letter-spacing:2px; width:280px; }
#generate .ladda-label {  }
#generate.small { top:0px; font-size:14px; }
#generate.expanded {  }
#generate:hover { background-color:#fb51d3; }
button:focus {outline:0;}
.ladda-button .ladda-spinner { width:16px !important; height:16px !important; }
.ladda-button[data-style=expand-right] .ladda-spinner { right:10px !important; }

h1 {     text-align: center;
    font-size: 37px;
    margin: 40px auto 0px auto; 
    background-size:cover;
    }
h1 img { max-width:75%; }
fieldset { text-align:center; font-size:16px; margin:20px 0px; }
fieldset.withbutton { margin:0px auto; }
fieldset.petname { margin-bottom:30px; }
fieldset input { }

.title-text { position:relative; z-index:2; font-weight: 900; font-size: 42px; display: block; margin: 7px 0px 9px 0px; opacity:1;
-webkit-transition: opacity 500ms ease; /* older webkit */
-webkit-transition: opacity 500ms ease; 
   -moz-transition: opacity 500ms ease; 
     -o-transition: opacity 500ms ease; 
        transition: opacity 500ms ease); /* custom */
}
.title-text.hidden { opacity:0; }

/* Animation */

//.share-btns a.appear { -webkit-animation:pop-in 0.3s; -webkit-animation-fill-mode: forwards;}
.share-btns a.appear { 
-webkit-transition: all 500ms cubic-bezier(1.000, 0.005, 0.235, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(1.000, 0.005, 0.235, 1.420); 
   -moz-transition: all 500ms cubic-bezier(1.000, 0.005, 0.235, 1.420); 
     -o-transition: all 500ms cubic-bezier(1.000, 0.005, 0.235, 1.420); 
        transition: all 500ms cubic-bezier(1.000, 0.005, 0.235, 1.420); /* custom */

-webkit-transition-timing-function: cubic-bezier(1.000, 0.005, 0.235, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(1.000, 0.005, 0.235, 1.420); 
   -moz-transition-timing-function: cubic-bezier(1.000, 0.005, 0.235, 1.420); 
     -o-transition-timing-function: cubic-bezier(1.000, 0.005, 0.235, 1.420); 
        transition-timing-function: cubic-bezier(1.000, 0.005, 0.235, 1.420); /* custom */

transform: scale(1);
opacity:1;
    }


.share-btns a { width:50px; height:48px; background-color:red; display:inline-block; text-indent:-9999px; background:transparent url('icon-tw.png') no-repeat scroll 0px 0px; background-size:cover; margin:0px 10px; transform: scale(0); opacity:0; }
.share-btns a.share-fb { background-image: url('icon-fb.png'); }

fieldset label {     display: block;
    margin: 12px auto 11px auto;
    font-size: 22px;
    font-weight: 900; }
.input-wrapper { box-shadow: 6px 6px 0px #fcef30;
	margin:0px auto;
    display:block;
    width: 240px; }
.textfield { display: block;
	width:100%;
    margin: 4px auto;
    font-size: 18px;
    font-weight: normal;
    padding: 8px;
    border: 3px solid black; text-align:center; 
    /*box-shadow: inset 3px 3px 7px black;*/
    }