@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Rammetto+One&subset=latin,latin-ext);
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  font: 14px Open Sans;
  background: #f4f4f4;
  color: #444;
  overflow: hidden; }

.centralno {
  text-align: center;
  width: 650px;
  margin: auto; }

#zaglavlje {
  height: 50px;
  padding: 10px;
  background-color: #444;
  top: 0;
  width: 100%; }

.sadrzaj {
  max-height: 100%;
  overflow: scroll; }

.dugme {
  width: 125px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #338785;
  color: #f4f4f4;
  cursor: pointer;
  border: 1px solid #338785;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }
  .dugme:hover {
    background: #f4f4f4;
    color: #338785; }

#jezici {
  float: right; }
  #jezici li {
    display: inline-block;
    width: 50px;
    line-height: 30px; }
    #jezici li a {
      color: #6ac0c0;
      text-decoration: none; }
    #jezici li:hover {
      text-decoration: underline; }

#korisnik {
  float: left; }

#moto {
  font-size: 46px;
  color: #515151;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  margin-top: 0px; }
  #moto:after, #moto:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border: 2px solid #6ac0c0; }
  #moto:before {
    top: 0; }
  #moto:after {
    bottom: 0; }

.t-opis {
  width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: #338785; }

#ideje {
  position: relative;
  margin-top: 50px;
  background-color: #6ac0c0;
  height: 630px;
  background-image: url(../img/border.png), url(../img/borderd.png);
  background-repeat: repeat-x, repeat-x;
  background-clip: border-box, content-box;
  background-position: 0% 0%, left bottom; }

.logo-natpis {
  font-size: 80px;
  font-family: Rammetto One;
  color: #338785; }

.meni {
  min-width: 580px;
  display: table;
  margin: auto; }
  .meni ul {
    padding: 0;
    margin: 0; }
  .meni li {
    float: left;
    color: #f4f4f4;
    width: 130px;
    line-height: 30px;
    font-size: 16px;
    border-left: 1px solid #f4f4f4;
    text-align: center;
    cursor: pointer; }
    .meni li a {
      color: #f4f4f4;
      text-decoration: none; }
    .meni li:first-child, .meni li:nth-child(5), .meni li:nth-child(4) {
      border-color: #444; }
    .meni li:nth-child(4) {
      width: 60px; }
    .meni li:hover {
      text-decoration: underline;
      color: #6ac0c0; }
      .meni li:hover > a {
        color: #CF4920; }

#jezici li {
  width: 65px;
  padding-left: 35px; }
  #jezici li:nth-child(1) {
    background-image: url(../img/me.png);
    background-repeat: no-repeat; }
  #jezici li:nth-child(2) {
    background-image: url(../img/gb.png);
    background-repeat: no-repeat; }

.mali-logo {
  background-image: url(../img/poklono.png);
  height: 45px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center top; }
  .mali-logo:hover {
    background-image: url(../img/poklon.png); }

.omot-ideje, #recepti, #dekoracije {
  width: 960px;
  margin: auto;
  padding-top: 80px; }
  .omot-ideje .ideja-svg, #recepti .ideja-svg, #dekoracije .ideja-svg {
    width: 480px;
    text-align: center;
    float: left; }

.i-opis {
  font-size: 28px;
  color: #f4f4f4;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px; }

#recepti {
  height: 550px; }

#dekoracije {
  background-color: #8ac99c;
  width: 100%;
  height: 550px;
  background-image: url(../img/border.png);
  background-repeat: repeat-x;
  background-position: 0 0; }

.vece-dugme {
  height: 50px;
  line-height: 46px;
  text-align: center;
  background: #338785;
  color: #f4f4f4;
  cursor: pointer;
  font-size: 30px;
  border: 2px solid transparent;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }
  .vece-dugme:hover {
    background: #f4f4f4;
    color: #338785;
    border-color: #338785; }

.futer {
  height: 60px;
  padding: 10px;
  background-color: #444;
  width: 100%;
  color: white;
  font-size: 12px;
  font-weight: 300;
  text-align: center; }
  .futer a {
    color: #6ac0c0; }

.prikaz {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  border: none;
  display: none; }
  .prikaz iframe {
    width: 100%; }

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  top: 0;
  left: 0;
  z-index: 19; }

.validacija-greska:before, .validacija-ok:before {
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  width: 50px;
  height: 50px;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  z-index: 22; }

.validacija-greska:before {
  content: "";
  color: #CF4920; }

.validacija-ok:before {
  content: "";
  color: #125E3B; }

.frm-validacija {
  display: none;
  width: 400px;
  height: 400px;
  background-color: #f4f4f4;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  padding: 10px;
  text-align: center;
  -moz-box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.8);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .frm-validacija .val-naslov {
    font-size: 20px;
    padding: 0px 10px 10px 10px; }
  .frm-validacija i.ion-android-lock {
    display: block;
    margin-top: 10px;
    font-size: 120px;
    color: #CF4920; }
  .frm-validacija input {
    font-size: 20px;
    height: 40px;
    padding: 5px;
    color: #338785;
    border: 1px solid #338785;
    text-align: center;
    margin-bottom: 20px;
    outline: none;
    background: #f4f4f4; }
  .frm-validacija .val-grupa {
    width: 100%; }
  .frm-validacija .val-dugme {
    width: 125px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    background: #338785;
    color: #f4f4f4;
    cursor: pointer;
    border: 1px solid #338785;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    .frm-validacija .val-dugme:hover {
      background: #f4f4f4;
      color: #338785; }

.l-korisnik {
  color: #f4f4f4;
  width: 125px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  background-image: url(../img/gingermali.png);
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  top: 0px;
  left: 10px;
  z-index: 11; }
  .l-korisnik:hover {
    text-decoration: underline; }
  .l-korisnik:hover > .meni-korisnik {
    display: block; }

.meni-korisnik {
  display: none;
  position: fixed;
  top: 45px;
  left: 2px;
  width: 200px;
  background-color: #444;
  color: #f4f4f4;
  padding: 10px;
  z-index: 12; }
  .meni-korisnik li {
    height: 40px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px dotted #444;
    border-top: 1px dotted #444;
    line-height: 40px;
    padding-left: 35px;
    position: relative;
    font-weight: 300; }
    .meni-korisnik li:hover {
      border-bottom-color: #6ac0c0;
      border-top-color: #6ac0c0;
      color: #6ac0c0; }
    .meni-korisnik li[data-mk='1']:hover::before {
      content: ""; }
    .meni-korisnik li[data-mk='0']:hover::before {
      content: ""; }
    .meni-korisnik li[data-mk='3']:hover::before {
      content: ""; }
    .meni-korisnik li:before {
      display: block;
      position: absolute;
      left: 0px;
      top: 3px;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px; }
    .meni-korisnik li[data-mk='1']::before {
      content: ""; }
    .meni-korisnik li[data-mk='0']::before {
      content: ""; }
    .meni-korisnik li[data-mk='3']::before {
      content: ""; }

.korisnik-podaci {
  width: 400px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: table;
  position: fixed;
  z-index: 20;
  background: #f4f4f4;
  padding: 40px;
  padding-top: 30px;
  text-align: center;
  color: #444;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 12px 4px;
  -webkit-box-shadow: 0 0 12px 4px;
  box-shadow: 0 0 12px 4px;
  display: none;
  top: 20%; }
  .korisnik-podaci label {
    display: block;
    font-size: 16px;
    text-align: right;
    color: #6ac0c0; }
  .korisnik-podaci input[type="text"], .korisnik-podaci input[type="password"] {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: none;
    outline: none;
    background: #f4f4f4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 18px;
    color: #338785;
    float: left;
    font-family: inherit;
    position: relative;
    z-index: 20; }
  .korisnik-podaci .kp-naslov {
    display: block;
    margin: auto;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #338785; }
  .korisnik-podaci .kp-dugme {
    width: 48%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background: #338785;
    border-radius: 3px;
    outline: none;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .korisnik-podaci .kp-dugme.inactive {
      color: #f4f4f4;
      background: #CF4920; }
    .korisnik-podaci .kp-dugme:hover {
      text-decoration: underline; }
  .korisnik-podaci form {
    overflow: hidden;
    -moz-transition-property: height;
    -o-transition-property: height;
    -webkit-transition-property: height;
    transition-property: height;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.28, 0.68, 0.26, 1);
    -o-transition-timing-function: cubic-bezier(0.28, 0.68, 0.26, 1);
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.68, 0.26, 1);
    transition-timing-function: cubic-bezier(0.28, 0.68, 0.26, 1); }
    .korisnik-podaci form .kp-unosi div {
      height: 40px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      position: relative;
      width: 100%;
      position: relative; }
      .korisnik-podaci form .kp-unosi div:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-bottom: 1px solid #338785;
        -moz-transition: width 0.5s;
        -o-transition: width 0.5s;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
        background: transparent; }
      .korisnik-podaci form .kp-unosi div.focused:after {
        width: 100%; }
