* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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, img, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  color: black;
  background: white;
}

p {
  margin-bottom: 1em;
}

p.lead {
  font-size: 1.125em;
  line-height: 1.4;
}

a {
  color: #005aab;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  color: #00325e;
  text-decoration: underline;
}

a img {
  border: none;
  background: none;
}

/*  Prevents border/background on linked image hover.
 *  Adds slight opacity. */
a:hover img {
  border: none;
  background: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*  Lists
 *  Styling for lists */
ul,
ol,
dl {
  margin-bottom: 1em;
  margin-left: 1.25em;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin-left: 0;
}

dt {
  font-weight: bold;
}

/*  Removes list styling.
 *  For semantic reasons, should only
 *  be used on unordered lists. */
.list-unstyled {
  margin-left: 0;
  list-style: none;
}

/*  Headings
 *  h1 through h6 styling
 *  Heading class lets you use one heading type for semantics
 *  but style it as another heading type. */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1em;
  padding-top: 1em;
  color: #005aab;
}

h1,
.h1 {
  font-size: 1.5em;
  padding-top: .5em;
}

h2,
.h2 {
  font-size: 1.3125em;
}

h3,
.h3 {
  font-size: 1.1875em;
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-size: 0.9375em;
}

h4,
.h4 {
  text-transform: uppercase;
}

/*  Lines, Quotes and Emphasis */
/*  Lines */
hr {
  margin: 2em auto;
  border: 0;
  border-top: 0.0625em solid #dddddd;
  border-bottom: 0 solid white;
}

/*  Bold */
strong {
  font-weight: bold;
}

/*  Italics */
em {
  font-style: italic;
}

/*  Subscript & Superscript */
sub,
sup {
  position: relative;
  font-size: 85%;
  font-weight: bold;
  line-height: 0;
  vertical-align: baseline;
  margin-left: 0.25em;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*  Highlighting colors */
::selection {
  color: white;
  background: black;
}

::-moz-selection {
  color: white;
  background: black;
}

/*  Blockquotes */
blockquote {
  border-left: 0.25em solid #dddddd;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

form,
fieldset {
  margin-bottom: 1em;
  max-width: 90%;
}

legend,
label {
  display: block;
  font-weight: normal;
  padding: 0;
  margin-bottom: 0.3125em;
}

label.required:after {
  content: '*';
  color: #f7931d;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  font: inherit;
  line-height: 1.5;
  color: #2e2e2e;
  margin-bottom: 1.1875em;
  padding: 0.3125em;
  border: 0.0625em solid #dddddd;
  border-radius: 0.0625em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form button,
form .button {
  margin-bottom: 1.1875em;
}

textarea {
  height: 12em;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin-bottom: 0.3125em;
  cursor: pointer;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 0.0625em 0.0625em rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}

button[type="submit"] {
  border: 0;
  border-radius: 0.1875em;
  background-color: #005aab;
  color: white;
  padding: 0.3125em 0.4375em;
  cursor: pointer;
}
button[type="submit"]:hover {
  background-color: #004888;
}

.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

/*  Condensed Inputs */
.input-condensed {
  padding: 0.0625em 0.3125em;
  font-size: 0.9375em;
}

body {
  background: #cccccc;
}

.wrap {
  width: 61.25em;
  height: auto;
  margin: 40px auto;
  background-color: white;
}
.wrap .page, .wrap footer {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
.wrap .page:after, .wrap footer:after {
  content: "";
  display: table;
  clear: both;
}

aside {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 23.40426%;
}
aside:last-child {
  margin-right: 0;
}
aside .logo a {
  display: block;
  width: 225px;
  height: 60px;
  text-indent: -9999px;
  background: transparent url(../img/logo.png) no-repeat;
  margin-top: 41px;
}

main {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 74.46809%;
  margin-right: 0;
  margin-bottom: 2.5em;
}
main:last-child {
  margin-right: 0;
}
main nav {
  height: 50px;
}
main nav ul {
  list-style-type: none;
  margin-left: 0;
}
main nav ul li {
  display: inline-block;
}
main nav ul li a {
  font-size: 1.125em;
  color: black;
  margin-right: 0.625em;
  line-height: 3em;
}
main nav ul li a:hover {
  color: #555555;
  text-decoration: none;
}
main nav ul .current {
  color: #f7931d;
}
main .intro {
  margin-bottom: 2.5em;
}
main .content .blok {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%;
}
main .content .blok:last-child {
  margin-right: 0;
}
main .content .blok:nth-child(2n) {
  margin-right: 0;
}
main .content .blok:nth-child(2n+1) {
  clear: left;
}
main .content .sadrzaj {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 65.95745%;
}
main .content .sadrzaj:last-child {
  margin-right: 0;
}
main .content .sidebar {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%;
  margin-right: 0;
}
main .content .sidebar:last-child {
  margin-right: 0;
}
main .content .sadrzaj-pola {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%;
}
main .content .sadrzaj-pola:last-child {
  margin-right: 0;
}
main .content .pola {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%;
  margin-right: 0;
}
main .content .pola:last-child {
  margin-right: 0;
}

footer {
  font-size: 0.75em;
}
footer table td {
  padding-right: 1.875em;
}

/* Misc */
.crna {
  color: black;
}

.plava {
  color: #005aab;
}

.narancasta {
  color: #f7931d;
}

.mellis {
  display: none;
}
