
/*Общая верстка*/
body {
  background: rgba(0, 0, 0, 0) url("../images/page-bg.png") repeat-x scroll 0 0;
}
em {
  color: unset;
}
.uk-article-title {
  font-size: 24px;
  line-height: 30px;
  color: #337ab7;
}
.readmore a {
  background-color: #00a8e6;
  color: #ffffff;
  padding: 6px;
}
.uk-align-left > img {
  max-width: 160px;
}
h4, .uk-h4 {
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 8px;
}
textarea {
	height: auto;
}
.uk-grid > * {
  
}
.uk-panel-box {
  padding: 10px;
}
.uk-navbar-nav > li > a[href="#"] {
  cursor: pointer;
}
.uk-button-small {
  padding: 0 12px;
  line-height: 25px;
  font-size: 14px;
}

/*Шапко*/
.mod-languages i {
  font-size: 20px;
  vertical-align: middle;
}

.tm-headerbar {
  float: left;
  margin-bottom: 0;
}

.tm-toolbar, .tm-headerbar {
  margin-top: 5px;
}


/*	Поиск	*/
.uk-search::before {
  color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 30px;
  vertical-align: middle;
}

input.uk-search-field {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  font-size: 13px;
  height: 25px;
}
input.uk-search-field:focus {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 3px;

}

/*	Меню	*/
.tm-navbar {
  margin: -6px 0 10px;
}
.uk-navbar-nav {
  float: right;
  margin-top: 26px;
}
#mainmenu {
  background: #eee;
  background: linear-gradient(to top, #dadada, #fff);
  border-bottom: 1px solid #ededed;
  width: 100%;
}
.uk-navbar {
  background: none;
}
.uk-navbar-nav > li > a {
	text-transform: uppercase;
	font-weight: bold;
}
.uk-panel-box > .uk-nav-side {
  margin: 0px -10px;
}
@media  (max-width: 1220px) {
	.uk-navbar-nav > li > a {
	  font-size: 13px;
	  font-weight: normal;
	  padding: 0 10px;
	}
}

/*	Тело	*/
#wrapper {
  background: #ededed url("../images/bg-contentwrapper.jpg") repeat-x scroll center top;
  padding: 25px 0 25px 0;
}
#tm-middle {
	background: #fff;
	margin-left: 0;
	padding: 5px 0;
}
.tm-main{
  margin-left: -12px;
  padding: 5px;
}
.maincontent{
  background: #e5e5e5 url("../images/bg-container.jpg") repeat-x scroll center top;
  overflow: hidden;
  padding: 8px;
}
main .uk-grid {
  margin-left: 0;
}


/*	Модули	*/
.uk-panel-title {
  margin-bottom: 10px;
}
div.mod-languages a {
  color: #000;
}


/*	Подвал	*/
#bottom-parallax {
	padding: 50px 0 50px;
}
#tm-bottom-b .uk-panel-title {
  text-align: center;
  border-bottom: 1px solid silver;
}

/* stat */
.stat table {
    border: 1px solid #4C8DD2;
    width: 100%;
}
.stat table td:nth-child(2) {
    text-align: center;
    font-weight: bold;
    width: 55px;
}
.stat table tr:last-child {
    text-align: center;
    font-size: 12px;
}
.stat .tbh {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
}
.stat .tbb {
    border-bottom: 1px solid #4C8DD2;
}
.stat .tbg {
    border-bottom: 1px solid #0ef737;
}
.stat .tby {
    border-bottom: 1px solid #F7941D;
}
.stat .tbr {
    border-bottom: 1px solid #f7110c;
}
.stat table td{
    padding: 5px;
    border: none;
}
/*
#top-slider{
	background: url("../images/kupol.jpg") no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}
@media  (max-width: 1400px) {
	#top-slider {
		background-size: cover;
	}
}
*/