/* RESPONSIVE GRID SYSTEM =============================================================================  */

/*  IMPORT FONTS  ============================================================================= */
/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'PT Sans', sans-serif,'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve; 	
font-style: normal;
color : #aaaaaa; 
text-align: center;
background: -webkit-linear-gradient(#3C3C3C, #000000); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#3C3C3C, #000000); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#3C3C3C, #000000); /* For Firefox 3.6 to 15 */
background: linear-gradient(#3C3C3C, #000000); /* Standard syntax */
}

button, 
input, 
select, 
textarea { 
font-family : 'PT Sans', sans-serif,'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve; 
color : #333;
font-weight : 400;
 }
/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.center {
text-align: center;
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 0.9em; /* 16 / 16 = 1 */
color: #ffffff; }

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

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #0096ff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
font-style: italic;
}
footer a{
	font-style: normal;
}

a:link, a:visited { 
color : #0096ff; 
}

a:focus { 
outline : thin dotted; 
color : #0096ff; }

a:hover, 
a:active { 
outline : 0;
color : #0096ff;
text-decoration:underline;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}

header a, header a:link { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

header a:visited { 
color : #dddddd; }

header a:focus { 
outline : thin dotted; 
color : #dddddd; }

header a:hover, header a:active { 
outline : 0;
color : #dddddd;
text-decoration:underline;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; position: absolute;
   bottom: 0;
   right: 0; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }



/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

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

input[type="search"] { 
	box-sizing : content-box;
}

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

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
	
}

	#headcontainer {
		width: 100%;
		height: 30px;
		background: #000000 url(/images/header.png) left top;
	}
	

		header {
			clear: both;
			width: 83%; /* 1000px / 1250px */
			font-size: 0.8em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
			position: relative;
			color: #ffffff;
			text-align: center;
			z-index: 9999;
		}
 
   
		

	#maincontentcontainer {
		width: 100%;
		
		
		
	}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.33);
		}
		
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 0px;
				color: #fff;
				line-height: 1.5em;
				position: relative;
				top: -10px;
			}

	#footercontainer {
		width: 100%;	
		border-top: 1px solid #254e82;
		background: -webkit-linear-gradient(#ffffff, #aaaaaa); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#ffffff, #aaaaaa); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#ffffff, #aaaaaa); /* For Firefox 3.6 to 15 */
background: linear-gradient(#ffffff, #aaaaaa); /* Standard syntax */
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #aaa;
			font-style: normal;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


		footer a:link, footer a:visited { color: #989898; text-decoration: none; }
		footer a:hover { color: #989898; text-decoration: underline; background: none; padding: 1px; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  SAMPLE  ============================================================================= */

#sample .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  CALCUATIONS  ============================================================================= */

#calculated .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #0195FF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.1em;
				
}
.button:hover {
	background: #ccc;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #e0e0e0;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}

#container {
  position: relative;
  width: 100%;
  min-height: 400px;
}
#block {
  background: #CCC;
  filter: alpha(opacity=20);
  /* IE */
  -moz-opacity: 0.2;
  /* Mozilla */
  opacity: 0.2;
  /* CSS3 */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
#text {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-style: normal;
  padding: 5px;
}

/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

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

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

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

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

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

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

.product-image {
position: relative; 
margin-top: -40%;
margin-bottom: -120%;
z-index: 9999;
 }
 
.language-image {
display: none;
position: relative; 
bottom: 15px; 
background : rgb(1,149,255)
}

.slogan {
display: inline-block;
position: relative; 
top: 2em; 
}
.slogan2{
display: none;}
.slogan-text {
position: relative; 
top: 7em; 
}
[data-sr] { visibility: hidden;}
.page-slogan {
font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
background: -webkit-linear-gradient(#0195ff, #7CC9FE);
			-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
margin-bottom : 0.2em;
font-size : 5em; /* 96 / 16 */
line-height : 1.4;
}
.page-slogan-mali {
font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
background: -webkit-linear-gradient(#0195ff, #7CC9FE);
			-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
margin-bottom : 0.2em;
font-size : 2.5em; /* 96 / 16 */
line-height : 1.4;
}
.naziv {
position: relative;
margin-top: 70%;
margin-left: 25%;
margin-right: -10%;
margin-bottom: -6.5%;
padding: 10px 10px 10px 10px;
background: #0096ff;
text-align: right;
}
.center-cropped {
  max-width: 98%;
  border: solid 1px white;
  -o-object-fit: cover;
  -o-object-position: middle center;
  object-fit: cover;
  object-position: middle center;
  opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.center-cropped:hover {
opacity: 0.5;
}
#t1 {border-right: 1px solid #a5a5a5;border-spacing:0px; border-collapse:separate;}
#t1 td {border-left:solid 1px #a5a5a5; padding:10px;}
#t1 td.rights {vertical-align: bottom; text-align: right;border-left:solid 1px #a5a5a5; padding:10px;}


#tproizvod {width:100%;border-right: 0px solid #a5a5a5;border-spacing: 5px; border-collapse:separate;}
#tproizvod td {width: 70%;border:solid 2px #a5a5a5; font-style: normal;}
#tproizvod td.gradient {border:solid 2px #a5a5a5; text-align: center;}

#tzoom {width:100%;border-right: 0px solid #a5a5a5;border-spacing: 5px; border-collapse:separate;}
#tzoom td.notzoom{width:70%;border:solid 0px #a5a5a5;}
#tzoom td.zoom {vertical-align: top;text-align: center;border:solid 0px #a5a5a5;}
#ddmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	border-top: 2px solid #ffffff;
}
#ddmenu li a {
	margin-top: 5px;
    float: left;
	padding: 5px 10px;
	border-right: 1px solid #ffffff;
}
.navbar-default .navbar-nav>li:nth-last-child(2) a{border-right-width: 0px;}
#ddmenu li a.current{
	display: block;
    background-color: #0096ff;
}
#ddmenu li a:link, li a:visited {
    display: block;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
}

#ddmenu li a:hover, li a:active, li a.current {
	display: block;
    background-color: #0096ff;
}
ul{  list-style-type: circle;}

footer small { 
font-size : 0.9em; /* 16 / 16 = 1 */
color: #939393; }

.centar-cropped {
    overflow:hidden;
}

.testimag {
	width:100%
    
}
.center-cropped {
  max-height: 200px;
  overflow:hidden;
  border: solid 1px white;
  background: -webkit-linear-gradient(left top, #fff, rgba(60,60,60,1), #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #fff, rgba(60,60,60,1), #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #fff, rgba(60,60,60,1), #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #fff, rgba(60,60,60,1), #fff); /* Standard syntax */
  opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.center-cropped:hover {
opacity: 0.5;
}
.testimg {
    margin: 0 auto; 
	width: 100%;
	padding-bottom: 56.25%;
	object-fit: cover;
}
#imagelightbox
{
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}
.show-menu {
	text-decoration: none;
	color: #ffffff;
	background: #0096ff;
	text-align: center;
	padding: 10px;
	display: none;
	font-style: normal;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #ddmenu ul{
    display: block;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%; 
    border-radius:0;
    background:#e4e7ea; 
	z-index: 99999;
}

@media(min-width: 768px){
.sakrij{
display: none;
visibility: hidden;
}
	.show-menu {
		display: inline-block;
		position: fixed;
		top: 10px;
		left: 95%;
		font-size: 2em;
		z-index: 999999999999999999;
	}
	#ddmenu ul {
        width: 100%; 
        display: none;
        border-radius:0;
        background:#0096ff; 
		margin: 0;
		padding: 10px;
		overflow: hidden;
		border-top: 2px solid #ffffff;
    }
	
    #ddmenu li {
        position:relative;
        display:block;
		width: 100%;
        font-size:20px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
		color: #5f4353;
    }
	    #ddmenu li  a{
        position:relative;
        display:block;
		width: 100%;
        font-size:20px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
		color: #5f4353;
    }
	}
@media only screen and (max-width: 767px){
.sakrij{
display: block;
}
.navbar-default .navbar-nav>li>a {
  border-right: 0px solid #fff;
}
	/*Display 'show menu' link*/
		.show-menu {
		display:inline-block;
		position: fixed;
		top: 10px;
		left: 90%;
		z-index: 99999999999999999;
		font-size: 2em;
		color: white;
	}
	.product-image  {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	.language-image  {
		position: relative; 
		top: -50px;
		background : rgb(1,149,255)
	}
	.slogan  {
	display: none;
	}
.slogan2{
display: inline-block;
	clear: both;
		position: relative; 
max-height: 40px;}
.naziv {
position: relative;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: opx;
padding: 10px 10px 10px 10px;
background: #0096ff;
text-align: center;
}
	
#ddmenu ul {
        width: 100%; 
        display: none;
        border-radius:0;
        background:#0096ff; 
		margin: 0;
		padding: 10px;
		overflow: hidden;
		border-top: 2px solid #ffffff;
    }
	
    #ddmenu li {
        position:relative;
        display:block;
		width: 100%;
        font-size:20px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
		color: #5f4353;
    }
	    #ddmenu li  a{
        position:relative;
        display:block;
		width: 100%;
        font-size:20px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
		color: #5f4353;
    }
#t1 {border-right: 0px solid #a5a5a5;border-spacing:0px; border-collapse:separate;}
#t1 td {display: block;width: 100%; border-top:solid 1px #a5a5a5;border-left:solid 0px #a5a5a5; padding:0px;}
#t1 td.rights {display: block;width: 100%;vertical-align: bottom; text-align: right;border-left:solid 0px #a5a5a5; padding:0px;}
#tproizvod {width:100%;border-right: 0px solid #a5a5a5;border-spacing: 5px; border-collapse:separate;}
#tproizvod td {display: block;width: 100%; border:solid 1px #a5a5a5;}
#tproizvod td.gradient {display: block;width: 100%; border:solid 1px #a5a5a5;}

#tzoom {width:100%;border-right: 0px solid #a5a5a5;border-spacing: 0px; border-collapse:separate;}
#tzoom td {display: block;width: 100%; border:solid 0px #a5a5a5;}
.center-cropped {
  /* max-height: 18vw; */
  position: relative;
  width: 100%;

}
.center-cropped:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.testimg {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.fixiran{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999999999999999999;
	background-color: #000000;
	font-style: italic;
	}
.maincontent{
top: 50px;
margin-bottom: 50px;}
}
@media only screen and (orientation: portrait) and (max-width: 480px){
.center-cropped {
  
}
}