/* general */
a {color: #E3B73C; outline: none; text-decoration: none; transition: color 0.3s;}

/* uikit specific */
.uk-table th {background: #E3B73C; color: #fff;}

/* all pages */
header {border-top: 40px solid #E3B73C; height: 252px; margin: 0 0 -252px; position: relative; width: 100%; z-index: 20;}
.stockinfo {background: #E3B73C; color: #fff; left: 0; position: absolute; top: -40px; width: 100%;}

.main-nav > li.uk-active > a {background: #E3B73C; border: 1px solid #f2a900; color: #fff;}
.main-nav li ul {background: #E3B73C; display: none; left: 0; padding: 10px; position: absolute; top: 100%;}

.slide .caption h3 {color: #E3B73C; font-size: 30px; font-weight: 500; line-height: 36px; margin: 0; text-transform: none;}

.intro {background: #282b2e; border-bottom: 10px solid #E3B73C; padding: 36px 0 0; text-align: center;}
.intro .more {background: #E3B73C; color: #282b2e; display: inline-block; font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 600; line-height: 40px; margin: 10px 0 0; padding: 3px 42px 0; text-transform: uppercase;}

.l-news {background: #E3B73C; padding: 25px 0 35px;}
.l-news .more {background: #282b2e; color: #E3B73C; display: inline-block; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; line-height: 40px; padding: 0 40px; text-align: center; text-transform: uppercase;}

.main-col h2.header {border-bottom: 1px solid #E3B73C; color: #282b2e; font-size: 36px; line-height: 40px; margin: 0 0 20px; padding: 0 0 8px;}
.side-nav {border-bottom: 8px solid #E3B73C; list-style-type: none; margin: 0; padding: 0;}

footer .subscribe {background: #fff; color: #E3B73C; display: inline-block; font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 600; line-height: 50px; padding: 0 22px; text-transform: uppercase;}
footer .col-1 ul li.uk-active a {color: #E3B73C;} 

/* Desktop and smaller */
@media (max-width: 960px) {
	header {border-top: 8px solid #E3B73C;}
}
