@import url('https://fonts.googleapis.com/css?family=Caveat+Brush|Raleway:300,300i,400,400i,700,700i,800,800i');

body,html{
	font-family: 'Raleway', sans-serif;
	color:#333;
}
input,button{
	border-radius: 0px !important;
}
h1,h2,h3,h4,h5,h6{
	color:#666 !important;
	font-weight: 300;
}
.btn {
	border-radius: 0px;
}
.subhead{
	position: relative;
	top:-5px;
	font-size: 15px;
	color:#666;
}
.section-label{
		font-size: 13px !important;
		margin-left: 0px;
		padding-left: 0px;
	}
.section-label-text {
	text-align: right;
	width: calc(100% - 25px);
}
.form-control:focus{
	border-color: #b0e966;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(176,233,102,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(176,233,102,.6);
}
.blurry {
	filter: blur(30px);
}
.btn {
	border:none !important;
}
.btn-success{
	background-color: #5bb000;
}
	.btn-success:hover{
		background-color: #6bce00;
	}
.big-form{
	font-size: 24px;
	height:65px;
	margin-bottom: 6px;
}
.big-green{
	font-size: 16px;
	font-weight: 700;
	color:#5bb000;
}
.btn-sm{
	font-weight: 700 !important;
	font-size:14px !important;
}
.btn-default {
	color:#5bb000;
	font-weight: bold;
	border-color:#5bb000;
}
#top {
	background-color: #f0f0f0;
	padding: 20px;
	border-bottom: 1px solid #e3e3e3;
	width: 100%;

}
#top-inner {
	background-color: #fafafa;
	height: 140px;
	padding: 20px;
	border-bottom: 1px solid #e3e3e3;
	width: 100%;

}
#headline {
	font-size: 50px;
	font-family: "Caveat Brush", serif;
	padding-top: 15px;

}
	#headline span {
		color:#5bb000;
	}

.section-label{
	padding-right: 0px;
	vertical-align: middle;
	float:left;
}
.wrapper {
	width: 20px;
	border:1px solid #cfcfcf;
	border-right: none;
	height: 100%;
	float: right;
	position: relative;
	left:20px;
}
.form-label{
	width:145px;
	height:40px;
	text-align: center;
	background-color: #fafafa;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: .01em;
	color:#666;
	border:1px solid #cfcfcf;
	border-right: none;

}
.form-label-sm {
	font-size: 12px;
	margin-top: 10px;
}
.med-form{
	margin-bottom:14px;
	width:calc(100% - 145px);
}
.med-form-input {
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size: 16px;
}

#coverPreview img{
	width:120px;
	margin:auto;

}
.well {
	background-color: #fff;
	box-shadow: none;
}
#savedWell {
	margin-top:76px;
	padding: 35px;
	text-align: center;
}
	#savedWell input {
		margin:15px 0;
	}
	#savedWell .glyphicon{
		font-size: 48px;
		color:#5bb000;
	}
	#savedWell big {
		position: relative;
		top:-10px;
		left: 10px;
		font-size: 24px;
		color:#5bb000;
	}

.greenLink {
	color:#5bb000;
	font-size: 14px;
}
	.greenLink:hover{
		color:#5bb000;
	}

/* Background Option Grid */

.bgOption {
	width:90px;
	height:90px;
	float: left;
	margin: 3px;
	background-position: center center;
	background-size: 171px 90px;
}
.bgOption.selected {
	box-shadow: inset 0px 0px 0px 10px rgba(91,176,0,1);
}
#bgOption1{
	background-image: url('bgs/bg13.jpg');
}
#bgOption2{
	background-image: url('bgs/bg14.jpg');
}
#bgOption3{
	background-image: url('bgs/bg15.jpg');
}
#bgOption4{
	background-image: url('bgs/bg16.jpg');
}
#bgOption5{
	background-image: url('bgs/bg17.jpg');
}
#bgOption6{
	background-image: url('bgs/bg18.jpg');
}

#bookCoverPreview {
	width:160px;
	height: 240px;
	background-color: #dedede;
}

#fbPreview {
	width:500px;
	margin:15px auto;
	background-color: #e8eaee;

}
#fbMeta{
	padding:10px;
}
	#fbUrlPreview {
		font-size: 12px;
		line-height: 16px;
		text-transform: uppercase;
	}
	#fbHeaderPreview {
		font-weight: bold;
		font-size: 14px;
		line-height: 18px;
	}
	#fbDescPreview {
		font-size: 12px;
		line-height: 16px;
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}


#bookTitleAlert {
	display: none;
	margin-top: 5px;
}

/* Preview Page */

#previewPhone {
	margin-top:50px;
	width:320px;
	height:620px;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.36);
	overflow-y: scroll;
	border-top:30px solid #111;
border-right:10px solid #111;
border-bottom:40px solid #111;
border-left:10px solid #111;
border-radius: 10px;
margin:50px auto 0 auto;
}
.editUrlLabel {
	width:120px;
	text-align:right;
	position: relative;
	top:7px;
	margin-right:10px;
	float:left;
}

/* Landing Page */

.landingHeadline {
	font-size: 20px;
	margin:10px 20px;
	text-align: center;
	font-weight: bold;
}
#purchaseLinks {
	text-align: center;
	margin: 10px 20px;
}
	#purchaseLinks .btn {
		font-size: 17px;
		font-weight: bold;
		border-radius: 0px;
	}
.landingDesc {
	text-align: justify;
	margin:5px 15px;
	font-size: 16px;

}


/* Footer */
#footer {
	margin-top:180px;
	background-color: #f0f0f0;
	padding: 25px;
	font-size: 12px;
	color:#aaa;
	border-top:1px solid #aaa;
}
.footer-link {
	display: block;
	margin-top: 5px;
	color:#aaa;
	font-weight: bold;
}

/* Dashboard */
.bookRow {
	background-color: #fafafa;
	border:1px solid #dedede;
	padding:20px;
	margin-bottom: 10px;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	#top{
	}
	#logo{
		width: 32px;
	}
	#headline {
		font-size: 24px !important;
		padding-top: 0px;
	}
	.form-label{
		font-size: 11px;
		width: 100px;
	}
	.med-form{
		width:calc(100% - 100px);
	}
	#fbPreview {
		width:320px;
		margin:15px auto;
		background-color: #e8eaee;

	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:768px, max-width:992px) {
	#top{
	}
	#logo{
		width: 95px;
	}
	#headline {
		font-size:50px !important;
		padding-top: 10px;
	}
	
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

}

 .sticky-queue {
  z-index: 100;
  position: fixed;
  background: #fff;
  border: 1px solid #999999;
  -moz-box-shadow: 0 0 5px #bbb;
  -webkit-box-shadow: 0 0 5px #bbb;
  box-shadow: 0 0 5px #bbb;
  width: 80%;
  overflow: hidden; }

 .sticky-note {
  padding-right: 20px;
  margin: 0; }

 .sticky {
  font-size: 17px;
  color: #555;
  display: none;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  opacity: .8;
  position: relative; }

 .sticky-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 14px;
  width: 14px;
  cursor: pointer; }

 .sticky-close:before {
  content: "\2716"; }

 .top-right {
  right: 20px; }

 .top-center {
  top: -2px;
  left: 50%;
  margin-left: -40%; }

 .top-left {
  left: 20px; }

 .top-right,
.top-center,
.top-left {
  top: -2px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

 .bottom-right {
  right: 20px; }

 .bottom-center {
  bottom: -2px;
  left: 50%;
  margin-left: -125px; }

 .bottom-left {
  left: 20px; }

 .bottom-right,
.bottom-center,
.bottom-left {
  bottom: -2px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px; }

 .border-top-right, .border-top-center, .border-top-left {
  border-top: 1px solid #999; }

 .border-bottom-right, .border-bottom-center, .border-bottom-left {
  border-bottom: 1px solid #999; }

 .sticky.success {
 	background-color: #5bb000;
 	color:#fff;
 }

  .sticky.error {
 	background-color: #EB4436;
 	color:#fff;
 }