/* Style Sheet */

/*
 * Author: Matt Barron
 * URL: http://elkriverweb.com
 * Email: mattbarron@elkriverweb.com
 */

body {
  background: #fcfcfc;
	color: #444;
	font: 15px/1.7 Arial, Helvetica, sans-serif;
   -webkit-font-smoothing: antialiased;
   -webkit-overflow-scrolling: touch;
   
/*** begin sticky footer ***/
   display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.wrapper {
	flex: 1;
}
.botprotect {
	display: none;
}
/**** end sticky footer ****/
/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}
.centered {
    text-align: center;
}
.margin-auto {
	margin-left: auto;
	margin-right: auto;
}
.content {
	padding-top: 20px;
	padding-bottom: 20px;	
}
/* Links */
a, a:visited {
    color: #3498DB;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover {
    color: #7b7b7b;
    text-decoration: underline;
    outline: 0;
}
a:focus {
	color: #3498DB;
	text-decoration: underline;
	outline: 0;
}
a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.padded-col {
	padding: 5px;
}
.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-inverse {
	background: #26A65B;
	border-bottom-width: 1px;
	border-color: #26A65B;
	margin-bottom: 0;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.navbar-toggle {
	border: 0;
}
.navbar-logo {
	height: 60px;
	margin-left: 5px;
	margin-right: 15px
	}
.navbar-inverse .navbar-nav>li>a:hover {
	color:#d0d0d0;
	background-color:transparent;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
	color: #D0D0D0;
	background-color: transparent;
	border: 1px solid;
}
.nav-login a{
	float: right;
}
.nav li>a:hover, .block-grn li>a:focus {
	color: #D0D0D0;
	background-color: rgba(0, 0, 0, 0.5);
}
.logo-img {
	padding: 20px;
}
.rs-logo-sidebar {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.fx-logo-sidebar {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
tr.mousechange:hover {
	cursor: pointer;
}
.table-hover tbody tr.mousechange:hover td {
	background-color: #E5FFE4;
	opacity: 0.90;
}
/*** navbar brand and sidebar logo hide/show ****/
@media (min-width: 768px) {
	.hide-brand {
		display: none;	
	}
}
@media (max-width: 768px) {
	.logo-img {
		display: none;	
	}
	.banner .logo-img {
		display: block;	
	}
}
.banner-h1 h1{
	font-size: 12px; 
	opacity: 0.01;
}
/*** centered nav-pills *****/
.center-pills {  
    text-align: center
}
.center-pills ul.nav-pills {
    display: inline-block
}
.center-pills li {
    display: inline
}
.center-pills a {
    float: left
}
* html .center-pills ul.nav-pills, *+html .center-pills ul.nav-pills {
    display: inline
}

/* login and registration pages*/
.auth-form {
	margin-top: 100px;
	margin-bottom: 70px;
}
/**** Transluscent backgrounds ****/
.translucent-bg {
	color: #ffffff;
}
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.translucent-bg blockquote footer {
	color: #cccccc;
}
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.green:after {
	background-color: rgba(0, 100, 15, 0.35);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-green {
	background-color: #26A65B;
	color: #fff;
}
.bg-green h1, .bg-green h2,.bg-green h3,.bg-green h4 {
	color: #fff;
} 
/*** Home page *****/
.banner {
	background-image: url("/app/images/bg/btt-bg-enve.jpg");
	overflow: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding: 30px 10px 30px 10px;
	color: white;
	text-align: justify;
}
.main {
	margin-top: 50px;
	text-align: justify;
}
.main h3 {
	margin-top: 0;
}
.main span {
	font-size: 5em;
	margin-right: 25px;
	margin-left: 25px;
}
.main .nav-pills {
	margin: 0 auto;
}
.main .block-grn {
	font-size: 1.1em;
	height: 100%;
}
.banner .logo-img {
	height: 100%;
	padding: 30px 35px 30px 25px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 500px;
	vertical-align: middle;
}
/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;
}
.modal-header {
	color: black;
}
.modal-header i {
	font-size: 1.5em;
}
.modal-header h4 {
	font-weight: 700;
}
.modal-body {
	background: #f2f2f2;
   font-family: "Lato";
   font-weight: 300;
	font-size: 16px;
   color: #555;
}
.modal-body h4 {
	margin-bottom: 20px;
}
.modal-body form {
	margin-top: 20px;
}
.modal-footer {
	margin-top: 0px; 
}
#forkModal img {
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
#forkModal img:hover, #forkModal img:focus {
	opacity: 0.79;
}
/* Forms */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}
/* Footer Wrap */
#footer {
	color: #fff;
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer a {
	color: #fff;
}
#footer a:hover, #footer a:focus {
	color: #fff;
	text-decoration: none;
}
#footer p {
	margin: 0;
}
/* block styles */
.block-dg {
	background-color: #D4D4D4;
	color: black;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.block-dg a {
	color: #26A65B;
}
.block-lg {
	background-color: #E6E6E6;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.block-grn {
	color: white;
	background-color: #26A65B;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.block-grn a {
	color: white;
}
.block-grn h1, .block-grn h2, .block-grn h3, .block-grn h4, .block-grn h5, .block-grn h6 {
	color: white;
}  
/* spoke calculator styles */
#spokecalc-form input {
	text-align: right;
	width: 60px;
}
#spokecalc-form td {
	text-align: right;
	min-width: 3em;
	padding: 2px 4px 2px 4px;
}
#spokecalc-form th {
	padding-left: 4px;
	text-align: left;
}
#spokecalc-form {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	border-collapse: collapse;
}
#spokecalc-form tr:nth-of-type(odd) {
  	background-color: #E5FFE4;
} 
#spokecalc-results {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	border-collapse: separate;
   border-spacing: 5px;
}
#spokecalc-results input {
	text-align: right;
	width: 120px;
}
#spokecalc-results th {
	padding-right: 10px;
}
/* remove number spinners */
input.text-input[type='number'] {
    -moz-appearance:textfield;
}
input.text-input[type=number]::-webkit-inner-spin-button,
input.text-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/********** forks *********/
#fork_info th {
	text-align: left;
	border-bottom: 2px solid;
}
#fork_info thead th{
text-align: center;
font-size: 18px;
padding-bottom: 10px;
}
#fork_info {
margin-bottom: 25px;
}
#fork_info td {
padding: 2px 10px 2px 20px;
border-bottom: 2px solid;
}
/* rockshox fork styles */
#rockshox_volumes table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#rockshox_volumes th {
	padding: 5px 5px 10px 5px;
	border: 2px solid #000000; 
}
#rockshox_volumes td {
	padding: 5px 5px 5px 5px;
	border: 2px solid #000000; 
	text-align: center;
	font-weight: bold;
}
#rockshox_volumes tfoot {
background-color: #FFFFFF;
}
.header_one {
font-size: 20px;
}
.header_two {
font-size: 16px;
}
.header_three {
font-size: 12px;
}
#col_one {
background-color: #BFBFBF;
}
#col_two {
background-color: #E5E5E5;
}
.damper {
	background-color: #FF96A8;
}
.spring {
	background-color: #FFC0CB;
}
/* fox forks styles */
#fox_volumes {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#fox_volumes th {
	padding: 5px 5px 10px 5px;
	background-color: #BFBFBF;
	border: 2px solid #000000; 
	font-size: 16px;
	text-align: center;
}
#fox_volumes td {
	padding: 5px 5px 5px 5px;
	border: 2px solid #000000; 
	text-align: center;
	font-weight: bold;
}
.green {
background-color: #87D37C;
}
.red {
background-color: #FF96A8; 
}
.yellow {
background-color: #F7CA18;
}
.blue {
background-color: #89C4F4;
}
.gold {
background-color: #F5D76E; 
}
.honey {
background-color: #FFD837; 
}
#o_c_include {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
#o_c_volume {
	margin-left: auto;
	margin-right: auto;		
}
#o_c_volume th {
	padding: 5px 5px 10px 5px;
	background-color: #BFBFBF;
	border: 2px solid #000000; 
	text-transform: uppercase;
} 
#o_c_volume td {
	padding: 5px 5px 5px 5px;
	border: 2px solid #000000; 
	font-weight: bold;
	text-align: center;
}
h4.o_c{
color: #FF0000;
}
#FIT_msg p {
color: #FF0000;
font-size: 16px;
}

/****************STYLESHEET FOR ADMIN SECTION******************************************/

.admin-section {
	padding-top: 100px;
}
.input-form-size {
	width: 100%;
}



