/* <!---- Defaults ----!> */
body {
	background: #678ca6 url(../images/background/default_bg.jpg) 50% 0 fixed;
    background-size: cover;
	font-family: 'Roboto';
	
}

em {
    color: #da8668;
}

.site-grid {
	grid-template-columns: [full-start]minmax(0,1fr)[main-start]repeat(4,minmax(0,18.7em))[main-end]minmax(0,1fr)[full-end];
}

.container-header {
	background-color: transparent;
	background-image: unset;
}
header .grid-child.container-nav {
	max-width: unset;
}
header .navbar,
header .navbar-brand {
	margin: auto;
}
header .mod-menu {
	justify-content: center;
	background-color: #d2832f;
	box-shadow: 0 1px 3px rgba(30, 50, 70, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
header .metismenu.mod-menu > li span,
header .metismenu.mod-menu > li button,
header .metismenu.mod-menu > li > a {
	padding: 0 25px !important;
	line-height: 70px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
header .metismenu.mod-menu > li:not(:last-of-type),
header .metismenu.mod-menu > li:not(:last-of-type),
header .metismenu.mod-menu > li:not(:last-of-type) {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.12);
}
header .mod-menu .separator a {
	color: #5c626b;
	padding: 7px 0;
}

.site-grid main .com-content-article {
	background-color: white;
	padding: 10px;
	color: #5c626b;
	font-size: 14px;
}
.uk-panel-title {
	margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #497c95;
}
.sidebar-right p {
	color: #da8668;
}

/* <!---- Slideshow ----!> */
.uk-scope .uk-thumbnav {
	flex-wrap: nowrap;
	margin-left: unset;
}
.uk-scope [class*=uk-width] {
	width: unset !important;
}

/* <!---- Footer ----!> */
footer.footer {
	background-color: transparent;
	background-image: unset;
}
footer.footer .grid-child {
	background-color: #d2832f;
	margin-bottom:2px;
	max-width: unset;
}
footer.footer .grid-child .mod-custom {
	margin: auto;
	font-size: 14px;
}