		/**
		 * FRONTEND
		 */
				/**
				 *	00 reset
				 */
	html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
button, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1.3em;
}
ol, ul {
	list-style: none;
}
li,
ul li,
ol li {
	list-style: none; 
}
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	cursor: pointer;
	cursor: hand;
}
body {
	font-size: 81.3%;
	font-family: arial, sans-serif;
}
.wrapper {
	width: 100%;
}
.wrapper .in {
	max-width: 960px;
	margin: 0 auto;
}
.header .in {
	position: relative;
}
							/**
				 *	01 typography
				 */
	article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body {
	color: #555555;
	background-color: #ffffff;
}
a {
	text-decoration: none;
	color: #9a1d20;
}
a:hover { text-decoration: none;}
em { font-style: italic;}
strong { font-weight: bold;}
hr {
	border: 0 none;
	border-top: 1px solid #838383;
}
.cl {
	clear: both;
	height: 0px;
	width: 100%;
	overflow: hidden;
}
.left { float: left; }
.right { float: right; }
.cl { clear: both; }
.center { text-align: center; }
.hidden {display: none;}
.block { display: block;}
h1 {
	font-size: 254%; /* 32px */
	font-weight: bold;
	margin: 0px 0 0.3em 0;
	color: #9a1d20;
}
h2 {
	font-size: 170%; /* 22px */
	font-weight: bold;
	margin: 1em 0 0.5em;
}
h3 {
	font-size: 140%; /* 19px */
	font-weight: bold;
	margin: 1em 0 0.5em;
}
h4 {
	font-size: 124%; /* 16px */
	margin: 1em 0 0.5em;
}
.content h2, .content h3 {
	color: #9a1d20;
}
.content img.left,
.content img[align="left"] {
	float: left;
	margin: 0 10px 5px 0;
}
.content img.right,
.content img[align="right"] {
	float: right;
	margin: 0 0 5px 10px;
}
.content ul, .content ol,
.content p, .content table {
	font-size: 15px;
}
.content ul {
	padding-left: 19px;
	margin-bottom: 1em;
}
.content ul li {
	position: relative;
}
.content ul li:before {
	content: "";
	position: absolute;
	left: -19px;
	top: 7px;
	width: 11px;
	height: 3px;
	background-color: #9a1d20;
}
.content ul ul li:before {
	background-color: #202020;
}
.content ol {
	padding-left: 13px;
	margin-bottom: 1em;
}
.content ol { counter-reset: item; }
.content ol li { display: block; }
.content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #9a1d20;
    font-weight: bold;
}
.content ol ol li:before { color: #202020; }
.content ul ul, .content ol ol { margin-bottom: 0;}
.content table {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
.content table th {
	background-color: #f6faec;
	padding: 8px 15px;
	font-weight: bold;
}
.content table td {
	padding: 7px 15px;
	border-top: 1px solid #acc985;
}
.content p {
	margin-bottom: 5px;
}
ul.inline li { float: left; }
.blank {
	margin: 20px;
}
.btn {
	background-color: #7ba740;
	color: #ffffff;
	border: 0;
	cursor: pointer;
	padding: 5px 10px 7px;
}
.btn:hover {
	background-color: #d5e0bc;
	color: #838383;
}
.row-btn-nwl {
    margin-top: 20px;
}
.footer .btn-nwl:hover {
    text-decoration: none;
}
.date {
	color: #7ba740;
}
							/**
				 *	02 menu
				 */
	.lang-menu {
	position: absolute;
	right: 189px;
	top: 62px;
}
.lang-menu li {
	float: left;
	margin-right: 15px;
}
.lang-menu a,
.lang-menu span {
	color: #838383;
	font-size: 15px;
}
.lang-menu strong {
	font-size: 15px;
}
.lang-menu a:hover,
li.selected span { color: #9a1d20;}
.social-menu {
	position: absolute;
	right: 270px;
	top: 50px;
}
.social-menu li {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 6px;
	background: url("/static/images/social-icons.png") no-repeat -2px -37px;
	text-indent: -99px;
	overflow: hidden;
}
.social-menu li a {
	display: block;
	width: 32px;
	height: 32px;
}
.social-menu li.ytb { background-position: -79px -37px; }
.social-menu li.fb:hover { background-position: -2px 0; }
.social-menu li.ytb:hover { background-position: -79px 0; }
.main-menu {
	float: right;
	margin-top: 150px;
	max-width: 500px;
}
.main-menu li {
	font-size: 18px;
	margin-left: 32px;
	float: left;
	position: relative;
	padding-bottom: 20px;
}
.main-menu a,
.main-menu span {
	color: #838383;
}
.main-menu a:hover { color: #9a1d20;}
.main-menu li ul {
	position: absolute;
	z-index: 999;
	top: 20px;
	left: -9px;
	padding: 8px 8px 4px 8px;
	background-color: #ffffff;
	min-width: 5.4em;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	display: none;
}
.main-menu li:hover ul { display: block;}
.main-menu li ul li {
	margin-left: 0;
	font-size: 14px;
	padding-bottom: 4px;
	float: none;
}
.main-menu li ul li span { color: #9a1d20; }
/**
 * Drobeckova navigace
 */
.breadcrumbs {
	margin-bottom: 1em;
}
.breadcrumbs::after {
	content: "";
	display: block;
	clear: both;
}
.breadcrumbs ul { padding-left: 0; }
.breadcrumbs ul li { padding-left: 1ex; }
.breadcrumbs ul li::before {
	position: static;
	content: " / ";
	background-color: transparent;
	width: auto;
	height: auto;
}
.breadcrumbs ul li:first-child { padding-left: 0; }
.breadcrumbs ul li:first-child::before { display: none; }
@media only screen and (max-width: 960px) {
	.main-menu {
		float: left;
		max-width: none;
		margin: 20px 0 0;
	}
	.main-menu li:first-of-type {
		margin: 0;
	}
}
@media only screen and (max-width: 495px) {
	.main-menu li {
		float: left;
		width: 100%;
		margin: 5px 0;
	}
	.main-menu li:first-of-type {
		margin: 5px 0;
	}
}
							/**
				 *	03 footer
				 */
	.footer {
	background-color: #838383;
	color: #ffffff;
	width: 100%;
	float: left;
	padding: 30px 0 20px 0;
}
.footer h2 {
	margin: 0 0 10px 0;
}
.footer a {
	color: #ffffff;
}
.footer a:hover { text-decoration: underline; }
.footer .col-contact {
	width: 300px;
	float: left;
	margin-right: 20px;
}
.footer .col-nwl {
	width: 320px;
	float: left;
	margin-right: 20px;
}
.footer .nwl-form {
	width: 240px;
	float: left;
	margin-top: 20px;
}
.footer .nwl-form .txt {
	padding: 5px 10px;
	width: 220px;
	border: 1px solid #cac9c9;
	margin-bottom: 6px;
	margin-right: 50px;
}
.footer .nwl-form .btn {
	background-color: #7ba740;
	color: #ffffff;
	border: 0;
	cursor: pointer;
	padding: 5px 10px 7px;
	float: right;
}
.footer .nwl-form .btn:hover { background-color: #d5e0bc; color: #838383;}
.footer .col-fb {
}
.footer .copy {
	width: 100%;
	float: left;
	border-top: 1px solid #ababab;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}
.footer .copy-sitemap {
	float: left;
}
.footer .copy-dzs {
	display: inline-block;
	vertical-align: middle;
}
.footer .copy-onlio {
	float: right;
	margin-top: -2px;
}
.footer .onlio-logo {
	background: transparent url('/static/images/onlio-logo.png') left bottom no-repeat;
	width: 60px;
	height: 21px;
	overflow: hidden;
	display: inline-block;
	text-indent: -999999px;
	justify-content: center;
	margin: 0 0 0 5px;
	vertical-align: middle;
}
.footer .onlio-logo:hover {
	background-position: left top;
}
@media screen and (max-width: 960px) {
	.footer .in {
		width: 96%;
	}
	.footer .col-contact,
	.footer .col-nwl,
	.footer .col-fb,
	.cols .cols-news,
	.cols .cols-action,
	.cols .cols-poradit { width: 100%;}
	.footer .col-contact,
	.footer .col-nwl {
		border-bottom: 1px solid #ababab;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.cols-partner li {
		width: 40%;
		margin: 20px 5%;
		display: block;
		float: left;
	}
	.cols-partner li a { margin: 0 !important;}
	.image { height: auto;}
	.main-menu {
		width: 100%;
		margin-top: 30px;
		z-index: 999;
	}
}
@media only screen and (max-width: 450px) {
	.cols-partner li {
		width: 100%;
	}
}
							/**
				 *	04 header
				 */
	.header {
	min-height: 184px;
}
.header .logo {
	float: left;
	margin: 25px 14px 0 0;
}
.header .claim {
	font-size: 17px;
	color: #9a1d20;
	margin: 150px 0 0;
	font-weight: normal;
	float: left;
}
.header .search-form {
	position: absolute;
	right: 0;
	top: 50px;
	border: 1px solid #838383;
	background-color: #f9f8f8;
	background: transparent;
}
.header .search-text {
	color: #838383;
	border: 0;
	background: transparent;
	width: 134px;
	margin: 0 5px;
}
.header .search-btn {
	background: url("/static/images/zoom-ico.png") no-repeat 6px -30px;
	width: 38px;
	height: 38px;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}
.header .search-btn:hover { background-position: 6px 8px;}
.lang-menu {
	position: absolute;
	right: 189px;
	top: 62px;
}
.rotator-float-wrap {
	float: left;
	width: 100%;
}
.rotator-wrapper {
	max-width: 960px;
	height: 370px;
	margin: 0 auto;
	width: 960px;
	position: relative;
	overflow: hidden;
}
.rotator-wrapper .cycle-sentinel {
	height: 370px;
}
.rotator-wrapper .cycle-pager {
	position: absolute;
	bottom: 12px;
	right: 7px;
	z-index: 999;
}
.rotator-wrapper .cycle-slide.col {
	height: 370px;
}
.rotator-wrapper span {
	background: url("/static/images/nav-icons.png") no-repeat -24px top;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 3px;
	overflow: hidden;
	text-indent: -99px;
	cursor: pointer;
}
.rotator-wrapper span.cycle-pager-active {
	background-position: 0px top;
}
.rotator-wrapper .col {
	width: 960px;
}
.rotator-wrapper .col img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.rotator-wrapper .col h2 {
	position: absolute;
	bottom: 23px;
	left: 0;
	padding: 18px 59px 18px 44px;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: normal;
	background: url("/static/images/image-bg.png") repeat left top;
}
.rotator-wrapper .col h2,
.rotator-wrapper .col h2 a {
	color: #ffffff;
}
@media only screen and (max-width: 960px) {
	.rotator-wrapper {
		float: left;
	}
	.header {
		width: 96%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 830px) {
	.cols-category li {
		width: 33.3% !important;
	}
	.rotator-wrapper { width: 100%;}
}
@media only screen and (max-width: 495px) {
	.cols-category li {
		width: 100% !important;
		border-bottom: 1px solid #7ba740;
	}
	.cols-category li + li a::after { display: none;}
	.header .logo,
	.header .claim,
	.social-menu {
		float: left;
		width: 100%;
	}
	.lang-menu,
	.social-menu {
		position: static;
		float: right;
		width: auto;
	}
	.lang-menu {
		margin: -192px 0 0;
	}
	.social-menu {
		margin: -160px 0 0;
	}
	.header .claim {
		margin: 10px 0;
	}
	.header .search-form {
		height: 37px;
		float: left;
		position: static;
		margin: 5px 0 0;
	}
}
							/**
				 *	05 layout
				 */
	.cols-category {
	background-color: #f6faec;
	width: 100%;
	float: left;
}
.cols-category li {
	float: left;
	width: 16.65%;
}
.cols-category a {
	color: #838383;
	font-weight: bold;
	font-size: 15px;
	padding: 56px 21px 26px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 99;
	min-height: 32px;
	margin-right: -1px;
}
.cols-category li + li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
	background: #7ba740;
	width: 1px;
	height: 70px;
}
.cols-category li a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -20px;
	background: url("/static/images/category-icons.png") no-repeat left top;
	width: 40px;
	height: 52px;
}
.cols-category .i1 a:before { background-position: -10px 0; }
.cols-category .i2 a:before { background-position: -182px 0; }
.cols-category .i3 a:before { background-position: -337px 0; }
.cols-category .i4 a:before { background-position: -492px 0; }
.cols-category .i5 a:before { background-position: -670px 0; }
.cols-category .i6 a:before { background-position: -836px 0; }
.cols-category .i1 a,
.cols-category .i3 a {
	padding-top: 64px;
}
.cols-category li:hover a {
	background: #7ba740;
	color: #ffffff;
}
.cols-category .i6:hover a { margin-right: 0; }
.cols-category .i1:hover a:before { background-position: -10px -59px; }
.cols-category .i2:hover a:before { background-position: -182px -59px; }
.cols-category .i3:hover a:before { background-position: -337px -59px; }
.cols-category .i4:hover a:before { background-position: -492px -59px; }
.cols-category .i5:hover a:before { background-position: -670px -59px; }
.cols-category .i6:hover a:before { background-position: -836px -59px; }
.cols {
	padding: 20px 0 30px 0;
	width: 100%;
	float: left;
}
.cols .label {
	font-size: 15px;
	color: #7ba740;
	position: relative;
	padding: 0 0 13px 35px;
}
.cols .label:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 40px;
	height: 40px;
	background: url("/static/images/labels-icons.png") no-repeat left top;
}
.cols .more {
	/* font-size: 16px; */ /* use default size, respect contex */
	float: right;
	margin-bottom: 15px;
}
a.more:hover {text-decoration: underline;}
.cols .more a:hover {text-decoration: underline;}
.cols .cols-news {
	width: 425px;
	float: left;
	margin-right: 25px;
	padding-bottom: 20px;
}
.actions-homepage.cols-action {
	padding-bottom: 20px;
}
.newie-folder .cols-news {
	width: 100%;
	float: left;
}
.cols-news .label:before { background-position: 0 0;}
.cols-news .col {
	margin-bottom: 17px;
	width: 100%;
	float: left;
}
.cols-news .news-preview {
	width: 108px;
	height: 68px;
	border: 1px solid #d9d9d9;
	display: block;
	float: left;
	margin: 0 13px 0 0;
}
.cols-news img {
	width: 108px;
	height: 68px;
}
.cols-news .perex {
}
.cols-news .date {
	font-size: 12px;
}
.article-folder .content .col:after {
	display: block;
	content: '';
	clear: both;
}
.article-folder .article-preview {
	width: 250px;
	height: 168px;
	display: block;
	float: left;
	margin: 0 13px 0 0;
}
.article-folder .article-preview img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.cols .cols-action {
	width: 305px;
	float: left;
}
.cols-action:after {
	display: block;
	content: '';
	clear: both;
}
.cols-action .label:before { background-position: -71px 0;}
.cols-action .col {
	margin-bottom: 17px;
	width: 100%;
	float: left;
}
.cols-action .date {
	width: 61px;
	padding: 12px 11px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #838383;
	background-color: #d5e0bc;
	display: block;
	float: left;
	text-align: center;
	margin-right: 11px;
}
.cols-action .date-extended {
	float: left;
	margin-right: 11px;
}
.action-eg .cols-action .date-extended { background-color: #7ba740; }
.actions-change-view {
	position: absolute;
	right: 0;
	top: 18px;
	font-size: 140%;
}
.date-extended {
	width: 83px;
}
.cols-action .date span {
	font-size: 23px;
	font-weight: bold;
	display: block;
}
.cols-action .date-spojovnik {
	font-weight: bold;
	font-size: 19px;
	width: 100%;
	text-align: center;
	display: block;
}
.action-eg .cols-action .date-spojovnik {
	color: #ffffff;
}
.cols-action .date-end {
	float: left;
	margin-right: 0;
}
.action-eg .cols-action .date {
	background-color: #7ba740;
	color: #ffffff;
}
.action-eg .cols-action .date,
.actions-homepage.cols-action .date {
	font-size: 11px;
}
.action-other .cols-action .perex,
.actions-homepage.cols-action .perex {
	width: 68%;
}
.actions-homepage.cols-action .perex {
	float: left;
}
.action-folder .action-other span.date,
.action-year .action-other span.date,
.action-folder .action-other span,
.action-year .action-other span {
	background: none;
	font-size: 14px;
	width: auto;
	padding: 0;
	margin: 0;
	display: inline;
	float: none;
}
.action-folder .action-other .date-spojovnik,
.action-year .action-other .date-spojovnik {
	margin: 0 2px;
}
.action-folder .action-other .col-row,
.action-year .action-other .col-row {
	margin: 10px 0 0;
}
.action-folder .action-other .col-row:after,
.action-year .action-other .col-row:after {
	display: block;
	content: '';
	clear: both;
}
.action-folder .action-other .col,
.action-year .action-other .col {
	padding: 3px 10px;
	margin: 0 5% 10px 0;
	border: 1px solid #d5e0bc;
	box-sizing: border-box;
}
.action-folder .action-other .perex,
.action-year .action-other .perex,
.action-folder .action-other .date-block,
.action-year .action-other .date-block,
.action-folder .action-other .perex h3,
.action-year .action-other .perex h3 {
	display: inline;
}
.action-folder .action-other .date-block,
.action-year .action-other .date-block {
	min-width: 80px;
}
.other-actions-wrapper {
	overflow: hidden;
	height: 20px;
}
.other-actions-wrapper > a {
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	cursor: pointer;
	color: #9a1d20;
}
.other-actions-wrapper.opened > a {
	cursor: default;
}
.action-eg .cols-action div.perex {
	float: left;
	width: 85%;
}
.action-other .actions-change-view {
	top: -40px;
}
.action-eg.archiv .col {
	width: 45%;
	margin-right: 5%;
}
.action-eg.archiv div.perex {
	width: 75%;
}
.action-other, .action-eg {
	width: 100%;
	float: left;
	position: relative;
}
.noyear .cols-action .date b { display: none; }
.action-other .cols-action .col {
	width: 45%;
	margin-right: 5%;
}
.action-other .cols-action .claear {
	width: 100%;
	clear: both;
	border: 0;
}
.action-other .cols-action div.perex p.perex { display: none;}
.cols .cols-poradit {
	width: 190px;
	float: right;
}
.cols .cols-poradit .label:before { background-position: -142px 0;}
.cols-news h3,
.cols-action h3 {
	margin: 0 0 0.2em 0;
}
.cols-news h3 a,
.cols-action h3 a {
	color: #636363;
	font-size: 16px;
}
.cols-news h3 a:hover,
.cols-action h3 a:hover { text-decoration: underline;}
.cols-partner {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.cols-partner .in {
	border-top: 1px solid #9a1d20;
	padding: 30px 0;
}
.cols-partner li {
}
.cols-partner li a {
	display: block;
	float: left;
	width: 154px;
	height: 77px;
	background: url("/static/images/partners.jpg") no-repeat left top;
}
.cols-partner li + li a {
	margin-left: 53px;
}
.cols-partner .msmt a { background-position: -1px 0; margin-left: 43px; }
.cols-partner .dzs a {  background-position: -208px 0; width: 150px; }
.cols-partner .erazmus a {  background-position: -409px 0; width: 194px; }
.cols-partner .euroguidance a { background-position: -635px 0; width: 136px; }
.cols-partner .npi a { background-position: -816px 0; width: 225px; }
.cols-partner .msmt a:hover { background-position: -1px -190px; }
.cols-partner .dzs a:hover {  background-position: -208px -190px; }
.cols-partner .erazmus a:hover {  background-position: -409px -190px; }
.cols-partner .euroguidance a:hover { background-position: -635px -190px; }
.cols-partner .npi a:hover { background-position: -816px -190px; }
.col-content {
	width: 100%;
	float: left;
	padding: 25px 0 40px;
}
.invisible,
.hidden {
	display: none;
}
.inline-error .error {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #ffb6b6;
}
.switcher {
	float: left;
	margin: 20px 0px 0px;
}
.content .switcher ul {
	padding: 0;
}
.content .switcher ul li {
	margin: 0 5px;
}
.content .switcher ul li:before {
	display: none;
}
.cols-3 {
	width: 100%;
	float: left;
	padding-bottom: 50px;
}
.cols-3 .col {
	width: 291px;
	float: left;
}
.cols-3 .col + .col {
	margin-left: 20px;
	border-left: 1px solid #bdbdbd;
	padding-left: 20px;
}
#map-canvas {
	position: absolute;
	left: 0;
	bottom: 40px;
}
.contact .col-content {
	position: relative;
}
.contact-map-wrap {
	padding-bottom: 410px;
	width: 100%;
	float: left;
}
.contact-content-box {
	width: 100%;
	float: left;
}
.newie .new-img {
	max-width: 300px;
	float: left;
	margin: 0 20px 15px 0;
}
.newie-folder .cols-news img,
.newie-folder .cols-news .news-preview,
.press-folder .cols-news img,
.press-folder .cols-news .news-preview,
.video-gallery-folder .cols-news img,
.video-gallery-folder .cols-news .news-preview,
.press-year .cols-news img,
.press-year .cols-news .news-preview,
.newie-year .cols-news img,
.newie-year .cols-news .news-preview {
	width: 200px;
	height: 126px;
}
.link-back-to-list {
	display: block;
	margin: 25px 0 0;
	float: left;
}
.video-gallery-folder .news-preview { position: relative;}
.news-preview .video-icon {
	background: url("/static/images/video-icon.png") no-repeat center center;
	position: absolute;
	width: 200px;
	height: 126px;
}
.content .search-form {
	margin-bottom: 12px;
}
.content .search-form .search-text {
	border: 1px solid #838383;
	padding: 10px;
	margin-right: 7px;
	width: 250px;
}
.content .search-form .search-btn {
	background-color: #9a1d20;
	padding: 10px 15px;
	cursor: pointer;
	color: #ffffff;
}
.search .info {
	font-style: italic;
}
.search .list-box h3 {
	margin: 1em 0 0.1em;
}
.switcher {
	text-align: center;
	float: none;
}
.switcher  ul {
	text-align: center;
}
.switcher li {
	display: inline;
	float: none !important;
}
.switcher li a,
.switcher li b {
	padding: 4px 8px;
	color: #ffffff;
}
.switcher li a {
	background-color: #838383;
}
.switcher li b,
.switcher li a:hover {
	background-color: #9a1d20;
}
.switcher li .prev,
.switcher li .next {
	color: #9a1d20;
	font-size: 16px;
	background: url("/static/images/switcher-icons.png") no-repeat left top;
	padding: 4px 10px;
}
.switcher li .prev { background-position: 0 -40px; }
.switcher li .next { background-position: -55px -40px; }
.switcher li .prev:hover { background-position: 0 4px; background-color: transparent; }
.switcher li .next:hover { background-position: -55px 4px; background-color: transparent; }
.cols-publications {
	margin: 40px 0;
}
.publication-item {
	min-height: 281px;
	margin: 0 0 40px;
}
.publication-item .public-image {
	display: inline-block;
	vertical-align: top;
	width: 220px;
}
.publication-item .content {
	display: inline-block;
	vertical-align: top;
	width: 730px;
}
.publication-item .content h2 {
	margin: 0 0 1em;
}
.public-image img {
	width:200px;
	height: 281px;
	float:left;
	margin: 0 10px 0 0; 
}
.cols-publications .bottom-link {
	margin: 20px 0 0;
}
img {
	max-width: 100%;
}
@media only screen and (max-width: 970px) {
	.publication-item .content {
		width: 65%;
	}
}
@media only screen and (max-width: 960px) {
	.cols {
		width: 96%;
		margin: 0 auto;
		float: none;
	}
	.col-content,
	.newie-folder .cols-news {
		width: 96%;
		margin: 0 2%;
	}
}
@media only screen and (max-width: 760px) {
	.cols .cols-news,
	.cols .cols-action {
		width: auto;
		float: left;
	}
	.cols .cols-poradit {
		float: left;
	}
}
@media only screen and (max-width: 700px) {
	.publication-item .content {
		width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	.publication-item .content {
		display: block;
		width: 100%;
	}
}
.info-text {
	background-color: #f6faec;
	padding: 15px 0;
}
						/**
		 * LAYOUT
		 */
				/**
				 *	homepage.css
				 */
	/*
   pro plne zobrazeni potrebuji zarovnat link na "vice"
   do horiontalni roviny
 */
@media screen and (min-width: 860px) {
   .cols .cols-news,
   .cols .cols-action,
   .cols .cols-poradit {
      display: table-cell;
      position: relative;
      float: none;
   }
   .cols .cols-action {
      width: 345px;
   }
   .cols .more {
      position: absolute;
      bottom: 10px;
      right: 20px;
      margin-bottom: 0;
   }
}
				