/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, main {
  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;
}

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wish3 p {

    color: 

    #444 !important;

}
html, body {
  height: 100%;
}

strong {
    font-weight: 600;
}

.upp {
	text-transform: uppercase;
}
.img-msg.img-msg2 {
    margin-bottom: 40px !important;
}
.text_forma {

    width: 90%;
    margin: 0 auto;

}

body {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.modal-header {

    display: none !important;

}
@keyframes fadein {

    from {

        opacity:0;

    }

    to {

        opacity:1;

    }

}
@-moz-keyframes fadein { /* Firefox */

    from {

        opacity:0;

    }

    to {

        opacity:1;

    }

}
@-webkit-keyframes fadein { /* Safari and Chrome */

    from {

        opacity:0;

    }

    to {

        opacity:1;

    }

}
@-o-keyframes fadein { /* Opera */

    from {

        opacity:0;

    }

    to {

        opacity: 1;

    }

}


html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Raleway", serif;
  color: #444;
  background: #f6f6f6 url(../img/NG_naslovna_masna.jpg) no-repeat fixed 0 0 / cover;
}
@media only screen and (min-width: 1048px) {
  body {
    /* hide horizontal scroll bar in IE */
    overflow-x: hidden;
  }
}

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

.color-wh {
  color: #fff !important
}

canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 4px;
    position: absolute;
    bottom: 0;
    left: -7vw;
}

/* --------------------------------

Main Components

-------------------------------- */
.cd-header {
  position: relative;
  /* background-image: url(../img/NG_naslovna_masna.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  padding: 1% 0 5%;
}
.cd-header::after {
    content: "";
    background: url('../img/traka.png') no-repeat center center / contain;
    height: 94px;
    width: 600px;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cd-header h1 {
    bottom: auto;
    color: #444;
    font-family: "Raleway", serif;
    font-size: 2.2rem;
    font-weight: 900;
    margin: 10px 0 0;
    padding: 0px 0 10px;
    right: auto;
}
.cd-header h2 {
  text-transform: uppercase;
    font-size: 3.9rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;

}

#scene {
    /*bottom: -440px;
    height: 1100px !important;
    position: absoludte;
    right: -350px;
    text-align: center;*/
}

img {
	max-width: 100%;
}

nav.main-nav {
	width: 100%;
	z-index: 9;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
}

nav.main-nav ul {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
nav.main-nav li {
    float: left;
}
nav.main-nav li a {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	display: block;
	font-weight: 500;
	padding: 5px 15px;
	text-decoration: none;
	transition: all 300ms ease 0s;
	outline: none !important;
	font-size: 14px;
}
#navigacija {
    margin: 0 auto;
    overflow: hidden;
    width: 83%;
}
/*
#logo {
    float: left;
    overflow: hidden;
    padding: 0 12px 0 0;
    width: 160px;
}
*/

#logo {
  float: none;
  width: 200px;
  margin: 0 auto;
}
nav.main-nav li a:link {
  color: #444;
}
nav.main-nav li a:visited {
  color: #444;
}
nav.main-nav li a:hover {
	border-bottom: 2px solid #c30003;
	border-top: 2px solid #c30003;
	color: #00a13c;
}
nav.main-nav li a:active {
  color: #444;
}

@media (max-width:960px) {
  .mobile {
	display: block;
	text-align: center;
	float: none;
	margin: 0 auto;
}

nav li a {
	border-bottom: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	color: rgba(0, 0, 0, 0.7);
	display: block;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	padding: 10px;
	text-decoration: none;
	transition: all 300ms ease 0s;
	text-transform: uppercase;
}

nav.main-nav {
	display: none;
}
}

.mobile a:hover {
	color: #e31b23;
	text-decoration: none;
}

/*--- nav ---*/
.mobile {
  display: none;
  width: 100%;
  top: 0;
}
.mobile div {
    clear: both;
    display: none;
    background: rgba(255,255,255,.9);
}
.mobile button {
    background: rgba(255, 255, 255, 0) url("../img/vKRaKDX.png") no-repeat scroll center center / contain ;
    border: 0 none;
    border-radius: 3px;
    height: 30px;
    outline: medium none;
    overflow: hidden;
    text-indent: -999999px;
    transition: all 400ms ease 0s;
    width: 30px;
    float: none;
    margin: 0px 10px 10px 10px;
}
.mobile button.expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  border: 0;
}
.mobile a {
  display: block;
}

.desktop {
  display: block;
  overflow: hidden;
}

.desktop a:last-child {
  border-right: none;
}

.cd-content > div {
    /* min-height: 740px; */
}


/*============= st box ==============*/
.text-box {
	padding: 40px 0 20px;
}
.text-st-box {
    color: #444;
font-size: 22px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}
#img-999 {
    position: absolute;
    top: 0;
    width: 370px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
#kugla-mala {
    position: fixed;
    top: 0;
    width: 13%;
	cursor: pointer;
	transform: translateY(-100%);
	animation: kugla-anim 2s 1s forwards;
    -moz-animation: kugla-anim 2s 1s forwards; /* Firefox */
    -webkit-animation: kugla-anim 2s 1s forwards; /* Safari and Chrome */
    -o-animation: kugla-anim 2s 1s forwards; /* Opera */
}
@keyframes kugla-anim {
    0% {
		transform: translateY(-100%);
    }
    80% {
        transform: translateY(-1%);
    }
    100% {
       transform: translateY(-6%)
    }
}



/*============= Text animation ==============*/
.text-anim{
  color: #c30003;
font-family: "Raleway", serif;
  font-size: 24px;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 30em;
  mix-blend-mode: multiply;
  line-height: 56px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -9;
  animation: type 13s steps(60, end) forwards 3s;
  -moz-animation: type 13s steps(60, end) forwards 3s;
  -webkit-animation: type 13s steps(60, end) forwards 3s;
  -o-animation: type 13s steps(60, end) forwards 3s;
}
.text-anim2 {
	font-size: 34px;
	top: 0;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
.text-anim3 {
	top: 0;
	right: 0;
	left: 80%;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
.text-anim4 {
	font-size: 28px;
	bottom: 0;
	right: 0;
	left: 80%;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}
.text-anim5 {
	font-size: 27px;
	top: 0;
	right: 0;
	left: 80%;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}
.text-anim6 {
	top: 0;
	-webkit-animation-delay: 22s;
	animation-delay: 22s;
}
.text-anim7 {
	font-size: 46px;
	bottom: 0;
	right: 0;
	left: 80%;
	-webkit-animation-delay: 23s;
	animation-delay: 23s;
}
.text-anim8 {
	-webkit-animation-delay: 28s;
	animation-delay: 28s;
}
.text-anim9 {
	top: 0;
	-webkit-animation-delay: 31s;
	animation-delay: 31s;
}
.text-anim10 {
	font-size: 30px;
	bottom: 0;
	right: 0;
	left: 80%;
	-webkit-animation-delay: 35s;
	animation-delay: 35s;
}
.text-anim11 {
	font-size: 38px;
	top: 0;
	-webkit-animation-delay: 56s;
	animation-delay: 56s;
}
.text-anim12 {
	font-size: 34px;
	top: 0;
	-webkit-animation-delay: 40s;
	animation-delay: 40s;
}
.text-anim13 {
	font-size: 27px;
	top: 0;
	right: 0;
	left: 80%;
	-webkit-animation-delay: 42s;
	animation-delay: 42s;
}
.text-anim14 {
	font-size: 25px;
	bottom: 0;
	right: 0;
	left: 80%;
	-webkit-animation-delay: 47s;
	animation-delay: 47s;
}
.text-anim15 {
	top: 0;
	-webkit-animation-delay: 50s;
	animation-delay: 50s;
}
.text-anim16 {
  font-size: 26px;
  top: 0;
  -webkit-animation-delay: 65s;
  animation-delay: 65s;
}
.text-anim17 {
  top: 0;
  right: 0;
  left: 65%;
  -webkit-animation-delay: 70s;
  animation-delay: 70s;
}
.text-anim18 {
  font-size: 28px;
  bottom: 0;
  right: 0;
  left: 80%;
  -webkit-animation-delay: 75s;
  animation-delay: 75s;
}
.text-anim19 {
  font-size: 27px;
  top: 0;
  right: 0;
  left: 80%;
  -webkit-animation-delay: 82s;
  animation-delay: 82s;
}
.text-anim20 {
  top: 0;
  -webkit-animation-delay: 88s;
  animation-delay: 88s;
}
.text-anim21 {
  font-size: 46px;
  bottom: 0;
  right: 0;
  left: 80%;
  -webkit-animation-delay: 100s;
  animation-delay: 100s;
}
.text-anim22 {
  -webkit-animation-delay: 112s;
  animation-delay: 112s;
}
.text-anim23 {
  top: 0;
  -webkit-animation-delay: 120s;
  animation-delay: 120s;
}
.text-anim24 {
  font-size: 30px;
  bottom: 0;
  right: 0;
  left: 80%;
  -webkit-animation-delay: 130s;
  animation-delay: 130s;
}
.text-anim25 {
  font-size: 38px;
  top: 0;
  -webkit-animation-delay: 136s;
  animation-delay: 136s;
}
.text-anim26 {
  font-size: 34px;
  top: 10%;
  -webkit-animation-delay: 140s;
  animation-delay: 140s;
}
.text-anim27 {
  font-size: 27px;
  top: 0;
  right: 0;
  left: 80%;
  -webkit-animation-delay: 152s;
  animation-delay: 152s;
}
.text-anim28 {
  font-size: 25px;
  bottom: 0;
  right: 0;
  left: 80%;
  -webkit-animation-delay: 167s;
  animation-delay: 167s;
}
.text-anim29 {
  top: 0;
  -webkit-animation-delay: 180s;
  animation-delay: 180s;
}
.text-anim30 {
  top: 0;
  -webkit-animation-delay: 200s;
  animation-delay: 200s;
}

@keyframes type{
  0% { width: 0; opacity: 0; }
  40% { width: 80%; opacity: .8}
  50% { width: 90%; opacity: .8 }
  60% { width: 100%; opacity: 0 }
  100% { width: 0; opacity: 0 }
}

@-moz-keyframes type {
  0% { width: 0; opacity: 0}
  40% { width: 80%; opacity: .8}
  50% { width: 90%; opacity: .8 }
  60% { width: 100%; opacity: 0 }
  100% { width: 0; opacity: 0 }
}
@-webkit-keyframes type {
  0% { width: 0; opacity: 0}
  40% { width: 80%; opacity: .8}
  50% { width: 90%; opacity: .8 }
  60% { width: 100%; opacity: 0 }
  100% { width: 0; opacity: 0 }
}
@-o-keyframes type {
  0% { width: 0; opacity: 0}
  40% { width: 80%; opacity: .8}
  50% { width: 90%; opacity: .8 }
  60% { width: 100%; opacity: 0 }
  100% { width: 0; opacity: 0 }
}




/*============= Magnify ==============*/
.magnify {
    left: -40px;
    margin: 10px auto;
    position: absolute;
    top: -40px;
    width: 200px;
}

img.small {
    opacity: 0;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.large {
	width: 175px; height: 175px;
	position: absolute;

	border-radius: 100%;

	/*box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
	0 0 7px 7px rgba(0, 0, 0, 0.25),
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);*/

	background: url('../img/magnify/stiker1.png') no-repeat;

	display: none;
	opacity: 1;
	z-index: 1;
}

.small { display: block; }



.uspesna_prijava {

    text-align: center !important;
    margin: 0 auto;

}

.buttonB {
    background: #c30003 none repeat scroll bottom center;
    color: #fff;
    display: inline-block;
    font-size: 2.1em;
    font-weight: 600;
	border: 0;
    letter-spacing: 1px;
    margin: 0 0 0.6em 0;
    padding: 10px 29px;
	text-decoration: none !important;
    text-transform: uppercase;
	transition: all .1s ease-in-out;
}
.buttonB:link { color: #fff; }
.buttonB:visited { color: #fff; }
.buttonB:hover { color: #f9f9f9; box-shadow: 0 0 10px rgba(255,255,255,1) }
.buttonB:active { color: #fff; }




/*============= top-frame ==============*/
#top-frame {
    text-align: center;
}



.bela_traka {
    animation: swing 2.5s infinite alternate ease-in-out;
    transform-origin: 50% 0 0;
}
@keyframes swing {
  0% { transform: rotate(-2deg) }
  100% { transform: rotate(2deg) }
}

.bounce-in-top {
	-webkit-animation: bounce-in-top 1.8s both;
	        animation: bounce-in-top 1.8s both;
}
.bounce-in-top.bounce-in-top2 {
	-webkit-animation: bounce-in-top 1.5s 1.5s both;
	        animation: bounce-in-top 1.5s 1.5s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-12-7 11:18:57
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


.cd-fixed-background.img-1 a { color: #444; }

.cd-fixed-background.img-1 a:link { color: #444; }
.cd-fixed-background.img-1 a:visited { color: #444; }
.cd-fixed-background.img-1 a:hover { color: #c30003; }
.cd-fixed-background.img-1 a:active { color: #444; }




/*============= tabela ==============*/
#cene {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    position: relative;
    max-width: 580px;
    margin: 0 auto 15px;
    width: 100%;
}
.cd-fixed-background .prijava h2 {
    color: #444 !important
}
#cene tr:first-child th {
    font-weight: 700;
}
#cene td, #cene th {
    border: 1px solid #c30003;
    font-size: 15px;
    line-height: 16px;
    margin: 2%;
    padding: 2% 1%;
    text-align: center;
	vertical-align: middle
}
#cene th {
	font-size: 15px;
}
#cene tr:first-child {
    background: #c30003 none repeat scroll 0 0;
    color: #fff;
	position: relative;
}


/*============= prijava ==============*/
.prijava > div {
    overflow: hidden;
    padding: 2% 2%;
	margin-top: 0vw;
}
.prijava h2 {
    text-align: center;
}
.prijava p {
    text-align: center;
    line-height: 1.6em !important;
    margin-bottom: .5em;
}
.prijava label {
    color: #444 !important;
}
.prijava label.error {
    color: #c30003 !important;
    font-size: 10px;
    margin-top: -2px;
	text-align: center;
    display: block;
}




/*============= forma ==============*/
.form-control {
    background: transparent;
    color: #444;
    border: 0 none;
    border-bottom: 1px solid rgba(64,64,64,.4);
    margin-bottom: 5px;
    border-radius: 0;
	box-shadow: none;
  font-size: 16px;
}
.prijava .form-control {
    color: #fff !important;
}
#prijava.buttonB {
    display: block;
    margin: 0 auto 5px;
    width: 100%;
}
.pozivni.form-control {
    padding: 6px 6px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #747474;
  font-size: 0.9em;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #747474;
  font-size: 0.9em;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #747474;
  font-size: 0.9em;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #747474;
  font-size: 0.9em;
}

.prijava.donja .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dfdfdf;
  font-size: 0.9em;
}
.prijava.donja .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #dfdfdf;
  font-size: 0.9em;
}
.prijava.donja .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #dfdfdf;
  font-size: 0.9em;
}
.prijava.donja .form-control:-moz-placeholder { /* Firefox 18- */
  color: #dfdfdf;
  font-size: 0.9em;
}
.form-control {
    border-bottom: 2px solid rgba(64,64,64,.4);
    background: rgba(64,64,64,.05);
    border-radius: 3px;
}
.prijava.donja .form-control {
    border-bottom: 2px solid rgba(255,255,255,.7);
    background: rgba(255,255,255,.2);
    border-radius: 3px;
    margin-bottom: 7px !important;
    padding: 6px 8px
}
  .prijava small {
    color: rgba(255,255,255,.9);
}
.odabir {
 
	color: #444;
}
.btn-danger {
    background-color: #c30003;
    border-color: #d43f3a;
    color: #fff;
}
#smer .smer_half label {
    margin-bottom: 0;
	font-size: 1.5em;
	 text-transform: uppercase;
    padding: 6px 2px;
    vertical-align: sub;
	font-weight: 600
}
#smer .smer_half input[type=radio] {
    margin-top: 0;
    vertical-align: text-bottom;
}
.form-control:focus {
    border-color: #51A448;
    box-shadow: none;
    outline: 0 none;
}




.cd-fixed-background {
  position: relative;
  padding: 3em 5% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
/*  min-height: 660px;*/
}
.cd-fixed-background h2, .cd-fixed-background p {
    color: #444;
}
.radio label, .checkbox label {
	color: #444
}
.cd-fixed-background h2 {
  font-size: 2.4rem;
  margin-bottom: .6em;
	text-transform: uppercase;
	font-weight: 800
}
.cd-fixed-background p {
  line-height: 1.6;
  font-family: "Raleway", serif;
}
.cd-fixed-background .light-background h2, .cd-fixed-background .light-background p {
  color: #fff;
}
.cd-fixed-background .cd-content::after {
  /* phone image on small devices */
  content: '';
  display: block;
  width: 100%;
  padding: 60% 0;
  margin: 2em auto 0;
}
.cd-fixed-background.img-1 {
  background: #8d0e0a url('../img/img-1.gif') no-repeat left bottom / cover
}
.cd-fixed-background.img-1 .cd-content::after {
  background: rgba(0, 0, 0, 0) url("../img/img-mobile-1.png") no-repeat scroll center 0 / 90% auto
}
.cd-fixed-background.img-2 {
  background-image: url("../img/img-5.jpg");
}
.cd-fixed-background.img-2 .cd-content::after {
  background: rgba(0, 0, 0, 0) url("../img/img-mobile-2.png") no-repeat scroll center 0 / 90% auto
}
.cd-fixed-background.img-3 {
  background-color: #0f594d;
}
.cd-fixed-background.img-3 .cd-content::after {
  background: url("../img/img-mobile-3.jpg") no-repeat;
  background-size: 100% auto;
}
/*.cd-fixed-background.img-4 {
  background-color: #db9537;
}*/
.cd-fixed-background.img-4 .cd-content::after {
  background: url("../img/img-mobile-4.jpg") no-repeat;
  background-size: 100% auto;
}
.jelke h2, .jelke p {
	color: #444 !important
}
  #smer {
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left;
}



/*buldozer*/
#buldozer_div {
    padding-top: 0;
    width: 100%;
	overflow: hidden;
  margin-bottom: -8px;
}
#buldozer {
    background: rgba(0, 0, 0, 0) url(../img/deda-mraz.png) no-repeat scroll 0 0;
    position: relative;
    height: 97px;
    -webkit-animation: buldozer 20s ease-in-out 1s infinite;
    animation: buldozer 20s ease-in-out 1s infinite;
    padding: 10px 70px 0;
    top: 0;
    transform: translateX(-25vw);
}

@keyframes buldozer {
    0%   { transform: translateX(-25vw); }
  	100%  { transform: translateX(130vw); }
}

@-webkit-keyframes buldozer {
    0%   { transform: translateX(-25vw); }
  	100%  { transform: translateX(130vw); }
}

.sparkley.last {
    width: 30px;
    overflow: hidden;
    margin-left: -130px;
    height: 130px;
    transform: rotate(-90deg);
    opacity: .7
}

#footer {
    background: url(../img/futer_bg.png) repeat scroll 0 0 / 70% auto;
    color: #fff;
    padding: 13px 0 8px;
    z-index: 0;
    position: relative;
}
#logo_futer {
    float: left;
	margin-top: 7px;
}
#logo_futer img {
    width: 120px;
}
.links {
    float: right;
    padding: 1px 0;
}
.links a:link {
    color: #fff;
}
.links a:visited {
    color: #fff;
}
.links a:hover {
    color: #c30003;
}
.links a:active {
    color: #fff;
}
.links .first::after {
    content: " |";
}
.links .last::before {
    content: "| ";
}
.links p {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    text-shadow: none;
}
.links > ul {
    margin: 7px 0;
    overflow: hidden;
    padding: 0;
}
.links li {
    float: left;
    line-height: normal;
    list-style: outside none none;
}
#radInfo1,#radInfo2,#radInfo3,#radInfo4,#radInfo5,#radInfo6,#radInfo7,#radInfo8,#radInfo9,#radInfo10,#radInfo11,#radInfo12 {

 height: 16px;
width: 18px;
}
.links {
	float: right;
	padding: 8px 0;
}
.links a {
    
    font-weight: 300;
    margin-right: 10px;
    margin-left: 10px;
    color: #ccc !important;
}
#wish3 {
    overflow: hidden;
    padding: 60px 0 0;
    background: #770703 url(../img/pozadina.jpg) no-repeat 0 0 / cover;
}
#wish3, #wish3 p,#wish3 h2,#wish3 label {
    color: #fff !important;
    text-align: center;
}
.h4, h4 {

    font-size: 2rem !important;
	
color: #444!important

}
option {
	color: #444;
}
#wish3 p {

    color: 

    #444 !important;

}

#wish4, #wish4 p,#wish4 h2 {
    color: #444;
    text-align: center;
}
#wish4 {
    padding: 60px 0;
    display: flex;
    align-items: center;
}
.smerovi img {
    width: 130px;
}
.smerovi h4 {
    font-weight: 600;
    font-size: 1.3em;
    margin: 10px;
    text-transform: uppercase;
}


@media only screen and (min-width: 768px) {
	.img-msg.img-msg2 {
    margin-bottom: 0px;
}
  .cd-fixed-background {
    padding: 0;
  }
  .cd-fixed-background h2 {
    font-size: 3.9rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
}
  .cd-fixed-background p {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1em;
	   margin-top: 1em;
    font-weight: 300;
}
.cd-content {
    display: flex;
    height: 100%;
    align-items: center;
    overflow: hidden;
}
  /* .cd-fixed-background .cd-content {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  } */
  .cd-fixed-background .cd-content::after {
    display: none !important;
  }
  /* .cd-fixed-background.img-1 {
    background-image: url("../img/img-1.jpg");
  }
  .cd-fixed-background.img-2 {
    background-image: url("../img/img-2.jpg");
  }
  .cd-fixed-background.img-3 {
    background-image: url("../img/img-3.jpg");
  } */
}
.cd-content .cd-content-txt {
    padding: 8%;
    background: url('img/img-1_druga.jpg') no-repeat center center / cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (min-width: 1048px) {
  .cd-fixed-background {
    /* background-attachment: fixed; */
  }
  /* .cd-fixed-background .cd-content {
    width: 40%;
    left: 10%;
  } */
  .cd-fixed-background.img-1 {
    background-position: right bottom
  }
}

.cd-vertical-nav {
  position: fixed;
  z-index: 2;
  right: 3%;
  top: 47%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  cursor: pointer !important
}

.cd-vertical-nav a {
    background: rgba(255, 255, 255, 1) url("../img/cd-icon-arrow.svg") no-repeat scroll center center;
    display: block;
    height: 40px;
    overflow: hidden;
    text-indent: 100%;
    transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    white-space: nowrap;
    width: 40px;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1200px) {
  .cd-vertical-nav {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  #footer {
    background: url(../img/futer_bg.png) no-repeat scroll 0 0 / cover;
  }
}
@media only screen and (max-width: 1200px) {
	.cd-header h1 {
		margin: 10px 0 0;
		padding: 0px 20px 10px;
	}
  #top-frame-jelka > img {
    margin-top: 0 !important;
}

}


.no-js .cd-vertical-nav {
  display: none;
}
/*.snowfall-flakes {
    z-index: 0 !important;
}*/




.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
  display: inline;
}


label.error {
    color: #c30003;
    font-size: 11px;
    margin-top: -2px;
    display: block;
    font-weight: 700;
    text-align: center;
}

/* .cd-headline {
  font-size: 3rem;
  line-height: 1.1;
} */
.cd-header {
    display: flex;
    align-content: center;
    align-items: center;
    box-shadow: inset 0px -70px 70px rgba(64,64,64,.1)
}



.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width:29vw !important
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    margin: 0 auto;
    right: 0;
    line-height: 1.2em;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
p.text-st-box {
    margin-top: -10px;
}

.cd-fixed-background.img-1 {
  padding: 0px 0 60px;
}



@media only screen and (min-width: 1600px) {
  .cd-header h1 {
    font-size: 6em;
  }
  .prijava {
    display: flex;
    align-items: center;
  }
  .bounce-in-top.bounce-in-top2 {
    margin-top: 3vh !important;
  }

}
@media only screen and (max-width: 1599px) {
  .cd-header h1 {
    font-size: 5em;
  }
  .smerovi img {
    width: 100px;
  }
  .prijava {
   height: 115vh;
    display: flex;
    align-items: center;
  }
  .bounce-in-top {
    width: 70px !important
  }
  .bounce-in-top.bounce-in-top2 {
    width: 20px !important
  }
  .bounce-in-top.slide-left {
    width: 460px !important
  }
	nav.main-nav li a{
		padding: 6px 5px;
	}
}
@media only screen and (max-width: 1367px) {
	.buttonB{
		font-size: 1.6em;
	}
  .cd-header h1 {
    font-size: 5em !important
  }
  .smerovi img {
    width: 100px;
  }
  .bounce-in-top {
    display: none;
  }
  .prijava {
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .bounce-in-top {
    width: 70px !important
  }
  .bounce-in-top.bounce-in-top2 {
    width: 20px !important
  }
  .bounce-in-top.slide-left {
    width: 460px !important
  }

	#top-frame-wrap {
		margin-top: 2vw;
	}
}

@media only screen and (max-width: 960px) {
	.text_forma {

    width: 100%;
    margin: 0 auto;

}
  #top-frame {
    margin-top: 0vw;
}
  .cd-header h1 {
    font-size: 3em !important;
  }
  .cd-fixed-background h2 {
    font-size: 2.6rem;
	  text-transform: uppercase;
	  font-weight: 800;
  }
	
  .cd-fixed-background p {
    font-size: 1.7rem;
  }
	#wish3{
		padding: 0
	}
}

@media only screen and (max-width: 960px) {
	#smer .smer_half label {
    margin-bottom: 0;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 6px 2px;
    vertical-align: sub;
    font-weight: 600;
}
	.buttonB{
		font-size: 1.8em;
	}
	.text_forma {

    width: 100%;
    margin: 0 auto;

}
	.buttonB {
    background: 
#c30003 none repeat scroll bottom center;
color:
    #fff;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    border: 0;
    letter-spacing: 1px;
    margin: 0 0 0.6em 0;
    padding: 14px 34px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all .1s ease-in-out;
}
	.cd-fixed-background h2 {
		font-size: 2.3rem;
		line-height: 1.3em;
		text-align: center;
		padding: 0em 2% 0;
		text-transform: uppercase;
		font-weight: 800;
	}
	.cd-fixed-background .cd-content::after {
		margin: 0em auto 0;
	}
	.cd-fixed-background p {
		text-align: center;
		font-weight: 300;
	}
	.cd-fixed-background .prijava h2 {
		font-size: 2.8rem;
	}
	#cene {
		background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
		margin: 15px auto;
	}
	.cd-fixed-background.img-1 .cd-content::after {
		background: none;
    display: none;
	}
  .cd-fixed-background.img-2 .cd-content::after {
    background: rgba(0, 0, 0, 0) url("../img/img-mobile-2.png") no-repeat scroll center center / 90% auto;
  }
  .cd-fixed-background.img-2.BA .cd-content::after {
    background: rgba(0, 0, 0, 0) url("../img/img-mobile-2BA.png") no-repeat scroll center center / 90% auto;
  }
	.form-control {
		padding: 6px 2px
	}
	.cd-header {
		height: auto;
		padding-bottom: 80px;
	}
  .cd-header::after {
    width: 100%;
  }
  #wish4 {
    padding: 60px 0;
  }
  #wish3 {
    padding: 60px 0 0;
  }
	#top-frame-jelka > img {
		width: 110px;
	}
	.mobile {
		display: block;
		text-align: center;
	float: none;
		margin: 0 auto
	}
	.desktop {
		display: none;
	}
	nav li {
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #f7f7f7;
		border-top: 1px solid #f7f7f7;
		color: rgba(0, 0, 0, 0.7);
		display: block;
		font-size: 12px;
		text-align: center;
		font-weight: 600;
		padding: 10px;
		text-decoration: none;
		transition: all 300ms ease 0s;
	}
	#navigacija {
		margin: 3% auto 0;
		overflow: hidden;
		width: 100%;
	}
  .col-xs-2.col-sm-1 {
    padding: 0;
  }
  .prijava {
    height: auto;
  }
  #prijava.buttonB {
    width: 100%;
  }
  .cd-fixed-background.img-1 h2, .cd-fixed-background.img-1 p {
    color: #fff;
  }
  .img-msg::after {
    width: 2px;
    height: 100%;
    top: -7vw;
  }
  .cd-fixed-background {
    min-height: auto
  }
  .cd-fixed-background.img-1 {
    background-position: center bottom
  }
  .smerovi h4 {
    margin-top: 0
  }
  .smerovi img {
    margin-top: 20px
  }
	.cd-header h1 {
		font-size: 3rem !important;
		padding: 20px 0 40px;
		text-align: center;
		font-family: "Raleway", serif;
		text-transform: uppercase;
		font-weight: 900 !important;
		 line-height: 1.2em;
	}
	.cd-header h2 {
		text-align: center;
		font-size: 2rem;
		padding: 0 0 14px;
	}
	.modal-title {
    color: 
    #444 !important;
}

	h4{
		  color: 

    #444 !important;

	}
  .cd-words-wrapper {
    width: 252px !important;
  }
	.text-st-box {
		text-align: center;
		font-weight: 800;
		font-size: 22px;
		text-transform: none;
	}
	.cd-fixed-background.img-2 {
    background-image: url("../img/img-5.jpg") !important;
}
	.text-st-box.text-st-boxB {
		font-size: 1em;
	}
	.buttonB {
		display: block;
		text-align: center;
	}
	.cd-content {
		transform: 0 none !important;
		transition: all 9999999s ease-in-out !important;
		animation: none !important;
		opacity: 1 !important;
	}
	.fromLeftOut  {
		transform: 0 none !important;
		transition: all 9999999s ease-in-out !important;
		animation: none !important;
		opacity: 1 !important;
	}
/*
	.pozivni.form-control {
    padding: 0;
}
*/
	.kontakt_telefon.form-control {

    padding: 6px;

}
	.cd-fixed-background .cd-content {
		width: inherit;
	  }
	#logo_futer {
		float: none;
		margin: 40px auto 0;
	}
	#logo_futer img {
		display: block;
		margin: 0 auto;
		width: 150px;
	}
	.links, .links li {
    	float: none !important
	}
	.links a {
		display: block;
		font-size: 12px;
		margin-right: 0;
		padding: 4px 0;
		text-align: center;
	}
	.text-anim {
		display: none !important;
		animation: none !important;
	}
	
	

  canvas {
    left: 0;
    width: 200px;
    height: 300px;
    right: -30%;
    bottom: 3%;
    opacity: .6;
    display: none;
    }
    .links {
        /* display: none; */
    }
    #footer {
    padding: 10px 0;
    }
    #logo_futer img {
      opacity: .7;
      width: 100px
    }
    .links a {
    margin-left: 0;
    }
}


/* --------------------------------

xscale

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  color: #c30003
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

.snowfall-flakes {
  z-index: 999999999999 !important
}
