/* Layout Styling */
.uk-navbar-nav>li>a {
    margin: 0px 5px;
    border-radius: 7px;
	background-color: #FFFFFF;
}
.uk-navbar-toggle {
    padding: 0 10px;
}
/*
.tm-headerbar-top {
    border-bottom: 2px solid #C0A17B;
}
*/
.header-img p {
	margin-bottom: 10px !important;
}
.tm-header-mobile .uk-navbar {
    padding: 10px 0;
}
.uk-navbar-toggle-icon svg {width: 30px; height: 30px;}

.tm-header {
    background-image: url(../../../images/banner-top.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
	background-color: #bf3019;
}
.tm-header-mobile {
    background-image: none;
	background-color: #BF3019;
}

/* Typo Styling */
b, strong {
    font-weight: bold;
    color: #000;
}
.callus {
    text-align: center;
    margin-right: 262px;
	margin-top: 15px;
}
.callus a, .callus h4 {
	color: #FFF;
}
.callus p {
	margin: 0px;
}
.callus h4 {
    font-size: 16px;
    margin: 0px;
    text-transform: uppercase;
	letter-spacing: 1px;
}
.callus em {
    color: #c6ae85;
    font-weight: bold;
    letter-spacing: 0.4px;
}
.callus h3 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 25px 0 0 0;
}
.uk-margin li {
    margin-bottom: 15px;
}
.uk-card.uk-card-primary.uk-padding-small.uk-text-center h3 {
    margin-bottom: 0;
    font-size: 20px;
}
div#jefooter {
    font-size: 12px;
}
/* Modules Styling */
.uk-card-default {
    border-radius: 10px;
}
.uk-card p {
    margin-bottom: 0px;
	line-height: 1.3;
}
.fb_iframe_widget span {
    text-align: center !important;
}
/* Simplequiz */
.simplequiz_question p:first-child {
    font-weight: bold;
}
.simplequiz_complete_text {
    background-color: #F3F3E7;
    padding: 20px;
    width: 50%;
    border: 2px solid #888;
}
.simplequiz_question p {
    margin: 0 0 10px 0;
}
/* Form styling */
.uk-form-controls.formControls {
    margin: 5px auto;
}

.uk-form input:hover {
    color: #000;
}
select:not([class*="uk-"]):not([multiple]):not([size]) {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
}
strong.formRequired {
    font-weight: normal;
    font-style: normal;
    margin-left: 3px;
    font-size: 15px;
    line-height: 16px;
}
@media (min-width: 960px) {
.uk-form-horizontal .uk-form-label {
    width: 300px;
}
}

@media (max-width: 480px) {
.navbar .brand, .navbar .nav>li>a, .navbar-search, .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    height: 55px;
	padding: 0 8px;
}
}