
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg01.png) repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: #363636;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p, ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 180%;
}

strong
{
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr
{
	display: none;
}

/*********************************************************************************/
/** WRAPPER */
/*********************************************************************************/

#wrapper 
{
	background: #FFFFFF url(images/bg01.png) repeat;
}

.container
{
	width: 960px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header
{
	position: relative;
	height: 100px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	/*#logo  -- Nepotrebno osim ako ne promjenis dizajn --
	{
		background-image: url(images/logo.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 260px;
		height: 200px;
		position: relative;
		top: 7%;
	}*/
/*********************************************************************************/
/* Languages                                                                     */
/*********************************************************************************/
	#languages
	{	
		display: none; /* Pozor */
		float: right;
	}
	
	#languages ul
	{
		display: inline-block;
	}
	
	#languages li
	{
		display: inline-block;	
	}
	
	#languages li a, #languages li span
	{
		display: inline-block;
	}
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: absolute;
		right: 120px;
		top: 0;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
		position: relative;
	}
	
	#menu li a
	{
		display: block;
		padding: 0em 1.2em;
		height: 100px;
		letter-spacing: 0.20em;
		line-height: 100px;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 800;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
	}
	
	#menu li:hover
	{
		background: rgba(255,102,0,0.60);
		color: #FFF;
	}
	
/* Dropdown menu */		
	
	#menu ul li:hover ul
	{
		display: block;
		position: absolute;
		width: 100%;
		right: 0;
	}

	#menu ul ul
	{
		display: none;
	}
	
	#menu ul li ul li, #menu ul li ul a
	{
		display: block;
		float: none;
		clear: both;
		background: rgba(0,0,100,.3);
		height: 50px;
		line-height: 50px;
	}
	
	#menu ul ul li:hover
	{
		background: rgba(0,0,100,.3);
		background: rgba(255,102,0,0.35);
	}
	
	#menutree li 
	{
		list-style: none;
		text-transform: uppercase;
		background: blue;
    }
	
	li .menu_label + input[type=checkbox] 
	{
		display: none; /*display: none;*/
    }
	
	li .menu_label 
	{
		cursor: pointer;
    }
	
	li .menu_label + input[type=checkbox] + ol > li
    {
		display: none;
    }
	
	li .menu_label + input[type=checkbox]:checked + ol > li
    {
        display: block;
    }
	
/*********************************************************************************/
/* Products                                                                      */
/*********************************************************************************/
	ul.products
		{
			width:700px;
			display:table;
			float:right;
			padding:0;
			margin-top:2%;
		}
		
	ul.products li
		{
			display:inline;
			float:left;
			width:31.5%;
			margin-right:15px;
			margin-bottom:10px;
			position:relative;
			border:1px solid #dddddd;
		}
	
	ul.products li:nth-child(3n+0)
		{
			margin-right:0;
		}
		
	ul.products li img
		{
			width:100%;
			border:0;
			float:left;
			height: 140px;
		}
		
	ul.products li img:hover
		{
			opacity:0.6;
		}
		
	ul.products li .prod-title
		{
			color:#29292e;
			font-size:14px;
			padding: 5%;
			background:white;
			font-weight:bold;
			border-bottom:1px solid #dddddd;
		}	
/*********************************************************************************/
/* Prod                                                                          */
/*********************************************************************************/
	.twocol
	{
		background: white;
		float:right; 
		width:340px; 
		height:auto; 
		margin: 10px 0 50px 20px;
		text-align: left;
	}
	.twocol2
	{
		float:right; 
		width:340px; 
		height:auto; 
		margin: 10px 0 50px 20px;
		text-align: left;
	}
	.twocol3
	{
		background: white;	
	}
	.naslov
	{
		margin: 3px 10px;
	}
	.opis
	{
		margin: 5px 10px;
		line-height: 1.4;
	}
	.kara
	{
		margin: 10px 5px;
	}
	.kara2
	{
		float: right;
		font-weight: bold;		
	}
	.kara3
	{
		margin: 3px 5px;
	}

/*********************************************************************************/
/* Tablica                                                                     */
/*********************************************************************************/

	#tablica
	{
		text-align: center;
		margin-bottom: 20px;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		position: relative;
		padding: 4em 0em 5em 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		text-align: center;
	}
	
	#ponuda
	{
		margin-bottom: 20px;
		width: 700px; 
		height: 150px; 
		float: right;
		box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	}
	
	#ponuda img
	{
		height: 150px;
		width: 100%;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: left;
		width: 24%;
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em;
	}
	
	#sidebar .box1
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	background: url('images/Banner3.jpg') no-repeat top center;
	background-size: 100% 100%;
	min-width: 960px;
	position: relative;
	padding-bottom: 31.25%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	z-index: 99999;
	box-sizing: border-box;		/*sprjecava smanjenje visine na jako malu, aspect ratio*/
	min-height: 300px;
}

#header-wrapper > div	/*za aspect ratio bannera*/
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*#header-wrapper:before	-- Mislim da je nepotrebno --
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('images/bg01.png');
	opacity: .1;
}*/

#header-wrapper2
{
	background: rgba(0,0,100,.3);
	height: 6.25em;
}



	ol.style2
	{
		margin: 0;
		padding: 0;
		width: 50%;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	
	ol.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.20em 0;
		text-align: left;
		margin-left: 80px;
		padding-left: 8px;
		margin-right: 55px;
	}
	
	ol.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}
	
	#vrijeme
	{
		position: absolute;
		right: calc(50% + 60px);
	}

	#vrijeme2
	{
		position: absolute;
		right: 60px;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		background: rgba(9,47,135,.9);
		padding: 1em 0em;
		height: 115px;
		clear: both;
		min-width: 960px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
	}
	
	#portfolio
	{
		text-align: left;
		color: white;
	}
	
	#portfolio .title h2
	{
		color: #FFF;
	}

	#portfolio .byline
	{
		color: #A3BD77;
	}
	
	#column1
	{
		float: left;
	}
	
	#column1 p, #column2 p
	{
		line-height: 140%;
	}
	
	#column2
	{
		float: left;
		width: 150px;
		position: relative;
		left: 40px;
	}
	
	#column2 img
	{
		float: left;
	}

	#column2 p
	{
		text-align: left;
		position: relative;
		left: 10px;
		margin: 2px;
		bottom: 1px;
		
	}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		clear: both;
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		font-size: 0.80em;
		font-weight: 400;
		color: #6F6F6F;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 1em;
	}

	.title h2
	{
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 2em;
		color: #171717;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 1em 3em;
		background: rgba(9,47,135,.9);
		border-radius: 10px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 0.90em;
		color: #FFF;
	
	}

		.button:hover
		{
			background-image: linear-gradient(180deg, #D80000, #800000  50%););
		}
		
		.button:active
		{
		}
			

/*********************************************************************************/
/* Two Column                                                                    */
/*********************************************************************************/

	#two-column
	{
		padding-top: 3em;
	}
	
	#two-column .title h2
	{
		font-size: 1.6em;
	}
	
	#two-column #tbox1
	{
		float: left;
		width: 49%;
		padding-bottom: 5em;
	}

	#two-column #tbox2
	{
		float: right;
		width: 49%;
		padding-bottom: 5em;
	}
	
	#tbox1 a, #tbox2 a
	{
		box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
	}

/*********************************************************************************/
/* CSS Menu                                                                      */
/*********************************************************************************/

@charset "UTF-8";
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9em;
  font-weight: 800;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 250px;
}
#cssmenu > ul > li > a {
  padding-right: 40px;
  font-size: 25px;
  font-weight: bold;
  display: block;
  background: rgba(0,0,100,.5); /*tamnija*/
  color: #ffffff;
  border-bottom: 1px solid rgba(255,102,0,0.5);
  text-transform: uppercase;
}
#cssmenu > ul > li > a > span {
 background: rgba(0,0,70,.4);	/*svjetlija rgba(9,47,135,.9); background: rgba(0,0,100,.3);*/
  padding: 10px;
  display: block;
  font-size: 0.5em;
  font-weight: 600;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
  background: rgba(9,47,135,.9);
}
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li.active > a span {

}
#cssmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}
#cssmenu ul ul a {
  padding: 10px;
  display: block;
  color: #ed1144;
  font-size: 13px;
}
#cssmenu ul ul a:hover {
  color: #bd0e36;
}
#cssmenu ul ul li.odd {
  background: #f4f4f4;
}
#cssmenu ul ul li.even {
  background: #fff;
}

#cssmenu .trenutna{
  background: rgba(9,47,135,.9);
}

#cssmenu ul ul.trenutna{
  display: block;
  visibility: visible;
}
