* { 
	margin: 0;
	padding: 0;
}

body {
	background-color: black;/*#191919 #2b2b2b*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aaaaaa;/*#CACACA;*/
	text-shadow: 1px 1px 2px black;
}

/* anchors */
a { outline: 0; text-decoration: none; color: #a99362; }
a img { border: 0px; text-decoration: none; }
a:hover, a:active {
	text-decoration: underline;	
}

/* html5 tags */
header, section, footer, aside, nav, article, figure { display: block; }

#page {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

.w50 {
	width: 450px;
}

h1 {
  padding: 38px 0 0 0;
	/*padding-top: 47px;*//*24px;*/
}

/* hlavna navigiacia */
nav {
	text-align: center;
}

nav ul {
	padding: 0;
	margin: 0;
}

nav li {
	display: inline;
	float: left;
	text-align: center;
}

nav li a, nav .roll_shade {
	position: relative;
	/*width: 88px;*/
	padding-left: 12px;
	padding-right: 12px;
}

nav li a, nav li a:visited {
	color: #a99362;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	/*height: 30px;
	padding-top: 100px;*/
	height: 55px;
	padding-top: 65px;
	text-transform: uppercase;
	z-index: 99;
}
nav li a.active {
	background-image: url(../images/nav_active.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #e3cb96;
}
nav li a:hover, nav li a:active {
	text-decoration: none;	
}

nav .roll_shade {
	background-image: url("../images/nav_bg_hover.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	display: none;
	height: 130px;
	margin-top: -130px;
	z-index: 90;
}

nav li .fa, nav li .fab, nav li .fal, nav li .far, nav li .fas {
	display: block;
	padding-bottom: 10px;
}
/* hlavna navigiacia - end */

/* obsah */
#container {
	padding: 15px 0; 
	/*padding-bottom: 15px;*/
}

h2 {
	margin: 0;
	padding: 30px 0 20px 40px;
	font-size: 36px;
	color: #AAAAAA;
}

h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.4em;
	/*color: white;*/
	color: #a99362;
}
h3:first-child { margin-top: 0; }

h4 {
	margin: 0.8em 0;
	color: #cccccc;
}

p { text-indent: 2em; }
p, #container ul, #container ol {
	line-height: 1.5em;
	margin-bottom: 15px;
	text-align: justify;
}
p:last-child, #container ul:last-child, #container ol:last-child { margin-bottom: 0; }


.img_r, .img_l {
	padding: 4px;
	border: 1px solid #a99362;
	margin-bottom: 30px;
}
.img_r {
	float: right;
	margin-left: 36px;
}
.img_l {
	float: left;
	margin-right: 36px;
}
.img_r:hover, .img_l:hover {
	border-color: white;
}

#container ul, #container ol {
	padding-left: 30px;
}
ol.alpha {
	list-style-type: lower-alpha;
}

#container .entry-content-border {
	padding: 4px;
	border: 1px solid #545454;/*#353535;*/
}
#container .entry-content {
	background-color: #444444;/*#353535;*/
	padding: 30px 36px;
	background-image: url("../images/pattern.png");
}

#container .entry-image-right {
	float: right;
	margin: 0 0 15px 15px;
}
#container .entry-image-left {
	float: left;
	margin: 0 0 15px 15px;
}


#frmKontakt div {
	display: table-row;
}
#frmKontakt div span, #frmKontakt input.text, #frmKontakt textarea {
	display: table-cell;
}
#frmKontakt div span {
	width: 90px;
	vertical-align: top;
	padding-top: 12px;
}
#frmKontakt input.text, #frmKontakt textarea {
	color: inherit;
	border: 1px solid #545454;
	padding: 2px 5px;
	background-color: black;
	margin-top: 10px;
}
#frmKontakt input.text:hover , #frmKontakt textarea:hover {
	border-color: #a99362;
	color: #cccccc;
}
#frmKontakt input.text {
	width: 180px;
}
#frmKontakt textarea {
	width: 290px;
}
#frmKontakt .submit {
	margin-left: 310px;
	margin-top: 15px;
	padding: 3px 15px;
	color: inherit;
	border: 1px solid #545454;
	background-color: black;
}
#frmKontakt .submit:hover {
	border-color: #a99362;
	background-color: #2b2b2b;
	color: #cccccc;
	cursor: pointer;
}

.highlight {
	font-weight: bold;
	color: #cccccc;
}

table {
	border-collapse: collapse;
}

td {
	padding: 2px 5px; 
	vertical-align: top;
}

table.links td { padding: 3px 7px; }
table.links tr {
	border-bottom: 1px solid black;
}
table.links tr:last-child {
	border-bottom: none;
}

table.links a:visited {
	color: #a99362;
}

.error, .succes {
	border: 1px solid #E3CB96;
	margin-bottom: 10px;
	padding: 5px 5px 0 5px;
	width: 380px;
}
.error p, .succes p {
	text-indent: 0;
	line-height: 1.1em;
	margin-bottom: 5px;
	padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
.error p {
	background-image: url("../images/delete.png");
}

/* obsah - end */

/* pata */
footer {
	color: #444444;
	text-align: center;
	font-size: 12px;
	margin-bottom: 1em;
}
footer a, footer a:visited {
	color: #444444;
}
/* pata - end */

/* pomocne funkcie */
.float_r { float: right; }
.float_l { float: left; }
.clear   { clear: both; }
.b { font-weight: bold; }