*{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow:none;
text-rendering: optimizeLegibility;
margin:0;
padding: 0;
}

html {
min-height: 100% !important;
height: 100%;
width: 100%;
}

body {
min-height: 100% !important;
height: 100%;
width: 100%;
display: table;
color: #468431;
font-size: 18px;
font-family: 'Titillium Web',arial,sans-serif;
font-style: normal;
}

.clear {
clear: both;
}

img {
border: none;
}

a {
text-decoration: none;
color: #468431;
}

.violet {
color: #672d91;
}

.violet {
color: #672d91;
}

.center {
text-align: center;
}

.justify {
text-align: justify;
}

.fleft {
float: left;
}

.fright {
float: right;
}

#head {
width: 100%;
min-width: 1180px;
height: 358px;
background: url('img/head.jpg') center center no-repeat;
}

#foot {
display: table-row;
width: 100%;
min-width: 1180px;
height: 100%;
background: url('img/foot.jpg') top center no-repeat;
}

.wrapper {
width: 920px;
margin: 0 auto;
}

.content {
width: 920px;
margin: 0 auto 50px auto;
}

.logo {
float: right;
padding: 15px 0 0 0;
}

.menu ul {
padding: 12px 0 0 0;
}

.menu ul a:hover, .menu ul a.active {
background-color: #468431;
color: white;
}

.menu ul li {
display: inline-block;
font-weight: 600;
vertical-align: middle;
text-align: center;
}

.menu ul li a {
display: block;
padding: 10px 12px;
border-right: 2px solid #468431;
}

.menu ul li:last-child a {
border: none;
}

.menu ul li.dvar {
line-height: 18px;
}

.menu ul li.dvar a {
padding: 6px 12px;
line-height: 18px;
}

#foot .wrapper {
padding: 20px 0;
}

#foot .fleft, #foot .fright {
width: 230px;
}

#foot .fright  {
text-align: right;
padding: 70px 0 0 0;
}

#foot p {
line-height: 20px;
}

.nadpis {
background: url('img/line.jpg') center left repeat-x;
height: 58px;
display: inline-block;
padding: 0 40px;
margin: 15px auto;
text-align: center;
}

.nadpis span {
background-color: white;
padding: 0 10px;
line-height: 58px;
font-size: 30px;
font-weight: 600;
}

.text p {
margin: 10px 0;
}

.text a {
font-weight: 600;
}