body {
    letter-spacing: 1px;
    background: #f7f7f7;
    color: #000000;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
}
  .navbar-default {
    background-color: #ffffff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	border: 0;
	border-radius:0;
}
section.main {
    margin: 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
section.main h1,section.main h2 {
	color:#1d214f;
	text-transform: uppercase;
}
section.main h1 a,section.main h2 a{
	text-decoration:none;
}
section.main p {
	color:#3c3c3c;
}
section.main p a{
	color:#f78b0c;
}
section.main p a:hover{
	color:#e91f26;
	text-decoration:none;
}
section.main h2 span.you-tube {
	font-family: impact;
    text-transform: none;
    color: #333;
    font-size: 24px;
}
section.main h2 .fa-youtube-play{
	color: #e91f26;
    font-size: 24px;
}
section.footer {
    margin: 0;
    padding: 0 30px 30px 0; 
    position: relative;
    background-color: #333333;
    color: #fff;
}
section.footer p a{
	color:#fff;
}
section.footer p a:hover,section.footer p a:focus{
	text-decoration:none;
	color:#f78b0c;
}
.btn-primary {
    background-color: #e91f26;
	color: #fff!important;
}
.btn-primary:hover,.btn-primary:focus{
    background-color: #f78b0c;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #f78b0c;
  border: 0;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  background-color: #f78b0c;
  border-color: 0;
}
.btn{
	border-radius:0;
	border:0;
}
section.top-bar {
    padding: 8px 20px 8px;
    background: #f96b00;
	position: relative;
	margin-top: 0px;
}
section.top-bar a{
color:#fff;
}
section.top-bar a:hover{
text-decoration:none;
}
.glyphicon{
line-height: 26px;
}
.fa{
text-decoration: none !important;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}
.fa-facebook{
background: #0275d8;
    color: #fff;
}
.fa-facebook:hover{
background: #fff;
    color: #0275d8;
}
.fa-twitter{
background: #00acee;
    color: #fff;
}
.fa-twitter:hover{
background: #fff;
    color: #00acee;
}
.fa-youtube-play{
background: #c4302b;
    color: #fff;
}
.fa-youtube-play:hover{
background: #fff;
    color: #c4302b;
}
  .product_view .modal-dialog{max-width: 800px; width: 100%;}
        .pre-cost{text-decoration: line-through; color: #a5a5a5;}
        .space-ten{padding: 10px 0;}
		.thumbnail {
			border:0;
			margin-right: 10px;
			min-height:400px;
			max-height:400px;
		}
		.thumbnail:hover {
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}
		.thumbnail a,.thumbnail p a{
			color:#333!important;
		}
		.thumbnail a:hover{
			text-decoration:none;
			color:#e91f26!important;
		}
		.navbar-fixed {
    z-index: 99999;
    position: fixed;
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    -moz-animation: fadeInDown 800ms;
    -ms-animation: fadeInDown 800ms;
    -o-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
}
.blockquote {
    border-left: 5px solid #f68304;
}
@media (max-width: 768px){
.modal-dialog {
	margin:0px;
}
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: 0;
}
.navbar-default .navbar-toggle {
    border: 0;
}
@media (max-width: 768px){
	.top-bar{
		display:none;
	}
}