@charset  "CP852";
/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);
*/


@import url(http://fonts.googleapis.com/css?family=Lobster|Oleo+Script+Swash+Caps|Exo+2:700,300italic,100italic,200italic,600,200,900italic,500italic,700italic,800,400,300,600italic,500,800italic,100,400italic,900&subset=latin,latin-ext);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h3, h3, h3, 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;
}

/* VIDEO Youtube, Vimeo */


.video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.video.widescreen {
  padding-bottom: 57.25%;
}

.video.vimeo {
  padding-top: 0;
}

.video embed, .video iframe, .video object, .video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}


/*VIDEO KRAJ */

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: none; }
*/

blockquote {
    /*
          background: #f9f9f9;
          border-left: 10px solid #ccc;
        */
    margin: 1.5em 10px;
    padding: 0 10px;
    /*
          quotes: "\201C""\201D""\2018""\2019";
        */
    font-size: 1.5em;
    line-height: 1.5em;
    color: #4c4c4c;
    border-style: solid;
    border-left-width: 10px;
    border-color: #00AEBD;
}
blockquote:before {
  color: #4c4c4c;
/*
  content: open-quote;
*/
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-size:1.5em;
}


blockquote.home{
 font-size: 2.6em;
   line-height: 2em;
border:none;
 }

blockquote span {
 text-transform: uppercase;
}

blockquote.boja, blockquote.tamni{
  margin: 1.5em -40px;
  padding: 0 35px;
  color:#fafafa;
  border:none;

}
/*TINY modifikacija START*/

.verzal{text-transform: uppercase;
}
.boja{color: #e85a25;
}

.boja:hover{    text-decoration:underline;

}

.badge {display: inline-block; 
        border: 1px solid #2276d2;
        border-radius: 5px;
        padding: 2px 5px;
        margin: 0 2px;
        color: #fafafa;
        background: #e85a25;
        }

blockquote.boja{background: #00AEBD;}
blockquote.tamni{ background: #4c4c4c;}

blockquote.desni {
    border: 0 none;
    float: right;
    text-align: right;
    max-width: 240px;
    font-size: 20px;
    margin-left: 20px;
}

.naglasak{background: #00AEBD;
color: #fafafa;
padding: 10px;
border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	box-shadow: 0 1px 0 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 0 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 1px 0 0px rgba(255,255,255,0.5);}

/*TINY modifikacija KRAJ*/

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

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*   display: inline-block; zakomentirao radi slika dok se ne vidi */
display: block; }
  
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
* { outline: none; }
.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }
.overflow { overflow: hidden; }
.relative { position: relative; }
.hideme { display: none; }

.nonclickable
{
	pointer-events: none !important;
	cursor: default !important;
}

::selection
{
	background-color: #e85a25;
	color: white;
}

::-moz-selection
{
	background-color: #e85a25;
	color: white;
}

html
{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

audio, canvas, progress, video
{
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls])
{
	display: none;
	height: 0;
}

[hidden], template { display: none; }
a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }



h1,h2,h3 {
    font-weight: regular;
    color: #00AEBD;
    font-family: 'Lobster', cursive;
}

h1
{
	font-size: 3.0em;
	margin: 0.67em 0;
	color:#e85a25;
}
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }


mark
{
	background: #ff0;
	color: #4c4c4c;
}

small { font-size: 80%; }

sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
/*
figure { margin: 1em 40px; }
*/

hr
{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre { overflow: auto; }

code, kbd, pre, samp
{
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}

button { overflow: visible; }
button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"]
{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}

input { line-height: normal; }

input[type="checkbox"], input[type="radio"]
{
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"]
{
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset
{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 1.5em 0.75em;
	background:#f5f5f5;
}

legend
{
	border: 0;
	padding: 0;
}

textarea { overflow: auto; }
optgroup { font-weight: bold; }

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

td, th { padding: 0; }

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

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

html
{
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body
{
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #4c4c4c;
	background: /* url(/dizajn/podloge/white-carbon.png)*/;
	background: #00AEBD url(/dizajn/podloge/bg_pattern2.png);
    background-size:45% ;
}

input, button, select, textarea
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 3px;
}


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

a:hover, a:focus
{
	color: #00AEBD;
	text-decoration: underline;
}

a:focus
{
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure { margin: 0; }
img { vertical-align: middle; }

.img-responsive
{
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-full  /*Za sliku po punoj širini na svim verzijama layouta*/
{
	margin-left: -40px;
    margin-right: -40px;
}



.img-rounded { border-radius: 6px; }

.img-thumbnail
{
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-circle { border-radius: 50%; }

hr
{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only
{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus
{
	position:static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.container
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.big-slider .container
{
    padding-left: 0px;
	padding-right: 0px;
}

.welcome{color:#39f;margin-bottom:10px;margin-top:-20px;}


@media (min-width: 768px)
{
	.container { width: 750px; }
}

@media (min-width: 992px)
{
/*
KORISNIČKI PROSTOR ZA LM
*/
.topProstor,.welcome{display:none;}
	.container, nav.nav02 { width: 970px; }
}

@media (min-width: 1200px)
{
	.container { width: 1170px; }
	
	/*VIDEO PHOTOGALERIJA*/
	
	.impressum{width:100%;padding:20px;margin:0 auto; /*background:#fcfcfc;*/}
	.container.rwd
	{
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	nav.nav02
	{
width: 100%;
}
}

.container-fluid
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row
{
	margin-left: -15px;
	margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }
.col-xs-pull-12 { right: 100%; }
.col-xs-pull-11 { right: 91.66666667%; }
.col-xs-pull-10 { right: 83.33333333%; }
.col-xs-pull-9 { right: 75%; }
.col-xs-pull-8 { right: 66.66666667%; }
.col-xs-pull-7 { right: 58.33333333%; }
.col-xs-pull-6 { right: 50%; }
.col-xs-pull-5 { right: 41.66666667%; }
.col-xs-pull-4 { right: 33.33333333%; }
.col-xs-pull-3 { right: 25%; }
.col-xs-pull-2 { right: 16.66666667%; }
.col-xs-pull-1 { right: 8.33333333%; }
.col-xs-pull-0 { right: auto; }
.col-xs-push-12 { left: 100%; }
.col-xs-push-11 { left: 91.66666667%; }
.col-xs-push-10 { left: 83.33333333%; }
.col-xs-push-9 { left: 75%; }
.col-xs-push-8 { left: 66.66666667%; }
.col-xs-push-7 { left: 58.33333333%; }
.col-xs-push-6 { left: 50%; }
.col-xs-push-5 { left: 41.66666667%; }
.col-xs-push-4 { left: 33.33333333%; }
.col-xs-push-3 { left: 25%; }
.col-xs-push-2 { left: 16.66666667%; }
.col-xs-push-1 { left: 8.33333333%; }
.col-xs-push-0 { left: auto; }
.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-1 { margin-left: 8.33333333%; }
.col-xs-offset-0 { margin-left: 0; }

@media (min-width: 768px)
{
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
	.col-sm-12 { width: 100%; }
	.col-sm-11 { width: 91.66666667%; }
	.col-sm-10 { width: 83.33333333%; }
	.col-sm-9 { width: 75%; }
	.col-sm-8 { width: 66.66666667%; }
	.col-sm-7 { width: 58.33333333%; }
	.col-sm-6 { width: 50%; }
	.col-sm-5 { width: 41.66666667%; }
	.col-sm-4 { width: 33.33333333%; }
	.col-sm-3 { width: 25%; }
	.col-sm-2 { width: 16.66666667%; }
	.col-sm-1 { width: 8.33333333%; }
	.col-sm-pull-12 { right: 100%; }
	.col-sm-pull-11 { right: 91.66666667%; }
	.col-sm-pull-10 { right: 83.33333333%; }
	.col-sm-pull-9 { right: 75%; }
	.col-sm-pull-8 { right: 66.66666667%; }
	.col-sm-pull-7 { right: 58.33333333%; }
	.col-sm-pull-6 { right: 50%; }
	.col-sm-pull-5 { right: 41.66666667%; }
	.col-sm-pull-4 { right: 33.33333333%; }
	.col-sm-pull-3 { right: 25%; }
	.col-sm-pull-2 { right: 16.66666667%; }
	.col-sm-pull-1 { right: 8.33333333%; }
	.col-sm-pull-0 { right: auto; }
	.col-sm-push-12 { left: 100%; }
	.col-sm-push-11 { left: 91.66666667%; }
	.col-sm-push-10 { left: 83.33333333%; }
	.col-sm-push-9 { left: 75%; }
	.col-sm-push-8 { left: 66.66666667%; }
	.col-sm-push-7 { left: 58.33333333%; }
	.col-sm-push-6 { left: 50%; }
	.col-sm-push-5 { left: 41.66666667%; }
	.col-sm-push-4 { left: 33.33333333%; }
	.col-sm-push-3 { left: 25%; }
	.col-sm-push-2 { left: 16.66666667%; }
	.col-sm-push-1 { left: 8.33333333%; }
	.col-sm-push-0 { left: auto; }
	.col-sm-offset-12 { margin-left: 100%; }
	.col-sm-offset-11 { margin-left: 91.66666667%; }
	.col-sm-offset-10 { margin-left: 83.33333333%; }
	.col-sm-offset-9 { margin-left: 75%; }
	.col-sm-offset-8 { margin-left: 66.66666667%; }
	.col-sm-offset-7 { margin-left: 58.33333333%; }
	.col-sm-offset-6 { margin-left: 50%; }
	.col-sm-offset-5 { margin-left: 41.66666667%; }
	.col-sm-offset-4 { margin-left: 33.33333333%; }
	.col-sm-offset-3 { margin-left: 25%; }
	.col-sm-offset-2 { margin-left: 16.66666667%; }
	.col-sm-offset-1 { margin-left: 8.33333333%; }
	.col-sm-offset-0 { margin-left: 0; }
}

@media (min-width: 992px)
{
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
	.col-md-12 { width: 100%; }
	.col-md-11 { width: 91.66666667%; }
	.col-md-10 { width: 83.33333333%; }
	.col-md-9 { width: 75%; }
	.col-md-8 { width: 66.66666667%; }
	.col-md-7 { width: 58.33333333%; }
	.col-md-6 { width: 50%; }
	.col-md-5 { width: 41.66666667%; }
	.col-md-4 { width: 33.33333333%; }
	.col-md-3 { width: 25%; }
	.col-md-2 { width: 16.66666667%; }
	.col-md-1 { width: 8.33333333%; }
	.col-md-pull-12 { right: 100%; }
	.col-md-pull-11 { right: 91.66666667%; }
	.col-md-pull-10 { right: 83.33333333%; }
	.col-md-pull-9 { right: 75%; }
	.col-md-pull-8 { right: 66.66666667%; }
	.col-md-pull-7 { right: 58.33333333%; }
	.col-md-pull-6 { right: 50%; }
	.col-md-pull-5 { right: 41.66666667%; }
	.col-md-pull-4 { right: 33.33333333%; }
	.col-md-pull-3 { right: 25%; }
	.col-md-pull-2 { right: 16.66666667%; }
	.col-md-pull-1 { right: 8.33333333%; }
	.col-md-pull-0 { right: auto; }
	.col-md-push-12 { left: 100%; }
	.col-md-push-11 { left: 91.66666667%; }
	.col-md-push-10 { left: 83.33333333%; }
	.col-md-push-9 { left: 75%; }
	.col-md-push-8 { left: 66.66666667%; }
	.col-md-push-7 { left: 58.33333333%; }
	.col-md-push-6 { left: 50%; }
	.col-md-push-5 { left: 41.66666667%; }
	.col-md-push-4 { left: 33.33333333%; }
	.col-md-push-3 { left: 25%; }
	.col-md-push-2 { left: 16.66666667%; }
	.col-md-push-1 { left: 8.33333333%; }
	.col-md-push-0 { left: auto; }
	.col-md-offset-12 { margin-left: 100%; }
	.col-md-offset-11 { margin-left: 91.66666667%; }
	.col-md-offset-10 { margin-left: 83.33333333%; }
	.col-md-offset-9 { margin-left: 75%; }
	.col-md-offset-8 { margin-left: 66.66666667%; }
	.col-md-offset-7 { margin-left: 58.33333333%; }
	.col-md-offset-6 { margin-left: 50%; }
	.col-md-offset-5 { margin-left: 41.66666667%; }
	.col-md-offset-4 { margin-left: 33.33333333%; }
	.col-md-offset-3 { margin-left: 25%; }
	.col-md-offset-2 { margin-left: 16.66666667%; }
	.col-md-offset-1 { margin-left: 8.33333333%; }
	.col-md-offset-0 { margin-left: 0; }
}

@media (min-width: 1200px)
{
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
	.col-lg-12 { width: 100%; }
	.col-lg-11 { width: 91.66666667%; }
	.col-lg-10 { width: 83.33333333%; }
	.col-lg-9 { width: 75%; }
	.col-lg-8 { width: 66.66666667%; }
	.col-lg-7 { width: 58.33333333%; }
	.col-lg-6 { width: 50%; }
	.col-lg-5 { width: 41.66666667%; }
	.col-lg-4 { width: 33.33333333%; }
	.col-lg-3 { width: 25%; }
	.col-lg-2 { width: 16.66666667%; }
	.col-lg-1 { width: 8.33333333%; }
	.col-lg-pull-12 { right: 100%; }
	.col-lg-pull-11 { right: 91.66666667%; }
	.col-lg-pull-10 { right: 83.33333333%; }
	.col-lg-pull-9 { right: 75%; }
	.col-lg-pull-8 { right: 66.66666667%; }
	.col-lg-pull-7 { right: 58.33333333%; }
	.col-lg-pull-6 { right: 50%; }
	.col-lg-pull-5 { right: 41.66666667%; }
	.col-lg-pull-4 { right: 33.33333333%; }
	.col-lg-pull-3 { right: 25%; }
	.col-lg-pull-2 { right: 16.66666667%; }
	.col-lg-pull-1 { right: 8.33333333%; }
	.col-lg-pull-0 { right: auto; }
	.col-lg-push-12 { left: 100%; }
	.col-lg-push-11 { left: 91.66666667%; }
	.col-lg-push-10 { left: 83.33333333%; }
	.col-lg-push-9 { left: 75%; }
	.col-lg-push-8 { left: 66.66666667%; }
	.col-lg-push-7 { left: 58.33333333%; }
	.col-lg-push-6 { left: 50%; }
	.col-lg-push-5 { left: 41.66666667%; }
	.col-lg-push-4 { left: 33.33333333%; }
	.col-lg-push-3 { left: 25%; }
	.col-lg-push-2 { left: 16.66666667%; }
	.col-lg-push-1 { left: 8.33333333%; }
	.col-lg-push-0 { left: auto; }
	.col-lg-offset-12 { margin-left: 100%; }
	.col-lg-offset-11 { margin-left: 91.66666667%; }
	.col-lg-offset-10 { margin-left: 83.33333333%; }
	.col-lg-offset-9 { margin-left: 75%; }
	.col-lg-offset-8 { margin-left: 66.66666667%; }
	.col-lg-offset-7 { margin-left: 58.33333333%; }
	.col-lg-offset-6 { margin-left: 50%; }
	.col-lg-offset-5 { margin-left: 41.66666667%; }
	.col-lg-offset-4 { margin-left: 33.33333333%; }
	.col-lg-offset-3 { margin-left: 25%; }
	.col-lg-offset-2 { margin-left: 16.66666667%; }
	.col-lg-offset-1 { margin-left: 8.33333333%; }
	.col-lg-offset-0 { margin-left: 0; }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after
{
	content: " ";
	display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after { clear: both; }

.center-block
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right { float: right !important;margin: 1em 0 1em 15px; }
.pull-left { float: left !important; margin: 1em 15px 1em 0;}
.hide { display: none !important; }
.show { display: block !important; }
.invisible { visibility: hidden; }

.text-hide
{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden
{
	display: none !important;
	visibility: hidden !important;
}

.affix
{
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

html, body
{
	width: 100%;
	height: 100%;
}


body.noback { background: none; }

.btngrey
{
	height: 17px;
	padding: 0px 5px;
	font-size: 10px;
	line-height: 16px;
	color: #4c4c4c !important;
	cursor: pointer;
	display: inline-block;
	box-shadow: 0 0px 3px #333;
	-moz-box-shadow: 0 0px 3px #333;
	-webkit-boxshadow: 0 0px 3px #333;
	background: url("../img/cntr.gif") repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btngrey:hover { text-decoration: none !important; }
.btngrey:hover .cart { background-position: 0px -17px; }

.btngrey.disabled
{
	height: 117px;
	padding: 0px 5px;
	font-size: 10px;
	line-height: 16px;
	color: #fafafa !important;
	cursor: pointer;
	display: inline-block;
	box-shadow: 0 0px 10px #e85a25;
	-moz-box-shadow: 0 0px 10px #e85a25;
	-webkit-boxshadow: 0 0px 10px #e85a25;
	background: url("../img/cntr.gif") repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btngrey i
{
	display: inline-block;
	vertical-align: middle;
	font-style: normal !important;
}

.btngrey.addtobasket { position: relative; }

.btngrey.addtobasket em.msg
{
	display: none;
	pointer-events: none;
	text-align: center;
	width: 100px;
	padding: 3px 4px;
	position: absolute;
	top: -3px;
	left: 55px;
	font-style: normal;
	font-size: 10px;
	color: #fafafa;
	background-color: #fafafa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btngrey.addtobasket em.msg:before
{
	top: 6px;
	left: -5px;
	position: absolute;
	content: "\A";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #fafafa transparent transparent;
}

.btnblack,.btnfooter, #quantityChange
{
	color: #fafafa !important;
	cursor: pointer;
	background-color: #e85a25;
	padding: 4px 8px;
	border: none;
	/* display: inline-block; */
	margin-right:10px;
	font-size: 1.0em;
	line-height: 1.2em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 0 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 0 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 1px 0 0px rgba(255,255,255,0.5);
}



.btnfooter, .btnblack, .btnorder, #quantityChange
{
	font-size: 1em;
	width: 10em;
	text-shadow: none;
	margin: 12px auto;
	/* text-decoration:none;*/
	background-color: #00AEBD;
	color: #fafafa !important;
	border: 1px solid #fafafa;
	/* display:block;*/
	/*
	margin-left: 0;
		margin-right: 5px;
	*/
	text-transform: uppercase;
}

.heading .btnfooter{margin: 32px 15px auto;}

.btnorder
{
	font-weight: bold;
	border: none;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	padding: 10px;
	color: white !important;
	margin-top: 20px;
	display: block;
	text-decoration: none;
	background-color: #e85a25;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.btnorder:hover, .btnfooter:hover, .loginButton:hover, .btnblack:hover
{
	background-color: #e85a25;
	text-decoration: none !important;
	color:#ccc;

}

.krug
{
	margin: 0 auto;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 2px solid #ccc;
	background-color: #e85a25;
	box-shadow: 0 1px 0 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 0 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 1px 0 0px rgba(255,255,255,0.5);
	/* width and height can be anything,as long as they're equal */
}

.backtotop
{
	z-index: 1000;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 30px;
	display: none;
	width: 40px;
	height: 40px;
	background: url("/dizajn/backtotop.png") no-repeat center;
}

.icon
{
	display: inline-block;
	background-repeat: no-repeat;
}

.icon.search
{
	cursor: pointer;
	width: 27px;
	height: 23px;
/*
	background-image: url("../img/search.png");
*/
	background-position: -27px 0px;
	transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
}

.icon.search:hover
{
	background-color: transparent;
	background-position: 0px 0px;
}

.icon.home
{
	display: inline-block;
	cursor: pointer;
	height: 11px;
	width: 11px;
	background-image: url("../img/home2.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.icon.home:hover { background-position: 0px -11px; }

.icon.cart
{
	width: 17px;
	height: 17px;
	background-image: url("../img/cart3.gif");
	background-position: 0px 0px;
}

.icon.icon-akcija
{
	display: block;
	width: 36px;
	height: 17px;
	background: url("../img/novo-akcija.png") no-repeat -31px -34px;
}

.icon.icon-novo
{
	display: block;
	width: 30px;
	height: 17px;
	background: url("../img/novo-akcija.png") no-repeat 0px -34px;
}

header
{
	position: relative;
	z-index: 300;
	padding-top: 0;
	padding-bottom: 60px;
	display: block;
    background:#fafafa;
/*
    border-top:1px solid #e85a25;
	border-bottom:1px solid #e85a25;
*/
	margin-top:50px;

}

/*FIKSNI DIO START*/
.site-header-container{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fafafa;
    width: 100%;
    height: 50px;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    color: #4c4c4c
}

.site-header{max-width: 1170px; margin: 0 auto; padding-top:10px;

}
.site-header .badge a{
    font-size: 16px;
    color: #fafafa;
    text-transform: uppercase;
}
.site-header .badge {margin:0 3px 0 0;padding:5px;}
.site-header .badge:hover {background:#e85a25;
}
/*FIKSNI DIO KRAJ*/

header .container { position: relative; }

header .heading
{
	padding-top: 20px;
	padding-bottom: 20px;
}

header .heading .col-right
{
	text-align: center;
	font-size: 30px;
	line-height: 30px;

	padding-top: 30px;
	color: #00AEBD;
    font-family: 'Lobster', cursive;
  text-shadow: 2px 1px 6px #fafafa; 

}

header .heading .col-right a
{
	text-decoration: none;
	color: #4c4c4c;
}

header .heading .col-right a:hover { text-decoration: none; }

footer
{
    /* border-top: 5px solid #ff9c36; */
    color: #fafafa;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 20px 0;
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 1); */
    background: url(/dizajn/podloge/bg_pattern3.png);
}
.site_footer {
    position: relative;
    overflow: hidden;
}
/* You could use :after - it doesn't really matter */
.site_footer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
   /*
 opacity: 0.15;
    background-image: url('/dizajn/podloge/bg_pattern3.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
*/
}

footer h2, footer h3
{   color: #e85a25;
text-shadow: 1px 1px 1px rgba(255,255,255, 1);
		     text-shadow: 1px 1px 1px #fafafa, 
		               1px 1px 1px #fafafa; 
}
footer h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	line-height: 30px;
	font-style: bold;
/*
	text-transform: uppercase;
*/
		    text-shadow: 1px 1px 1px rgba(255,255,255, 1);
		     text-shadow: 1px 1px 1px #fafafa, 
		               1px 1px 1px #fafafa; 
		
}

footer .quote
{
	padding-top: 0px; 
	font-size: 0.9em;
    font-style: oblique;
}
footer p
{
	text-align:left;
}

footer a {
text-shadow: 1px 1px 1px rgba(255,255,255, 1);
		     text-shadow: 1px 1px 1px #fafafa, 
		               1px 1px 1px #fafafa; 
    color: #e85a25;
}

footer a:hover
{
	color: rgba(225, 225, 225, 0.61);
	
	text-decoration: none;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#footer_main
{
	font-size: 1.1em;
	margin: 30px auto 3px auto;
	color: #fafafa;
	width: 80%;
	text-align: center;
}

	#footer_main p
	{
		border-style: solid;
		border-width: 1px 0 1px 0;
		border-color: #ccc;
		padding: 10px;
		color: #fafafa;
		
}
	

nav.lang
{
	z-index: 200;
	position: absolute;
	top: 7px;
	right: 20px;
}

nav.lang a
{
	display: inline-block;
	margin-left: 5px;
}

nav.lang .lang
{
	width: 30px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

nav.lang .lang.hr { background-image: url("../img/hr.png"); }
nav.lang .lang.en { background-image: url("../img/en.png"); }

/* NAVIGACIJA MIN 992 */

@media (min-width:992px)
{
	#hamburger
	{
		display: none;
		cursor: pointer;
	}
	
	#innernav { display: block !important; }
	
	nav.nav01
	{
		position: absolute;
		z-index: 200;
		top: 65px;
		right: 0px;
		color: #fafafa;
		font-size: 12px;
		background: none;
		padding: 12px 15px;
		/*
border-radius: 0px 0px 7px 7px;
		-moz-border-radius: 0px 0px 7px 7px;
		-webkit-border-radius: 0px 0px 7px 7px;
		box-shadow: 0px 2px 1px #7faad5;
		-moz-box-shadow: 0px 2px 1px #7faad5;
		-webkit-box-shadow: 0px 2px 1px #7faad5;
*/
	}
	
	nav.nav01 li { display: inline-block; }
	nav.nav01 li:after { content: "|"; }
	nav.nav01 li:last-of-type:after { content: ""; }
	
	nav.nav01 li a
	{
		font-weight: bold;
		margin: 0px 5px;
		color: #fafafa;
		display: inline-block;
		transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
	}
	
	nav.nav01 li a:hover
	{
		color: #dddddd;
		text-decoration: none;
	}
	
	nav.nav02
	{
		/*
					padding:10px 0px;
			
		border-top: 1px solid #e85a25;
		border-bottom: 1px solid #e85a25;*/
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 auto;
		font-size: 1.3em;
		background: #00AEBD;
}
	
	nav.nav02 em
	{
		padding: 5px 0px 3px 0px;
		display: block;
		text-transform: none;
		font-size: 10px;
		font-style: oblique;
	}
	
	nav.nav02 .submenu
	{
		display: none;
		position: absolute;
		font-size: 1em;
		min-width: 250px;
	}
	
	nav.nav02 ul
	{
		display: table;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		text-align: center;
		/*
		box-sizing:border-box;
			-moz-box-sizing:border-box;
			-webkit-box-sizing:border-box;
	*/
	}
	
	nav.nav02 ul li
	{
		position: relative;
		margin: 0px 5px;
		vertical-align: middle;
		display: table-cell;
		/*
			padding:3px 15px;
	*/
	}
	
	nav.nav02 ul li a
	{
		/*
		border-radius:0px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
	*/
		transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		display: block;
		padding: 10px 17px;
		clear: both;
		line-height: 1.428571429;
		color: #fafafa;
		/*
	white-space: nowrap;*/
		text-transform: uppercase;
	}
	
	nav.nav02 ul li a.active
	{
		color: #fafafa;
		background-color: #e85a25;
		text-decoration: none;
		/*
									text-shadow:0px 1px 16px #ccc;
							*/
}
	
	nav.nav02 ul li:hover .submenu { display: block; }
	
	nav.nav02 ul li:hover a
	{
		color: #fafafa;
        background-color: #4c4c4c;
		text-decoration: none;
	}
	
	nav.nav02 ul li:hover ul { top: 5px; }
	
	nav.nav02 ul li:hover ul li a
	{
		/*	color:#fafafa;*/
		background-color: transparent;
	}
	
	nav.nav02 ul li ul
	{
		display: block;
		font-weight: normal;
		font-size: 0.8em;
		top: -10px;
		left: 0px;
		right: 0px;
		text-align: left;
		/*
					padding:10px 12px;
			*/
		text-transform: none;
		color: #fafafa;
		background-color: #e85a25;
		position: absolute;
		width: 100%;
		border-top: 1px solid #e85a25;
		border-bottom: 1px solid #e85a25;
		/* border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;*/
		transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
}
	
	nav.nav02 ul li ul:before
	{
		top: -10px;
		position: absolute;
		display: block;
		content: "\A";
		width: 100%;
		height: 10px;
	}
	
	nav.nav02 ul li ul:after
	{
		top: -9px;
		left: 18px;
		position: absolute;
		content: "\A";
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 6px 7px 6px;
		border-color: transparent transparent #e85a25 transparent;
	}
	
	nav.nav02 ul li ul li
	{
		margin: 0px;
		padding: 0px;
		display: block;
	}
	
	nav.nav02 ul li ul li a
	{
		display: block;
		color: #e85a25;
		/*
			padding:2px 3px;
	*/
	}
	
	nav.nav02 ul li ul li a:hover, nav.nav02 ul li ul li a.active {
    background: #e85a25;
}
	
	nav.nav02 ul li ul li ul
	{
		width: auto;
		/*
			margin:5px 0px 5px 15px;
	*/
		display: block;
		font-weight: normal;
		top: -10px;
		left: 0px;
		right: 0px;
		text-align: left;
		padding: 0px;
		position: static;

		border-top: 0px solid #e85a25;
		border-bottom: 0px solid #fafafa;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	
	nav.nav02 ul li ul li ul:before,nav.nav02 ul li ul li ul:after { display: none; }
	
	nav.nav02 ul li ul li ul li:before
	{
		top: 0px;
		left: -10px;
		position: absolute;
		content: "\00bb";
	}
	
	nav.nav03
	{
/*
		display: none;
*/
    display: table;
    position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		height: 100%;
		z-index: 300;
	}
	
	nav.nav03 ul
	{
		display: table-cell;
		vertical-align: middle;
	}
	
	nav.nav03 ul li { display: block; }
	
	
	
	nav.nav03 .cupons,nav.nav03 .contact
	{
		cursor: pointer;
		margin: 5px 0px;
		display: block;
		width: 41px;
		height: 100px;
		text-indent: -9999px;
		background-image: url("../img/kontakt-kuponi.png");
		background-repeat: no-repeat;
	}
	
	nav.nav03 .contact { background-position: 0px 0px; }
	nav.nav03 .cupons { background-position: 0px -100px; }
}

/* KRAJ NAVIGACIJA MIN 991*/
.smallsearch
{
	padding: 10px;
	text-align: left;
	width: 333px;
	position: absolute;
	top: 36px;
	right: 0px;
	background: #4c4c4c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.smallsearch:before
{
	top: -7px;
	right: 11px;
	position: absolute;
	content: "\A";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 7px 6px;
	border-color: transparent transparent #4c4c4c transparent;
}

.smallsearch input
{
	margin: 0px 3px;
	display: inline-block;
}

.smallsearch input[type="text"] { /*width: 100px;*/ }

.banner { text-align: center;
    margin-top: 25px;
    position: absolute;
    margin-left: 340px;
}

#banner_2 img,#banner_3 img, #banner_4 img, #banner_5 img   {
    margin-bottom:5px;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);}

.banner a { display: inline-block; }

.banner a img
{
	max-width: 100%;
	width: 100%;
	display: block;
}

.banner a em
{
	font-style: normal;
	display: block;
	padding-top: 5px;
	margin-bottom: 10px;
}

.banner iframe, .banner embed, .banner object { max-width: 100%; }
.banner.col-left { text-align: left; }
.banner.col-right { text-align: right; }

.big-slider img
{
	display: block;
	width: 100%;
}

/* za sliku i podlogu ispod slike..... */
.big-slider
{
	width: 100%;
/*
	background: #4c4c4c;
*/
	margin: 0 auto;
}

.big-slider .bx-wrapper { /* border-bottom:5px solid #e85a25;border-left:5px solid #e85a25;border-right:5px solid #e85a25;border-radius:0px 0px 10px 10px;*/ }
.big-slider .big-slider-item { position: relative; }
.big-slider .big-slider-item a { display: block; }

.big-slider .big-slider-item a .abs
{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.big-slider .big-slider-item a .abs strong,.big-slider .big-slider-item a .abs em { text-shadow: 0px 0px 3px #4c4c4c; }

.big-slider .big-slider-item a .abs strong
{
	color: #fafafa;
	display: block;
	font-size: 44px;
}

.big-slider .big-slider-item a .abs em
{
	color: #fafafa;
	font-size: 24px;
	display: block;
}

.img-big { border-bottom: 5px solid #e85a25; }

.img-big img
{
	display: block;
	width: 100%;
}

.content
{
/*
	padding-top: 5px;
	padding-bottom: 5px;
*/
}

.maincontent{	background:#fafafa;
}

.content .maincontent
{
	position: relative;
	z-index: 200;
	background:#f8f8f8 url(/dizajn/podloge/istra.png) no-repeat bottom right;
    padding: 20px 40px;
    -webkit-box-shadow: 3px 34px 44px -28px rgba(0,0,0,0.45);
    -moz-box-shadow: 3px 34px 44px -28px rgba(0,0,0,0.45);
    box-shadow: 3px 34px 44px -28px rgba(0,0,0,0.45);
/*
border: 0 0 7px 0 dotted #e85a25;
border-width: 0 0 7px 0
*/
}


.tabs
{
	margin-bottom: 40px;
	position: relative;
	background-color: rgba(42, 40, 60, 0.09);
}

.tabs ul.nav
{
	position: absolute;
	top: 0px;
	left: -21px;
}

.tabs ul.nav li
{
	display: block;
	margin-bottom: 2px;
    margin-left:-45px;

}

.tabs ul.nav a
{
	width: 21px;
	cursor: pointer;
	display: block;
	background-image: url("/dizajn/s-default.png");
	background-repeat: no-repeat;
	background-position: 3000px 3000px;
	text-indent: -9999px;
}

.tabs ul.nav a.novo
{
	height: 45px;
	background-position: 0px -310px;
}

.tabs ul.nav a.novo:hover, .tabs ul.nav a.novo.active { background-position: -21px -310px; }

.tabs ul.nav a.akcije
{
	height: 65px;
	background-position: 0px -244px;
}

.tabs ul.nav a.akcije:hover, .tabs ul.nav a.akcije.active { background-position: -21px -244px; }

.tabs ul.nav a.novosti
{
	height: 73px;
	background-position: 0px -170px;
}

.tabs ul.nav a.novosti:hover, .tabs ul.nav a.novosti.active { background-position: -21px -170px; }

.tabs .tab
{
	min-height: 240px;
	padding: 10px 20px;
	display: none;
}

.tabs .tab.active { display: block; }

.tabs .tab .cols .col
{
	min-height: 240px;
	border-right: 1px dotted #4c4c4c;
}

.tabs .tab .cols .col:last-of-type
{
	border-right: none;
	border-bottom: none;
}

.tabs .tab .sidenav
{
	top: 0px;
	right: -21px;
	position: absolute;
}

.tabs .tab .sidenav a { margin-top: 5px; }
.tabs .tab .sidenav a:first-of-type { margin-top: 0px; }

.tabs .all
{
	cursor: pointer;
	width: 21px;
	height: 37px;
	display: block;
	background-image: url("/dizajn/s-default.png");
	background-repeat: no-repeat;
	background-position: -21px -66px;
}

.tabs .all:hover { background-position: 0px -66px; }

.tabs .arhiva
{
	cursor: pointer;
	width: 21px;
	height: 65px;
	display: block;
	background-image: url("/dizajn/s-default.png");
	background-repeat: no-repeat;
	background-position: -21px -104px;
}

.tabs .arhiva:hover { background-position: 0px -104px; }

.tabs .prev
{
	cursor: pointer;
	width: 21px;
	height: 21px;
	display: block;
	background-image: url("/dizajn/s-default.png");
	background-repeat: no-repeat;
	background-position: -21px -44px;
}

.tabs .prev:hover { background-position: 0px -44px; }

.tabs .next
{
	cursor: pointer;
	width: 21px;
	height: 21px;
	display: block;
	background-image: url("/dizajn/s-default.png");
	background-repeat: no-repeat;
	background-position: -21px -22px;
}

.tabs .next:hover { background-position: 0px -22px; }

.tabs #closetabs
{
	bottom: 10px;
	right: -21px;
	position: absolute;
	display: block;
	cursor: pointer;
	width: 21px;
	height: 21px;
	background-image: url("/dizajn/s-default.png");
	background-repeat: no-repeat;
	background-position: -21px 0px;
}

.tabs #closetabs:hover { background-position: 0px 0px; }

.tabs article, .tabs .akcije
{
	padding: 0px 0px;
	color: #485c6f;
	text-align:center;
}

.tabs article h2, .tabs .akcije h2
{
	font-style: bold;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 7px;
	margin-top: 0;
	text-transform:uppercase;

}

.tabs article a, .tabs .akcije a {color: #777;}

.tabs article time, .tabs .akcije time
{
	font-style: oblique;
	display: block;
	font-size: 12px;
	display: none;
}

.tabs article p, .tabs .akcije p
{
	margin: 0 17px 15px 0;
    font-size: 0.9em;
    /* line-height: 18px; */
    color: #777;
text-align: left
}

.tabs article img, .tabs .akcije img
{
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tabs article .img, .tabs .akcije .img
{
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	padding: 3px;
	border: solid 1px #e85a25;
}

.tabs article .img:hover em.price, .tabs .akcije .img:hover em.price
{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.tabs article .img em.price, .tabs .akcije .img em.price
{
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 100%;
	display: block;
	bottom: -46px;
	left: 0px;
	right: 0px;
	background: #e85a25;
	font-weight: bold;
	padding: 7px 10px;
	position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tabs article .img em.price i, .tabs .akcije .img em.price i { text-align: right; }
.tabs article .img em.price i.fl, .tabs .akcije .img em.price i.fl { text-align: left; }

.tabs-big
{
/*
	font-size: 12px;
	line-height: 14px;
*/
}

.tabs-big ul.nav
{
	margin-left: 0px !important;
	border-bottom: 2px solid #ddd;
}

.tabs-big ul.nav li
{
	margin-bottom: -2px !important;
	margin-right: 3px;
	margin-top: 10px;
	display: inline-block;
	list-style-type: none !important;
}

.tabs-big ul.nav li a
{
	text-align: center;
	padding: 15px 15px;
	line-height: 1.2em;
	font-size: 1em;
	cursor: pointer;
	color: #fafafa;
	display: block;
	background-color: #00AEBD;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.tabs-big ul.nav li a:hover
{
	text-decoration: none;
	background-color: #e85a25;
}

.tabs-big ul.nav li a.active { background-color: #e85a25; }
.tabs-big .tabs-big-inner { display: none; }
.tabs-big .tabs-big-inner.active { display: block; }
.tabs-big .tabs-big-inner h2 { margin-top: 0px; }

.bottom-slider
{
	padding-top: 25px;
	padding-bottom: 15px;
}

.bottom-slider .bx-wrapper .bx-prev { left: -30px; }

.bottom-slider .bx-wrapper .bx-prev:before
{
	padding-left: 5px;
	content: "\003c";
}

.bottom-slider .bx-wrapper .bx-next { right: -30px; }

.bottom-slider .bx-wrapper .bx-next:before
{
	padding-left: 5px;
	content: "\003e";
}

.bottom-slider .bx-wrapper .bx-prev, .bottom-slider .bx-wrapper .bx-next
{
	background-image: none;
	background-color: #e0e0e0;
}

.bottom-slider .bx-wrapper .bx-prev:hover, .bottom-slider .bx-wrapper .bx-next:hover { background-color: #aaaaaa; }

.bottom-slider .bx-wrapper .bx-prev:before, .bottom-slider .bx-wrapper .bx-next:before
{
	color: #4c4c4c;
	position: absolute;
	top: 45%;
	left: 0px;
	text-indent: 0px;
}

.bottom-slider .bx-wrapper .bx-controls-direction a
{
	top: 16px;
	width: 20px;
	height: 100%;
}

.bottom-slider .nav-tabs
{
	margin-left: 0px;
	margin-bottom: 0px;
	display: table;
	width: 100%;
	background: #bbb;
	border-bottom: 1px solid #888;
}

.bottom-slider .nav-tabs li
{
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #888;
}

.bottom-slider .nav-tabs li:last-of-type { border-right: none; }

.bottom-slider .nav-tabs li a
{
	cursor: pointer;
	display: block;
	color: #4c4c4c;
	background-color: #d0d0d0;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.bottom-slider .nav-tabs li a:hover
{
	text-decoration: none;
	background-color: #fafafa;
}

.bottom-slider .nav-tabs li a.active { background-color: #fafafa; }

.bottom-slider .bottom-tab
{
	background-color: #fafafa;
	padding: 20px 30px;
	display: none;
}

.bottom-slider .bottom-tab.active { display: block; }

.bottom-slider .bottom-tab a.stavka
{
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	color: #fafafa;
}

.bottom-slider .bottom-tab a.stavka:hover { text-decoration: none; }

.bottom-slider .bottom-tab a.stavka strong
{
	font-size: 11px;
	line-height: 16px;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px;
	text-align: center;
	display: block;
	color: #fafafa;
}

 h1
{
	margin-top: 8px;
	margin-bottom: 30px;
	/* font-size:1.4em;*/
	line-height: 30px;
/*
	text-transform: uppercase;
*/
}

 h2
{
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 1.8em;
	line-height: 30px;
}

 h3
{
/*
	font-size: 16px;
    color: #484848;
	line-height: 22px;
*/
	font-style: oblique;
	margin-top: 0px;
	margin-bottom: 20px;
}

 h4
{
/*
	text-transform: uppercase;
*/
	font-size: 15px;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 10px;
}

 h4:after
{
	display: block;
	margin: 0px auto;
	content: "\A";
	width: 100%;
	height: 5px;
	/* background:url("../img/hr_200.png") no-repeat top center*/
}

 h4.noupper { text-transform: none; }



 h4.h4:after { display: none; }

 h5
{
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*
Morao sam samo ovdje staviti static jer mi je navigacija bila cudna, ako se makne. Srediti bez statica
*/

.static p, .static ul, .static ol
{
	margin-bottom: 15px;
	font-size: 1.1em;
	line-height: 1.8em;
	
}


 p
{
	text-align:justify;
	margin-bottom: 15px;
	font-size: 1.1em;
	line-height: 1.8em;
}

p.uvod{
font-size: 1.4em;
line-height: 1.8em;
text-align:left;
font-style: italic;
}	

 p li,  ul li,  ol li { margin-bottom: 5px; list-style-position: inside;}
 ul,  ol { margin-left: 25px; }
 ul li { list-style-type: disc; }
 nav.nav02 ul li { list-style-type: none !important;margin-left:-30px; margin-bottom: 0;}
 ol li { list-style-type: decimal; }
 
 /*  Ovo sam počeo nešto za stiliziranje listi. Završiti do kraja http://blog.teamtreehouse.com/customize-ordered-lists-pseudo-element*/
.custom-counter ol li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: rgb(0,200,200);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}


/*ILI ovo PAZI 	position: relative; Ako se stavi absolute, problem je sto nam prelazi preko slike, a ako stavimo relative nasjeda previse tekstu, pa sam stavio margin- right 8px... */


.nice-ul {
	position: relative;
	padding-left: 32px;
	list-style-type: none;
}
.nice-ul li {
	margin-bottom: 8px;
    list-style-type: none;

}
.nice-ul li:last-child {
	margin-bottom: 0;
}
.nice-ul li::before {
	content: "\2713";
	position: relative;
	left: 0;
	padding: 2px 8px;
	font-size: 1em;
	color: #e85a25;
}

.nice-ol {
	position: relative;
	padding-left: 32px;
	list-style-type: none;
}
.nice-ol li {
	counter-increment: step-counter;
	margin-bottom: 8px;
    list-style-type: none;

}
.nice-ol li:last-child {
	margin-bottom: 0;
}
.nice-ol li::before {
	content: counter(step-counter);
	position: relative;
	left: 0;
	padding: 3px 8px;
	font-size: 0.8em;
	color: white;
	font-weight: bold;
	background-color: #e85a25;
	border-radius: 3px;
	margin-right:8px;
	    list-style-position: outside;

}

/*Kraj izmjene za stiliziranje LISTE*/

 strong,  b { font-weight: bold; }
 em,  i { font-style: oblique; }
 img { max-width: 100%; }

.static img.offset-top-bottom
{
	margin-top: 7px;
	margin-bottom: 7px;
}

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

a:visited
{
	color: #e85a25;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */


	
}

 a:hover { text-decoration: underline; }
 .text-center { text-align: center; }
 .text-center .banner { margin-bottom: 20px; }

 .block
{
	padding: 20px 20px 20px 70px;
	background-color: #fafafa;
	background-image: url("../img/navodi.png");
	background-repeat: no-repeat;
	background-position: 3px 0px;
	color: #fafafa;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

 .gmaps
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
	border: 2px solid #ccc;
}

 table
{
	margin-top:50px;
	text-align: left;
	width: 100%;
	font-size: 1em;
	line-height: 20px;	padding: .5em;

}

 table td
{
	border: 1px solid #ccc;
	padding: .5em;
	text-align:center;
	vertical-align:middle;
		background:#f8f8f8;

}

 table th
{
	font-weight:bold;text-align:center;
}



/*IMPRESUM TABLICA*/
.impressum h3 {color:#e85a25;text-align:left; margin:0; font-size:1em;text-transform:uppercase;font-weight:bold;font-style:normal;}

.impressum table
{
	margin-top:50px;
	text-align: left;
	width: 100%;
	font-size: 1em;
	line-height: 20px;	padding: .5em;

}

.impressum table  td
{
	border: 0px solid #ccc;
	padding: .5em;
	vertical-align:top;
		background:none;
		font-size:0.8em;
		text-align: left;

}

.impressum table th
{
	font-weight:bold;text-align:left;
}





.keywords { padding-top: 20px; }
.keywords h4 { color: #e85a25; }

.keywords a
{
	padding: 3px;
	color: #e85a25;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.keywords a:hover
{
	color: #ccc;
	text-decoration: none;
}

.keywords a.tag1 { font-size: 160%; }
.keywords a.tag2 { font-size: 120%; }
.keywords a.tag3 { font-size: 80%; }

.keywords ul
{
	margin-left: 0px;
	text-align: center;
	font-size: 13px;
	line-height: 1.6em;
}

.keywords ul li
{
	list-style-type: none;
	display: inline-block;
	vertical-align: text-bottom;
	margin-bottom: 0px;
}

.social { padding-top: 20px; }

.social a
{
	width: 48px;
	height: 48px;
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
	text-indent: -9999px;
}

.social a.facebook { background: url("../img/facebook.png") no-repeat center; }
.social a.twitter { background: url("../img/twitter.png") no-repeat center; }
.social a.google_plus { background: url("../img/google_plus.png") no-repeat center; }
.social a.youtube { background: url("../img/youtube.png") no-repeat center; }
.logos { text-align: center; }

.logos img, .logos a
{
	vertical-align: middle;
	display: inline-block !important;
	margin: 5px 3px;
}

.logos .item { padding-top: 40px; }
.photogallery { padding: 20px;
margin-bottom: 30px; }

.photogallery h5
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	line-height: 25px;
	font-weight: bold;
}

.photogallery a
{
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	margin-right: -4px;
	float: none;
	text-align: center;
}

.photogallery a img
{
	display: block;
	width: 100%;
}

.photogallery a em
{
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	padding: 3px;
	font-style: normal;
	color: #4c4c4c;
}

.photogallery a:hover { text-decoration: none; }

.fancybox.singlephoto
{
	display: block;
	margin-bottom: 20px;
	text-decoration: none !important;
}

.fancybox.singlephoto img { width: 100%; }

.fancybox.singlephoto em.opis
{
	margin-top: 5px;
	text-align: center;
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	padding: 3px;
	font-style: normal;
	color: #4c4c4c;
}

.fancybox.singlephoto:hover { text-decoration: none !important; }
.fancybox.singlephoto:hover em { text-decoration: none !important; }
.slika { text-decoration: none !important; }

/*
.slika em.opis
{
	margin-top: 5px;
	text-align: center;
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	padding: 3px;
	font-style: normal;
	color: #4c4c4c;
}

.slika.img_left
{
	float: left;
	margin: 0px 20px 20px 0px;
}

.slika.img_right
{
	float: right;
	margin: 0px 0px 20px 20px;
}


.slika:hover { text-decoration: none !important; }
.slika:hover em { text-decoration: none !important; }
*/

.slika
{
	float: left;
	margin: 0px 20px 20px 0px;
	border: 1px solid;
}


figcaption
{
	margin-top: 5px;
	text-align: center;
	display: block;
	font-size: 0.7em;
	line-height: 1em;
	padding: 3px;
	font-style: normal;
	color: #4c4c4c;
}

figure.pull-left, figure.fl
{
	float: left;
	margin: 0px 20px 20px 0px;
}

figure.pull-right, figure.fr
{
	float: right;
	margin: 0px 0px 20px 20px;
}

figure:hover { text-decoration: none !important; }
.slika:hover em { text-decoration: none !important;  }

.breadcrumbs
{
	margin-top:0;
	padding-bottom: 0;
	font-size: 0.7em;
	line-height: 14px;
}

.breadcrumbs a
{
	color: #4c4c4c;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs a:hover { text-decoration: none; }

.breadcrumbs a:before
{
	display: inline-block;
	vertical-align: middle;
	/* content:">>";*/
	margin-left: 2px;
	margin-right: 2px;
}

.breadcrumbs a:first-of-type:before
{
	content: "";
	margin-left: 0px;
}

/* .breadcrumbs a:nth-child(2):before{content:": ";}*/
.item-options { padding-top: 5px; }

.item-options a
{
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px;
	font-size: 11px;
	color: #fafafa;
	background-color: #e85a25;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.item-options a:hover { text-decoration: none; }

.item-options input
{
	border: none;
	text-align: center;
	width: 30px;
}

h2.formh2
{
	color: #ccc;
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 20px;
	text-align: left;
	padding-top: 10px;
	font-weight:bold;
}

p.opis
{
	text-align: center;
	padding: 0px 20px;
}

.regularform
{
	padding: 0px 10px 30px 10px;
	text-align: center;
}

.regularform .col-left { text-align: right; }
.regularform .col-right { text-align: left; }
.form-horizontal .row,.regularform .row { margin-top: 4px;margin-left:0;margin-right:0; }

.regularform label
{
	display: block;
	padding: 8px 0px;
}

.form-horizontal input [type="text"] , .regularform input[type="text"]
{
	width: 300px;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 7px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input.order-button, input.button, input[type="button"], .form-horizontal input[type="submit"], .regularform input[type="submit"], .regularform input[type="reset"], .form-horizontal input[type="reset"]
{
	margin-right: 5px;
	display: inline-block;
	background: #e85a25 url(/dizajn/overlay.png) repeat-x;
	padding: 6px 6px;
	text-align: center;
	color: #fafafa;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 0.9em;
/*
	width: 100px;
*/
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}


input.linkTop, .loginButton, .btnOglas{
	background: #e85a25;
	box-shadow: inset 0 1px 1px #39a9de;
	color: #fafafa;
	border-radius: 25px;
	float: left;
	border: 0;
	padding: 4px 15px 5px;
	cursor: pointer;
	font-size: 12px;
	line-height: 120%;
}


.form-horizontal  input[type="submit"]:hover, input.button[type="submit"]:hover, #quantityChange:hover
{
	background:#4c4c4c;color:#fafafa;border:1px solid #39f;
}

input.order-button{	background: rgb(162, 208, 41) url(/dizajn/overlay.png) repeat-x;
}

.form-horizontal select, .regularform textarea, .regularform select
{
	resize: none;
	width: 300px;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 7px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.regularform textarea, .form-horizontal textarea { width:100%; }


input.button.inactive{background:#ccc;}


.price
{
	margin-left: 0px !important;
	color: #fafafa;
	background: #ccc;
	padding: 14px 15px 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	max-width:300px;
	float:right;
	
}

.price li
{
	overflow: hidden;
	display: block;
	width: 100%;
}

.price li.cijena { background: url("../img/linija.gif") repeat-x 0px 11px; }

.price li strong,.price li em
{
	display: inline-block;
	background: #ccc;
}

.price li strong
{
	text-align: left;
	padding-right: 7px;
}

.price li em
{
	text-align: right;
	font-style: normal;
	float: right;
	padding-left: 7px;
}

.price li.akcija
{
	font-size: 15px;
	margin-bottom: 15px;
}

.price li.akcija em { font-weight: bold; }

.webshoptable
{
	background: #efefef;
	text-align: left;
	border: 1px solid #ccc;
	margin-top: 40px;
}

.webshoptable tr th, .webshoptable tr td
{
/*
	width: 14%;
*/
	vertical-align: middle;
	padding: 3px;
}

.webshoptable thead { font-size: 12px; }

.webshoptable thead tr th
{
	background-color: #e85a25;
	border: 1px solid #e85a25;
	color: #fafafa;
	border-top: none;
	border-left: none;
	font-weight: normal;
}

.webshoptable tbody tr
{
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.webshoptable tbody tr:hover { background: #dddddd; }
.webshoptable img { max-width: 100%; }
.webshoptable input { width: 50%; }

.footer-fixed
{
	z-index: 500;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.footer-fixed .search-more
{
	color: #eee;
	left: 15px;
	right: 15px;
	z-index: 500;
	bottom: -1000px;
	position: absolute;
	border-radius: 0px 7px 0px 0px;
	-webkit-border-top-right-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	-moz-box-shadow: 0 -1px 1px #888888;
	-webkit-box-shadow: 0 -1px 1px #888888;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100%, #ff9c3a));
}

.footer-fixed .search-more #naprednapretraga
{
	position: absolute;
	top: -30px;
	left: 0px;
	height: 30px;
	cursor: pointer;
	color: #ffd4b2 !important;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 10px 5px 30px;
	border-radius: 7px 7px 0px 0px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	-moz-box-shadow: 0 -1px 1px #888888;
	-webkit-box-shadow: 0 -1px 1px #888888;
	background: #ff6600 url("../img/magnifier_zoom_in.png") no-repeat 7px 7px;
}

.footer-fixed .search-more #naprednapretraga:hover { color: white !important; }
.footer-fixed .search-more .inner { padding: 20px 30px; }

.footer-fixed .search-more h5
{
	margin: 0px;
	padding: 5px 0px;
	font-size: 22px;
}

.footer-fixed .search-more h6
{
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
}

.footer-fixed .webshoptab
{
	z-index: 400;
	bottom: -1000px;
	left: 15px;
	right: 15px;
	position: absolute;
}

.footer-fixed .webshoptab #webshoptab
{
	text-align: center;
	position: absolute;
	top: -41px;
	right: 0px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #fafafa;
	padding: 10px;
	background: #e85a25;
	width: 180px;
	border-radius: 5px 7px 0 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	box-shadow:0 -3px 5px #cccccc;
	-moz-box-shadow:0 -3px 5px #cccccc;
	-webkit-box-shadow: 0 -3px 5px #cccccc;
	border: 1px solid #fafafa;
	border-bottom: 1px solid #ccc !important;
	border-top: 1px solid #fafafa !important;
	-webkit-owerflow-scrolling:touch;
}

.footer-fixed .webshoptab #webshoptab:hover { text-decoration: none; }

.footer-fixed .webshoptab .inner
{
	text-align: center;
	color: #4c4c4c;
	background: #f5f5f5;
	padding: 20px 20px;
	border-radius: 7px 0px 0px 0px;
	-webkit-border-top-left-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	box-shadow: 0 -3px 5px #555555;
	-moz-box-shadow: 0 -3px 5px #555555;
	-webkit-box-shadow: 0 -3px 5px #555555;
	border: 1px solid #fafafa;
	border-bottom: none !important;
	border-top: 1px solid #fafafa !important;
}

.footer-fixed .webshoptab .inner h5
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer-fixed .webshoptab .inner h6 { margin: 0px; }

.footer-fixed .webshoptab .inner .btnblack
{
	background: #e85a25;
	margin-top: 15px;
	margin-left: 3px;
	margin-right: 3px;
/*
	font-size: 10px;
*/
}

.advancedsearch label, .advancedsearch input[type="text"], .advancedsearch select
{
	width: 100%;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 5px;
}

.advancedsearch label { font-size: 11px; }

.advancedsearch input[type="text"], .advancedsearch select
{
	font-size: 12px;
	color: #4c4c4c;
	background-color: #fafafa;
	padding: 2px 5px;
}

.advancedsearch .row { margin-top: 20px; }
.advancedsearch input[type="submit"] { color: #fafafa; }

.filters
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.filters h5
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.filters ul { margin-left: 0px; }

.filters ul li
{
	display: inline-block;
	list-style-type: none;
}

.filters ul li:after { content: " • "; }
.filters ul li:last-of-type:after { content: ""; }

.filters a.filter, .filters a.sort
{
	cursor: pointer;
	display: inline-block;
	border-bottom: 1px dotted transparent;
}

.filters a.filter:hover, .filters a.filter.active, .filters a.sort:hover, .filters a.sort.active
{
	text-decoration: none;
	border-bottom: 1px dotted #e85a25;
}

.filters select
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

#MixItUp .mix
{
	display: none;
	margin-bottom: 25px;
}

#MixItUp .mix .hrefwrapper
{
	cursor: pointer;
	display: block;
}

#MixItUp .mix .hrefwrapper:hover { text-decoration: none; border:0px solid;}
#MixItUp .mix .hrefwrapper p { color: #4c4c4c !important; }

#MixItUp .mix .box
{
	position: relative;
	/*padding: 10px;  ***OPREZ: Ovaj padding uzrokuje da se hoverom na zadnjeg u redu ne prikažu prva tri u slijedećem redu***
	*/
	/*
box-shadow:0 2px 3px #aaaaaa;
	-moz-box-shadow:0 2px 3px #aaaaaa;
	-webkit-box-shadow:0 2px 3px #aaaaaa;
*/
	background-color:#fafafa;

}

#MixItUp .mix .box:hover>.desc
{

opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";


}



#MixItUp .mix .box.listview { cursor: default; }

#MixItUp .mix .box.listview p
{
	margin-top: 0px;
	padding-right: 40px;
}

#MixItUp .mix .box.listview .desc
{
	padding: 20px 0px 0px 0px;
	position: static;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: transparent;
	text-align: left;
}

#MixItUp .mix .box.listview .desc .price-sub
{
	margin-bottom: 10px;
	overflow: hidden;
}

#MixItUp .mix .box.listview .desc .price-sub .fl, #MixItUp .mix .box.listview .desc .price-sub .fr { width: 50%; }
#MixItUp .mix .box.listview .desc .price-sub .fl { float: left; }

#MixItUp .mix .box.listview .desc .price-sub .fr
{
	float: right;
	text-align: right;
}

#MixItUp .mix .box .special
{
	position: absolute;
	z-index: 100;
	top: 5px;
	left: -5px;
}

#MixItUp .mix .box h6,.accordion h6
{
	font-size: 17px;
	line-height: 22px;
	height:44px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	display:block;
	overflow:hidden;
}

#MixItUp .mix .box h6 a, .accordion a, .accordion h6 a
{
	display: block;
	color: #4c4c4c;
}

#MixItUp .mix .box h6 a:hover, .accordion h6 a:hover
{
	color: #e85a25;
	text-decoration: none;
}

#MixItUp .mix .box img { width: 100%; }

#MixItUp .mix .box p
{
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#MixItUp .mix .box .desc
{
	z-index: 200;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: #fafafa;
	padding: 10px;
	position: absolute;
	padding-top: 50px;
	min-height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

#MixItUp .mix .box .desc .price-sub
{
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-style: normal;
	color: #4c4c4c;
}

#MixItUp .mix .box .desc .price-sub i { font-style: normal; }

#MixItUp .mix .box .desc .price-sub .fl, #MixItUp .mix .box .desc .price-sub .fr
{
	display: block;
	float: none;
}

#MixItUp .mix .box .desc .price-sub .fl
{
	margin-top: 3px;
	font-size: 13px;
	margin-bottom: 5px;
}

#MixItUp .mix .box .desc .price-sub .fr
{
	font-weight: bold;
	color: #4c4c4c;
}

#MixItUp .mix .box .desc p { margin-top: 20px; }
#MixItUp .mix .box .desc ul { margin-top: 10px; }
#MixItUp .mix .box .desc ul li { list-style-type: disc; }

/* za listanje */
#listItems .mix
{
	/*display:none;*/
	margin-bottom: 25px;
}

#listItems .mix .hrefwrapper
{
	cursor: pointer;
	display: block;
}

#listItems .mix .hrefwrapper:hover { text-decoration: none; }
#listItems .mix .hrefwrapper p { color: #4c4c4c !important; }

#listItems .mix .box
{
	position: relative;
	padding: 10px;
	box-shadow: 0 2px 3px #aaaaaa;
	-moz-box-shadow: 0 2px 3px #aaaaaa;
	-webkit-box-shadow: 0 2px 3px #aaaaaa;
	background-color: #fafafa;
}

#listItems .mix .box:hover>.desc
{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#listItems .mix .box.listview { cursor: default; }

#listItems .mix .box.listview p
{
	margin-top: 0px;
	padding-right: 40px;
}

#listItems .mix .box.listview .desc
{
	padding: 20px 0px 0px 0px;
	position: static;

	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: transparent;
	text-align: left;
}

#listItems .mix .box.listview .desc .price-sub
{
	margin-bottom: 10px;
	overflow: hidden;
}

#listItems .mix .box.listview .desc .price-sub .fl,#listItems .mix .box.listview .desc .price-sub .fr { width: 50%; }
#listItems .mix .box.listview .desc .price-sub .fl { float: left; }

#listItems .mix .box.listview .desc .price-sub .fr
{
	float: right;
	text-align: right;
}

#listItems .mix .box .special
{
	position: absolute;
	z-index: 100;
	top: 5px;
	left: -5px;
}

#listItems .mix .box h6
{
	font-size: 17px;
	line-height: 22px;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

#listItems .mix .box h6 a
{
	display: block;
	color: #4c4c4c;
}

#listItems .mix .box h6 a:hover
{
	color: #e85a25;
	text-decoration: none;
}

#listItems .mix .box img { width: 100%; }

#listItems .mix .box p
{
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#listItems .mix .box .desc
{
	z-index: 200;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: #fafafa;
	padding: 10px;
	position: absolute;
	padding-top: 50px;
	min-height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

#listItems .mix .box .desc .price-sub
{
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-style: normal;
	color: #666;
}

#listItems .mix .box .desc .price-sub i { font-style: normal; }

#listItems .mix .box .desc .price-sub .fl,#listItems .mix .box .desc .price-sub .fr
{
	display: block;
	float: none;
}

#listItems .mix .box .desc .price-sub .fl
{
	margin-top: 3px;
	font-size: 13px;
	margin-bottom: 5px;
}

#listItems .mix .box .desc .price-sub .fr
{
	font-weight: bold;
	color: #4c4c4c;
}

#listItems .mix .box .desc p { margin-top: 20px; }
#listItems .mix .box .desc ul { margin-top: 10px; }
#listItems .mix .box .desc ul li { list-style-type: disc; }

/* --- */
.stico
{
	position: absolute;
	top: -5px;
	right: 20px;
}

.stico span
{
	height: 50px;
	width: 50px;
	display: block;
	margin-bottom: 5px;
	background-image: url("../img/popusti-icon.png");
	background-position: 3000px 3000px;
	background-repeat: no-repeat;
}

.stico span.stico_1 { background-position: 0px 0px; }
.stico span.stico_2 { background-position: 0px -50px; }
.stico span.stico_3 { background-position: 0px -100px; }
.stico span.stico_4 { background-position: 0px -150px; }
.stico span.stico_5 { background-position: 0px -200px; }

.stico.inline
{
	text-align: right;
	position: relative;
	top: auto;
	right: auto;
}

.stico.inline span
{
	display: inline-block;
	margin-left: 10px;
}

ul.side-nav
{
	overflow: hidden;
	background: #fafafa;
	margin-left: -40px !important;
    margin-right: 15px !important;
	margin-top: 0px !important;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.side-nav small
{
	vertical-align: top;
	display: table-cell;
	font-size: 10px;
	padding-right: 3px;
}

ul.side-nav em
{
	display: table-cell;
	vertical-align: top;
	font-style: normal;
	line-height: 1.2em;
    font-size: 0.9em;
    padding-left: 15px
}

ul.side-nav li
{
	cursor: pointer;
	border-top: 1px solid #ccc;
	list-style-type: none !important;
}

ul.side-nav li a
{
	padding: 5px 10px;
	display: block;
	color: #4c4c4c;
}

ul.side-nav li a:hover
{
	color: #4c4c4c;
	text-decoration: none;
}

ul.side-nav li a.active
{
	background: rgba(255, 204, 0, 0.63);
	color: #00AEBD;
	font-weight: bold;
}

ul.side-nav li.active ul { display: block; }

ul.side-nav li ul
{
	display: none;
	font-size: 0.9em;
	background: #e0e0e0;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
}

ul.side-nav li ul li { display: block; }
ul.side-nav li ul li a { padding: 5px 10px 5px 25px; }
.cat-slider { margin-bottom: 20px; /*background:#f5f5f5;*/}

.cat-slider .item
{
	background-color:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	text-align: center;
	min-height:450px;
}

.cat-slider .item p
{
	text-align: center;
	font-size:1em;
/*
	color:#31353b;
*/
}

.cat-slider .item a
{
	display: block;
	text-decoration: none;
}

.cat-slider .item a img, .cat-slider .item a em { display: block; }
.cat-slider .item a img { width: 100%; 	text-align: center;
}

.cat-slider .item a em, .cat-slider .item  em
{
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
	font-style: normal;
	color:#e85a25
}

.cat-slider .bx-wrapper .bx-prev { left: -40px; }
.cat-slider .bx-wrapper .bx-next { right: -40px; }

.accordion h2
{
	margin-top: 30px;
	margin-bottom: 15px;
}

.accordion .nextdiv
{
	cursor: pointer;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #fafafa;
	background-color: #fafafa;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.accordion .nextdiv:before { content: "+ "; }
.accordion .nextdiv.opened:before { content: "- "; }
.accordion .item { margin-bottom: 20px; }
.accordion .item img, .accordion .item strong { display: block; }
.accordion .item img { width: 100%; }

.accordion .item a
{
/*
	background-color: #fafafa;
*/
	display: block;
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.accordion .item strong
{
	padding-top: 5px;
	text-align: center;
}

.accordion .item.big { position: relative; }
.accordion .item.big strong { font-size: 14px !important; }

.accordion .item.big .moreinfo
{
	pointer-events: none;
	z-index: 200;
	display: none;
	color: #4c4c4c;
	position: absolute;
	top: 0px;
/* 
	left: -10px;
	right: -10px;
 */font-size: 11px;
	background-color: rgba(255,255,255,0.9);
	padding: 20px 20px 0px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.accordion .item.big:hover .moreinfo { display: block; }
.accordion .openme { display: none; }

.accordion .description .item strong
{
	font-size: 12px;
	font-weight: normal;
}

.accordion .description .bx-controls-direction
{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.accordion .description .bx-controls-direction a
{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.accordion .description:hover .bx-controls-direction
{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.checkoutform .item
{
	margin-top: 30px;
	overflow: hidden;
}

.checkoutform h6
{
	overflow: hidden;
	height: 37px;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	padding: 10px;
	color: #fafafa;
	background-color: #e85a25;
	border-radius: 5px 5px 0px 5px;
}

.checkoutform h6 em
{
	font-style: normal;
	padding: 10px;
	margin: -10px 0px -10px -10px;
	margin-right: 10px;
	background-color: #fafafa;
	display: inline-block;
	border-radius: 5px 0px 0px 5px;
}

.checkoutform ul
{
	padding-left: 12px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fafafa;
	/*border-left: 1px solid $cred;
  border-bottom: 1px solid $cred;*/
}

.checkoutform ul.last { border-radius: 0px 0px 0px 5px; }

.checkoutform ul li
{
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.checkoutform .sum
{
	font-size: 12px;
	padding: 10px;
	float: right;
	font-weight: bold;
	color: #4c4c4c;
	background-color: #ccc;
	border-radius: 0px 0px 5px 5px;
}

.checkoutform .final
{
	margin-top: 20px;
	border-top: 2px solid #e85a25;
	overflow: hidden;
}

.checkoutform .sumup
{
	margin-bottom: 40px;
	background-color: #ccc;
	text-align: center;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
}

.checkoutform .sumup.last
{
	background-color: #e85a25;
	color: #fafafa;
}

.checkoutform input[type="text"]
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #ccc;
	width: 50px;
	text-align: center;
}

.slidernews
{
	position: relative;
	text-align: center;
	/* border:1px solid #ccc;background-color:rgba(255,255,255,0.65);*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 1px;
}

.slidernews h3
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-style: normal;
	padding: 10px 10px;
	/* background-color:#4c4c4c;text-transform:uppercase;font-size:12px;*/
}

.slidernews .inner { padding: 10px; }

.slidernews article
{
	/*
	color:#999;
*/
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 0px solid #ccc;
	padding: 20px 10px;
}

.slidernews article:last-of-type
{
	padding-bottom: 7px;
	border-bottom: none;
}

.slidernews article h2
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 24px;
}

.slidernews article a { color: #4c4c4c; }


span#date {font-style: italic;}

.slidernews article p
{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: justify;
}

.slidernews article a.more { font-size: 12px; }

.slidernews .newsnav
{
	font-size: 40px;
	/* background-color:#999;*/
	cursor: pointer;
	display: block;
	width: 20px;
	text-align: center;
	padding: 1px 0px 2px 0px;
	position: absolute;
	top: 11px;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.slidernews .newsnav#smallnewsprevfull, .slidernews .newsnav#smallnewsprev{ left: 10px; }
.slidernews .newsnav#smallnewsnextfull,.slidernews .newsnav#smallnewsnext { right: 10px; }

.slidernews .newsnavfull:hover, .slidernews .newsnav:hover
{
	color: #fafafa;
	background-color: #e85a25;
}

@media (min-width:1024px) {
footer{
    background: transparent url(/dizajn/podloge/bg_pattern3.png);
/*
    background-size: 25%;
*/
}
	.content .maincontent
{
	position: relative;
	z-index: 200;
	}

 ul,  ol { margin-left: 45px; }
	}
	
@media (min-width: 1200px)
{
nav.nav02 {width: 1170px;/*width: 100%*/}
}
@media (max-width: 1199px) and (min-width: 992px)
{

nav.nav02 { font-size: 13px;  width: 970px;}

	/* ovo je radilo probleme na IPADU, zašto je napisano ne znam?	

	nav.nav02 ul
	{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	nav.nav02 ul li a { padding: 7px 5px; }
	nav.nav03 { height: 270px; }
	*/
	.column {
	width: 100%;
	 /* Prevent vertical gaps */
   line-height: 1;

   -webkit-column-count: 2;
   -webkit-column-gap:   80px;
   -moz-column-count:    2;
   -moz-column-gap:      80px;
   column-count:         2;
   column-gap:          80px;
   	
   overflow: hidden;  	/*fix for Firefox ali mi radi problem u SAFARIJU */
break-inside: avoid-column;
-webkit-column-break-inside: avoid;

-webkit-column-rule: 1px solid #7ebb42;
     -moz-column-rule: 1px solid #7ebb42;
          column-rule: 1px solid #7ebb42;
          
            -moz-column-fill: auto;
       column-fill: auto;

}
}

@media (max-width: 991px)
{
	
	.footer-fixed{display:none;}
	#footer_main {width: 99%;}
	.heading .btnfooter, .heading a.btnblack{margin: 5px;}
	
	.topProstor, .header .heading small{color:#e85a25;}
	
	.header .heading small{text-align:right;}
	.topProstor p{line-height:40px;font-size:12px;}

	#hamburger
	{
		display: block;
		cursor: pointer;
		font-size: 20px;
		font-weight: bold;
		color: #fafafa;
		padding: 5px 15px 10px 15px;
		line-height: 0.5em;
	}
	
	#hamburger:after
	{
		content: 'IZBORNIK';
		top: 16px;
		position: absolute;
		width: 100px;
		font-size: 20px;
		padding-left: 20px;
	}
	
	[lang=en] #hamburger:after { content: 'MENU'; }
	.container { width: 100%; }
	nav.lang { top: -30px; }
	
	#navigation
	{
		background: #6e6e6e;
		margin-bottom: 10px;
		border-bottom: 5px solid #e85a25;
	}
	
	#navigation #innernav { display: none; }
	
	#navigation .container
	{
		padding: 0px;
		margin: 0px;
	}
	
	#navigation nav.nav02 em { display: none; }
	#navigation nav.nav02 ul li.searchli { display: none; }
	
	#navigation nav.nav02 ul li ul li a
	{
		background-color: #4c4c4c;
		border-top: 1px dotted #666;
		padding: 5px 15px 5px 25px;
	}
	
	#navigation nav.nav02 ul li ul li ul li a { padding: 5px 15px 5px 25px; }
	
	#navigation nav.nav02 ul li ul li ul li a:before
	{
		display: inline-block;
		margin-right: 5px;
		content: "\00bb";
	}
	
	#navigation nav.nav03 { display: none; }
	
	#navigation nav.nav01 a, #navigation nav.nav02 a, #navigation nav.nav03 a
	{
		padding: 5px 15px;
		border-top: 1px dotted #4c4c4c;
		background-color: #666;
		display: block;
		color: #fafafa;
		text-decoration: none;
	}
	
	#navigation nav.nav01 a:hover,#navigation nav.nav02 a:hover,#navigation nav.nav03 a:hover { text-decoration: none;background-color: #fafafa; }
	
 #navigation nav.nav01 a.active,#navigation nav.nav02 a.active,#navigation nav.nav03 a.active {                             
       text-decoration: none;
       background-color: #fafafa; 
       background: linear-gradient( to bottom, #4c4c4c, #4c4c4c 100%, #fafafa 100%, #fafafa );
       background-size: 100% 3px; 
       color:#e85a25;}
	
	header
	{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	.bannersabs .col-left { left: -30px; }
	.bannersabs .col-right { right: -30px; }
	.cat-slider .bx-wrapper .bx-controls-direction a { display: none; }
	
	.big-slider .big-slider-item a .abs strong
	{
		font-size: 30px;
		line-height: 34px;
	}
	
	.big-slider .big-slider-item a .abs em
	{
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 767px)
{
	ul.side-nav
{
	
	margin-left: -40px !important;
    margin-right: -40px !important;
	
}

.backtotop { display: none !important; }
	header .heading { padding-bottom: 0px; }
	header .heading img { max-width: 100%; }
	
	header .heading .col-right
	{
		text-align: left;
		padding-top: 20px;
	}
	
	
	
	footer .col-sm-4 { margin-top: 25px; }
	
	.content
	{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.content .banner { display: none; }
	
	.tabs
	{
		margin-bottom: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.tabs .tab .cols .col
	{
		height: auto;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px dotted #4c4c4c;
	}
	
	 .text-center { padding-top: 20px; }
	 .text-center .banner { display: block; }
	 .text-center .banner a { display: inline-block; }
	.social { padding-top: 0px; }
	.logos { display: none; }
	.breadcrumbs { margin-top: 0px; }
	.regularform .col-left { text-align: left; }
	.regularform input[type="text"] { width: 100%; }
	.bottom-slider { display: none; }
	
	/*#MixItUp {
	      .mix {
	          .box {
	              .desc {
	                  @include opacity;
	              }
	          }
	      }
	  }*/
	  


.content .maincontent
{   padding: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 3none;
}

.desno{width:100%;}
}

@media (max-width: 480px)
{
	
	.col-right{
        display:none}
        
        .site-header-container{
        position:absolute}

/*
    header {margin-top: 0;
}
*/

  .content .maincontent {
        padding:10px;
        border-radius:0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0}
		
    p {text-align:left}
    ul.side-nav{
    margin-left: -10px !important;
    margin-right: -10px !important;}
    
    blockquote.boja{
   margin: 1.5em -20px;}
   .pull-right, .pull-left{margin:0;}

footer
	{
		padding-top: 0px;
		padding-bottom: 25px;
		background:none;
	}
	
	.banner {
    display:none;
}

	.webshoptable
	{
		font-size: 8px !important;
		line-height: 12px !important;
	}
	
	.webshoptable input { width: 100%; }
	.webshoptable tr th:nth-child(3), .webshoptable tr td:nth-child(3) { display: none; }
	
	.footer-fixed .search-more #naprednapretraga
	{
		text-indent: -9999px;
		width: 0px;
		padding: 5px 0px 5px 30px;
	}
	
	.big-slider .big-slider-item a .abs strong
	{
		font-size: 20px;
		line-height: 24px;
	}
	
	.big-slider .big-slider-item a .abs em
	{
		font-size: 12px;
		line-height: 16px;
	}
	
	.tabs-big ul.nav li
{
    margin-bottom: -2px !important;
    margin-right: 3px;margin-top: 8px;	
    display: block;
    list-style-type: none !important;
}
} 


/****** MOJE IZNIMKE *********/
.stabs-banner
{
	display: none;
	border: 1px solid white;
	margin-bottom: 5px;
}

.stabs-banner img
{
	border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}


/* on-site paginacija */
.container_for_all
{
	width: 310px;
	height: 20px;
	display: block;
	clear: both;
	position: relative;
	left: 50%;
	margin-left: -150px;
}

.pages_container { position: relative; }

.pages
{
	overflow: hidden;
	margin: 0 auto;
	width: auto;
	height: 20px;
	float: left;
}

.pages .page,.page_scroll,.page_first,.page_last,.allpages
{
	border: 1px solid #e85a25;
	text-align: center;
	margin: 0 1px 2px;
	padding: 3px;
	background: #fafafa;
	cursor: pointer;
	color: #4c4c4c;
	float: left;
	width: 15px;
	-webkit-border-radius: 2px;
	/* Safari,Chrome */
	/* Firefox */
	border-radius: 2px;
	/* CSS3 */
}

#viewAllBtn
{
	float: left;
	display: inline-block;
	width: auto;
}

.pages .selected,.pages .page:hover,.page_scroll:hover,.page_first:hover,.page_last:hover
{
	background: #ccc;
	border: 1px solid #e85a25;
}

/*TOGGLE*/
.st_toggle
{
	background: url("/dizajn/toggle.png") no-repeat scroll 0 -18px transparent;
	display: block;
	float: left;
	height: 18px;
	width: 18px;
	margin: 15px 5px 0 0;
}

.stover .dLink,#wrapper .stover .dLink { display: none; }

/* ---- ---- */
.final_order .tdesno
{
	width: 80px;
	text-align: center;
	padding: 0 10px;
	font-weight: bold;
}

.checkout_tbl th
{
	background: #6CA8D5;
	border-color: #6b94b3;
}

.toggle_opcije
{
	padding: 4px;
	margin: 25px 0 ;
}

.content_img_container { float: left; }

.toggle_opcije .toggle
{
	/*background:url(/dizajn/toggle-cijeli.gif) no-repeat top left;*/
	background: #91bcdb;
	width: 594px;
	border-left: 3px double #fafafa;
	border-right: 3px double #fafafa;
	border-top: 3px double #fafafa;
	cursor: pointer;
	padding: 10px 15px;
	margin: 0;
	font-weight: bold;
	color: #fafafa;
	text-shadow: 0 1px 0 #316386;
}

.toggle_opcije .toggle:hover
{
	background: #7ea4be;

}

.toggle_opcije p
{
	margin: 0;
	padding: 4px 0;
	font: 11px/1.6em "Exo 2",Arial,Helvetica,Verdana,sans-serif;
}

.toggle_opcije .toggle_cont
{
	/*background:url(/dizajn/toggle-cijeli.gif) no-repeat 0 -45px;*/
	/* old browsers */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#91BCDB),color-stop(100%,#D1E2EF));
	/*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#91BCDB',endColorstr='#D1E2EF',GradientType=0 );*/
	border-left: 3px double #fafafa;
	border-right: 3px double #fafafa;
	width: 594px;
	padding: 5px 15px;
}

.toggle_cont td { border: none; }

/* Primjene-cycle */
#app-cycle
{
	width: auto;
	background: #E7F0F7;
	margin: 0px 0 20px;
}

#app-cycle .act
{
	float: left;
	margin: 0 15px;
	position: relative;
}

#app-cycle .act #action_text { text-align: center; }
#app-cycle .act .clip_action { height: auto; }

#app-cycle .act .stover
{
	height: 77px;
	width: 124px;
	left: 1px;
	top: 6px;
	text-align: left;
	text-shadow: none;
	padding: 5px;
	color: #222;
	background: #fafafa;
	opacity: 0.7;
}

#app-cycle a { text-decoration: none; }

/*poruka iz shadowbox-a TO JE NAŠA FANCY PORUKA */
#poruka
{
	top: 50%;
	position: fixed;
	/*height:50px;*/
	padding: 20px;
	border: 2px solid rgba(0,0,0,0.5);
	color: #4c4c4c;
	background: #ddd;
	margin: 0 auto;
	width: 70%;
	left:50%;
	margin-left:-35%;
	z-index: 1100;
	text-align: center;
	font: bold 20px/25px "Exo 2", sans-serif;
	text-shadow: 0 1px 0 #fafafa;
	border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: none;
/*
	none umjesto block za normalan rad
*/
}

/***********PANELI CLANOVI***********/

.panel
{
	margin-bottom: 20px;
	background-color: #fafafa;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	text-align:center;
	min-height:250px;
}

.panel:hover
{background-color: #f5f5f5;
/*rgba(243, 243, 243, 0.1);*/}

.panel-body { padding: 5px; }

.panel-heading
{
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel p
{
	margin-top: 0;
	margin-bottom: 0;
	padding:7px;
	font-size: 0.9em;
	line-height:1.4em;
	color: inherit;
}

.panel-heading>.dropdown .dropdown-toggle { color: inherit; }

.panel-title, .panel h3
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.4em;
	color: inherit;
	text-transform:uppercase;
}

.panel-title>a { color: inherit; }

.panel-footer
{
	padding: 10px 15px;
	background-color: #e85a25;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.list-group { margin-bottom: 0;
padding:10px 30px;
font-size:1em;
margin:0;}

.panel>.list-group .list-group-item
{
	border-width: 1px 0;
	border-radius: 0;
	margin-left:0;
	list-style: none;
	margin-top:1px;
	font-style: italic;
}

.fa-check-square-o:before{content: url(/dizajn/tick3.gif);}

.panel>.list-group:first-child .list-group-item:first-child
{
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child
{
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child { border-top-width: 0; }
.panel>.table,.panel>.table-responsive>.table { margin-bottom: 0; }

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child
{
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child { border-top-left-radius: 3px; }
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child { border-top-right-radius: 3px; }

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child
{
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child { border-bottom-left-radius: 3px; }
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child { border-bottom-right-radius: 3px; }
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive { border-top: 1px solid #dddddd; }
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td { border-top: 0; }
.panel>.table-bordered,.panel>.table-responsive>.table-bordered { border: 0; }
.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child { border-left: 0; }
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child { border-right: 0; }
.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th { border-bottom: 0; }
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th { border-bottom: 0; }

.panel>.table-responsive
{
	border: 0;
	margin-bottom: 0;
}

.panel-group { margin-bottom: 20px; }

.panel-group .panel
{
	margin-bottom: 0;
	border-radius: 4px;
	overflow: hidden;
}

.panel-group .panel+.panel { margin-top: 5px; }
.panel-group .panel-heading { border-bottom: 0; }
.panel-group .panel-heading+.panel-collapse .panel-body { border-top: 1px solid #dddddd; }
.panel-group .panel-footer { border-top: 0; }
.panel-group .panel-footer+.panel-collapse .panel-body { border-bottom: 1px solid #dddddd; }
.panel-default { border-color: #dddddd; }

.panel-default>.panel-heading
{
	color: #fafafa;
	background-color: #444;
	border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body { border-top-color: #dddddd; }
.panel-default>.panel-footer+.panel-collapse .panel-body { border-bottom-color: #dddddd; }
.panel-primary { border-color: #446e9b; }

.panel-primary>.panel-heading
{
	color: #fafafa;
	background-color: #e85a25;
	border-color: #e85a25;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body { border-top-color: #446e9b; }
.panel-primary>.panel-footer+.panel-collapse .panel-body { border-bottom-color: #446e9b; }
.panel-success { border-color: #d6e9c6; }

.panel-success>.panel-heading
{
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body { border-top-color: #d6e9c6; }
.panel-success>.panel-footer+.panel-collapse .panel-body { border-bottom-color: #d6e9c6; }
.panel-info { border-color: 3399ff; }

.panel-info>.panel-heading
{
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: 3399ff;
}

.panel-info>.panel-heading+.panel-collapse .panel-body { border-top-color: 3399ff; }
.panel-info>.panel-footer+.panel-collapse .panel-body { border-bottom-color: 3399ff; }
.panel-warning { border-color: #fbeed5; }

.panel.active, .panel-footer a{ 
/*
box-shadow: 0 0 15px rgba(51, 153, 255, 1);
-moz-box-shadow: 0 0 15px rgba(51, 153, 255, 1);
-webkit-box-shadow: 0 0 15px rgba(51, 153, 255, 1);
border:1px solid  #fafafa;
*/
background: #e85a25;
color: #fafafa;
}

.panel-warning>.panel-heading
{
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body { border-top-color: #fbeed5; }
.panel-warning>.panel-footer+.panel-collapse .panel-body { border-bottom-color: #fbeed5; }
.panel-danger { border-color: #eed3d7; }

.panel-danger>.panel-heading
{
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body { border-top-color: #eed3d7; }
.panel-danger>.panel-footer+.panel-collapse .panel-body { border-bottom-color: #eed3d7; }




.panel panel-info {border:1px solid #ccc; padding 10px;font-size:0.8em;}

ul.list-group-item li{ list-style-type: none; margin:0;}


.footer-fixed .webshoptab #webshoptab .not_full { visibility: hidden; }

.tiskovina,.news
{
/*
	background: #f4f4f4;
*/
	padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 20px;display:inline-block;width:100%;
}
    .news H2
    {margin:0}



.tiskovina h3 { color: #e85a25; }
.tiskovina a { color: #4c4c4c; }
.casopis { margin-left: 0px !important; }
.tiskovina p.,tiskovina li { margin: 0 0 0 50px; }

.casopis li
{
	overflow: hidden;
	display: block;
	width: 100%;
}

.casopis li.casopis { background: url("../img/linija.gif") repeat-x 0px 11px; }

.casopis li strong,.casopis li em
{
	display: inline-block;
	background: #f4f4f4;
}

.casopis li em
{
	text-align: left;
	padding-right: 7px;
}

.casopis li strong
{
	text-align: right;
	font-style: normal;
	float: right;
	padding-left: 7px;
}

.casopis li.akcija
{
	font-size: 15px;
	margin-bottom: 5px;
}

.locked:hover ..locked-info{display:block;}

.casopis li em.locked_info span
{
	display:none;
}

.locked:hover .locked_info{display:block;}

.casopis li.akcija em { font-weight: normal; }

/* FANCYBOX FORME */
.fancybox_kuponi,.fancybox_login,.fancybox_register,.fancybox_contact,.fancybox_user_data, .fancybox_new_password, .fancybox_comments, .fancybox_registracija, .fancybox_newsletter
{
	height: 530px;
	width: 500px;
	background: #4c4c4c;
	color: #f9f9f9;

}

.fancybox_kuponi {
height: 500px;padding:0;
}

.fancybox_new_password {
height: 450px;
}
.fancybox_virman {
height: 650px;background: #fafafa;
padding:10px;
}

.fancybox_register, .fancybox_registracija,.fancybox_newsletter, .fancybox_user_data{
	height: 550px;
}




.form-horizontal select{ color:#4c4c4c;}


.form-group{ margin: 2px;}

input.form-control,input[type="password"], input[type="text"] {color:#4c4c4c;width:100%;}

input[name="captcha"]  {width:50%; }
input[name="kupon"], input[id="keywords"] {width:250px; }

input[type=text], input[type=password], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 2px solid #DDDDDD;
}
 
select:focus, input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus,textarea:focus {
   	background:#fafafa;
   	padding: 3px 0px 3px 3px;
  	margin: 5px 1px 3px 0px;
  	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 174, 189, 0.41);
}



.form-horizontal label.error {
	display: inline-block; 
	font-size:11px;
	margin:0;
	background: rgba(190, 0, 0, 1);
	color:#fafafa;
/*
	text-shadow:1px -1px rgba(0, 0, 0, .2);
*/
}

./*
form-horizontal .error {
	 border: 11px solid #4c4c4c;
}
*/


input[type=text].error, input[type=password].error, textarea.error {
 background:#fafafa;
 border: 1px solid #4c4c4c;
 box-shadow: 0 0 15px rgba(255, 0, 0, 1);
}

input[type=text].error:focus, input[type=password].error:focus, textarea.error:focus {
 border: 1px solid  rgba(255, 0, 0, 1);
 box-shadow: 0 0 15px rgba(0, 174, 189, 0.41);
}


#captchaimage {
margin: 0 auto;
text-align: left;
padding: 10px 0;}



/*SITEMAP - rješiti bez ovog css*/
ul.sitemap  li {list-style-type:none;}

.sitemap  span{
	padding-left: 16px;
}
.sitemap .collapsed{
	background: transparent url('/dizajn/css/images/arrow_right.png')no-repeat;
}
.sitemap .expand{
	background: transparent url('/dizajn/css/images/arrow_down.png')no-repeat;
}
.sitemap .content{
	background-color: #ccc;
}

/*Strelica na stavkama*/

span.streliceStavka{
background: #fafafa;border-radius: 50px;border: solid 4px #eee;}

span.naprijed, span.nazad{
font-size: 1.4em;
padding: 5px;}

span.nazad a:hover, span.naprijed a:hover{color:#4c4c4c;text-decoration:none;}

/*PRIPVREMENO ZA USPJEH PORUKE*/


.warning, span.narudzba_uspjeh
{
	background: rgba(162, 208, 41, 0.2);
	padding: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.warning {background: rgba(255, 204, 0, 0.3);}


.message,.info, .success, .warning,  .validation,  span.narudzba_uspjeh {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;

color: #fafafa;
background-color: #9cccfd;
display:block;
}
.info {

background-image: url(/dizajn/validation/info.png);
}
.message, .success, span.narudzba_uspjeh{

background-image:url(/dizajn/validation/success.png);
}

/*
.error{

background-image: url(/dizajn/validation/error.png);
}
*/

.warning  {

background-image: url(/dizajn/validation/warning.png);
}
.validation {

background-image: url(/dizajn/validation/validation.png);
}
/*
OVO DOLJE JE POČETAK NA GUMBIMA, nesupješno za sada...

IMAM klase BASKET, PODACI i UPUTE
.footer-fixed .webshoptab .inner .btnblack .upute a{
display:block;font-size:100px;
background-repeat: no-repeat;
background-position: 10px center;
background-image: url(/dizajn/validation/info.png);}

*/
/*
.ContentArea p, .ContentArea ul li{font-size:10px;}
*/
#paypal-button {text-indent:-9000px;background-image: url(/dizajn/logo/paypal_logo.png);display:block;width:142px;height:27px;
}

.wspay-button {background-image: url(/dizajn/logo/wsPayLogo-106x50.png);
}

#tab-big-podaci p{font-size:0.8em;line-height:1.7em;padding:0;}


/* JOŠ IZ BOOTSTRAPA radi zebre*/

table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fafafa;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;

  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;

  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fafafa;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #00AEBD;
  border-radius: 10px;
}
.badge a{color: #fafafa;}

.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fafafa;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fafafa;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgba(250, 250, 250, 0.45);

;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
  line-height:1em;
  color:#00AEBD;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
}

.jumbotron span {
 color:#00AEBD;
}
.jumbotron > hr {
  border-top-color: #e85a25;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
.jumbotron img{background:none;border:none;margin-top:-30px;padding-right:20px;}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 10px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 43px;
  }
}

/*BOOTRAP UMETAK KRAJ*/


/*BUBBLE*/

.bubble, .bubble_odgovor
{
position: relative;
width: 70%;
height: auto;
padding: 15px;
background: #fafafa;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: #39f solid 1px;
margin:30px 10px;
font:size:1em;
}

.bubble_odgovor
{
position: relative;
width: 70%;
left:25%;
border: #7FE489 solid 1px;

}


.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #fafafa transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
bottom: -15px;
left: 10%;
}

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #39f transparent;
display: block;
width: 0;
z-index: 0;
margin-left: -15px;
bottom: -16px;
left: 10%;
}

.bubble_odgovor span, .bubble span{position:absolute; top:-20px;font-size:10px;}



}


.bubble_odgovor:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #fafafa transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
bottom: -15px;
left: 89%;
}

.bubble_odgovor:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #7FE489 transparent;
display: block;
width: 0;
z-index: 0;
margin-left: -15px;
bottom: -16px;
left: 89%;
}

 /*SEARCH ZA DETALJNU TRAZILICU POCETAK*/

.search {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 998;
color: #eee;
text-align: left;
}
.search .h1, .search .h3 {
padding: 5px 0;
font:bold 22px/22px Arial, Helvetica, Verdana, sans-serif;
text-shadow: 0 1px 0 #ca5100;
}
.search .h3 {
font:bold 13px/20px Arial, Helvetica, Verdana, sans-serif;
}
.advancedsearch .select, .advancedsearch .cross_naslov {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #656565;
	font: 12px/21px arial,sans-serif;
	background: url(/dizajn/napredna_select.png) top left no-repeat !important;
	background: url(/dizajn/napredna_select.gif) top left no-repeat;
	overflow: hidden;
}
.advancedsearch .cross_container {
position: relative;
float: left;
padding: 8px 0;
width: 200px;
}
.advancedsearch .cross_naslov {position: relative;}
.advancedsearch .cross_checkboxes {
position: absolute;
border: 1px solid #888;
background: #fafafa;
display: none;
padding: 10px;
color: #4c4c4c;
bottom: 29px;
z-index: 20;
}
.advancedsearch .cross_opt {margin: 5px 0;}
.advancedsearch .cross_opt span {margin: 0 5px;}
.advancedsearch input.searchDrop { display: none; } 
.advancedsearch select.searchDrop { 
position: relative; 
height: 21px;
width: 190px; 
opacity: 0; 
/*filter: alpha(opacity=0); */
z-index: 5; 
} 
.searchForm .disabled { 
opacity: 0.5; 
/*
filter: alpha(opacity=50); 
*/
}
.advancedsearch .rowElem, .advancedsearch .rowElemNek, .searchForm .rowElemCategory {
padding: 8px 0;
float: left;
width: 200px;
}
.advancedsearch .rowElem .naslov, .advancedsearch .rowElemNek .naslov, .advancedsearch .rowElemCategory .naslov, .cross_container .naslov {
font-weight: bold;
color: #eee;
text-shadow: 0 1px 0 #CA5100;
padding: 6px 0;
display: block;
text-transform:capitalize;
}

.advancedsearch .rowElemNek label {  }
.advancedsearch .rowElemNek input { margin: 0 0 5px; width: 125px; }

.s_cont {
margin: 0 auto;
width: 890px;
position: relative;
padding: 0px 10px;
background: #ff6600;
border-radius:0px 7px 0px 0px;
-webkit-border-top-right-radius: 7px;
-khtml-border-top-right-radius: 7px;
-moz-box-shadow: 0 -1px 1px #888888; /* for Firefox 3.5+ */
-webkit-box-shadow: 0 -1px 1px #888888; /* for Safari and Chrome */
background:#FF6600;
background: -moz-linear-gradient(top, #FF6600 0%, #FF9C3A 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF6600), color-stop(100%,#FF9C3A)); /* webkit */

 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6600', endColorstr='#FF9C3A',GradientType=0 ); ie */

}


/*DEF LISTA*/

dl {
  margin-top: 0;
  margin-bottom: 20px;
  padding:10px;

}
#search_results dl{background:#f9f9f9;}

dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {


h2.oglas{margin:0 0 8px 0;font-size:20px;
}

.pretraga_oglasa{margin:24px 0 ;}
.ponuda {border:1px solid red;border-left:5px solid red;
}
.potraznja {border:1px solid #e85a25;
}
  
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}


.advertis-left {
left: 50%;
/* margin-left: -1170px; */
margin-left: -1080px;
position: fixed;
text-align: right;
top: 0;
width: 500px;
z-index:999;
}
.advertis-right {
left: 50%;
margin-left: 585px;
position: fixed;
top: 0;
width: 500px;
z-index:999;
}
/* Responsive Styles */
@media (max-width: 1199px) {

footer{background: url(/dizajn/podloge/bg_pattern3.png);
    background-size:85% ;
}

.advertis-left {
    margin-left: -950px;
}
.advertis-right {
    margin-left: 485px;
}

}
@media (max-width: 991px) {
.advertis-left {
    margin-left: -840px;
}
.advertis-right {
    margin-left: 360px;
}

footer{background: url(/dizajn/podloge/footer-platinium_g.png)no-repeat bottom left;
    background-size:30%;
}

.navbar-nav .dropdown-submenu > .dropdown-menu {
    margin-left:10px;
    display:block;
}
.advertis-left,
.advertis-right {
    display:none;
}
}


/*YOUTUBE*/
.youmax-video-list-div {
    width: 100%;
    text-align: left;
    display: inline-block;
    background-color: transparent;
}

.youmax-video-list-title {
    max-height: 45px !important;
}

#youmax-header {
    display: none !important;
}

#youmax-tabs {
    display: none !important;
}

.attachment {
float: left;
width: 225px;
margin: 10px;
text-align: center; 
/*
background:#eee;
border: 1px solid #ddd;
*/
padding: 5px;
font-size:12px;
}

.attachment img{
    /*background:white;padding10px; box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}


.kontakt h2, .kontakt h3, .kontakt h4, .kontakt p {
    font-family: "Istok Web", Helvetica, Arial, sans-serif;
}


#u299411 {
    background-color: #8CC63E;
}

#u402946-4 {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    background-color: transparent;
    border-color: #4c4c4c;
}

#u402946-4.MuseLinkActive p {
    color: #4c4c4c;
    visibility: inherit;
}

#u402947-4 {
    color: #4c4c4c;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    background-color: transparent;
    border-color: #4c4c4c;
}

#u402946-4:hover, #u402947-4:hover {
    background-color: #4c4c4c;
}

#u402946-4:hover p, #u402947-4:hover p {
    color: #8CC63E;
    visibility: inherit;
}

/*FORME BTR START*/
fieldset {
  min-width: 0;
  padding: 0 25px  25px 55px;
  margin: 10px 0 50px 0;
  border: 1px solid #4c4c4c;
	background:#f5f5f5;
}

textarea { height: 250px;width:100%; }


legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4c4c4c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 200;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control.input-lg,
.form-control.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  
   .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    /* text-align: right;*/
  }
    .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
  
   .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}


.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}


/*FORME BTR KRAJ*/





.desno
{
	float: right;
	margin-left: 50px;
	min-width: 300px;
	padding: 10px;
	border: solid 1px #7ebb42;
	font-size: 0.9em;
	line-height: 1em;
	background: rgba(225, 225, 225, 0.61);
	color: #31353b;
}

.desno h3
{
	margin: 0;
	padding: 0;
	color: #31353b;
	font-weight: 400;
}





