@import "https://fonts.googleapis.com/css?family=Raleway:100,400&display=swap";

body {
	font-family:'Raleway',sans-serif;
	color:#111111;
}

a {
	color: #C73229;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

footer a:link {
	color: #000;
	text-decoration: none;
}

footer a:hover {
	color: #000;
	text-decoration: underline;
}

footer a:visited {
	color: #000;
}

footer {
	color: #000
}

#manufacturer_logos {
	position:absolute;
	top: 85px;
	left: 0;
	right:0;
	text-align: center;
	margin: 0 0 0 200px;
}

body.scroll #manufacturer_logos {
	display: none;
}

@media screen and (max-width: 1200px) {
	#manufacturer_logos {
		display: none;
	}
} 

nav {
	margin-top: 20px;
}

nav ul li a span {
	border:none
}

#tabs {
	position: absolute;
	bottom:0;
	right: 25px;
	width: auto;
	margin-top: 0px;
	color: white;
	font-size:14px;
	font-weight: 700;
	text-align: center;
	padding: 0 0 4px 0;
}


body.mobile #tabs, body.mobile #address {
	display: none;
}


#tabs a {
	color: white;
	text-transform: uppercase;
	text-decoration: none !important;
	border-top: #A3A59A solid 5px;
	padding: 5px 15px 5px 15px;
	margin: 0 5px;
	background: #C73229;
	border-radius: 8px 8px 0 0;
}
#tabs a:hover {
	color: white;
	background: #000;
}

body.rmacfad a, body.rmacfad .toggle-name, body.rmacfad #mobile_phone a {
	color: #07528A;
}

body.rmacfad #tabs a {
	background: #07528A;
}

body.rmacfad #tabs a:hover {
	background: #000;
}

body.rmacfad .top-bar, body.rmacfad .middle-bar, body.rmacfad .bottom-bar {
	background-color: #07528A;
}

body.rmacfad nav > ul > li > a[aria-haspopup="true"]::after {
	border-top: 8px solid #07528A;
}

body.rmacfad nav ul ul {
	border-top: 3px solid #07528A;
}

body.rmacfad .venue-form input[type="submit"],body.rmacfad input[type="cancel"],body.rmacfad input[type="reset"],body.rmacfad input[type="button"],body.rmacfad .qq-upload-button {
	background: #07528A;
	border:#07528A solid 1px;
}

body.rmacfad .venue-form input[type="submit"]:hover,body.rmacfad input[type="cancel"]:hover,body.rmacfad input[type="reset"]:hover,body.rmacfad input[type="button"]:hover,body.rmacfad .qq-upload-button:hover {
	background-color:#FFF;
	color: #07528A;
}

body.rmacfad .venue-form input,body.rmacfad .venue-form textarea,body.rmacfad .venue-form select, body.rmacfad .venue-form .input_container {
	border:1px solid #07528A;
}

body.rmacfad .qq-gallery.qq-uploader {
	border:#07528A solid 1px;
}

body.rmacfad a.button {
	background-color: #07528A;
	border: #07528A solid 1px;
	color: #FFF;
}

body.rmacfad a.button:hover {
	background-color: #FFF;
	border: #07528A solid 1px;
	color: #07528A;
}