*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
	}

/*
 * Base */
body {
  background: url('../img/Concrete-Wall-small-p.jpg') repeat;
  /*
  margin-top: 100px;
  */
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
/*
 * Mixins */
.gloss {
  background: url('../img/remobox.png');
  filter: alpha(opacity=80); !important;
  -moz-opacity: 0.8; !important;
  opacity: 0.8; !important;
}
/*
 * Helpers */
.row {
  width: 450px !important;
  min-width: 400px !important;
}
.button {
  background: #4798FF !important;
  border: none !important;
}
.progress {
  margin: 0 auto;
  display: none;
}
.meter {
  width: 0;
}


/*
 * Content */
#title {
  left: -240px;
  top: -175px;
  position: relative;
  z-index: -10;
  -webkit-transform: rotate(-76deg);
  -moz-transform: rotate(-76deg);
  -o-transform: rotate(-76deg);
  -ms-transform: rotate(-76deg);
  transform: rotate(-76deg);
}
#title h2 {
  font-size: 55px;
  font-family: 'BPdotsUnicaseLight';
  color: #00395F;
}
#title h2 span {
  height: 680px;
  position: fixed;
  width: 20px;
  left: 0;
  top: 0;
}
.char1 {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
.char2 {
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}
.char3 {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.char4 {
  -webkit-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg);
}
.char5 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.char6 {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.char7 {
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.bubble {
  width: 460px !important;
  height: 460px !important;
}
#drop {
  min-height: 140px;
  text-align: center;
  color: white;
  padding-top: 120px;
  /*
  margin: 0 auto;
  */
  margin: 100px auto;
  background: url('../img/remobox.png');
  width: 320px;
  height: 320px;

  /*
  width: 450px;
  height: 450px;
  */
}
#drop h4 {
  color: white;
  font-family: Consolas, monaco, monospace;
}
#drop p {
  font-size: 12px;
  margin:0px;
}
#drop .share-url {
  display: none;
  width: 70% !important;
  margin: 0 auto;
}
#drop .file-input {
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 5px 5px 10px;
}
footer {
  margin-top: 40px !important;
}
footer ul {
  margin: 0 !important;
  float: right;
}
footer ul a {
  color: #00395F;
}
.footer-text {
  background: white;
  margin-top: 10px;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -2px #000000;
}
.footer-text a {
  color: #00395F;
}
/*
add
*/

#expiration{
	margin-top: 10px;
}

#boxfooter{
	/*
	margin-top: 20px;
	*/
	margin-top: 40px;
}

div.progress {
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	height: 25px }

	div.progress .meter {
		background: #2ba6cb;
		height: 100%;
		display: block;
		width: 50% }

	div.progress.secondary .meter { background: #e9e9e9 }

	div.progress.success .meter { background: #5da423 }

	div.progress.alert .meter { background: #c60f13 }

	div.progress.radius {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px }

		div.progress.radius .meter {
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			-ms-border-radius: 2px;
			-o-border-radius: 2px;
			border-radius: 2px }

	div.progress.round {
		-webkit-border-radius: 1000px;
		-moz-border-radius: 1000px;
		-ms-border-radius: 1000px;
		-o-border-radius: 1000px;
		border-radius: 1000px }

		div.progress.round .meter {
			-webkit-border-radius: 1000px;
			-moz-border-radius: 1000px;
			-ms-border-radius: 1000px;
			-o-border-radius: 1000px;
			border-radius: 1000px }

.eight,.row .eight { width: 66.66667% }


input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea {
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 6px;
	height: 32px;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear }


.boxstring {
	padding-top:2px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
	font-size:1.1em;
	text-shadow: 2px 2px 0px #707070;
}

.tweet-btn{
	margin-top:10px;
}

.fb-btn{
	margin-top:10px;
}

#qrcode{
  padding: 2px;
  text-align: center;
}

#footer{
  padding-top: 50px;
	padding-left:100px;
}

#footer img{
  width:240px;
}

/* Panels */
.panel {
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  color: #ffffcc;
}

.panel p{
  color: #663300;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  margin-bottom: 1.25em;
  padding: 1.25em;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: white;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"].oversize,input[type="password"].oversize,input[type="date"].oversize,input[type="datetime"].oversize,input[type="email"].oversize,input[type="number"].oversize,input[type="search"].oversize,input[type="tel"].oversize,input[type="time"].oversize,input[type="url"].oversize,textarea.oversize {
  font-size:17px;padding: 4px 6px;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus {
  background:#fafafa;border-color: #b3b3b3;
}

input[type="text"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled] {
  background-color: #ddd;
}

@-moz-document url-prefix() { button::-moz-focus-inner,input[type=\"reset\"]::-moz-focus-inner,input[type=\"button\"]::-moz-focus-inner,input[type=\"submit\"]::-moz-focus-inner,input[type=\"file\"]>input[type=\"button\"]:: -moz-focus-inner }
