font-face{ 
	font-family: 'carroisgothic';
	src: url('fonts/carroisgothic-regular.eot');
	src: url('fonts/carroisgothic-regular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/carroisgothic-regular.woff') format('woff'),
	     url('fonts/carroisgothic-regular.ttf') format('truetype'),
	     url('fonts/carroisgothic-regular.svg#webfont') format('svg');
}

body {
    padding-top: 0px; 
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center center;
    padding-bottom: 70px;
	padding-top: 50px;
    color: black;
	font-family: 'Lora', 'Times New Roman', serif;
}

.loggedInButton{
	float: right;
	padding-top: 5px;
}

.paddingLeft15px{
	padding-left: 15px;
}

.ninetyPercentGrey{
	color: rgb(10%, 10%, 10%);
}

.lightGrey{
	color: lightgray;
}

.linkNoColor {
	color: black;
   text-decoration: none; // changed from text-decoration:underline
}

.linkNoColor:hover {
    color: black;
   text-decoration: underline; // changed from text:decoration:none
}

a:hover span {
   color: black;
   text-decoration: underline; // changed from text:decoration:none
}

.fa-2 {
    font-size: 2em;
}

.Pending{
	color: gold;
}

.Completed{
	color: green;
}

.Denied{
	color: red;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
	 text-align: center;
}

.centerNoWrap {
     float: none;
     margin-left: auto;
     margin-right: auto;
	 text-align: center;
	 white-space: nowrap;
}

.centerLeftTD{
     float: none;
     margin-left: auto;
     margin-right: auto;
	 text-align: center;
     border-left: 1px solid #000000;
}

.centerRightTD{
     float: none;
     margin-left: auto;
     margin-right: auto;
	 text-align: center;
     border-right: 1px solid #000000;
}


.leftNoWrap {
     float: none;
     margin-left: auto;
     margin-right: auto;
	 text-align: left;
	 white-space: nowrap;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.paragraphFontHead{
    color: black;
    font-family: "carroisgothic";
    font-weight: bold;
    //text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 5px #000, 0 0 6px #000, 0 0 7px #000, 0 0 8px #000, 0 0 9px #000, 0 0 10px #000,  0 0 11px #000, 0 0 12px #000;

    font-size:2.4em; 
    text-align: center;
}

.authorImage{
	max-width: 105px;
}

.indexLogo{
	width: 100% !important;
	max-height: 350px !important;
}

.item{
  display: inline-block;
  padding: 0 5em;
}

.dot{
  &:before,
  &:after{
    content: ".";
  }
  
  &{
    animation: fade 1s linear infinite;
  }
  
  &:after{
    animation: fade 2s linear infinite;
  }
}

@keyframes spin{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.navbar{
	background-color: white !important;
	border: 0 !important;
}

.navbar-default{
	background-color: white !important;
	border: 0 !important;
}
.navbar-default .navbar-nav > li > a{
	color: black;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #337ab7;
}

.nav-tabs > li > a{
	color: black;
	font-weight: bold;
}

.nav-tabs > li > a:hover{
	color: #337ab7;	
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #337ab7;
	border-bottom:3px solid #337ab7;
	background-color:white;
}
.navbar-fixed-top .nav {
    padding: 0px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 1 15px !important;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.img-responsive {
    display: block;
    width: auto;
    max-height: 100%;
	margin: auto;
}

.floatLeftCenter{
	float: left;
	width: 33%;
	text-align: center;
	margin-left: 50%;
	margin: auto;
}

/****  Home Page Specifics  ****/

.homeFeaturedDiv{
  text-align: center;
  margin-left: 50%;
  margin: auto;
  border: 1px solid lightgrey;
  padding-top: 15px;
}

.homeFeaturedDivNoOutline{
  text-align: center;
  margin-left: 50%;
  margin: auto;
}

.centerDiv{
  width: 50%;
  margin: auto;
}

.slider_bg{
	background-image: url("../img/bookBlur.jpg");
	background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;  
}

.buttonContainer{
	padding-top: 30px;
	padding-bottom: 30px;
	width: 350px;
}

.greenSignUpButton {
	background-color: #92AD40;
	color: white;
    font-family: "carroisgothic";
    font-size: 2.1em; 
	font-weight: bold;
	border: 4px solid white ;
	/*border-radius: 10px;*/
    outline: 2px solid #92AD40;
	width: 350px;
}
	
.greenColor{
	background-color: #92AD40;
	color: white;
    font-family: "carroisgothic";
	border-color: lightgray;
}	

	
.greenButton{
	background-color: #92AD40;
	color: white;
    font-family: "carroisgothic";
    font-size: 2.1em; 
	font-weight: bold;
	border: 4px solid white ;
	outline: 2px solid #92AD40;
}

.greenButton:active{
	color: white;
}

.greenButton:focus{
	color: white !important;
}

.greenButton:hover{
	color: #333;
}

.buttonContainerTrack{
	padding-top: 30px;
	width: 100px;
}

.greenButtonTrack{
	background-color: #92AD40;
	color: white;
    font-family: "carroisgothic";
    font-size: 1.0em; 
	font-weight: bold;
	border: 4px solid white ;
	outline: 2px solid #92AD40;
}

.greenButtonTrack:active{
	color: white;
}

.greenButtonTrack:focus{
	color: white !important;
}

.greenButtonTrack:hover{
	color: #333;
}

.buttonLoginContainer{
	width: 150px;
}

.greenButtonLogin{
	background-color: #92AD40;
	color: white;
    font-family: "carroisgothic";
    font-size: 1.0em; 
	font-weight: bold;
	border: 4px solid white ;
	outline: 2px solid #92AD40;
}

.greenButtonLogin:active{
	color: white;
}

.greenButtonLogin:focus{
	color: white !important;
}

.greenButtonLogin:hover{
	color: #333;
}

.focus.active.btn, .active.btn:focus, .focus.btn, .focus.btn:active, .btn:focus:active, .btn:focus{
	outline: none;
}

.placednf {
    color: red;
}

.green{
    color: white;
    font-weight: bold;
    background-color: green !important;
}

.red{
    font-weight: bold;
    color: white;
    background-color: #990000 !important;
}

.yellow{
    font-weight: bold;
    background-color: yellow !important;
}

.highlight{
    background-color: #FFFFCC !important;
}

.imageResize25{
    max-height: 25px;
    width: auto;
    border-radius: 50%;
}

.textFade{
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow:hidden;
    text-overflow: ellipsis;
    content: "";
    background: -webkit-linear-gradient(#000, #333, #fff);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

a.deleteIcon{
float: right;
    margin-top: -12px;
    margin-right: -7px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #333;
    border-radius: 15px;
    background: #337ab7;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 7px 3px;
    text-decoration: none;
    border: 3px solid white;
    box-shadow: 0px 0px 0px 2px #337ab7;	
}

.deleteIcon:before {
    content: "×";
}

.modal {
  text-align: center;
}
@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-large{
   width:75%;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:75%;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.icon-ph {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    position:absolute;
    left:3px;
    top:3px;
    bottom:3px;
    z-index:3;
  }
.custom-text {
    padding:6px 6px 6px 30px ;
}
.input-container {
  position:relative;
}

.prependInput {
  padding: 0px 37px;
}

.marginTop15px{
	margin-top: 15px;
}

.marginTop25px{
	margin-top: 25px;
}

.marginTop50px{
	margin-top: 50px;
}

.requestDiv{
	    border-bottom: solid black 1px;
}

/****  Author Page Specifics  ****/

/****  New Releases Page Specifics  ****/

/****  Search Page Specifics  ****/

.paragraphFontBook{
    color: black;
    font-family: "carroisgothic";
    font-size:1.0em; 
}

.paragraphFontBookBold{
    color: black;
    font-family: "carroisgothic";
    font-size: 1.3em; 
	font-weight: bold;
}

#searchBar{
	padding-top:50px;
}

hr{ 
    color: black;
    height: 0px;  
} 

#searchCategories{
	padding-top:30px;
}	
	
#searchResults{
	padding-top:30px;
}

.bookSearchContainer{
	width: 100%;
    height: auto;  
	padding-left:10px;
	padding-right:10px;
}

.bookSearchContainer:after {
  content:"";
  display:table;
  clear:both;
}


.bookSearchDescription{
  width: 66%;
  float: left;
  word-wrap: break-word;
  text-align: justify;
}

.bookSearchLeft{
  float: left;
  width: 30%;
}

.boldText{
	font-weight: bold;
}

/**** End Search Page Specifics  ****/

/**** Book Detail Page Specifics  ****/
#bookDetailPage{
	padding-top: 25px;
}

#bookDetailPageImage{
	width: 25%;
}

.bookDetailImage{
	width: 12em;
}

#bookDetailPageDescription{
	width: 75%;
}

.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.highlighted{
	background-color: lightYellow;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	padding: 5px;
	display: inline-block;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}
/**** End Book Detail Page Specifics  ****/

/**** Author Detail Page Specifics  ****/
#authorDetailPage{
	padding-top: 25px;
}

#authorDetailPageImage{
	width: 25%;
}

.authorDetailImage{
	width: 12em;
}

#authorDetailPageDescription{
	width: 75%;
}

#authorDetailTweet{
	padding-top: 25px;
}

#authorDetailBooks{
	padding-top: 25px;
}

blockquote.twitter-tweet {
  display: inline-block;
  padding: 16px;
  margin: 10px 0;
  max-width: 468px;
  border: #ddd 1px solid;
  border-top-color: #eee;
  border-bottom-color: #bbb;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000;
}
 
blockquote.twitter-tweet p {
  font: normal 18px/24px Georgia, "Times New Roman", Palatino, serif;
  margin: 0 5px 10px 0;
}
 
blockquote.twitter-tweet a[href^="https://twitter.com"] {
  font-weight: normal;
  color: #666;
  font-size: 12px;
}

/**** End Author Detail Page Specifics  ****/

#Gap{
	background-image: url("../img/Gap.png");
	height: 50px;
	width: 50px;
	float: right;
}

#banner{
    width:120px;
    height:30px;
    line-height: 30px;
    background-color:rgba(100,100,100,.4);
    text-align:center;
    vertical-align: middle;
    font-size:12px;
    color:black;
    margin-top: -50px;
    z-index: 2;
}

.tagFeatured {
   float: left;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1000;
   background-color: #337ab7;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}

.tagNewRelease {
   float: left;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1000;
   background-color: red;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}

.tagUpcomming {
   float: left;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1000;
   background-color: blue;
   padding: 5px;
   color: #FFFFFF;
   font-weight: bold;
}

.tagTracked{
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 38%;
    line-height: 150%;
    background-color: rgba(255, 255, 255, 0.90);
    font-family: "carroisgothic";
    font-size: 1.0em;
    font-weight: bold;
    border: 4px solid rgba(146, 173, 64, 0.90);
    outline: 2px solid rgba(255, 255, 255, 0.90);
}
	.wrap {
		position:relative;
		margin:0 auto;
               /*replace 900px with your width*/
		width:800px;
	}

	#footer {
		width:100%;
		float:left;
		background-color:black;
  		height: 60px;
		margin-top:50px;
		padding-top:20px;
		padding-bottom:20px;
		text-align: center;
	}


/* Extra small devices (phones, 320px and up) */
@media screen and (min-width: 320px) {

	.navbar-brand{
		padding: 1px 15px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {  

	.navbar-brand{
		padding: 1px 15px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  

	.navbar-brand{
		padding: 1px 15px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	
	.navbar-brand{
		padding: 1px 15px;
	}

}

/*!
 * Clean Blog v1.0.0 (http://startbootstrap.com)
 * Copyright 2015 Start Bootstrap
 * Licensed under Apache 2.0 (https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE)
 */

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}


blockquote {
  color: #808080;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}

.carousel-content {
    color:white;
    display:flex;
    align-items:center;
}

#text-carousel {
  background: no-repeat center center;
  background-color: #808080;
  background-image: url('/images/statsBackgroundBlur.jpg');
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
  min-height: 350px;
}

#PGAMain {
  background: no-repeat center center;
  background-color: #808080;
  background-image: url('/images/PGAMain.jpg');
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 250px;
}

#MLBMain {
  background: no-repeat center center;
  background-color: #808080;
  background-image: url('/images/MLBMain.jpg');
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 250px;
}

#NFLMain {
  background: no-repeat center center;
  background-color: #808080;
  background-image: url('/images/NFLMain.jpg');
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 250px;
}

.headTextSmall{
	font-size: 10px;
}

.site-heading{
    text-align: center;
	padding: 150px 0;
	color: white;
}

.subheading {
    font-size: 24px;
    line-height: 1.1;
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 10px 0 0;
	color: white;
}


.post-preview > a {
  color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085a1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085a1;
  text-decoration: underline;
}

.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085a1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085a1;
  border: 1px solid #0085a1;
  color: white;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 5px;
  background-color: white;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .pager li > a,
  .pager li > span {
    font-size: 14px;
    padding: 15px 25px;
  }
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085a1;
  border: 1px solid #0085a1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #808080;
  background-color: #404040;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}


