/* @override http://osobniopravar.cz/css/global.css */

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, 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;
		font: inherit;
		vertical-align: baseline;
}

html {
	background-color: #fff;
}

body {
	/*font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    font-family: "Lucida Console", "Monaco CE", fixed, monospace;
    font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
    font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
    font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
    font-family: "Courier New CE", "Courier CE", "Courier New", courier, monospace;
    font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
    font-family: "Impact CE", "Arial CE", "Techno CE", "Helvetica CE", Impact, lucida, sans-serif;
    font-family: "Comic Sans MS CE", "Arial CE", "Sand CE", "Helvetica CE", "Comic Sans MS", lucida, fantasy;
    font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
    font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
    font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
    font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	color: #575857;
	padding: 0;
	margin: 0;
	*/
}

@font-face {
    font-family: 'sanchezregular';
    src: url('../fonts/sanchez-regular-webfont.eot');
    src: url('../fonts/sanchez-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sanchez-regular-webfont.woff') format('woff'),
         url('../fonts/sanchez-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'sanchezregular';
	-webkit-font-smoothing: antialiased;
	color: #818181;
    font-size: 17px;
    font-size: 1.1rem;
    line-height: 1.4;
    background: #f2f2e7;
}



/* @group global */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #484848;
    font-weight: 300;
    display: block;
    line-height: 1.15;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1, h2 {
	display: block;
	padding: 98px 0 0 0;
	margin-bottom: 30px;
}

.margin-element {
   padding: 88px 0 0 0;

}

h1 {
    font-size: 26px;
    font-size: 2.6rem;
    display: block;
        text-align: center;
}

h2 {
    font-size: 18px;
    font-size: 1.8rem;
}

h3 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 16px;
    margin-top: 1.6rem;
    margin-bottom: 9px;
    margin-bottom: 0.9rem;
}

h4 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 3px;
    margin-bottom: 0.3rem;
}

h5 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 3px;
    margin-bottom: 0.3rem;
}

h6 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 2px;
    margin-bottom: 0.2rem;
}

h2.pagetitle {
	font-size: 1.6em;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.outner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 960px;
	position: relative;
}

div {
	margin: 0;
	padding: 0;
}

p {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

strong {
	font-weight: 900;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

a {
	color: #fcc000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.outgoing {
	color: #00558e;
}

a.more {
	font-size: 14px;
	padding: 0 8px 0 0;
	background: url(images/specific/more-small-blue.png) no-repeat 100% 50%;
}

.margin {
	padding: 0;
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

.target {
	height: 90px;
}

.center {
	text-align: center;
}

.no-margin {
	margin: 0;
	padding:0;
}

.hdn {
	display: none;
}

/* @end */

/* @group ul ol*/

ul {
	padding:0 0 0 20px;
}

ul li {
	margin: 0;
}

/* @end */

/* @group main container */
#page {
   position:relative;
   z-index:5;
}

.main-container {
	position: relative;
    padding-bottom: 20px;
}

/* @end */

/* @group cleaner */
.cleaner {
	clear: both;
}
/* @end */

/* @group #header */

#header {
	z-index: 100;
	overflow: hidden;	
}
	
#header p.head-domain a {
	background: transparent;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 16px;
	height: 40px;
	color: #000;
}
	
#header p.description {
	font-size: 1.2em;
	text-align: le;
	position: absolute;
	top: 40px;
	left: 16px;
	color: #676767;
	margin:0;
	}


#headerimg 	{
	margin: 0 ;
	padding: 0;

}

.head-logo-domain {
	position: absolute;
	top: 0;
}

p.head-domain {
	margin: 0;
}

p.head-domain a {
	margin: 0;
	padding: 0;
	height: 60px;
	width: 176px;
	top: 10px;
	left: 0;
	display: block;
	position: absolute;
	font-size: 11px;
	background: url(images/logo.png) transparent no-repeat 0 0;
}

p.head-domain a span {
	display: none;
}	
/* @end */

/* @group main-header-themes */

.main-header-themes {
	height: 350px;
	min-height: 350px;
	background: url(images/main-header-themes.jpg) #fdc100 repeat-x 0 0;
}
.main-header-themes .outner {
    height: 350px;
	min-height: 350px;
	position: relative;
}
.main-header-themes .header-content {
	width: 729px;
	text-align: left;
	position: absolute;
	margin: 0 auto;
	top: 60px;
	left: 20px;
	z-index: 1;
}
.main-header-themes .header-content h1{
	padding: 0;
	text-align: left;
}
.main-header-themes .content-img {
	position: absolute;
	right:0;
	top: 10px;
	z-index: 0;
}

.main-header-themes .header-content .main-header {
	font-size: 53px;
	color: #fff;
	font-weight: 300;
	display: block;
	margin-bottom: 10px;
	text-shadow:4px 4px 2px #dbba2b;
	line-height: 69px;
}

.main-header-themes .header-content .marked {
	font-size: 64px;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
}

.main-header-themes .header-content p {
	font-size: 24px;
	color: #7d6001;
	margin: 0;
	line-height: 30px;
}
.content {
	text-align: center;
}

/* @end */

/* @group container-top */
.container-top {
	position: fixed;
	width: 100%;
	height: 92px;
	min-height: 92px;
	background: url(images/container-top.png) transparent repeat-x 0 100%;
	z-index: 200;
}

.container-main-middle {
	padding-top: 85px;
}

.container-middle {
	background: url(images/decor.png) repeat-x 0 0;
}

.container-bottom {
	position: relative;
	background:url(images/decor.png) #fff repeat-x 0 0;
}

/* @end */

/* @group menus */

.menu ul, .menu li {
	padding: 0;
	list-style: none;
	list-style-image: none;
}

.menu li ul {
	padding: 0 0 0 10px;
} 

/* @group menu */

.menu {
	display: block;
	z-index: 100;
}

.menu ul li.current-page-ancestor > a, .menu ul li.current-menu-parent > a, .menu ul li.current-menu-item > a, .menu ul li.current-post-ancestor > a {
	font-weight: 900;
}

.menu.box-1 {
	position: absolute;
	top: 26px;
	right: 0;
}

.menu.box-1 a {
	font-size: 11px;
	color: #4e4e4e;
	text-decoration:none;
	padding: 4px;
	margin-left: 20px;
	text-transform: uppercase;
	font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	font-weight: bold;
}

.menu.box-1 .separator {
	display: none;
}

.menu.box-1 a:hover, .menu.box-1 a.active {
	border-top: solid 2px #fab600;
}

/* @end */

/* @group menu horizontal drop-down*/

.menu.horizontal.drop-down {
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
}

.menu.horizontal.drop-down ul  {
	padding: 0;
}

.menu.horizontal.drop-down ul li ul > li {
	float: left;
	display: block;
	height: 0;
	min-height: 0;
	position: relative;
	z-index: 90;
}

div[class] .menu.horizontal.drop-down ul li ul > li {
	float: left;
	display: block;
	height: auto;
	position: relative;
	z-index: 90;
}

.menu.horizontal.drop-down ul li ul > li > a {
	height: 25px;
	min-height: 25px;
	line-height: 25px;
	float: left;
	border-right: solid 1px #cccccc;
	text-decoration: none;
}

.menu.horizontal.drop-down ul li.current-page-ancestor > a, .menu.horizontal.drop-down ul li.current-menu-parent > a, .menu.horizontal.drop-down ul li.current-menu-item > a{
	font-weight: 900;
}

.menu.horizontal.drop-down ul li ul > li > a span {
	padding: 0 15px;
}

.menu.horizontal.drop-down ul li ul > li.child > a {
	padding-right: 10px;
}

.menu.horizontal.drop-down ul li ul > li.child > a > span {
	padding: 0 15px 0 15px;
	background: url(images/specific/arrow-right-down.png) transparent 100% 50% no-repeat;
}

div[class] .menu.horizontal.drop-down ul li ul > li > ul > li, .menu.horizontal.drop-down ul li ul > li > ul > li {
	float: none;
}

div[class] .menu.horizontal.drop-down ul li ul > li > ul > li > a , .menu.horizontal.drop-down ul li ul > li > ul > li > a {
	float: none;
}

.menu.horizontal.drop-down ul li ul > li > ul > li > a span {
	padding: 0;
}

.menu.horizontal.drop-down ul li ul li ul {
	display: none;
	width: 180px;
	position: absolute;
	left: -1px;
	top: 25px;
	z-index: 95;
	border: solid 1px #cccccc;
	background: #f9f9f9;
	padding-left: 10px;
}

.menu.horizontal.drop-down ul li ul li:hover  ul {
	display: block;
}

.menu.horizontal.drop-down ul li ul li:hover  ul li a {
	border: none;
}

/* @end */

/* @group type cat */

.menu-display {
	display: none;
	height: 24px;
	width: 30px;
	background: url(images/display-menu.gif) 0 0 no-repeat;
	position: absolute;
	right: 20px;
	top: 26px;
}

.menu-display:hover {
	background: url(images/display-menu.gif) -51px 0 no-repeat;
}
.menu.cat {
	z-index: 100;
}

.menu.cat ul li.current-post-ancestor > a, .menu.cat ul li.current-menu-parent > a, .menu.cat ul li.current-menu-item > a {
	font-weight: 900;
}

/* @end */

/* @end */


/* @group row */

/* @group row-2 */

.row-2 {
	margin: 24px 0;
}

.element-2-in-row {
	float: left;
	width:345px;
	margin-right: 20px;
}

.element-2-in-row.element-last-in-row {
	margin-right: 0;
}

/* @end */

/* @group row-3 */

.row-3 {
	margin: 0;
}

.element-3-in-row {
	float: left;
	width: 226px;
	margin-right: 16px;
}

.element-3-in-row.element-last-in-row {
	margin-right: 0;
}

.element-3-in-row h2 {
	margin: 10px 0;
	font-size: 20px;
}

/* @end */


/* @group row-4 */

.row-4 {
	margin: 24px 0;
}

.element-4-in-row {
	float: left;
	width: 165px;
	margin-right: 16px;
}

.element-4-in-row.element-last-in-row {
	margin-right: 0;
}

.element-4-in-row h2 {
	font-size: 22px;
	margin: 0 0 18px 0;
}

.element-4-in-row p {
	font-size: 14px;
	line-height: 18px;
}

/* @end */

/* @group row-5 */

.row-5 {
	margin: 24px 0;
}

.element-5-in-row {
	float: left;
	width: 129px;
	margin-right: 16px;
}

.element-5-in-row.element-last-in-row {
	margin-right: 0;
}

.element-5-in-row h2 {
	font-size: 18px;
	margin: 0 0 18px 0;
}

.element-5-in-row p {
	font-size: 12px;
	line-height: 16px;
}

/* @end */

/* @end */

/* @group file icons */

a[href$='.pdf'], a[href$='.doc'], a[href$='.txt'], a[href$='.rtf'], a[href$='.swf'], a[href$='.zip'], a[href$='.rar'], a[href$='.avi'], a[href$='.wmv'], a[href$='.mov'], a[href$='.mp3'], a[href$='.wma'], a[href$='.ogg'], a[href*='youtube.com'], a[href*='maps.google'], a[href*='/maps'], a[href*='mapy.cz'] {
	display: inline-block;
	padding: 0 0 0 20px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: transparent;
	line-height: 20px;
}

a[href$='.pdf'] {	
	background-image: url(images/file/pdf.png);
}

/*li a[href$='.jpg'] {	
	background-image: url(img/icons/file/jpg.png);
}*/

a[href$='.doc'] {
	background-image: url(images/file/doc.png);
}

a[href$='.txt'], a[href$='.rtf'] {
	background-image: url(images/file/txt.png);
}

a[href$='.swf'] {
	background-image: url(images/file/swf.png);
}

a[href$='.zip'], a[href$='.rar']  {
	background-image: url(images/file/zip.png);
}

a[href$='.avi'], a[href$='.wmv'], a[href$='.mov'] {
	background-image: url(images/file/avi.png);
}

a[href$='.mp3'], a[href$='.wma'], a[href$='.ogg'] {
	background-position: 3px 50%;
	background-image: url(images/file/audio.png);
}

a[href*='youtube.com'] {
	background-image: url(images/file/youtube.png);
}

a[href*='maps.google'], a[href*='mapy.cz'], a[href*='/maps'] {
	background-image: url(images/file/maps-2.png);
	padding: 0 0 0 28px;
	line-height: 24px;
}

.icon {
	padding-left: 34px;
}
.icon.marked {
	padding-left: 38px;
	color: #818181;
}
.icon.phone {
	background: url(images/mob.gif) no-repeat transparent 0 5px;
}
.icon.mail {
	background: url(images/mail.gif) no-repeat transparent 0 5px;
}
/* @end */

/* @group footer */


.footer {
	padding: 40px 0 60px 0;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.footer h2 {
	padding: 30px 0 0 0;
}

#footer p {
	margin: 0;

}

.footer .marked {
	font-size: 50px;
}

#footer .right {
	float: right;
}
	
#footer .left {
	width: 200px;
}

#footer .right {
	width: 700px;
	text-align: right;
}

#footer .left, #footer .left, #footer .left a, #footer .right, #footer .right a {
	font-size: 12px;
}

#footer .right a {
	display: inline-block;
	margin: 0 4px;
}

.alink-bottom {
	background-color: #fdc100;
	padding: 20px 0;
}

.alink-bottom {
	font-size: 14px;
}

.alink-bottom a {
	color: #ad8d01;
}

/* @end */

/* @group element */

.element.row-1 {
   margin-bottom: 60px;
}

.element.row-3 {
   margin-bottom: 40px;
   border-bottom: solid 1px #d5d5d5;
   padding-bottom: 30px;
}

.element.row-3 .head {
	padding: 10px 0;
	color: #dea102;
	margin-bottom: 6px;
	margin-top: 0;
}

.element p {
	font-size: 16px;
	margin: 0;
}

.element.row-3 { 
	overflow: hidden;
}

.element1of3 {
	margin-right: 7%;
}

.element1of3.last {
	margin: 0;
}


.element1of3 {
	float: left;
	width: 28%;
}

/* @end */



/* @group media queries */


@media only screen and (max-width: 1280px) {
	img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
  }
}

@media only screen and (max-width: 767px) {
	.narrowcolumn, .widecolumn {
		float: none !important;
		width: 100% !important;
		right: 0 !important;
	}
	
	#sidebar, .right {
		padding: 0;
		width: 100% !important;
		position: relative;
		float: none !important;
	}
	
	img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
		-ms-interpolation-mode: bicubic;
	}
	
	.element.row-3 {
		margin: 0;
		padding-bottom: 0;
		border: none;
	}
	
	h2{
	text-align: center;
}
	
	.element1of3 {
		float: none;
		width: 100%;
		margin: 0;
		padding: 20px 0;
		border-bottom: solid 1px;
		border-color: #d5d5d5;
		text-align: center;
	}
	.menu.box-1 {
		display: none;
	}
	
	.menu.box-1.display {
		display: block;
	    position: absolute;
	    background: #fff;
	    top: 85px;
	    left: 0;
	}
	
	.menu.box-1.display a {
	    margin-left: 0;
	    padding: 14px;
	    display: block;
	    border-top: solid 2px #fff;
	    border-bottom: solid 1px #d5d5d5;
}

.menu.box-1.display a:hover, .menu.box-1.display a.active {
		border-top: solid 2px #fab600;
}
	
.menu-display {
	display: block;
	z-index: 400;
}
  
}

@media only screen and (max-width: 800px) {
	.main-header-themes .header-content {
	display: none !important;
}

.main-header-themes .content-img {
	position: relative;
	width: 100%;
	right: 0;
	top: 0;
	text-align: center;
}
}

@media only screen and (max-width: 500px) {	

.main-header-themes .header-content .main-header {
	display: none;	
}

.main-header-themes, .main-header-themes .outner {
	height: 260px;
	min-height: 260px;
}
.main-header-themes .content-img {
	position: relative;
	width: 100%;
	right: 0;
	top: 0;
	text-align: center;
}
.main-header-themes .content-img img{
	min-height: auto;
	-ms-interpolation-mode: bicubic;
}
.icon.marked {
	padding-left: 38px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 34px;
}
.icon.phone {
	background: url(images/mob.gif) no-repeat transparent 0 -2px;
}
}

/* @end */