/*
Theme Name: MD webdesign theme
Author: Martin Domes
Author URI: http://www.mdwebdesign.cz
(c) všechna práva vyhrazena
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(obr/poz-body.png) repeat-x top left;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	min-width: 450px;
}
/* ---- obaly ---- */
#obal {
	width:100%; 
	margin: 0 auto;
	border-top: 5px solid #d37d29;
	background: url(obr/poz-obsah-obal.jpg) center 114px no-repeat;
/*	outline: 1px solid red; */
}
#zahlavi-obal {
	height: 127px;
	width:100%;
	background-image: url(obr/poz-zahlavi.jpg), url(obr/poz-zahlavi-obal.png);
	background-repeat: no-repeat, repeat-x;
	background-position: top center, top left;
}
#obsah-obal {
	margin: 0 auto;
	max-width: 990px;
}
div#carousel-obal {
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
}
#zapati-obal {
	background-color: #f0f0f0;
	background-image: url(obr/poz-zapati-zuby.png), url(obr/poz-zapati-vzorek.jpg);
	background-position: top center, top left;
	background-repeat: no-repeat, repeat-x;
}
#spodek-obal {
	border-top: 3px solid #2f5e08;
	background: #adca7b;
}

/* ---- kostra ---- */
header {
	position: relative;
	max-width: 990px;
	margin: 0 auto;
/*	outline: 1px dotted blue;  */
}
section.obsah {
	min-height: 570px;
	margin-top: 30px;
	padding: 10px 20px 20px !important;
	background: #fff;
	border-radius: 4px 4px 0 0;
}
body.home section.obsah {
	margin-top: 0;
	padding-top: 0;
}
body.page-template-page-sablona2-php section.obsah, body.page-template-page-chata-php section.obsah {
	padding-left: 235px !important;
}
footer {
	max-width: 950px;
	padding: 0px 20px 10px 20px;
	margin: 0 auto;
	clear: both !important;
/*	outline: 1px solid red; */
}
/* ---- záhlaví ------ */
header p {
	margin: 0;
	padding: 0;
}
header a.logo {
	display: block;
	width: 290px;
	height: 39px;
	margin: 30px 0 0 20px;
	float: left;
	background: url(obr/logo.png) no-repeat top left;
}
#slogan {
	float: right;
	margin: 35px 25px 0 0;
	color: #515151;
	font-family: 'Ubuntu', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
}
header a span {
	display: none;   
}
/* ------- menu - hlavní navigace---------- */
header nav ul {
	position: absolute;
	top: 90px;
	z-index:999;
	float: left;
	clear: both;
	width: 100%;
	max-width: 990px;
	background: #e77e10 url(obr/poz-nav.png) top left repeat-x;
	border-radius: 5px;
	border-top: 1px solid #fcd5b7;
	border-bottom: 3px solid #9fcf1c;
	box-shadow: 0px 1px 2px #888;
	list-style: none;
}
header nav ul li {
	float: left;
	width: 23%; 
	cursor: default;
	background: url(obr/poz-nav-vlevo.png) left bottom no-repeat;
}
header nav ul li a {
	display: block;
	padding: 10px 0;
	background: url(obr/poz-nav-vpravo.png) right bottom no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #444;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
header nav ul li:hover {
	background: #e77e10;
}
header nav ul li.current-menu-item, nav ul li.current-page-ancestor {
	background: #426d1e !important;
}
header nav ul li.current-menu-item a, nav ul li.current-page-ancestor a {
}
/* oprava posledního odkazu */
header nav ul li:last-child a {
	background-image: none;
}
header nav ul li:last-child {
	border-radius: 0px 4px 4px 0;
}
/* ve vyhledávání nechceme žádnou položku menu zvýrazněnou */
body.search header nav ul li.current_page_parent a {
	background: inherit;
}
/* homepage - ikona domečku */
header nav ul li:first-child {
	width: 8%;
	border-radius: 4px 0 0 4px;
	background-image: none;
}
header nav ul li:first-child a {
	background: url(obr/domecek.png) center no-repeat;
	text-indent: -9999px;
}

/* -- menu - submenu -- */
header nav ul ul {
	display: none;
	position: absolute;
	left: 20px;
	top: 83px;
	width: 190px;
	border-bottom: none;
}
nav ul li.current-menu-item ul, nav ul li.current-page-ancestor ul,  
nav ul li.current-menu-ancestor ul {
	display: block !important;
}
body.page-id-262 header nav ul li.current-page-ancestor ul.sub-menu,
body.page-id-624 header nav ul li.current-page-ancestor ul.sub-menu,
body.page-id-629 header nav ul li.current-page-ancestor ul.sub-menu {
	display: none !important;
}
header nav ul ul li, header nav ul ul li:first-child {
	width:100%;
	float: none;
	box-shadow: none;
}
header nav ul ul li a {
	height: auto;
	padding: 8px 10px;
	text-align: left;
	border-left: 5px solid #9fcf1c;
	border-top: 1px solid #fcd5b7;
	background: #e77f12; 
	text-indent: 0 !important;
	font-size: 85% !important;
}
header nav ul ul li:first-child a {
	background: #e77f12; 
	border-top: none;
}
header nav ul ul li a:hover {
	background: #3d6918 !important;
}
header nav ul ul li.current-menu-item a, header nav ul ul li.current-menu-parent a,
header nav ul ul li.current-page-ancestor a {
	background: #3d6918 !important;
}

/* ----- obsah - layout ----- */
div.one_half {
	margin-top: 0;
	margin-bottom: 15px;
	width: 48%;
/*	outline: 1px dotted black;  */
}
div.one_third {
	margin-top: 0;
	margin-bottom: 15px;
	width: 31%;
	padding-right: 3%;
/*	outline: 1px dotted black;  */
}
div.last_column {
	float: right !important;
	padding-right: 0 !important;
}

/* --- aktuálně  --- */
article#aktualne {
	width: 100%;
/*	outline: 1px solid red; */
}
article#aktualne h2 {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px 5px 50px;
	text-transform: uppercase;
	background: url(obr/ikona-aktualne.png) left center no-repeat;
}
article#aktualne h2 + p  {
	display: inline;
	font-size: 130%;
	color: #666;
}
article#aktualne hr {
	display: block;
	height : 30px;
	margin-top: 0 !important;
	background: url(obr/cara.png) center bottom no-repeat;
	border: none;
/*	outline: 1px solid red; */

}

/* --- homepage  - bloky --- */
article#bloky {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 30px;
	background: url(obr/cara.png) bottom center no-repeat;
	/*	outline: 1px solid red; */
}
article#bloky section {
	width: 31.33333333333333%;
	padding: 0 1%;
	float: left;
	text-align: center;
/*	outline: 1px solid blue; */
}
article#bloky section img {
	max-width: 100%;
	height: auto;
}
article#bloky h2 {
	margin-top: 0px ;
	padding: 10px 0 0 0;
	border-left: 0;
	font-size: 120%;
}
article#bloky section a {
	text-decoration: none !important;
}
article#bloky section a:hover h2 {
	color: #e77e10 !important;
}
article#bloky section a + p {
	padding: 10px 0;
	
}

article#bloky p.tlac {
	float: none;
}

/* --- sloupce --- */
article#sloupce {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 20px;
/*	outline: 1px solid red; */
}
article#sloupce section {
	width: 31.33333333333333%;
	padding-right: 2%;
	float: left;
/*	outline: 1px dotted blue;  */
}
article#sloupce section:last-child {
	width: 65.66666666666667%;
	padding-left: 1%;
	padding-right: 0;
	float: left;
/*	outline: 1px dotted blue; */
}
article#sloupce section h2 {
	margin-top: 0;
	padding: 10px 0 10px 45px;
	background: url(obr/ikona-rozcestnik.png) left center no-repeat;
}
article#sloupce section:last-child h2 {
	padding-left: 40px;
	background: url(obr/ikona-kniha.png) left center no-repeat;
}
article#sloupce section p {
}

/* ----- zápatí ---- */
footer article {
	float: left;
	width: 50%;
/*	outline: 1px solid red;  */
}
footer article + article {
	float: right;
	text-align: right;
}
footer article h2 {
	padding: 10px 0 10px 45px;
	background: url(obr/ikona-mapa.png) left center no-repeat;
}
footer article + article h2 {
	padding-right: 45px;
	padding-left: 0;
	background: url(obr/ikona-telefon.png) right center no-repeat;
}
footer article p.tlac {
	float: none;
	clear: none;
}
footer a {
	color: inherit;
}
footer img {
	border: none;
}
section#spodek {
	max-width: 950px;
	margin: 0px auto;
	padding: 20px 20px 80px 20px;
	clear: both;
}
section#spodek p {
	width: 49%;
	float: left;
	text-align: left;
	font-size: 85%;
}
section#spodek p + p {
	float: right;
	text-align: right;
}

section#spodek a {
	color: #444;
}
footer a:hover, section#spodek a:hover {
	text-decoration: none;
}
/* ---- obsah - text --- */
/* nadpisy */
h1, h2, h3 {
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
	line-height: 1.15;
}
h1 {
	margin-bottom: 20px;
	font-size: 220%;
	font-weight: 700;
}
h2 {
	margin-top: 18px;
	margin-bottom: 10px;
	color: #2f5e08;
	font-size: 150%;
	font-weight: 700;
}
.one_half h2:first-child {
	margin-top: 0;
}
h3 {
	margin-top: 14px;
	margin-bottom: 10px;
	color: #666;	
	font-weight: 700;
	font-size: 110%;
}
.one_half h3:first-child {
	margin-top: 0;
}
h4 {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom:5px;
	color: #444;
}
/* odstavce */
p {
	margin-bottom: 10px;
}
h1 + p {
	font-size: 110%;
}
blockquote {
	padding: 0px 15px;
	margin-bottom: 20px;
	border-left: 10px solid #666;
	color: #666;
}
blockquote.argumenty {
	padding: 0;
	background: #222;
	border-left: none;
	border-radius: 5px;
	height: 183px;
	font-size: 140%;
	color: #fff;
	box-shadow: 0 0 10px #ccc;
}
blockquote.argumenty img  {
	margin-right: 50px;
	border-radius: 5px 0 0 5px;
}
blockquote.argumenty h3 {
	padding-top: 15px;
	color: #fff;
}
sup, sub {
	font-size: 75%;

}
/* iframe */
section.obsah iframe {
	max-width: 100%;
}

/* seznamy */
section.obsah ul {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: square;
	line-height: 1.4;
	list-style-image: url(obr/odrazka.png);	
}
section.obsah ol {
	margin-left: 25px;
	margin-bottom: 10px;
	line-height: 1.4;
}
section.obsah ul li, section.obsah ol li {
	margin-bottom: 5px;
}
p + ul, p + ol {
	margin-top: -5px;
}
/* odkazy */
section.obsah a {
	color: #000;
}
section.obsah h2 a {
	color: inherit;
	text-decoration: none;
}
section.obsah a:hover {
	color: #f15c1a;
	text-decoration: none;
}
section.obsah h2 a:hover {
	text-decoration: underline;
}
/* obrázky */
h2 + div { /* fotogalerie */
	margin-top: 30px;
}
img {
	max-width: 100%;
	height: auto;
	border-bottom: 3px solid #9fcf1c;
	border-radius: 4px; 
}
a:hover img {
	border-color: #e77e10;
}
body.page-id-172 img {
	border-radius: 0;
}
div.gbox-img-hover-wrap {
	outline: 1px solid #ccc;
}
div.gallery {
	clear: both;
	margin-bottom: 20px;
}
/* obrázky s popisem */
#sloupce section:last-child .wp-caption {
	width: 140px !important;
	margin-bottom: 0;
}
#sloupce section:last-child .wp-caption-text {
	padding: 2px 4px;
	color: #31600b;
	font-size: 95%;
	line-height: 1.15;
}

/*
div.gallery img {
	float: left;
	margin: 5px;
}
*/
img.bezramecku, img.bez-ramecku {
	border: 0 !important;
}
/* tlačítko */
p.tlac {
	margin-top: 15px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
p.tlac a, p.tlac input, 
form.ninja-forms-form input[type="submit"], p.form-submit input[type="submit"],
input[type="button"].ninja-forms-field, p.form-submit input[type="submit"] {
	padding: 6px 20px 8px;
	background: #afcd67 url(obr/poz-tlac.png) bottom left repeat-x; 
	color: #fff !important;
	border: none;
	border-bottom: 3px solid #9fcf1c;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #444;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 93% !important;
}
p.tlac a:hover, p.tlac input:hover,
form.ninja-forms-form input[type="submit"]:hover,  p.form-submit input[type="submit"]:hover,
input[type="button"].ninja-forms-field:hover,  p.form-submit input[type="submit"]:hover {
	background:  #7c9550;
	color: #fff;
	cursor: pointer;
}
div.clear_column + p.tlac {
	margin-top: 0px;
}
body.parent-pageid-12 section.obsah p.tlac,
body.parent-pageid-57 section.obsah p.tlac {
	text-align: center;
}
body.parent-pageid-12.page-id-57 section.obsah p.tlac {
	text-align: left;
}
body.page-id-14 section.obsah p.tlac, body.page-id-463 section.obsah p.tlac {
	width: auto;
}

div.tlacitka {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
div.tlacitka + hr {
	float: left;
	width: 100%;
}
div.tlacitka p {
	float: none;
	clear: none;
	display: inline;
	margin: 0 10px;
}
p.tlac input {
	padding-bottom: 8px;
	border: none;
	cursor: pointer;
}

/* doplňující třídy */
.nevidet {
	display: none !important;
}
hr {
/* nemazat */
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 15px;
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
}
div.tlacitka + hr {
	margin-top: 30px;
}
div.clear_column + hr {
	margin-top: 0px !important;
}
.cistic {
	clear: both !important;
}

/* stránka Levná dovolená */
body.page-id-10 div.one_third {
	text-align: center;
}
body.page-id-10 hr + div.one_third  h2, body.page-id-10 div.one_third.last_column h2 {
	line-height: 2.2;
}
div.one_third p.tlac {
	width: 100%;
	text-align: center;
}

/* ----- třídy WP ---- */
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.aligncenter{
	margin: 0px auto 10px;
}
.alignnone {
	margin-bottom: 10px;
	clear: both;
}

/* --- tabulky --- */
table {
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb;
}
th, td {
	padding: 5px 15px;
	text-align: left;
	background: #fff;
}
th {
	background: #bbbbbb;
	color: #444;
}
tr:nth-child(odd) td {
	background: #f1f1f1;
}
td img {
	padding: 3px 0 0 0 !important;
	margin: 0 !important;
}

/* --------- formuláře obecně ----------- */
form {
}
input, select, option, textarea {
	padding: 6px 12px;
	color: #545454;
	border-radius: 5px;
	font-size: 15px;
}
input[type="text"], input[type="email"], 
input[type="tel"], input[type="number"], 
input[type="password"], textarea, select {
	width: 85%;
	max-width: 250px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
}
label {
	display: block;
	float: left;
	width: 15%;
	min-width: 125px;
}
fieldset {
	margin-top: 20px !important;
	padding: 10px 15px;
	border: 1px solid #ccc;	
}
legend {
	padding: 0px 15px;
	font-weight: bold;
}

/* --------- ninja forms - formuláře ----------- */
div.nf-form-cont {
	max-width: 350px;
	margin: 0 auto;
}
div.nf-form-cont div.nf-field-container {
	margin: 0 0 10px 0 !important;
}
div.nf-form-cont div.nf-field-container div.field-wrap {
}
div.nf-form-cont div.field-wrap div.nf-field-element {
	width: 100%;
}
div.nf-form-cont h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;	
	border-bottom: 1px solid #666;
}
div.nf-form-cont div.nf-field-description {
	margin: -10px 0 10px;
	text-align: center;	
}
/* pole */
div.nf-form-cont div.nf-field-label {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
div.nf-form-cont div.field-wrap div.nf-field-element textarea{
	height: 100px;
}
div.nf-form-cont div.starrating-wrap div.nf-field-element div.stars {
	text-align: center !important;
}
div.nf-form-cont div.starrating-wrap div.nf-field-element div.stars a {
	display: inline-block;
	float: none;
}
/* html */
div.nf-form-cont div.field-wrap.html-wrap p {
	text-align: center;
	font-size: 80%
}
div#nf-form-1-cont.nf-form-cont div.field-wrap.html-wrap p {
	width: 100%;
	margin-left: 25%;
}
/* tlačítko*/
div.submit-wrap div.nf-field-label {
	display: none !important;
}
div.submit-wrap input[type="button"] {
	width: 100% !important;
}
/* kontaktní */
div#nf-form-1-cont.nf-form-cont {
	max-width: 100%;
	margin: 0;
}
div#nf-form-1-cont.nf-form-cont div.nf-field-label {
	width: 20%;
	padding: 0;
	text-align: left;
}
div#nf-form-1-cont.nf-form-cont div.field-wrap div.nf-field-element {
	width: 80%;
}
div#nf-form-1-cont.nf-form-cont div.field-wrap input[type="text"],
div#nf-form-1-cont.nf-form-cont div.field-wrap input[type="email"],
div#nf-form-1-cont.nf-form-cont div.field-wrap textarea {
	width: 100%;
	max-width: none;
}
div#nf-form-1-cont.nf-form-cont div.submit-wrap input[type="button"] {
	margin-left: 25%;
}
/* chybové hlášky */
div.nf-form-fields-required {
	display: none;
}
div.nf-error-msg {
	width: 200px;
	top: 3.5ex;
	left: 350px;
	z-index: 999;
	position: absolute !important;
	padding: 5px 5px 5px 30px !important;
	background: url(obr/chyba2.png) no-repeat center left;
	color: #fff;
}
div.nf-error-field-errors {
	width: auto;
	position: static !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	background: none;
	color: red;
	text-align: center;
}
/* chybové hlášky - kontaktní */
div#nf-form-1-cont div.nf-error-field-errors {
	margin-left: 20%;
}
div#nf-form-1-cont div.nf-error-msg {
	top: 0;
}

/* --- sociální tlačítka --- */
div.social {
	clear: both; 
	padding-top: 15px; 
	text-align: center;
}
div.social h3 {
	display: inline-block;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ccc;
}
div.bottomcontainerBox {
	width: 255px;
	margin: 0 auto !important;
	padding: 0 !important;
	float: none !important;
}
div + div.bottomcontainerBox {
	margin-top: 40px;
	outline: 1px solid red;
}

/* --- bublina --- */
div.Zebra_Tooltip_Message {
	width: 200px !important;
}
div.Zebra_Tooltip_Message a {
	color: #fff !important;
}
div.Zebra_Tooltip_Message a:hover {
	text-decoration: none !important;
}


/* --- responzivní design */
@media all and (min-width: 993px) and (max-width: 1024px) {
	.cycloneslider-template-default .cycloneslider-prev, .cycloneslider-template-default .cycloneslider-next {
		display: none !important;
	}
}
@media all and (min-width: 768px) and (max-width: 992px) { /* tablet */
	/* nezobrazit*/
	.cycloneslider-template-default .cycloneslider-prev, .cycloneslider-template-default .cycloneslider-next {
		display: none !important;
	}
	body {
		background-image: none;
	}
	/* záhlaví */
	#slogan {
		margin-top: 38px;
		font-size: 110%; 
	}
  	nav ul li a {
		font-size: 95%;	
	}
	nav ul ul.sub-menu {
	}
	/* carousel */ 
	.cycloneslider-template-default .cycloneslider-caption { 
		font-size: 90%;
	}
	.cycloneslider-template-default p.tlac a { 
		font-size: 100% !important;
	}
	/* aktuálně */
	article#aktualne {
		font-size: 85%;
	}
	article#aktualne h2 {
		margin-top: 15px;
	}

	/* bloky */
	article#bloky section h2, article#bloky section p {
		font-size: 85%;
	}
	article#bloky section h2, article#bloky section p.tlac {
		font-size: 100%;
	}

	/* sloupce */
	article#sloupce section#sloupec02 {
		width: 50%;
		float: right;
		box-shadow: none;	
	}
	article.novinka {
		width: 90%;
		float: none;
	}
	/* zápatí */
	#spodek {
		font-size: 80%;
	}
	/* obsah */
	p.tlac a {
		font-size: 80% !important;
	}
	body.page-id-10 hr + div.one_third  h2, body.page-id-10 div.one_third.last_column h2 {
		line-height: 1.15;
	}

}
@media all and (max-width: 767px) {
	/* nezobrazit*/
	.cycloneslider-template-default .cycloneslider-prev, .cycloneslider-template-default .cycloneslider-next,
	.cycloneslider-template-default .cycloneslider-slide img, #slogan, nav s{
		display: none !important;
	}
	body, #zahlavi-obal, #obsah-obal,#zapati-obal {
		background-image: none;
	}
	body {
		background: #fff;
		min-width: 449px !important;
	}
	#obal {
		background: url(obr/poz-obsah-obal-mobily.jpg) center 114px no-repeat;
	}
	body.page section.obsah {
		margin-top: 5px;
		padding-left: 20px !important;
		border-radius: 0;
	}
	/* navigace */
	div#wprmenu_bar {
		z-index: 99999 !important;
	}
	/* záhlaví */
	#zahlavi-obal {
		background: #adca7b !important;
		height: 80px !important;
	}
	header article {
		float: left;
		clear: both;
		width: 100%;
		text-align: center;
	}
	header article p a.logo {
		float: none !important;
		margin: 20px auto 0 !important;
	}
	/* carousel */
	div#carousel-obal {
		padding-top: 10px;
	}
	.cycloneslider-template-default .cycloneslider-slides{
		min-height: 200px !important;
	}
	.cycloneslider-template-default h2.cycloneslider-caption-title {       	/* -------- Nadpis !!!!! */
		max-width: 100% !important;
	}
	.cycloneslider-template-default .cycloneslider-caption-description{    /* -------- Odstavec !!!!! */
		max-width: 100% !important;
	}
	.cycloneslider-template-default .cycloneslider-pager{      /* ---- POLOHA STRÁNKOVAČE !!!!!!!! */
		float: right;
		left: auto !important;
		right: 0px !important;
		bottom: -10px !important;
	}
	.cycloneslider-template-default .cycloneslider-pager span {
		width: 25px !important;
		height: 25px !important;
	}
	/* aktuálně */
	article#aktualne {
		font-size: 90%;
	} 
	article#aktualne h2 {
		margin-top: 10px;
	} 
	/* bloky */
	article#bloky section {
		width: 100%;	
	}

	/* sloupce */
	article#sloupce section {
		width: 100%;
	}
    /* obsah */
	.one_half, .one_third {
		width: 100% !important;
		float: none !important;
	}
	.one_half h2:first-child {
		margin-top: 30px !important;
	}
	body.page-id-10 hr + div.one_third  h2, body.page-id-10 div.one_third.last_column h2 {
		line-height: 1.15;
	}
	/* zápatí */
	footer {
		font-size: 85%;
	}
	section#spodek p {
		width: 100% !important;
		float: none !important;
		text-align: left !important;
		font-size: 85%;
	}
} 
