/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.tc-header {
	background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(225,7,7,1)),color-stop(50%,rgba(99,93,94,1)),color-stop(51%,rgba(0,0,0,1)),color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,rgba(225,7,7,1) 0%,rgba(99,93,94,1) 50%,rgba(0,0,0,1) 51%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,rgba(225,7,7,1) 0%,rgba(99,93,94,1) 50%,rgba(0,0,0,1) 51%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,rgba(225,7,7,1) 0%,rgba(99,93,94,1) 50%,rgba(0,0,0,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,rgba(225,7,7,1) 0%,rgba(99,93,94,1) 50%,rgba(0,0,0,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e10707',endColorstr='#ffffff',GradientType=0);
}

.social-block a {
	font-size: 2em;
}

.sticky-enabled .tc-header {
	background: rgba(0,0,0,.8);
}

.navbar .nav>li>a {
	text-shadow: 0 1px 0 #000;
}

@media (max-width: 979px) {
	.nav-collapse.collapse, .no-navbar .nav-collapse {
		background: rgb(86,86,86);
	}
}

.BikesBox {
	vertical-align: top;
	max-width: 350px;
	min-height: 375px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	display: inline-block;
	padding-bottom: 35px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0;
	margin-top: 25px;
	-webkit-box-shadow: 5px 4px 5px 1px rgba(95,95,95,0.75);
	box-shadow: 5px 4px 5px 1px rgba(95,95,95,0.75);
	border-radius: 10px;
	background-color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(254,246,246,1.00) 89.63%,rgba(225,7,7,1.00) 92.23%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(254,246,246,1.00) 89.63%,rgba(225,7,7,1.00) 92.23%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(254,246,246,1.00) 89.63%,rgba(225,7,7,1.00) 92.23%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(254,246,246,1.00) 89.63%,rgba(225,7,7,1.00) 92.23%,rgba(0,0,0,1.00) 100%);
	transition: all ease 1s;
}

.BikesBox:hover {
	-webkit-box-shadow: 8px 6px 5px 1px rgba(0,0,0,1.00);
	box-shadow: 8px 6px 5px 1px rgba(0,0,0,1.00);
}

.BikesBoxTitle {
	height: 75px;
	background-image: -webkit-linear-gradient(90deg,rgba(225,7,7,1.00) 0%,rgba(0,0,0,1.00) 19.17%,rgba(254,246,246,1.00) 36.27%,rgba(254,246,246,1.00) 82.89%,rgba(225,7,7,1.00) 90.16%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(225,7,7,1.00) 0%,rgba(0,0,0,1.00) 19.17%,rgba(254,246,246,1.00) 36.27%,rgba(254,246,246,1.00) 82.89%,rgba(225,7,7,1.00) 90.16%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(225,7,7,1.00) 0%,rgba(0,0,0,1.00) 19.17%,rgba(254,246,246,1.00) 36.27%,rgba(254,246,246,1.00) 82.89%,rgba(225,7,7,1.00) 90.16%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(225,7,7,1.00) 0%,rgba(0,0,0,1.00) 19.17%,rgba(254,246,246,1.00) 36.27%,rgba(254,246,246,1.00) 82.89%,rgba(225,7,7,1.00) 90.16%,rgba(0,0,0,1.00) 100%);
	position: static;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 10px;
	border: medium groove rgba(212,212,212,1.00);
}

.BikesBoxImg {
	height: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}