/*
Theme Name: domechti
Version: 1.0
Author: Akara
*/
/* reset.css Eric Meyer
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

body {
	background: url('img/color-bg.jpg') top center no-repeat #fff;
	font: 12px 'Lucida Grande', Arial, Helvetica, sans-serif;
}
a {
	color: #1589B0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* layout
------------------------------------------------------------ */
.wrapper {
	position: relative;
	margin: auto;
	max-width: 1200px;
	width: 99%;
	*width: 1100px;
}
.content {
	float: left;
	margin: 0 0 0 0.818%;
	width: 74.836%;
	*display: inline;
}
.article-block {
	float: right;
	width: 77.101%;
}
.left-aside {
	float: left;
	width: 21.924%;

}
.right-aside {
	float: right;
	margin: 0 0.818% 0 0;
	width: 22.727%;
	*display: inline;

}

/* standart
------------------------------------------------------------ */
img {
	max-width: 100%;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ads {
	overflow: hidden;
	text-align: center;
}
.article-ads {
	margin: 10px 0 0;
}

.main-block {
	box-shadow: 0 19px 19px 8px rgba(0,0,0,0.2);
	border: solid #d8d8d8;
	border: solid rgba(0,0,0,0.1);
	border-width: 0 1px;
}
/* top-bar
------------------------------------------------------------ */
.top-bar {
	background: #000;
	background: rgba(0,0,0,0.18);
}

/* header
------------------------------------------------------------ */
.header {
	position: relative;
	overflow: hidden;
	margin-bottom: -40px;
	height: 150px;
	border-top: 4px solid rgba(0,0,0,0.5);
	background: url('img/color-bg-element.png') 10px 0 no-repeat;
}
.logo {
	position: relative;
	z-index: 9999;
	display: block;
	margin: 37px 0 0 -7px;
	width: 315px;
	height: 71px;
	background:url('img/logo.png') no-repeat;
	text-indent: -9999px;
}
.vertical-ads {
	position: absolute;
	top: 47px;
	left: 0;
	padding: 8px 0 3px;
	width: 100%;
	height: 29px;
	background: #6593a2;
	text-align: right;
	overflow: hidden;
}

/* nav
------------------------------------------------------------ */
.nav {
	padding: 8px 10px 9px;
}
.nav li {
	display: inline;
	margin: 0 15px 0 0;
}
.nav a {
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	color: #000;
	text-decoration: underline;
}
#bottom-nav {
	position: relative;
	padding: 20px 15px;

	background: #696969; /* Old browsers */
	background: -moz-linear-gradient(top,  #696969 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #696969 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #696969 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #696969 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #696969 0%,#333333 100%); /* W3C */

	font-size: 0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
#bottom-nav  li {
	margin: 0;
	padding: 0 15px;
	border-left: 1px solid #3b3b3b;
	box-shadow: 1px 0 0 #7a7a7a inset;
	text-transform: uppercase;
	font-size: 12px;
}
#bottom-nav li:first-child {
	border-left: none;
	box-shadow: none;
}
#bottom-nav a {
	color: #bbb;
}
#bottom-nav a:hover {
	color: #fff;
}
#bottom-nav:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 290px;
	height: 19px;
	background: url('img/footer-bg2.png') no-repeat;
	content: "";
}
#bottom-nav:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 210px;
	height: 19px;
	background: url('img/footer-bg1.png') no-repeat;
	content: "";
}

/* search
------------------------------------------------------------ */
.search-form{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 283px;
}
.search-field {
	float: left;
    margin-right: 5px;
    padding: 3px 0 3px 6px;
    width: 200px;
	height: 15px;
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
    font-size: 100%;
}
.search-submit {
	float: right;
    width: 70px;
	height: 23px;
    border: 1px solid #d3d3d3;

	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%); /* W3C */

    text-transform: uppercase;
	font-size: 12px;
	line-height: 23px !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}

.crumbs {
    display: block;
	margin: 0 10px 12px;
	color: #808080;
    text-transform: uppercase;
    line-height: 120%;
	position: relative;
	z-index: 9999;
}
.crumbs a {
	color: #aaa;
}
/* article
------------------------------------------------------------ */
.article {
	padding: 10px;
}
.article-item {
	padding-left: 40px;
}
.article h1 {
	margin: 8px 0;
	color: #1589B0;
	font-weight: bold;
	font-size: 150%;
}
.single-page .article h2 {
	margin: 20px 0 15px;
	font-size: 21px;
}
.archive-page .article h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px;
}
.article h3,
.article h4,
.article h5 {
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
}
.article h3 {font-size: 150%;}
.article h4 {font-size: 120%;line-height: 130%;}
.article h5 {font-size: 120%;text-transform: uppercase;}

.article p {
	margin: 15px 0 10px;
}
.article i,
.article em {
	font-style: italic;
}
.article ul, .article ol {
	margin: 12px 0;
	padding: 0 0 0 28px;
}
.article ul li {
	list-style: outside disc;
}
.article ol li {
	list-style: outside decimal;
}
.navigation {
	position: relative;
	z-index: 9999;
	margin: 10px 0;
}
.top-meta-block {
	text-align: right;
}
.social {
	margin: 0 0 0 10px;
}
.ribbon {
	background: url('img/ribbon.png') no-repeat;
    padding: 4px 13px 0 0;
    width: 44px;
	height: 42px;
	float: left;
	margin: 0 10px 0 -27px;
	position: relative;
}
.ribbon-month {
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
	display: block;
	color: #1589B0;
	text-align: center;
}
.ribbon-day {
	text-align: center;
	display: block;
	color: #666;
    font-size: 12px;
}
.archive-meta {
	font-size: 10px;
	margin: 3px 0 !important;
}
.bottom-meta {
	clear: both;
	background: #f4f4f4;
	border-bottom: 1px solid #e6e6e6;
	padding: 3px 6px;
	font-size: 11px;
}
.archive-page .fn {
	padding-left: 16px;
}
.archive-page .block-title {
	margin: 10px 10px 5px;
}
.archive-page .navigation {
	margin-left: 10px;
}
/* article-horisontal
------------------------------------------------------------ */
.article-horisontal {
	position: relative;
	margin: 0 0 5px;
    border: 1px solid #cfcfcf;
	border-radius: 0 0 5px 5px;
	background: #e7e7e7;
}
.thumb-block {
	position: relative;
	line-height: 0;
	zoom: 1;
}
.more-link-thumb {
	position: absolute;
	bottom: 24px;
	left: -7px;
	display: block;
	padding: 0 0 0 9px;
	min-width: 113px;
	height: 22px;
	background: #1589b0;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 22px;
}
.more-link-thumb:before {
	position: absolute;
	bottom: -8px;
	left: 1px;
	width: 0;
	height: 0;
	border: 4px solid;
	border-color: #00455c #00455c transparent transparent;
	content: "";
}
.more-link-thumb:after {
	position: absolute;
	top: 0;
	right: -11px;
	border-top: 11px solid rgba(255, 241, 190, 0);
	border-bottom: 11px solid rgba(255, 241, 190, 0);
	border-left: 11px solid #1589b0;
	content: "";
}
.more-link-thumb:hover {
	text-decoration: none;
}

/* article-vertical
------------------------------------------------------------ */
.cat-vertical {
	margin: 20px 0 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0 0 5px 5px;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #dfdfdf 6%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(6%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dfdfdf 6%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#dfdfdf 6%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#dfdfdf 6%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#dfdfdf 6%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	zoom: 1;
}
.cat-vertical-inner {
	padding: 15px;
	border-top: 1px solid #cfcfcf;
	font-size: 0;
	display: table;

	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
.cat-vertical-title {
	display: block;
	margin: 20px 0 8px;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}

.article-vertical.first-article {
	margin-left: 0 !important;
}

.article-vertical {
	display:inline-block;
    margin-left: 1.949%;
    width: 23.48%;
	vertical-align: top;
	font-size: 12px;
	zoom: 1;
	*display: inline;
}

/* article-two-coll
------------------------------------------------------------ */
.article-two-coll {
	display: inline-block;
	margin: 0 0 10px;
    width: 48%;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}
.cat-two-coll {
	border: 1px solid #a2a2a2;
	zoom: 1;

	border-radius: 0 0 5px 5px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #bababa 6%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(6%,#bababa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#bababa 6%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#bababa 6%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#bababa 6%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#bababa 6%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
}
.cat-two-coll-inner {
	padding: 15px;
	border-top: 1px solid #a2a2a2;

	background: #bdbdbd; /* Old browsers */
	background: -moz-linear-gradient(top,  #bdbdbd 0%, #b8b8b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(100%,#b8b8b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bdbdbd 0%,#b8b8b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bdbdbd 0%,#b8b8b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bdbdbd 0%,#b8b8b8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bdbdbd 0%,#b8b8b8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#b8b8b8',GradientType=0 ); /* IE6-9 */
}
.cat-two-coll-title {
	display: block;
	margin: 0 0 5px;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.more-link {
	font-weight: bold;
}

.article-title {
    margin: 0;
    padding: 4px 60px 6px 15px;
	border-bottom: 1px solid #bbb;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#dfdfdf 100%); /* W3C */

	color: #666;
    font-weight: bold;
	font-size: 17px;
    line-height: 120%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}
.headline {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 17px;
}
.article-meta-block {
	position: relative;
	padding: 8px 0 5px 15px;

	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcbcbc 0%, #cbcbcb 10%, #d3d3d3 48%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(10%,#cbcbcb), color-stop(48%,#d3d3d3), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbcbc 0%,#cbcbcb 10%,#d3d3d3 48%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbcbc 0%,#cbcbcb 10%,#d3d3d3 48%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbcbc 0%,#cbcbcb 10%,#d3d3d3 48%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbcbc 0%,#cbcbcb 10%,#d3d3d3 48%,#dddddd 100%); /* W3C */

	color: #555;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.article-meta-block .article-link {
	position: absolute;
	top: 0;
	display: block;
	padding: 0 9px;
	height: 23px;
	border: solid #bbb;
	border-width: 0 1px 1px;
	border-radius: 0 0 5px 5px;

	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #f8f8f8 14%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(14%,#f8f8f8), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#f8f8f8 14%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#f8f8f8 14%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#f8f8f8 14%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#f8f8f8 14%,#e0e0e0 100%); /* W3C */

	color: #666;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.article-meta-block .article-link:hover {
	color: #333;
}
.comment-link {
	right: 106px;
}
.more-link {
	right: 8px;
}

.article-inner {
	padding: 15px;
	border-top: 1px solid #cfcfcf;

	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 50%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e7e7e7), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 50%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 50%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 50%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 50%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
.more-link-title {
	display: inline-block;
	margin: 15px 0 0;
	padding: 4px 8px;
	border: 1px solid #c7c7c7;

	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%); /* W3C */

	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.more-link-title:hover {
	color: #333;
	text-decoration: underline;
}
.thumb {
	border: 4px solid #666;
}

/* aside
------------------------------------------------------------ */
.aside-block {
	margin: 0 0 9px;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	background: url('img/side-light-mod-bg.png') repeat-x #e7e7e7;

	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #fdfdfd 22px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(22px,#fdfdfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#fdfdfd 22px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#fdfdfd 22px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#fdfdfd 22px); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#fdfdfd 22px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */

}
.aside-block-blue {
	border: 1px solid #1f7995;

	background: #4c9db7; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c9db7 0%, #4c9db7 20px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c9db7), color-stop(20px,#4c9db7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c9db7 0%,#4c9db7 20px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c9db7 0%,#4c9db7 20px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c9db7 0%,#4c9db7 20px); /* IE10+ */
	background: linear-gradient(to bottom,  #4c9db7 0%,#4c9db7 20px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9db7', endColorstr='#4c9db7',GradientType=0 ); /* IE6-9 */
}
.aside-block > ul,
.aside-block > div  {
	padding: 21px 5px 20px;
	border-top: 1px solid #ddd;

	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #ececec 12px, #e7e7e7 25px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(12px,#ececec), color-stop(25px,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ececec 12px,#e7e7e7 25px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#ececec 12px,#e7e7e7 25px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#ececec 12px,#e7e7e7 25px); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#ececec 12px,#e7e7e7 25px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
.right-aside .aside-block > ul,
.right-aside .aside-block > div {
	margin: -4px 0 0;
}
.aside-block-blue > ul,
.aside-block-blue > div {
	border-top: 1px solid #1f7995;

	background: #188AA6;
	background: -moz-linear-gradient(top, #2990ab 0%, #188aa6 25px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2990ab), color-stop(25px,#188aa6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2990ab 0%,#188aa6 25px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2990ab 0%,#188aa6 25px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2990ab 0%,#188aa6 25px); /* IE10+ */
	background: linear-gradient(to bottom,  #2990ab 0%,#188aa6 25px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2990ab', endColorstr='#188aa6',GradientType=0 ); /* IE6-9 */
}
.aside-block > ul > li,
.wp-meta > li {
	margin-bottom: 2px;
    padding: 5px 5px 4px 0;
	border: 1px solid #c7c7c7;

	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 17px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(17px,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 17px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 17px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 17px); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 17px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.aside-block-blue > ul > li {
	border: 1px solid #1f7995;

	background: #4a9cb6; /* Old browsers */
	background: -moz-linear-gradient(top,  #4a9cb6 0%, #1d8ca8 18px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a9cb6), color-stop(18px,#1d8ca8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4a9cb6 0%,#1d8ca8 18px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4a9cb6 0%,#1d8ca8 18px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4a9cb6 0%,#1d8ca8 18px); /* IE10+ */
	background: linear-gradient(to bottom,  #4a9cb6 0%,#1d8ca8 18px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9cb6', endColorstr='#1d8ca8',GradientType=0 ); /* IE6-9 */
}
.aside-block li a {
	display: block;
    padding-left: 28px;
	background: url('img/mainblock-arrow.png') 8px 4px no-repeat;
	color: #444;
	text-decoration: none;
}
.aside-block-blue a {
	color: #fff;
}
.recentcomments {
	padding-left: 5px !important;
}
.aside-block-blue .recentcomments {
	color: #fff;
}
.recentcomments a {
	background: none !important;
}
.aside-block-blue li a {
	background: url('img/color-arrow.png') 8px 4px no-repeat;
}
.aside-block-blue li a {
	color: #93e8fc;
}
.aside-block li a:hover {
	background: url('img/light-arrow-hover.png') 8px 4px no-repeat;
	color: #006699;
}
.aside-block-blue li a:hover {
	background: url('img/color-arrow-hover.png') 8px 4px no-repeat;
}
.aside-block-blue li a:hover {
	color: #fff;
}
.aside-block-ads {
	background: none;
	border: none;
}
.aside-block-ads > ul, .aside-block-ads > div {
	background: none;
	border: none;
}

.block-title {
	position: relative;
	display: inline-block;
	margin: 5px;
	padding: 3px 10px 2px;
	background: #999;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
.block-title-arrow {
	margin: 5px 0 0 -4px;
}
.block-title-arrow:after {
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin: 0 0 0 -4px;
	border-top: 4px solid #999;
	border-right: 4px solid rgba(255, 241, 190, 0);
	border-left: 4px solid rgba(255, 241, 190, 0);
	content: "";
}
.block-title-black {
	background: #000;
}
.block-title-arrow.block-title-black:after {
	border-top: 4px solid #000;
}
.block-title-gray {
	background: #444;
}
.block-title-arrow.block-title-gray:after {
	border-top: 4px solid #000;
}
.block-title-blue {
	background: #1589B0;
}
.block-title-arrow.block-title-black:after {
	border-top: 4px solid #000;
}
.block-title-arrow.block-title-blue:after {
	border-top: 4px solid #1589B0;
}

.children {
	margin-left: 20px;
}
.children li {
	padding: 6px 5px 5px 0;
}

.feed-link {
	display: block;
	margin: auto;
	width: 100px;
	height: 100px;
	background: url('img/rss.png') no-repeat;
	text-indent: -9999px;
}

/* footer
------------------------------------------------------------ */
.footer {
	margin: 10px;
	background: #232323;
	color: #555;
}
.copyrights {
	margin: 8px 15px;
	text-align: right;
}
.counters {
	float: left;
	margin: 8px 15px;
}
.bottom-block {
	position: relative;
	z-index: 9999;
	padding: 15px 15px 25px;
	border: 1px solid #ddd;

	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* flexslider
------------------------------------------------------------ */
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	display: block;
	width: 100%;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	position: relative;
	margin: 0 0 12px;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease; transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	argin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	position: absolute;
	top: 50%;
	display: block;
	margin: -45px 0 0;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	right: -35px;
	background-position: 100% 0;
}
.flex-direction-nav .flex-prev {
	left: -35px;
}

.slide-title {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 270px;
	color: #fff;
	text-align: right;
	font-size: 240%;
	line-height: 135%;
}
.slide-title:hover {
	text-decoration: none;
}
.slide-title span {
	background: #000;
}
.slide-more {
    position: absolute;
    right: 15px;
	bottom: 15px;
	padding: 3px 5px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}

/* comment list
------------------------------------------------------------ */
.pagenavi {
	text-align: center;
}
.pagenavi a, .pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}
.pagenavi a:hover, .pagenavi span.current {
    border-color: #000000;
}
.pagenavi span.current {
    font-weight: bold;
}

/* comment list
------------------------------------------------------------ */
#commentsbox {
	margin: 16px 0 0;
}
.comments-title {
	font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
	color: #1589B0;
}
.commentlist {
	margin: 10px 10px 0;
}
.commentlist li {
	position: relative;
	background: #f4f4f4;
	margin-top: 10px;
    padding: 15px;
	font-size: 11px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 135%;
}
.commentlist p {
	margin: 10px 0 0;
}
.vcard {
	margin: 0 8px 0 0;
	font-size: 12px;
}
.fn {
	color: #1589B0;
	padding: 0 6px 0 20px;
	background: url('img/comment_little_icon.png') center left no-repeat;
}
.comment-date {
	margin: 0 0 0 6px;
	color: #666666;
}
.commentlist .avatar {
	position: absolute;
	right: 28px;
	top: 14px;
}
.comment-body {
	padding-right: 68px;
}

/* comment form
------------------------------------------------------------ */
#comment-form {
	margin: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0 0 5px 5px;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #dfdfdf 6%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(6%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dfdfdf 6%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#dfdfdf 6%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#dfdfdf 6%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#dfdfdf 6%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}
#commentform {
	border-top: 1px solid #cfcfcf;
	padding: 15px;

	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
#commentform  label {
	display: block;
	color: #636363;
    margin-bottom: 5px;
	font-size: 12px;
}
#commentform .field {
    color: #636363;
    font-size: 12px;
    margin: 0 5px 15px 0;
	border: 1px solid #D7D7D7;
    padding: 5px;
	width: 240px;
}
#commentform .fields-group {
	float: left;
	width: 270px;
}
#commentform .text-field {
	overflow: hidden;
}
#commentform .text-field textarea {
	width: 97.5%;
    color: #636363;
    font-size: 12px;
    margin: 20px 5px 15px 0;
	border: 1px solid #D7D7D7;
    padding: 5px;
	height: 154px;
}
#commentSubmit {
	margin: 0 0 0 auto;
	display: block;
	height: 25px;
    border: 1px solid #d3d3d3;

	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%); /* W3C */

    text-transform: uppercase;
	font-size: 12px;
	line-height: 25px !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}


/* Images
------------------------------------------------------------ */
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.wp-caption {
	padding: 0 0 5px;
    max-width: 96%;
	max-width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #F3F3F3;
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0;
    font-size: 11px;
    line-height: 17px;
}
img.alignright,
img.alignleft,
img.aligncenter {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
    height: auto;
}
.wp-caption img,
.wp-caption.alignright img,
.wp-caption.alignleft img,
.wp-caption.aligncenter img {
    margin: 0 auto;
	padding: 4px 0 0;
    max-width: 100%;
    height: auto;
}
.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.aligncenter {
    float: none;
    margin: 10px auto;
    max-width: 100% !important;
    height: auto;
}


/* responsive
------------------------------------------------------------ */
@media (max-width: 1024px) {
	.content {
		float: none;
		margin: 0 auto;
		width: 98%;
	}
	.right-aside {
		float: none !important;
		margin: 0 auto;
		width: 98%;
	}
	.right-aside .aside-block {
		display: inline-block;
		margin: 5px 0 9px 8px;
		width: 31.854%;
		vertical-align: top;
	}
	.right-aside .ads {
		margin: 10px 0 0;
		display: inline-block;
		vertical-align: top;
		width: 31.854%;
	}
}
@media (max-width: 768px) {
	.cat-vertical {
		margin: 0 0 10px;
	}
	.article-block {
		float: none;
		width: 100%;
	}
	.article-vertical {
		display: inline-block;
		margin: 10px 1% 0;
		width: 47.385%;
		vertical-align: top;
	}
	.article-vertical:first-child {
		margin: 10px 1% 0;
	}
	.left-aside {
		float: none;
		width: 100%;
	}
	.left-aside .aside-block {
		float: left;
		margin: 5px 0 9px 8px;
		width: 31.4%;
	}
	.left-aside .ads {
		float: left;
		margin: 5px 0 9px 8px;
		width: 31.8%;
	}
	.right-aside .ads {
		float: left;
		margin: 10px 0 9px 8px;
		width: 48.385%;
	}
	.right-aside .aside-block {
		width: 47.831%;
	}
	#commentform .fields-group {
		float: none;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.ads {
		margin: 10px 0;
	}
	.cat-vertical {
		margin: 0 0 10px;
	}
	.article-vertical {
		display: block;
		float: none;
		margin: 10px 0 0;
		width: 100%;
	}
	.article-vertical .thumb {
		float: left;
		overflow: hidden;
		margin: 0 10px 0 0;
	}
	.article-two-coll {
		float: none;
		width: 100%;
	}
	.left-aside .aside-block {
		float: none;
		margin: 5px 0;
		width: 100%;
	}
	.left-aside .ads {
		float: none;
		margin: 9px 0 5px;
		width: 100%;
	}
	.right-aside .aside-block {
		display: block;
		margin: 0 auto 9px;
		width: 98%;
	}
	.right-aside .ads {
		float: none;
		width: 100%;
	}
	.wp-caption {
		padding: 0 5px 5px;
	}
}
@media (max-width: 385px) {
	.thumb-block {
		display: block;
		margin: 10px 0;
		float: none;
	}
	.article-meta-block {
		padding-top: 28px;
	}
	.nav li {
		display: block;
		text-align: center;
		margin: 10px 0;
	}
	.flexslider {
		display: none;
	}
	#bottom-nav li {
		border: none;
		box-shadow: none;
	}
	#bottom-nav:before ,
	#bottom-nav:after  {
		display: none;
	}

}
#share42 a {position:relative;}
#share42 a span {display: none; position: absolute; z-index: 10; top: 0; left: 100%; height: 19px; margin-left: 5px; padding: 0 5px; background: #FFF; border-radius: 4px; border: 1px solid #AAA; box-shadow: 0 0 5px rgba(0,0,0,0.25); text-align: center; color: #666; font: 12px/20px Arial, sans-serif;}
#share42 a:hover span {display: block}
#share42 a span:before {content: ''; position: absolute; top: 50%; left: -5px; margin-top: -3px; width: 5px; height: 7px; background: url(data:image/gif;base64,R0lGODlhBQAHAJEDAKqqqsnJyf///////yH5BAEAAAMALAAAAAAFAAcAAAIMnBEXMijiXlts1lkAADs=) no-repeat;}

pre {padding: 10px;background: #f6f6f6;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}

blockquote {display: block;font-style: italic;font-size: 120%;line-height: 150%;width: auto;padding: 10px 20px 10px 20px;margin: 15px 0;background: #f6f6f6;border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
blockquote.blue, blockquote.red, blockquote.green, blockquote.purple, blockquote.orange, blockquote.brown, blockquote.grey {display: block;font-style: italic;font-size: 120%;line-height: 150%;width: auto;padding: 0px 20px;margin: 15px 0;border: 0;background: 0;}
blockquote.blue{color: #0D507A;}
blockquote.red{color: #D12E2E;}
blockquote.green{color: #74A824;}
blockquote.purple{color: #9E0E87;}
blockquote.orange{color: #CC8300;}
blockquote.brown{color: #8B6846;}
blockquote.grey {color: #666;}

.two-ads {
	overflow: hidden;
	background: #043c4e;
}
.two-ads div {
	width: 49.7%;
	text-align: center;
	display: inline-block;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}
@media (max-width: 420px) {
	.two-ads div {
		width: 100%;
		display: block;
	}
}


/*
* CAPTCHA
* styles for settings page
*/
.cptch_example_fields_actions {
	float: left;
    height: 18px;
	width: 140px;
	position: relative;
	top: -7px;
	padding: 2px 0;
}
.cptch_example_fields_actions img {
	position: relative;
	width: 30px;
	top: 6px;
}
.cptch_block {
	direction: ltr;
}
input.cptch_settings_input {
    width: 252px;
}
.cptch_span {
    color: #888888;
    font-size: 10px;
}
/*
* styles help tooltips
*/
.cptch_help_box {
    background-image: url("../images/tooltip_icons.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 29px;
    position: relative;
    margin: -3px 5px 3px;
    width: 29px;
    clear: none !important;
}
.cptch_hidden_help_text {
    background: #F4F4F4;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    left: 40px;
    padding: 5px 10px;
    position: absolute;
    width: 240px;
    line-height: 1.5;
}
.cptch_hidden_help_text:before {
    content: url("../images/help.png");
    left: -10px;
    position: absolute;
    top: 7px;
}
/*
* frontend styles
*/

/*
* WP-PostRatings
*/
.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}

/*
* WP-PageNavi plugin
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
table.tablica{width: 100%;
border: 1px solid black;
	padding: 10px;
	margin: 10px;
	border-collapse: collapse;
}
 td {text-align: center}

table.tablica th, table.tablica td {
    border: 1px solid black;
    vertical-align:middle;
}