/* =============================================================================
   Media Queries
   ========================================================================== */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2)     and (min-width: 767px) and (max-width: 1023px),
only screen and (    min-moz-device-pixel-ratio: 2)     and (min-width: 767px) and (max-width: 1023px),
only screen and (   -o-min-device-pixel-ratio: 2/1)     and (min-width: 767px) and (max-width: 1023px),
only screen and (        min-device-pixel-ratio: 2)     and (min-width: 767px) and (max-width: 1023px),
only screen and (           min-resolution: 192dpi)     and (min-width: 767px) and (max-width: 1023px),
only screen and (            min-resolution: 2dppx)     and (min-width: 767px) and (max-width: 1023px),
only screen and (min-width: 767px) and (max-width: 1023px) {
	
	body {
		font-size: 14px;
	}
	
	body:before {
    content: "tablet";
  }
	
	#header {
		width: 100%;
		height: 119px;
		border: none;
		border-bottom: 1px solid #d4d5d7;
	}
	
	#header  .title {
		width: 90%;
		top: 21px;
		left: 21px;
		background: url(../images/_theme/v0/t/dziv.png) no-repeat 0 0;
	}
	
	.en #header .title {
		background-image: url(../images/_theme/v0/t/dziv-en.png);
	}
	
	#search {
		display: none;
		position: absolute;
		left: 0;
		top: 120px;
		width: 100%;
		height: 105px;
		z-index: 100;
		border-bottom: solid 1px #d5d5d7;
	}

	#search .inner h4:nth-child(1n) {
		position: absolute;
		width: 200px;
		height: 50px;
		padding: 0px;
		top: 0px;
		left: 5%;
	}
	
	#search .inner h4:nth-child(2n) {
		position: absolute;
		width: 200px;
		height: 50px;
		padding: 0px;
		top: 0px;
		left: 55%;
	}
	
	#search .inner INPUT { 
		position: absolute;
		width: 38%;
		padding: 12px 1%;
		font-size: 16px;
		color: #0e5a7e!important;
		top: 30px;
		left: 5%;
	}
	
	#search .inner SELECT { 
		position: absolute;
		width: 40%;
		padding: 12px 1%;
		font-size: 16px;
		color: #0e5a7e!important;
		top: 30px;
		left: 55%;
	}
	
	#search .search {
		position: absolute;
		display: block;
		text-indent: -9000px;
		width: 47px;
		height: 46px;
		background: transparent url(../images/_theme/v0/t/sprites.png) repeat 0 0px;
		position: absolute;
		top: 30px;
		left: 46%;
	}
	
	
	#header #top-menu {
		position: absolute;
		right: 135px;
		top: 20px;
		text-align: left;
	}

	#header #top-menu li {
		margin-left: 13px;
	}
	
	#header #top-menu li:nth-child(1) {
		 display: none;
	}
	
 
	#top-menu LI A {
		display: block;
		padding: 0px;
		color: #666;
		width: 31px;
		height: 31px;
		background: transparent url(../images/_theme/v0/m/header-sprite.png) no-repeat 0 0;
	}
	
	#top-menu LI A#mm-naslovnica, #top-menu LI A#mm-naslovnica:hover, #top-menu LI A#mm-naslovnica.selected {
		background-position: 0px -5px;
		text-indent: -999px;
	}
 
	#top-menu LI A#mm-english, #top-menu LI A#mm-english:hover, #top-menu LI A#mm-english.selected {
		background-position: -44px -5px;
		text-indent: -999px;
	}
	
	#top-menu LI A#mm-homepage, #top-menu LI A#mm-homepage:hover, #top-menu LI A#mm-homepage .selected{
		background-position: -44px -5px;
		text-indent: -999px;
	}
	
	#top-menu LI A#mm-hrvatski, #top-menu LI A#mm-hrvatski:hover, #top-menu LI A#mm-hrvatski.selected {
		background-position: 0px -5px;
		text-indent: -999px;
	}

			
	#m-search {
		position: absolute;
		width: 40px;
		height: 36px;
		top: 16px;
		right: 73px; 
		background: transparent url(../images/_theme/v0/m/header-sprite.png) no-repeat -98px 0px;
	}
	
	#m-menu {
		position: absolute;
		width: 47px;
		height: 36px;
		top: 16px;
		right: 16px; 
		background: transparent url(../images/_theme/v0/m/header-sprite.png) no-repeat -148px 0px;
	}
	
	#m-menu {
		position: absolute;
		width: 47px;
		height: 36px;
		top: 16px;
		right: 16px; 
		background: transparent url(../images/_theme/v0/m/header-sprite.png) no-repeat -148px 0px;
	}
	
	#menu {
		position: absolute;
		left: 0;
		top: 120px;
		width: 100%;
		display: none;
		height: auto;
		background: none;
		border: none;
		z-index: 100;
	}
	
	#menu UL  {
		width: 100%;
		border: none;
		margin: 0px;
		padding: 0px;
	}
	
	#menu LI  {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px;
		border-top:none;
		border-right:none;
		border-left:none;
		border-bottom: solid 1px #fff;
	}
	
	#menu LI A {
		float: left;
		width: 90%;
		margin: 0px;
		padding: 5px 5%;
		background-image: none;
		background-color: #ebf3de;
		font-size: 15px;
		line-height: 30px;
		height: auto;
		color: #1574a0;
		font-weight: normal;
		border: none;
		white-space: pre-wrap; /* css-3 */    
		white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
		white-space: -pre-wrap; /* Opera 4-6 */    
		white-space: -o-pre-wrap; /* Opera 7 */    
		word-wrap: break-word; /* Internet Explorer 5.5+ */
	}
	
	#menu LI A.selected {
		background-image: none;
		background-color: #55ab26;
		border-bottom: solid 1px #fff;
		color: #000;
	}
	
	#menu LI A.menu-on {
		background-color: #55ab26;
		color: #fff;
	}
	
	#menu LI A br {
    display: none;
	}
	
	#menu LI A#mm-o-zavodu, #menu LI A#mm-intelektualno-vlasnistvo, #menu LI A#mm-informacije-usluge,
	#menu LI A#mm-edukacija, #menu LI A#mm-zakonodavstvo,	#menu LI A#mm-obrasci-publikacije, 
	#menu LI A#mm-novosti-obavijesti, #menu LI A#mm-najcesca-pitanja,  #menu LI A#mm-e-Usluge {
		width: 90%;		
	}
	
	#menu UL UL {
		display: none; 
		position: relative;
	}
	
	#menu UL UL LI {
		float: left;
	}
	
	#menu UL UL LI A {
		float: left;
		width: 88%;
		margin: 0px;
		padding: 6px 4% 6px 8%;
		background-image: none;
		background-color: #9da2a5;
		font-size: 15px;
		line-height: 24px;
		height: auto;
		color: #fff;
		font-weight: normal;
		border: none;
	}
	
	#menu UL UL LI A.selected {
		background-image: none;
		background-color: #686c6e;
	}
	
	#menu UL UL LI A.menu-on {
		background-color: #55ab26;
		color: #fff;
	}
	
	#menu UL UL UL {
		display: none; 
		position: relative;
	}
	
	#menu UL UL UL LI {
		float: left;
	}
	
	#menu UL UL UL LI A {
		float: left;
		width: 84%;
		margin: 0px;
		padding: 6px 4% 6px 12%;
		background-image: none;
		background-color: #d5d5d7;
		font-size: 15px;
		line-height: 24px;
		height: auto;
		color: #000;
		font-weight: normal;
		border: none;
	}
	
	#menu UL UL UL LI A.selected {
		background-image: none;
		background-color: #818181;
	}
	
	#menu UL UL UL LI A.menu-on {
		background-color: #818181;

	}
	
	#menu UL UL UL UL {
		display: none; 
		position: relative;
	}
	
	#menu UL UL UL UL LI {
		float: left;
	}
	
	#menu UL UL UL UL LI A {
		float: left;
		width: 82%;
		margin: 0px;
		padding: 6px 4% 6px 14%;
		background-image: none;
		background-color: #999999;
		font-size: 15px;
		line-height: 24px;
		height: auto;
		color: #000;
		font-weight: normal;
		border: none;
	}
	
	#menu UL UL UL UL LI A.selected {
		background-image: none;
		background-color: #686c6e;
	}
	
	#menu UL UL UL UL LI A.menu-on {
		background-color: #686c6e;
 
	}
	
	#wrap  {
		background: none;
		background-color: #fff;
		width: 100%;
		border: none;
	}
	
	#wrap #side-column {
		display: none;
	}
	
	#wrap #main-column {
		width: 100%;
		margin: 0px;
	}
	
	#wrap #main-column .inner-left {
		width: 92%;
		margin: 0px;
		padding: 0px 4%;
	}
	
	div#page-path-wrapper {
		height: 85px;
		margin-bottom: 30px;
		padding: 0px;
		overflow: hidden;
	}
	
	#page-path-wrapper UL.page-path {
		font-size: 12px;
		float; left;
		width: 70%;
		padding: 10px 0 0 5%;
	}
	
	#page-path-wrapper IMG {
		float:left;
	}

	.inner-left table {
		margin: 0px;
	}
	
	#wrap #main-column .inner-right {
		width: 90%;
		padding: 10px 5%;
		margin: 0px;
	}
	
	
	.novosti-naslovna {
		width: 100%;
		padding: 0px;
		margin: 0px;
		background-color: #f6f6f7;	 
		border: none;
		border-bottom: 1px solid #d4d5d7;
		height: 327px;
	}
	
	.novosti-naslovna .novosti-slike {
		float: left;
		width: 45%;
		position: relative;
		left:5%;
		top: 25px;
		background-color: #f6f6f7;
		
	}
	
	.novosti-naslovna .novosti-slike IMG {
		width: 100%;
height: 250px;		
	}
	
	.novosti-naslovna #novosti-holder {
		float: right;
		width: 40%;
		position: relative;
 		right: 5%;		
		top: 25px;
		bottom: 0px;
		background-color: #f6f6f7;
		height: 250px;
	}
	
	  
	
	.novosti-naslovna #novosti-holder .inner {
		float: left;
		padding: 0 15px;
		height: 250px;
		overflow: hidden;
	}
	
	.novosti-naslovna #novosti-holder P  {
		font-size: 16px;
	}
	
	.novosti-naslovna #novosti-holder P A.more  {
		position: absolute;
		left: 15px;
		bottom: -30px;
		font-size: 12px;
	}
	
	.novosti-naslovna #novosti-pager {
	 	width: 40%;
		height: 27px;
		right: 50%;
		top: 275px;
		padding: 10px 5% 15px 5%;		
		background-color: #f6f6f7;
	}
	
	.home-quicklinks {
		float: left;
		width: 100%;
		background-color: #fff;
	}
	
	.home-quicklinks #col1,
	.home-quicklinks #col2,
	.home-quicklinks #col3 {
		width: 29%;
		margin: 0 2% 12px 2%;
	}
		
	#footer {
		width: 100%;
		background-position: 15px 15px;
	}	
	
	#footer .inner { 
		float: left;
		width: 90%;	 
		padding: 30px 30px;		
	}
	
	#footer .inner p { 
		padding: 0px 3% 20px 3%;
		float: left;
		width: 94%;
		font-size: 12px;	
	}
	
	#footer .inner p a{ 
		font-size: 12px;	
	}
	
	#footer .inner #linkovi { 
		float: left;
		width: 100%;
		padding: 0px 0 20px 0;
		position: relative;
		top: 0;
		right: 0;
		height: auto;
		text-align: left;
		z-index: 0!important;
	}
	
	#footer #spice {
		top: -10px;				
	}
		
	.bannersBottom {
		width: 97%;
		float: left;
		padding: 0px 0 0px 3%;
		margin: 10px 0 30px 0;
	}
	
	.bannersBottom li {  
		float: left;
		margin-right: 8px;
	}
	
	.show-menu {
		width: 100%;
		float: left;
		height: 37px;
		border-bottom: solid 2px #fff;
		padding: 0;
		line-height: 18px;
		background: #e1c44a url(/images/_theme/v0/t/right-menu-arrow-on.png) no-repeat center 9px;
	}
	
	#scroll-top {
		width: 100%;
		height: 47px;
		background: #b4b4b4 url(/images/_theme/v0/m/scrollTop.png) no-repeat center 12px;
		pointer: cursor;
		position: fixed;
		top: 0px;
		left: 0px;
		display: none;
		padding: 0px;
		z-index: 1000;
	}

	.content-options .print {
		display: none;
	}
	
	.content-options #sendemail {
    	position: relative;
    	bottom: 0;
    	right: 0;
    	width: 90%;
    	z-index: 1;
	}
	
	.inner-left UL.newsImages {
		margin:0px;
	}
	
	.inner-left UL.newsImages li {
		list-style-type: none;
	}
}