/* Basics */
* {
	margin: 0;
	outline: 0;
	border: none;
	padding: 0;
	background: transparent;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
}

*:link { 
	cursor: pointer;
}

:focus { 
	outline: 0;
}

html {
	background: #fff;
	color: #333;
	font-family: "Palatino Linotype", serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
}
/* --- */



/* body {} */



/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	color: #333;
	font-family: "Calibri", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	vertical-align: baseline;
	line-height: 110%;
}

h1 { 
	font-size: 26pt;
}

h2 {
	font-size: 22pt;
}

h3 {
	font-size: 20pt;
}

h4 {
	font-size: 18pt;
}

h5 {
	font-size: 16pt;
}

h6 {
	font-size: 14pt;
}
/* --- */



/* Paragraphs */
p { 
	margin: 0 0 20px 0;
	color: #333;
	font-family: "Palatino Linotype", serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	vertical-align: baseline;
	line-height: 140%;
}

figure p {
  	margin: 0;
  	text-align: center;
	font-size: 12pt;
}

p.readmore {
	clear: both;
	margin-top: 20px;
	background-image: url(/templates/hrot/images/viac.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 140px;
	height: 34px;
}
/* ---*/



/* Links */
a { 
	color: #ff0000;
}

h2 a { 
	color: #333;
}

h2.item-title a, h2[itemprop="name"] a {
	font-size: 26pt;
	font-weight: bold;
	line-height: 110%;
}

p.readmore a {
	color: #fff;
	font-family: "Calibri", sans-serif;
	font-weight: bold;
	line-height: 34px;
}
/* --- */



/* Quotes */
blockquote {
	margin-bottom: 20px;
	border-left: 5px solid #f2f2f2;
	padding: 0 25px;
	background: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: italic;
	text-align: inherit;
	line-height: inherit;
	vertical-align: inherit;
	quotes: "„" "“" "‚" "‘";
}

q {
	color: inherit;
	font-family: inherit;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 140%;
	vertical-align: baseline;
	quotes: "„" "“" "‚" "‘";
}
/* --- */



/* Images */
.item-page img, figure img, div.pull-none img,
img.pull-left, div.pull-left img,
img.pull-center, div.pull-center img,
img.pull-right, div.pull-right img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

div.social img {
	width: 40px;
	height: 40px;
}

div.social img:first-child {
	margin-right: 15px;
}

img.footer-logo {
	display: block;
	margin: 20px auto;
	width: 150px;
	height: auto;
}
/* --- */



ul, ol {
	padding-left: 25px;
	margin-bottom: 20px;
}

dt {
	display: block;
	font-weight: bold;
	font-size: 115%;
}

dd {
	display: block;
	margin: 0.5em 0 1.5em 1em;
}

figure { margin: 18px 0; padding: 0; }

figure img { width: 100%; }

figure p {
  	margin: 0;
  	text-align: center;
	font-size: 0.78em !important;
}


input {
	vertical-align: middle;
	box-sizing: border-box;
}

button {
	vertical-align: middle;
	box-sizing: content-box;
}



/* Tables */
table {
	margin: 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 592px;
}

td {
	border: 1px solid #ddd;
	padding: 2px 5px;
}

th {
	border: 1px solid #ddd;
	padding: 2px 5px;
	background-color: #eee;
	font-weight: bold;
}
/* tbody, tfoot, thead, tr */
/* --- */



/* Markers */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del, s { 
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}
/* sub, sup, small, pre, code, samp, kbd, var */
/* --- */


.clear { clear: both; }
/* --- */



/* Content */
.page { 
	margin: 2%;
}

.content-area {}
/* --- */



/* Logo */
.logo {
	margin: 0 auto;
	width: 100%;
  	max-width: 500px;
}

#logo a {
	display: block;
	line-height: 0;
}
/* --- */



/* Search */
.search-form {
	margin: 10px auto 0 auto;
 	width: 100%;
 	max-width: 500px;
}

#mod-search-searchword {
	box-sizing: border-box;
	margin-right: 4%;
	border: 1px solid #808080;
	border-radius: 2px !important;
	padding: 0 2%;
	width: 60%;
	height: 34px;
	line-height: 34px;
	color: #716d5c;
}

#search-button {
	box-sizing: border-box;
	border: 1px solid #808080;
	border-radius: 2px !important;
	padding: 0 2%;
	width: 36%;
	height: 34px;
	line-height: 34px;
	background-color: #ececec;
	color: #716d5c;
	text-align: center;
}

#search-button::-moz-focus-inner {
	padding: 0;
	margin: 0;
	border: none;
}

.result-created {
	margin-bottom: 30px;
}

.result-title, .result-category, .resut-text {
	margin-bottom: 10px;
}

.blog-featured, article, .blog, #article-footer {
	margin: 20px auto;
	max-width: 500px;
}

#article-footer .custom {
	background: #eee;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 30px 50px;
}

/* --- */



/* Article information: Author | Category | Publishing date */
dl.article-info { 
	margin: 0 0 20px 0;
}

.article-info-term { 
	display: none;
}

.createdby, .category-name, .published {
	margin: 0 ;
	display: inline-block;
	font-family: "Calibri", sans-serif;
	font-size: 1em;
	color: #333;
}

.createdby:after, .category-name:after { 
	content: "|"; 
}

.items-row {
	clear: both;
}

.item {
	clear: both;
	margin-top: 30px;
	border-top: 1px solid #333;
	padding-top: 30px;
}
/* --- */



/* Read more */
.readmore {
	clear: both;
	margin-top: 20px;
	background-image: url(/templates/hrot/images/viac.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 140px;
	height: 34px;
}
.readmore a:link, .readmore a:visited {
	color: #fff;
	font-family: "Calibri", sans-serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: 34px;
}
/* --- */



/* Footer separator */
.footer-separator {
	border: none;
	width: 100%;
	height: 1px;
	background-color: #333;
}
/* --- */



/* Footer */
footer {
	padding-top: 20px;
}

footer ol, footer ul, footer li { 
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;  
}

.bottom-left-module {
	font-family: "Calibri", sans-serif;
    font-size: 14pt;
    line-height: 175%;
}

.bottom-middle-module {
	margin: 30px auto;
    font-family: "Calibri", sans-serif;
    font-size: 14pt;
    text-align: center;
}

.bottom-middle-module img {
	display: block;
	box-sizing: border-box;
	margin: auto;
	border: 1px solid #333;
	width: 100%;
}

.bottom-right-module {
	margin: 0 auto;
	padding: 0;
    font-family: "Calibri", sans-serif;
    font-size: 14pt;
    line-height: 175%;
    text-align: center;
}

.bottom-left-module li a, .bottom-right-module li a {
	display: block;
	max-width: 350px;
	margin: 10px auto;
	padding: 5px;
	background-color: #555;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

div.social {
	margin: 20px auto;
	width: auto;
	height: 40px;
	text-align: center;
}

div.footer-info {
	margin: 20px auto 0 auto;
	padding: 10px;
	background-color: #333;
	color: #f2f2f2;
	font-family: "Calibri", sans-serif;
	font-style: italic;
	text-align: center;
	line-height: 110%;
}
/* --- */



/* Pagination */
div.pagination {
	margin: 30px 10px;
	font-family: "Calibri", sans-serif;
	color: #ccc;
}

.counter {
	display: none;
}

.pagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.pagination ul li {
	display: inline-block;
	margin-right: 15px;
}

.pagination-start, .pagination-prev, .pagination-next, .pagination-end {
	font-weight: bold;
}
/* --- */

.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
}