/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}
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;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
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;
}
.app {
  margin: 0 auto;
  max-width: 400px;
}
.buildscreen,
.savescreen,
.login {
  display: none;
}
.header {
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 7px;
}
.header h1 {
  color: #333332;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0 1px 0 #fff;
}
.header a {
  float: right;
  text-decoration: none;
  position: relative;
  top: -14px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}
.header .neu {
  float: right;
}
.header .neu img {
  width: 10px;
  margin-left: 5px;
}
.searchbox p {
  display: inline-block;
  font-size: 11px;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.searchbox h3 {
  font-size: 16px;
  text-align: center;
  margin: 25px 0;
  padding: 0 15px;
}
.searchbox input {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  padding: 3px;
  font-size: 14px;
}
.searchbox .btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.searchbox h4 {
  font-size: 14px;
  text-align: center;
}
.grad:after {
  overflow: hidden;
  text-indent: -9999rem;
  font-size: 0;
  line-height: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-linear-gradient(45deg, rgba(250, 30, 100, 0.5) 0%, rgba(250, 30, 100, 0) 50%, rgba(250, 30, 100, 0) 100%), -webkit-linear-gradient(315deg, rgba(43, 0, 247, 0) 0%, rgba(43, 0, 247, 0) 50%, rgba(43, 0, 247, 0.5) 100%);
  background-image: linear-gradient(45deg, rgba(250, 30, 100, 0.5) 0%, rgba(250, 30, 100, 0) 50%, rgba(250, 30, 100, 0) 100%), linear-gradient(135deg, rgba(43, 0, 247, 0) 0%, rgba(43, 0, 247, 0) 50%, rgba(43, 0, 247, 0.5) 100%);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn {
  display: inline-block;
  position: relative;
  padding: 7px 16px;
  outline: 0;
  color: rgba(43, 0, 247, 0.5);
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(43, 0, 247, 0.5);
  vertical-align: bottom;
  white-space: nowrap;
  text-rendering: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  border-radius: 999em;
  -webkit-transition: 100ms background-color, 100ms border-color, 100ms color;
          transition: 100ms background-color, 100ms border-color, 100ms color;
  font-weight: 400;
}
.searchResults {
  margin-top: 10px;
}
.searchResults li {
  text-align: center;
  padding: 50px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.searchResults li h2 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 3px;
  padding: 10px;
  position: relative;
  z-index: 10;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.4);
}
.buildScreen {
  max-width: 100%;
  overflow: hidden;
}
.buildScreen .card-cont {
  position: relative;
}
.buildScreen .card-cont .info {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 60px;
}
.buildScreen .card-cont .info .yes,
.buildScreen .card-cont .info .no {
  position: absolute;
  width: 65px;
  bottom: 10px;
  cursor: pointer;
}
.buildScreen .card-cont .info .yes {
  right: 10px;
  z-index: 100;
}
.buildScreen .card-cont .info .no {
  left: 10px;
  z-index: 100;
}
.buildScreen .card .cover {
  background-size: cover;
  cursor: move;
  max-height: 400px;
}
.buildScreen .card .meta {
  text-align: center;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0px;
  background-color: #fafafa;
}
.buildScreen .card .meta h3 {
  margin-bottom: 10px;
}
.buildScreen .card .meta h2 {
  color: #333332;
  font-weight: bold;
}
.buildScreen .results {
  margin: 15px 0;
  text-align: center;
}
.buildScreen .results .btn-cont {
  margin-bottom: 15px;
  display: none;
}
.buildScreen .results .btn-cont .btn {
  padding: 7px 8px;
}
.buildScreen .results li:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.buildScreen .results li {
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.buildScreen .results li span {
  float: right;
}
.buildScreen .results li i {
  font-size: 20px;
  margin: 15px;
  position: absolute;
  top: 2px;
  right: 0px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}
.buildScreen .results li i:hover {
  color: rgba(0, 0, 0, 0.8);
}
.buildScreen .results li h2,
.buildScreen .results li h3 {
  float: left;
}
.buildScreen .results li h2 {
  color: #333332;
  margin-bottom: 5px;
}
.buildScreen .results li h3 {
  clear: both;
  font-size: 13px;
}
.saveScreen {
  display: block;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  display: none;
  max-width: 400px;
}
.saveScreen input {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  padding: 3px;
  font-size: 14px;
}
.saveScreen h2 {
  display: none;
  margin-bottom: 15px;
}
.saveScreen h3.info {
  display: block;
}
