body {
	background-color: #eaeaea;
}
a {
	color: #978500;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #3a3a3a;
    font-weight: 400;
    text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    font-weight: 400;
    text-shadow: none;
}

.site-header {
	background: #3a3a3a;
}

.top-logo a {
	color: #ffd500;
	text-shadow: 0 1px 0 #060708;
}

.top-cta .btn {
    background-color: #ffd500;
    background-image: none;
    font-weight: 400;
    color: #060708;
    text-shadow: none;
}

.site-description {
	color: #fff;
	font-weight: 600;
	text-shadow: 0 1px 0 #060708;
}

.nav-container {
	background-color: #231f20;
	padding-top: 1px;
	padding-bottom: 1px;
}

.site-navigation {
	background-color: #231f20;
}
.top-leadin {
	color: #fff;
	font-weight: 400;
	text-shadow: 0 1px 0 #060708;
}

.top-tel {
	color: #fff;
	font-weight: 400;
}
.top-tel:before {
	color: #ffd500;
}

#primary-menu > li.current-menu-item,
#primary-menu > li:hover,
#primary-menu > li.current-menu-item:hover {
	background-color: #3a3a3a;
	color: #fff;
	font-weight: 300;
}

#primary-menu li a,
#primary-menu li a:hover,
#primary-menu li.current-menu-item a,
#primary-menu li:hover a,
#primary-menu ul li a,
#primary-menu ul li a:hover,
#primary-menu > li > a {
	text-shadow: none;
}

#primary-menu ul {
	background-color: #3a3a3a;
}
#primary-menu ul li a {
	color: #fff;
}
#primary-menu ul li a:hover {
	background: #050304;
	color: #fff;
}
#primary-menu > li > a,
#primary-menu ul {
	font-weight: 400;
	color: #fff;
}

.site-search i {
	color: #fff;
}

.hentry,
.widget,
.post-author,
.comments-area,
.error404 .content-area,
.pagination .page-numbers {
	border: none;
	border-bottom: 2px solid #e4cb19;
}

.slide-caption {
	background: rgba(0,0,0,0.6);
	border-radius: 0;
}
.slide-caption .heading1{ 
	color:#fdde00;
	text-shadow: none;
}
.slide-caption .heading2{
	color:#fff;
	text-shadow: none;
}
.slide-caption .button1 .btn{ 
    background-color: #fdde00;
    font-weight: 400;
    color: #231f20;
    text-shadow: none;
}

.home-widget-left .widget {
	background: transparent;
}
.home-widget-right .widget {
	background: #fdde00;
	background-image: url('../images/safety-diagonal.png');
	background-repeat: repeat;
	background-position: top center;
	background-attachment: scroll;
}

#secondary .widget-title {
	background-color: #4a4a4a;
	font-weight: 400;
}

.widget .post-item .post-title a:hover {
	color: #fff;
}
.widget ul li a:before {
	background-color: #e4cb19;
}
.sticky:after, .entry-meta i, .entry-footer i {
	color: #e4cb19;
}

.site-footer {
	background: #3a3a3a;
	color: #f7f7f7;
}
.site-footer a {
	color: #fddc32;
}
.site-footer a:hover {
	color: #fdde00;
}
.footer-widget .widget ul li a {
	color: #fddc32;
}
.footer-widget .widget ul li a:hover {
	color: #fdde00;
}

@media screen and (max-width: 1024px) {
	#primary-menu {
		background: #050809;
	}
}
