.uk-navbar-nav > li > a[href="#"] {
  cursor: pointer;
}
.readmore a {
  background-color: #00a8e6;
  color: #ffffff;
  padding: 6px;
}
.readmore a:hover {
	 background-color: #53b5de;
	 text-decoration: none;
}	
.uk-align-left > img {
  max-width: 200px;
}
textarea {
	height: auto;
}
h3.uk-panel-title {
	text-align: center;
}
/*	Mobile-row	*/
#mobile-row {
  background: #666 none repeat scroll 0 0;
}
/*	Toolbars	*/
.tm-toolbar{
  margin-bottom: 15px;
  margin-top: 15px;
}
.top-contacts  > a{
	color: #fff;
}
.top-contacts  > a:hover{
	color: #f9b707;
	text-decoration: none;
}
.top-contacts > i {
  color: #f9b707;
  font-size: 18px;
  vertical-align: middle;
}

#top-row {
  background-color: #0879b0f2;
  box-shadow: none;
  transition: all 0.32s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
#top-row .homepage {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 1%, transparent 100%) repeat scroll 0 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
@media (max-width: 767px) {
	#top-row {
		position: relative;
		display: none;
	}
}
#header-row {
  padding: 25px 0;
  transition: all 0.3s ease 0s;
}
#header-row.uk-active {
  background: #272727 none repeat scroll 0 0;
  box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
  padding: 0;
  z-index: 1;
}
#header-row .homepage {
	background-color: #272727;
}

#nonhp-slider-row {
  background-color: #56bbd4;
  background-image: url("../images/header-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
}
.tm-logo-small > p {
  display: inline-block;
  margin: 0;
}
/*	Mainmenu	*/
.tm-navbar {
	margin: 0;
}
.uk-parent > a:after
 {
	content: "";
	font-family: FontAwesome;
	padding-left: 3px;
}
.uk-navbar-nav > li > a {
  text-transform: uppercase;
}
@media (max-width: 1220px) {
	.uk-navbar-nav > li > a {
	  font-size: 13px;
	  padding: 0 10px;
	  font-weight: normal;
	}
}
@media (max-width: 972px) {
	.uk-navbar-nav > li > a {
	  font-size: 12px;
	  padding: 0 9px;
	}
}
@media (max-width: 902px) {
	.uk-navbar-nav > li > a {
	  font-size: 11px;
	  padding: 0 5px;
	}
}
/*	Logo	*/
.tm-logo > p {
  margin: 5px 0;
}
/*	Slogan	*/
#nonhp-slider-row {
	height: 700px;
}
@media (max-width: 1220px) {
	#nonhp-slider-row {
		height: 600px;
	}
}
@media (max-width: 972px) {
	#nonhp-slider-row {
		height: 500px;
	}
}
@media (max-width: 902px) {
	#nonhp-slider-row {
		height: 400px;
	}
}
#slogan {
	color: #fff;
	margin-top: 8%;
}
h1.slogan {
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
p.slogan {
	font-size: 20px;
	text-shadow: 1px 1px 5px #000;
}
p.slogan-link {
	margin-top: 40px;
}
a.slogan {
  font-size: 16px;
  text-shadow: 1px 1px 5px #000;
  background-color: #f9b707;
  border-color: #f9b707;
  color: #fff;
  transition: all 0.3s ease 0s;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
  padding: 16px 40px;
}
a.slogan:hover {
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}
/*	Mainbody	*/
h1.uk-article-title {
	color: #2d7091;
}
/*	Accordion	*/
.bottom-link {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
/*	Feedback	*/
#mod_simpleemailform_captcha_1 {
		width: 100px;
		margin-left: 5px;
}
/*	Language switcher	*/
div.mod-languages a {
  color: #fff;
  font-size: 133%;
  vertical-align: middle;
}