h3.uk-panel-title {
	text-align: center;
}
.uk-navbar-nav > li > a[href="#"] {
  cursor: pointer;
}
.readmore a {
  background-color: #1933ed;
  color: #ffffff;
  padding: 6px;
}
.readmore a:hover {
	 background-color: #5e4f45;
	 text-decoration: none;
}	
.uk-align-left > img {
  max-width: 200px;
}
textarea {
	height: auto;
}
/*	Toolbar	*/
#top-row {
	background: #1f31b5;
}
#top-row a,
#top-row p
 {
	color: #eee;
	vertical-align: middle;
}
#top-row i {
  font-size: 19px;
  vertical-align: middle;
}
.tm-toolbar {
	margin: 0;
}
/*	Header	*/
.tm-logo {
	text-align: center;
}
.tm-logo-small > p {
  display: inline-block;
  color: #fff;
}
#header-row {
  background-color: #efe8c9;
  background-image: url("../images/bg.header.png");
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #ffffff;
  border-top: 5px solid #919adf;
  color: #2f1f1f;
}
h1.companyname {
  color: #1933ed;
  font-weight: bold;
  font-size: 43px;
  text-align: center;
  text-shadow: 1px 1px 1px #49fd36;
}
p.companytype {
	color: #ed5d19;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
@media (max-width: 1220px) {
	h1.companyname  {
		font-size: 30px;
	}
}
.tm-logo-small {
	letter-spacing: unset;
}
.tm-headerbar a,
.tm-headerbar p
 {
  color: #2f1f1f;
}
/*	Mainmenu	*/
.tm-navbar {
	margin: 0;
}
#menu-row {
  background-color: #1933ed;
  z-index: 1;
}
#menu-row.uk-active {
	background-color: rgba(47, 31, 31, 0.75);
}
.uk-parent > a:after
 {
	content: "";
	font-family: FontAwesome;
	padding-left: 3px;
}
@media (min-width: 980px) {
	ul.uk-navbar-nav  {
		display: flex;
		justify-content: space-around;
	}
}
.uk-navbar-nav {
  float: none;
  width: 100%;
}
/*	Language switcher	*/
.mod-languages {
  display: inline-block;
}
a.btn.dropdown-toggle {
  background: transparent!important;
}
#top-row  .lang-block.dropdown-menu a{
	color: #000;
}
/*	Slider	*/
.uk-overlay-panel.uk-overlay-bottom.uk-overlay-background.uk-overlay-fade {
  padding: 30px 0 50px 0;
  text-align: center;
}
.uk-overlay-panel > .uk-margin {
  display: block;
  max-width: 50%;
  margin: 0 auto;
  color: #f9dda4;
}
h3.uk-h3 {
	color: #f9dda4;
}
.btn.dropdown-toggle {
  padding: 0;
}
/*	Featured-row	*/
#featured-row img.newsflash {
  background-color: #dabe85;
  border: 10px solid #ed5d35;
  border-radius: 10%;
  box-shadow: 0 0 0 0 #cccccc;
  margin: 0 auto;
  width: auto;
  display: block;
}
#featured-row {
  margin-top: -40px;
  background: red;
  background-color: #eae0b8;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
h3.featured-title {
	text-align: center;
	font-family: "Arimo",Arial,serif;
	font-size: 20px;
}

/*	News-row	*/
#news-row {
  background-color: #d1c489;
  border-bottom: 2px solid #f9dda4;
  border-top: 2px solid #f9dda4;
  color: #10100f;
  padding: 30px 0;
}
#news-row .uk-panel-title {
	color: #ed5d19;
	text-transform: uppercase;
}
.jn-right a {
	color: #50341a;
}
.jn-right a:hover {
	color: #d8bd85; 
}
/*	Parallax-row	*/
#parallax-row {
  background-image: url("../images/parallax-bg.jpg");
  background-repeat: no-repeat;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
#awards-row {
  padding: 150px 0;
}
/*	Maincontent	*/
.maincontent {
	margin-bottom: 20px;
}
.award-panel {
	border: 0 solid #cccccc;
	overflow: hidden;
	padding: 40px 15px;
	background-color: #f9dda4;
	border-radius: 20px;
	color: #121212;
	opacity: 0.8;
}
.award-panel img {
	border: 1px solid #555;
}
#tm-middle {
  margin-top: 30px;
}
h1.welcome-title {
  color: #ed5d19;
  font-size: 23px;
  line-height: normal;
}
/*	Footer-row	*/
#footer-row {
  background-color: #1933ed;
  border-bottom: 2px solid #f9dda4;
  border-top: 2px solid #f9dda4;
  color: #f5f3f0;
  padding: 30px 0;
}
.tm-totop-scroller {
  color: #f9dda4;
}
#footer-row .uk-subnav > * > * {
	color: #f9dda4;
}
#footer-row a,
#footer-row .uk-subnav > .uk-active > * {
	color: #fff;
}