.navbar-header {
	background:none;
	padding:0;
}

.jumbotron1 {
  background: rgba(253, 28, 20, 0.9);
}

.thumb:hover .thumb_overlay {
  background: rgba(253, 28, 20, 0.3);
}

.bg-primary {
  background: rgba(253, 28, 20, 0.8);
}

.dropdown-menu {
	top:100%;
}

.dropdown-menu > li > a {
	font-weight:bold;
}

.rd-mobilemenu_ul a:hover {
	color:#ffffff;
}

header .stuck_container {
	border-bottom:1px solid #e0e0e0;
}

.auction-nudge li, .auction-nudge a {
	color:#fd1c14;
}

.auction-nudge .an-wrap {
	font-family: arial;
}

#auction-nudge-items div.an-item div.an-title {
	height:75px;
}

#bikeListings a:nth-child(even) {
	color:#fd1c14;
}

.contact {
	font-size:2rem;
}

#contact-form label, #contact-form label.message {
	width:100%;
	margin-left:0.7%;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#email_check {
	display:none;
}

.alert {
	margin-bottom:0;
}

@media (max-width: 767px) {
	.navbar-brand {
		width:100%;
		text-align:center;
	}
	
	.camera_pag {
		display:block;
	}
}