<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 @font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.eot');
    src: url('../fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff'),
         url('../fonts/notosans-regular-webfont.ttf') format('truetype'),
         url('../fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
 
 /*
 .tm-logo {
	background: url(../images/logo/logo.svg) no-repeat top left;
	width: 1158px;
	height: 125px;
 }
 */

p {
	line-height: 20px;
}

 .tm-headerbar {
	margin-top: 7px;
	margin-bottom: 0;
 }

.uk-search {
	background-color: #85a949;
}


.sign {
	font-size: 11px;
	text-align: right;
	color: #ffa940;
}
 /* main menu modifications */
.uk-navbar-nav &gt; li &gt; a {
 	font-size: 14px;
	font-family: noto_sansregular, Arial, Verdana; 
}

.uk-width-1-1 &gt; ul &gt; li &gt; a {
	line-height: 16px;
}

ul.uk-nav.uk-nav-navbar &gt; li {
	line-height: 20px;
}


/* tags modification */
.tag-body, .tm-tags-list a, .tagspopular ul li a {
    margin: 0 4px 4px 0;
    font-family: noto_sansregular, Arial, Verdana;
}

/* Side menu modifications */

.uk-panel-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 5px;
  font-family: noto_sansregular, Arial, Verdana;
}

.uk-panel-box {
	padding: 10px;
}

.uk-panel-box &gt; .uk-nav-side {
  margin: 0 -10px;
}

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../fonts/OpenSans-CondLight-webfont.eot');
    src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.uk-panel-box .uk-nav-side &gt; li &gt; a, .uk-panel-box .uk-nav-side .uk-nav-header {
  padding-left: 10px;
  padding-right: 10px;
  font-family: OpenSansCondensedLight, Arial;
  font-size: 14px;
}

.uk-nav-side &gt; li &gt; a {
  padding: 10px 10px;
  font-size: 85%;
  font-family: noto_sansregular, Arial, Verdana;
  line-height: 13px;
}

/*Read more button*/
.uk-button-large {
  min-height: 35px;
  padding: 0 15px;
  line-height: 35px;
}

/*Footer modifications*/
.tm-footer {
	/*background: url(../images/texture/wsd.jpg) repeat top left;*/
	background-color: #e4e4e4;
	margin-top: -100px;
	padding-top: 100px;
}

.uk-subnav.uk-subnav-list &gt; li {
    line-height: 25px;
    font-family: noto_sansregular, Arial, Verdana;
}

.uk-subnav.uk-subnav-list &gt; li &gt; a{
    color: #333333;
}

.uk-width-medium-2-10 &gt; p {
	line-height: 20px;
	font-family: noto_sansregular, Arial, Verdana;
	color: #333333;
}

.uk-width-medium-2-10 &gt; p &gt; a {
    color: #333333;
}

.uk-subnav &gt; li {
    font-family: noto_sansregular, Arial, Verdana;

}

.uk-letter {
	background: url(../images/stuff/letter.gif) no-repeat 0% 20%;
	padding-left: 30px;
}

.tm-footer-bottom a:link, .tm-footer-bottom .uk-subnav &gt; li &gt; a:link {
   color: #333333;
}

.tm-footer-bottom a:hover, .tm-footer-bottom .uk-subnav &gt; li &gt; a:hover {
   color: #ffffff;
}

/* Image modifications */

.uk-thumbnail-caption {
	 font-family: noto_sansregular, Arial, Verdana;
	 font-size: 90%;
	 line-height: 16px;
}

/* Easy book modifications */
.control-label {
	font-size: 90%;
	line-height: 16px;
}

.control-group input {
  height: 20px;
  min-height: 20px !important;
  line-height: 20px;
}

input.btn.btn-success {
  height: 30px;
}

/* FontResizer+ */
 .font-resizer, .font-resizer &gt; a {
    padding: 2px;
 	font-size: 18px;
 	border-bottom: solid 1px #ffa940;
 }

/* Contacts Form Modifications */

.dl-horizontal dt {
  	width: 30px;
}

.dl-horizontal dd {
  margin-left: 40px;
}

a.accordion-toggle {
	font-family: noto_sansregular, Arial, Verdana;
	 font-size: 110%;
	
}

/* RSForm */

.formResponsive {
  margin: 0 30px 18px;
}

#lightbox-wrap {
	z-index: 10000!important;
}

/* JComments modification */

#jc {
	padding-top: 20px;
}

#comments-form-comment {
	height: 80px;
}


#jc .rbox {
    border: 1px solid #698140;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#jc h4 {
    border-bottom: 1px solid #ff8200;
}
</pre></body></html>