
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');
}


font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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;
    color: black;
}

#page-content-wrapper{
	padding-top: 0px;
}

 .prettiHausFont{
	font-family: Arial Black, Gadget, sans-serif;
	font-weight: normal;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: 25px !important; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featuretteMedicine {
  padding-top: 5px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.featurette-headingMedicine {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette-dividerMedicine{
  margin: 15px 0; /* Space out the Bootstrap <hr> more */
}

.bold{
	font-weight: bold;
}

.pNoMargin{
    margin: 0 0 0px !important;
}

.tenPercentMagin{
    margin-left: 10%;
	margin-right: 10% !important;
}

.divTextAlignCenter{
	text-align: center;
}

.divTextAlignLeft{
	text-align: left;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.centerText{
	text-align: center;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

.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;
}

.spanFloatRight{
	float: right;
}

.linkNoColor {
	color: black;
   text-decoration: none; // changed from text-decoration:underline
}

.linkNoColor:hover {
    color: black;
   text-decoration: underline; // changed from text:decoration:none
}

.linkNoColorWhite {
	color: white;
   text-decoration: none; // changed from text-decoration:underline
}

.linkNoColorWhite:hover {
    color: white;
   text-decoration: underline; // changed from text:decoration:none
}

.divUnderlineText{
	text-decoration: underline;
}

.marginTop15px{
	margin-top: 15px;
}

.marginLeft15px{
	margin-left: 15px;
}

.marginTop25px{
	margin-top: 25px;
}

.marginTop50px{
	margin-top: 50px;
}

.deleteAttachment{
	cursor: pointer;
}

.attachmentDivHolder{
	min-height:50px;
	padding-top:10px;
}

.avatar {
-moz-border-radius:30px 30px 30px 30px;
-o-border-radius:30px 30px 30px 30px;
-webkit-border-radius:30px 30px 30px 30px;
border-radius:30px 30px 30px 30px;
border:0px solid black;
height:50px;
width:50px;
display: inline-block; /*optional, if you want to use div as image*/
margin-right: 15px !important;
}

.spinner1 {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 30px;
  border-radius: 5em;
  border-color: #92AD40 transparent #92AD40 transparent;
  animation: spin 1s linear infinite;
}

.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: purple;
	
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: purple;
	border-bottom:3px solid purple;
	background-color:white;
}
.navbar-fixed-top .nav {
    padding: 15px 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;
}

.homeFeaturedDivNoOutline{
  text-align: center;
  margin-left: 50%;
  margin: auto;
}

.slider_bg{
	background-image: url("../img/statsBackgroundBlur.jpg");
	background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;  
}

.buttonContainer{
	padding-top: 30px;
	padding-bottom: 30px;
	width: 490px;
}

.greenSignUpButton {
	background-color: purple;
	color: white;
    font-family: "carroisgothic";
    font-size: 2.1em; 
	font-weight: bold;
	border: 4px solid white ;
	/*border-radius: 10px;*/
    outline: 2px solid purple;
	width: 490px;
}
	
.greenButton{
	background-color: purple;
	color: white;
    font-family: "carroisgothic";
    font-size: 2.1em; 
	font-weight: bold;
	border: 4px solid white ;
	outline: 2px solid purple;
}

.greenButton:active{
	color: white;
}

.greenButton:focus{
	color: white !important;
}

.greenButton:hover{
	color: #333;
}

.focus.active.btn, .active.btn:focus, .focus.btn, .focus.btn:active, .btn:focus:active, .btn:focus{
	outline: none;
}

.pointsScored{

}

.pointsAllowed{
	visibility: hidden;
}

.yardsGained{
	visibility: hidden;
}

.yardsAllowed{
	visibility: hidden;
}

.timePOS{
	visibility: hidden;
}

.timePOSAllowed{
	visibility: hidden;
}

.rushAttempts{
	visibility: hidden;
}

.rushAttemptsAllowed{
	visibility: hidden;
}

.passAttempts{
	visibility: hidden;
}

.passAttemptsAllowed{
	visibility: hidden;
}

.turnoversTeam{
	visibility: hidden;
}

.turnoversOpp{
	visibility: hidden;
}

.penalties{
	visibility: hidden;
}

.penaltiesOpp{
	visibility: hidden;
}

table{
    border: 1px solid black;
    table-layout: fixed;
    width: 200px;
}

th, td {
    border: 1px solid black;
    overflow: hidden;
    width: 30px;
	text-align: center;
	white-space: nowrap;
}

.spanSpacer50px{
	padding-left: 50px;
}

.spanSpacer100px{
	padding-left: 100px;
}


.spanBold{
	font-weight: bold;
}

/****  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;
}

.paragraphFontRubricSummary{
    color: white;
    font-family: "carroisgothic";
    font-size:1.0em; 
	margin: 0 0 0px;
}

.paragraphFontRubricSummaryBold{
    color: white;
    font-family: "carroisgothic";
    font-size: 1.0em; 
	font-weight: bold;
	margin: 0 0 5px;
}

.rubricDetailPageDescription{
	width: 90%;
	background-color: #ff471a;
}

.paragraphFontGeneralAnalysisSummary{
    color: white;
    font-family: "carroisgothic";
    font-size:1.0em; 
	margin: 0 0 0px;
}

.paragraphFontGeneralAnalysisSummaryBold{
    color: white;
    font-family: "carroisgothic";
    font-size: 1.0em; 
	font-weight: bold;
	margin: 0 0 5px;
}

.generalAnalysisDetailPageDescription{
	width: 90%;
	background-color: #29CC52;
}

#searchBar{
	padding-top:50px;
}

hr{ 
    color: black;
    height: 0px;  
} 

#searchCategories{
	padding-top:30px;
}	
	
#searchResults{
	padding-top:30px;
}

.caseSummaryContainer{
	width: 100%;
    height: auto;  
	padding-left:10px;
	padding-right:10px;
	margin-top: 10px;
	background-color:white;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	border: solid 1px black;
}

.caseSummaryContainer:after {
  content:"";
  display:table;
  clear:both;
}

.rubricPageCaseSummaryContainer{
	width: 100%;
    height: auto;  
	padding-left:10px;
	padding-right:10px;
}

.rubricPageCaseSummaryContainer:after {
  content:"";
  display:table;
  clear:both;
}

.rubricSummaryContainer{
	width: 100%;
    height: auto;  
	padding-left:10px;
	padding-right:10px;
	margin-top: 10px;
	background-color:#ff471a;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	border: solid 1px black;
}

.rubricSummaryContainer:after {
  content:"";
  display:table;
  clear:both;
}

.generalAnalysisSummaryContainer{
	width: 100%;
    height: auto;  
	padding-left:10px;
	padding-right:10px;
	margin-top: 10px;
	background-color:#29CC52;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	border: solid 1px black;
}

.generalAnalysisSummaryContainer:after {
  content:"";
  display:table;
  clear:both;
}

.bookSearchDescription{
  width: 66%;
  float: left;
  word-wrap: break-word;
  text-align: justify;
}

.bookSearchLeft{
  float: left;
  width: 30%;
}

/**** End Search Page Specifics  ****/

/**** Book Detail Page Specifics  ****/
#bookDetailPage{
	padding-top: 25px;
}

#bookDetailPageImage{
	width: 25%;
}

.bookDetailImage{
	width: 12em;
}

#caseDetailPageDescription{
	width: 90%;
}
/**** 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: #92AD40;
   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;
}

	.wrap {
		position:relative;
		margin:0 auto;
               /*replace 900px with your width*/
		width:800px;
	}

/*Footer css */

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  position: fixed;
  height: 40px;
  background-color: #999999;
}

footer a{
    color: #222;
}

footer a:hover{
    color: #ffffff;
    text-decoration: none;    
}

.social:hover {
     -webkit-transform: scale(1.0);
     -webkit-transition-duration: 0.5s;
 }
 .social {
     -webkit-transform: scale(0.8);
     color: #222;
     
 }



/* 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;
	}

}


