body {
	background: #f1f1f1;
}
em {
    color: unset;
}
h1 {
    font-weight: normal;
    color: #131313;
    font-family: Cuprum;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
}
h2 {
    font-weight: normal;
    color: #131313;
    font-family: Cuprum;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
}
h3 {
    font-weight: normal;
    color: #131313;
    font-family: Cuprum;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 5px;
}
.uk-container {
	max-width: 1300px;
	padding: 0;
}
.uk-link, a {
    color: #444;
    text-decoration: none;
}
.uk-link:hover, a:hover, .uk-link:focus, a:focus {
    color: #000;
    text-decoration: none;
}
.uk-slidenav-position .uk-slidenav {
	display: block;
	font-size: 42px;
	line-height: 42px;
	width: 42px;
	height: 42px;
}
.uk-slidenav-position .uk-slidenav-previous {
	left: 0;
}
.uk-slidenav-position .uk-slidenav-next {
	right: 0;
}
.uk-dotnav {
	margin-bottom: 5px;
}
.uk-dotnav > * > * {
	width: 10px;
	height: 10px;
}
.dm-header {
	min-height: 167px;
	background: #f6f6f6 url('../images/header-bg.jpg?14') no-repeat left top;
}
.dm-header .dm-timer {
	height: 130px;
}
.dm-header .uk-navbar {
	background: none;
}
/*.dm-header .uk-navbar-nav > li {
	border-right: 1px solid #e3e3e3;
}
.dm-header .uk-navbar-nav > li:last-child {
	border-right: none;
}*/
.dm-header .uk-navbar-nav > li > a {
	/*padding: 0 10px;*/
	color: #000;
}
.dm-header .uk-navbar-flip .uk-navbar-nav > li > a {
	/*text-transform: uppercase;*/
}
.dm-header .uk-navbar-nav > li.uk-open > a, .dm-header .uk-navbar-nav > li:hover > a, .dm-header .uk-navbar-nav > li > a:focus {
	background: none;
	color: #ba0003;
}
.dm-main-link {
	height: 130px;
	display: block;
}
.dm-main {
	background: #fff;
	padding: 25px;
}
.dm-mod-mkcontent-one .dm-mod-mkcontent-one-title {
	text-align: center;
}
.dm-mod-mkcontent-one .dm-mod-mkcontent-one-title a {
	color: #000;
	font-size: 21px;
	line-height: 24px;
	transition: all 0.5s ease 0s;
}
.dm-mod-mkcontent-one .dm-mod-mkcontent-one-title a:hover, .dm-mod-mkcontent-one .dm-mod-mkcontent-one-title a:focus {
	color: #444;
	text-decoration: none;
}
.dm-mod-mkcontent-one .dm-mod-mkcontent-one-content {
	
}
#toggle-rubric .mod_latest_h1 {
	display: block;
	margin: 0;
	padding-left: 15px;
}
#toggle-rubric li {
	border: 1px solid #e2e2e2;
	border-bottom: none;
	background: #f8f8f8;
}
#toggle-rubric li:last-child {
	border-bottom: 1px solid #e2e2e2;
}
#toggle-rubric .uk-nav-side > li.uk-active > a {
	background: #f5c73c;
}
.mod_maps_news .title {
	height: 42px;
	overflow: hidden;
}
.mod_maps_news .title a {
	color: #000;
	font-size: 18px;
	line-height: 21px;
}
.mod_maps_news .title a:hover, .mod_maps_news .title a:focus {
	color: #444;
	text-decoration: none;
}
.mod_maps_news .object {
	line-height: 15px;
}

#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}
#toTop .uk-icon-button {
	background: red;
	color: #fff;
}
.mod_user_menu .my_messages a.has_new {
    color: red;
}


/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
    color: #fff;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
    color: #fff;
}

@media (max-width:1239px) {
	.dm-timer #DateCountdown {
		display: none;
	}
}
@media (max-width:767px) {
	.dm-header {
		background: #f6f6f6 url('../images/header-bg-mobile.jpg?14') no-repeat left top;
		/*min-height: unset;*/
	}
	/*.dm-timer {
		display: none;
	}*/
	#footer {
		height: 45px;
	}
	#footer a {
	    color: #000;
	}
	#footer #copy {
	    line-height: 45px;
	    float: left;
	    margin-left: 20px;
	}
	#footer #fract ul li {
	    display: block;
	}
	#footer #fract ul li a {
	    color: #ccc;
	}
}